/*css*/
@import "grid.css";
@import "font-awesome.css";
html,
body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    /* font-weight: 300; */
    color: #777;
    position: relative;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
}
#message {
    text-align: center;
    margin: auto;
    margin: 15px 15% 0 15%;
}
#message table {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
}
#message p {
    color: #235e4c;
}
a.message:link {
    color: #333;
    text-decoration: underline;
}
a.message:active {
    color: #333;
    text-decoration: underline;
}
a.message:visited {
    color: #333;
    text-decoration: underline;
}
a.message:hover {
    color: #888;
}
#container {
    margin: auto;
    width: 80%;
}
#lighttext {
    font-family: 'Noto Sans', sans-serif;
    font-weight: lighter;
}
#boldtext {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
#formdelivery {
    margin-bottom: 6px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    color: #a0a0a0;
    padding-top: 3px;
    padding-right: 10px;
}
#formdelivery input {
    outline: none;
    /* width: 100%; */
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 17px;
    color: #777;
    background: #fff;
    font-style: normal;
    border: 1px solid #ededed;
    padding: 4px 9px 4px;
}
#formdelivery .prod1_label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 650 !important;
    line-height: 16px;
    color: #565656;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    min-height: 18px;
}
#formdelivery .prod1 {
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 90%;
    color: #333;
    line-height: 1;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 0px;
    /* height: 32px; */
    -webkit-appearance: none;
    border: 1px solid #dddddd;
    padding: 5px 8px 4px;
    position: relative;
    top: 1px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white);
}
#formprod {
    margin-bottom: 6px;
    font-family: 'Noto Sans', sans-serif;
    /* font-size: 14px; */
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    color: #a0a0a0;
    padding-top: 13px;
    padding-right: 100px;
}
#formprod input {
    outline: none;
    /* width: 100%; */
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 17px;
    color: #777;
    background: #fff;
    font-style: normal;
    border: 1px solid #ededed;
    padding: 9px 14px 11px;
}
#formprod .prod1_label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 650 !important;
    line-height: 16px;
    color: #565656;
    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    min-height: 18px;
}
#formprod .prod1 {
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 90%;
    color: #333;
    line-height: 1;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 20px;
    height: 25px;
    -webkit-appearance: none;
    border: 1px solid #dddddd;
    padding: 5px 8px 4px;
    position: relative;
    top: 1px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #afaaaa 100%);
    background: linear-gradient(to bottom, white);
}
#formprod .custom select:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f1f1f1);
}
.carticon {
    position: relative;
    /*width: 100%;*/
    /* for IE 6 */
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
}
.carticonnum1 {
    position: absolute;
    bottom: 20px;
    right: 63px;
    width: 22px;
}
.carticonnum2 {
    position: absolute;
    bottom: 15px;
    right: 56px;
    width: 34px;
}
.carticonnum3 {
    position: absolute;
    bottom: 20px;
    right: 52px;
    width: 40%;
}
a.gray {
    color: #22e;
    text-decoration: underline;
}
a.gray:hover {
    color: #222;
    text-decoration: underline;
}
a.lgray {
    color: #e22;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}
a.lgray:hover {
    color: #F90;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}
#logo {
    /* width:347px; */
    width: 33%;
    float: left;
    vertical-align: middle;
}
#medical-marijuana {
    /* float: right; */
    display: inline-block;
    padding-top: 22px;
    padding-bottom: -20px;
    padding-left: 50px;
    width: 33%;
}
#delivered {
    background-color: #ededed;
}
#delivered img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#header_contacts {
    clear: right;
    float: right;
    padding-top: 10px;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 4px;
    padding-right: 16px;
    color: #FFF;
    width: 106px;
}
#header_contacts a:link {
    color: #FFF;
}
#header_contacts a:visited {
    color: #FFF;
}
#header_contacts a:hover {
    color: #FC0;
}
#header_contacts a:active {
    color: #FFF;
}
img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    /* max-height: 155px; */
    max-height: 400px;
    margin-bottom: 7px;
    /* margin-bottom: 0px; */
    margin-top: 14px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.img_fleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.img_right {
    float: right;
    margin-left: 20px;
}
.wrapper-deliveryinfo-content {
    width: 100%;
    /* overflow: hidden;  */
    position: relative;
}
.wrapper {
    width: 100%;
    /* overflow: hidden;  */
    position: relative;
    background-color: #F55931;
}
.extra_wrap {
    /* overflow: hidden;  */
    display: block;
}
.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
}
.large-6 {
    position: relative;
    width: 50%;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #444;
    text-decoration: underline;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.btn {
    display: inline-block;
    margin: 0% 0% 0% 0%;
    padding: 10% 5% 8% 5%;
    color: white !important;
    background: green !important;
    /*
	background: #64ad33;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	padding: 5px 18px 6px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
*/
}
.btn:hover {
    background-color: #222;
    text-decoration: none;
}
/*========================================================
                    Titles
=========================================================*/
h1 {
    color: #333f00;
    font: bold 30px/36px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
/*
h1 {
    float: left;
    /* margin-right: 94px;
	margin-bottom: 30px; */
margin-right: 10%;
margin-bottom: 3%;
}
*/ h2 {
    color: #333f00;
    font: bold 30px/36px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    color: #64ad33;
    margin-bottom: 12px;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}
.second {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0px;
}
h5 {
    color: #f00;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
    /* mario was 16px */
}
h6 span {
    color: #333;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
    text-decoration: none;
}
p {
    margin-bottom: 23px;
    font-weight: bold;
    color: #090;
}
.m_0 {
    margin-bottom: 0px;
}
.m_05 {
    margin-bottom: 5px;
}
.m_10 {
    margin-bottom: 10px;
}
.m_15 {
    margin-bottom: 15px;
}
.m_20 {
    margin-bottom: 20px;
    padding-left: 60px;
}
/* mario */
.m_25 {
    margin-bottom: 25px;
}
.m_30 {
    margin-bottom: 30px;
}
.m_35 {
    margin-bottom: 35px;
}
.m_40 {
    margin-bottom: 40px !important;
}
.m_45 {
    margin-bottom: 45px !important;
}
.m_50 {
    margin-bottom: 50px;
}
.m_55 {
    margin-bottom: 55px;
}
.m_60 {
    margin-bottom: 60px;
}
.m_65 {
    margin-bottom: 65px;
}
.m_70 {
    margin-bottom: 70px;
}
.m_75 {
    margin-bottom: 75px;
}
.m_80 {
    margin-bottom: 80px;
}
.m_85 {
    margin-bottom: 85px;
}
.m_90 {
    margin-bottom: 90px;
}
.list {
    margin-bottom: 50px;
}
.list li {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #64ad33;
    margin-top: 10px;
    padding-left: 18px;
}
.list li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    color: #222;
    font-size: 16px;
    line-height: 16px;
    top: 4px;
    left: 0px;
}
.list li:first-child {
    margin-top: 0;
}
.list li a {
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.list li a:hover {
    color: #222;
    text-decoration: none;
}
/*========================================================
                    Header
=========================================================*/
header {
    padding-top: 2px;
}
#banner {
    width: 100%;
    background: #F55931;
    padding-bottom: 0px;
}
h1 a {}
h1 a:hover {
    text-decoration: none;
}
h1 .slogan {
    display: block;
}
/* Menu */
nav {
    background: #ededed;
    margin-bottom: .2em;
}
.sf-menu {
    list-style: none;
}
.sf-menu > li {
    float: left;
    font-family: 'Lato', sans-serif;
    ;
    font-size: 1.15em;
    line-height: 1.15em;
    font-weight: 400;
    position: relative;
    border-right: 1px solid #fff;
}
.sf-menu > li span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sf-menu > li:hover span,
.sf-menu > li.current span {
    top: -3px;
    height: 3px;
}
.sf-menu > li:first-child {
    margin-left: 0;
}
.sf-menu > li > a {
    display: inline-block;
    color: #f55931;
    sf-menu text-decoration: none;
    padding: .5em 2.03em .5em 1.73em;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current > a {
    color: #f55931;
    text-decoration: none;
}
.sf-menu > li > a.sf-with-ul:after {
    /*menu arrow*/
}
.sf-menu .menu-arrow {
    display: none;
}
/* submenu */
.sf-menu ul {
    background: #2f2f2f;
    display: none;
    left: 0px;
    padding: 4px 1px 13px;
    position: absolute;
    top: 65px;
    width: 251px;
    z-index: 99;
}
.sf-menu ul li {
    position: relative;
    margin-top: 13px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    border-top: 1px dotted #656565;
    padding: 6px 16px 0px;
}
.sf-menu ul li:first-child {
    margin-top: 0;
    border-top: none;
}
.sf-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.sf-menu ul li > a:hover,
.sf-menu ul li.sfHover > a,
.sf-menu ul li.active > a {
    color: #64ad33;
    text-decoration: none;
}
.sf-menu ul li a.sf-with-ul:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    position: absolute;
    right: 13px;
    top: 11px;
}
/* subsubmenu */
.sf-menu ul ul {
    background: #2e2e2e;
    left: 253px;
    top: -3px;
    width: 245px;
}
.sf-menu ul ul li a {
    text-decoration: none;
}
.sf-menu ul ul li > a:hover,
.sf-menu ul ul li.sfHover > a,
.sf-menu ul ul li.active > a {
    text-decoration: none;
}
#mm0 {
    display: none;
    border: 1px solid #ededed;
    outline: none;
    padding: 12px 3px;
    width: 100%;
}
.search_form {
    border: 1px solid #cbcac5;
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 51px;
    background: #fff;
}
.search_form input {
    border: none;
    outline: none;
    float: left;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 9px 0 11px 16px;
    line-height: 19px;
    color: #2d2d30;
}
.search_form a {
    display: block;
    float: right;
    color: #64ad33;
    padding: 5px 14px 0 1px;
    font-size: 23px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    margin-left: 16px;
}
.search_form a:hover {
    color: #d6d5d5;
}
/*	.header_contacts{
		float: right;
		/* overflow: hidden; */
