/*html, body {
    height:100%;
}
html {
    overflow: hidden;
}
*/
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
body {
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	background: #fff;
}
a {
	text-decoration: none;
	outline: none;
	color: #BC2318;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
p {
	line-height: 24px;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
textarea {
	resize: vertical;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="search"], input[type="email"], textarea, select {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
input[type="submit"], input[type="text"], input[type="password"], textarea {
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
input[placeholder], textarea[placeholder] {
	color: #000 !important;
}
::selection {
	background: #fb6422;
	color: #fff;
}
::-moz-selection {
background:#fb6422;
color:#fff;
}
.container, .content-area {
	margin: 0 auto;
	width: 1170px;
}
#container {
	margin: 0 auto;
	width: 1170px;
}
.g-recaptcha {
	float: left;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.block {
	width: 100%;
	float: left;
}
.white-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	padding: 30px 45px;
	border-bottom: 4px solid #e3e3e3;
}
h1 {
	font-size: 26px;
	line-height: 36px;
	color: #353535;
}
h3 {
	font-size: 26px;
	color: #353535;
}
h5 {
	font-size: 18px;
	color: #353535;
}
h6 {
	font-size: 14px;
	color: #353535;
}
.logo {
	width: 60%;
}
.slide_cp {
	width: 19% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 15%;
}
.top_left {
	width: 40%;
}
.title {
	width: 100%;
	float: left;
	padding-bottom: 13px;
}
.title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
}
.btn {
	background: #76a62b;
	background: -moz-linear-gradient(top, #76a62b 0%, #5f9119 100%);
	background: -webkit-linear-gradient(top, #76a62b 0%, #5f9119 100%);
	background: linear-gradient(to bottom, #76a62b 0%, #5f9119 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a62b', endColorstr='#5f9119', GradientType=0);
	color: #fff;
	font-size: 15px;
	border: medium none;
	border-radius: 5px;
	padding: 8px 30px;
	width: 100%;
	max-width: 189px;
	display: inline-block;
}
.header {
	width: 100%;
	float: left;
	position: relative;

}
.header_top {
	background: #000;
	width: 100%;
	float: left;
	position: fixed;
	z-index: 100;
	height: 160px;
}
.logo {
	float: left;
	padding: 15px 0 10px 0;
}
.top_left {
	float: right;
}
.special_ofr {
	float: right;
	padding: 0 10px;
}
.special_ofr p {
	font-size: 14px!important;
	color: #9f9f9f;
	float: right;
	margin-top: 9px;
}
.cart_ofr {
	clear: both;
	float: right;
}
.cart_ofr ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 4px;
}
.cart_ofr ul li {
	list-style: none;
	background: transparent;
	padding: 8px 12px;
	margin: 0 8px 0 0;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	;
}
.cart_ofr ul li a img {
	float: left;
}
.cart_ofr span input[type="text"] {
	border-radius: 5px;
	color: #000;
	margin-left: 19px;
	padding: 1px 8px;
	width: 18%;
}
.cart_ofr span .right_input {
	border: none;
	border-radius: 5px;
	color: #000;
	float: right;
	font-size: 15px;
	margin-left: 9px;
	padding: 3px 7px;
	width: 62%;
	background-color: #fff;
	display: none!important;
}
.cart_ofr .text-1 {
	border-radius: 5px;
	color: #000;
	margin: 0 4px;
	padding: 1px 7px;
	width: 22%;
}
66 .toggle-icon {
display:none;
float:right;
padding:5px;
width:34px;
background:#63941c;
z-index:9;
border-radius:3px;
-webkit-border-radius:3px;
margin-right:15px;
margin-top:17px;
}
.toggle-icon span {
	float: left;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 3px 0;
}
.menu_bar {
	width: 100%;
	float: left;
	background: rgba(0,0,0, .5);
	position: relative;
}
.navigation {
	width: 100%;
	float: left;
	text-align: center;
}
.navigation > .menu-header_menu-container > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.navigation > .menu-header_menu-container > ul > li.current-menu-item > a, .navigation > .menu-header_menu-container > ul > li:hover > a {
	background: #61851f;
	color: #fff;
	padding: 15px 23px;
}
.navigation > .menu-header_menu-container > ul > li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	list-style: none;
	position: relative;
	webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.navigation > .menu-header_menu-container > ul > li > a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	padding: 15px 23px;
	display: inline-block;
}
.navigation ul li ul.sub-menu {
	background: #fff;
	color: #000;
	visibility: hidden;
	float: left;
	width: 860px;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 999;
	margin: 0;
	list-style: none;
	border: 1px solid #d9d9d9;
	border-width: 0 1px 1px;
	box-shadow: 0 1px 3px #000;
	height: 0;
	webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.navigation ul li ul.sub-menu li {
	float: left;
	list-style: none;
	float: left;
	width: 33.333%;
	border-radius: 0;
	padding: 0 7px;
}
.navigation ul li ul.sub-menu li a {
	font-size: 14px;
	color: #515151;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f4f4f4;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #61851f;
	transition: 0.5s;
	border-radius: 0;
}
.navigation ul li:hover > ul.sub-menu {
	visibility: visible;
	height: auto;
	webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 10px;
}
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 160px;
}
.banner img {
	width: 100%;
	float: left;
}
.slide_cp {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	margin-top: 214px;
	text-align: center;
}
.search_box {
	display: inline-block;
	width: 100%;
	text-align: center;
	max-width: 466px;
	position: relative;
}
.search_box input[type="search"] {
	width: 100%;
	background: #fff;
	border-radius: 14px;
	-webkit-border-radius: 10px;
	padding: 13px 14px;
	color: #c6c6c6;
	font-size: 18px;
	height: 49px;
}
.search_box input[type="submit"] {
	position: absolute;
	top: 1;
	margin-top: 1px;
	right: 0;
	border: none;
	border-radius: 0 14px 14px 0;
	-webkit-border-radius: 0 14px 14px 0;
	padding: 14px 0px;
	background: url(../images/srch.png) no-repeat 0;
	width: 14%;
	height: 96%;
	overflow: hidden;
	clear: both;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.flexslider .slides, .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.flexslider .slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li img {
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
.no-js .slides > li:first-child {
	display: block;
}
.banner .flexslider {
	position: relative;
	zoom: 1;
	width: 100%;
	float: left;
	height: 100%;
	max-height: 100%;
}
.banner .flex-viewport {
	max-height: 560px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.banner .flex-direction-nav {
	display: block;
}
.banner .flex-direction-nav a {
	width: 46px;
	height: 46px;
	background: url(../images/left-arrow.png) no-repeat 0 0;
	position: absolute;
	top: 38%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 999;
	right: 40px;
}
.banner .flex-direction-nav {
	list-style: none;
}
.banner .flex-direction-nav .flex-next {
	background-image: url(../images/right-arrow.png);
}
.banner .flex-direction-nav .flex-prev {
	left: 40px;
	right: auto;
}
.banner .flex-control-nav {
	left: 0;
	z-index: 3;
	float: left;
	width: 100%;
	text-align: center;
	display: none;
}
.banner .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
}
.banner .flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
.banner .flex-direction-nav {
	height: 0;
}
.banner .flexslider .slides {
	margin: 0;
}
.block {
	width: 100%;
	float: left;
}
.welcome {
	width: 100%;
	float: left;
}
.welcome_text {
	width: 100%;
	float: left;
	padding: 0 0 46px;
}
.welcome_text h2 {
	font-size: 30px;
	color: #515151;
	padding-bottom: 16px;
}
.welcome_text p {
	color: #7c7c7c;
	display: inline-block;
	float: none;
	font-size: 16px!important;
	line-height: 25px!important;
	max-width: 100%!important;
	padding: 0 0 30px;
	width: 100%;
}
.product_slider {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	padding-top: 15px;
}
.main_product {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #797979;
	margin-bottom: 13px;
	padding: 0 0 15px;
}
.mps {
	margin-right: 0;
}
.main_product .image {
	border-bottom: 1px solid #797979;
	float: left;
	height: auto;
	margin-bottom: 11px;
	width: 100%;
}
.image img {
	max-width: 100%;
	float: none;
	height: auto !important;
	max-height: 300px;
	margin: 0 auto;
	width: auto;
}
.main_product h2 {
	margin: 0 20px;
	font-size: 17px;
	color: #5e9018;
	border-bottom: 2px solid #5e9018;
	padding-bottom: 4px;
	padding-top: 10px;
}
.main_product p {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 26px;
	padding: 13px 25px 15px;
}
.main_product h3 {
	color: #515151;
	display: inline-block;
	font-size: 14px;
	padding: 10px 5px;
}
.carousel_pagebuilder_wrapper {
	overflow: hidden;
}
html {
	margin-top: 0px !important;
}
h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}
.top_left {
	width: 40%;
	margin-top: 2%;
}
.empty {
	text-align: center!important;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.woocommerce form p {
	float: left !important;
	width: 100% !important;
	text-align: left !important;
}
.counter {
	width: auto;
	background-color: #fff;
	width: 17px !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: 0px;
	top: 4px;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 25px;
	height: 20px;
	background-color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 4px;
	border: 1px solid #333;
}
.cart_list.product_list_widget li {
	background-color: transparent;
	border-bottom: 0px solid #FFF!important;
	width: 100%!important;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
	color: #bac75d!important;
	height: 22px;
}
.cart_ofr ul li {
	list-style: none;
	background: #333;
	padding: 6px 9px;
	margin: 0 8px 0 0;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	float: left;
}
 .search-form .form-group input.form-control::-webkit-input-placeholder {
display:none;
}
.search-form .form-group input.form-control:-moz-placeholder {
display:none;
}
.search-form .form-group input.form-control::-moz-placeholder {
display:none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
display:none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 25px;
	height: 36px;
	line-height: 23px;
	text-align: center;
	color: #bac75d!important;
	left: initial;
	font-size: 20px;
	font-weight: 400;
}
.slider {
	background-color: transparent;
	color: #bac75d !important;
	text-align: center!important;
}
.logo {
	width: 27%;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	color: #fff!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 35%!important;
}
a.button.wc-forward {
	color: #fff!important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 10px!important;
}
.wishlist_table .add_to_cart.button, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	margin: 0px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 3px;
	background: #629c1e!important;
	padding: 10px;
	color: #fff!important;
	font-weight: 600;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	display: block!important;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
	color: #fff!important;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
	border: 1px solid #dedede!important;
	border-collapse: collapse;
}
.woocommerce table.shop_table.wishlist_table {
	background: #ffffff;
	color: #6d6c6c;
	border-color: #afadad;
	border-collapse: collapse!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}
.closepopup {
	top: 9px !important;
	font-size: 22px!important;
}
.woocommerce.woocom {
	background-color: #fff;
}
.woocommerce.woocom .Register {
	margin: 3px;
	padding: 11px;
	display: none;
}
.woocommerce.woocom .wp-social-login-provider-list {
	padding-top: 0px !important;
	padding: 0px !important;
	padding-top: 8px !important;
}
.woocommerce.woocom .wp-social-login-provider-list img {
	padding: 0px;
	margin: 3px;
}
.special_ofr .spl_ofr {
	background: transparent none repeat scroll 0 0;
	border-radius: 5px;
	color: #bac75d;
	float: left;
	font-size: 15px;
	padding: 3px;
	margin-right: 5px;
}
.navigation {
	width: 99%;
}
.search_box input[type="submit"] {
	width: 21%;
}
.name_need {
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 14px;
}
.woocommerce ul.products li.product .button {
	float: left !important;
}
.products li {
	position: relative;
}
.wish_list {
	position: absolute !important;
	bottom: 12px;
	right: 0px;
}
.pp_content {
	height: 20px !important;
}
.wishlist-select {
	height: 41px !important;
	font-weight: bold !important;
}
.woocommerce ul.products li.product .button .wish_list {
	float: right;
}
.woocommerce div.product form.cart div.quantity {
	float: none !important;
	margin: 0 !important;
	display: inline-block !important;
}
.woocommerce div.product form.cart {
	margin-top: 10px !important;
}
.woocommerce a.button.alt {
	background-color: transparent !important;
	color: #6f6f6f !important;
	float: left;
}
.hustle-modal.hustle-modal-simple .hustle-modal-header {
	border-bottom: 0px !important;
	margin: 0 0 8px !important;
	padding: 0px 0px !important;
}
.hustle-modal .hustle-modal-message p {
	line-height: 1.6 !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	color: #fff !important;
	width: 25% !important;
	padding: 5px 4px !important;
	text-align: center;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	overflow-y: hidden !important;
	overflow: hidden !important;
}
.hustle-modal .hustle-modal-close {
	background: #ddd;
	float: right;
	padding: 6px;
	border-radius: 50%;
}
.hustle-modal .hustle-modal-close svg.hustle-icon {
	max-width: 12px;
	max-height: 12px;
	cursor: pointer;
	display: block;
	margin: 0 0 0 auto;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: 220px !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section .hustle-modal-message {
	overflow: hidden !important;
	overflow-y: hidden !important;
}
.popupContact {
	display: none !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.footer_text ul li {
	font-size: 14px;
}
.fa {
	color: #6f6f6f;
}
.footer_text ul li {
	font-size: 13px !important;
}
.page.page-id-1019 .add_to_wishlist .fa.fa-heart {
	display: none;
}
.page.page-id-1019 .add_to_wishlist {
	display: none;
}
.woocommerce div.product form.cart .variations td.label {
	width: 22%;
}
div.product .yith-wcwl-add-to-wishlist {
	float: left;
}
.woocommerce div.product form.cart .reset_variations {
	font-weight: 700;
}
.woocommerce a.button {
	color: #fff;
}
.woocommerce a:hover.button {
	color: #fff;
}
.woocommerce input.button:hover {
	color: #fff;
}
.woocommerce input.button {
	color: #fff;
}
a.checkout-button.button.alt.wc-forward {
	background-color: #689922 !important;
	font-size: 16px!important;
}
.yith-wcwl-add-to-wishlist a .fa {
	margin-top: 0px;
	font-size: 25px!important;
}
th.product-quantity {
	text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%!important;
	padding: 10px!important;
	background-color: #689922;
	font-size: 18px!important;
}
form.variations_form.cart {
	float: right!important;
	width: 100%!important;
	position: relative!important;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="search"], input[type="email"], textarea, select {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
.welcome_text h2 {
	font-size: 22px;
	color: #353535;
	padding-bottom: 16px;
	font-weight: 600;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 0px !important;
}
a.checkout-button.button.alt.wc-forward {
	margin-top: 0px !important;
}
a.checkout-button.button.alt.wc-forward:hover {
	background-color: #78B825 !important;
}
.remove_from_wishlist.button {
	display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	float: left;
	margin-top: 40px;
	position: relative;
	top: 48px;
	left: -2px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	width: 48%;
	float: right;
	position: relative;
	top: 3px;
	height: 38px;
	font-size: 13px;
	margin-left: 6px;
}
table.shop_table.shop_table_responsive.cart thead {
	background-color: #689921 !important;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	margin-top: 0px !important;
}
.search_box input[type="submit"] {
	height: 100% !important;
	width: 23% !important;
	margin-top: 0px !important;
	border: none !important;
}
input#coupon_code.input-text {
	text-align: center;
}
th.product-quantity {
	text-align: left !important;
}
.coupon .button {
	position: relative;
}
.input-checkbox {
	margin: 0px;
	margin-top: 5px;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill {
	background-color: #fff !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 255px;
	padding-left: 33px;
}
#mc_embed_signup .button {
	background-color: black !important;
}
#mc_embed_signup .mc-field-group {
	width: auto;
	clear: none !important;
}
#mc_embed_signup .mc-field-group input {
	width: 36% !important;
	padding: 10px 0 !important;
}
.wysija-submit.wysija-submit-field {
	position: relative;
	bottom: 50px;
}
#mc_embed_signup input {
	border: none !important;
}
.news_info h2 {
	padding-top: 7px;
}
.direction {
	display: none;
}
.dropdown_header {
	position: absolute;
}
.cart_ofr ul li {
	border-radius: 0px !important;
}
.cart_ofr ul li:nth-child(2):hover .dropdown_header {
	display: block;
}
.dropdown.dropdown-right {
	display: none !important;
}
.cart_ofr {
	position: relative;
}
.dropdown-cart-button {
	border: none !important;
	background: none !important;
	top: 24px;
}
.dropdown-cart-button .dropdown-total {
	display: none !important;
}
.cart_ofr ul li {
	height: auto !important;
}
.special_ofr p {
	width: 100%;
	max-width: 663px;
}
.cart_ofr ul {
	margin-top: 4px !important;
}
.special_ofr p {
	background: transparent none repeat scroll 0 0;
	border-radius: 5px;
	color: #bac75d !important;
	float: left;
	font-size: 15px;
}
.slider {
	background-color: transparent;
	color: #bac75d !important;
	height: 20px;
	overflow: hidden;
}
.special_ofr.desktop {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #424141;
}
.promotiontext a {
	font-size: 17px;
	text-align: center;
}
.promotiontext i {
	color: #000000 !important;
	padding-left: 6px;
	font-size: 18px;
	padding-top: 2px;
}
.slide_cp {
	width: 19% !important;
	float: left !important;
	left: auto !important;
	margin-top: 64px !important;
	right: 13%;
}
.promotiontext {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #000000;
	padding: 5px 0;
	font-weight: bold;
}
.promotiontext a {
	color: #BC2318 !important;
}
.banner .flex-direction-nav {
	display: inline;
}
.textwidget {
	width: 100%;
}
.contact_form {
	width: 100%;
}
.contact_forms_input {
	width: 50%;
}
.message_inbox {
	width: 50%;
	float: left;
}
.address {
	float: left;
	width: 100%;
	background: #fff;
}
.address2 {
	float: left;
	width: 33.3%;
	text-align: center;
}
.address2 h2 {
	color: #000;
}
.phone {
	float: left;
	width: 33.3%;
	text-align: center;
}
.phone img {
	float: none;
	padding-top: 6px;
}
.email img {
	float: none;
	padding-top: 8px;
}
.email {
	float: left;
	width: 33.3%;
	text-align: center;
}
.address2 img {
	float: none;
}
.address .col-sm-4 {
	width: 33.3%;
	float: left;
}
.contact-page-wrapper .textwidget p a {
	text-decoration: none;
}
.address {
	color: #000;
}
.phone a {
	color: #000;
}
.address h3 {
	float: left;
}
.address p {
	color: #000;
	text-align: center;
	width: 50%;
}
.email a {
	color: #000;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 139px;
}
.address_detail h3 {
	float: left;
	width: 40%;
	font-size: 14px;
}
.address_detail p {
	float: left;
	width: 44%;
}
.phone h3 {
	float: left;
	width: 40%;
	font-size: 14px;
}
.phone p {
	float: left;
	width: 33.3%;
}
.email h3 {
	float: left;
	width: 33.3%;
	font-size: 14px;
}
.email p {
	float: left;
}
.message_inbox {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.contact_forms_input {
	padding-right: 10px;
}
.phone li {
	list-style: none;
}
.phone li a {
	padding-top: 23px;
	float: left;
	position: relative;
	right: 133px;
}
.email li {
	list-style: none;
}
.email li a {
	padding-top: 22px;
	float: left;
	position: relative;
	right: 121px;
}
#send {
	width: 100%;
	max-width: 128px;
}
#reset {
	width: 100% !important;
	max-width: 128px !important;
	background: linear-gradient(to bottom, #76a62b 0%, #5f9119 100%);
	color: #fff;
	font-size: 15px;
	border: medium none;
	border-radius: 5px;
	padding: 8px 30px;
	width: 100%;
	max-width: 189px;
	display: inline-block;
}
.rc-anchor-normal {
	height: 69px !important;
}
.rc-anchor-content {
	height: 64px;
}
.contact_button span {
	margin: 10px;
}
.total-iteam:hover .dropdown.dropdown-right {
	display: none;
}
.account_info {
	position: absolute;
	left: 0;
	top: 33px;
	right: -9px;
	z-index: 999;
}
.cart_ofr ul {
	position: relative;
}
.account_info ul li {
	width: 100%;
	float: left;
	text-align: center;
}
/*.account:hover .account_info{display:block !important;}*/
.account_info {
	display: none;
}
.account_info li a {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
}
.account_user i {
	font-size: 33px;
	float: left;
	width: 100%;
	text-align: center;
}
.account_user a {
	border-bottom: 2px solid;
}
.account-image {
	float: left;
	width: 100%;
	text-align: center;
}
.account-image img {
	float: none;
}
.berocket_aapf_widget li.slider span.left, .berocket_aapf_widget li.slider span.right {
	height: 18px !important;
	width: 111px !important;
}
.berocket_aapf_widget li.slider span.right input {
	float: right !important;
}
.woocommerce div.product .out-of-stock {
	color: red;
	text-align: left;
	position: relative;
	left: 0 !important;
	margin: 0 0 15px 0 !important;
	top: 0 !important;
}
.woocommerce a.button.alt {
}
/*pushmenu css*/
.pushmenu { /*this is the nav*/
	background: #000;
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 9;
	position: fixed;
}
.pushmenu-left {
	left: -300px;
}
.pushmenu-left.pushmenu-open {
	left: 0;
}
.pushmenu-push {
	/*overflow-x: hidden;*/
	position: relative;
	left: 0;
	float: left;
	width: 100%;
	margin-top: 170px;
}
.homepushpage {
	margin-top: 0px;
}
.pushmenu-push-toright {
	left: 300px;
}
/*Transition*/

.pushmenu, .pushmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pushmenu ul ul {
	margin-left: 15px;
}
#nav_area .nav ul li a, #nav_area .nav ul li a:focus, #nav_area .nav ul li a.active {
	color: #fff;
}
a.desk_moblink {
	outline: none !important;
}
.dropdown-toggle {
	position: absolute !important;
	right: 8px;
	top: 18px;
	cursor: pointer;
	border-top: none !important;
	padding: 0px !important;
}
.wp-social-login-provider:first-child {
	margin-right: 0%;
	margin-bottom: 10px;
	float: left;
}
.wp-social-login-provider {
	width: 30%;
	margin-left: 7px;
	float: left;
}
.wp-social-login-provider img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #999999;
}
#otp {
	color: #000000;
}
.otp-error {
	color: red;
	font-size: 12px;
	width: 100%;
	display: block;
	float: left;
}
.otp-btn {
	padding: 5px 25px;
	background: #5E9018;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border: none;
	margin: 10px 0 0 10px;
}
.otpanchor {
	width: 100%;
	float: left;
	margin: 10px 0;
	font-size: 12px;
	color: green;
	clear: both;
}
#otp_div {
	display: block;
	float: left;
	margin: 10px 0px;
	width: 100%;
}
.arrow-div {
	width: 100%;
	float: left;
	text-align: center;
}
.arrow-div img {
	width: 80px;
	animation: blinker 1s linear infinite;
}
 @keyframes blinker {
 50% {
 opacity: 0;
}
}
.signup-div {
	padding: 30px;
	background: green;
	color: #fff;
}
.signup-div {
	color: #fff;
	font-weight: bold;
}
.signup-div a {
	text-decoration: underline;
	color: #ffffff;
}
@media screen and(min-width:1000px) {
.slide_cp {
width:19% !important;
float:left !important;
left:auto !important;
margin-top:64px !important;
right:13%;
}
}
@media screen and (max-width:479px) {
html {
	margin-top: 0px !important;
}
.cart_ofr ul li {
	list-style: none;
	background: transparent;
	padding: 6px 0px;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	height: 39px;
}
.woocommerce form .form-row {
	padding: 3px;
	padding-bottom: 3px;
	margin: 0 0 6px;
	width: 100% !important;
}
.special_ofr p {
	font-size: 11px!important;
	color: #9f9f9f;
	float: left;
	margin-top: 4px;
}
.special_ofr .spl_ofr {
	background: transparent!important;
	border-radius: 0px;
	color: #bac75d;
	float: left;
	font-size: 13px;
	padding: 0px;
	margin-right: 5px;
}
.special_ofr .spl_ofr, .special_ofr span {
	width: 100%;
	clear: none;
	text-align: center;
}
.welcome_text p {
	color: #7c7c7c;
	display: inline-block;
	float: none;
	font-size: 18px!important;
	line-height: 25px!important;
	padding: 0 0 30px;
	width: 100%;
}
.cart_ofr ul {
	width: 52% !important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 30px!important;
	list-style: none;
	clear: both;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 100% !important;
}
.hustle-modal-body.hustle-size-small {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 39% !important;
	text-align: center;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: 368px !important;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0!important;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.category-title {
	text-align: center;
}
.contact a {
	float: none !important;
}
.slide_cp {
	display: none;
}
.contact i {
	display: inline;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}
.posted_in a {
	float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-top: 11px;
}
.yith-wcwl-add-to-wishlist.add-to-wishlist-957 {
	position: absolute;
	top: 24%;
	right: 31%;
}
input#coupon_code.input-text {
	height: 38px;
	width: 100%!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%!important;
	padding: 10px!important;
	background-color: #689922!important;
	font-size: 18px!important;
}
.coupon input {
	margin-bottom: 5px!important;
}
.posted_in a {
	background: #8BC34A;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 2px;
	padding: 5px 15px;
	font-weight: 600;
	text-transform: lowercase;
	width: 90%;
}
.woocommerce div.product .product_title {
	clear: none;
	color: #353535 !important;
	font-size: 20px !important;
	margin-top: 0;
	padding: 0 0 20px 0 !important;
	width: 100%!important;
	vertical-align: top;
}
.yith-wcwl-add-to-wishlist a .fa {
	font-size: 25px!important;
}
form.variations_form.cart {
	float: right!important;
	width: 100%!important;
	position: relative!important;
}
select {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #9E9E9E!important;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
.col2-set .col-1 h2 {
	text-align: center;
}
.col2-set .col-2 h2 {
	text-align: center;
}
.rc-anchor-light.rc-anchor-normal {
	border: 1px solid #d3d3d3;
}
.rc-anchor-normal {
	height: 74px;
	width: 300px;
}
.woocommerce div.product form.cart .variations td.label {
	width: 39%
}
.woocommerce div.product form.cart .variations {
	margin-left: -36px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	width: 100%;
	float: left;
	height: 45px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	margin-top: 40px !important;
	top: 0px;
}
.coupon .button {
	position: relative;
	float: right;
	right: 0px;
	height: 37px;
}
input#coupon_code.input-text {
	width: 50% !important;
}
.hustle-modal .hustle-modal-close, .wpmudev-ui .hustle-modal .hustle-modal-close {
	margin: -12px 0px 15px !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	margin-top: 22px;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 208px;
	padding-left: 64px;
}
#mc_embed_signup .mc-field-group input {
	width: auto !important;
}
.wysija-submit.wysija-submit-field {
	bottom: 0px;
}
.direction {
	position: relative;
	display: block;
	float: right;
	right: 88px;
	top: 33px;
}
.direction h5 {
	font-size: 11px;
	position: relative;
	top: 34px;
	right: 12px;
}
button#responsive-menu-button {
	width: 55px;
	height: 104px;
	position: absolute;
	background: transparent !important;
}
.special_ofr.desktop {
	width: 100%;
}
.cart_ofr span {
	float: right;
	width: 15% !important;
}
.search_box {
	left: 0px;
}
.search-form .form-group span.form-control-feedback {
	line-height: 18px;
}
.cart_ofr {
	margin-top: 0px;
}
.cart_ofr ul li {
	background: #333;
}
.promotiontext i {
	font-size: 15px;
}
.banner .flex-direction-nav {
	display: none;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block;
	float: left;
}
.address2 {
	float: left;
	width: 100%;
}
.address2 img {
	width: auto;
}
.phone {
	float: left;
	width: 100%;
}
.phone img {
	width: auto;
}
.email {
	width: 100%;
}
.email img {
	width: auto;
}
.address2 p {
	color: #000;
	text-align: center;
	width: 69%;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 136px;
}
.contact_form {
	width: auto;
}
.top_left {
	width: 100%;
	margin-top: -40%;
	position: relative;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 2%;
}
.cart_ofr span {
	width: auto;
	width: 17px !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: 0px;
}
.account-image {
	float: none;
	width: 100%;
	text-align: center;
}
.cart_ofr ul li {
	text-align: center;
}
.account_info li a {
	padding-left: 35px;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.direction h5 {
	right: 46px;
	top: 43px;
}
.direction img {
	position: relative;
	right: 26px;
	top: 9px;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 30px;
}
.promotiontext a, .promotiontext {
	font-size: 15px;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.cart_ofr ul li {
	list-style: none;
	background: #333;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	height: 39px;
	float: right;
	margin-top: 2px
}
.welcome_text p {
	color: #7c7c7c;
	display: inline-block;
	float: none;
	font-size: 18px!important;
	line-height: 25px!important;
	padding: 0 0 30px;
	width: 100%;
	text-align: justify;
}
.yith-wcwl-add-to-wishlist {
	margin-top: -13px !important;
}
.wph-modal {
	padding: 68px !important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 30px!important;
	list-style: none;
	clear: both;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 100% !important;
}
.hustle-modal-body {
	height: auto !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: 100% !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 21% !important;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.special_ofr p {
	font-size: 12px!important;
	color: #9f9f9f;
	float: left;
	margin-top: 4px;
}
.special_ofr .spl_ofr {
	background: #1d1d1d none repeat scroll 0 0;
	border-radius: 0px;
	color: #bac75d;
	float: left;
	font-size: 15px;
	padding: 0px;
	margin-right: 5px;
}
.special_ofr .spl_ofr, .special_ofr span {
	width: 100%;
	clear: none;
	text-align: center;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.category-title {
	text-align: center;
}
.contact a {
	float: none !important;
}
.slide_cp {
	display: none;
}
select {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #9E9E9E!important;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	width: 77%;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	float: left;
	width: 77%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	margin-top: 40px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	top: 0px !important;
}
.hustle-modal .hustle-modal-close, .wpmudev-ui .hustle-modal .hustle-modal-close {
	margin: -12px 0px 15px !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 207px;
	left: 95px;
}
button#responsive-menu-button {
	width: auto;
	height: 60px;
	background: transparent !important;
}
.wysija-submit.wysija-submit-field {
	bottom: 13px !important;
}
.direction {
	display: none;
}
html {
	margin-top: 0px !important;
}
.banner .flex-direction-nav {
	display: none;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block;
	float: left;
}
.woocommerce-cart table.cart img {
	width: 25px !important;
}
.coupon .button {
	right: 36px !important;
	padding: 12PX !important;
}
.woocommerce-page table.cart td.actions .coupon input {
	width: 43% !important;
}
.address2 p {
	color: #000;
	text-align: center;
	position: relative;
	top: 5px;
	font-weight: normal;
}
.cart_ofr ul li {
	margin-top: 0px;
	text-align: center;
}
.shipping-notice {
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 5px 40px;
}
}
 @media only screen and (min-width:768px) and (max-width:959px) {
.logo {
	width: 30%;
}
.slide_cp {
	width: 35% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 27%;
}
.top_left {
	width: 69%;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 30px!important;
	list-style: none;
	clear: both;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.hustle-modal-body.hustle-size-small {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 19% !important;
	text-align: center;
}
.hustle-modal-body {
	height: auto !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: 100% !important;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 600px !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section .hustle-modal-message {
	overflow-y: hidden !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: auto !important;
}
.special_ofr p {
	widows: 495px !important;
}
.contact a {
	display: block;
}
.category-title {
	text-align: center;
}
.footer_text {
	padding: 0px 10px;
}
.title h2 {
	font-size: 16px;
}
.footer_text ul li {
	font-size: 12px !important;
	display: inline-block;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	position: relative;
	top: 44px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	height: 46px !important;
	top: 0px;
}
.contact a {
	font-size: 13px;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 207px;
	left: 95px;
}
#mc_embed_signup .mc-field-group input {
	width: 50% !important;
}
.direction {
	display: none;
}
.banner .flex-direction-nav {
	display: none;
}
}
@media only screen and (min-width:960px) and (max-width:1024px) {
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.logo {
	width: 30%;
}
.slide_cp {
	width: 26% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 20%;
}
.top_left {
	width: 69%;
}
.contact a {
	font-size: 14px;
	color: #fff;
	display: block;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	position: relative;
	top: 47px;
	height: 46px;
}
.search_box {
	right: 0px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	height: 46px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	top: 54px;
}
.direction {
	display: none;
}
.promotiontext {
	display: none;
}
.banner .flex-direction-nav {
	display: inline;
}
}
.special-sell-navigation a, .top-sell-navigation a, .new-sell-navigation a {
	position: absolute;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 0%;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: -2px 1px 10px #bdbdbd;
	top: calc(40% - 20px);
	cursor: pointer;
}
.rel-navigation a {
	display: none;
}
.related-navigation a {
	position: absolute;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 0%;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: -2px 1px 10px #bdbdbd;
	top: calc(50% - 20px);
	cursor: pointer;
}
.special-sell-navigation a svg, .top-sell-navigation a svg, .new-sell-navigation a svg, .rel-navigation a svg {
	height: 80px;
	width: 80px;
}
.special-sell-navigation .prev, .top-sell-navigation .prev, .new-sell-navigation .prev, .rel-navigation .prev {
	left: -15px;
	height: 30%;
	width: 60px;
}
.related-navigation .prev {
	left: -15px;
}
.special-sell-navigation .next, .top-sell-navigation .next, .new-sell-navigation .next, .rel-navigation .next {
	right: -15px;
	height: 30%;
	width: 60px;
}
.related-navigation .next {
	right: -15px;
}
.special-sell-navigation, .top-sell-navigation, .new-sell-navigation, .related-navigation, .rel-navigation {
	display: none;
}
.home-page-category .container, .related-container, .rel-container {
	position: relative;
	z-index: 1 !important;
}
.product_slider .owl-buttons .owl-prev, .product_slider .owl-buttons .owl-next {
	left: -25px;
	position: absolute;
	top: 45%;
	z-index: 999;
	background: url(../images/left-arrow.png) no-repeat 0 0;
	display: inline-block;
	width: 46px;
	height: 46px;
	cursor: pointer;
	text-indent: -9999px;
	margin-left: 5px;
}
.product_slider .owl-buttons .owl-next {
	background-image: url(../images/right-arrow.png);
	right: 0;
	left: auto;
}
.product_slider .owl-item {
	padding: 0 7px;
}
.product_slider .owl_carousel {
	padding: 0 50px;
}
.product_slider .owl-buttons .owl-next {
	right: -40px;
	left: auto;
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.detailholder.medium {
	border-bottom: 3px solid #222;
}
.woocommerce div.product {
	float: left;
	width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 10px!important;
	position: relative;
	width: 22.05%;
	border: 1px solid #ccc!important;
}
.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: 0px!important;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #E91E63!important;
	color: #fff;
	font-size: .857em;
	-webkit-font-smoothing: antialiased;
}
.woocommerce ul.products li.product .onsale {
	top: 18px !important;
	right: 18px !important;
	left: auto;
	margin: -1.5em -1.5em 0 0!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: inherit !important;
	padding: 6.4px;
	color: #fff!important;
	background-color: #689921!important;
	-webkit-box-shadow: none;
}
li.product h3 {
	font-size: 14px !important;
	padding: .5em 10px!important;
	height: 60px!important;
	overflow: hidden!important;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	line-height: 30px!important;
}
p {
	line-height: 22px!important;
	padding-bottom: 0px!important;
	font-size: 14px!important;
}
h6 {
	font-size: 14px!important;
	color: #000;
	font-weight: 600!important;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 2em; /*margin-left:10%!important;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 10px!important;
	position: relative;
	width: 21.05%;
}
table.shop_table td {
	border-top: 1px solid rgba(0,0,0,.1)!important;
	padding: 6px 9px;
	vertical-align: middle;
}
table.shop_table.woocommerce-checkout-review-order-table thead {
	background-color: #e6e6e6!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #efefef!important;
	border-radius: 5px;
}
.form-row.place-order {
	background-color: #fff!important;
	padding-top: 20px !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 0px solid rgba(0,0,0,.1)!important;
}
.woocommerce form .form-row {
	padding: 3px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tbody th {
	font-weight: 700;
	border-top: 0px solid rgba(0,0,0,.1)!important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 0px solid #eae1ea!important;
}
.related .products li.post-277.product.type-product {
	padding: 10px!important;
}
.testimonials_info {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.testi_post {
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	float: none;
	text-align: center;
	height: 200px;
	line-height: 200px;
	width: 200px;
}
.testi_post img {
	border-radius: 50%;
	height: 200px !important;
	overflow: hidden;
	width: 200px;
	border: 2px solid #ccc;
}
.testi_post span {
	float: left;
	width: 100%;
}
.testimonials_in {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.testimonials_in:nth-child(3n) {
	margin-right: 0;
}
.testi_item {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.testi_item h3 {
	border-bottom: 2px solid #5e9018;
	color: #5e9018;
	font-size: 22px;
	padding-bottom: 10px;
}
.testi_item p {
	color: #7c7c7c;
	font-size: 16px;
	line-height: 26px;
	padding: 13px 0 24px;
}
.welcome_text .title {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;
}
.welcome_text .title h3, .welcome_text .title h1 {
	color: #353535;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}
.welcome_text .title span {
	background: #5e9018;
	height: 4px;
	width: 60px;
	display: inline-block;
}
#wpcf7-f75-p17-o1 .wpcf7-form label {
	float: left !important;
	padding-bottom: 10px !important;
}
#wpcf7-f75-p17-o1.wpcf7 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.textwidget {
	float: left;
	margin-top: 0px;
}
#form-wysija-2 input.wysija-input {
	float: left;
	width: 100%;
	color: #515151;
	font-size: 17px;
}
.wysija-paragraph {
	float: left;
	width: 50%;
}
form#form-wysija-2.widget_wysija {
	float: left;
	width: 70%;
}
.wysija-submit.wysija-submit-field {
	background: #343434;
	border: none !important;
	border-radius: 0;
	color: #fff;
	float: right !important;
	font-size: 18px;
	margin: 0 17% 0 0 !important;
	padding: 9px 74px !important;
	text-transform: uppercase;
}
.formError .formErrorContent {
	background: #8e2121 none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	color: #ffffff;
	float: right;
	font-size: 11px;
	padding: 4px 10px;
	position: relative;
	right: -203px !important;
	top: -5px !important;
	width: 100% !important;
	z-index: 5001;
}
.allmsgs {
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
#container #content {
	float: left;
	width: 100%;
}
h1.page-title {
	color: #353535;
	float: left;
	font-size: 24px;
	text-align: center;
	width: 59%;
	margin-bottom: 20px;
}
nav.woocommerce-breadcrumb {
	background: #353535 none repeat scroll 0 0;
	border-radius: 5px;
	float: left;
	margin: 20px 0 !important;
	padding: 6px 10px !important;
	width: 100%;
}
.woocommerce-breadcrumb > a {
	color: #fff !important;
}
.woocommerce-result-count {
	font-size: 15px;
}
#content .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 30.75% !important;
	margin: 0 2% 2.992em 0;
}
#content .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce-checkout-review-order-table {
	text-align: left !important;
}
.post-93.product.type-product.status-publish.has-post-thumbnail.product_cat-essential-oils.product_cat-massage-creams.product_cat-massage-oils.product_cat-massage-tables-accessories.product_cat-physiotherapy-supplies.product_cat-spa-and-beauty-supplies.product_cat-special-offers.instock.shipping-taxable.purchasable.product-type-simple:nth-child(4n) {
	margin-right: 0;
}
#customer_details p {
	float: left !important;
	width: 100% !important;
}
.select2-container .select2-choice {
	width: 100%;
}
.woocommerce form .form-row .input-checkbox {
	float: left !important;
	margin: 7px 8px 0 0 !important;
	text-align: left !important;
	vertical-align: middle;
}
.create-account p {
	float: left !important;
	text-align: left !important;
	width: 100% !important;
}
.woocommerce-info {
	float: left;
	width: 100% !important;
}
.woocommerce div.product .product_title {
	clear: none;
	color: #353535 !important;
	font-size: 20px !important;
	margin-top: 0;
	padding: 0 0 20px 0 !important;
}
.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline!important;
	padding: 0px 10px;
}
.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto !important;
	display: block;
	margin: 0!important;
	box-shadow: none;
}
#product-98 .summary.entry-summary {
	margin-top: 30px !important;
}
ul.woocommerce-error {
	width: 100% !important;
	float: left !important;
	z-index: 1;
}
.checkout_coupon {
	float: left;
	margin-top: -20px !important;
	width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	display: inline-block;
	float: none !important;
	width: 44% !important;
}
.img_singl_pa {
	float: left;
}
.singl_main_d {
	float: left;
	width: 100%;
}
.img_singl_pa > img {
	border: 2px solid #f1f1f1;
	float: left;
	width: 100%;
}
.itxst_singl_pa {
	display: block;
	overflow: hidden;
	padding-left: 40px;
	text-align: left;
}
.woocommerce .woocommerce-message {
	float: left;
	width: 100% !important;
}
.login {
	float: left;
	width: 100%;
}
.wc_payment_method.payment_method_paypal img {
	float: none !important;
}
.woocommerce form p {
	float: left !important;
	width: 100% !important;
	text-align: left !important;
}
.form-row.form-row.form-row-first.validate-required {
	float: left;
	width: 100% !important;
}
.woocommerce .quantity .qty {
	height: 36px !important;
	text-align: center;
	width: 3.631em;
}
#product-88.type-product .images {
	width: 30% !important;
}
#product-88 .summary.entry-summary {
	width: 63% !important;
	float: left;
}
.woocommerce .woocommerce-breadcrumb {
	color: #bac75d !important;
}
.posted_in {
	font-weight: bold;
}
.posted_in a {
	background: #8BC34A;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 2px;
	padding: 5px 15px;
	font-weight: 600;
	text-transform: lowercase;
}
.woocommerce-MyAccount-content {
	float: right;
	width: 75%!important;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 25%!important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #f3f3f3!important;
	color: #fff!important;
}
a.checkout-button.button.alt.wc-forward {
	background-color: #689922!important;
	color: #fff!important;
}
li.woocommerce-MyAccount-navigation-link {
	background-color: #ccc;
	width: 87%;
	margin: 4px;
	padding: 6px;
	border-radius: 0px 30px 30px 0px;
}
li.woocommerce-MyAccount-navigation-link a {
	padding: 3px 30px!important;
	color: #000!important;
}
fieldset {
	width: 100%!important;
	padding: 20px!important;
}
.col-2 .register {
	float: left;
	width: 100%;
}
input#coupon_code.input-text {
	width: auto !important;
}
.woocommerce .cart input.button {
	position: inherit;
}
span.wpcf7-not-valid-tip {
	float: left !important;
}
table.shop_table.shop_table_responsive.cart thead {
	background-color: #689921!important;
	color: #fff!important;
}
.textwidget .footer_text {
	float: left;
	width: 100%;
}
.footer_inner .textwidget {
	float: left;
	margin-top: 0;
	width: 20%;
}
.col-1.address > address {
	float: left;
	text-align: left;
}
.col-2.address > address {
	float: left;
	text-align: left;
}
.MyAccount {
	float: left;
	width: 100%;
	text-align: left;
}
.MyAccount .woocommerce form p {
	float: left;
	width: 100% !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	float: left;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:after {
	position: absolute;
	content: "";
	right: 5px;
	top: 25px;
	height: 7px;
	width: 9px;
}
.footer_text:nth-child(3) {
	width: 22%;
}
.footer_text:nth-child(2) {
	width: 14%;
}
.footer_text:nth-child(4) {
	width: 18%;
}
.news_letter {
	width: 100%;
	float: left;
	background: #5e9018;
	text-align: left;
}
.news_info {
	width: 100%;
	float: left;
	padding: 15px 0 15px;
}
.news_info .col {
	width: 40%;
	float: left;
	padding: 7px 11px;
}
.news_info .col_h {
	width: 30%;
	float: left;
	padding: 7px;
}
.news_info .col_s {
	width: 33%;
	float: left;
	text-align: left;
}
.news_info h2 {
	margin-right: 8px;
	float: right;
	color: #fff;
	font-size: 20px;
	padding-top: 0px;
	text-transform: uppercase;
}
.col.col_h span {
	float: left;
	margin-top: 3px;
	margin-right: 6px;
}
.news_info .col input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	color: #515151;
	padding: 6px 11px 13px;
	font-size: 17px;
}
.news_info .col_s .gray_btn {
	background: #343434 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 8px 0;
	width: 100%;
	margin-left: 12px;
	text-transform: uppercase;
}
.footer {
	width: 100%;
	float: left;
	background: #cecece;
	padding: 15px 0 0 0;
}
.innerfooterpage {
	margin-top: 107px;
}
.footer_inner {
	width: 100%;
	float: left;
	padding: 0 10px 20px;
}
.footer_text {
	width: 23%;
	float: left;
}
.footer_text ul {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.footer_text ul li {
	padding: 6px 0;
	margin: 0px;
	list-style: none;
	font-size: 15px;
	color: #515151;
}
.footer_text ul li a {
	font-size: 15px;
	color: #515151;
}
.social-icons img {
	margin-right: 6px;
	float: left;
	border: 1px solid #515151;
	border-radius: 50%;
}
.footer_text ul li a:hover {
	color: #5e9018;
}
.footer_text .contact li img {
	border: none;
	border-radius: 0;
	margin-top: 4px;
}
.footer_bottom {
	width: 100%;
	float: left;
	padding: 8px 0;
	background: #343434;
}
.foot_text {
	width: 100%;
	float: left;
	text-align: center;
}
.foot_text p {
	color: #cecece;
	font-size: 14px;
}
.foot_text a {
	color: #cecece;
	font-size: 14px;
}
.foot_text a:hover {
	color: #87c829;
	text-decoration: underline;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	text-align: left !important;
}
.woocommerce div.product div.images img {
	height: auto;
	width: auto !important;
}
.mobile_menu_cust {
	display: none;
}
.woocommerce-pagination {
	float: left;
	width: 100%;
}
#content .woocommerce ul.products li.product {
	min-height: 440px !important;
}
.fix_hght h3 {
	font-size: 18px;
}
.fix_hght .wp-post-image {
	height: auto;
}
.main_logo_cust img {
	width: 100px;
}
.myaccount_info {
	display: none;
	background-color: #333;
	padding: 2px 0 10px;
	color: #fff;
	z-index: 999999;
	position: absolute;
	right: 8px;
	top: 36px;
	border-top: 4px solid #000000;
}
.myaccount_info ul li {
	width: auto;
	display: inline-block;
	padding: 5px 2px !important;
	margin: 0 !important;
}
.myaccount_info ul li span, .myaccount_info ul li img {
	display: inline;
	float: none !important;
}
.myaccount_info ul li a {
	color: #fff;
	padding: 0px 5px;
	display: inline !important;
	float: none !important;
	width: auto !important;
}
 @media (min-width:768px) {
#content .woocommerce ul.products li.product {
	min-width: 250px;
}
.beforeLoadClass {
	min-height: 520px;
}
.special-sell-container:hover .special-sell-navigation, .top-sell-container:hover .top-sell-navigation, .new-sell-container:hover .new-sell-navigation, .related-container:hover .related-navigation, .rel-container:hover .rel-navigation {
	display: block;
}
}
@media (min-width:768px) and (max-width:1190px) {
.navigation > .menu-header_menu-container > ul > li {
	position: static;
}
.navigation ul li:hover > ul.sub-menu {
	width: 100%;
	left: 0;
}
.navigation ul li {
	position: static;
}
}
@media (min-width:993px) and (max-width:1169px) {
.container, .content-area {
	margin: 0 auto;
	width: 970px;
}
#container {
	margin: 0 auto;
	width: 970px;
}
.wysija-paragraph {
	float: left;
	width: 52% !important;
}
.wysija-submit.wysija-submit-field {
	font-size: 18px;
	margin: 0 14% 0 0px !important;
}
}
@media (max-width:1024px) {
.image {
	width: 100%;
}
.navigation ul li ul.sub-menu {
	width: 100%;
	left: 0;
}
.search_box input[type="submit"] {
	right: 10px;
}
}
@media (min-width:768px) and (max-width:992px) {
.container, .content-area {
	width: 760px;
}
#container {
	width: 760px;
}
.wysija-paragraph {
	float: left;
	width: 52% !important;
}
.wysija-submit.wysija-submit-field {
	font-size: 18px;
	margin: 0 2% 0 0px !important;
	padding: 9px 30px !important;
}
.formError .formErrorContent {
	float: right;
	right: -203px !important;
	top: 50px !important;
}
.formError .formErrorContent {
	background: #8e2121;
	border: 1px solid #bbbbbb;
	color: #ffffff;
	font-size: 11px;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	width: 203px;
	z-index: 5001;
}
.slide_cp {
	width: 32% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 28%;
}
.top_left {
	width: 65%;
}
.widget_wysija_cont {
	float: left;
	position: relative;
	width: 67%;
}
form#form-wysija-2.widget_wysija {
	float: left;
	width: 100%;
}
.form-validation-field-0formError.parentFormform-wysija-2.formError {
	left: 0 !important;
	margin-top: 0;
	opacity: 0.87;
	position: absolute;
	top: 87px !important;
}
.image {
	width: 100%;
}
.textwidget .footer_text {
	display: inline-block !important;
	width: 100%;
}
.footer_text {
	display: inline-block;
	float: left !important;
	height: 244px;
	margin-bottom: 30px;
	vertical-align: top;
	width: 30%;
}
.textwidget {
	float: left;
	margin-top: 0;
	width: 30% !important;
}
.navigation > .menu-header_menu-container > ul > li > a {
	font-size: 14px;
	padding: 14px 9px;
}
.navigation > .menu-header_menu-container > ul > li.current-menu-item > a, .navigation > .menu-header_menu-container > ul > li:hover > a {
	padding: 14px 9px;
}
.slide_cp {
	margin-top: 172px;
}
.btnsite:hover {
	background: #5e9018
}
}
@media (max-width:992px) {
.special_ofr p {
	font-size: 13px;
}
.navigation ul li a {
	font-size: 13px;
	padding: 15px 13px;
}
.slide_cp {
	margin-top: 172px;
}
.search_box input[type="search"] {
	padding: 10px 14px;
}
.search_box input[type="submit"] {
	padding: 11px 0;
	margin-top: 2px;
}
.footer_text {
	display: inline-block;
	margin-bottom: 30px;
	width: 21%;
	float: none;
	vertical-align: top;
}
.product_slider .owl-buttons .owl-next {
	right: 0px;
	left: auto;
}
.slide_cp {
	width: 32% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 28%;
}
.top_left {
	width: 65%;
}
}
@media (max-width:768px) {
.navigation > .menu-header_menu-container > ul > li.current-menu-item > a, .navigation > .menu-header_menu-container > ul > li:hover > a {
	padding: 14px 8px 13px;
}
.navigation > .menu-header_menu-container > ul > li > a {
	font-size: 12px;
}
.navigation > .menu-header_menu-container > ul > li > a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 14px 8px 13;
	display: inline-block;
}
.slide_cp {
	margin-top: 17%;
}
.search_box input[type="submit"] {
	height: 92%;
}
.textwidget {
	display: inline-block;
	margin-top: 0;
	width: 26%;
}
.fix_hght .wp-post-image {
	height: auto !important;
}
.main_logo_cust img {
	width: 80px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	min-height: auto;
}
.cust_desc_arc {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.archive.woocommerce ul.products {
	margin-left: 0px;
}
#content .woocommerce ul.products li.product:nth-child(2n+2) {
	margin-right: 0px !important;
}
#content .woocommerce ul.products li.product {
	min-height: auto !important;
}
.innerpushpage {
	margin-top: 200px;
}
.banner .flex-viewport {
	min-height: 280px !important;
}
.pp_nav p.currentTextHolder {
	clear: none;
}
div.pp_woocommerce .pp_arrow_next {
	top: 0px;
}
}
@media (max-width:767px) {
.mob_continue {
	float: left;
	width: 100%;
}
.pro_rows {
	padding: 17px 0px !important;
}
.container, .content-area {
	width: auto;
	padding: 0 10px;
}
.header {
	position: relative;
}
.woocommerce a.add_to_wishlist.button.add_to_wishlist {
	padding: 0px 10px !important;
}
.woocommerce ul.products li.product .add_to_wishlist, .yith-wcwl-add-to-wishlist a {
	padding: 0px 10px !important;
}
#container {
	width: auto;
	padding: 0 10px;
}
.header_top {
	padding-bottom: 0px;
	position: fixed;
}
.navigation ul li a {
	font-size: 13px;
	padding: 18px 16px;
}
.main_product h2 {
	font-size: 16px;
}
.main_product p {
	font-size: 14px;
}
.footer_text {
	width: 100%;
}
.special_ofr .spl_ofr {
	float: right;
}
.special_ofr span {
	float: right;
	text-align: right;
	clear: both;
}
.special_ofr {
	padding: 0;
}
.top_left {
	width: 100%;
}
.special_ofr {
	float: left;
	width: 70%
}
.special_ofr .spl_ofr, .special_ofr span {
	float: left;
	clear: none;
	text-align: left;
}
.toggle_menu {
	display: none;
}
.toggle-icon {
	display: block;
}
.navigation ul li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.navigation ul li a {
	display: block;
}
.menu_bar {
	background: #000;
}
.slide_cp {
	margin-top: 16%;
}
.banner .flex-direction-nav a {
	top: 45%;
}
.testimonials_in {
	float: left;
	margin-bottom: 4% !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.welcome_text .title {
	float: left;
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}
#wpcf7-f75-p17-o1.wpcf7 {
	float: left;
	margin-right: 0;
	width: 100%;
}
.textwidget {
	float: left;
	margin-top: 2%;
	width: 100%;
}
.news_info .col_h {
	float: left;
	padding: 7px;
	text-align: left;
	width: 100%;
}
.news_info h2 {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 8px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
}
.wysija-paragraph {
	float: left;
	width: 100%;
}
form#form-wysija-2.widget_wysija {
	float: left;
	width: 100%;
}
#form-wysija-2 input.wysija-input {
	margin-bottom: 10px;
}
.wysija-submit.wysija-submit-field {
	float: left !important;
	font-size: 18px;
	padding: 9px 30px !important;
	text-align: center;
	text-transform: uppercase;
}
.formError .formErrorContent {
	float: right;
	right: -203px !important;
	top: 50px !important;
}
.formError .formErrorContent {
	background: #8e2121 none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	color: #ffffff;
	font-size: 11px;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	width: 203px;
	z-index: 5001;
}
.widget_wysija_cont {
	float: left;
	position: relative;
	width: 100%;
}
.form-validation-field-0formError.parentFormform-wysija-2.formError {
	left: 0 !important;
	margin-top: 0;
	opacity: 0.87;
	position: absolute;
	top: 87px !important;
}
.footer_text {
	text-align: left;
	width: 100%;
}
.footer_text ul li {
	width: 100%;
	float: left;
	text-align: left;
}
.itxst_singl_pa {
	display: inline-block;
	margin-top: 20px;
	overflow: visible;
	padding-left: 0;
	text-align: left;
}
.img_singl_pa {
	float: left;
	width: 100%;
}
.navigation > .menu-header_menu-container > ul > li {
	position: static;
}
.navigation ul li:hover > ul.sub-menu {
	width: 100%;
	left: 0;
	position: static;
	height: 150px;
	overflow-y: auto;
}
.navigation ul li {
	position: static;
}
.navigation ul li:hover > ul.sub-menu li {
	width: 100%;
}
.navigation ul li:hover > ul.sub-menu {
	height: 150px;
	overflow-y: auto;
}
.image {
	width: 100%;
}
.textwidget .footer_text {
	width: 100%;
}
.navigation > .menu-header_menu-container > ul > li > a {
	float: left;
	padding: 14px 8px 13px;
	text-align: left;
	width: 100%;
}
.navigation > .menu-header_menu-container > ul {
	width: 100%;
}
.footer_inner .textwidget {
	width: 100%;
	float: left;
}
.menu-item-has-children::after {
	content: "";
	height: 7px;
	position: absolute;
	right: 5px;
	top: 118px;
	width: 9px;
}
.main_product .image {
	height: auto !important;
}
.main_product {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.desktop_cust_menu, .desk_moblink {
	display: none !important;
}
.innerfooterpage {
	margin-top: 0px;
}
#content .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 48% !important;
	margin: 0px 2.0% 2.992em 0 !important;
}
#customer_login {
	position: relative;
}
/*.wp-social-login-widget{ position:absolute; top:25px;}*/
.wp-social-login-provider-list a {
	width: 30%;
	margin-left: 7px;
}
.wp-social-login-provider-list a img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
}
@media (max-width:650px) {
.header {
	position: static;
}
.main_product {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
}
.news_info .col_h {
	float: left;
	padding: 0;
	width: 100%;
}
.news_info h2 {
	float: left;
	font-size: 17px;
}
.news_info .col {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
.news_info .col_s .gray_btn {
	margin-left: 0;
	max-width: none;
	font-size: 18px;
}
.banner .flex-direction-nav .flex-prev {
	left: 10px;
}
.banner .flex-direction-nav .flex-next {
	right: 10px;
}
.search_box {
	max-width: 325px;
}
.search_box input[type="submit"] {
	width: 19%;
}
}
@media (max-width:480px) {
.special_ofr {
	width: 100%;
}
.special_ofr p {
	float: left;
}
.cart_ofr {
	width: 100%;
	float: left;
}
.cart_ofr ul {
	text-align: left;
}
.slide_cp {
	margin-top: 14%;
}
.search_box {
	max-width: 260px;
}
.search_box input[type="search"] {
	padding: 10px 14px;
}
.search_box input[type="submit"] {
	margin-top: 2px;
	padding: 11px 0;
	width: 20%;
}
.banner .flex-direction-nav a {
	width: 20px;
	height: 20px;
	background-size: cover;
}
.slide_cp {
	margin-top: 11%;
}
.archive.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.product_type_variable {
	font-size: 10px;
}
.logo {
	padding: 5px 0 0 0;
}
.container-fluid {
	position: relative;
}
.innerpushpage {
	margin-top: 120px;
}
}
@media (max-width:320px) {
.search_box {
	max-width: 212px;
}
.search_box input[type="search"] {
	padding: 10px 8px;
}
.search_box input[type="submit"] {
	margin-top: 2px;
	padding: 11px 0;
	width: 27%;
}
.slide_cp {
	margin-top: 10%;
}
}
 @media (max-width:420px) {
.phone_no {
	margin-right: 0px !important;
}
.contact a {
	font-size: 13px !important;
}
}
#responsive-menu {
	margin-top: 30px !important;
}
.responsive-menu-open {
	overflow: hidden;
}
.responsive-menu-current-item .responsive-menu-subarrow {
	background-color: #61851f;
}
.responsive-menu-current-item .responsive-menu-subarrow {
	background-color: #61851f !important;
	border-color: #61851f !important;
}
.responsive-menu-submenu {
	position: relative;
	z-index: 9;
}
.toggle-icon {
	display: none;
}
.responsive-menu-subarrow {
	cursor: pointer;
}
button#responsive-menu-button {
	right: 10px !important;
}
#responsive-menu-container {
	width: 100% !important;
}
.search_box input[type="search"] {
	height: 42px;
}
.counter {
	width: auto;
	background-color: #fff;
	width: 17px !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: -7px;
	top: -4px;
}
.cart_ofr span .right_input {
	width: 81%;
	margin-left: 0;
}
.cart_ofr span {
	width: 15px;
}
.contact a {
	font-size: 14px;
	color: #fff;
}
.contact {
	float: left;
	width: 100%;
}
.phone_no {
	margin-right: 15px;
}
@media screen and (max-width:479px) {
.cart_ofr ul li {
	list-style: none;
	background: #1d1d1d;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	height: 39px;
}
.responsive-menu-open .footer {
	display: none;
}
.right_input {
	display: none;
}
.cart_ofr span {
	width: 12px;
}
.cart_ofr span input[type="text"] {
	width: 85%;
	margin-left: 5px;
}
.footer_text:nth-child(2), .footer_text:nth-child(3), .footer_text:nth-child(4) {
	width: 100%;
}
.banner .flex-viewport {
	min-height: 190px !important;
	margin-top: 0;
	max-height: 700px !important;
}
.slides, .banner .flexslider .slides > li, .banner .flexslider .slides > li img {
	height: auto;
	padding: 0px 0;
}
#responsive-menu-container .responsive-menu-search-box {
	height: 40px !important;
	border-radius: 6px !important;
}
.responsive-menu-search-form button {
	color: #5C8430;
	cursor: pointer;
	position: absolute;
	z-index: 999999999;
	top: 0;
	right: 0;
	font-size: 21px;
	height: 40px;
	width: 40px;
	border-left: 1px solid #ddd;
	background: #5C8430;
	border-radius: 0 5px 5px 0;
	border: none;
}
.responsive-menu-search-form button i {
	color: #ffffff !important;
}
.responsive-menu-search-form {
	float: left;
	width: 100%;
	position: relative;
}
.contact a {
	float: left;
	width: 100%;
}
.responsive-menu-open .responsive-menu-button {
	position: fixed !important;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
.cart_ofr ul li {
	list-style: none;
	background: #1d1d1d;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	height: 39px;
}
.responsive-menu-open .footer {
	display: none;
}
.right_input {
	display: none;
}
.cart_ofr span {
	width: 12px;
}
.cart_ofr span input[type="text"] {
	width: 85%;
	margin-left: 5px;
}
.footer_text:nth-child(2), .footer_text:nth-child(3), .footer_text:nth-child(4) {
	width: 100%;
}
.banner .flex-viewport {
	min-height: 190px !important;
	margin-top: 0;
	max-height: 610px !important;
}
.slides, .banner .flexslider .slides > li, .banner .flexslider .slides > li img {
	height: auto;
	padding: 0px 0;
}
#responsive-menu-container .responsive-menu-search-box {
	height: 40px !important;
	border-radius: 6px !important;
}
.responsive-menu-search-form button {
	color: #5C8430;
	cursor: pointer;
	position: absolute;
	z-index: 999999999;
	top: 0;
	right: 0;
	font-size: 21px;
	height: 40px;
	width: 40px;
	border-left: 1px solid #ddd;
	background: #5C8430;
	border-radius: 0 5px 5px 0;
	border: none;
}
.responsive-menu-search-form button i {
	color: #ffffff !important;
}
.responsive-menu-search-form {
	float: left;
	width: 100%;
	position: relative;
}
.contact a {
	float: left;
	width: 100%;
}
.responsive-menu-open .responsive-menu-button {
	position: fixed !important;
}
}
.arrowss::after, .mainarrowss:after {
	content: "\f077";
	font-family: fontawesome;
}
.active_arrow::after {
	content: "\f078";
	font-family: fontawesome;
}
.arrowss {
	display: none !important;
}
.haschild > .arrowss {
	display: inline-block !important;
}
.nochild .arrowss, .nochild .mainarrowss {
	display: none;
}
.topElement .dropdown-toggle {
	display: block !important;
}
#mc_embed_signup {
	font: 14px Helvetica, Arial, sans-serif;
}
html {
	margin-top: 0px !important;
}
.contact_form-7 {
	float: left;
	width: 100%;
}
#map {
	height: 450px;
	width: 60%;
	margin: 0 auto;
}
./*wish_list{
  color: transparent;
}*/
.yith-wcwl-add-button.hide {
display: block !important;
float: right;
margin-top:0;
}
h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}
.top_left {
	width: 25%;
	margin-top: 2%;
}
.empty {
	text-align: center!important;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.woocommerce-variation-description p {
	font-size: 14px !important;
}
.woocommerce form p {
	float: left !important;
	width: 100% !important;
	text-align: left !important;
	font-size: 14px!important;
}
.counter {
	width: auto;
	background-color: #fff;
	width: 17px !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: 0px;
	top: 4px;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 25px;
	height: 20px;
	background-color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 4px;
	border: 1px solid #333;
}
.cart_list.product_list_widget li {
	background-color: transparent;
	border-bottom: 0px solid #FFF!important;
	width: 100%!important;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
	color: #bac75d!important;
	height: 22px;
}
.cart_ofr ul li {
	list-style: none;
	background: #333;
	padding: 6px 9px;
	margin: 0 8px 0 0;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	float: left;
}
 .search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
 display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 25px;
	height: 36px;
	line-height: 23px;
	text-align: center;
	color: #bac75d!important;
	left: initial;
	font-size: 20px;
	font-weight: 400;
}
.slider {
	background-color: transparent;
	color: #bac75d !important;
	text-align: center!important;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	color: #fff!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 35%!important;
}
a.button.wc-forward {
	color: #fff!important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 6.5px!important;
}
.wishlist_table .add_to_cart.button, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	margin: 0px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 3px;
	background: #629c1e!important;
	padding: 10px;
	color: #fff!important;
	font-weight: 600;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	display: block!important;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
	color: #fff!important;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
	border: 1px solid #dedede!important;
	border-collapse: collapse;
}
.woocommerce table.shop_table.wishlist_table {
	background: #ffffff;
	color: #6d6c6c;
	/*border-color: #afadad;*/
	border-collapse: collapse!important;
}
.contact i {
	margin-right: 2px;
	color: #e0dfdf!important;
	margin-left: 7px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}
