@import url('https://fonts.googleapis.com/css?family=Muli:400,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #050e21;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 30px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	color: #2d9335;
}

h1 .icon, .h1 .icon {
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}
.page_title {
	margin-bottom: 40px;
}
/* default font size */
.fa {
	font-size: 14px;
}

.btn {
	padding: 9px 12px;
	font-weight: 800;
}

.btn-wide {
	min-width: 215px;
}
.btn.btn-double {
	padding-top: 6px;
	padding-bottom: 6px;
}
.btn-double span {
	display: block;
	margin-bottom: 4px;
	color: #ff7e00;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.position-relative {
	position: relative!important;
}
/* Override the bootstrap defaults */
h1, .h1 {
	font-size: 30px;
	line-height: 38px;
}

h2, .h2 {
	font-size: 24px;
	line-height: 36px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 22px;
}
h4, .h4 {
	font-size: 16px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}

.shadow {
	padding: 30px 30px 20px 30px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	-moz-box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	margin-bottom: 30px;
}


@media only screen and (min-width : 1460px) {
	.shadow {
		padding: 30px 60px 50px 60px;
	}
}

.font-weight-bold,
b, strong {
	font-weight: 800;
}
hr {
	border-bottom: 2px solid #2d9335;
}
p {
	margin: 0 0 25px;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0 0 0 20px;
}
a {
	color: #2d9335;
}
.underline  {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	font-weight: normal;
	color: #6a6a6a;
}

.form-control {
	height: 40px;
}
.form-control:focus {
	box-shadow: none;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.icon {
	display: inline-block;
}

.icon-logo {
	margin-left: 15px;
	width: 140px;
	height: auto;
}
@media only screen and (min-width : 768px) {
	.icon-logo {
		margin-left: 0;
		width: 165px;
	}
}
@media only screen and (min-width : 1459px) {
	.icon-logo {
		margin-left: 0;
		width: 170px;
	}
}

.icon-search {
	width: 21px;
	height: 20px;
	position: relative;
	top: 0;
}

.icon-cart {
	width: 22px;
	height: 26px;
}
.navbar-default .navbar-nav>li.dropdown-account >a.dropdown-toggle
{
	position: relative;
	font-weight: 800;
	color: #000;
}
.navbar-default .navbar-nav>li.dropdown-account >a.dropdown-toggle:after {
	content: '';
	width: 1px;
	height: 20px;
	right: 0;
	position: absolute;
	display: block;
	top: 16px;
	background-color: #000;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.nav-tabs.nav-tabs--minimal >li.active>a, .nav-tabs.nav-tabs--minimal >li.active>a:focus, .nav-tabs.nav-tabs--minimal >li.active>a:hover {
	border-color: transparent;
	border-bottom: 1px solid #000;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #2d9335;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
}
/* top */
#top {
	background: #2d9335;
	padding: 7px 0;
	min-height: 34px;
	font-size: 13px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #2d9335;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	background-repeat: repeat-x;
}
#top .btn-group .btn-link,
#top > .btn-link, #top-links li, #top-links .list-inline > li > a {
	color: #ffffff;
	text-decoration: none;
}
#top .btn-group .btn-link {
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#top .dropdown-menu .btn-link {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#top .nav .open > a {
	background-color: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
	text-decoration: underline;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links .list-inline {
	margin: 0;
}
#top-links a + a {
	margin-left: 15px;
}
/* header  */
.header .navbar-default {
	background-color: #fff;
	border: 0 none;
	margin: 20px 0;
}
.header .navbar .container{
	position: relative;
}
.header .navbar-toggle {
	margin-right: 90px;
}

.header .navbar>.container .navbar-brand {
	padding: 12px 0;
	margin-left: 0;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo a {
	display: block;
}
/* search */
#search .form-group {
	opacity: 1;
	visibility: visible;
	transition: opacity .12s ease-in;
	width: 80%;
	float: left;
}
@media only screen and (min-width : 1200px) {
	#search .form-group {
		opacity: 0;
		visibility: hidden;
		transition: opacity .12s ease-in;
		width: auto;
		float: none;
	}
}