/*		width: 310px;
		padding-top: 1%;
		text-align: right;
		font-size: 1.3em;
		line-height: 1.3em;
	}
*/
.header_contacts h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    text-align: right;
}
.header_contacts p {
    font-family: 'Roboto', sans-serif;
    color: #222;
    text-align: right;
}
.header_contacts a:link {
    color: #888;
    /* padding: 5px 14px 0 1px; */
    text-decoration: underline;
}
.header_contacts a:visited {
    color: #888;
    /* padding: 5px 14px 0 1px; */
    text-decoration: underline;
}
.header_contacts a:hover {
    color: #C00;
    /* padding: 5px 14px 0 1px; */
    text-decoration: underline;
}
.header_contacts h6 span {
    vertical-align: top;
    color: #64ad33;
}
.header_contacts h5 {
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: #222;
    text-align: right;
    padding-left: 35px;
}
.header_contacts h5:before {
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: FontAwesome;
    content: "\f095";
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #64ad33;
}
#about p {
    font-size: 125%;
    padding-left: 25px;
}
#about company {
    font-size: 130%;
    line-height: 24px;
    font-weight: 700;
    color: #020;
}
#about h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 130%;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}
#about ul {
    list-style-type: none;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
#about li {
    font-size: 130%;
    font-weight: 400;
    background-image: url(/site/images/cirgreen.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}
