/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */



/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-size: 16px;
	color: #707070;
	font-family: Arial;
}

input,
select {
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
}

#errormsg {
	color: #bf1e2e;
}






/* CUSTOM STYLE */

body {
	line-height: 20px;
	font-size: 12px;
	font-family: Arial;
	color: #737373;
}



.blockMsg {
	left: calc(50% - 295px) !important;
}
	



/* HEADER */
#header {
	float: left;
	width: 100%;
	height: 180px;
	position: relative;
}

#header #header-container {
	width: 100%;
	height: 100%;
	padding: 0 8%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#header .top {
	float: left;
}

#header .top .logo {
	float: left;
	margin-top: 50px;
	padding-right: 80px;
	background: url('../images/stamp_bio.png') no-repeat right 90%;
	background-size: 8%;
}

#header .top .logo img {
	width: 450px;
}

#header .top .social {
	float: right;
	margin-top: 130px;
	z-index: 999;
}

#header .top .social a {
	transition: 0.5s all;
	margin: 0 5px;
}

#header .top .social .facebook {
	float: left;
	width: 26px;
	height: 26px;
	background: url('../images/bg-social.png') no-repeat left top;
}
#header .top .social .instagram {
	float: left;
	width: 26px;
	height: 26px;
	background: url('../images/bg-social.png') no-repeat -26px top;
}
#header .top .social .youtube {
	float: left;
	width: 26px;
	height: 26px;
	background: url('../images/bg-social.png') no-repeat -52px top;
}

#header .top .social a:hover {
	opacity: 0.7;
}

#header .top .language {
	float: right;
	height: 26px;
	margin-top: 132px;
	margin-right: 40px;
	z-index: 999;
}

#header .top .language a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #1e3428;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}

#header .top .language a:nth-child(1) {
	border-right: 1px solid #1e3428;
	padding-right: 8px;
	
}

#header .top .language a:hover,
#header .top .language a.selected {
	opacity: 0.7;
}




#header #menu-container {
	float: right;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 9999;
	position: relative;
	margin-top: 55px;
}

#header #menu-container.menu-container-product {
	
}

#header #menu {
	width: 100%;
	transition: 0.2s all;
	height: 40px;
	line-height: 40px;
}

#header #menu ul {
	padding: 0;
}

#header #menu ul li {
	float: left;
}

#header #menu ul li a {
	float: left;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #195927;
	cursor: pointer;
	font-weight: bold;
	margin-left: 17px;
	margin-right: 17px;
}

#header #menu ul li.lang a {
	float: none;
	margin: 0 5px;
	position: relative;
	top: 1px;
	text-transform: capitalize;
	font-size: 13.5px;
}

#header #menu ul li a:hover,
#header #menu ul li a.selected {
	color: #AECC4D;
}

#header #menu ul li.last {
	float: right;
}

#header #menu ul li.last a {
	float: none;
	padding: 10px 50px 10px 25px;
	margin-right: 0;
	transition: 0.5s all;
	position: relative;
	background: #195927;
	border-radius: 23px;
	color: #ffffff;
}

#header #menu ul li.last a:hover {
	background: #1e3428;
}

#header #menu ul li.last a .arrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 33px;
	height: 33px;
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}


#header #menu #cart {
	float: right;
	height: 40px;
	line-height: 30px;
	margin-top: 15px;
	margin-right: 3%;
}

#header #menu #cart a.cart {
	float: right;
	width: 44px;
	height: 40px;
	position: relative;
	background: url('../images/bg-cart-icon-empty.svg') no-repeat center center;
}

#header #menu #cart a.cart-full {
	/*background: url('../images/bg-cart-icon-empty.svg') no-repeat center center;*/
}

#header #menu #cart a.cart span {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 31px;
	height: 31px;
	text-align: center;
	color: #1E3428;
	background: #ffffff;
	border-radius: 15px;
	font-weight: bold;
	font-size: 18px;
}

#header #menu #cart a.user {
	float: right;
	height: 40px;
	position: relative;
	background: url('../images/bg-cart-user.svg') no-repeat right center;
	background-size: contain;
	font-weight: bold;
	font-size: 18px;
	padding-right: 40px;
	cursor: pointer;
	padding-top: 4px;
	box-sizing: border-box;
	text-transform: uppercase;
}

#header #menu #cart a.logout {
	float: right;
	height: 40px;
	position: relative;
	margin-right: 30px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	padding-top: 4px;
	box-sizing: border-box;
	text-transform: uppercase;
}





#header #header-container #cart {
	float: right;
	width: 50%;
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}

#header #header-container #cart ul {
	float: right;
	margin-top: 7px;
}

#header #header-container #cart ul li {
	float: right;
}

#header #header-container #cart ul a {
	float: left;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	margin-right: 30px;
}

#header #header-container #cart ul a:hover {
	color: #8CC541;
}

#header.header-short #header-container #cart ul a:hover {
	color: #18582C;
}

#header #header-container #cart a.cart {
	float: right;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	transition: all 0.5s;
	position: relative;
	background-size: 80%;
}

	
#header #header-container #cart a.cart span {
	background: #195927;
	border-radius: 22px;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	color: #ffffff;
}

#header #header-container #cart a.cart:hover span {

}

#header #header-container #cart a.cart:hover {
	color: #8CC541;
}

#header #header-container #cart a.user {
	width: 26px;
	height: 44px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: url('../images/bg-cart-user.svg') no-repeat left top;
    background-size: 48%;
	cursor: pointer;
	text-indent: 5000px;
    top: -7px;
}
}

#header #header-container #cart a.user:hover {
	/*background: url('../images/bg-cart-user.svg') no-repeat left -33px;*/
}







#header #burger {
	position: absolute;
	left: calc(50% - 15px);
	top: 242px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 99999;
	transition: all 0.5s;
	display: none;
	-webkit-transform: translateZ(0) scale(1,1);
	transform: translateZ(0) scale(1,1);
}

#header #burger span {
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	background: #1e3428;
	transition: all 0.5s;
}

#header #burger span:nth-child(1) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 0px;
}

#header #burger span:nth-child(2) {
	top: 10px;
}

#header #burger span:nth-child(3) {
	-webkit-transform-origin: 10px 1px;
	transform-origin: 10px 1px;
	top: 20px;
}

#header #burger.open span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#header #burger.open span:nth-child(2) {
  -webkit-transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: opacity .3s linear,-webkit-transform .3s linear;
  transition: transform .3s linear,opacity .3s linear;
  transition: transform .3s linear,opacity .3s linear,-webkit-transform .3s linear;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}

#header #burger.open span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}





#header #burger-menu {
	position: fixed;
	right: 0;
	top: 185px;
	width: 0;
	height: 100%;
	background: rgba(25, 89, 39, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-top: 40px;
	z-index: 9999;
	padding-top: 50px;
}

#header #burger-menu .burger-menu-option {
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.5s;
}

#header #burger-menu .burger-menu-option a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

#header #burger-menu .burger-menu-option a:hover {
	color: #AECC4D;
}




#header .social {
	position: absolute;
	bottom: -45px;
	right: 8%;
	width: 177px;
	height: 45px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 23px 23px;
	box-shadow: 0px -15px 0px #fff;
	z-index: 999;
}

#header .social div a {
	float: left;
	width: 100%;
	height: 100%;
}

#header .social .facebook {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/bg-social.png') no-repeat 27px top;
	margin-top: 8px;
}

#header .social .instagram {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/bg-social.png') no-repeat -26px top;
	margin-top: 8px;
}

#header .social .linkedin {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/bg-social.png') no-repeat -78px top;
	margin-top: 8px;
}





#banner {
	float: left;
	width: 100%;
	position: relative;	
	overflow: hidden;
}

#banner.banner-product {
	margin-top: -100px;
	z-index: 0;
}

#banner .bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
}


#banner #banner-container {
	width: 100%;
	position: absolute;
	top: 0;
}

#banner #banner-container .banner-slogan {
	text-align: center;
}

#banner #banner-container.banner-container-product .banner-slogan {
	width: 30%;
	text-align: left;
	margin: 0 15%;
}

#banner #banner-container.banner-container-aboutus .banner-slogan {
	float: right;
	width: 30%;
	text-align: left;
	margin: 0 15%;
}

#banner #banner-container .banner-slogan .card {
	margin: -16px auto 0;
	width: 536px;
	padding: 55px;
	background: rgba(255, 255, 255, 0.9) url('../images/bg-arrowdown.svg') no-repeat center 180px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	z-index: 99999;
}

#banner #banner-container .banner-slogan .card img {
	margin-bottom: 65px;
}

#banner #banner-container .banner-slogan .card .triangle-left {
	position: absolute;
	top: 0;
	left: -16px;
	width: 0;
	height: 0;
	border-bottom: 16px solid #D5D5D5;
	border-left: 16px solid transparent;
}

#banner #banner-container .banner-slogan .card .triangle-right {
	position: absolute;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-bottom: 16px solid #D5D5D5;
	border-right: 16px solid transparent;
}



#banner #banner-container .icon {
	margin: 0 auto;
	width: 225px;
	height: 230px;
	margin-top: 150px;
	background: url('../images/brand.png') no-repeat center center;
	transition: 0.5s all;
}

#banner #banner-container .icon:hover {
	transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

#banner #banner-container .center {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
	padding-top: 50px;
}

#banner #banner-container .buttons {
	display: inline-block;
	width: 154px;
	height: 37px;
	margin: 0 15px;
	margin-top: 50px;
	transition: all 0.5s;
}

#banner #banner-container .buttons .buttons-button {
	float: left;
	width: 100%;
	height: 100%;
}

#banner #banner-container .buttons .buttons-button a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #195927;
	background: #AECC4D;
	border-radius: 23px;
	position: relative;
	padding-right: 15px;
	transition: 0.5s all;
}

#banner #banner-container .buttons .buttons-button a .arrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 33px;
	height: 33px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}

#banner #banner-container .buttons .buttons-button a:hover {
	color: #AECC4D;
	background: #195927;
}



#banner #banner-container .banner-slogan .banner-title {
	float: left;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #195927;
	line-height: 40px;
	margin-top: 100px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 4.5%;
	background: url('../images/bg-underline.svg') no-repeat left bottom;
	box-sizing: border-box;
}

#banner #banner-container .banner-slogan .banner-title-howtobuy {
	float: left;
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 70px;
	color: #ffffff;
	text-shadow: 0px 0px 40px #00000029;
	text-align: center;
	padding: 180px 200px 0;
	box-sizing: border-box;
}

#banner #banner-container .banner-slogan .banner-options {
	float: left;
	clear: left;
	width: 45%;
	margin-top: 80px;
}

#banner #banner-container .banner-slogan .banner-options .banner-option {
	float: left;
	width: 100%;
	height: 107px;
	margin-bottom: 30px;
	padding-top: 17px;
	padding-left: 10%;
	background: #195927;
	border-radius: 0px 65px 65px 0px;
	box-sizing: border-box;
	position: relative;
}

#banner #banner-container .banner-slogan .banner-options .banner-option .name {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
}