.closepopup {
	top: 9px !important;
	font-size: 22px!important;
}
.woocommerce.woocom {
	background-color: #fff;
}
.woocommerce.woocom .Register {
	margin: 3px;
	padding: 11px;
	display: none;
}
.woocommerce.woocom .wp-social-login-provider-list {
	padding-top: 0px !important;
	padding: 0px !important;
	padding-top: 8px !important;
}
.woocommerce.woocom .wp-social-login-provider-list img {
	padding: 0px;
	margin: 3px;
}
.special_ofr .spl_ofr {
	background: transparent none repeat scroll 0 0;
	border-radius: 5px;
	color: #bac75d;
	float: left;
	font-size: 15px;
	padding: 3px;
	margin-right: 5px;
}
.navigation {
	width: 73% !important;
}
.search_box input[type="submit"] {
	width: 21%;
}
.name_need {
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 14px;
}
.woocommerce a.add_to_wishlist.button.add_to_wishlist {
	padding: 4px 10px;
}
.products li {
	position: relative;
}
.wish_list {
	position: absolute !important;
	bottom: 32px;
}
.home.page .wish_list {
	position: absolute !important;
	bottom: 6px;
	right: -35px;
}
.pp_content {
	height: 20px !important;
}
.wishlist-select {
	height: 41px !important;
	font-weight: bold !important;
}
.woocommerce ul.products li.product .button .wish_list {
	float: right;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
	display: inline-block;
}
.woocommerce div.product form.cart {
	margin-top: 10px !important;
}
.woocommerce a.button.alt {
	background-color: transparent !important;
	color: #6f6f6f !important;
	float: left;
}
.hustle-modal.hustle-modal-simple header {
	border-bottom: 0px !important;
	margin: 0 0 8px !important;
	padding: 0px 0px !important;
}
.hustle-modal .hustle-modal-message p {
	line-height: 1.6 !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	color: #fff !important;
	width: 25% !important;
	padding: 5px 4px !important;
	text-align: center;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	overflow-y: hidden !important;
	overflow: hidden !important;
}
.hustle-modal .hustle-modal-close {
	background: #ddd;
	float: right;
	padding: 6px;
	border-radius: 50%;
}
.hustle-modal .hustle-modal-close .hustle-icon, {
 max-width: 12px;
 max-height: 12px;
 cursor: pointer;
 display: block;
 margin: 0 0 0 auto;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: 220px !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section .hustle-modal-message {
	overflow: hidden !important;
	overflow-y: hidden !important;
}
.popupContact {
	display: none !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.footer_text ul li {
	font-size: 14px;
}
.account-image span {
	color: #ffffff !important;
}
.footer_text ul li {
	font-size: 13px !important;
}
.page.page-id-1019 .add_to_wishlist .fa.fa-heart {
	display: none;
}
.page.page-id-1019 .add_to_wishlist {
	display: none;
}
.woocommerce div.product form.cart .variations td.label {
	width: 33%;
}
.woocommerce div.product form.cart .variations {
	margin-top: 0 !important;
	margin-left: -0 !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 2 !important;
	width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
	font-weight: 700;
}
.woocommerce a.button {
	color: #fff;
}
.woocommerce a:hover.button {
	color: #fff;
}
.woocommerce input.button:hover {
	color: #fff;
}
.woocommerce input.button {
	color: #fff;
}
a.checkout-button.button.alt.wc-forward {
	background-color: #689922 !important;
	font-size: 16px!important;
}
.yith-wcwl-add-to-wishlist a .fa {
	margin-top: 0;
	font-size: 25px!important;
}
th.product-quantity {
	text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%!important;
	padding: 10px!important;
 background-color: #689922!;
	font-size: 18px!important;
}
form.variations_form.cart {
	float: right!important;
	width: 100%!important;
	position: relative!important;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="search"], input[type="email"], textarea, select {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 18px 10px;
	color: #333333;
	font-size: 16px;
	outline: medium none;
}
select option {
	color: #9f9f9f;
}
.welcome_text h2 {
	font-size: 24px;
	color: #353535;
	padding-bottom: 16px;
	font-weight: 600;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 0px !important;
}
a.checkout-button.button.alt.wc-forward {
	margin-top: 0px !important;
}
.remove_from_wishlist.button {
	display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	float: left;
	margin-top: 40px;
	position: relative;
	top: 48px;
	left: -2px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	width: 50%;
	float: right;
	position: relative;
	top: 3px;
	height: 38px;
	font-size: 13px;
	margin-left: 6px;
}
table.shop_table.shop_table_responsive.cart thead {
	background-color: #689921 !important;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	margin-top: 0px !important;
}
.search_box input[type="submit"] {
	height: 100% !important;
	width: 23% !important;
	margin-top: 0px !important;
	border: none !important;
}
input#coupon_code.input-text {
	text-align: center;
}
th.product-quantity {
	text-align: left !important;
}
.coupon .button {
	position: relative;
}
.input-checkbox {
	margin: 0px;
	margin-top: 5px;
	overflow: visible;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill {
	background-color: #fff !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 255px;
	padding-left: 33px;
}
#mc_embed_signup .button {
	background-color: #000000 !important;
	height: auto !important;
	line-height: 20px !important;
}
#mc_embed_signup .mc-field-group {
	width: auto;
	clear: none !important;
}
#mc_embed_signup .mc-field-group input {
	width: 36% !important;
	padding: 10px 0 !important;
}
.wysija-submit.wysija-submit-field {
	position: relative;
	bottom: 50px;
}
#mc_embed_signup input {
	border: none !important;
}
.news_info h2 {
	padding-top: 7px;
}
.direction {
	display: none;
}
.dropdown_header {
	position: absolute;
}
.cart_ofr ul li {
	border-radius: 0px !important;
}
.cart_ofr ul li:nth-child(2):hover .dropdown_header {
	display: block;
}
.dropdown.dropdown-right {
	display: none !important;
}
.cart_ofr {
	position: relative;
}
.dropdown-cart-button {
	border: none !important;
	background: none !important;
	top: 24px;
}
.dropdown-cart-button .dropdown-total {
	display: none !important;
}
.cart_ofr ul li {
	height: auto !important;
}
.special_ofr p {
	width: 100%;
	max-width: 663px;
}
.special_ofr p {
	background: transparent none repeat scroll 0 0;
	border-radius: 5px;
	color: #bac75d !important;
	float: left;
	font-size: 15px;
}
.slider {
	background-color: transparent;
	color: #bac75d !important;
	height: 40px;
	overflow: hidden;
}
.special_ofr.desktop {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #FFFCC8;
}
.promotiontext a {
	font-size: 17px;
	text-align: center;
}
.promotiontext i {
	padding-left: 6px;
	font-size: 18px;
	padding-top: 2px;
}
.slide_cp {
	width: 19% !important;
	float: left !important;
	left: auto !important;
	margin-top: 64px !important;
	right: 13%;
}
.promotiontext {
	float: left;
	width: 100%;
	text-align: center;
	height: 40px;
}
.banner .flex-direction-nav {
	display: inline;
}
.textwidget {
	width: 100%;
}
.contact_form {
	width: 100%;
}
.contact_forms_input {
	width: 50%;
}
.message_inbox {
	width: 50%;
	float: left;
}
.address {
	float: left;
	width: 100%;
	background: #fff;
}
.address2 {
	float: left;
	width: 20%;
	text-align: center;
}
.address2 h2, .address2 a {
	color: #000;
}
.phone {
	float: left;
	width: 20%;
	text-align: center;
}
.phone img {
	float: none;
	padding-top: 6px;
}
.email img {
	float: none;
	padding-top: 8px;
}
.email, .operating-hours {
	float: left;
	width: 20%;
	text-align: center;
}
.address2 img {
	float: none;
}
.address .col-sm-4 {
	width: 33.3%;
	float: left;
}
.contact-page-wrapper .textwidget p a {
	text-decoration: none;
}
.address {
	color: #000;
}
.phone a {
	color: #000;
}
.address h3 {
	float: left;
}
.address p {
	color: #000;
	text-align: center;
	width: 50%;
}
.email a {
	color: #000;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 144px;
	margin-top: 13px;
}
.address_detail h3 {
	float: left;
	width: 40%;
	font-size: 14px;
}
.address_detail p {
	float: left;
	width: 44%;
}
.phone h3 {
	float: left;
	width: 40%;
	font-size: 14px;
}
.phone p {
	float: left;
	width: 33.3%;
}
.email h3 {
	float: left;
	width: 33.3%;
	font-size: 14px;
}
.email p {
	float: left;
}
.message_inbox {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.contact_forms_input {
	padding-right: 10px;
}
.phone li {
	list-style: none;
}
.phone li a {
	padding-top: 23px;
	float: left;
	position: relative;
	right: 133px;
}
.email li {
	list-style: none;
}
.email li a {
	padding-top: 22px;
	float: left;
	position: relative;
	right: 121px;
}
#send {
	width: 100%;
	max-width: 128px;
}
#reset, #send, button.rp_calc_shipping, form.post-password-form input[type="submit"], #chatbtn {
	width: 100% !important;
	max-width: 128px !important;
	background: linear-gradient(to bottom, #76a62b 0%, #5f9119 100%);
	color: #fff;
	font-size: 15px;
	border: medium none;
	border-radius: 5px;
	padding: 8px 30px;
	width: 100%;
	max-width: 189px;
	display: inline-block;
	cursor: pointer;
}
#chatbtn {
	margin-left: 75px;
}
#reset:hover, #send:hover, #chatbtn:hover {
	opacity: 0.3;
}
.rc-anchor-normal {
	height: 69px !important;
}
.rc-anchor-content {
	height: 64px;
}
.contact_button span {
	margin: 10px;
}
.total-iteam:hover .dropdown.dropdown-right {
	display: none;
}
.dropdown.dropdown-right.showcartlist {
	display: block !important;
}
.account_info {
	position: absolute;
	left: 0;
	top: 33px;
	right: -9px;
	z-index: 999;
}
.cart_ofr ul {
	position: relative;
}
.account_info ul li {
	width: 100%;
	float: left;
	text-align: center;
}
.account_info {
}
.account_info li a {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	color: #ffffff;
}
.account_user i {
	font-size: 33px;
	float: left;
	width: 100%;
	text-align: center;
}
.account_user a {
	border-bottom: 2px solid;
}
.account-image {
	float: left;
	width: 100%;
	text-align: center;
}
.account-image img {
	float: none;
}
.berocket_aapf_widget li.slider span.left, .berocket_aapf_widget li.slider span.right {
	height: 18px !important;
	width: 111px !important;
}
.berocket_aapf_widget li.slider span.right input {
	float: right !important;
}
.woocommerce div.product .out-of-stock {
	color: red;
	text-align: left;
	position: relative;
	left: 59px;
	top: 8px;
}
.woocommerce a.button.alt {
}
.woocommerce a.button.alt:hover {
	background-color: transparent !important;
}
.archive.woocommerce ul.products li.product .button {
	/*top: 19px !important;*/
	left: 7px;
}
.woocommerce table.shop_table {
	text-align: center;
}
.your-counter-selector {
	background-color: #fff;
	width: 17px !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: 0px;
	top: 4px;
}
.captcha {
	float: left;
}
.contact_button {
	position: relative;
	float: right;
	width: 74%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: inline-block;
	width: 50%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: inline-block;
}
.menu_bar {
	top: -2px;
	z-index: 9;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	margin-top: 10px !important;
}
.woocommerce nav.woocommerce-pagination ul {
	display: block;
}
.aws-search-form.aws-show-clear {
	float: left;
	width: 25%;
}
.woocommerce button.button.alt {
	background-color: #689921 !important;
	opacity: 1;
	width: 25%;
}
.woocommerce button.button.alt:hover {
	background-color: #8BC34A !important;
	width: 25%;
}
.rows {
	width: 100%;
	float: left;
	padding: 17px;
}
.rows .col-md-3 {
	width: 25%;
	float: left;
	position: relative;
	top: 111px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(177,177,177,0.15) none repeat center center;
	padding: 25px 10px;
}
.rows .col-md-9 {
	float: right;
	width: 75%;
}
ul.subcat, ul.subulcat {
	padding-left: 30px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}