/*========================================================
                    Content
=========================================================*/
#content {
    padding-top: 22px;
    padding-bottom: 0;
}
.border_box {
    /* border-bottom: 1px solid #d6d5d5;
		padding-bottom: 20px;
		margin-bottom: 30px; */
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.icon_tetle {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 42px;
    font-weight: 700;
    color: #0e9a02;
    margin-bottom: 7px;
}
.icon_tetle span {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 77px;
    height: 61px;
    background: #64ad33;
    color: #fff;
    padding-top: 16px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 49%;
    text-align: center;
}
.banner_box {
    position: relative;
    margin-bottom: 20px;
}
.banner_box .text {
    position: absolute;
    bottom: 16px;
    left: 19px;
    right: 19px;
    z-index: 1;
}
.banner_box .text h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}
.banner_box .text p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}
.testimonial_box {
    margin-bottom: 25px;
}
.testimonial_box p {
    display: block;
    position: relative;
    background: #64ad33;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 12px 18px 17px 18px;
    margin-bottom: 13px;
}
.testimonial_box p:after {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    content: '';
    background: url(../images/testimonial_arrow.png) no-repeat 0 0;
}
.testimonial_box h6 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #222;
    margin-bottom: 0;
    overflow:
}
.icon_box {
    position: relative;
    padding-left: 100px;
    margin-bottom: 21px;
    padding-top: 5px;
}
.icon_box span {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 77px;
    height: 55px;
    background: #64ad33;
    color: #fff;
    padding-top: 21px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 49%;
    text-align: center;
}
.icon_box span.fa-smile-o {
    padding-top: 16px;
    font-size: 48px;
    height: 59px;
}
.icon_box2 {
    position: relative;
    padding-left: 62px;
    margin-bottom: 13px;
    padding-top: 0px;
}
.icon_box2 > span {
    position: absolute;
    left: 1px;
    top: 3px;
    color: #64ad33;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}
.icon_box2 p {
    margin-bottom: 0;
}
.icon_box2 p a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon_box2 p a:hover {
    text-decoration: none;
    color: #222;
}
.img {
    margin-right: 33px;
    margin-bottom: 20px;
}
.users_overflow {
    overflow: hidden;
}
.users_box {
    float: left;
    margin-left: 30px;
    width: 236px;
    margin-bottom: 25px;
}
.users_box:first-child {
    margin-left: 0px;
}
.users_box img {
    width: 100%;
    margin-bottom: 16px;
}
.users_box p {
    margin-bottom: 0;
}
.users_box p a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.users_box p a:hover {
    color: #222;
}
.product_box {
    margin-bottom: 30px;
    /* margin-left: 12px; */
    border-style: solid;
    border-width: 1px;
    border-color: #888;
    margin-bottom: 0;
}
.product_box img {
    /* width: 100%; */
    margin-top: 0px;
}
.product_box .item1 {
    background: #FFF;
    padding: 12px 20px 0px 20px;
}
.product_box .item1 h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #565656;
    margin-bottom: 8px;
    min-height: 80px;
}
.product_box .item1 h5 a {
    color: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product_box .item1 h5 a:hover {
    text-decoration: none;
    color: #222;
}
#description2 {
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 0px;
}
#description {
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 0px;
}
#description p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /* line-height: 18px; */
    line-height: 22px;
    font-weight: 300;
    color: #4A4A4A;
    margin-bottom: 0px;
}
.product_box .item p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #C3C3C3;
    margin-bottom: 0px;
}
.product_box .item p a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product_box .item p a:hover {
    text-decoration: none;
    color: #222;
}
.date {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 7px;
}
.mail_link_header {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mail_link_header:hover {
    color: #070;
    text-decoration: none;
}
.mail_link {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 9em;
    font-weight: 300;
    color: #777;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mail_link:hover {
    color: #64ad33;
    text-decoration: none;
}
/*========================================================
                    Map
=========================================================*/
.map {
    padding-right: 30px;
    margin-bottom: 24px;
}
.map iframe {
    width: 100%;
    height: 310px;
}
address dl {
    width: 100%;
    overflow: hidden;
    position: relative;
}
address dt {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #64ad33;
    margin-bottom: 7px;
}
address dd {
    overflow: hidden;
}
address dd a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #777;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
address dd a:hover {
    text-decoration: none;
    color: #64ad33;
}
address dl span {
    float: left;
    width: 90px;
}
/*========================================================
                    Footer
=========================================================*/
footer {
    width: 100%;
    background: #ededed;
    padding-bottom: 2%;
    margin-top: 1%;
}
.copyright {
    padding-top: 8px;
    border-top: 1px solid #dcdcdc;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #78787d;
}
.copyright a,
.copyright span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #78787d;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.copyright a:hover {
    color: #64ad33;
    text-decoration: none;
}
.footer-link {
    display: block;
}
.footer_icon_box {
    padding-left: 85px;
    position: relative;
    margin-bottom: 8%;
}
.footer_icon_box.second {
    padding-left: 90px;
}
.footer_icon_box.second h6 {
    padding-top: 2%;
    margin-bottom: 0%;
}
.footer_icon_box.second h5 {
    font-family: 'Roboto', sans-serif;
    font-size: .85em;
    line-height: .85em;
    font-weight: 400;
    color: #222;
    margin-bottom: 0px;
}
.footer_icon_box span {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 67px;
    height: 49px;
    background: #fff;
    color: #64ad33;
    ;
    padding-top: 16px;
    font-size: 33px;
    line-height: 33px;
    border-radius: 49%;
    text-align: center;
}
.footer_icon_box h6 {
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 300;
    color: #222;
    vertical-align: top;
    padding-top: 15px;
}
.footer_icon_box a {
    display: inline-block;
    margin-top: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 20px;
    font-weight: 300;
    color: #64ad33;
    padding-left: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer_icon_box a:hover {
    color: #222;
    text-decoration: none;
}
#toTop {
    border: none;
    bottom: 125px;
    color: transparent;
    display: none;
    height: 31px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-decoration: none;
    width: 31px;
    z-index: 20;
    font-size: 30px;
    line-height: 30px;
    margin-right: -725px !important;
}
#toTop:before {
    width: 30px;
    text-align: center;
    font-family: FontAwesome;
    content: "\f139";
    color: #64ad33;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 2px;
}
#toTop:hover:before {
    color: #222;
}
/*========================================================
                    SHOPPINGCART LAYOUT
=========================================================*/
#shoppingcart-bg {
    background-color: #63ab33;
    width: 83%;
    height: 10%;
    float: left;
    margin: 0px 0 0px 8.5%;
}
#shoppingcart-header {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    float: left;
    color: #fff;
    padding: .3% 0 .3% 1.5%;
}
#shoppingcart-item-bg {
    background: url(/images/shoppingcart-bg.png);
    width: 83%;
    height: 10%;
    float: left;
    margin: 0 auto 4% 8.4%;
}
#shoppingcart-item-png {
    width: 152px;
    height: 100px;
    margin: 15px 0 0 0px;
    /* background: url(/images/shoppingcart-item-1.png) ;*/
    float: left;
}
#shoppingcart-title-container {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #63ab33;
    height: 30px;
    width: 765px;
    float: left
}
#shoppingcart-title-product {
    margin: 10px 0 0 30px;
    float: left;
}
#shoppingcart-title-price {
    margin: 10px 35px 0 250px;
    float: left;
}
#shoppingcart-title-quantity {
    margin: 10px 0 0 0px;
    float: left
}
#shoppingcart-title-weight {
    margin: 10px 45px 0 0px;
    float: left
}
#shoppingcart-title-total {
    margin: 10px 0 0 24px;
    float: left
}
#shoppingcart-product-container {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    height: 60px;
    width: 80%;
    margin-top: 20px;
    float: left
}
#shoppingcart-product-item {
    width: 200px;
    margin: 10px 0 0 30px;
    float: left;
}
#shoppingcart-product-price {
    width: 75px;
    margin: 10px 30px 0 80px;
    float: left;
    text-align: right;
    min-width: 60px;
}
#shoppingcart-product-weight {
    margin: 10px 0 0 2px;
    float: left;
    text-align: center;
    min-width: 85px;
}
#shoppingcart-product-quantity {
    margin: 10px 0 0 35px;
    float: left;
    text-align: center;
    min-width: 45px;
}
#shoppingcart-product-total {
    width: 50px;
    margin: 10px 0 0 13px;
    float: left;
    text-align: right;
    min-width: 30px;
}
#shoppingcart-remove-button {
    float: left;
    margin-left: 3%;
}
#shoppingcart-added-remove-button-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    padding: 0 0 2% 0;
    float: left;
}
/* SHOPPING CART ADDED */
#shoppingcart-added-bg {
    background: url(/images/shoppingcart-added-bg.png);
    background-size: cover;
    width: 92%;
    height: 8%;
    float: left;
    margin: 2.05% auto 0 4.05%;
}
#shoppingcart-added-chkbox {
    margin: 2.0em .9em 0 1.1em;
    /* margin: 1.5em 1.5em 0 1.3em; */
    float: left;
}
#shoppingcart-added-chkbox img {
    width: 60.7%;
    height: 40%;
}
#shoppingcart-added-display {
    /* background: url(/images/shoppingcart-added-display.png) no-repeat; */
    width: 15.1%;
    margin: .6em 0 0 0;
    float: left;
}
#shoppingcart-added-display img {
    width: 75%;
}
#shoppingcart-added-atctext {
    font-family: 'Roboto', sans-serif;
    font-size: 1.65em;
    width: 16%;
    height: 10%;
    font-weight: 400;
    color: #63ab33;
    margin: 1.2em 1.0em 0 0;
    float: left;
}
#shoppingcart-added-atcsubtext {
    font-family: 'Roboto', sans-serif;
    font-size: .46em;
    height: 10%;
    width: 100%;
    padding-top: .2em;
    color: #000;
    float: left;
}
#shoppingcart-added-subtotal {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    width: 380px;
    margin: 40px 0 0 0;
    float: left;
}
#shoppingcart-added-edit-button {
    background-color: #63ab33;
    width: 95px;
    height: 32px;
    margin: 33px 0px 0 0px;
    float: left;
}
#shoppingcart-added-edit-button-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 5px 7px 7px 7px;
    float: left;
}
#shoppingcart-added-checkout-button {
    background-color: #000;
    width: 97px;
    height: 32px;
    margin: 33px 0 0 15px;
    float: left;
}
#shoppingcart-added-checkout-button-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 5px 7px 7px 10px;
    float: left;
}
#shoppingcart-added-checkout-button a:link {
    background: #000;
    text-decoration: none;
    color: #FFF;
}
#shoppingcart-added-checkout-button a:visited {
    background: #000;
    text-decoration: none;
    color: #FFF;
}
#shoppingcart-added-checkout-button a:hover {
    background: #000;
    text-decoration: none;
    color: #FFF;
}
#shoppingcart-added-checkout-button a:active {
    background: #000;
    text-decoration: none;
    color: #FFF;
}
#clean_message {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #63ab33;
    width: 940px;
    padding-bottom: 75px;
    margin-left: 100px;
    margin-bottom: 75px;
}
#empty-container {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: auto;
    margin: 30px auto;
}
#empty-header {
    font-size: 2em;
    font-weight: bold;
    color: #F55931;
    text-align: center;
}
#empty-btn {
    /* background-color: #63ab33; */
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 1170px;
    height: 30px;
    color: #fff;
    text-align: center;
    padding: 10px 0 10 0;
    margin: 25px auto 0 auto;
}
#shoppingcart-total-bg {
    /* width: 970px; */
    width: 83%;
    /* height: 50px; */
    height: 20%;
    margin: 30px auto;
    float: left;
    margin: 0px 0 0 8.4%;
}
#shoppingcart-total-button {
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    border-style: groove;
    width: 100%;
    /* height: 6.2em;  */
    float: right;
    margin-top: 0em;
    /* .3em */
    margin-right: .05em;
    margin=bottom: 2em;
}
#shoppingcart-total-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    text-align: right;
    /* text-transform:uppercase; */
    color: #111;
    padding: 10px 15px 0px 4%;
    margin-right: 0%;
    float: right;
}
#shoppingcart-total-discount {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    /* text-transform:uppercase; */
    color: #111;
    padding: 10px 15px 10px 4%;
    margin-right: 9%;
    float: right;
}
#shoppingcart-total-applieddiscount {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    /* text-transform:uppercase; */
    color: #111;
    padding: 10px 15px 10px 4%;
    margin-right: 9%;
    float: right;
}
#shoppingcart-total-applieddiscount2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    /* text-transform:uppercase; */
    color: #111;
    padding: 10px 15px 10px 4%;
    margin-right: 9%;
    float: right;
}
#shoppingcart-submit-bg {
    /* width: 970px; */
    width: 83%;
    /* height: 50px; */
    height: 20%;
    margin: 10px auto;
    float: left;
    margin: 0px auto 0 8.3%;
}
#shoppingcart-submit-button {
    background-color: #DB0404;
    border-color: #000;
    border-style: groove;
    width: 364px;
    height: 44px;
    float: right;
    margin-top: 1em;
    margin-right: 0px;
}
#shoppingcart-submit-button-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px 10px 20px;
    float: left;
}
.order-successful-label {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 3em;
    color: #F55931;
    margin-bottom: 1.5em;
}
.order-unsuccessful-label {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 3em;
    color: #F55931;
    margin-bottom: 1.5em;
}
.form_btn .submit {
    font-size: 2em;
}
.prod-list-price {
    color: #272424;
    margin-top: 0px;
    margin-bottom: 10px;
}
.prod-weight-list {
    color: #807b7b;
    font-size: 18px !important;
}

span.prod-weight-list strong {
    color: #4a4a4a;
	font-weight : 700;
}