#banner #banner-container .banner-slogan .banner-options .banner-option .name span {
	color: #AECC4D;
}

#banner #banner-container .banner-slogan .banner-options .banner-option .icon {
	margin: 0 auto;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 99px;
	height: 99px;
	background: #AECC4D;
	border-radius: 54px;
}

#banner #banner-container .banner-slogan .banner-options .banner-option .icon:hover {
	
}

#banner #banner-container .banner-slogan .banner-options .banner-option:nth-child(1) .icon {
	background: #AECC4D url('../images/bg-banner-icon1.svg') no-repeat center center;
}
#banner #banner-container .banner-slogan .banner-options .banner-option:nth-child(2) .icon {
	background: #AECC4D url('../images/bg-banner-icon2.svg') no-repeat center center;
}
#banner #banner-container .banner-slogan .banner-options .banner-option:nth-child(3) .icon {
	background: #AECC4D url('../images/bg-banner-icon3.svg') no-repeat center center;
}






.section {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.section .section-container {
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
}

.section .section-title {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #195927;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
}

.section .section-title .line {
	display: inline-block;
	width: 114px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 57px);
	border: 1px solid #FFD800;
}

.section .section-subtitle {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #1E3428;
	margin-top: -30px;
	position: relative;
}

.section .section-description {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
}


.store-description img {
	float: left;
	width: 300px;
	height: 230px;
	margin: 15px;
}

.section .section-container .content {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
}





#about {
	padding-top: 0;
	position: relative;
}

#about .separator {
	position: absolute;
	top: -33px;
	left: calc(50% - 21px);
	width: 42px;
	height: 67px;
	background: url('../images/bg-leaf-white.svg') no-repeat center center;
}

#about .section-title {
	color: #ffffff;
}

#about .about-wrapper {
	background: #AECC4D;
	padding-bottom: 180px;
	color: #ffffff;
}

#about .section-description {
	width: 80%;
	margin: 0 auto;
	float: none;
	text-align: center;
}


#about .chars {
	float: left;
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
	margin-top: -54px;
}

#about .chars .char {
	float: left;
	width: 20%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 80px;
}

#about .chars .char .char-icon {
	width: 108px;
	height: 108px;
	margin: 0 auto;
	border-radius: 65px;
}

#about .chars .char1 .char-icon {
	background: #195927 url('../images/bg-char1.svg') no-repeat center center;
}
#about .chars .char2 .char-icon {
	background: #195927 url('../images/bg-char2.svg') no-repeat center center;
}
#about .chars .char3 .char-icon {
	background: #195927 url('../images/bg-char3.svg') no-repeat center center;
}
#about .chars .char4 .char-icon {
	background: #195927 url('../images/bg-char4.svg') no-repeat center center;
}
#about .chars .char5 .char-icon {
	background: #195927 url('../images/bg-char5.svg') no-repeat center center;
}


#about .chars .char .char-name {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
	text-transform: uppercase;
	color: #195927;
}

#about .chars .char .char-description {
	float: left;
	width: 100%;
	padding-top: 52px;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	background: url('../images/bg-leaf-green.svg') no-repeat center 15px;
}







#quality .section-title {
	float: none;
	margin: 0 auto 100px;
	padding: 0;
	padding-bottom: 10px;
	width: 640px;
	font-size: 30px;
	line-height: 40px;
	background: url('../images/bg-underline.svg') no-repeat center bottom;
}






#history .left,
#history .right {
	float: left;
	width: 50%;
	padding-top: 150px;
}

#history .left img {
	width: 100%;
}

#history .right .description {
	float: left;
	width: 100%;
	background: #195927;
	padding: 10% 10% 10% 15%;
	box-sizing: border-box;
	color: #ffffff;
	margin-top: 10%;
	font-size: 15px;
	line-height: 20px;
}

#history .right .description .title {
	float: left;
	width: 225px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #ffffff;
	background: url('../images/bg-underline-white.svg') no-repeat right bottom;
}

#history .right .description .content {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: grid;
	grid-auto-flow: column;	
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
}

#history .right .image {
	float: left;
	width: 100%;
	padding: 5% 10% 5% 15%;
	box-sizing: border-box;
	color: #ffffff;
	margin-top: 10%;
}

#history .right .image img {
	width: 100%;
}





#betteroption {
	height: 1089px;
	background: url('../images/bg-betteroption.png') no-repeat center top;
	padding-bottom: 0;
}

#betteroption .section-title {
	float: none;
	margin: 0 auto 60px;
	padding: 0;
	padding-bottom: 10px;
	width: 640px;
	font-size: 30px;
	line-height: 40px;
	background: url('../images/bg-underline.svg') no-repeat center bottom;
}

#betteroption .section-subtitle {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
}

#betteroption .section-container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#betteroption .section-container .options {
	float: left;
	width: 100%;
	margin-top: 65px;
}

#betteroption .section-container .options .option {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	color: #000000;
	padding: 0 20px;
	box-sizing: border-box;
}

#betteroption .section-container .options .option .option-icon {
	float: none;
	width: 51px;
	height: 51px;
	margin: 0 auto;
}

#betteroption .section-container .options .option1 .option-icon {
	background: url('../images/bg-bestchoice-option1.svg') no-repeat center center;
}
#betteroption .section-container .options .option2 .option-icon {
	background: url('../images/bg-bestchoice-option2.svg') no-repeat center center;
}
#betteroption .section-container .options .option3 .option-icon {
	background: url('../images/bg-bestchoice-option3.svg') no-repeat center center;
}


#betteroption .section-container .options .option .option-name {
	float: left;
	width: 100%;
	color: #195927;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
}

#betteroption .section-container .options .option .option-description {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 60px;
	color: #000000;
	background: url('../images/bg-leaf-green.svg') no-repeat center 15px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}




#events .left {
	float: left;
	width: 50%;
	height: 820px;
	background: url('../images/bg-events1.png') no-repeat center top;
}

#events .right {
	float: left;
	width: 59%;
	height: 618px;
	border: 3px solid #AECC4D;
	background: #ffffff;
	margin-top: 101px;
	margin-left: -10%;
	padding: 96px 138px;
	box-sizing: border-box;
	text-align: center;
}


#events .right .date {
	float: left;
	width: 100%;
	color: #AECC4D;
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	margin-top: 25px;
	text-transform: uppercase;
}

#events .right .title {
	float: left;
	width: 100%;
	color: #195927;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#events .right .description {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding-top: 50px;
	color: #000000;
	background: url('../images/bg-leaf-green.svg') no-repeat center top;
}



#newsletter {
	padding: 0;
	background: #AECC4D;
	padding-bottom: 54px;
	color: #ffffff;
}

#newsletter .section-container {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 40px;
	padding-top: 60px;
}

#newsletter .section-container div {
	display: inline;
	position: relative;
}

#newsletter .section-container div input {
	border: 3px solid #195927;
	border-radius: 23px;
	width: 300px;
	height: 35px;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	top: -2px;
	margin-left: 20px;
	padding: 0px 45px 0 20px;
	color: #000000;
}

#newsletter .section-container div .arrow {
	position: absolute;
	right: 5px;
	top: -1px;
	width: 33px;
	height: 33px;
	background: #195927 url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
	cursor: pointer;
}

#newsletter .section-container div:hover .arrow {
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
}



#foot {
	padding: 0;
	background: #195927;
	color: #ffffff;
}

#foot .section-container {
	padding: 10px 55px;
	width: 980px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
}

#foot .section-container .title {
	float: left;
	width: 100%;
	height: 100px;
	background: url('../images/logo-white.svg') no-repeat center center;
}

#foot .section-container .left {
	float: left;
	width: 33.3%;
	padding: 50px 20px;
	box-sizing: border-box;
	text-align: center;
}

#foot .section-container .left .buttons-button {
	margin: 0 auto;
	width: 177px;
	height: 100%;
}

#foot .section-container .left .buttons-button a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #195927;
	background: #AECC4D;
	border-radius: 23px;
	position: relative;
	padding-right: 15px;
	transition: 0.5s all;
}

#foot .section-container .left .buttons-button a .arrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 33px;
	height: 33px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}

#foot .section-container .left .buttons-button a:hover {
	color: #AECC4D;
	background: #ffffff;
}


#foot .section-container .center {
	float: left;
	width: 33.3%;
	padding: 50px 20px;
	box-sizing: border-box;
	text-align: center;
}

#foot .section-container .center a {
	color: #AECC4D;
	text-decoration: none;
}

#foot .section-container .center a:hover {
	color: #ffffff;
}

#foot .section-container .center .social {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 20%;
	box-sizing: border-box;
}

#foot .section-container .center .social div a {
	float: left;
	width: 100%;
	height: 100%;
}

#foot .section-container .center .social .facebook {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-facebook-white.svg') no-repeat center center;
	margin-top: 8px;
}

#foot .section-container .center .social .instagram {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-instagram-white.svg') no-repeat center center;
	margin-top: 8px;
}

#foot .section-container .center .social .linkedin {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-linkedin-white.svg') no-repeat center center;
	margin-top: 8px;
}

#foot .section-container .right {
	float: left;
	width: 33.3%;
	padding: 50px 40px;
	box-sizing: border-box;
	text-align: center;
}







#clock {
	background: #195927;
	position: relative;
	padding: 80px 0;
}

#clock .separator {
	position: absolute;
	top: -33px;
	left: calc(50% - 21px);
	width: 42px;
	height: 67px;
	background: url('../images/bg-leaf-white.svg') no-repeat center center;
}

#clock .clock-title {
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#clock .clocks {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#clock .next {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#clock #clocks {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}

#clock #clocks div {
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #AECC4D;
	border-radius: 50px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
	position: relative;
}

#clock #clocks div span {
	position: absolute;
	width: 90px;
	bottom: -40px;
	left: 0;
	color: #AECC4D;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.product-list-clock {
	background: #ffffff !important;
	padding-bottom: 0 !important;
}

.product-list-clock .section-description {
	background: #ffffff url('../images/bg-underline-bigger.svg') no-repeat right bottom !important;
	padding-bottom: 50px;
}

.product-list-clock .clock-title {
	color: #195927 !important;
}

.product-list-clock .next {
	color: #195927 !important;
}

.product-list-clock #clocks {
	color: #195927 !important;
}

.product-list-clock #clocks div {
	color: #AECC4D !important;
	background: #195927 !important;
}

.product-list-clock #clocks div span {
	color: #195927 !important;
}



#search {
	padding: 0;
	position: relative;
}

#search .input {
	margin: -43px auto 0;
	width: 600px;
	height: 80px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000029;
	border: 5px solid #195927;
	border-radius: 54px;
	position: relative;
}

#search .input input#text {
	width: 320px;
	height: 60px;
	margin-left: 35px;
	margin-top: 6px;
	font-size: 25px;
	border: 0;
	color: #000000;
}

#search .input input#search_button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 220px;
	height: 70px;
	background: #AECC4D url('../images/bg-search.svg') no-repeat 15px center;
	background-size: 20%;
	border-radius: 50px;
	border: 0;
	padding-left: 55px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	transition: 0.5s all;
}