#search.opened .form-group {
	opacity: 1;
	visibility: visible;
	transition: opacity .12s ease-in;
}

#search .btn-search {
	padding-top:5px;
	padding-bottom: 5px;
	border: 0 none;
	background-color: transparent;
}
#search .btn-search:focus,
#search .btn-search:active {
	outline: 0;
	box-shadow: none;
}
#search {
	border-color: transparent!important;
	padding-right:0;
}
#search .form-control {
	width: 100%;
}
@media only screen and (max-width : 1200px) {
	#search .form-control {
		height: 34px;
		line-height: 20px;
		padding: 0 10px;
		width: 220px;
		padding-right:0;
	}
}

#search .search-input-wrp {
	width: 0;
	overflow: hidden;
	float: right;
	-webkit-transition: width 0.2s ease-out 0.2s;
	-moz-transition: width 0.2s ease-out 0.2s;
	-o-transition: width 0.2s ease-out 0.2s;
	transition: width 0.2s ease-out 0.2s;
}
#search.opened .search-input-wrp {
	width: 100%;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	line-height: 1.2;
	background-color: transparent;
	background-image: none;
	border-color: transparent;
}

#cart {
	position: absolute;
	top: 10px;
	right: 25px;
}
#cart .cart__title {
	margin: 0 35px 30px 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
#cart .cart__row {
	margin-bottom: 5px;
}
#cart .dropdown-menu {
	padding: 30px 0;
}
/* cart */
#cart .dropdown-toggle {
	display: inline-block;
	cursor: pointer;
	padding: .5rem;
	margin-top: -.5rem;
	border-radius: 1rem;
}



#cart .dropdown-toggle .icon {
	float: left;
	margin-right: 12px;
}

#cart-total {
	background: #2d9335;
	color: #fff;
	height: 20px;
	min-width: 20px;
	display: inline-block;
	font-size: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
	transition: all 0.2s ease-in-out;

}
 
#cart .dropdown-toggle:hover   {
	background: #eee;
	transition: all 0.2s ease-in-out;
}

 

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 340px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		margin-right: -23px;
	}
	#cart .row {
		margin:0;
	}
	#cart .del-wrp {
		min-height: 67px;
		position: relative;
	}
	#cart .dropdown-menu li {
		margin-bottom: 10px;
	}


}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 30px;
}
.mini-cart-totals {
	margin: 8px 0;
}

/* @media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
} */

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
#car .product-wrp {
	position: relative;
}

#cart .del-wrp {
	min-height: 107px;
	position: relative;
}
#cart .del  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#cart .del .icon-close {
	width: 11px;
	height: 11px;
}


/* menu */
#menu.navbar-nav>.active>a,
#menu.navbar-nav>.active>a:focus,
#menu.navbar-nav>.active>a:hover {
	font-size: 18px;
	color: #000;
	font-weight: 900;
}
#menu.navbar-nav>li>a {
	font-size: 18px;
	color: #000;
	font-weight: 900;
}
#menu.navbar-nav>li>a:hover {
	color: #2d9335;
	transition: all 0.3s ease-in-out;
}
#menu-collapse {
	margin-right: 0;
}
@media only screen and (min-width : 1200px) {
	#menu-collapse {
		margin-right: 80px;
	}
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background: transparent;
}
@media (max-width: 1200px) {

	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}



/* 
#menu {
	background-color: transparent;
	border-color: transparent;
	min-height: 40px;
}





#menu .nav > li > a {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 18px;
	font-weight: 900;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
} */
.list-benefits {


}
.list-benefits .icon {
	position: absolute;
	left: 0;
	top: 13px;
}
.list-benefits li {
	position: relative;
	margin: 0;
	padding: 20px 0 20px 80px;
}