.prod-price-list {
    font-size: 14px;
    font-weight: 600;
}
#prod-details-image {
    height: auto;
    width: 100%;
    vertical-align: middle;
    border-style: none;
    max-height: none;
    border-radius: 8px;
}
ul.prod-list-price > li {
    display: inline-block;
    margin-right: 10px;
    /* You can also add some margins here to make it look prettier */
    zoom: 1;
    /*display:inline;
    this fix is needed for IE7- */
}
/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/
@media only screen and (max-width: 1200px) {
    h1 {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
    #form {
        padding-right: 0;
    }
    #form label.name,
    #form label.email,
    #form label.phone {
        width: 100%;
    }
    .carticon {
        position: relative;
        width: 100%;
        /* for IE 6 */
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
    }
    .carticonnum1 {
        position: absolute;
        bottom: 15px;
        right: 62px;
        width: 22px;
    }
    .carticonnum2 {
        position: absolute;
        bottom: 15px;
        right: 56px;
        width: 34px;
    }
    .carticonnum3 {
        position: absolute;
        bottom: 20px;
        right: 52px;
        width: 40%;
    }
    .camera_wrap:before,
    .camera_wrap:after {
        /* height: 240px; */
        height: 0px;
    }
    .camera_caption1 .caption_content h3,
    .camera_caption2 .caption_content h3,
    .camera_caption3 .caption_content h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .users_box {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: 25px;
        overflow: hidden;
    }
    .users_box img {
        width: initial;
        float: left;
        margin-right: 30px;
    }
    #form .success-message {
        width: 100%;
    }
    #logo {
        width: 347px;
        float: left;
    }
    #header_contacts {
        clear: right;
        float: right;
        padding-top: 0px;
        font-size: 11px;
        line-height: 11px;
        padding-bottom: 4px;
        padding-right: 16px;
        width: 106px;
    }
    .sf-menu > li > a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: .4em 1.3em .4em 1.0em;
        /* padding: 18px 21px 23px 19px; */
    }
    #shoppingcart-title-container {
        font-family: 'Roboto', sans-serif;
        font-size: 100%;
        font-weight: 700;
        color: #63ab33;
        height: 30px;
        width: 80%;
        float: left;
    }
    #shoppingcart-title-price {
        margin: 10px 35px 0 150px;
        float: left;
    }
    #shoppingcart-product-container {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #000;
        height: 60px;
        width: 80%;
        margin-top: 20px;
        float: left;
    }
    #shoppingcart-product-item {
        width: 25%;
        margin: 10px 0 0 30px;
        float: left;
    }
    #shoppingcart-product-price {
        width: 75px;
        margin: 10px 20px 0 10px;
        float: left;
        text-align: right;
        min-width: 60px;
    }
    #shoppingcart-product-quantity {
        margin: 10px 0 0 20px;
        float: left;
        text-align: center;
        min-width: 45px;
    }
    #shoppingcart-product-total {
        width: 35px;
        margin: 10px 0px 0 20px;
        float: left;
        text-align: right;
        min-width: 20px;
    }
    #shoppingcart-submit-bg {
        width: 80%;
        height: 5%;
        margin: 3% auto 3% auto;
        float: left;
        margin: 0px auto 0 10%;
    }
}
@media only screen and (max-width: 979px) {
    /* mario here 1 */
    .carticon {
        position: relative;
        width: 100%;
        /* for IE 6 */
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        color: #fff;
    }
    .carticonnum1 {
        position: absolute;
        bottom: 15px;
        right: 62px;
        width: 22px;
    }
    .carticonnum2 {
        position: absolute;
        bottom: 15px;
        right: 56px;
        width: 34px;
    }
    .carticonnum3 {
        position: absolute;
        bottom: 20px;
        right: 52px;
        width: 40%;
    }
    #logo {
        /* width:347px; */
        width: 33%;
        float: left;
        vertical-align: middle;
    }
    #medical-marijuana {
        /* float: right; */
        display: inline-block;
        margin-top: 13px;
        margin-bottom: -20px;
        padding-left: 50px;
        width: 33%;
    }
    #medical-marijuana img {
        max-width: 95% !important;
    }
    #header_contacts {
        font-family: 'Roboto', sans-serif;
        clear: right;
        float: right;
        padding-top: 10px;
        font-size: .9em;
        line-height: .9em;
        padding-bottom: 4px;
        padding-right: 16px;
        text-align: left;
        color: #FFF;
        width: 106px;
    }
    #header_contacts .mail_link_header {
        text-align: left;
        margin-bottom: 1%;
        font-weight: 500;
        color: #64ad33;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .img_fleft,
    .img_right {
        max-width: 45%;
    }
    .camera_wrap:before,
    .camera_wrap:after {
        display: none;
    }
    .camera_caption1,
    .camera_caption2,
    .camera_caption3 {
        display: none;
    }
    .icon_tetle {
        font-size: 25px;
        line-height: 40px;
    }
    .banner_box .text h5,
    .banner_box .text p {
        display: none;
    }
    .sf-menu > li > a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: .4em 1.3em .4em 1.0em;
        /* padding: 18px 21px 23px 19px; */
    }
}
@media only screen and (max-width: 979px) {
    #shoppingcart-added-chkbox {
        margin: 1.5em .1em 0 .6em;
        float: left;
    }
    #shoppingcart-added-chkbox img {
        width: 53.1%;
        height: 35%;
    }
    #shoppingcart-added-display {
        /* background: url(/images/shoppingcart-added-display.png) no-repeat; */
        width: 15.1%;
        margin: .6em 0 0 0;
        float: left;
    }
    #shoppingcart-added-display img {
        width: 75%;
    }
    #shoppingcart-added-atctext {
        font-family: 'Roboto', sans-serif;
        font-size: 1.25em;
        width: 17.5%;
        height: 10%;
        font-weight: 400;
        color: #63ab33;
        margin: .8em 0em 0 0;
        float: left;
    }
    #shoppingcart-added-atcsubtext {
        font-family: 'Roboto', sans-serif;
        font-size: .43em;
        height: 10%;
        width: 100%;
        padding-top: .1em;
        color: #000;
        float: left;
    }
    #shoppingcart-added-subtotal {
        font-family: 'Roboto', sans-serif;
        font-size: .84em;
        font-weight: 400;
        color: #000;
        width: 31%;
        margin: 1.9em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button {
        background-color: #63ab33;
        width: 11%;
        height: 2.1em;
        margin: 1.35em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .85em;
        font-weight: 400;
        color: #fff;
        padding: .25em .2em .2em .49em;
        float: left;
    }
    #shoppingcart-added-checkout-button {
        background-color: #000;
        width: 10.5%;
        height: 2.1em;
        margin: 1.35em 0 0 .5em;
        float: left;
    }
    #shoppingcart-added-checkout-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .85em;
        font-weight: 400;
        color: #fff;
        padding: .25em .8em .2em .46em;
        float: left;
    }
    #shoppingcart-added-checkout-button a:link {
        background: #000;
        text-decoration: none;
        color: #FFF;
    }
    #shoppingcart-bg {
        background-color: #63ab33;
        width: 100%;
        height: 10%;
        float: left;
        margin: 0 0 0 0%;
    }
    #shoppingcart-header {
        font-family: 'Roboto', sans-serif;
        font-size: 1.1em;
        font-weight: 700;
        float: left;
        color: #fff;
        padding: .3% 0 .3% 1.5%;
    }
    #shoppingcart-item-bg {
        background: url(/images/shoppingcart-bg.png);
        width: 100%;
        height: 10%;
        float: left;
        margin: 0 auto 0 0%;
    }
    #shoppingcart-item-png {
        width: 20%;
        height: auto;
        margin: 1% 0 0 0px;
        /* background: url(/images/shoppingcart-item-1.png) ;*/
        float: left;
    }
    #shoppingcart-title-container {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #63ab33;
        height: 10%;
        width: 80%;
        float: left
    }
    #shoppingcart-title-product {
        margin: 3.5% 25% 0 3%;
        float: left;
    }
    #shoppingcart-title-price {
        margin: 3.5% 3% 0 3%;
        float: left;
    }
    #shoppingcart-title-quantity {
        margin: 3.5% 0 0 0px;
        float: left
    }
    #shoppingcart-title-weight {
        margin: 3.5% 2% 0 0px;
        float: left
    }
    #shoppingcart-title-total {
        margin: 3.5% 0 0 3%;
        float: left
    }
    #shoppingcart-product-container {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        color: #000;
        height: 5%;
        width: 80%;
        margin-top: 0%;
        float: left
    }
    #shoppingcart-product-item {
        width: 35%;
        margin: .2% 0 0 3%;
        float: left;
        min-width: 24%;
    }
    #shoppingcart-product-price {
        width: 9.5%;
        margin: .2% 0 0 .3%;
        float: left;
        text-align: right;
        min-width: 9.5%;
    }
    #shoppingcart-product-weight {
        margin: .2% 0 0 .9%;
        float: left;
        text-align: center;
        min-width: 12%;
    }
    #shoppingcart-product-quantity {
        margin: .2% 0 0 1%;
        float: left;
        text-align: center;
        min-width: 45px;
    }
    #shoppingcart-product-total {
        width: 10.5%;
        margin: .2% 0 0 0%;
        float: left;
        text-align: right;
        min-width: 10.5%;
    }
    #shoppingcart-submit-bg {
        width: 84%;
        height: 3.4%;
        float: left;
        margin: 2% auto 2% 15%;
    }
    #shoppingcart-submit-button {
        background-color: #DB0404;
        border-color: #000;
        border-style: groove;
        width: 364px;
        height: 44px;
        float: right;
        margin-top: 8px;
        margin-right: 0px;
    }
    #shoppingcart-submit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 15px 10px 20px;
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    /* mario here 2 */
    #header_contacts {
        font-family: 'Roboto', sans-serif;
        clear: right;
        float: right;
        padding-top: 10px;
        font-size: .9em;
        line-height: .9em;
        padding-bottom: 4px;
        padding-right: 16px;
        text-align: left;
        color: #FFF;
        width: 106px;
    }
    #header_contacts .mail_link_header {
        text-align: left;
        margin-bottom: 1%;
        font-weight: 500;
        color: #64ad33;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .carticon {
        position: relative;
        width: 100%;
        /* for IE 6 */
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        color: #fff;
    }
    .carticonnum1 {
        position: absolute;
        bottom: 15px;
        right: 62px;
        width: 22px;
    }
    .carticonnum2 {
        position: absolute;
        bottom: 15px;
        right: 56px;
        width: 34px;
    }
    .carticonnum3 {
        position: absolute;
        bottom: 20px;
        right: 52px;
        width: 40%;
    }
    h1 {
        float: left;
        margin-right: 0;
        margin-bottom: 3%;
        /* text-align: center; */
    }
    .search_form {
        float: none;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .search_form input {
        width: 345px;
    }
    .map {
        padding-right: 0;
    }
    address {
        /*     margin-bottom: 40px; */
    }
    .sf-menu {
        display: none;
    }
    .img_fleft,
    .img_right {
        max-width: 100%;
        float: none;
        width: 100%;
    }
    #mm0 {
        display: block;
    }
    .icon_tetle {
        position: relative;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    h3 {
        font-size: 25px;
        line-height: 30px
    }
    .banner_box img {
        width: 100%;
    }
    .banner_box .text h5,
    .banner_box .text p {
        display: block;
    }
    .img {
        margin-right: 0;
        width: 50%;
    }
    .img_fleft {
        margin-right: 0;
    }
    #logo {
        width: 30%;
        float: left;
        margin-top: 13px;
    }
    #medical-marijuana {
        /* float: right; */
        display: inline-block;
        margin-top: 13px;
        margin-bottom: 10px;
        padding-left: 5%;
        width: 30%;
    }
    #medical-marijuana img {
        max-width: 95% !important;
    }
    /*	#medical-marijuana {
		visibility: hidden;
	} 
*/
    .sf-menu > li > a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: .4em 1.3em .4em 1.0em;
        /* padding: 18px 21px 23px 19px; */
    }
    #formprod input {
        outline: none;
        /* width: 100%; */
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: transparent;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 17px;
        color: #777;
        background: #fff;
        font-style: normal;
        border: 1px solid #ededed;
        padding: 9px 14px 11px;
        margin-right: 200px;
        margin-left: 115px;
    }
    /* SHOPPING CART STYLES */
    #shoppingcart-bg {
        background-color: #63ab33;
        width: 100%;
        height: 10%;
        float: left;
        margin: 0 0 0 0%;
    }
    #shoppingcart-header {
        font-family: 'Roboto', sans-serif;
        font-size: 1.1em;
        font-weight: 700;
        float: left;
        color: #fff;
        padding: .3% 0 .3% 1.5%;
    }
    #shoppingcart-item-bg {
        background: url(/images/shoppingcart-bg.png);
        width: 100%;
        height: 10%;
        float: left;
        margin: 0 auto 0 0%;
    }
    #shoppingcart-item-png {
        width: 20%;
        height: auto;
        margin: 3.5% 0 0 0px;
        /* background: url(/images/shoppingcart-item-1.png) ;*/
        float: left;
    }
    #shoppingcart-title-container {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #63ab33;
        height: 10%;
        width: 80%;
        float: left
    }
    #shoppingcart-title-product {
        margin: 3.5% 25% 0 3%;
        float: left;
    }
    #shoppingcart-title-price {
        margin: 3.5% 3% 0 3%;
        float: left;
    }
    #shoppingcart-title-quantity {
        margin: 3.5% 0 0 0px;
        float: left
    }
    #shoppingcart-title-weight {
        margin: 3.5% 2% 0 0px;
        float: left
    }
    #shoppingcart-title-total {
        margin: 3.5% 0 0 3%;
        float: left
    }
    #shoppingcart-product-container {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        color: #000;
        height: 5%;
        width: 80%;
        margin-top: 0%;
        float: left
    }
    #shoppingcart-product-item {
        width: 34%;
        margin: .2% 0 0 2.1%;
        float: left;
        min-width: 34%;
    }
    #shoppingcart-product-price {
        width: 9.5%;
        margin: .2% 0 0 1.9%;
        float: left;
        text-align: right;
        min-width: 9.5%;
    }
    #shoppingcart-product-weight {
        margin: .2% 0 0 .9%;
        float: left;
        text-align: center;
        min-width: 10%;
    }
    #shoppingcart-product-quantity {
        margin: .2% 0 0 2%;
        float: left;
        text-align: center;
        min-width: 45px;
    }
    #shoppingcart-product-total {
        width: 8.5%;
        margin: .2% 0 0 0%;
        float: left;
        text-align: right;
        min-width: 8.5%;
    }
    #shoppingcart-remove-button {
        display: inline-block;
        /*
		float: left;
		background-color: #63ab33; 
		height: 2.5em; 
		width: 8%; 
		margin-top: 1.2%;
		margin-right: 0px; 
*/
    }
    #shoppingcart-remove-button .btn {
        background: #64ad33;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: .95em;
        line-height: 1.3em;
        font-weight: 700;
        color: #fff;
        padding: .5% 2% .5% 2%;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 2%;
    }
    #shoppingcart-submit-bg {
        width: 54.5%;
        height: 6%;
        margin: 3% auto;
        float: right;
        margin: 0 auto 0 0%;
    }
    #shoppingcart-submit-button {
        background-color: #DB0404;
        border-color: #000;
        border-style: groove;
        width: 84%;
        height: 8%;
        float: right;
        margin-top: 8px;
        margin-right: 0px;
    }
    #shoppingcart-submit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding: 3% 0% 2% 4%;
        text-align: center;
    }
    #shoppingcart-added-remove-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: 1em;
        font-weight: 400;
        color: #fff;
        padding: 0px 0 3.5% 0px;
        float: left;
        margin-left: 20%;
    }
    #shoppingcart-added-bg {
        background: url(/images/shoppingcart-added-bg.png);
        background-size: cover;
        width: 100%;
        height: 8%;
        float: left;
        margin: 2.05% auto 0 4.05%;
    }
    #shoppingcart-added-chkbox {
        margin: 1.5em .1em 0 .6em;
        float: left;
        display: none;
    }
    #shoppingcart-added-chkbox img {
        width: 53.1%;
        height: 35%;
    }
    #shoppingcart-added-display {
        /* background: url(/images/shoppingcart-added-display.png) no-repeat; */
        width: 27%;
        margin: .6em 0 0 0;
        float: left;
        text-align: center;
        /* ensures the image is always in the h-middle */
        overflow: hidden;
        /* hide the cropped portion */
    }
    #shoppingcart-added-display img {
        position: relative;
        /* allows repositioning */
        left: 100%;
        /* move the whole width of the image to the right */
        margin-left: -200%;
        /* magic! */
    }
    #shoppingcart-added-atctext {
        font-family: 'Roboto', sans-serif;
        font-size: .9em;
        width: 20%;
        height: 10%;
        font-weight: 400;
        color: #63ab33;
        margin: .8em 0em 0 0;
        float: left;
    }
    #shoppingcart-added-atcsubtext {
        font-family: 'Roboto', sans-serif;
        font-size: .63em;
        height: 10%;
        width: 100%;
        padding-top: .1em;
        color: #000;
        float: left;
    }
    #shoppingcart-added-subtotal {
        font-family: 'Roboto', sans-serif;
        font-size: .84em;
        font-weight: 400;
        color: #000;
        width: 31%;
        margin: 1.2em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button {
        background-color: #63ab33;
        width: 17.5%;
        height: 2.1em;
        margin: .7em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .85em;
        font-weight: 400;
        color: #fff;
        padding: .25em .2em .2em .49em;
        float: left;
    }
    #shoppingcart-added-checkout-button {
        background-color: #000;
        width: 17.5%;
        height: 2.1em;
        margin: .15em 0 0 0em;
        float: left;
    }
    #shoppingcart-added-checkout-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .85em;
        font-weight: 400;
        color: #fff;
        padding: .25em .8em .2em .46em;
        float: left;
    }
    #shoppingcart-added-checkout-button a:link {
        background: #000;
        text-decoration: none;
        color: #FFF;
    }
}
@media only screen and (max-width: 479px) {
    /* mario here 3 */
    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        max-width: 260px;
        padding-top: 5px;
    }
    #medical-marijuana {
        visibility: hidden;
        display: inline-block;
        margin-top: 13px;
        margin-bottom: -20px;
        padding-left: 50px;
        width: 0%;
    }
    #header_contacts {
        font-family: 'Roboto', sans-serif;
        clear: right;
        float: right;
        margin-top: -35px;
        font-size: .8em;
        line-height: .8em;
        margin-bottom: 4px;
        padding-right: 16px;
        text-align: left;
        color: #FFF;
        width: 106px;
    }
    #header_contacts .mail_link_header {
        text-align: left;
        margin-bottom: 1%;
        font-weight: 500;
        color: #64ad33;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .carticon {
        position: relative;
        width: 100%;
        /* for IE 6 */
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        color: #fff;
    }
    .carticonnum1 {
        position: absolute;
        bottom: 15px;
        right: 62px;
        width: 22px;
    }
    .carticonnum2 {
        position: absolute;
        bottom: 15px;
        right: 56px;
        width: 34px;
    }
    .carticonnum3 {
        position: absolute;
        bottom: 20px;
        right: 52px;
        width: 40%;
    }
    .search_form input {
        width: 225px;
    }
    .users_box img {
        width: initial;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .banner_box .text h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .banner_box .text p {
        font-size: 14px;
        line-height: 16px;
    }
    #logo {
        width: 55%;
        float: left;
    }
    .sf-menu > li > a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: .4em 1.3em .4em 1.0em;
        /* padding: 18px 21px 23px 19px; */
    }
    #formprod input {
        outline: none;
        /* width: 100%; */
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: transparent;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 17px;
        color: #777;
        background: #fff;
        font-style: normal;
        border: 1px solid #ededed;
        padding: 9px 14px 11px;
        margin-right: 0px;
        margin-left: 0px;
    }
    #shoppingcart-bg {
        background-color: #63ab33;
        width: 100%;
        height: auto;
        float: left;
        margin: 2% auto;
    }
    #shoppingcart-header {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        float: left;
        color: #fff;
        padding: 3% 0 3% 3%;
        text-align: center;
    }
    #shoppingcart-item-bg {
        background: none;
        width: 100%;
        height: auto;
        float: left;
        margin: 1% auto;
    }
    #shoppingcart-item-png {
        width: 100%;
        height: auto;
        margin: 2% 10% -22%;
    }
    #shoppingcart-item-png img {
        text-align: center;
        width: 80%;
        height: auto;
    }
    #shoppingcart-product-container {
        background-image: url(/images/shoppingcart-added-bg.png);
        background-repeat: no-repeat;
        font-family: 'Roboto', sans-serif;
        font-size: 100%;
        font-weight: 400;
        color: #000;
        height: 100%;
        width: 80%;
        margin: 0 10%;
        float: left;
    }
    #shoppingcart-product-item {
        width: 100%;
        float: left;
        margin: 5% 0 1% 0;
        text-align: center;
        font-weight: bold;
    }
    #shoppingcart-product-price {
        width: 100%;
        float: left;
        margin: 0 0 1% 0;
        text-align: center;
    }
    #shoppingcart-product-weight {
        width: 100%;
        float: left;
        margin: 0 0 1% 0;
        text-align: center;
        font-weight: bold
    }
    #shoppingcart-product-quantity {
        width: 100%;
        float: left;
        margin: 0 0 1% 0;
        text-align: center;
    }
    #shoppingcart-product-total {
        width: 100%;
        float: left;
        margin: 0 0 -30% 0;
        text-align: center;
        font-weight: bold
    }
    #shoppingcart-submit-bg {
        width: 80%;
        height: auto;
        margin: 2% 10% 2% 10%;
        float: left;
    }
    #shoppingcart-submit-button {
        background-color: #DB0404;
        border-color: none;
        border-style: groove;
        width: 100%;
        height: auto;
        float: left;
        margin: 2% auto;
    }
    #shoppingcart-submit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: 90%;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        padding: 5% 5% 5% 5%;
        float: left;
    }
    #divider {
        width: 80%;
        height: 2px;
        background-color: #EDEDED;
        float: left;
        margin: 0% 10% 2% 10%;
    }
    #shoppingcart-remove-button {
        visibility: hidden;
    }
    #shoppingcart-added-remove-button-text {
        visibility: hidden;
    }
    #shoppingcart-title-container {
        visibility: hidden;
    }
    #shoppingcart-title-product {
        visibility: hidden;
    }
    #shoppingcart-title-price {
        visibility: hidden;
    }
    #shoppingcart-title-quantity {
        visibility: hidden;
    }
    #shoppingcart-title-weight {
        visibility: hidden;
    }
    #shoppingcart-title-total {
        visibility: hidden;
    }
}
@media only screen and (max-width: 479px) {
    /*Shoppingcart Added*/
    #shoppingcart-added-bg {
        background: url(/images/shoppingcart-added-bg.png);
        width: 100%;
        height: 8%;
        float: left;
        margin: 2.05%;
    }
    #shoppingcart-added-chkbox {
        margin: 1.5em .1em 0 .6em;
        float: left;
        display: none;
    }
    #shoppingcart-added-chkbox img {
        width: 53.1%;
        height: 35%;
    }
    #shoppingcart-added-display {
        /* background: url(/images/shoppingcart-added-display.png) no-repeat; */
        width: 27%;
        margin: .6em 0 0 0;
        float: left;
        text-align: center;
        /* ensures the image is always in the h-middle */
        overflow: hidden;
        /* hide the cropped portion */
    }
    #shoppingcart-added-display img {
        position: relative;
        /* allows repositioning */
        left: 100%;
        /* move the whole width of the image to the right */
        margin-left: -200%;
        /* magic! */
    }
    #shoppingcart-added-atctext {
        font-family: 'Roboto', sans-serif;
        font-size: .8em;
        line-height: .90em;
        width: 20%;
        height: 10%;
        font-weight: 400;
        color: #63ab33;
        margin: 1.0em 0em 0 0;
        float: left;
    }
    #shoppingcart-added-atcsubtext {
        font-family: 'Roboto', sans-serif;
        font-size: .73em;
        line-height: .78em;
        height: 10%;
        width: 100%;
        padding-top: .5em;
        padding-top: 2.5em;
        color: #000;
        float: left;
    }
    #shoppingcart-added-subtotal {
        font-family: 'Roboto', sans-serif;
        font-size: .64em;
        line-height: 1.5em;
        font-weight: 400;
        color: #000;
        width: 28%;
        margin: 1.4em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button {
        background-color: #63ab33;
        width: 17.5%;
        height: 2.1em;
        margin: .6em 0 0 0;
        float: left;
    }
    #shoppingcart-added-edit-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .65em;
        font-weight: 400;
        color: #fff;
        padding: .25em .2em .2em .49em;
        float: left;
    }
    #shoppingcart-added-checkout-button {
        background-color: #000;
        width: 17.5%;
        height: 2.1em;
        margin: .15em 0 0 0em;
        float: left;
    }
    #shoppingcart-added-checkout-button-text {
        font-family: 'Roboto', sans-serif;
        font-size: .65em;
        font-weight: 400;
        color: #fff;
        padding: .25em .8em .2em .46em;
        float: left;
    }
    #shoppingcart-added-checkout-button a:link {
        background: #000;
        text-decoration: none;
        color: #FFF;
    }
}
#password-request {
    font-size: 1.05em !important;
    font-weight: 400 !important;
    color: #333;
    line-height: 1.78em !important;
    padding: 1.25em 1.2em 1.2em 1.49em;
}
/* Table 1 Style */
table.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}
.table1 thead th {
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    border: 1px solid #93CE37;
    border-bottom: 3px solid #9ED929;
    background-color: #9DD929;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.02, rgb(123, 192, 67)),
            color-stop(0.51, rgb(139, 198, 66)),
            color-stop(0.87, rgb(158, 217, 41)));
    background: -moz-linear-gradient(center bottom,
            rgb(123, 192, 67) 2%,
            rgb(139, 198, 66) 51%,
            rgb(158, 217, 41) 87%);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table1 thead th:empty {
    background: transparent;
    border: none;
}
.table1 tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    background-color: #9DD929;
    border: 1px solid #93CE37;
    border-right: 3px solid #9ED929;
    padding: 0px 10px;
    background: -webkit-gradient(linear,
            left bottom,
            right top,
            color-stop(0.02, rgb(158, 217, 41)),
            color-stop(0.51, rgb(139, 198, 66)),
            color-stop(0.87, rgb(123, 192, 67)));
    background: -moz-linear-gradient(left bottom,
            rgb(158, 217, 41) 2%,
            rgb(139, 198, 66) 51%,
            rgb(123, 192, 67) 87%);
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}
.table1 tfoot th {
    color: #666;
}
.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
}
.table1 tbody span.check::before {
    content: url(../images/check0.png)
}
/* Table 2 Style */
table.table2 {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse: collapse;
    text-align: center;
}
.table2 thead th,
.table2 tfoot td {
    padding: 20px 10px 40px 10px;
    color: #fff;
    font-size: 26px;
    background-color: #222;
    font-weight: normal;
    border-right: 1px dotted #666;
    border-top: 3px solid #666;
    -moz-box-shadow: 0px -1px 4px #000;
    -webkit-box-shadow: 0px -1px 4px #000;
    box-shadow: 0px -1px 4px #000;
    text-shadow: 1px 1px 1px #000;
}
.table2 tfoot th {
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #888;
}
.table2 tfoot td {
    font-size: 36px;
    color: #EF870E;
    border-top: none;
    border-bottom: 3px solid #666;
    -moz-box-shadow: 0px 1px 4px #000;
    -webkit-box-shadow: 0px 1px 4px #000;
    box-shadow: 0px 1px 4px #000;
}
.table2 thead th:empty {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table2 thead :nth-last-child(1) {
    border-right: none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1) {
    border: none;
}
.table2 tbody th {
    text-align: right;
    padding: 10px;
    color: #333;
    text-shadow: 1px 1px 1px #ccc;
    background-color: #f9f9f9;
}
.table2 tbody td {
    padding: 10px;
    background-color: #f0f0f0;
    border-right: 1px dotted #999;
    text-shadow: -1px 1px 1px #fff;
    text-transform: uppercase;
    color: #333;
}
.table2 tbody span.check::before {
    content: url(../images/check1.png)
}
/* Table 3 Style */
table.table3 {
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align: center;
    border-collapse: collapse;
}
.table3 thead th {
    padding: 6px 10px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 5px solid #444;
}
.table3 thead th:empty {
    background: transparent;
    border: none;
}
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2) {
    background-color: #7FD2FF;
}
.table3 tfoot :nth-child(2) {
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table3 thead :nth-child(2) {
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3) {
    background-color: #45A8DF;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4) {
    background-color: #2388BF;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5) {
    background-color: #096A9F;
}
.table3 thead :nth-child(5) {
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.table3 tfoot :nth-child(5) {
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table3 tfoot td {
    font-size: 38px;
    font-weight: bold;
    padding: 15px 0px;
    text-shadow: 1px 1px 1px #fff;
}
.table3 tbody td {
    padding: 10px;
}
.table3 tbody tr:nth-child(4) td {
    font-size: 26px;
    font-weight: bold;
}
.table3 tbody td:nth-child(even) {
    background-color: #444;
    color: #444;
    border-bottom: 1px solid #444;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.39, rgb(189, 189, 189)),
            color-stop(0.7, rgb(224, 224, 224)));
    background: -moz-linear-gradient(center bottom,
            rgb(189, 189, 189) 39%,
            rgb(224, 224, 224) 70%);
    text-shadow: 1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd) {
    background-color: #555;
    color: #f0f0f0;
    border-bottom: 1px solid #444;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.39, rgb(85, 85, 85)),
            color-stop(0.7, rgb(105, 105, 105)));
    background: -moz-linear-gradient(center bottom,
            rgb(85, 85, 85) 39%,
            rgb(105, 105, 105) 70%);
    text-shadow: 1px 1px 1px #000;
}
.table3 tbody td:nth-last-child(1) {
    border-right: 1px solid #222;
}
.table3 tbody th {
    color: #696969;
    text-align: right;
    padding: 0px 10px;
    border-right: 1px solid #aaa;
}
.table3 tbody span.check::before {
    content: url(../images/check2.png)
}
.grid_12_r {
    float: right;
    width: 50%;
}
ul.call-to-action {
    margin-top: -18px;
    padding: 0;
    text-align: right;
}
ul.call-to-action li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    white-space: nowrap;
}
#upsell1 {
    margin: .5em 0 .5em 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