#search .input input#search_button:hover {
	background-color: #195927;
}

.product-list-search {
	background: #195927;
	margin-top: 20px;
	padding-bottom: 60px;
}

.product-list-search .form {
	width: 100%;
	padding: 70px 8%;
	box-sizing: border-box;
	text-align: center;
}

.product-list-search .form select {
	display: inline-block;
	width: 260px;
	height: 45px;
	background: #AECC4D url('../images/bg-select.png') no-repeat 220px center;
	background-size: 14%;
	border-radius: 25px;
	border: 0;
	font-weight: bold;
	font-size: 18px;
	margin: 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0 15px;
	box-sizing: border-box;
	color: #195927;
}






#howtobuy {
	padding-top: 0;
	margin-top: -60px;
	position: relative;
}	

#howtobuy .option-list {
	float: left;
	width: 100%;
}

#howtobuy .option-list .option-item {
	float: left;
	width: 33.3%;
	padding: 0 40px;
	box-sizing: border-box;
}

#howtobuy .option-list .option-item .number {
	margin: 0 auto;
	width: 108px;
	height: 108px;
	line-height: 108px;
	background: #AECC4D;
	border-radius: 60px;
	box-shadow: 0px 0px 40px #00000029;
	color: #ffffff;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

#howtobuy .option-list .option-item .name {
	float: left;
	width: 100%;
	margin-top: 38px;
	color: #195927;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
}

#howtobuy .option-list .option-item .description {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 15px;
	text-align: center;
	margin-top: 50px;
	padding-top: 30px;
	background: url('../images/bg-leaf-green.svg') no-repeat center top;
}







#pickup .section-container {
	padding-left: 5%;
	padding-right: 5%;
}

#pickup .pickup-list {
	float: left;
	width: 100%;
	text-align: center;
}

#pickup .pickup-list .pickup {
	width: 260px;
	margin: 0 35px 150px;
	display: inline-block;
	vertical-align: top;
}

#pickup .pickup-list .pickup .pickup-city {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #195927;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 60px;
	background: url('../images/bg-leaf-green.svg') no-repeat center 55px;
}

#pickup .pickup-list .pickup .pickup-name {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #AECC4D;
	text-transform: uppercase;
	text-align: center;
}

#pickup .pickup-list .pickup .pickup-address {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
}









#featured .section-container {
    width: 100%;
    padding: 0 5%;
}

#featured .section-title {
	float: none;
	width: max-content;
	margin: 0 auto;
	background: url('../images/bg-underline.svg') no-repeat right bottom;
	padding: 0 50px;
	font-size: 30px;
	line-height: 40px;
}

#featured .product-list {
	float: left;
	width: 100%;
	margin-top: 160px;
	text-align: center;
}

#featured .product-list .product {
	display: inline-block;
	width: 220px;
	height: 300px;
	background: transparent linear-gradient(180deg, #AECC4D00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
	margin: 0 30px 200px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

#featured .product-list .product .product-image {
	float: left;
	width: 100%;
	height: 160px;
	margin-top: -120px;
}

#featured .product-list .product .product-image img {
	max-height: 150px;
	max-width: 150px;
}

#featured .product-list .product .product-name {
	float: left;
	width: 100%;
	height: 90px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #195927;
	overflow: hidden;
}

#featured .product-list .product .product-name a {
	color: #195927;
	text-decoration: none;
}

#featured .product-list .product .product-price {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	color: #AECC4D;
	text-align: left;
}

#featured .product-list .product .product-category {
	float: left;
	width: 130px;
	height: 45px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	text-align: left;
}

#featured .product-list .product .product-button {
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 90px;
	height: 90px;
	background: #195927 url('../images/bg-product-cart.svg') no-repeat center center;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 55px;
	transition: 0.5s all;
	cursor: pointer;
}

#featured .product-list .product .product-button:hover {
	background: #AECC4D url('../images/bg-product-cart.svg') no-repeat center center;
}

#featured .product-list .product .product-button a {
	display: block;
	height: 100%;
}

#featured .product-list .product .product-button.addtocart-nostock {
    background: transparent url('../images/bg-product-cart-nostock.svg') center center;
    cursor: text;
}
	





#categories {
	background: #AECC4D;
	margin-top: -47px;
}

#categories .section-container {
    padding: 0 5%;
}

#categories .category-list {
	float: left;
	width: 70%;
	text-align: center;
	padding-right: 40px;
	box-sizing: border-box;
}

#categories .category-list .category {
	display: inline-block;
	width: 250px;
	margin: 0 30px 50px;
}

#categories .category-list .category .image {
	float: left;
	width: 100%;
	position: relative;
}

#categories .category-list .category .name {
	float: left;
	width: 100%;
	margin-top: -200px;
	height: 260px;
	background: transparent linear-gradient(180deg, #AECC4D00 0%, #D6E5A540 39%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	font-size: 20px;
	font-weight: bold;
	color: #195927;
	padding-top: 200px;
	box-sizing: border-box;
	transition: all 0.5s;
}

#categories .category-list .category:hover .name {
	background: transparent linear-gradient(180deg, #AECC4D00 0%, #D6E5A540 5%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	
}

#categories .category-text {
	float: left;
	width: 30%;
	padding-left: 40px;
	margin-top: 150px;
	box-sizing: border-box;
}

#categories .category-text .title {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	background: url('../images/bg-underline-white-big.svg') no-repeat right bottom;
}


#categories .category-text .content {
	float: left;
	width: 100%;
	margin-top: 80px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	text-align: left;
}






#search-block {
	float: left;
	clear: left;
	width: 20%;
	padding-top: 145px;
}

#search-block .option {
	float: left;
	width: 100%;
	color: #1E3428;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#search-block select,
#search-block input {
	border: 3px solid #FFD800;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #1E3428;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#search-block input#search_button {
	background: #FFD800;
	color: #1E3428;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	transition: 0.5s all;
	cursor: pointer;
}

#search-block input#search_button:hover {
	color: #FFD800;
	background: #1E3428;
	border-color: #1E3428;
}






#list {
	padding-top: 0;
}

#list .section-container {
    width: 100%;
    padding: 0 5%;
}

#list .section-title {
	float: none;
	width: max-content;
	margin: 0 auto;
	background: url('../images/bg-underline.svg') no-repeat right bottom;
	padding: 0 50px;
	font-size: 30px;
	line-height: 40px;
}

#list .product-options {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0 4%;
	box-sizing: border-box;
	font-size: 15px;
	color: #195927;
	text-transform: uppercase;
}

#list .product-options .product-category {
	float: left;
	width: 50%;
}

#list .product-options .product-category .arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #195927;
	border-bottom: 5px solid transparent;
	display: inline-block;
	margin: 0 6px;
}

#list .product-options .product-sort {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}

#list .product-options .product-sort select {
	background: transparent;
	border: 0;
	font-size: 15px;
	color: #195927;
	text-transform: uppercase;
}

#list .product-list {
	float: left;
	width: 100%;
	margin-top: 160px;
	text-align: center;
}

#list .product-list .product {
	display: inline-block;
	width: 220px;
	height: 300px;
	background: transparent linear-gradient(180deg, #AECC4D00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
	margin: 0 30px 200px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

#list .product-list .product .product-image {
	float: left;
	width: 100%;
	height: 160px;
	margin-top: -120px;
}

#list .product-list .product .product-image img {
	max-height: 150px;
	max-width: 150px;
}

#list .product-list .product .product-name {
	float: left;
	width: 100%;
	height: 90px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #195927;
	overflow: hidden;
}

#list .product-list .product .product-name a {
	color: #195927;
	text-decoration: none;
}

#list .product-list .product .product-name a:hover {
	color: #195927;
}

#list .product-list .product .product-price {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	color: #AECC4D;
	text-align: left;
}

#list .product-list .product .product-category {
	float: left;
	width: 130px;
	height: 45px;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	text-align: left;
}

#list .product-list .product .product-button {
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 90px;
	height: 90px;
	background: #195927 url('../images/bg-product-cart.svg') no-repeat center center;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 55px;
	transition: 0.5s all;
	cursor: pointer;
}

#list .product-list .product .product-button:hover {
	background: #AECC4D url('../images/bg-product-cart.svg') no-repeat center center;
}

#list .product-list .product .product-button a {
	display: block;
	height: 100%;
}

#list .product-list .product .product-button.addtocart-nostock {
	background: transparent url('../images/bg-product-cart-nostock.svg') center center;
	cursor: text;
}




#list .pager {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#list .pager a {
	color: #195927;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 5px;
	margin: 0 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

#list .pager a.selectedpage,
#list .pager a:hover {
	color: #AECC4D;
}

#list .pager a.arrow {
	width: 12px;
	background: #195927 url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	padding: 5px 15px;
	text-indent: -7000px;
	border-radius: 30px;
	transition: 0.5s all;
}

#list .pager a.arrow:hover {
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
}

#list .pager .leftarrow a.arrow {
	transform: rotate(180deg); 
}








#view {
	float: left;
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
	margin-bottom: 100px;
}

#view .product-category {
	float: left;
	width: 100%;
	color: #195927;
	font-size: 15px;
	padding-left: 5px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 60px;
}

#view .product-category .arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #195927;
	border-bottom: 5px solid transparent;
	display: inline-block;
	margin: 0 6px;
}

#view .product-item {
	float: left;
	width: 100%;
}

#view .product-item-wrapper {
	float: left;
	width: 100%;
}

#view .product-item .image {
	float: left;
	width: 50%;
	text-align: center;
}

#view .product-item .image img {
	max-width: 75%;
	max-height: 500px;
}

#view .product-item .data {
	float: left;
	width: 50%;
	position: relative;
}

#view .product-item .name {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #195927;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 30px 0 0;
	box-sizing: border-box;
}

#view .product-item .category {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #FFD800;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 0;
	box-sizing: border-box;
}

#view .product-item .description {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #1E3428;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 0;
	box-sizing: border-box;
}

#view .product-item .price {
	float: left;
	height: 62px;
	overflow: hidden;
	text-align: center;
	position: relative;
	color: #195927;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	padding: 15px 0;
	box-sizing: border-box;
	margin-top: 50px;
}

#view .product-item .button {
	float: left;
	clear: left;
	width: 74px;
	height: 74px;
	background: #195927 url('../images/bg-product-cart.svg') no-repeat center center;
	background-size: 45%;
	box-sizing: border-box;
	border-radius: 37px;
	margin-top: 30px;
	transition: 0.5s all;
}

#view .product-item .button:hover {
	background: #AECC4D url('../images/bg-product-cart.svg') no-repeat center center;
	background-size: 45%;
}

#view .product-item .button .addcart {
	float: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#view .product-item .button-nostock {
	width: 220px;
	height: 74px;
	left: calc(50% - 100px);
	border: 3px solid #c7d9c7;
	border-radius: 40px;
	background: #ffffff url('');
	overflow: hidden;
	cursor: text;
}

#view .product-item .button-nostock:hover {
	background: url('');
}

#view .product-item .button-nostock .addtocart-nostock {
	float: left;
	width: 74px;
	height: 74px;
	background: #FFD800 url('../images/bg-product-cart-nostock.svg') no-repeat center center;
	border-radius: 37px;
	position: relative;
	top: -3px;
}