.list-benefits .icon-doc-star {
	width: 40px;
	height: 40px;
}
.list-benefits .icon-bag-check {
	width: 35px;
	height: 42px;
}
.list-benefits .icon-shield {
	width: 40px;
	height: 40px;
}
.list-benefits .icon-box {
	width: 42px;
	height: 42px;
}
.list-benefits .icon-pig {
	width: 40px;
	height: 40px;
}
.list-benefits .icon-cancel {
	width: 43px;
	height: 44px;
}
.list-benefits .icon-shield-2 {
	width: 56px;
	height: 55px;
}
.list-benefits .icon-info {
	width: 56px;
	height: 55px;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	color: #929292;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #eaeaea;
}

footer a {
	color: #3f3f3f;
}
footer a:hover {
	color: #2d9335;
}
footer .list-links li{
	margin-bottom: 20px;
	word-wrap: break-word;
}
footer .footer-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px;
	text-align: center;
}

footer .footer-title.footer-title--inner {
	margin: 40px 0 20px 0;
}

@media only screen and (min-width : 425px) {
	footer .footer-title {
		text-align: left;
	}
}
footer .payment .icon {
	height: 19px;
	margin-right: 8px;
}
footer .navbar-brand {
	padding: 0;
	height: auto;
	float: none;
	display: block;
	margin-bottom: 35px;
	text-align: center;
}
footer .payment {
	text-align: left;
}


@media only screen and (max-width: 767px)  {
	footer .navbar-brand {
		text-align: center;
	}
	.shipping img,
	footer .navbar-brand img{
		margin: 0 auto;
	}
	footer .footer-title,
	footer .footer-title.footer-title--inner,
	footer  {
		text-align: center;
	}
	footer .payment {
		text-align: center;
	}
}



footer .payment [class^='icon-'] {
	margin-bottom: 5px;
}
footer .payment .icon-master {
	width: 35px;
}

footer .payment .icon-visa {
	width: 61px;
}

footer .payment .icon-paypal {
	position: relative;
	width: 89px;
	height: 35px;
}
footer .payment .icon-sepa {
	position: relative;
	width: 89px;
	height: 35px;
}

footer .payment .icon-bitcoin {
	position: relative;
	width: 95px;
	top: 5px;
	height: 24px;
}


footer .payment .icon-etherium {
	position: relative;
	width: 107px;
	top: 16px;
	height: 45px;
}


footer .copy {
	text-align: center;
	margin-bottom: 50px;
}
footer .copy a {
	color: #3f3f3f;
}

.footer__top {
	margin: 80px 0 50px 0;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
/* .btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
 
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
} */
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	line-height: 1.1;
	padding: 16px 16px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #eee;
	background-repeat: repeat-x;
	border-color: #eee;
}

.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff7f00;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #ff7f00;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	background-color: #ff4949;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #ff4949;
	color: #fff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5dbd58;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #5dbd58;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #05abd7;
	 
	background-repeat: repeat-x;
	border-color: #05abd7;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color:#097796;
	border-color: #097796 #097796 #097796;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/* product list */
.products {
	margin-bottom: 35px;
}
.product {
	padding: 30px 30px 20px 30px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	-moz-box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	box-shadow: 3px 3px 8px 0px rgba(85,55,163,0.17);
	margin-bottom: 30px;
}
.product.product-pack  {
	padding: 20px;
}

@media only screen and (min-width : 1460px) {
	.product {
		padding: 30px 55px 50px 55px;
	}
	.product.product-pack {
		padding: 30px 40px 50px 40px
	}
}

.product__price {
	font-weight: 800;
	color: #000;
	font-size: 19px;
	padding: 14px 4px;
	margin-bottom: 0;
}
.product__price--old {
	font-size: 16px;
	text-decoration: line-through;
	margin: 4px 0;
}
.product__price--old + .product__price {
	padding-bottom: 0;
	padding-top: 0;
}