#upsell1 input {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
.textblack {
    color: #000;
}
.text-red {
    color: #e00;
}
.reviews {
    margin: 0 0 .9em 0;
}
.nav .menuItem {
    margin: 0;
}
.owl-demo .item {
    position: relative;
}
.owl-demo .item span {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
/*25-10-19*/
.home-slider,
.main,
.main .full {
    float: left;
    width: 100%;
}
.main {
    padding-top: 30px;
}
.main .half {
    float: left;
    width: 50%;
}
.main .quarter {
    float: left;
    width: 25%;
}
.main .flower-slide .center {
    text-align: center;
}
.padright {
    padding-right: 20px;
}
@media (max-width: 767px) {
    .main .half,
    .main .quarter {
        width: 100%;
    }
    .padright {
        padding-right: 0;
    }
}
.example_selfie_img {
    margin: auto;
    width: 80%;
}
.selfie.modal-dialog {
    width: 30% !important;
}
@media only screen and (max-width: 600px) {
    .tagline-heading {
        font-size: 16px;
        font-weight: bold;
    }
    .heading-phone {
        font-size: 18px;
    }
}
.hr-border {
    margin-bottom: 5px;
    margin-top: 5px;
}
@media screen and (min-width:768px) {
    .headernow {
        text-align: center;
    }
    .nav {
        background-color: transparent !important;
        display: inline-block;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .nav > li {
        border-top: 0 !important;
    }
    span.prod-price-list {
        color: #6a6d6d;
    }
    .nav > li > a {
        /*font-weight: 600;*/
        color: rgb(74, 74, 74) !important;
        font-size: 1em !important;
    }
    .nav .menuItem a + ul a {
        text-align: left;
    }
    .nav li li a {
        border-top: 1px solid #0b4b82;
    }
    .nav .menuItem a + ul a:hover {
        color: #083b66 !important;
        text-decoration: none;
        background-color: #eee !important;
    }
    .nav .menuItem a + ul {
        -webkit-box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
        box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
    }
    .headernow.fixed-header {
        position: fixed;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        height: auto;
        background: #fff !important;
        color: #fff;
        font-family: 'PT Sans', sans-serif;
        top: 0;
        z-index: 999;
        max-width: 100%;
        left: 0;
        text-align: center;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .headernow.fixed-header ul {
        display: inline-block;
        border: 0 !important;
    }
    .headernow.fixed-header ul li a {
        color: rgb(74, 74, 74) !important;
        font-weight: normal;
    }
    #prod-details-image {
        margin-top: 30px;
        border-radius: 8px;
    }
    #product-details {
        padding-top: 25px;
    }
    #product-details h2 {
        line-height: 45px;
    }
    ul.prod-list-price > li {
        /*border: 1px solid #bfbfbf;*/
        padding: 10px;
        min-width: 45px;
    }
    .headernow.desktop_only.fixed-header{
        top: 61px!important;
    }
    .headernow.fixed-header .search-row{
        margin-bottom: 10px!important;
    }
}
#product-details h2,
#product-details h5 {
    margin-bottom: 0px;
}
#product-details h2 {
    font-size: 1.500rem;
}
#product-details h5 {
    font-size: 0.9rem;
}
@media screen and (max-width:768px) {
    #container {
        width: 100% !important;
    }
}
/* Footer Design */
#pagefooter {
    background-color: #fff;
    color: rgb(74, 74, 74);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #0d803b solid 1px;
}
#pagefooter a {
    color: rgb(74, 74, 74);
}
.friends-link {
    color: #fff;
    font-weight: bold;
}
.friends-link:hover {
    text-decoration: none;
}
.footer-link {
    text-align: center;
}
/* Footer Design */
.red {
    color: #F00;
}
#container div p {
    color: #757373;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
}
.red {
    color: #F00;
    font-weight: bold;
}
.GreenText {
    color: #090;
    font-weight: bold;
}
.FireText {
    color: #F9 0;
    font-weight: bold;
}
body,
td,
th {
    color: #F00;
}
@media screen and (min-width:768px) {
    .headernow {
        text-align: center;
    }
    .nav {
        background-color: transparent !important;
        display: inline-block;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .nav > li {
        border-top: 0 !important;
    }
    span.prod-price-list {
        color: #3f4242;
    }
    .nav > li > a {
        /*font-weight: 600;*/
        color: rgb(74, 74, 74) !important;
        font-size: 1em !important;
    }
    .nav .menuItem a + ul a {
        text-align: left;
    }
    .nav li li a {
        border-top: 1px solid #0b4b82;
    }
    .nav .menuItem a + ul a:hover {
        color: #083b66 !important;
        text-decoration: none;
        background-color: #eee !important;
    }
    .nav .menuItem a + ul {
        -webkit-box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
        box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.22);
    }
    .headernow.fixed-header {
        position: fixed;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        height: auto;
        background: #fff !important;
        color: #fff;
        font-family: 'PT Sans', sans-serif;
        top: 0;
        z-index: 999;
        max-width: 100%;
        left: 0;
        text-align: center;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .headernow.fixed-header ul {
        display: inline-block;
        border: 0 !important;
    }
    .headernow.fixed-header ul li a {
        color: rgb(74, 74, 74) !important;
        font-weight: normal;
    }
    #prod-details-image {
        margin-top: 30px border-radius: 8px;
    }
    #product-details {
        padding-top: 25px;
    }
    #product-details h2 {
        line-height: 45px;
    }
    ul.prod-list-price > li {
        /*border: 1px solid rgb(151, 154, 154);*/
        padding: 5px;
        min-width: 45px;
    }
}
#product-details h2,
#product-details h5 {
    margin-bottom: 0px;
}
#product-details h2 {
    font-size: 2.500rem;
	margin-top: 0;
}
#product-details h5 {
    font-size: 1.2rem;
    color: #4a4a4a;
}
@media screen and (max-width:768px) {
    #container {
        width: 100% !important;
    }
    #container div p {
        font-size: 18px;
    }
    .products-description {
        font-size: 1.3em !important;
    }