#view .product-item .button-nostock .text {
	float: left;
	width: 120px;
	height: 68px;
	line-height: 68px;
	color: #c7d9c7;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 10px;
}

#view .button {
	float: left;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center;
}

#view .button input {
	margin: 0 auto;
	width: 200px;
	height: 40px;
	background: #195927;
	border: 3px solid #195927;
	border-radius: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.5s all;
	cursor: pointer;
}

#view .button input:hover {
	background: #AECC4D;
	border-color: #AECC4D;
}



.product-more {
	float: left;
	width: 100%;
	background: #AECC4D;
	padding: 70px 0;
}

.product-more .product-tab {
	float: left;
	width: 100%;
}

.product-more .product-tab .tab-menu {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 8%;
	box-sizing: border-box;
}

.product-more .product-tab .tab-menu .tab-menu-item {
	float: left;
	width: 100%;
	height: 36px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 10px;
	background: url('../images/bg-underline-white-big.svg') no-repeat center bottom;
}

.product-more .product-tab .tab-menu .tab-menu-item.selected, .product-more .product-tab .tab-menu .tab-menu-item:hover {
	
}

.product-more .product-tab .tab-data {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 8%;
	margin-top: 40px;
	text-align: center;
	box-sizing: border-box;
}













#banner-promotions {
	height: 480px;
	background: url('../images/bg-banner-promotions.png') no-repeat center top;
	padding: 0 8%;
	text-align: center;
	box-sizing: border-box;
}

#banner-promotions .section-description {
	float: none;
	padding-top: 50px;
	width: 100%;
	color: #1E3428;
	font-size: 86px;
	line-height: 100px;
}

#banner-promotions .section-description > div {
	width: 100%;
	margin: 0 auto;
}


#banner-promotions .section-description input {
	border: 3px solid #1E3428;
	background: transparent;
	width: 200px;
	height: 46px;
	color: #1E3428;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	transition: 0.5s all;
	cursor: pointer;
}

#banner-promotions .section-description input:hover {
	background: #1E3428;
	color: #FFD800;
}







#footer {
	float: left;
	width: 100%;
}

#footer .copyright {
	float: left;
	width: 100%;
	height: 81px;
	background: #AECC4D;
	padding: 0 8%;
	box-sizing: border-box;
}

#footer .copyright .copyright-container {
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	color: #000000;
	font-size: 15px;
}

#footer .copyright .copyright-container img {
	position: relative;
	left: 2px;
	transition: 0.5s all;
}

#footer .copyright .copyright-container img:hover {
	opacity: 0.7;
}






#news .news-categories {
	display: none;
}

#news .news-list {
	float: left;
	width: 70%;
	padding-right: 77px;
	box-sizing: border-box;
}

#news .news-list .news {
	float: left;
	width: 100%;
	margin-bottom: 90px;
}

#news .news-list .news .news-image {
	float: left;
	width: 50%;
	overflow: hidden;
}

#news .news-list .news-odd .news-image {
	float: right;
}

#news .news-list .news .news-wrapper-box {
	float: left;
	width: 50%;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	text-align: center;
}

#news .news-list .news-odd .news-wrapper-box {
	float: left;
	width: 50%;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	text-align: center;
}

#news .news-list .news .news-wrapper-box .news-date {
	float: left;
	width: 100%;
	margin-top: 50px;
	color: #AECC4D;
	font-size: 15px;
}

#news .news-list .news .news-wrapper-box .news-category {
	display: none;
}

#news .news-list .news .news-wrapper-box .news-name {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}

#news .news-list .news .news-wrapper-box .news-name a {
	color: #195927;
	text-decoration: none;
}

#news .news-list .news .news-wrapper-box .news-name a:hover {
	color: #000000;
}

#news .news-list .news .news-wrapper-box .news-resume {
	float: left;
	width: 100%;
	padding-top: 60px;
	background: url('../images/bg-leaf-green.svg') no-repeat center 20px;
}

#news .news-list .news .news-wrapper-box .news-resume a {
	text-decoration: none;
}

#news .news-list .news .news-wrapper-box .news-button {
	float: left;
	width: 100%;
	margin-top: 50px;
}

#news .news-list .news .news-wrapper-box .news-button a {
	text-decoration: none;
	float: none;
	padding: 10px 50px 10px 25px;
	margin-right: 0;
	transition: 0.5s all;
	position: relative;
	background: #195927;
	border-radius: 23px;
	color: #ffffff;
	text-transform: uppercase;
}

#news .news-list .news .news-wrapper-box .news-button a:hover {
	background: #1e3428;
}

#news .news-list .news .news-wrapper-box .news-button a .arrow {
	position: absolute;
	right: 2px;
	top: 3px;
	width: 33px;
	height: 33px;
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}


#news .news-side {
	float: left;
	width: 30%;
	padding-left: 77px;
	box-sizing: border-box;
}

#news .news-side .side-objective {
	float: left;
	width: 100%;
	padding: 300px 40px 40px;
	background: #AECC4D url('../images/brand.png') no-repeat center 45px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
}

#news .news-side .side-objective .side-button {
	float: left;
	width: 100%;
	margin-top: 50px;
}

#news .news-side .side-objective .side-button a {
	text-decoration: none;
	float: none;
	padding: 10px 50px 10px 25px;
	margin-right: 0;
	transition: 0.5s all;
	position: relative;
	background: #195927;
	border-radius: 23px;
	color: #ffffff;
	text-transform: uppercase;
}

#news .news-side .side-objective .side-button a:hover {
	background: #1e3428;
}

#news .news-side .side-objective .side-button a .arrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 33px;
	height: 33px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}

#news .news-side .side-contacts {
	float: left;
	width: 100%;
	margin-top: 100px;
}

#news .news-side .side-contacts .top {
	float: left;
	width: 100%;
	height: 264px;
	background: url('../images/side-contacts1.png') no-repeat center top;
	background-size: cover;
	padding: 20px 40px;
	box-sizing: border-box;
}

#news .news-side .side-contacts .top img {
	width: 100%;
}

#news .news-side .side-contacts .middle {
	float: left;
	width: 100%;
	background: rgba(25, 89, 39, 0.6);
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
}

#news .news-side .side-contacts .middle div.wrapper {
	float: left;
	width: 100%;
	height: 35px;
	margin-top: 30px;
	padding: 0 8%;
	box-sizing: border-box;
	position: relative;
}

#news .news-side .side-contacts .middle div.wrapper .arrow {
	position: absolute;
	right: 39px;
	top: 4px;
	width: 33px;
	height: 33px;
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
	cursor: pointer;
}

#news .news-side .side-contacts .middle div.wrapper:hover .arrow {
	background: #195927 url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
}

#news .news-side .side-contacts .middle input {
	border: 3px solid #195927;
	border-radius: 23px;
	width: 100%;
	height: 45px;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	top: -2px;
	padding: 0px 45px 0 20px;
	color: #000000;
	box-sizing: border-box;
}

#news .news-side .side-contacts .bottom {
	float: left;
	width: 100%;
	background: #195927;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	padding: 45px 0;
}

#news .news-side .side-contacts .bottom a {
	color: #AECC4D;
	text-decoration: none;
}

#news .news-side .side-contacts .bottom a:hover {
	color: #ffffff;
}

#news .news-side .side-contacts .bottom .social {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 30%;
	box-sizing: border-box;
}

#news .news-side .side-contacts .bottom .social div a {
	float: left;
	width: 100%;
	height: 100%;
}

#news .news-side .side-contacts .bottom .social .facebook {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-facebook-white.svg') no-repeat center center;
	margin-top: 8px;
}

#news .news-side .side-contacts .bottom .social .instagram {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-instagram-white.svg') no-repeat center center;
	margin-top: 8px;
}

#news .news-side .side-contacts .bottom .social .linkedin {
	float: left;
	width: 33%;
	height: 23px;
	background: url('../images/social-linkedin-white.svg') no-repeat center center;
	margin-top: 8px;
}








.blockOverlay {
	z-index: 10000 !important;
}

.blockMsg.blockPage {
	z-index: 10010 !important;
}

#addCartmodal,
#confirmmodal {
	display: none;
	cursor: default;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}

#addCartmodal .addCartmodal-close {
	float: right;
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: none;
}

#addCartmodal .addCartmodal-title {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	color: #195927;
    font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#addCartmodal .addCartmodal-product {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border: 2px solid #195927;
	border-radius: 25px;
}

#addCartmodal .addCartmodal-image {
	float: left;
	width: 76px;
	height: 76px;
	text-align: center;
	margin: 15px 0 0 15px;
}

#addCartmodal .addCartmodal-image img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

#addCartmodal .addCartmodal-data {
	float: left;
	width: 395px;
	position: relative;
	margin-left: 5px;
}

#addCartmodal .addCartmodal-name {
	float: left;
	width: 100%;
	clear: left;
	padding: 15px 15px 1px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #195927;
}

#addCartmodal .addCartmodal-provider {
	float: left;
	width: 100%;
	clear: left;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #195927;
}

#addCartmodal .addCartmodal-quantity {
	float: left;
	width: 100%;
	clear: left;
	padding: 2px 15px;
	box-sizing: border-box;
	font-size: 13px;
	color: #1E3428;
}

#addCartmodal .addCartmodal-price {
	float: left;
	width: 100%;
	clear: left;
	padding: 8px 15px 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #195927;
    font-size: 24px;
}

#addCartmodal .addCartmodal-buttons {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#addCartmodal .addCartmodal-buttons a {
	height: 28px;
	padding: 9px 26px 3px;
	border: 0;
	border-radius: 25px;
	background: #195927;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	transition: all 0.5s;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}

#addCartmodal .addCartmodal-buttons a:hover {
	cursor: pointer;
	background: #AECC4D;
}








#shoppingcart {
	background: #ffffff;
	padding-top: 0;
}

#shoppingcart .cart-note {
	display: none;
}


#shoppingcart div.table {
	float: left;
	width: 100%;
	overflow: hidden;
	display: none;
}

#shoppingcart div.matrix {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 30px 43px 0;
	box-sizing: border-box;
}

#shoppingcart div.matrix .row {
	float: left;
	width: 100%;
	height: 75px;
	margin-top: 15px;
	/*background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,0.47) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,0.47) 20%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,0.47) 20%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );*/
	background: #ffffff;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
	position: relative;
	z-index: 10;
}

#shoppingcart div.matrix .row .photo {
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 30px;
	margin-top: 10px;
	display: none;
}

#shoppingcart div.matrix .row .photo img {
	height: 100%;
	width: 100px;
}

#shoppingcart div.matrix .row .name {
	float: left;
	width: 40%;
/*	height: 75px;*/
	box-sizing: border-box;
	padding: 15px 20px;
}

#shoppingcart div.matrix .row .name a {
	float: left;
	color: #195927;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 15px;
}

#shoppingcart div.matrix .row .name a:hover {
	color: #AECC4D;
}

#shoppingcart div.matrix .row .name span {
	font-weight: bold;
	font-size: 15px;
	color: #FFD800;
}