.single .wish_list {
	bottom: 0px;
}
.footer {
	position: relative;
}
.haschild .true {
	display: block;
}
.rows .col-md-3 a:hover {
	color: #689921;
}
.fa.fa-chevron-down:hover::before {
	color: #689921;
}
.haschild.icon .fa.arrow {
	display: none;
}
.haschild.icon .fa.arrow.active {
	display: block !important;
}
.subcat {
	display: none;
}
h1.page-title {
	width: 100% !important;
}
.archive .wish_list {
	float: right;
	right: -7px;
}
.home.page .wish_list {
	right: 0px;
}
.woocommerce-pagination {
	position: relative;
	top: 20px;
}
.woocommerce .woocommerce-ordering {
	display: block;
}
.product_h1 {
	display: none;
	color: #000;
}
.contact_button {
	width: 89%;
}
.rows .fa.fa-chevron-up {
	display: none;
}
.fa.fa-chevron-up:hover::before {
	color: #689921;
}
.cart_ofr li:nth-child(2) {
	padding: 4px 2px 8px 4px;
}
.archive.woocommerce ul.products {
	margin-left: 0px;
}
.woocommerce div.product form.cart .variations select {
	color: #000;
	border-color: #000;
}
.ppt {
	display: none !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	display: inline-block;
}
.share_social_icon h5 {
	display: inline-block;
	color: black;
	position: relative;
	bottom: 10px;
	font-size: 14px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 17px !important;
	font-weight: bold;
	position: relative;
	bottom: 10px;
	top: 10px;
	margin: 0 !important;
}
.header_top.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999;
	background: transparent;
	height: 35px;
}
.header_top.fixed-header .logo {
	background: #000;
	width: 100%;
	float: left;
}
.header_top.fixed-header .container-fluid {
	padding: 0px 0px!important;
}
.header_top.fixed-header .menu_bar.toggle_menu {
	display: none;
}
.header_top.fixed-header .top_left {
	position: relative;
	bottom: 102px;
}
.header_top.fixed-header .special_ofr.desktop {
/*height: 45px;*/
}
.control-dots {
	position: relative;
	margin: 20px 0 0 0;
	text-align: center;
	top: 6px;
}
.control-dots li {
	margin: 0;
	display: inline-block;
	z-index: 999;
	padding-top: 10px;
}
.control-dots:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
 height:$dot_container_size;
	left: 0;
	top: 0;
	background: transparent;
}
}
#wpfront-scroll-top-container img {
	float: right !important;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