#pagefooter { background-color: #fff; color: rgb(74, 74, 74); padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; border-top: #0d803b solid 1px; }
#pagefooter div { width: 100%; padding: 3px 0; }
#pagefooter { display: block; text-align: center; padding: 20px 0; }
footer .socialLinks a { box-sizing: border-box; padding: 7px 0; }
#container footer div p { margin: 0; }
#pagefooter div address { margin: 0; }
#pagefooter div.footer-link a { font-size: 14px; color: rgb(74, 74, 74); font-weight: 700; }
.footer-serving { color: #4a4a4a; padding-top: 10px; }
#container .footer-serving  p { color: #757373; font-weight: 500; margin-top: 4px; margin-bottom: -2px; font-size: 1em; }
#pagefooter { border-top: #008800 solid 1px !important; border-bottom: #008800 solid 1px !important; }
}

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

	#shoppingcart-added-bg div { width: 100%; float: none; }
#shoppingcart-added-bg { height: auto; }
#shoppingcart-added-display img { margin: 0; position: static; width: 100%; padding: 0 10px; }
#shoppingcart-added-bg div#shoppingcart-added-atctext { padding: 0 10px; font-size: 20px; box-sizing: border-box; text-align: center; }
#shoppingcart-added-bg div#shoppingcart-added-atctext div#shoppingcart-added-atcsubtext { height: auto; line-height: initial; font-size: 18px; padding-top: 20px; }
#shoppingcart-added-bg div.cart-right-side { font-size: 18px; }
#shoppingcart-added-bg div.cart-right-side div#shoppingcart-added-subtotal { font-size: 14px; font-weight: 700; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button a { font-size: 16px; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button div#shoppingcart-added-edit-button-text { box-sizing: border-box; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button div#shoppingcart-added-edit-button, #shoppingcart-added-bg div.cart-right-side .cart-right-button #shoppingcart-added-checkout-button { height: auto; padding: 6px; box-sizing: border-box; }

}