#shoppingcart div.matrix .row .data {
	float: left;
	width: calc(60% - 50px);
	box-sizing: border-box;
	position: relative;
}

#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal {
	float: left;
	width: 25%;
	font-size: 25px;
	font-weight: bold;
	color: #195927;
	text-align: center;
	padding-top: 7px;
}

#shoppingcart div.matrix .row .data .title {
	font-size: 15px;
	color: #000000;
}

#shoppingcart div.matrix .row .quantity input {
	float: none;
	width: 65px;
	border: 3px solid #AECC4D;
	border-radius: 45px;
	padding: 5px 8px;
	position: relative;
	top: -8px;
	color: #000000;
}

#shoppingcart div.matrix .row .data .delete {
	width: 50px;
	height: 50px;
	position: absolute;
	background: #195927;
	right: -45px;
	bottom: -15px;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.5s all;
}
#shoppingcart div.matrix .row .data .delete:hover {
	background: #1E3428;
}
#shoppingcart div.matrix .row .data .delete:before, #shoppingcart div.matrix .row .data .delete:after {
	position: absolute;
	left: 22px;
	top: 13px;
	content: ' ';
	height: 25px;
	width: 6px;
	background-color: #fff;
}
#shoppingcart div.matrix .row .data .delete:before {
	transform: rotate(45deg);
}
#shoppingcart div.matrix .row .data .delete:after {
	transform: rotate(-45deg);
}

#shoppingcart div.matrix .wrapper {
	float: right;
	width: 740px;
	background: #AECC4D;
	padding-top: 80px;
	padding-bottom: 12px;
	margin-top: -70px;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
}

#shoppingcart div.matrix .resume {
	float: right;
	
}

#shoppingcart div.matrix .resume .price {
	float: left;
	width: 90%;
	text-align: right;
	padding: 15px 50px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

#shoppingcart div.matrix .resume #ordertotal {
	font-size: 32px;
	padding-top: 0;
	line-height: 35px;
}






#shoppingcart table {
	float: left;
	width: 100%;
}

#shoppingcart table tr.header td {
	height: 7px;
	color: #1E3428;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px 15px;
	border-top: 3px solid #FFD800;
	border-bottom: 3px solid #FFD800;
}
#shoppingcart table tr.header td:first-child {
	border-left: 3px solid #FFD800;
}
#shoppingcart table tr.header td:last-child {
	border-right: 3px solid #FFD800;
}

#shoppingcart table tr.header td.price {
	text-align: right;
}

#shoppingcart table tr.row {
	
}

#shoppingcart table tr.row td {
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #195927;
	vertical-align: middle;
/*	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,0.47) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,0.47) 20%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,0.47) 20%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );*/
}

#shoppingcart table tr.row td .field {
	font-size: 15px;
	color: #000000;
}

#shoppingcart table tr.row td.delete {
	padding: 2px;
	text-align: center;
}

#shoppingcart table tr.row td.photo .photo {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

#shoppingcart table tr.row td.photo .photo img {
	max-width: 100%;
	height: 100%;
}

#shoppingcart table tr.row td.name {
	position: relative;
	text-transform: uppercase;
}

#shoppingcart table tr.row td.name a {
	color: #195927;
	text-decoration: none;
}

#shoppingcart table tr.row td.name a:hover {
	color: #AECC4D ;
}

#shoppingcart table tr.row td.name span {
	font-size: 16px;
	color: #FFD800;
	text-transform: none;
}

#shoppingcart table tr.row td .delete {

}

#shoppingcart table tr.row td.quantity {
	
}

#shoppingcart table tr.row td.quantity input {
	border: 3px solid #AECC4D;
	border-radius: 45px;
	padding: 10px 15px;
	color: #1E3428;
}

#shoppingcart table tr.row td.price {
	text-align: right;
}

#shoppingcart table tr.row td.pricetotal {
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	color: #195927;
	border-bottom-right-radius: 100px;
/*	box-shadow: 0 40px 0 rgba(174, 204, 77, 1);*/
}

#shoppingcart table tr.row td .delete {
	cursor: pointer;
	top: 6px;
	position: relative;
}

#shoppingcart table tr.row td .delete:hover {
	opacity: 0.7;
}

#shoppingcart table tr.resume td {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	padding-top: 30px;
/*	border-top: 3px solid #1E3428;*/
}

#shoppingcart table tr.resume td.price {
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	color: #1E3428;
	text-transform: uppercase;
	padding-right: 20px;
}

#shoppingcart table tr.resume td#ordertotal {
	padding-right: 12px;	
}

.cart-buttons {
	float: right;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

.cart-buttons button,
.cart-buttons input {
	float: left;
	width: 175px;
	height: 46px;
	padding: 4px 26px;
	border: 0;
	border-radius: 23px;
	background: #195927;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.5s;
	display: inline-block;
	margin: 0 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-buttons button:hover,
.cart-buttons input:hover {
	cursor: pointer;
	background: #1E3428;
}

#shoppingcart table tr.row td input.quantity {
	width: 30px;
}



#shoppingcart .cart-right .title {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #697B8B;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 37px;
}

#shoppingcart .cart-right .login-alert {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .login-alert a {
	color: #88B92C;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
}

#shoppingcart .cart-right .login-alert a:hover {
	color: #000000
}

#shoppingcart .cart-right .minorder-alert a,
#shoppingcart .cart-right .minorder-alert a:hover {
	color: #E75F1D;
}

#shoppingcart .cart-right .total {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#shoppingcart .cart-right .total .subtitle {
	float: left;
	width: 75%;
	color: #697B8B;
	font-weight: bold;
	font-size: 20px;
}

#shoppingcart .cart-right .total .value {
	float: left;
	width: 25%;
	color: #697B8B;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

#shoppingcart .cart-right .delivery {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .delivery .subtitle {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #707070;
}

#shoppingcart .cart-right .delivery .name, #shoppingcart .cart-right .delivery .email, #shoppingcart .cart-right .delivery .telephone, #shoppingcart .cart-right .delivery .address {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #697B8B;
}

#shoppingcart .cart-right .button {
	float: left;
	width: 100%;
	margin-top: 60px;
}

#shoppingcart .cart-right .button input {
	float: left;
	width: 100%;
	height: 40px;
	background: #88B92C 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	transition: all 0.5s;
	cursor: pointer;
}

#shoppingcart .cart-right .button input:hover {
	background: #E75F1D;
}






#login {

}

#login .left {
	float: left;
	width: 100%;
}

#login .left .section-title {
	text-align: center;
	padding-top: 0;
}

#login .left .section-title .line {
	left: 0;
	display: none;
}

#login .left .section-description {
	display: none;
}

#login .left .section-description .text {
	float: left;
	width: 60%;
	font-size: 18px;
	line-height: 26px;
	color: #1E3428;
}

#login .left .section-description a {
	clear: left;
	float: left;
	width: 200px;
	height: 46px;
	line-height: 46px;
	background: #FFD800;
	color: #1E3428;
	margin-top: 50px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
}

#login .left .section-description a:hover {
	color: #FFD800;
	background: #1E3428;
}


#login .right {
	margin: 0 auto;
	width: 550px;
	padding-top: 100px;
}

#login .right .row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
	position: relative;
}

#login .right .row a {
	font-size: 15px;
	color: #AECC4D;
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
	display: inline-block;
}

#login .right .row input {
	width: 100%;
	height: 44px;
	border: 3px solid #195927;
	border-radius: 23px;
	font-size: 15px;
	color: #000000;
	padding-right: 15px;
	box-sizing: border-box;
	padding-left: 50px;
	box-sizing: border-box;
}

#login.register-section .right .row input {
	padding-left: 15px;
}

#login .right .row select {
	width: 100%;
	height: 40px;
	border: 3px solid #195927;
	border-radius: 23px;
	font-size: 15px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#login .right .row .icon_email {
	position: absolute;
	top: 4px;
	left: 5px;
	height: 36px;
	width: 36px;
	background: #AECC4D url('../images/bg-login-email.svg') no-repeat center center;
	border-radius: 30px;
}

#login .right .row .icon_password {
	position: absolute;
	top: 4px;
	left: 5px;
	height: 36px;
	width: 36px;
	background: #AECC4D url('../images/bg-login-password.svg') no-repeat center center;
	border-radius: 30px;
}

#login.register-section .right .row input#client_password,
#login .right .row input#client_postcode {
	width: calc(50% - 17px);
	margin-right: 30px;
}

#login .right .row input#client_repeat,
#login .right .row input#client_city {
	width: calc(50% - 17px)
}

#login .right .row input.butsave {
	margin: 0 auto;
	width: 195px;
	height: 45px;
	line-height: 45px;
	background: #195927;
	border-radius: 23px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	padding: 0;
	padding-right: 30px;
	border: 0;
	cursor: pointer;
}

#login .right .row .input {
	margin: 30px auto 0;
	position: relative;
	display: inline-block;
}

#login .right .row .input .icon {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 38px;
	height: 38px;
	background: #AECC4D url('../images/bg-store-button.png') no-repeat center center;
	background-size: 25%;
	border-radius: 23px;
}

#login .right .row input.butsave:hover {
	color: #AECC4D;
}










#orders {
	background: #ffffff;
	margin-bottom: 80px;
}

#orders .section-container {
	float: left;
	width: 84%;
	padding: 0;
	margin: 0 8%;
	background: url('../images/bg-underline-bigger.svg') no-repeat right top;
}

#orders .left {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 17px;
	padding-bottom: 100px;
	background: #AECC4D;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 0px 130px;
}

#orders .section-title {
	text-align: center;
	width: calc(100% - 20px);
	padding: 70px 0 10px 20px;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 26px;
	line-height: 35px;
	box-sizing: border-box;
	background: url('../images/bg-underline-white.svg') no-repeat right bottom;
}

#orders .section-title .line {
	left: 0;
}

#orders .left .section-description {
	text-align: center;
}

#orders .left .section-description .text {
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

#orders .left .section-description a {
	margin: 0 auto;
	width: 160px;
	height: 41px;
	padding-right: 30px;
	line-height: 41px;
	background: #ffffff;
	border-radius: 23px;
	border: 1px solid #195927;
	color: #195927;
	display: inline-block;
	margin-top: 50px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	position: relative;
}

#orders .left .section-description a:hover,
#orders .left .section-description a.selected {
	background: #195927;
	color: #ffffff;
}

#orders .left .section-description a .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 28%;
}


#orders .right {
	float: left;
	width: 70%;
	padding-top: 50px;
}

#orders .account {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#orders .account .account-menu {
	float: left;
	width: 100%;
	border-bottom: 3px solid #1E3428;
}

#orders .account .account-menu .account-menu-option {
	float: left;
	width: 50%;
	height: 40px;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}

#orders .account .account-menu .account-menu-option.selected,
#orders .account .account-menu .account-menu-option:hover {
	border-bottom: 6px solid #1E3428;
}

#orders .account .account-menu .account-menu-option a {
	display: block;
	height: 100%;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #1E3428;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.5s;
}