.product__title {
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product__title a {
	color: #050e21;
	text-decoration: none;
}
.product__title a:hover {
	color: #2d9335;
	text-decoration: none;
}
.product__thumb {
	margin-bottom: 20px;
	text-align: center;
}

.product__thumb img {
	margin: 0 auto;
}

.product__descr {
	margin: 0;
	padding-bottom: 25px;
	min-height: 105px;
}
.product__footer {
	margin: 0;
}
.product__footer div[class^='col-'] {
	padding: 0;
}
.product .btn {
	text-transform: uppercase;
}



.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}

/* Single product */
.single-product__top {
	margin-bottom: 40px;
}
.single-product__banners,
.single-product__variants {
	margin-bottom: 60px;
}

.single-product__variants {
	display: none;
}

.single-product__variants.is-active {
	display: block;
}

.single-product__top .thumb {
	margin: 0 auto;
}

.single-product__descr {
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.single-product__faq {
	margin-bottom: 80px;
}


@media (min-width: 989px) {
	.single-product__descr {
		margin-bottom: 80px;
	}
}

.product-img-hidden {
	display: none;
	 
    position: absolute;
    top: 0;
    right: -90%;
    z-index: 2;
    width: 350px;
    border: 1px solid #333;
	user-select: none;
}
.product-img {
	position: relative;
	border: 1px solid transparent;
	user-select: none;
}
.product-img:hover {
	border-color: #ccc;
}
.product-img:hover > .product-img-hidden {
	display: block;
}

.select-dose .btn-outline-primary {
	border-width: 1px!important;
	color: #000;
}
.select-dose .btn-outline-primary.is-active,
.select-dose .btn-outline-primary:hover,
.select-dose .btn-outline-primary:active {
	background-color: #2d9335;
	color: #fff;
}

.select-dose .btn-outline-primary {
	padding-left: 17px;
	padding-right: 17px;
	margin-right: 6px;
}

.select-dose .select-dose__lable {
	padding: 10px 15px;
}

.table-variants .variant td {
	vertical-align: middle;
}
.variant__thumb img {
	max-width: 80px;
}
.variant__row {
	margin: 2px 0;
}

.variant__save {
	text-align: center;
}

.variant__save .text-success {
	color: #43ba3a;
}

.profit-block {
	position: relative;
	padding-left: 50px;
}
.profit-block .icon {
	width: 36px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	fill: #ff7f00;
}

.accordian .panel-title>a {
	display: block;
	position: relative;
}

.accordian .panel-title>a.collapsed .icon {
	transform: rotate(0deg);
	transition: top .2s ease-out 0.5s;
}
.accordian.panel-group .panel+.panel {
	margin-top: 0;
}
.accordian .panel-default {
	border-color: transparent;
	border-top-color: #d3d3d3;
}

.accordian.panel-group .panel-heading+.panel-collapse>.list-group,
.accordian.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.accordian .panel-title > a > .icon {
	transition: top .2s ease-out 0.5s;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 4px;
	transform: rotate(-180deg);
}
.accordian .panel-heading {
	padding: 29px 15px;
}

.delivery-banner {
	padding: 60px;
	background-color: #faf8ff;
	margin-bottom: 15px;
	min-height: 220px;
	display: flex;
	height: 100%;
}

.delivery-banner__left {
	padding-right: 64px;
	border-right: 1px solid #2d9335;
}
.delivery-banner__right {
	padding-left: 65px;
}

@media (max-width: 640px) {
	.package-banner__left,
	.delivery-banner__left {
		display: none;
	}
	.delivery-banner__right {
		padding-left: 0;
	}
 
}

.package-banner {
	min-height: 220px;
	display: flex;
	height: 100%;
}

.package-banner__left {
	min-width: 35%;
}

.package-banner__left,
.package-banner__right,
.delivery-banner__left,
.delivery-banner__right {
	float: left;
}

.package-banner__title {
	font-weight: 800;
	margin-bottom: 5px;
	font-size: 18px;
}

.delivery-banner__left .icon {
	width: 84px;
	height: 52px;
}

.package-banner__left {
	padding-right: 47px;
}

.package-banner__right {
	max-width: 375px;
}

.delivery-banner__title {
	text-align: center;
	text-transform: uppercase;
}

.package-banner {
	padding: 40px;
	background-color: #f7f7f7;
}


@media (max-width: 640px) {
	.package-banner__left {
		width: 40%;
		padding-right: 15px;
	}
	.package-banner__right {
		width: 55%;
	}
}

@media (max-width: 640px) {
	.package-banner__left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.package-banner__left img {
		margin: 0 auto;
	}
	.package-banner__right {
		width: 100%;
	}
}




.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

 

@media only screen and (min-width : 992px) {
	.is-table-row {
		display: table;
	}
	.is-table-row [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}
	.is-table-row  [class*="col-"].is-middle {
		vertical-align: middle;
	}
}

.btn-outline-primary {
	border-color: #2d9335;
	border-width: 2px;
	font-weight: 800;
	color: #2d9335;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-outline-primary:focus,
 
.btn-outline-primary:hover {
	border-color: #2d9335;
	border-width: 2px;
	font-weight: 800;
	color: #2d9335;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-outline-primary-simple {
	font-size: 14px;
	text-transform: none;
}
.btn-outline-primary-simple:focus,
.btn-outline-primary-simple:hover {
	font-size: 14px;
	text-transform: none;
	background-color: #c2b3e9;
	color: #fff;
	text-shadow: 1px 1px 2px #2d9335;
}
/* Reviews */
.reviews li {
	margin-bottom: 30px;
}
.reviews .author {
	font-weight: 900;
}

.reviews__meta {
	color: #848484;
	margin-bottom: 0;
}

.reviews__text {

}

/* The container */
.c-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.c-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.c-checkbox .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border: 1px solid #d0c4ed;
}

/* On mouse-over, add a grey background color */
.c-checkbox:hover input ~ .checkmark {
	background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.c-checkbox input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.c-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.c-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.c-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 4px;
	height: 9px;
	border: solid #2d9335;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* The container */
.radio .c-radio,
.c-radio {
	display: block;
	height: 20px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.c-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.c-radio .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #d0c4ed;
}

/* On mouse-over, add a grey background color */
.c-radio:hover input ~ .checkmark {
	background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.c-radio input:checked ~ .checkmark {
	background-color: #fff;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.c-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.c-radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2d9335;
}

.modal-content.modal-content-branded {
	padding: 40px;
}

.modal-content.modal-content-branded .btns .btn {
	min-width: 140px;
	margin: 0 15px;
}
@media only screen and (min-width : 1460px) {
.modal-content.modal-content-branded {
	padding: 90px;
}	
}

#signinModal .modal-dialog {
	max-width: 360px;
}

.agreement-notice {
	margin: 15px;
	font-size: 13px;
	color: #929292;
	text-align: center;
}

.agreement-notice a{
	color: #000;
	text-decoration: none;
}
.form-modal .form-group {
	margin-bottom: 20px;
}
.form-modal .form-group:last-of-type {
	margin-bottom: 40px;
}

.list-group--account .icon {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	top: 3px;
	position: relative;
}

.list-group.list-group--account  a {
	border-color: transparent;
	position: relative;
	color: #000;
}

.list-group.list-group--account a.active, .list-group.list-group--account a.active:hover, .list-group.list-group--account a:hover {
	color: #2d9335;
	background: #faf8ff;
	border-color: transparent;
	text-shadow: none;
}

.list-group.list-group--account a.active .icon,
.list-group.list-group--account a.active:hover .icon,
.list-group.list-group--account a:hover .icon {
	fill: #2d9335;
}

.banner-discount {
	background-color: #ff7e00;
	color: #fff;

	position: relative;
	padding: 26px 15px 26px 74px;;
}

.banner-discount .icon {
	width: 29px;
	height: 32px;
	fill: #fff;
	position: absolute;
	top: 31px;
	left: 30px;
}

.article {
	padding: 0 30px 30px 30px;
}

.v-align-middle {
	vertical-align: middle!important;
}