.products-description {
    font-size: 18px !important;
        color: #807b7b;
}
.serving {
    font-weight: 600;
    margin-left: 15px;
}
.footer-serving {
    color: #4a4a4a;
    padding-top: 10px;
    ;
}
.serving-cities {
    padding-left: 15px;
}
p.serving-cities {
    margin-top: 0 !important;
    ;
}

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

	#shoppingcart-added-bg div { width: 100%; float: none; }
#shoppingcart-added-bg { height: auto; }
#shoppingcart-added-display img { margin: 0; position: static; width: 100%; padding: 0 10px; }
#shoppingcart-added-bg div#shoppingcart-added-atctext { padding: 0 10px; font-size: 20px; box-sizing: border-box; text-align: center; }
#shoppingcart-added-bg div#shoppingcart-added-atctext div#shoppingcart-added-atcsubtext { height: auto; line-height: initial; font-size: 18px; padding-top: 20px; }
#shoppingcart-added-bg div.cart-right-side { font-size: 18px; }
#shoppingcart-added-bg div.cart-right-side div#shoppingcart-added-subtotal { font-size: 14px; font-weight: 700; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button a { font-size: 16px; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button div#shoppingcart-added-edit-button-text { box-sizing: border-box; }
#shoppingcart-added-bg div.cart-right-side .cart-right-button div#shoppingcart-added-edit-button, #shoppingcart-added-bg div.cart-right-side .cart-right-button #shoppingcart-added-checkout-button { height: auto; padding: 6px; box-sizing: border-box; }
    