#orders .account .account-data {
	float: left;
	width: 100%;
	min-height: 250px;
	padding: 40px 0;
	box-sizing: border-box;
}

#orders .account .account-data .table {
	float: left;
	width: 100%;
}

#orders .account .account-data .text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #1E3428;
}

#orders .account .account-data .table .row {
	float: left;
	width: 100%;
	border: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
	margin-bottom: 23px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s;
	cursor: pointer;
}

#orders .account .account-data .table .row.selected a {
	border-bottom: 3px solid #AECC4D;
}

#orders .account .account-data .table .row a {
	float: left;
	width: calc(100% - 50px);
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
}

#orders .account .account-data .table .order {
	float: left;
	width: 33.3%;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .date {
	float: left;
	width: 33.3%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .price {
	float: left;
	width: 33.3%;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .status {
	float: left;
	width: 0%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #1E3428;
	text-transform: uppercase;
}

#orders .account .account-data .table .row .products {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding: 10px 20px 40px;
	box-sizing: border-box;
	background: #ffffff;
	display: none;
}

#orders .account .account-data .table .row .products .product {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	color: #1E3428;
}

#orders .account .account-data .table .row .products .product .product-name {
	float: left;
	width: 45%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-provider {
	float: left;
	width: 30%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-quantity {
	float: left;
	width: 10%;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-price {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-subtotal {
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: right;
	padding: 0 3px;
	box-sizing: border-box;
}

#orders .account .account-data .table .row .products .product .product-name.title,
#orders .account .account-data .table .row .products .product .product-provider.title,
#orders .account .account-data .table .row .products .product .product-quantity.title,
#orders .account .account-data .table .row .products .product .product-price.title,
#orders .account .account-data .table .row .products .product .product-subtotal.title {
	font-weight: bold;
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
}



#orders .right .row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

#orders .right .row input {
	width: 100%;
	height: 40px;
	border: 3px solid #AECC4D;
	border-radius: 23px;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#orders .right .row select {
	width: 100%;
	height: 40px;
	border: 3px solid #AECC4D;
	border-radius: 23px;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#orders .right .row input#client_password,
#orders .right .row input#client_postcode {
	width: calc(50% - 17px);
	margin-right: 30px;
}

#orders .right .row input#client_repeat,
#orders .right .row input#client_city {
	width: calc(50% - 17px)
}

#orders .right .row .buttons {
	float: left;
	width: 100%;
	text-align: right;
	position: relative;
	margin-top: 40px;
}

#orders .right .row input#account-update {
	width: 190px;
	height: 41px;
	line-height: 41px;
	background: #195927;
	border-radius: 23px;
	padding-right: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	border: 0;
	cursor: pointer;
}

#orders .right .row input#account-update:hover {
	background: #AECC4D;
}

#orders .right .row .buttons .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 28%;
}









#checkout {
	padding-top: 0;
	margin-top: -17px;
}

#checkout .left {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 17px;
	padding-bottom: 100px;
	background: #AECC4D;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 0px 130px;
}

#checkout .section-title {
	text-align: center;
	width: calc(100% - 20px);
	padding: 70px 0 10px 20px;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 26px;
	line-height: 35px;
	box-sizing: border-box;
	background: url('../images/bg-underline-white.svg') no-repeat right bottom;
}

#checkout .section-title .line {
	left: 0;
}

#checkout .left .section-description {
	text-align: center;
}
	
#checkout .left .section-description .text {
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

#checkout .left .section-description a {
	margin: 0 auto;
	width: 152px;
	height: 41px;
	padding-right: 30px;
	line-height: 41px;
	background: #ffffff;
	border-radius: 23px;
	border: 1px solid #195927;
	color: #195927;
	display: inline-block;
	margin-top: 50px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	position: relative;
}

#checkout .left .section-description a.double {
	line-height: 20px;
}


#checkout .left .section-description a:hover,
#checkout .left .section-description a.selected {
	background: #195927;
	color: #ffffff;
}

#checkout .left .section-description a .icon {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 25px;
	background: #ffffff url('../images/bg-store-button-dark.png') no-repeat center center;
	background-size: 28%;
}


#checkout .right {
	float: left;
	width: 70%;
	padding-top: 50px;
}

#checkout .checkout {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#checkout .checkout .checkout-menu {
	float: left;
	width: 100%;
	border-bottom: 3px solid #1E3428;
}

#checkout .checkout .checkout-menu .checkout-menu-option {
	float: left;
	width: 33.3%;
	height: 40px;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}

#checkout .checkout .checkout-menu .checkout-menu-option.selected {
	border-bottom: 6px solid #1E3428;
}

#checkout .checkout .checkout-menu .checkout-menu-option a {
	display: block;
	height: 100%;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #1E3428;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.5s;
}


#checkout .checkout .checkout-data {
	float: left;
	width: 100%;
	min-height: 250px;
	padding: 40px 0;
	box-sizing: border-box;
}



#checkout .right .row {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

#checkout .right .row input {
	width: 100%;
	height: 40px;
	border: 3px solid #AECC4D;
	border-radius: 23px;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#checkout .right label {
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#checkout .right .field_name input.checkbox {
	top: 3px;
	position: relative;
}

#checkout .right .row select {
	width: 100%;
	height: 40px;
	border: 3px solid #AECC4D;
	border-radius: 23px;
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#checkout .right .row input.checkbox {
	height: auto;
}

#checkout .right .row input#shipping_postcode {
	width: calc(50% - 18px);
	margin-right: 30px;
}

#checkout .right .row input#shipping_city {
	width: calc(50% - 18px)
}

#checkout .right .row input#account-update {
	clear: left;
	float: left;
	width: 200px;
	height: 46px;
	line-height: 46px;
	background: #FFD800;
	color: #1E3428;
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: 0.5s all;
	border: 0;
	cursor: pointer;
}

#checkout .right .row input#account-update:hover {
	color: #FFD800;
	background: #1E3428;
}


#checkout .right table .row {
	float: none;
}




#checkout .right table.checkout-products {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

#checkout .right table.checkout-products tr.header td {
	height: 7px;
	color: #1E3428;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 15px;
}

#checkout .right table.checkout-products tr.header td.price {
	text-align: right;
}

#checkout .right table.checkout-products tr.row td {
	padding: 25px 12px;
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	vertical-align: middle;
}

#checkout .right table.checkout-products tr.row td.delete {
	padding: 2px;
	text-align: center;
}

#checkout .right table.checkout-products tr.row td .photo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#checkout .right table.checkout-products tr.row td .photo img {
	max-width: 100%;
	height: 100%;
}

#checkout .right table.checkout-products tr.row td.name {
	position: relative;
	text-transform: uppercase;
}

#checkout .right table.checkout-products tr.row td.name a {
	color: #1E3428;
	text-decoration: none;
}

#checkout .right table.checkout-products tr.row td.name a:hover {
	color: #FFD800;
}

#checkout .right table.checkout-products tr.row td.name span {
	font-size: 16px;
	color: #FFD800;
	text-transform: none;
}

#checkout .right table.checkout-products tr.row td .delete {

}

#checkout .right table.checkout-products tr.row td.quantity {
	
}

#checkout .right table.checkout-products tr.row td.quantity input {
	border: 3px solid #FFD800;
	padding: 5px 10px;
	color: #1E3428;
}

#checkout .right table.checkout-products tr.row td.price {
	text-align: right;
}

#checkout .right table.checkout-products tr.row td.pricetotal {
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	color: #FFD800;
}

#checkout .right table.checkout-products tr.row td .delete {
	cursor: pointer;
	top: 6px;
	position: relative;
}

#checkout .right table.checkout-products tr.row td .delete:hover {
	opacity: 0.7;
}

#checkout .right table.checkout-products tr.resume td {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #1E3428;
	padding-top: 30px;
	border-top: 2px solid #AECC4D;
}

#checkout .right table.checkout-products tr.resume td.bold {
	padding-left: 12px;
}

#checkout .right table.checkout-products tr.resume td.price {
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	color: #1E3428;
	text-transform: uppercase;
	padding-right: 20px;
}

#checkout .right table.checkout-products tr.resume td#ordertotal {
	padding-right: 12px;
	
}


#checkout .right table.confirmation_table {
	float: left;
	width: 100%;
}

#checkout .right table.confirmation_table td.datatable {
	font-size: 18px;
	line-height: 28px;
	color: #1E3428;
}

#checkout .right table.confirmation_table td.datatable.title {
	font-weight: bold;
	text-transform: uppercase;
}



#checkout div.matrix {
	float: left;
	width: 100%;
	overflow: hidden;
	display: none;
	padding-bottom: 150px;
}

#checkout div.matrix .row {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

#checkout div.matrix .row .photo {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 30px;
}

#checkout div.matrix .row .photo img {
	max-width: 100%;
	max-height: 100%;
}

#checkout div.matrix .row .name {
	float: left;
	width: calc(100% - 210px);
	border: 3px solid #FFD800;
	box-sizing: border-box;
	padding: 20px;
}

#checkout div.matrix .row .name a {
	color: #1E3428;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

#checkout div.matrix .row .name span {
	font-weight: bold;
	font-size: 15px;
	color: #FFD800;
}

#checkout div.matrix .row .data {
	float: left;
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}

#checkout div.matrix .row .price, #checkout div.matrix .row .quantity, #checkout div.matrix .row .subtotal {
	float: left;
	width: 33.3%;
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#checkout div.matrix .row .data .title {
	font-weight: bold;
}

#checkout div.matrix .resume {
	float: left;
	width: 100%;
	border-top: 3px solid #1E3428;
}

#checkout div.matrix .resume .price {
	float: left;
	width: 100%;
	text-align: right;
	padding: 25px 25px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 26px;
	color: #1E3428;
	text-transform: uppercase;
}

#checkout div.matrix .resume.shipping .shipping-name {
	float: left;
	width: 66%;
	font-size: 18px;
	color: #1E3428;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

#checkout div.matrix .resume.shipping .price {
	width: 33%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}






#faq {
	padding: 80px 8% 150px;
	box-sizing: border-box;
}

#faq .questions {
	float: left;
	width: 100%;
}

#faq .questions .question-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 40px #00000029;
	border-radius: 0px 0px 130px 0px;
}

#faq .questions .question-wrapper .question {
	float: left;
	width: 100%;
	height: 86px;
	line-height: 40px;
	padding: 25px 20px 20px;
	border: 0;
	box-sizing: border-box;
	color: #195927;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#faq .questions .question-wrapper .answer {
	float: left;
	width: 100%;
	padding: 35px 20px;
	box-sizing: border-box;
	color: #1E3428;
	font-family: 'SourceSansPro-Regular', Arial;
	font-size: 16px;
	display: none;
}












.ui-dialog .login,
.ui-dialog .register {
	float: left;
	width: 100%;
}