.posted_in a {
	background-color: transparent;
	color: #6f6f6f;
}
.archive .footer {
	position: relative;
	top: 100px;
}
.rows li {
	list-style: none;
}
.navigation {
	width: 93%;
}
#wpfront-scroll-top-container img {
	width: 35px;
	position: relative;
	background: 20px;
}
.sub-menu li ul.sub-menu {
	float: left !important;
	width: auto !important;
	display: inline-flex !important;
}
.menu-header_menu-container {
	position: relative;
	left: 100px;
}
.header_top.fixed-header .fa-phone:before {
	position: relative;
	left: 6px;
}
.hassubchild {
	padding-left: 30px;
}
.haschild.arrow {
	display: block !important;
}
.haschild.icon .nochild .fa.arrow .arrow .hassubchild {
	display: block;
}
#menu-item-1715 .sub-menu {
	position: relative !important;
	top: -30px !important;
	height: 74px !important;
	width: 194px !important;
}
.navigation ul li ul.sub-menu li a {
	font-size: 12px !important;
}
.menu-item-1617 ul.sub-menu {
	height: 105px !important;
}
.select2-results {
	display: inline-block;
}
.select2-container--default .select2-results > .select2-results__options {
	width: 554px;
}
.single .summary.entry-summary tr {
	display: block;
}
.banner .flex-control-paging li a {
	background: #000;
	border-radius: 100%;
}
.banner .flex-control-nav {
	display: block;
}
/*.banner .flex-direction-nav{
  display: none;
}*/
.product-add-to-cart {
	font-size: 11px !important;
}
.category-title {
	position: relative;
	top: 17px;
	padding-bottom: 0px;
}
#wpfront-scroll-top-container {
	cursor: pointer;
	text-align: right;
	background: #019CDE;
	border-radius: 50%;
	color: #fff;
	float: right;
	padding: 10px 15px;
	position: absolute;
	bottom: 200px;
	right: 5px;
}
#wpfront-scroll-top-container .fa-arrow-up {
	color: #689921;
}
.page.page-id-1019 .wish_list {
	display: none;
}
.menu-item-1617 ul.sub-menu {
	height: 93px !important;
}
.phone_number {
	color: #a00;
}
.message_inbox {
	position: relative;
	top: 95px;
}
.contact_forms_input {
	position: relative;
	top: 95px;
}
.page-id-17 .g-recaptcha {
	margin-top: 45px !important;
	position: relative;
	top: 89px;
}
.sr-only {
	display: none;
}
.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
	overflow: visible;
}
.banner .flex-control-paging li a {
	background-color: black;
}
.banner a.flex-active {
	background: green !important;
}
.single-product .price {
	top: 0px !important;
}
.menu-item-1611 ul {
	position: relative;
	right: 40px;
}
.menu-item-1620 ul {
	position: relative;
	top: -40px !important;
}
a.active {
	display: inline-block;
	color: #689921;
}
#nav_area .nav ul li a, #nav_area .nav ul li a:focus, #nav_area .nav ul li a.active {
	color: #fff !important;
}
.hassubchild a {
	display: inherit;
}
.value {
	height: auto;
	width: auto;
}
option {
	width: auto;
	height: auto;
}
.postid-972 .add_to_wishlist.single_add_to_wishlist.button.alt {
	margin-top: -22px !important;
}
.postid-913 .add_to_wishlist.single_add_to_wishlist.button.alt {
	margin-top: -22px !important;
}
.postid-915 .add_to_wishlist.single_add_to_wishlist.button.alt {
	margin-top: -22px !important;
}
.postid-949 .add_to_wishlist.single_add_to_wishlist.button.alt {
	margin-top: -22px !important;
}
.postid-1634 .add_to_wishlist.single_add_to_wishlist.button.alt {
	margin-top: -22px !important;
}