#shoppingcart-item-bg div#shoppingcart-item-png { margin: 0; }
#shoppingcart-item-bg div#shoppingcart-item-png img { width: 100%; height: auto; max-height: inherit; }
#shoppingcart-title-container { display: none; }
#shoppingcart-product-container { width: 100%; margin: 0; padding: 0; box-sizing: border-box; float: none; }
#shoppingcart-product-container div { text-align: left; font-size: 16px; }
#shoppingcart-product-container div#shoppingcart-product-item:before { content: "Product: "; }
#shoppingcart-product-container div:before { color: #63ab33; font-weight: 700; }
#shoppingcart-product-container div#shoppingcart-product-price:before { content: "Price: "; }
#shoppingcart-product-container div#shoppingcart-product-weight:before { content: "Weight: "; }
#shoppingcart-product-container div#shoppingcart-product-quantity:before { content: "Quantity: "; }
#shoppingcart-product-container div#shoppingcart-product-total { margin: 0; }
#shoppingcart-product-container div#shoppingcart-product-total:before { content: "Total: "; }
#shoppingcart-product-container div#shoppingcart-remove-button { visibility: visible; margin: 0; width: 100%; float: none; }
#shoppingcart-product-container div#shoppingcart-remove-button div#shoppingcart-added-remove-button-text { visibility: visible; margin: 0; width: 100%; float: none; }
#shoppingcart-product-container div#shoppingcart-remove-button div#shoppingcart-added-remove-button-text input.btn { margin: 15px 0 10px; padding: 7px 20px; box-sizing: border-box; }
#divider { width: 100%; float: none; margin: 11px 0; }
#shoppingcart-item-bg { float: none; }
#shoppingcart-total-bg { width: 100%; margin: 0; text-align: left; }
#shoppingcart-total-text { float: none; text-align: left; padding-top: 0; }
#shoppingcart-total-bg.price_details { height: auto; float: none; padding: 0; }
#shoppingcart-total-button { float: none; }
#shoppingcart-total-text div { }
#shoppingcart-total-text:after { content: ""; display: table; clear: both; }
.price_details #shoppingcart-total-text span { height: auto; padding: 10px 0; text-align: right; }
#shoppingcart-submit-bg { width: 100%; margin: 0; float: none; padding-bottom: 30px; }
#shoppingcart-submit-bg:after { content: ""; display: table; clear: both; }
#shoppingcart-submit-button-text { padding: 10px; width: 100%; }
div#shoppingcart-submit-bg #shoppingcart-submit-button-text a { color: #fff; }

	/*Shoppingcart Added*/
/* 	#shoppingcart-added-bg {
		background: url(/images/shoppingcart-added-bg.png);
		width: 100%;
		height: 8%;
		float: left;
		margin: 2.05%;
	}
	#shoppingcart-added-chkbox {
		margin: 1.5em .1em 0 .6em;
		float: left;
		display: none;
	}
	#shoppingcart-added-chkbox img {
		width: 26px;
		height: auto;
	}
	#shoppingcart-added-display {
		width: 27%;
		margin: .6em 0 0 0;
		float: left;
		text-align: center; 
		overflow: hidden; 
	}
	#shoppingcart-added-display img {
	   position: relative; 
   	left: 100%; 
    	margin-left: -200%; 
	}
	#shoppingcart-added-atctext {
		font-family: 'Roboto', sans-serif; 
		font-size: .8em;
		line-height: .90em;
		width: 20%;
		height: 10%;
		font-weight: 400;  
		color: #63ab33;
		margin: 1.0em 0em 0 0;
		float: left;
	}
	#shoppingcart-added-atcsubtext {
		 font-family: 'Roboto', sans-serif; 
		 font-size: .73em; 
		 line-height: .78em;
		 height: 10%; 
		 width:100%; 
		 padding-top: .5em; 
		 padding-top: 2.5em; 
		 color: #000; 
		 float: left;
	}
	#shoppingcart-added-subtotal{	
		font-family: 'Roboto', sans-serif; 
		font-size: .64em;
		line-height: 1.5em;
		font-weight: 400;  
		color: #000;
		width: 28%;
		margin: 1.4em 0 0 0;
		float: left;
	}
	#shoppingcart-added-edit-button {
		background-color: #63ab33;
		width: 17.5%;
		height: 2.1em;
		margin: .6em 0 0 0;
		float: left;
	}
	#shoppingcart-added-edit-button-text {
		font-family: 'Roboto', sans-serif; 
		font-size: .65em;
		font-weight: 400;  
		color: #fff;
		padding: .25em .2em .2em .49em;
		float: left;
	}
	
	#shoppingcart-added-checkout-button {
		background-color: #000;
		width: 17.5%;
		height: 2.1em;
		margin: .15em 0 0 0em;
		float: left;
	}
	
	#shoppingcart-added-checkout-button-text {
		font-family: 'Roboto', sans-serif; 
		font-size: .65em;
		font-weight: 400;  
		color: #fff;
		padding: .25em .8em .2em .46em;
		float: left;
	}
	
	#shoppingcart-added-checkout-button a:link {
		background: #000;
		text-decoration: none;
		color: #FFF;
	} */
	
	#header_contacts .mail_link_header { font-size:15px; } 
	form.login p.form-row .button { font-size:20px; padding:6px 15px; }

}

@media only screen and (max-width: 479px) {
#shoppingcart-submit-button {
    background-color: #481daa;
    border-color: none;
    border-style: groove;
    width: 100%;
    height: auto;
    float: left;
    margin: 2% auto;
}

#shoppingcart-submit-button {
    float: left !important;
    margin-left: 14px;
}
#product-details h2 {
padding: 8 0 8 0;
}
}

#shoppingcart-submit-button {
    background-color: #481daa;
    border-color: #000;
    border-style: groove;
    width: auto;
    height: auto;
    float: right;
    margin-top: 1em;
    margin-right: 0px;
}

#shoppingcart-submit-button-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 0 0 0;
    float: left;
}
#shoppingcart-submit-button-text a {
	color: #fff;
}

div#shoppingcart-submit-bg a {
    font-size: 15px;
    width: auto !important;
    min-width: auto !important;
    padding: 5px 15px !important;
    display: inline-block;
}