.ui-dialog .login .email {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.ui-dialog .login .password,
.ui-dialog .register .password,
.ui-dialog .register .email,
.ui-dialog .register .address,
.ui-dialog .register .postcode,
.ui-dialog .register .telephone {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.ui-dialog .register .name {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.ui-dialog .login .email .subtitle,
.ui-dialog .login .password .subtitle,
.ui-dialog .register .email .subtitle,
.ui-dialog .register .password .subtitle,
.ui-dialog .register .name .subtitle,
.ui-dialog .register .address .subtitle,
.ui-dialog .register .postcode .subtitle,
.ui-dialog .register .telephone .subtitle {
	float: left;
	width: 100%;
	font-family: Arial !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #697B8B;
	position: relative;
}

.ui-dialog .register .password .subtitle-password {
	width: 50%;
}

.ui-dialog .register .email .subtitle span#email-exist,
.ui-dialog .login .email .subtitle span#email-exist {
	position: absolute;
	left: 70px;
	top: 0;
	color: #E75F1D;
	text-transform: uppercase;
	font-size: 14px;
	display: none;
}

.ui-dialog .login .email .input,
.ui-dialog .login .password .input,
.ui-dialog .register .email .input,
.ui-dialog .register .password .input,
.ui-dialog .register .name .input,
.ui-dialog .register .address .input,
.ui-dialog .register .postcode .input,
.ui-dialog .register .telephone .input {
	float: left;
	width: 100%;
	font-family: Arial !important;
	font-weight: bold;
	line-height: 30px;
	color: #697B8B;
}

.ui-dialog .login .email .input input,
.ui-dialog .login .password .input input,
.ui-dialog .register .email .input input,
.ui-dialog .register .password .input input,
.ui-dialog .register .name .input input,
.ui-dialog .register .address .input input,
.ui-dialog .register .postcode .input input,
.ui-dialog .register .telephone .input input {
	border: 1px solid #D4D7DD;
	border-radius: 5px;
	width: 95%;
	height: 40px;
	font-family: Arial !important;
	font-size: 16px !important;
	color: #697B8B;
}

.ui-dialog .register .postcode .input input#register-postcode {
	width: 25%;
	margin-right: 10px;
}

.ui-dialog .register .postcode .input input#register-city {
	width: 65%;
}

.ui-dialog .register .password .input input#register-password,
.ui-dialog .register .password .input input#register-repassword {
	width: 45%;
}

.ui-dialog .register .password .input input#register-password {
	margin-right: 10px;
}

.ui-dialog .register #error-list {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	color: #E75F1D;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial !important;
	font-weight: bold;
}

.ui-dialog .register #error-list span {
	font-weight: bold;
}

.ui-dialog .login .forgot {
	float: right;
	width: 100%;
	font-family: Arial !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #697B8B;
	margin-top: 12px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}

.ui-dialog .login .forgot span#alert {
	position: absolute;
	left: 0;
	top: 0;
	color: #E75F1D;
}

.ui-dialog .login .forgot span {
	cursor: pointer;
	transition: all 0.5s;
}

.ui-dialog .login .forgot span:hover {
	color: #000000;
}

.ui-dialog .login .button,
.ui-dialog .register .button {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.ui-dialog .login .button input,
.ui-dialog .register .button input {
	float: left;
	width: 100%;
	height: 40px;
	font-family: Arial !important;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	background: #88B92C;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.5s;
}

.ui-dialog .login .button input:hover,
.ui-dialog .register .button input:hover {
	background: #E75F1D;
}

.ui-dialog .login .register,
.ui-dialog .register > .register {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	color: #707070;
}

.ui-dialog .login .register a,
.ui-dialog .register > .register a {
	color: #88B92C;
	text-decoration: none;
	transition: all 0.5s;
	font-size: 14px;
}

.ui-dialog .login .register a:hover {
	color: #E75F1D;
}

.ui-dialog .login #forgot-back,
.ui-dialog .login #login-register,
.ui-dialog .register #register-back {
	cursor: pointer;
}

.ui-dialog .register .check {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ui-dialog .register .check label {
	cursor: pointer;
	color: #697B8B;
}

.ui-dialog .register .check #register-check {
	position: relative;
	top: 5px;
}

.ui-dialog .alert {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 15px;
}








	



/* LIGHT VIEW */
.lv_shadow, .lv_bubble, .lv_shadow canvas {
	display: none !important;
}

.lv_overlay {
	opacity: 0.7 !important;
}

.lv_button_top_close {
	left: 770px !important;
	top: 115px !important;
	width: 60px !important;
	height: 60px !important;
}

.lv_button_top_close:hover {
	background-position: 0 0 !important;
}

.lv_skin {
	display: none;
}

.lv_window, .lv_content {
	height: 600px !important;
}

.lv_content_wrapper {
	height: 530px !important;
    width: 950px !important;
}



/* WIDGET */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 15px !important;
	line-height: 30px !important;
	color: #1E3428 !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}

.ui-dialog {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	padding: 10px;
	border-radius: 0 !important;
	z-index: 10002 !important;
}

.ui-dialog-title {
	font-weight: normal !important;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: #005724;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent !important;
	padding: 1px !important;
	top: 8px;
	right: 0;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
	border: 0 !important;
	border-radius: 23px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	background: #195927 url('') !important;
	color: #ffffff !important;
	text-transform: uppercase;
	cursor: pointer;
	padding: 2px 20px 0;
	font-size: 15px !important;
	height: 40px;
	line-height: 40px;
	transition: 0.5s all;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #AECC4D url('') !important;
	border: 0 !important;
}

.ui-widget-overlay {
	background: #000000 !important;
	opacity: 0.7 !important;
	z-index: 10000 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
	background: url('../images/bg-delete.svg') no-repeat center center;
	transition: all 0.5s;
	width: 21px;
	height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close span:hover {
	opacity: 0.7;
}



/* CALENDAR */
#ui-datepicker-div {
	border-radius: 5px !important;
	border: 1px solid #000000 !important;
	font-family: Arial !important;
	z-index: 1003 !important;
}

#ui-datepicker-div .ui-datepicker-header {
	border-radius: 5px !important;
	background: #000000 url('') !important;
	color: #ffffff !important;	
	font-size: 14px !important;
	text-shadow: 0 !important;
	font-family: Arial !important;
	border: 0 !important;
}

#ui-datepicker-div .ui-state-default {
	background: #eaeaea url('') !important;
	font-size: 14px !important;
	color: #00a752 !important;
	border: 0 !important;
	font-family: Arial !important;
}

#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-state-hover {
	background: #074e30 url('') !important;
	color: #ffffff !important;
}

#ui-datepicker-div .ui-state-active {
	background: #074e30 url('') !important;
}

#ui-datepicker-div .ui-timepicker-div dl dt {
	font-family: Arial !important;
}

#ui-datepicker-div .ui_tpicker_hour .ui-state-default,
#ui-datepicker-div .ui_tpicker_minute .ui-state-default {
	background: #fba51a url('') !important;
}

#ui-datepicker-div .ui_tpicker_hour .ui-state-active,
#ui-datepicker-div .ui_tpicker_minute .ui-state-active {
	background: #2face4 url('') !important;	
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-default {
	background: #fba51a url('') !important;
	color: #ffffff !important;
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-state-hover {
	background: #2face4 url('') !important;	
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon {
	
}

#ui-datepicker-div .ui-datepicker-prev:hover {
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon {
	
}

#ui-datepicker-div .ui-datepicker-next:hover {
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
	color: #000000 !important;
}








@media screen and (max-width: 1585px) {
	
	#about .chars .char .char-name {
		height: 102px;
	}
	
}





@media screen and (max-width: 1500px) {

	#header #header-container {
		padding: 0 5%;
	}
	
	#header .top .logo img {
		width: 350px;
	}
	
	#news .news-side {
		padding-left: 0;
	}
	
	
}





@media screen and (max-width: 1300px) {
	
	#header {
		height: 205px;
	}
	
	#header .top {
		width: 100%;
		height: 100px;
	}
	
	#header .top .logo {
		float: none;
		margin: 40px auto 0;
		width: 350px;
	}
	
	#header #menu-container {
		float: none;
		margin: 0 auto;
		width: 650px;
		height: auto;
	}
	
	#header .social {
		left: calc(50% - 88px);
		right: auto;
	}
	
	#about .chars {
		text-align: center;
	}
	
	#about .chars .char {
		float: none;
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}
	
	#about .chars .char4, #about .chars .char5 {
		width: 49%;
	}
	
	#about .chars .char .char-name {
		height: 70px;
	}
	
	#about .section-description {
		width: 100%;
	}
	
	#events .right {
		padding: 96px 60px;
	}
	
	
	#news {
		padding-bottom: 0;
	}
	
	#news .section-container {
		padding: 0;
	}
	
	#news .news-list {
		width: 100%;
		padding: 0 8%;
	}
	
	#news .news-side {
		width: 100%;
	}
	
	#news .news-side .side-contacts {
		margin-top: 0;
	}
	
	#news .news-side .side-contacts .top {
		text-align: center;
		width: 50%;
	}
	
	#news .news-side .side-contacts .top img {
		width: 70%;
	}
	
	#news .news-side .side-contacts .middle {
		width: 50%;
		height: 204px;
	}
	
	.product-list-search {
		margin-top: 0;
	}
	
	#search .input {
		margin-top: 70px;
	}
	
	.product-list-search .form {
		padding: 40px 8%;
	}
	
/*	
	#shoppingcart div.matrix .row .name {
		width: 40%;
	}
	
	#shoppingcart div.matrix .row .data {
		width: calc(60% - 210px);
	}
*/	
}





@media screen and (max-width: 1200px) {

	#checkout .left {
		width: 100%;
		margin-right: 0;
		padding-bottom: 35px;
	}

	#checkout .right {
		width: 100%;
	}
	
	#checkout .section-title {
		background: url('../images/bg-underline-white.svg') no-repeat center bottom;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	
	#checkout .left .section-description a {
		margin-top: 20px;
	}
	
	#checkout .left .section-description a.double {
		line-height: 19px;
		top: 9px;
	}
	
	#shoppingcart .section-container {
		padding: 0 30px;
	}
	
	#shoppingcart div.matrix .row {
		height: auto;
	}
/*
	#shoppingcart div.matrix .row .name {
		width: calc(100% - 210px);
	}
	
	#shoppingcart div.matrix .row .data {
		width: 100%;
	}
	
	#shoppingcart div.matrix .row .title {
		padding-top: 0;
	}
	
	#shoppingcart div.matrix .row .data .delete {
		top: 0;
		bottom: auto;
	}
	
	#shoppingcart div.matrix .wrapper {
		width: 100%;
	}
*/	

	#orders .left {
		width: 100%;
		margin-right: 0;
		padding-bottom: 40px;
	}
	
	#orders .section-title {
		padding: 15px;
		margin-bottom: 0;
		background: none;
	}
	
	#orders .left .section-description .text {
		padding: 15px 25px;
	}
	
	#orders .left .section-description a {
		margin-top: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#orders .right {
		width: 100%;
	}

}



@media screen and (max-width: 1100px) {

	#banner #banner-container .banner-slogan .banner-options .banner-option .name {
		font-size: 20px;
	}
	
	#categories .category-list {
		width: 100%;
		padding-right: 0;
	}
	
	#categories .category-text {
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
	}
	
}