/*RESPONSIVE*/
@media screen and(min-width:1000px) {
 .slide_cp {
 width: 19% !important;
 float: left !important;
 left: auto !important;
 margin-top: 64px !important;
 right: 13%;
}
}
@media screen and (max-width: 479px) {
#chatbtn {
	margin-left: 0;
	margin-top: 20px;
}
}
@media screen and (max-width: 479px) {
html {
	margin-top: 0px !important;
}
.woocommerce div.product form.cart .button {
	width: 106px;
}
button#responsive-menu-button {
	right: 0px !important;
}
.contact_button {
	width: 100%;
	bottom: 0px;
}
.product_h1 {
	display: block;
	color: #000;
	text-align: center;
	font-size: 25px;
}
.page-title {
	display: none;
}
.cart_ofr ul li {
	list-style: none;
	background: transparent;
	display: inline-block;
	text-align: right;
	border-radius: 5px;
	height: 39px;
}
.woocommerce form .form-row {
	padding: 3px;
	padding-bottom: 3px;
	margin: 0 0 6px;
	width: 100% !important;
}
.special_ofr p {
	font-size: 11px!important;
	color: #9f9f9f;
	float: left;
	margin-top: 4px;
}
.special_ofr .spl_ofr {
	background: transparent!important;
	border-radius: 0px;
	color: #bac75d;
	float: left;
	font-size: 13px;
	padding: 0px;
	margin-right: 5px;
}
.special_ofr .spl_ofr, .special_ofr span {
	width: 100%;
	clear: none;
	text-align: center;
}
.welcome_text p {
	color: #7c7c7c;
	display: inline-block;
	float: none;
	font-size: 18px!important;
	line-height: 25px!important;
	padding: 0 0 30px;
	width: 100%;
}
.cart_ofr ul {
	width: 100% !important;
	margin-top: 12px !important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 0px!important;
	list-style: none;
	clear: both;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 100% !important;
}
.hustle-modal-body.hustle-size-small {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 39% !important;
	text-align: center;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: 368px !important;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0!important;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.category-title {
	text-align: center;
}
.contact a {
	float: none !important;
}
.slide_cp {
	display: none;
}
.contact i {
	display: inline;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}
.posted_in a {
	float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-top: 11px;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 100%!important;
}
.yith-wcwl-add-to-wishlist.add-to-wishlist-957 {
	position: absolute;
	top: 24%;
	right: 31%;
}
input#coupon_code.input-text {
	height: 38px;
	width: 100%!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%!important;
	padding: 10px!important;
	background-color: #689922!important;
	font-size: 18px!important;
}
.coupon input {
	margin-bottom: 5px!important;
}
.posted_in a {
	background: #8BC34A;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 2px;
	padding: 5px 15px;
	font-weight: 600;
	text-transform: lowercase;
	width: 90%;
}
.woocommerce div.product .product_title {
	clear: none;
	color: #353535 !important;
	font-size: 20px !important;
	margin-top: 0;
	padding: 0 0 20px 0 !important;
	width: 100%!important;
	vertical-align: top;
}
.yith-wcwl-add-to-wishlist a .fa {
	font-size: 25px!important;
}
form.variations_form.cart {
	float: right!important;
	width: 100%!important;
	position: relative!important;
}
select {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #9E9E9E!important;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
.col2-set .col-1 h2 {
	text-align: center;
}
.col2-set .col-2 h2 {
	text-align: center;
}
.rc-anchor-light.rc-anchor-normal {
	border: 1px solid #d3d3d3;
}
.rc-anchor-normal {
	height: 74px;
	width: 300px;
}
.woocommerce div.product form.cart .variations td.label {
	width: 39%
}
.woocommerce div.product form.cart .variations {
	margin-left: -36px;
}
.coupon .button {
	position: relative;
	float: right;
	right: 0px;
	height: 37px;
}
input#coupon_code.input-text {
	width: 50% !important;
}
.hustle-modal .hustle-modal-close, .wpmudev-ui .hustle-modal .hustle-modal-close {
	margin: -12px 0px 15px !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	margin-top: 22px;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 208px;
	padding-left: 64px;
}
#mc_embed_signup .mc-field-group input {
	width: 100% !important;
}
.wysija-submit.wysija-submit-field {
	bottom: 0px;
}
.direction {
	position: relative;
	display: block;
	float: right;
	right: 88px;
	top: 33px;
}
.direction h5 {
	font-size: 11px;
	position: relative;
	top: 34px;
	right: 12px;
}
button#responsive-menu-button {
	width: 55px;
	height: 95px;
	position: fixed;
	background: transparent !important;
}
.special_ofr.desktop {
	width: 100%;
	padding: 0px 20px;
}
.cart_ofr span {
	float: right;
	width: 15% !important;
}
.search_box {
	left: 0px;
}
.search-form .form-group span.form-control-feedback {
	line-height: 18px;
}
.cart_ofr ul li {
	background: #333;
}
.promotiontext i {
	font-size: 15px;
}
.responsive-menu-open button#responsive-menu-button {
	left: 0px !important;
	float: left;
}
.banner .flex-direction-nav {
	display: none;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block;
	float: left;
}
.address2 {
	float: left;
	width: 100%;
}
.address2 img {
	width: auto;
}
.phone, .operating-hours {
	float: left;
	width: 100%;
}
.phone img {
	width: auto;
}
.email {
	width: 100%;
}
.email img {
	width: auto;
}
.address2 p {
	color: #000;
	text-align: center;
	width: 69%;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 136px;
}
.contact_form {
	width: auto;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 2%;
}
.cart_ofr span.your-counter-selector, .cart_ofr span.counter {
	width: 15px !important;
	height: 15px !important;
	display: inline-block;
	text-align: center !important;
}
.cart_ofr span {
	width: auto !important;
	height: 17px;
	font-size: 12px;
	border-radius: 50%;
	position: relative;
	left: 0px;
}
.account_info ul {
	top: 0 !important;
}
.account-image {
	float: none;
	width: 100%;
	text-align: center;
}
.cart_ofr ul li {
	text-align: center;
}
.account_info li a {
	padding-left: 35px;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.direction h5 {
	right: 46px;
	top: 43px;
}
.direction img {
	position: relative;
	right: 26px;
	top: 9px;
}
#mc_embed_signup .mc-field-group input {
	margin-bottom: 30px;
}
.promotiontext a, .promotiontext {
	font-size: 15px;
}
.feedback {
	display: none;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
	text-align: left;
}
.woocommerce table.wishlist_table tbody td {
	padding: 0px;
}
.fa.fa-heart {
	float: left;
}
.woocommerce table.wishlist_table thead th.product-thumbnail {
	border-color: transparent !important;
	border-top: 1px solid #dedede !important;
}
.wish_list {
	color: transparent;
}
.search-form .form-group span.form-control-feedback {
	font-size: 15px;
}
.cart_ofr ul li a img {
	width: 21px;
}
.rows .col-md-3 {
	width: 100%;
	text-align: center;
	top: 0px;
	display: none;
}
.rows .col-md-9 {
	width: 100%;
	text-align: center;
}
.archive .wish_list {
	bottom: 0px;
}
iframe {
	width: 100%;
}
.orderby {
}
.posted_in a {
	text-align: center;
	width: 63%;
}
.top_left {
	margin-top: 0;
	width: 62%;
}
.archive.woocommerce ul.products li.product .button {
	top: 0px !important;
}
.header_top.fixed-header .special_ofr.desktop.top_left {
	display: inline-block;
}
.header_top.fixed-header .top_left {
	position: relative;
	bottom: 12px;
	left: 18px;
	z-index: 999;
	right: 0px;
	top: 46px;
}
.header_top.fixed-header .special_ofr.desktop {
	height: 27px;
}
.header_top.fixed-header .slider {
	position: relative;
	right: 20px;
}
#content .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 48% !important;
	margin: 0px 2.0% 2.992em 0;
}
.category-title {
	font-size: 29px;
	color: #000;
}
.woocommerce ul.products li.product .onsale {
	right: 8px;
}
.home.page .wish_list {
	right: 48px;
	text-align: center;
}
.posted_in a {
	background-color: transparent;
	color: #000;
}
.share_social_icon {
	float: left;
	width: 100%;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-left: 0% !important;
}
.header_top.fixed-header .slider {
	position: relative;
	right: 33px;
}
.responsive-menu-open .responsive-menu-button {
	position: fixed !important;
}
.header_top.fixed-header button#responsive-menu-button {
	z-index: 999;
	position: relative;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow {
	border-left: none;
	background-color: transparent;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
	background-color: transparent;
}
#wpfront-scroll-top-container img {
	float: right;
}
.contact_button {
	position: relative;
	top: 46px;
}
.value {
	height: auto;
	width: auto;
}
option {
	width: 50%;
	height: 25px;
}
}
 @media screen and (min-width: 480px) and (max-width: 767px) {
.top_left {
	margin-right: 40px;
}
.welcome_text p {
	color: #7c7c7c;
	display: inline-block;
	float: none;
	font-size: 18px!important;
	line-height: 25px!important;
	padding: 0 0 30px;
	width: 100%;
	text-align: justify;
}
.wph-modal {
	padding: 68px !important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 30px!important;
	list-style: none;
	clear: both;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 100% !important;
}
.hustle-modal-body {
	height: auto !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: 100% !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 21% !important;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.special_ofr p {
	font-size: 12px!important;
	color: #9f9f9f;
	float: left;
	margin-top: 4px;
}
.special_ofr .spl_ofr {
	background: #1d1d1d none repeat scroll 0 0;
	border-radius: 0px;
	color: #bac75d;
	float: left;
	font-size: 15px;
	padding: 0px;
	margin-right: 5px;
}
.special_ofr .spl_ofr, .special_ofr span {
	width: 100%;
	clear: none;
	text-align: center;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.category-title {
	text-align: center;
}
.contact a {
	float: none !important;
}
.slide_cp {
	display: none;
}
select {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #9E9E9E!important;
	padding: 10px 18px 10px;
	color: #9f9f9f;
	font-size: 16px;
	outline: medium none;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	width: 77%;
	margin-top: 0px !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	float: left;
	width: 77%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	margin-top: 40px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	top: 0px !important;
}
.hustle-modal .hustle-modal-close, .wpmudev-ui .hustle-modal .hustle-modal-close {
	margin: -12px 0px 15px !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 207px;
	left: 95px;
}
button#responsive-menu-button {
	width: auto;
	height: 60px;
	background: transparent !important;
}
.wysija-submit.wysija-submit-field {
	bottom: 13px !important;
}
.direction {
	display: none;
}
html {
	margin-top: 0px !important;
}
.responsive-menu-open button#responsive-menu-button {
	right: 161px !important;
}
.banner .flex-direction-nav {
	display: none;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block;
	float: left;
}
.woocommerce-cart table.cart img {
	width: 25px !important;
}
.coupon .button {
	right: 36px !important;
	padding: 12PX !important;
}
.woocommerce-page table.cart td.actions .coupon input {
	width: 43% !important;
}
.address2 p {
	color: #000;
	text-align: center;
	position: relative;
	top: 5px;
	font-weight: normal;
}
.cart_list.product_list_widget {
	left: 0 !important;
	width: 100% !important;
	position: relative !important;
	height: auto !important;
	margin: 0 !important;
	top: 0 !important;
}
.cart_ofr ul li {
	margin-top: 0;
	text-align: center;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	width: 88%;
	margin-top: 0px !important;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
	border: 0px;
}
.woocommerce table.wishlist_table thead th.product-thumbnail {
	border-color: transparent !important;
	border-top: 1px solid #dedede !important;
}
.wish_list {
	color: transparent;
}
#responsive-menu-container {
	transition: transform 0.5s;
	text-align: left;
	background: #000000;
	z-index: 55 !important;
}
.responsive-menu-open button#responsive-menu-button {
	right: 68% !important;
	z-index: 99999 !important;
}
.responsive-menu-open .site {
	position: fixed;
	width: 100%;
	transform: none;
}
.rows .col-md-3 {
	display: none;
}
.rows .col-md-9 {
	float: left;
	width: 100%;
}
.archive .wish_list {
	right: 0px;
	bottom: 0px;
}
.header_top.fixed-header .top_left {
	position: relative;
	top: 67px;
	left: 49px;
	z-index: 999;
	right: 0px;
}
.header_top.fixed-header .account_info {
	left: 0px;
}
#responsive-menu-button {
	position: fixed !important;
}
.responsive-menu-button .header_top.fixed-header {
	margin-top: 80px !important;
}
.header_top.fixed-header .top_left {
	top: 2px;
}
button#responsive-menu-button {
	height: 50px !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow {
	border-left: none;
	background-color: transparent;
}
.responsive-menu-container {
	z-index: 55 !important;
}
.contact_button {
	width: 56%;
	position: relative;
	bottom: 19px;
}
.value {
	height: auto;
	width: auto;
}
option {
	width: 50%;
	height: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.logo {
	width: 30%;
}
.slide_cp {
	width: 35% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 27%;
}
.top_left {
	margin-top: 5%;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: calc(70vh - 169px);
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 9px 20px!important;
}
.hustle-modal article h2, .hustle-modal .hustle-modal-message h2 {
	font: 700 22px/36px "Roboto Condensed", "Roboto", Arial, sans-serif;
	letter-spacing: -0.5px;
	margin: 0px!important;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0 30px!important;
	list-style: none;
	clear: both;
}
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
	display: block;
	margin: 0px 0;
	padding: 0;
	border: 0;
	font: 400 14px/20px "Roboto", Arial, sans-serif;
}
.hustle-modal-body.hustle-size-small {
	height: auto !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-message a.btn {
	width: 19% !important;
	text-align: center;
}
.hustle-modal-body {
	height: auto !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
	max-height: 100% !important;
}
.hustle-modal.hustle-animated.hustle-animate-bounceInRight {
	width: 600px !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content section .hustle-modal-message {
	overflow-y: hidden !important;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	object-fit: cover !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
	height: auto !important;
}
.special_ofr p {
	widows: 495px !important;
}
.contact a {
	display: inline-block;
}
.category-title {
	text-align: center;
}
.footer_text {
	padding: 0px 10px;
}
.title h2 {
	font-size: 16px;
}
.footer_text ul li {
	font-size: 12px !important;
	display: inline-block;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	position: relative;
	top: 44px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	height: 46px !important;
	top: 0px;
}
.contact a {
	font-size: 13px;
}
.hustle-modal:not(.hustle-modal-image_only) .hustle-modal-image.hustle-modal-image_fill img {
	width: 207px;
	left: 95px;
}
#mc_embed_signup .mc-field-group input {
	width: 50% !important;
}
.direction {
	display: none;
}
.banner .flex-direction-nav {
	display: none;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: right;
	top: 11px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	top: 6px;
}
.wish_list {
	color: transparent;
}
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.logo {
	width: 30%;
}
.slide_cp {
	width: 26% !important;
	float: left !important;
	left: auto !important;
	margin-top: 45px !important;
	right: 20%;
}
.contact a {
	font-size: 14px;
	color: #fff;
	display: block;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	float: left;
	position: relative;
	top: 47px;
	height: 46px;
}
.search_box {
	right: 0px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.button {
	height: 46px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.button.alt {
	top: 13px;
	left: 11px;
}
.direction {
	display: none;
}
.promotiontext {
	display: none;
}
.banner .flex-direction-nav {
	display: inline;
}
.wish_list {
	color: transparent;
}
a.button.product_type_variable.add_to_cart_button.add_to_cart.button.alt {
	top: 7px;
}
.archive .wish_list {
	position: absolute !important;
	bottom: 58px;
	right: -11px;
}
.woocommerce ul.products li.product .button {
	margin: 2px;
}
}
.rightpress_live_product_price dt .label, .label {
	color: #6f6f6f !important;
}
.rightpress_live_product_price dd {
	float: none !important;
}
.woocommerce ul.products li.product .onsale {
	z-index: 9 !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	border: none;
}
.wpcf7-form-control-wrap {
	position: inherit !important;
}
.woocommerce form.login, .woocommerce form.register {
	float: left;
}
.your-counter-selector, .cart_ofr span.counter {
	width: 15px !important;
	height: 15px !important;
	display: inline-block;
	text-align: center !important;
}
/*div.pp_woocommerce .pp_arrow_next {
    margin-left: 2.5em;
    top: -19px;
}
.pp_nav p.currentTextHolder {
    position: relative;
    left: 27px;
    top: -23px;
}*/

.pp_nav p.currentTextHolder {
	clear: none;
}
#wptime-plugin-preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 9999;
}
.fa-remove::before, .fa-close::before, .fa-times::before {
	content: "\f00d";
}