@media screen and (max-width: 1000px) {
	
	#events .right {
		padding: 60px;
	}
	
	#history .right .description .content {
		display: inline;
	}
	
	#history .right .description .content p {
		margin-bottom: 20px;
	}
	
	#betteroption .section-container .options .option .option-name {
		font-size: 20px;
		line-height: 30px;
	}
	
	#betteroption .section-container {
		width: 100%;
	}
	
	#history {
		padding-top: 0;
	}
	
	#foot .section-container {
		width: 100%;
	}
	
	.cart-buttons {
		margin-right: 20px;
	}
	
	.cart-buttons button, .cart-buttons input {
		float: none;
	}
}




@media screen and (max-width: 900px) {

	#events .left {
		width: 100%;
	}
	
	#events .right {
		width: 76%;
		height: auto;
		margin-left: 12%;
		margin-top: -50px;
	}
	
	#banner #banner-container .banner-slogan .banner-options .banner-option .name {
		width: 66%;
		font-size: 16px;
		line-height: 25px;
	}
	
	#banner #banner-container .banner-slogan .banner-options {
		width: 70%;
	}
	
}






@media screen and (max-width: 850px) {
	
	#shoppingcart div.matrix .row .name {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#shoppingcart div.matrix .row .name a {
		width: 100%;
		text-align: center;
	}

	#shoppingcart div.matrix .row .data {
		width: calc(100% - 50px);
	}
	
	#shoppingcart div.matrix .row .data .delete {
		bottom: 15px;
	}
	
	#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal {
		width: 23%;
	}
/*
	#shoppingcart div.matrix .row .quantity input {
		padding: 13px 5px;
	}
*/

	#shoppingcart div.matrix .wrapper {
		width: 100%;
	}

	#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal {
		font-size: 20px;
	}
	
}





@media screen and (max-width: 800px) {
	
	#banner #banner-container .icon {
		margin-top: 100px;
	}
	
	#banner #banner-container .center {
		font-size: 30px;
		line-height: 40px;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	
	#about .chars {
        margin-top: 60px;
	}
	
	#about .chars .char {
		width: 100%;
	}
	
	#about .chars .char .char-icon {
		float: left;
	}
	
	#about .chars .char .char-name {
		width: calc(100% - 108px);
		margin-top: 20px;
		text-align: left;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	#about .chars .char .char-description {
		text-align: left;
		padding-top: 30px;
		background: url('');
	}
	
	#quality {
		padding-top: 0;
	}
	
	#quality .section-title {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
		box-sizing: border-box;
		background-position: right bottom;
	}
	
	#history .left {
		width: 100%;
		padding-top: 0;
	}
	
	#history .left img {
		float: left;
	}
	
	#history .right {
		width: 80%;
		margin-left: 10%;
		padding-top: 0;
	}
	
	#history .right .description {
		margin-top: 0;
	}
	
	#history .right .image {
		padding: 0;
	}
	
	
	#betteroption .section-title {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
		box-sizing: border-box;
		background-position: right bottom;
	}
	
	
	#news .news-list .news .news-image {
		width: 100%;
	}
	
	#news .news-list .news .news-image img {
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	
	#news .news-list .news .news-wrapper-box {
		width: 100%;
		padding: 0;
	}
	
	#news .news-list .news .news-wrapper-box .news-date {
		margin-top: 20px;
	}
	
	#news .news-side .side-contacts .top {
		width: 100%;
	}
	
	#news .news-side .side-contacts .middle {
		width: 100%;
	}
	
	
	#orders .account .account-data .table .order,
	#orders .account .account-data .table .date,
	#orders .account .account-data .table .price {
		font-size: 16px;
	}
	
	#orders .account .account-data .table .row .products .products-table {
		display: none;
	}
	
	#orders .account .account-data .table .row .products .products-matrix {
		display: block !important;
	}
	
	#orders .account .account-data .table .row .products {
		padding: 10px 20px 10px;
	}
	
	#orders .account .account-data .table .row .products .product {
		padding: 10px 10px 30px;
	}
	
	#orders .account .account-data .table .row .products .product .product-name {
		width: 100%;
		padding: 0 !important;
		padding-bottom: 10px !important;
	}
	
	#orders .account .account-data .table .row .products .product div {
		padding: 5px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#orders .account .account-data .table .row .products .product .product-name.title {
		display: none;
	}
	
	#orders .account .account-data .table .row .products .product .product-price,
	#orders .account .account-data .table .row .products .product .product-subtotal {
		text-align: left;
	}
	
	#orders .account .account-data .table .row .products .product .title {
		clear: left;
		width: 105px;
		padding: 5px 0;
		text-align: left !important;
		color: #AECC4D !important;
		font-size: 16px !important;
	}
	
}



@media screen and (max-width: 700px) {
	
	#header {
		height: 225px;
	}
	
	#header .top .logo {
		height: 115px;
		padding-right: 0;
		background: url('../images/stamp_bio.png') no-repeat center bottom;
		background-size: 12%;
		text-align: center;
	}
	
	#header #burger {
		display: block;
		top: 175px;
	}
	
	#header #burger span {
        background: #195927;
	}
	
	#header #menu ul {
		display: none;
	}
	
	#header #menu-container {
		width: 100%;
	}
	
	#banner #banner-container .banner-slogan .banner-options {
		width: 90%;
	}
	
	#header #menu #cart {
		margin-top: 70px;
	}
	
	#foot .section-container .left {
		width: 100%;
		padding-bottom: 0;
	}
	#foot .section-container .center {
		width: 100%;
		padding-bottom: 0;
	}
	#foot .section-container .right {
		width: 100%;
	}
	
	#search .input {
		width: calc(100% - 10px);
	}
	
	.product-list-search .form select {
		margin-bottom: 10px;
	}
	
	#login .right {
		width: 100%;
	}
	
	#checkout div.matrix {
		display: block;
	}
	
	#checkout div.table {
		display: none;
	}
	
	#checkout div.matrix .row .name {
		border-color: #195927;
	}
	
	#checkout div.matrix .row .data {
		width: 100%;
	}
	
}




@media screen and (max-width: 600px) {
	
	#events .right {
		padding: 30px;
	}
	
	#featured .section-title {
		width: 100%;
		box-sizing: border-box;
	}
	
	
	div.blockUI.blockMsg {
		width: 100% !important;
		left: 0 !important;
		top: 10% !important;
		box-sizing: border-box;
	}
	
	#addCartmodal .addCartmodal-title {
		line-height: 30px;
	}
	
	#addCartmodal .addCartmodal-buttons a {
		margin-bottom: 10px;
	}
	
	#addCartmodal .addCartmodal-data {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	#addCartmodal .addCartmodal-image {
		margin: 15px auto 0;
		float: none;
	}


	#list .product-options {
		display: flex;
		flex-direction: column;
	}

	#list .product-options .product-category {
		width: 100%;
		order: 2;
	}
	
	#list .product-options .product-sort {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	
}




@media screen and (max-width: 550px) {
	
	
	#clock #clocks div {
		width: 60px;
		height: 60px;
		font-size: 30px;
		padding-top: 15px;
		margin-bottom: 50px;
	}
	
	#clock #clocks div span {
		width: 90px;
		bottom: -40px;
		left: -15px;
	}
	
	#footer .copyright {
		height: auto;
		padding: 0 8% 20px;
	}	
	/*
	#list .product-options .product-sort {
		width: 45%;
		display: flex;
		flex-flow: column wrap-reverse;
	}
	
	#list .product-options .product-sort select {
		font-size: 12px;
		width: 120px;
		height: 25px;
	}
	
	#list .product-options .product-category {
		width: 55%;
		font-size: 12px;
	}*/
	
	
}



@media screen and (max-width: 490px) {

	#about .chars .char4 .char-name {
		margin-top: 3px;
		height: auto;
	}
	
	#header .top .logo img {
		width: 300px;
	}
	
	#search .input input#search_button {
		width: 170px;
		font-size: 16px;
	}
	
	#search .input input#text {
		width: 170px;
		font-size: 18px;
		margin-left: 20px;
	}
	
	#betteroption .section-container .options .option .option-description {
		display: none;
	}
	
	#betteroption .section-container .options .option {
		width: 100%;
		margin-top: 45px;
	}
	
	#foot .section-container {
		padding: 10px 30px;
	}
	
	#shoppingcart .section-container {
		padding: 0;
	}
	
	#shoppingcart div.matrix .row .photo {
		width: 100%;
	}

	#shoppingcart div.matrix .row .name {
		width: 100%;
		height: auto;
		padding: 20px 10px;
		box-sizing: border-box;
		text-align: center;
	}
	
	#shoppingcart div.matrix .row .name a {
		width: 100%;
		text-align: center;
	}
	
	#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal {
		width: 50%;
	}
	
	#shoppingcart div.matrix .row .data {
		display: grid;
		grid-template-columns: 50% 50%;
		row-gap: 32px;
		padding-bottom: 60px;
	}
	
	#shoppingcart div.matrix .row .price, #shoppingcart div.matrix .row .quantity, #shoppingcart div.matrix .row .subtotal {
		width: 100%;
		height: 25px;
		padding-top: 0;
	}
	
	#shoppingcart div.matrix .row .price {
		order: 2;
	}
	
	#shoppingcart div.matrix .row .price.title {
		order: 1;
	}
	
	#shoppingcart div.matrix .row .quantity {
		order: 4;
	}
	
	#shoppingcart div.matrix .row .quantity.title {
		order: 3;
	}
	
	#shoppingcart div.matrix .row .unit {
		order: 6;
	}
	
	#shoppingcart div.matrix .row .unit.title {
		order: 5;
	}
	
	#shoppingcart div.matrix .row .subtotal {
		order: 8;
	}
	
	#shoppingcart div.matrix .row .subtotal.title {
		order: 7;
	}
	
	#shoppingcart div.matrix .row .data .delete {
		top: 180px;
	}
	
	#checkout .left .section-description a {
		width: 190px;
	}
	
	#checkout .left .section-description a.double {
		line-height: 41px;
		top: auto;
	}
	
	#checkout div.matrix .row .image {
		width: 100%;
	}
	
	#checkout div.matrix .row .photo {
		float: none;
		display: inline-block;
		margin-right: 0;
	}

	#checkout div.matrix .row .name {
		width: 100%;
	}
	
	#checkout .right table.confirmation_table tr > td {
		padding-right: 15px;
	}
	
	
	#orders {
		margin-bottom: 0;
	}
	
	#orders .account .account-data .table .row {
		border-radius: 0px 0px 60px 0px;
	}
	
	#orders .account .account-data .table .order, 
	#orders .account .account-data .table .date, 
	#orders .account .account-data .table .price {
		width: 100%;
		padding: 5px 0;
		text-align: center;
	}
	
	
	#orders .account .account-data .table .date {
		color: #AECC4D !important;
		font-weight: normal !important;
		font-size: 14px;
	}
	
	#orders .account .account-data .table .row .products .product .title {
		font-size: 14px !important;
	}
	
}



@media screen and (max-width: 430px) {

	#clock #clocks div:nth-child(4) {
		display: none;
	}
	

	
	
}




