@charset "UTF-8";
/*

Body light #faf9f8
*/
body, html {
  font-family: 'Open Sans', sans-serif;
  background-color: #f6f6f6;
  color: #22293b;
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: 14px;
  line-height: 140%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  color: #22293b;
}

img {
  border: none;
}

::-moz-selection {
  background: #a29e9c;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #007125;
  color: #fff;
  text-shadow: none;
}

form {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

p {
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

h1, h2, h3 {
  font-family: 'Open Sans';
  color: #22293b;
  font-weight: normal;
  line-height: 1.35em;
  margin-bottom: .3em;
  margin-top: .1em;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  padding-bottom: 8px;
  font-size: 32px;
  line-height: 150%;
}

h2 {
  padding: 0px;
  margin: 5px 0px 15px 0px;
  font-weight: bold;
  font-size: 18px;
}

h3 {
  margin: 4px 0px 4px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 14px;
}

h5 {
  padding: 15px;
  border: 1px solid #DDD;
  background-color: #007125;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  margin: 8px 0px;
}

a {
  color: #007125;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover {
  color: #007125;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 800;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #007125;
  color: #000;
  text-decoration: none;
}

mark {
  background: #007125;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

.clearer, .clr {
  clear: both;
}

ul {
  margin: 0px;
  padding-left: 20px;
}

ul li {
  padding: 0px 0px 6px 0px;
}

ul.no {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input[type="text"] {
  font-size: inherit;
}

/* PAGE */
.noPadding {
  padding: 0px !important;
}

.pageContent {
  margin: auto;
  position: relative;
  width: 1170px;
}

.pageContent .site {
  width: auto;
}

.pageContent.bodyContent {
  margin-top: 20px;
}

.middleTextSize {
  font-size: 13px;
}

.smallTextSize {
  font-size: 11px;
}

.site {
  margin: auto;
  padding: 0px;
  position: relative;
}

.topHead {
  position: relative;
  background-color: #FFF;
  height: 120px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.topHead.topHeadHome {
  border-bottom: 1px solid #014c19;
}
.topHead.topHeadFix {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
}
.topHead .topMenuContent {
  background-color: #007125;
}
.topHead .topMenuContent nav a {
  color: #FFF;
  position: relative;
  padding-left: 15px;
}
.topHead .topMenuContent nav a::before {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 6px;
  top: 6px;
  left: 0px;
}

.topHead .row {
  margin: 0px;
}

.topMenu {
  padding: 5px;
  padding-top: 0px;
  width: 100%;
  text-align: right;
  background-color: #4a4949;
  margin-top: -5px;
}

.topMenu a {
  display: inline-block;
  margin: 5px;
}

.logo {
  margin-left: 35px;
  float: left;
  padding-top: 5px;
}

.arukereso_top {
  margin-left: 35px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-green {
  color: #398000;
}

header, .basketHeader {
  position: relative;
}

/* HEADER */
/* MENU */
nav {
  text-align: right;
  height: 35px;
  border-bottom: 1px solid #014c19;
}
nav a {
  display: inline-block;
  color: #FFF;
  padding: 0px 8px;
  text-transform: uppercase;
  line-height: 35px;
  height: 35px;
  font-size: 13px;
}

.topBlocks {
  padding: 0px;
  height: 45px;
}

/* MENU END */
header {
  display: table;
  width: 100%;
  height: 85px;
}

header .headerCol {
  display: table-cell;
  vertical-align: middle;
}

header .headerCol:nth-child(1) {
  width: 300px;
}

header .headerMenu {
  text-align: center;
}

.topCall {
  float: right;
  margin-right: 0px;
  white-space: nowrap;
}
.topCall.left-border {
  border-left: 1px solid #d0d0d1;
}
.topCall .icon {
  font-size: 30px;
  color: #007125;
  margin-right: 15px;
}
.topCall.topLocal {
  width: 270px;
}

.loginBtnBox {
  float: right;
  margin-right: 0px;
}

.loggedUserBox {
  float: right;
  margin-right: 15px;
}

.loggedUserBox .btn {
  padding: 7px 15px;
  overflow: hidden;
}

.topCart {
  float: right;
}
.topCart .cartBox span.numCart {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #00796b;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
  line-height: 13px;
}

/* HEADER END */
.basketHeader .blockTitle {
  background-color: #FFF;
  text-align: center;
  font-size: 52px;
  line-height: 120%;
}

.basketHeader .moreButtonBox {
  text-align: center !important;
}

.basketComment {
  text-align: center;
  margin-top: -20px;
}

.btnTopMenu {
  color: #FFF;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-left: 1px solid #d0d0d1;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  font-weight: bold;
}
.btnTopMenu:hover {
  background-color: #007125;
  color: #FFF;
}

a.btn,
a.moreBtn,
input.moreBtn,
input.inputBtn,
.payButtonBox a {
  background-color: #007125;
  padding: 8px 12px;
  color: #FFF !important;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  border: none;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
a.btn:hover,
a.moreBtn:hover,
input.moreBtn:hover,
input.inputBtn:hover,
.payButtonBox a:hover {
  background-color: #01551c;
}

a.btnFilter, a.btnGreen, button.btnGreen {
  background-color: #7cb342;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
}

a.btnFilter:hover, a.btnGreen:hover, button.btnGreen:hover {
  background-color: #01551c;
  color: #FFF !important;
}

a.btn:hover, a.moreBtn:hover, input.moreBtn:hover, .payButtonBox a {
  background-color: #01551c;
  color: #FFF !important;
}

a.btnLine {
  border: 1px solid #007125;
  background-color: #FFF;
  color: #007125 !important;
}
a.btnLine:hover {
  background-color: #007125;
  color: #FFF;
}

a.moreBtnEmpty {
  background-color: transparent;
  border: 1px solid #007125;
  color: #007125 !important;
}

.bigBtn {
  font-size: 18px;
  padding: 25px 35px !important;
}

a.moreBtnGrey {
  background-color: #a9a9a9;
}

a.moreBtnGreyLight {
  background-color: #EEE;
  color: #666 !important;
}

.to_basket {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.searchBox {
  border: 1px solid #d0d0d1;
  float: right;
  height: 45px;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchBox:hover {
  border-left: 15px solid #d0d0d1;
}

.searchBox .searchOverlayInput {
  padding-top: 4px;
  padding-left: 28px;
  padding-right: 28px;
  width: 350px;
}

.searchBox .searchOverlayInput input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-top: 4px;
}

.searchBox .searchOverlayInput input::placeholder {
  color: #666;
  opacity: 0.7;
}

.searchBox .searchOverlayInput input:focus {
  border-color: transparent;
  outline: none;
}

.searchBox .searchOverlayInput::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchDesktopInput {
  display: none;
}

.closeDesktopSearch {
  display: none;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.searchInput {
  border: none;
  color: #a2a2a2;
  padding: 8px;
  height: 30px;
  float: left;
  width: 170px;
  background-color: transparent;
}

.searchBtn {
  border: none;
  background-position: -60px -3px;
  width: 30px;
  height: 30px;
  float: right;
}

.searchMenuBox {
  position: relative;
}

a.fbbtn {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 22px;
  padding-top: 5px;
  line-height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #4267b2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  color: #FFF !important;
}

/* PAGE END */
.queueLeft .q {
  font-size: 50px;
  color: #666;
  padding-top: 15px;
}

.queueLeft strong {
  display: block;
  padding: 15px;
}

.feeling {
  margin-bottom: 50px;
}

.quote {
  font-family: 'Devonshire', cursive;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.blockTitle {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0px;
  font-weight: 100;
}
.blockTitle span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #007125;
}

.blockTitle i {
  color: #007125;
}

.blockTitle span.iconBadge {
  background-color: #007125;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  font-weight: 800;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 16px;
}

.blockTitle h1 {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}

.blockQuote {
  color: #007125;
  font-size: 132px;
  font-weight: 300;
  text-align: center;
  padding: 5px 0px 15px 0px;
  line-height: 110%;
}

.subQuote {
  font-family: 'Pacifico', cursive;
  color: #3e3939;
  font-size: 44px;
  line-height: 110%;
}

.lineHead {
  border-bottom: 4px solid #007125;
}

.homeProduct {
  text-align: center;
}

.homeProductText {
  background: #f4f4f4 url(/hpimages/bgr-big-arrow.jpg) no-repeat top center;
  padding-bottom: 30px;
}

.homeBoxes {
  padding: 60px 0px 20px 0px;
}

.homeBoxes ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: table;
  width: 100%;
}

.homeBoxes ul li {
  display: table-cell;
  width: 33%;
  text-align: center;
}

.homeBoxes ul li .in {
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  color: #3f3f41;
}

.homeBoxes ul li h2 {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 25px 10px 20px 10px;
  text-transform: uppercase;
}

.homeBoxes .in:hover h2 {
  background-color: #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.iconBox {
  text-align: center;
}

.iconBox span {
  display: inline-block;
  width: 90px;
  height: 100px;
  text-indent: -9999px;
}

.moreBigButtonBox {
  text-align: center;
}

.moreBigButtonBox b {
  display: inline-block;
  margin: 0px 15px;
}

.moreBigButtonBox span {
  display: inline-block;
  border: 1px solid #dfdede;
  color: #000;
  background-color: #FFF;
  padding: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.col {
  width: 50%;
  float: left;
}

.col .in {
  padding: 20px;
}

.leftBoxLine {
  border-left: 1px solid #DDD;
}

.weLove {
  padding: 20px 0px;
}

.weLove .blockTitle {
  padding-bottom: 0px;
}

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

.loveIcon {
  text-align: center;
  margin-top: 15px;
}

.loveIcon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: -4px -80px;
}

.newsHome h2 {
  padding: 15px 0px;
  margin: 0px;
  font-size: 24px;
  font-weight: 100;
  color: #393737;
}

.newsHome {
  padding: 20px 0px;
  margin-bottom: 20px;
}

.newsBlockTitle h2 {
  font-size: 36px;
  font-weight: 300;
  padding: 10px 0px;
  color: #91ca61;
}

.homeNewsList {
  padding-top: 20px;
}

.homeNewsItem {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.homeNewsList .homeNewsItem {
  margin-bottom: 0px;
}
.homeNewsList .listNewsItem .in {
  border: none;
}

.homeNewsItem .in {
  padding: 0px 20px;
}

.homeNewsItem .item {
  position: relative;
}

.homeNewsItem .newsHomeLead {
  padding: 0px;
  color: #585858;
}

.homeNewsItem .blockNewsPic {
  height: auto;
  text-align: center;
  overflow: hidden;
}

.homeNewsItem .blockNewsPic img {
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.homeNewsItem h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}

a.newsCatName {
  display: block;
  color: #666;
  font-weight: bold;
  padding: 0px 0px 6px 0px;
}

.newsPageList .listNewsItem .in {
  padding-bottom: 20px;
  float: none;
  width: auto;
}

.smallFlagMan {
  background-color: #F6F6F6;
  padding: 2px 6px;
  display: inline-block;
}

.listNewsItem .item {
  position: relative;
  padding-left: 100px;
}

.listNewsItem .blockNewsPic {
  position: absolute;
  top: 10px;
  left: 15px;
}

.listNewsItem {
  width: 47%;
  height: auto;
  vertical-align: top;
}

.listNewsItem .newsLeadText {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #666;
}

.listNewsItem .in {
  border: 1px solid #EEE;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #FFF;
  float: none;
  width: auto;
}

.listNewsItem h2 {
  margin-bottom: 5px;
}

ul.footerBlocks {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.footerBlocks li.c {
  float: left;
  width: 33%;
  display: inline-block;
}

a.fbButton {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background-position: 0px -320px;
}

.homeComments {
  background: transparent url(/hpimages/orgran-csalad-glutenmentesen.jpg) no-repeat top center;
  background-size: 100% auto;
  background-attachment: fixed;
}

.homeComments .bottom {
  background: transparent url(/hpimages/bgr-big-arrow-down.png) no-repeat top center;
  height: 56px;
}

.homeComments .title {
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 60px;
  padding-top: 40px;
}

.homeComments .title h3 {
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  font-size: 72px;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
}

.homeComments .respBox {
  position: relative;
  margin: 0px 200px 60px 200px;
}

.homeComments .respBox .userPic {
  border-radius: 70px;
  height: 140px;
  width: 140px;
  border: 3px solid #FFF;
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 10px;
  overflow: hidden;
}

.homeComments .respBox .text {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  margin-left: 100px;
  padding: 30px 30px 30px 100px;
}

section.page {
  padding: 0px 0px 10px 0px;
  position: relative;
}

/*
a.button{

    border-radius: 5px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0px;
    padding: 6px 12px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: rgba(64,64,64,0.5) 1px 1px 0px;
    text-transform: uppercase;
    border: #a11030 solid 1px;
    background: $dark_base_color;
    background: -moz-linear-gradient(top,$dark_base_color 0%,#b11739 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,$dark_base_color),color-stop(100%,#b11739));
    background: -webkit-linear-gradient(top,$dark_base_color 0%,#b11739 100%);
    background: -o-linear-gradient(top,$dark_base_color 0%,#b11739 100%);
    background: -ms-linear-gradient(top,$dark_base_color 0%,#b11739 100%);
    background: linear-gradient(to bottom,$dark_base_color 0%,#b11739 100%);
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;
}
*/
a.button {
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin: 0px;
  padding: 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  background-color: #007125;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}

a.button:hover {
  background-color: #ff7901;
}

.newsDetailText {
  padding: 25px;
  border: 1px solid #ebebeb;
  background-color: #FFF;
}

.newsDetailText h1 {
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.newsDetailText .news_block_date {
  background-color: #F6F6F6;
  font-size: 12px;
  padding: 4px;
}

.newsDetailText .newstext {
  padding-top: 10px;
}
.newsDetailText .newstext img {
  max-width: 100%;
  height: auto;
}

/* FROM BUILD */
.topLogin {
  font-weight: 300;
}

.topLogin a {
  color: #FFF;
  display: inline-block;
}

.loginBox {
  padding: 10px 0px 10px 0px;
  background-color: #565756;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  color: #FFF;
  text-align: center;
}

.loginBox a {
  display: inline-block;
  padding: 4px 15px;
}

.loginBox a:hover {
  color: #FFF;
  background-color: #007125;
}

.contactContainer {
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.fader {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f3ba04;
  text-transform: uppercase;
  font-weight: 800;
  padding: 90px 30px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.contactContainer:hover .fader {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.contactInfo {
  margin-top: 25px;
  position: relative;
}

.contactInfo .iconTextBox {
  float: left;
}

.contactInfo .iconTextBox:nth-child(1) {
  margin-right: 20px;
}

.contactInfo .iconTextBox .iconBox {
  width: 50px;
  float: left;
}

.contactInfo .iconTextBox .iconText {
  float: left;
}

.contactInfo .iconTextBox .iconText span {
  display: block;
}

.contactInfo .iconTextBox .iconText span.t {
  font-weight: 800;
  text-transform: uppercase;
}

.contactInfo .iconTextBox .iconText span.tText {
  font-size: 22px;
  font-weight: 300;
}

.contactInfo a {
  color: #333;
}

.contactInfo a:hover {
  color: #f59302;
}

.contactInfo:hover .iconTextBox .iconBox {
  transform: rotate(360deg);
}

.contactInfo .iconTextBox .iconBox {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -moz-transform: rotate(0deg);
  -moz-transform-origin: center center;
  -ms-transform: rotate(0deg);
  -ms-transform-origin: center center;
  -o-transform: rotate(0deg);
  -o-transform-origin: center center;
}

.headMenu {
  float: left;
  padding: 0px 10px;
  border-left: 1px solid #DDD;
  margin: 10px 15px 5px 25px;
}

.headMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.headMenu ul li {
  display: inline-block;
  padding: 0px;
}

.headMenu ul li a {
  display: inline-block;
  padding: 6px 15px;
  color: #bababa;
  text-transform: uppercase;
  font-size: 13px;
}

.headMenu ul li a:hover {
  color: #FFF;
  background-color: #6f6e6c;
}

.moreButtonBox {
  border: none;
  text-align: left;
  padding: 15px 0px;
  margin-bottom: 15px;
}

input.inputNewsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #7a7a7a;
  font-size: 24px;
  padding: 10px 0px;
  color: #FFF;
  width: 260px;
}

ul.formListVertical {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.formListVertical li {
  padding: 0px;
  margin-right: 5px;
  display: inline-block;
  font-size: 11px;
}

.newsLetterInputs {
  margin-bottom: 30px;
}

.leftMenuBox {
  position: relative;
  float: left;
  z-index: 5;
  width: 250px;
  padding-left: 0px;
}

.leftMenuBlock {
  padding-left: 0px;
  padding-right: 15px;
}

.submenuBlock {
  border-bottom: 6px solid #007125;
  padding-bottom: 20px;
}

.blueBlock {
  background-color: #689F38;
  padding: 15px;
  -webkit-box-shadow: inset 0px 0px 25px 0px #2c7dbe;
  -moz-box-shadow: inset 0px 0px 25px 0px #2c7dbe;
  box-shadow: inset 0px 0px 25px 0px #2c7dbe;
  border-radius: 5px;
}

.content {
  z-index: 1;
  position: relative;
  margin-left: 250px;
  padding: 15px 0px 25px 0px;
}

.content .in {
  float: left;
  width: 100%;
}

.contentBgr {
  padding: 20px;
}

.contentBgr .in {
  padding: 20px;
  padding-bottom: 80px;
}

.boxWhite {
  background-color: #FFF;
  border: 1px solid #ebebeb;
}

/* HomeFeelgin */
.homeFeeling {
  position: relative;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  margin-bottom: 2rem;
}
.homeFeeling .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  text-align: right;
}
.homeFeeling .bg img {
  max-width: 100%;
  max-height: 100%;
}
.homeFeeling .home-slide-content {
  z-index: 3;
  position: relative;
  padding-left: 1rem;
  padding-top: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.homeFeeling .home-slide-content h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #919294;
  border-bottom: 1px solid #d0d0d1;
  padding-bottom: 0.5rem;
}
.homeFeeling .home-slide-content .l {
  padding: 15px 0px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  border-bottom: 4px solid #007125;
}
.homeFeeling .home-slide-content .feeling-desc {
  color: #919294;
  font-size: 1rem;
  margin-bottom: 40px;
}

.homeProductFeeling {
  background-color: #efefef;
  border-bottom: 1px solid #EEE;
}
.homeProductFeeling .banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #ccc;
  border-left: 1px solid #EEE;
}
.homeProductFeeling .banner .banner-content {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.homeProductFeeling .banner > a {
  display: block;
  cursor: pointer;
}
.homeProductFeeling .banner h2 {
  margin-top: .7rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  font-size: 1.4rem;
}

/* HomeFeelgin END */
.homeLead {
  background: #FFFFFF url("/hpimages/bgr_box.jpg") repeat-x bottom left;
  padding: 20px;
}

#filterListBox {
  display: none;
}

.categoryTitleBox {
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #333;
}

.catMenu {
  background-color: #FFF;
  border: 1px solid #ebebeb;
}

.catMenu h4 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-size: 14px;
}

.catMenu a {
  display: block;
  padding: 10px 15px;
  color: #22293b;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.catMenu a.leftIcon {
  padding-left: 45px;
  background-position: 5px center !important;
}

.catMenu a.saleMenu {
  background-color: #0095d9;
  color: #FFF !important;
}
.catMenu a.saleMenu:hover {
  background-color: #3aa8e0;
}

.catMenu a.catlevel1 {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}

.catMenu a:hover,
.catMenu a.active {
  background-color: #007125;
  color: #FFF;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.catMenu a.leftIcon:hover {
  color: #007125;
}

.catMenu a.active {
  font-weight: bold;
}

.catMenu a.submenu {
  padding: 6px 15px;
  font-size: 0.8rem;
}
.catMenu a.submenu:hover {
  color: #007125;
  background-color: #FFF;
}

.catMenu a.submenu.selected {
  color: #007125;
  font-weight: bold;
}

.catMenu a.subsubmenu {
  padding: 5px 5px 5px 40px;
  color: #b4b4b4;
  font-size: 12px;
}

.catMenu a.subsubmenu:hover {
  color: #FFF;
}

.catMenu a.subsubmenu_selected {
  padding: 5px 5px 5px 40px;
  color: #007125;
  font-size: 12px;
  font-weight: 800;
}

.dropcatmenu {
  padding-bottom: 15px;
  padding-top: 10px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.dropcatmenu a {
  font-size: 13px;
}

.manMenuItem {
  border-bottom: 1px solid #ebebeb;
}
.manMenuItem span {
  display: inline-block;
  width: 70px;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #ebebeb;
  margin-right: 10px;
}
.manMenuItem span img {
  max-width: 100%;
  max-height: 100%;
}
.manMenuItem:hover {
  color: #007125 !important;
  background-color: #FFF !important;
}

.promo {
  height: 220px;
  background-color: #FFF;
  position: relative;
}

.feelingImg, .homeFb, .promoTitle, .idezetek {
  position: absolute;
}

.feelingImg {
  top: -12px;
  left: 25px;
  z-index: 100;
}

.homeFb {
  right: 0px;
  top: 5px;
}

.promoTitle {
  left: 180px;
  top: 30px;
  color: #666666;
  font-size: 16px;
  font-family: 'Georgia';
  text-transform: uppercase;
}

.sep {
  height: 20px;
  background: transparent url(/hpimages/sep.png) no-repeat center top;
}

.middleContent {
  background: transparent url(/hpimages/bgr_content.png) repeat-y center top;
}

.leftContent {
  width: 640px;
  padding-left: 25px;
  float: left;
}

.rightContent {
  width: 260px;
  padding-right: 15px;
  float: right;
}

.titleSmall {
  background: transparent url(/hpimages/point_small.jpg) repeat-x top 7px left;
}

.titleSmall h2 {
  color: #736680;
  font-family: 'BlenderProBoldItalic';
  text-transform: uppercase;
  background-color: #FFF;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.underText {
  color: #666;
}

a.nextBtn {
  padding: 8px 25px 8px 12px;
  background: #ff9800 url(/hpimages/next_btn.jpg) no-repeat top 10px right 2px;
  color: #FFF;
  font-size: 16px;
  font-family: 'Georgia';
  text-transform: uppercase;
}

.rightBox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: transparent url(/hpimages/point_small.jpg) repeat-x bottom left;
}

.rightContent h2 {
  color: #3c3c3c;
  font-size: 22px;
  font-family: 'Georgia';
  font-weight: normal;
}

ul.listPoz {
  margin-top: 10px;
}

ul.listPoz li {
  font-family: 'BlenderProBoldItalic';
  font-size: 18px;
  background: transparent url(/hpimages/icon_plus.jpg) no-repeat top left;
  padding: 5px 0px 10px 60px;
}

footer {
  margin-top: 50px;
  background-color: #FFF;
  border-top: 6px solid #007125;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}

.footerContactBox {
  text-align: right;
}

.copy {
  padding: 20px;
  color: #F6F6F6;
  text-align: center;
  background-color: #666;
  font-size: 11px;
}

.copy a {
  color: #F6F6F6;
  font-size: 11px;
}

.compLeft {
  padding-left: 20px;
}

.footerText {
  padding-top: 20px;
}

.footerLeft, .footerRight {
  float: left;
}

.footerLeft {
  width: 650px;
  padding-top: -20px;
  padding-left: 30px;
}

.footerRight {
  width: 350px;
  padding-top: 20px;
}

.footerText {
  width: auto;
  margin: auto;
}

.footerText h3 {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  border-left: 3px solid #0095d9;
  display: inline-block;
}
.footerText .icon {
  color: #007125;
  font-size: 30px;
}

.footerText a {
  color: #007125;
}

.footerInput, textarea.footerInput {
  width: 300px;
}

.footerMenu {
  padding: 0px;
  margin: 0px;
  list-style-type: circle;
  margin-bottom: 20px;
}

.footerMenu a {
  color: #007125;
  display: block;
  padding: 2px 0px;
}

.footerMenu a:hover {
  color: #03531d;
}

ul.footerList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 30px;
}

ul.footerList li {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin-right: 15px;
}

ul.footerList li:last-child {
  margin-right: 0px;
}

ul.footerList li h2 {
  color: #FFF;
  font-size: 18px;
  margin: 20px 0px 15px;
}

ul.footerList li span.fIcon {
  display: block;
  width: 40px;
  height: 40px;
}

ul.footerList li span.first {
  background-position: -491px 0px;
}

ul.footerList li span.sec {
  background-position: -530px 0px;
}

ul.footerList li span.third {
  background-position: -570px 0px;
}

ul.footerList li span.four {
  background-position: -610px 0px;
}

ul.footerList li a {
  color: #8b8886;
}

ul.contactFooterList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.contactFooterList li {
  font-size: 24px;
  padding: 0px 0px 15px 0px;
}

ul.noUl {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input.inputBox, textarea.inputBoxArea {
  color: #8b8886;
  border: none;
  padding: 6px 15px 6px 15px;
  display: inline-block;
}

input.text150 {
  width: 150px;
}

span.needStar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(/hpimages/bgr_footer_buttons.jpg) no-repeat top left;
  background-position: 0px -56px;
}

ul.formList li {
  margin-right: 0px;
}

ul.formList li.buttons {
  padding-top: 8px;
}

.textMiddle {
  background-color: #FFF;
  padding: 25px;
  border: 1px solid #ebebeb;
}

.textContent {
  background-color: #FFF;
  position: relative;
}

.basketContent {
  position: relative;
  padding: 15px 30px;
  background-color: #FFF;
}

.basketContent h2 {
  font-weight: 300;
  font-size: 32px;
  color: #666;
}

.basketContent h2.small {
  padding: 8px;
  display: block;
  font-size: 18px;
  background-color: #37a5b9;
  color: #FFF;
  font-weight: bold;
}

.basketContent .textMiddle {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  padding: 0px;
}

.basketSumBox {
  border-top: 1px solid #EEE;
  margin-top: 15px;
  padding-top: 15px;
}

.loginBasket {
  position: absolute;
  right: 35px;
  top: 0px;
  background-color: #007125;
  padding: 10px 25px;
  color: #FFF;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
}

.loginBasket a {
  color: #FFF;
  font-weight: 800;
}

.loginBasket a:hover {
  color: #F6F6F6;
}

.cont h1 {
  font-size: 35px;
  text-transform: uppercase;
}

.itemsListTitle h1 {
  font-weight: bold;
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid #DDD;
  padding: 10px 0px;
}

.fixText {
  padding-bottom: 30px;
}

.fixText h3 {
  margin-bottom: 15px;
  background-color: #37a5b9;
  display: inline-block;
  padding: 10px 12px 6px 12px;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
}

.selectTypeBox span {
  display: inline-block;
  padding: 10px 15px 10px 0px;
}

.selectTypeBox a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #d6d6d6;
  color: #000;
  margin: 2px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.selectTypeBox a:first-child {
  margin-left: 0px;
}

.selectTypeBox a:hover, .selectTypeBox a.active {
  background-color: #7aba28;
  color: #FFF;
}

.alertTypeBox {
  color: #000;
  background-color: yellow;
  padding: 15px;
  margin: 10px 0px;
  display: none;
}

.meretTable td {
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
}

.meretTable .rowHead td {
  background-color: #e9e9e9;
}

.meretTable td.c {
  width: 40px;
  text-align: center;
}

.itemsListTitle {
  padding-left: 10px;
}

.navigation {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}

.navigation .nav {
  padding: 0px;
  color: #8b8886;
  line-height: 12px;
}

.navigation .nav span.navSep {
  display: inline-block;
  font-size: 11px;
  margin: 0px 2px 0px 2px;
}

.navigation .nav h2 {
  font-size: 11px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 4px 0px 4px;
  display: inline-block;
  color: #8b8886;
  line-height: 12px;
}

.navigation .nav a {
  color: #8b8886;
  display: inline-block;
}

.navigation .nav a:hover {
  text-decoration: underline !important;
}

.navigation .nav a.first {
  margin-right: 4px;
}

.navigation .nav a.last,
.navigation .nav span.last .navigation .nav a.last h2,
.navigation .nav span.last h2 {
  font-style: normal;
  font-weight: 800 !important;
}

.rightTopCorner {
  font-weight: 800;
  color: #FFF;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  width: 125px;
  height: 125px;
  right: -10px;
  top: -10px;
  background-position: -77px -126px;
  z-index: 100;
}

.sectionBlock {
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #ebebeb;
}

.sectionTitle {
  border-bottom: 1px solid #ebebeb;
}
.sectionTitle h2 {
  display: inline-block;
  border-bottom: 2px solid #007125;
  margin: 0px;
  padding: 0px;
}

.leaderTitle {
  font-size: 18px;
  font-weight: bold;
}
.leaderTitle span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #ebebeb;
}

.aboutUsDesc {
  color: #919294;
}

.whyWeList {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.whyWeList li {
  position: relative;
  font-size: 1.0rem;
  padding: 15px 0px;
  padding-left: 35px;
  line-height: 1.5rem;
}
.whyWeList li::before {
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 24px;
  left: 0px;
  color: #4caf50;
  position: absolute;
}

/* LIST ITEMS */
.itemsListPage {
  display: flex;
  flex-wrap: wrap;
}

.itemListItem {
  flex: 0 1 50%;
  position: relative;
  vertical-align: top;
  border: 5px solid #f6f6f6;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px;
  margin-bottom: 15px;
}

.itemListItem * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.listItemPic {
  text-align: center;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 200px;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
}

.listItemPic img {
  max-width: 100%;
  max-height: 100%;
}

.listItemPic img.itemListImg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.itemListItem .sale,
.itemListItem .newItem {
  background-color: #FDD835;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 4px;
  display: inline-block;
  font-family: 'Oswald';
}

.itemListItem .newItem {
  background-color: #558B2F;
  color: #FFF;
}

.itemListItem h2 {
  margin-bottom: 0rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #007125;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #007125;
}
.itemListItem h2 a {
  color: #007125;
}

.itemListItem .itemlistMore a {
  font-size: 20px;
}

.listItemTitle .item_view_flag {
  position: relative;
  padding: 6px 0px;
}

.listItemTitle .item_view_flag .text_flag {
  font-weight: bold;
  color: #009688;
  font-size: 14px;
  padding-bottom: 2px;
}

.listItemTitle .item_view_flag .text_number {
  font-size: 12px;
}

.itemListItem.withFlag .listItemTitle {
  padding: 10px 0px;
}

.itemsList .homeListItem {
  width: 22%;
}

.itemListItemimg {
  width: 100%;
  height: auto;
}

/*
.itemListItem:nth-child(2n+3) { clear:both; }
.itemListItem img{ width:100%; height:auto; }
*/
.homeproductList .itemListItem {
  flex: 0 1 25%;
}

.itemListItem .l {
  font-size: 12px;
}

.itemListItemButtons {
  padding: 10px 0px;
}

/* Lista oldali gombok és raktár */
.itemListStock {
  padding: 5px 0px;
  font-size: 13px;
}

.itemListStock.last_stock {
  color: #e52923;
  font-weight: bold;
}

.itemListStock.inStock {
  color: #690;
}

.itemListStock.noStock {
  color: #22293b;
}

.listItemTitle h3 {
  display: inline-block;
  font-weight: 800;
  color: #007125;
  padding: 6px 0px;
  font-size: 18px;
}

.itemListItem .itemListLead {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  color: #666;
}

.itemListLeadShort {
  font-size: 12px;
}

.offerItemsTitle {
  border-bottom: 4px solid #007125;
  padding: 15px;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  font-family: "Oswald";
}

.itemListPrise {
  padding: 4px 0px;
}

.itemListPrise span.price {
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
}

.itemListPrise span.oldprice {
  text-decoration: line-through;
  display: inline-block;
  font-size: 15px;
  color: #999;
}

.listItemManPic {
  width: 60px;
}
.listItemManPic img {
  width: 100%;
  height: auto;
}

.itemDetailsManPic {
  width: 100px;
}
.itemDetailsManPic img {
  width: 100%;
}

.itemDetails {
  padding: 20px;
  border: 1px solid #ebebeb;
}

.itemDetails h1 {
  line-height: 110%;
  font-size: 28px;
  border-bottom: 1px solid #ebebeb;
}

.itemsLister {
  border-bottom: 1px solid #EEE;
  margin: 15px 0px 0px 10px;
  margin-bottom: 15px;
  display: none;
}

.itemsLister .listByBox {
  float: left;
}

.itemsLister .listByBox a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #EEE;
  margin-bottom: -1px;
  background-color: #FFF;
}

.itemsLister .listByBox a:hover {
  background-color: #EEE;
}

.itemsLister .listByBox a.active {
  background-color: #007125;
  color: #FFF;
}

.itemsLister .orderByBox {
  float: right;
}

/* OFFER */
.itemsOfferList .itemListItem {
  width: 100%;
}

/* OFFER END */
/* ITEM DETAILS */
.colL {
  width: 46%;
  float: left;
}

.colR {
  width: 46%;
  float: right;
}

.colProduct {
  width: 60%;
  float: right;
}

.colPics {
  width: 30%;
  margin-left: 15px;
  float: left;
}

.colProduct h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
}

.picDetailsContainer {
  position: relative;
}

.picDetailsContent {
  text-align: center;
  position: relative;
  min-height: 180px;
}

.picDetailsContent img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  z-index: 10;
}

.picDetailsContent .pinitBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}

.picDetails.fixedTop {
  position: fixed;
  top: 0px;
}

.picDetails.fixedBottom {
  position: absolute;
  bottom: 0px;
}

.rightDetails.fixedTop {
  position: fixed;
  top: 0px;
}

.rightDetails.fixedBottom {
  position: absolute;
  bottom: 0px;
}

.shareBox {
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
  height: 40px;
}

.shareBox .shareIcons {
  width: 200px;
  height: 30px;
  float: left;
}

.shareBox .shareFb {
  width: 200px;
  height: 30px;
  float: left;
}

.shareItemDetails {
  margin-top: 15px;
  border-top: 1px solid #EEE;
  padding-top: 25px;
}

.shareItemDetails i {
  color: #007125;
}

.itemDetailsBuyInfo {
  margin-top: 15px;
}

.itemDetailsBuyInfo i {
  font-size: 32px;
  color: #689F38;
}

.typelistBox {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #EEE;
}

ul.typesList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

ul.typesList li {
  flex: 1 1;
  vertical-align: top;
  padding: 4px 0px;
  line-height: 24px;
}

ul.typesList li.priceText {
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 300;
  padding-top: 6px;
  padding-right: 8px;
}

ul.typesList li.typeMsg {
  font-size: 24px;
  color: #007125;
  font-weight: 800;
  padding-top: 6px;
  padding-right: 20px;
}

ul.typesList li.priceIcon {
  width: 35px;
  padding-right: 10px;
  font-size: 24px;
  color: #3c3c3c;
  padding-top: 6px;
}

ul.typesList li.priceText span.oldprice {
  display: block;
  color: #9f9f9f;
  text-decoration: line-through;
  padding-bottom: 5px;
}

input.item_db {
  background-color: #e4e4e4;
  color: #000;
  display: inline-block;
  padding: 8px 4px 8px 4px;
  border: none;
  width: 40px;
  text-align: right;
  text-align: center;
}

ul.typesList li.basketDb {
  width: 80px;
  line-height: 34px;
}

ul.typesList li.addBasket {
  padding-right: 15px;
}

ul.typesList li.stock {
  font-size: 12px;
}

ul.typesList li.stock span {
  background-color: #f1ee98;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 8px;
}

.stockBox {
  padding: 10px 0px;
}

.stockGood {
  color: #2E7D32;
}

.lastStock {
  color: #D32F2F;
}

.to_basket {
  display: inline-block;
  background-color: #ff9800;
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
}

.to_basket:hover {
  background-color: #007125;
  color: #FFF;
}

.added_basket {
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}

.added_basket .t {
  text-align: left;
  font-style: italic;
  padding: 10px 0px;
  margin-bottom: 6px;
  border-bottom: 1px solid #DDD;
}

.addedBasketList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.addedBasketList li {
  display: inline-block;
  margin-right: 20px;
}

.addedBasketList li.i {
  width: 60px;
}

.addedBasketList li.grey {
  padding-left: 25px;
  color: #a9a9a9;
}

.colorItemBox {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.colorItem {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 2px solid #666;
}

.colorItem input {
  margin-left: -50px;
  position: absolute;
}

.colorItem span.pipa {
  margin: 1px 0px 0px 6px;
  position: absolute;
}

.colorItem .colorBigPic {
  height: 200px;
  width: 200px;
  background-color: red;
}

.colorBigPic {
  width: 200px;
  position: absolute;
  top: 22px;
  background-color: #FFF;
  box-shadow: 6px 6px 6px #666;
  z-index: 200;
  left: 20px;
  display: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 2px solid #666;
  overflow: hidden;
}

.colorTitle {
  background-color: #666;
  padding: 6px;
  font-weight: 800;
  color: #FFF;
}

.itemSdesc {
  padding: 10px;
  color: #000;
  background-color: #F6F6F6;
  margin-bottom: 15px;
}

.itemDesc {
  padding: 10px 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE;
}

.propBox .title {
  padding: 15px 0px 10px;
  margin-bottom: 10px;
  font-size: 22px;
  border-bottom: 5px solid #007125;
}

.propBox img {
  max-width: 100%;
  height: auto;
}

.propBoxes {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.itemDetailsThumbnails {
  padding-top: 15px;
}

.itemDetailsThumbnails a {
  display: inline-block;
  width: 180px;
  height: 180px;
  border: 1px solid #EEE;
  margin: 5px;
  overflow: hidden;
}

.itemDetailsThumbnails a img {
  width: 100%;
}

.itemDetailsRightBoxTitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.itemDetailsRightBoxTitle span {
  width: 20px;
  height: 30px;
  margin-left: 11px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
  margin-right: 15px;
  text-align: center;
  color: #007125;
}

/* ITEM DETAILS END */
.item_basket_modify th {
  padding: 8px;
  border-bottom: 1px solid #333;
  font-weight: 800;
  font-size: 12px;
  color: #FFF;
  background-color: #4B4B4B;
  text-align: left;
}

.item_basket_modify td {
  padding: 8px;
  margin: 1px;
  text-align: left;
  border: 1px solid #DDD;
}

.item_basket_modify td.title {
  font-size: 16px;
}

.item_basket_modify td .basketItemVal {
  font-size: 14px;
  padding: 4px 0px;
}

.item_basket_modify tr.row_foot td {
  background-color: #EEEEE5;
}

.item_basket_modify tr.row_footLight td {
  background-color: #ffffd7;
}

.bAddRe {
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
}

.bplus {
  background: transparent url("/hpimages/plusminus.jpg") repeat-y top left;
  background-position: -3px -2px;
}

.bminus {
  background: transparent url("/hpimages/plusminus.jpg") no-repeat top left;
  background-position: -3px -17px;
}

.dbBox {
  float: left;
  padding-right: 8px;
  padding-top: 2px;
  line-height: 30px;
}

.dbBox input {
  font-size: 14px;
  color: #b4911e;
  border: 1px solid #DDD;
  padding: 3px;
  width: 20px;
  text-align: right;
}

.pm {
  float: left;
}

.noTd td {
  border: 0;
  padding: 3px;
}

a.minusAll {
  display: inline-block;
  margin-right: 6px;
}

.itemBasketDb {
  font-size: 18px;
}

.basketRight {
  float: right;
  width: 211px;
}

.basketLeft {
  float: left;
  width: 728px;
}

.basketItemInfo {
  padding: 5px 0px;
  font-size: 11px;
}

.basketItemInfo span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 4px;
  background-color: #e4e4e4;
}

span.priceBig {
  font-size: 18px;
  padding-left: 30px;
  display: inline-block;
}

span.priceBig2 {
  font-size: 18px;
  padding-left: 30px;
  display: inline-block;
}

.priceAllText {
  color: #ff9800;
  font-size: 30px;
  display: inline-block;
  font-weight: 300;
}

.osszesitoTable td {
  font-size: 24px;
  font-weight: 800;
}

.orangeText {
  color: #ff9800;
}

.greenText {
  color: #79b827;
}

.rightBbasketBoxContent {
  padding: 15px;
}

.rightBbasketBoxContent h1 {
  color: #404041;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.rightBbasketBoxContent h2 {
  font-weight: 800;
  font-size: 12px;
  color: #ff8a00;
  margin-top: 0px;
}

.basketTitle {
  padding: 10px 0px;
  margin-top: 20px;
  font-weight: 800;
  font-size: 18px;
}

h2.basketTitleH {
  font-size: 24px;
  color: #666;
  font-weight: 300;
  margin-bottom: 5px;
}

.tablePriceAll td {
  border-bottom: 1px solid #DDD;
}

.deliveryPriceAll td {
  font-size: 18px;
}

.deliverySelectBox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 8px;
}

.deliverySelectBox ul li {
  font-size: 16px;
  padding: 2px 4px 12px 0px;
}

.deliverySelectBox ul li span {
  font-weight: 800;
  display: block;
  font-size: 16px;
}

.deliverySelectBox ul li.deladressBox {
  padding-left: 70px;
  background-position: 40px 0px;
}

.deliverySelectBox .radio label {
  font-size: 12px;
}

.deliverySelectBox .selectMoreBox {
  background-color: #C5E1A5;
  padding: 15px;
  margin-top: 20px;
}

.deliverySelectBox .insertedBox {
  background-color: #DCEDC8;
  padding: 15px;
}

.daysD {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DDD;
  margin-bottom: 15px;
}

.daysD .dDCol {
  width: 10%;
  padding: 4px;
  background-color: #FFF;
  margin-right: 4px;
  float: left;
}

.deliveryDay {
  display: block;
  color: #37a5b9;
  font-weight: normal;
}

a.nextOrderBtn {
  display: inline-block;
  padding: 8px 25px 8px 12px;
  background: #ff9800 url(/hpimages/next_btn.jpg) no-repeat top 10px right 2px;
  color: #FFF;
  font-size: 16px;
  font-family: 'Georgia';
  text-transform: uppercase;
}

.boxCol {
  padding: 15px;
}

ul.rightDelivery {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: -10px;
}

ul.rightDelivery li {
  padding: 6px 0px;
}

ul.rightDelivery strong {
  color: #666;
  font-family: 'Georgia';
  font-size: 20px;
}

.rightCart {
  background-color: #ff9800;
  color: #FFF;
  padding: 10px;
  margin-bottom: 20px;
}

.rightCart a {
  color: #FFF;
  font-family: 'Georgia';
  font-size: 20px;
}

.basketTitle {
  background-color: #F6F6F6;
  padding: 8px;
  margin-bottom: 6px;
}

.alert_box {
  padding: 8px;
  margin: 10px 0px 10px 0px;
  background-color: #FFF000;
}

.middelListMenu {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
}

.middelListMenu ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.middelListMenu ul li {
  color: #8b79a6;
  padding: 5px 0px;
}

.middelListMenu ul li a {
  color: #8b79a6;
  display: block;
  text-decoration: underline;
}

.likesharebox {
  border-top: 1px solid #DDD;
  padding: 15px 0px;
  margin-top: 15px;
}

.cont {
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.cont p {
  line-height: 20px;
}

.pic_box_center {
  text-align: center;
}

.cont h2 {
  margin-top: 15px;
  margin-bottom: 1px;
}

.need {
  color: red;
  font-weight: 800;
}

ul.error {
  background-color: #FFFFAA;
  padding: 5px;
  margin: 15px 0px;
  border: 5px dashed red;
  list-style: none;
}

ul.error li {
  padding: 10px 6px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 120%;
}

div.pager {
  display: block;
  clear: both;
  padding: 10px;
  text-align: center;
}

div.pager a, div.pager span {
  display: inline-block;
  padding: 10px 18px;
  text-align: center;
  margin: 2px;
  line-height: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 18px;
}

div.pager a {
  border: 1px solid #8C8C8C;
  text-decoration: none;
  color: #666;
}

div.pager a:hover {
  border: 1px solid #8C8C8C;
  background-color: #007125;
  color: #FFF;
}

div.pager span {
  border: 1px solid #DEDEDE;
  background-color: #DEDEDE;
}

ul.error li {
  color: red;
}

table.form_table *.error {
  border: 1px solid red;
  background-color: #ffeeee;
}

table.form_table label.error {
  border: 0;
  font-weight: bold;
  color: red;
  background-color: transparent;
}

table.form_table input, textarea, select {
  padding: 4px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
}

table.form_table select.text250, input.text250 {
  width: 200px;
}

table.form_table input.text200 {
  width: 200px;
  border: 1px solid #DDD;
}

table.form_table input.inputleft {
  width: 219px;
}

table.form_table input.input_number {
  width: 20px;
}

table.form_table input.inputmezo {
  width: 200px;
}

table.form_table input.inputleft_error {
  border: 1px solid red !important;
  background-color: #fff496 !important;
}

table.form_table input.inputmezo_error {
  width: 219px;
  border: 1px solid red;
  background-color: #fff496;
}

table.form_table textarea.text200 {
  width: 200px;
  height: 100px;
  overflow: auto;
}

table.form_table label {
  cursor: pointer;
}

table.imgeditor th, table.form_table th {
  background-color: #958362;
  color: #FFF;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

table.form_table td {
  padding: 8px;
}

table.imgeditor {
  border: 1px solid #343434;
  float: left;
  margin: 5px;
}

table.imgeditor th a {
  color: #ffffff;
  text-decoration: none;
}

table.imgeditor th img {
  border: 1px solid #ffffff;
  margin: 2px;
}

table.form_table input.submit {
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 800;
  color: #FFF !important;
  background-color: #79b827;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #79b827;
}

table.form_table input.sbutton {
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #696969;
  display: block;
  background-color: #007125;
  color: #fff;
  padding: 1px 3px 1px 3px;
  text-align: center;
  cursor: pointer;
}

table.form_table input.sbutton:hover {
  background-color: red;
}

table.form_table a.button {
  text-decoration: none;
  font-weight: bold;
  border: none;
  display: block;
  background-color: #007125;
  color: #fff;
  padding: 3px;
  text-align: center;
}

table.form_table a.button {
  padding: 1px 3px 1px 3px;
}

table.form_table a.button.new:hover {
  background-color: #33ff33;
}

table.form_table a.button.delete:hover {
  background-color: red;
}

table.form_table a.button.edit:hover {
  background-color: green;
}

img.orders {
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 3px;
}

table.form_table tr.row1 td {
  border-bottom: 1px solid #979797;
  background-color: #f6f6f6;
}

table.form_table tr.row2 td {
  border-bottom: 1px solid #979797;
  background-color: #FFF;
}

table.form_table tr.row1 td td, table.form_table tr.row2 td td {
  border: 0;
}

table.datas *.error {
  border: 1px solid red;
  background-color: #ffeeee;
}

table.datas label.error {
  border: 0;
  font-weight: bold;
  color: red;
  background-color: transparent;
}

table.datas input, table.datas textarea, table.datas select {
  border: 1px solid #9a9a9a;
  padding: 6px;
  margin: 4px 0px;
  background-color: #F6F6F6;
  color: #666;
}

table.datas select.text250, input.text250, table.datas textarea.text250 {
  width: 300px;
}

table.datas input.inputleft {
  width: 219px;
}

table.datas input.inputText120 {
  width: 120px;
}

table.datas input.inputText90 {
  width: 90px;
}

table.datas input.textSmall {
  width: 110px;
}

table.datas input.inputleft_error {
  border: 1px solid red !important;
  background-color: #fff496 !important;
}

table.datas textarea {
  width: 219px;
  height: 100px;
  overflow: auto;
  border: 1px solid #9A9A9A;
}

table.datas label {
  cursor: pointer;
}

table.datas th {
  background-color: #FFF;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #4b4b4b;
}

table.datas tr.row1 td {
  border-bottom: 1px solid #DDD;
  background-color: #F6F6F6;
  padding: 6px;
}

table.datas tr.row2 td {
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  padding: 6px;
}

table.datas tr.row1 td td, table.datas tr.row2 td td {
  border: 0;
}

table.datas td, table.datas th {
  padding: 10px !important;
}

table.datas input.submit, table.datas a.submit {
  background-color: #007125;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  display: inline-block;
}

table.datas input.orderSubmit, table.datas a.orderSubmit {
  background-color: #79b827;
  padding: 20px 40px;
  font-size: 24px;
}

table.datas a.button {
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #DDD;
  display: block;
  background-color: #404042;
  color: #FFF;
  padding: 3px;
  text-align: center;
}

table.datas a.button {
  padding: 3px 6px;
}

table.datas a.button.new:hover {
  color: #000;
}

table.datas a.button.edit:hover {
  background-color: #DDD;
  color: #000;
}

table.datas a.button.delete:hover {
  background-color: red;
  color: #FFF;
}

.searchInputBox {
  display: inline-block;
  position: relative;
  background-color: #FFF;
}

.autoBox {
  position: absolute;
  top: 26px;
  color: #000;
  z-index: 1000;
  width: 220px;
  background-color: #F6F6F6;
  max-height: 250px;
  overflow: auto;
}

ul.autoCompleteList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-shadow: 0px 2px 4px #666;
  -webkit-box-shadow: 0px 2px 4px #666;
  -moz-box-shadow: 0px 2px 4px #666;
  -ms-box-shadow: 0px 2px 4px #666;
}

ul.autoCompleteList li {
  display: block;
  border-bottom: 1px solid #DDD;
  text-align: left;
  padding: 0px;
}

ul.autoCompleteList li a {
  display: block;
  padding: 8px 10px;
  color: #333;
}

ul.autoCompleteList li a:hover {
  color: #FFF;
  background-color: #404041;
}

.loadingSearch {
  padding: 15px;
  text-align: left;
  display: none;
}

.loadingPopUp {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 200px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background-color: #FFEB3B;
  color: #000;
  box-shadow: 0px 0px 15px #000;
  -webkit-box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  -ms-box-shadow: 0px 0px 15px #000;
  -o-box-shadow: 0px 0px 15px #000;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.loadingPopUp img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: 20px;
}

.alertSpan {
  background-color: yellow;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  color: #000;
}

.popup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
}

a.closePopUpBtn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #666;
  color: #FFF;
  line-height: 30px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #666;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  -ms-box-shadow: 0px 0px 5px #666;
  -o-box-shadow: 0px 0px 5px #666;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

.popup, .popup .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup .closeBox, .popupBasket .closeBox {
  position: absolute;
  z-index: 1001;
  top: -10px;
  right: -10px;
}

.popup .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.popup .overlayBlack {
  background-color: rgba(0, 0, 0, 0.8);
}

.popup .popupCont, .popupBasket .popupCont {
  padding: 20px;
  width: 600px;
  background-color: #FFF;
  box-shadow: 5px 5px 10px #666;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  z-index: 1000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.popup .popSubscribe {
  padding: 20px;
  width: 800px;
  background-color: #007125;
  border: 1px solid #f08360;
  box-shadow: 5px 5px 10px #666;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  z-index: 1000;
  -webkit-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.35);
  color: #FFF;
}

.subScribeBox .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.subScribeBox .title span {
  font-size: 40px;
}

.subScribeBox .desc {
  color: #EEE;
  padding: 15px 0px;
}

.popSubscribe {
  font-size: 14px;
}

.popupBasket {
  bottom: -300px;
  top: auto;
  position: fixed;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  z-index: 999;
}

.popupBasket .popupCont {
  bottom: -10px;
  top: auto;
  box-shadow: 0px 0px 15px;
  -webkit-box-shadow: 0px 0px 15px;
  -moz-box-shadow: 0px 0px 15px;
  -ms-box-shadow: 0px 0px 15px;
  -o-box-shadow: 0px 0px 15px;
  background-color: #F1F8E9;
  border: 8px solid #AED581;
}

.popupBasket .popupCont .alertSpan {
  background-color: transparent;
}

.popupBasket .popupCont .alertSpan .i {
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  color: #7CB342;
}

.basketMove {
  -webkit-animation: up 0.3s 0s alternate ease-out forwards;
  /* Safari 4+ */
  -moz-animation: up 0.3s 0s alternate ease-out forwards;
  /* Fx 5+ */
  -o-animation: up 0.3s 0s alternate ease-out forwards;
  /* Opera 12+ */
  animation: up 0.3s 0s alternate ease-out forwards;
  /* IE 10+ */
}

@-webkit-keyframes up {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 50%;
  }
}
@-moz-keyframes up {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 50%;
  }
}
@-o-keyframes up {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 50%;
  }
}
@keyframes up {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 50%;
  }
}
.basketMoveAndHide {
  -webkit-animation: up 0.5s 0.1s alternate ease-out forwards, downBasket 0.5s 4s alternate ease-in forwards;
  /* Safari 4+ */
  -moz-animation: up 0.5s 0.1s alternate ease-out forwards, downBasket 0.5s 4s alternate ease-in forwards;
  /* Fx 5+ */
  -o-animation: up 0.5s 0.1s alternate ease-out forwards, downBasket 0.5s 4s alternate ease-in forwards;
  /* Opera 12+ */
  animation: up 0.5s 0.1s alternate ease-out forwards, downBasket 0.5s 4s alternate ease-in forwards;
  /* IE 10+ */
}

@-webkit-keyframes downBasket {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -300px;
  }
}
@-moz-keyframes downBasket {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -300px;
  }
}
@-o-keyframes downBasket {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -300px;
  }
}
@keyframes downBasket {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -300px;
  }
}
.bigTextPopUp {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.subScribeBox .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 160%;
  text-transform: uppercase;
}

.subScribeBox .title span {
  font-size: 40px;
}

.subScribeBox .desc {
  color: #EEE;
  padding: 15px 0px;
}

.rowLine {
  line-height: 130%;
  padding: 10px 0px;
}

.basketNext {
  text-align: center;
}

.catDesc {
  padding-bottom: 10px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
}

a.btnStyle {
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #FFF;
  color: #802508;
  padding: 20px 25px;
  font-size: 16px;
  background-color: #deb50f;
  box-shadow: 1px 1px 3px #333;
  font-weight: bold;
}

input.inputSub {
  padding: 15px;
  -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  color: #666;
  font-weight: bold;
  width: 300px;
}

.kuponImg {
  display: block;
  box-shadow: 2px 2px 10px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
  -moz-box-shadow: 2px 2px 10px #000;
  -ms-box-shadow: 2px 2px 10px #000;
}

.idezetDetails, .basketHeaderLine {
  background-color: #2196F3;
  padding: 15px 10px 10px 10px;
  color: #FFF;
  line-height: 130%;
  text-align: center;
  margin-top: 10px;
}

.idezetDetails span, .basketHeaderLine span {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.leftIdezet, .middleInfoBox {
  color: #000;
  line-height: 130%;
  margin: 10px 0px;
}

.leftIdezet span, .middleInfoBox span {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.middleInfoBox {
  text-align: center;
}

.yellowBlock {
  background-color: #F0C501;
  padding: 15px;
  -webkit-box-shadow: inset 0px 0px 25px 0px #b49400;
  -moz-box-shadow: inset 0px 0px 25px 0px #b49400;
  box-shadow: inset 0px 0px 25px 0px #b49400;
  border-radius: 5px;
}

.bigSlogen {
  float: left;
  margin-top: -15px;
  padding: 0px 0px 0px 80px;
  color: #666;
  width: 600px;
}

.bigSlogen div.fl {
  border-bottom: 1px solid #EEE;
  font-size: 52px;
  font-weight: 100;
  line-height: 120%;
}

.topCategory {
  padding-top: 30px;
  text-align: center;
}

.topCategory a.menuItem {
  display: inline-block;
  color: #FFF;
  padding: 20px;
  font-size: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.topCategory a.secondly {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.topCategory a.secondly:hover {
  background-color: #b31d5a;
}

.itemInfoBoxes {
  border-top: 1px solid #DDD;
  padding-top: 20px;
  margin-top: 20px;
}

ul.itemInfoBox {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.itemInfoBox li {
  width: 33%;
  float: left;
}

ul.itemInfoBox li .fixText {
  padding: 0px 15px;
}

ul.itemInfoBox li:first-child .fixText {
  padding-left: 0px;
}

ul.itemInfoBox li:last-child .fixText {
  padding-right: 0px;
}

ul.itemInfoBox li:nth-child(1) {
  width: 40%;
}

ul.itemInfoBox li:nth-child(3) {
  width: 23%;
}

.orgranBgr {
  background: transparent url(/hpimages/orgran-bgr.jpg) no-repeat top left;
}

img.imgAlignRight {
  float: right;
  margin: 0px 0px 15px 15px;
}

.blogContent h1 {
  padding: 0px;
}

.blogLead {
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #EEE;
}

.boxInfo {
  border: 1px solid #EEE;
  padding: 15px;
}

/* BASKET */
.basketTitleText {
  text-align: center;
  color: #666;
  font-size: 36px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
  line-height: 120%;
}

.deliveryDetailsBox {
  margin: auto;
}

.deliveryDetailsBox table.datas {
  margin: auto;
}

.deliveryDetailsBox table.datas input[type='text'], table.datas textarea, table.datas select {
  padding: 10px;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  width: 100%;
}

.delivery_day_name {
  background-color: #E3F2FD;
  padding: 8px;
}

.lightText {
  font-size: 12px;
  color: #909090;
}

.alertBox {
  padding: 20px;
  margin: 10px 0px;
  background-color: #FFF000;
  color: #000;
  text-align: center;
}

.topAlertBox {
  background-color: #3a3a38;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  line-height: 130%;
}

.serial {
  font-size: 11px;
  color: #666;
  display: block;
  padding: 0px;
}

.kuponAnswerBox {
  padding: 20px;
  border: 2px solid #EEE;
}

.pulseColor {
  -webkit-animation: pulsingColor 1s alternate ease-out infinite;
  /* Safari 4+ */
  -moz-animation: pulsingColor 1s alternate ease-out infinite;
  /* Fx 5+ */
  -o-animation: pulsingColor 1s alternate ease-out infinite;
  /* Opera 12+ */
  animation: pulsingColor 1s alternate ease-out infinite;
  /* IE 10+ */
}

@-webkit-keyframes pulsingColor {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes pulsingColor {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes pulsingColor {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pulsingColor {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
.pulseSale {
  -webkit-animation: pulsing 5s alternate ease-out infinite;
  /* Safari 4+ */
  -moz-animation: pulsing 5s alternate ease-out infinite;
  /* Fx 5+ */
  -o-animation: pulsing 5s alternate ease-out infinite;
  /* Opera 12+ */
  animation: pulsing 5s alternate ease-out infinite;
  /* IE 10+ */
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@-o-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
.fading {
  -webkit-animation: fading1 1s alternate ease-out infinite;
  /* Safari 4+ */
  -moz-animation: fading1 1s alternate ease-out infinite;
  /* Fx 5+ */
  -o-animation: fading1 1s alternate ease-out infinite;
  /* Opera 12+ */
  animation: fading1 1s alternate ease-out infinite;
  /* IE 10+ */
}

@-webkit-keyframes fading1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fading1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fading1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.stockInText {
  font-size: 16px;
  padding: 6px;
  margin-top: 10px;
  border: 1px dotted #666;
}

.stockInText b {
  color: #689F38;
}

.paramListBox {
  border-top: 1px solid #EEE;
}

.paramBox {
  border-bottom: 1px solid #EEE;
  font-size: 0.8rem;
}

.paramBox .paramTitle,
.paramBox .paramItems {
  display: inline-block;
  padding: 5px 0px;
}

.paramBox .paramTitle {
  background-color: #F6F6F6;
  padding: 5px;
  width: 100px;
}

.itemListLead .paramBox {
  border: 1px solid #EEE;
}

.itemListLead .paramBox .paramTitle {
  width: 30%;
}

.leftInfobox {
  background-color: #efefef;
  padding: 20px;
}

.leftInfobox span {
  font-size: 18px;
  font-weight: 300;
}

.leftInfobox .title {
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.leftMenuBox .leftInfobox {
  margin-right: 15px;
}

ul.whyGood {
  list-style: none;
}

ul.whyGood li {
  padding-bottom: 8px;
}

ul.whyGood li:before {
  content: "\f058";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #009688;
  font-size: 18px;
}

.smallText {
  font-size: 10px;
}

.mediumText {
  font-size: 90%;
}

.catOpenerBox a {
  padding: 15px;
  font-size: 18px;
  display: block;
  background-color: #007125;
  color: #FFF;
  text-align: center;
}

.catOpenerBox a i {
  margin: 0px 10px;
}

.scrollButtons {
  position: fixed;
  z-index: 1000;
  bottom: 85px;
  right: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a.btnCircle {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #689F38;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 24px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin: 15px 0px;
}

a.btnUp:hover {
  background-color: #01579B;
}

.galItem {
  width: 150px;
  height: 287px;
  display: inline-block;
  margin: 5px 10px;
  text-align: center;
  margin-left: 15px;
}

.galBox {
  margin-top: -20px;
}

.galItem .p {
  height: 210px;
  overflow: hidden;
}

.galImgDetails {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px;
  text-align: center;
}

/* FLIPPING IMAGE */
.flip_container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.flip_container {
  perspective: 1000;
}

.flip_container .flip_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .3s linear;
}

.flip_container:hover .flip_card {
  transform: rotateY(180deg);
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
}

/* ENDOF FLIPPING IMAGE */
.basketContent table.datas input {
  margin-bottom: 15px;
}

table.tableTable td {
  padding: 8px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}

/* BOOTSTRAP OVERWRITE */
.orderByBox .btn {
  border-radius: 0px;
  padding: 5px 12px;
}

.rotate180 {
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari */
  transform: rotateY(180deg);
}

.galImgDetails {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px;
  text-align: center;
}

.voteSharebox {
  height: 28px;
  margin-top: 15px;
  overflow: hidden;
}

.pageIng {
  height: 32px;
  font-size: 24px;
}

.pageIng span.next {
  float: right;
}

.pageIng span.prev {
  float: left;
}

.titleText {
  float: left;
}

.titlePic {
  float: right;
}

.galImgDesc {
  padding: 10px;
}

.galleryBox ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.galleryBox ul li {
  display: inline-block;
  width: 23%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #EEE;
  margin: 1%;
}

.galleryBox ul li span {
  padding: 8px 0px;
  display: block;
}

.galleryBox ul li a {
  display: inline-block;
}

.galleryBox ul li img {
  width: 90%;
  height: auto;
  box-shadow: 3px 3px 5px #666;
  -moz-box-shadow: 3px 3px 5px #666;
  -webkit-box-shadow: 3px 3px 5px #666;
  -ms-box-shadow: 3px 3px 5px #666;
  -o-box-shadow: 3px 3px 5px #666;
}

/* IF have background image */
/* LEFTBAR */
.page.hideLeftMenu .leftMenuBox {
  display: none;
}

.page.hideLeftMenu .content {
  margin-left: 0px;
}

@media screen and (min-width: 1200px) {
  body.siteBgr header {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
  }

  body.siteBgr section.page {
    background-color: rgba(255, 255, 255, 0.8);
  }

  body.siteBgr .itemListItem .in {
    background-color: #FFF;
  }

  body.siteBgr footer {
    margin-top: 200px;
  }
}
/* ITEM LIST VIEW */
.loaderImage {
  display: none;
}

.itemsList.itemListViewLine .itemListItem {
  width: 100%;
}

.itemsList.itemListViewLine .itemListItem .listItemPic {
  width: 43%;
  float: left;
  height: auto;
  border-right: 1px solid #EEE;
  padding-right: 15px;
}

.itemsList.itemListViewLine .itemListItem .listItemPic a {
  height: auto;
}

.itemsList.itemListViewLine .itemListItem .listItemPic img.itemListImg {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0px;
  transform: translate(0px, 0px);
}

.itemsList.itemListViewLine .itemListItem .itemListLead {
  float: right;
  width: 55%;
}

.itemsList.itemListViewLine .itemListItem .itemListPrise {
  float: left;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons a.button {
  float: right;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons a.button span.tri {
  display: none;
}

.itemsList.itemListViewLine .itemListItem h2 {
  font-size: 20px;
}

.itemsList.itemListViewLine .itemListPrise span.price {
  font-weight: bold;
}

.itemsList.itemListViewLine .itemListItem .l {
  font-size: 14px;
  padding: 15px 0px;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons.withStock {
  text-align: right;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons.withStock .itemListPrise {
  float: none;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons.withStock .itemListStock {
  float: left;
}

.itemsList.itemListViewLine .itemListItem .itemListItemButtons.withStock a.button {
  float: none;
  margin-right: 0px;
  margin-top: 15px;
}

.itemsList.itemListViewLine .itemListItem .listItemTitle.withFlag h2 {
  margin-right: 200px;
}

.itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 190px;
  text-align: right;
}

.itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag .text_flag {
  font-weight: bold;
  color: #009688;
  font-size: 20px;
  padding-bottom: 2px;
}

.itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag .text_number {
  font-size: 12px;
}

.itemOfferList .itemListItem {
  flex: 0 1 24%;
}
.itemOfferList .itemListItem .listItemPic {
  padding-right: 0px;
  border-right: none;
  width: auto;
}

.alertHeader {
  background-color: #fff49f;
  padding: 15px;
  border: 1px solid #fdd835;
  color: #000;
  text-align: center;
}

.alertHeader span {
  font-size: 15px;
  display: block;
  color: #66bb6a;
  text-transform: uppercase;
}

.redAlert {
  background-color: #E53935;
  color: #FFF;
  border: 1px solid #B71C1C;
}

.redAlert span {
  color: #FFF;
}

.kuponBox {
  background-color: #fff49f;
  padding: 15px;
  border: 1px solid #fdd835;
  text-align: center;
  margin: 15px 0px;
}

.kuponBox .word {
  font-size: 32px;
  font-weight: bold;
  display: block;
  padding: 15px;
}

/* BASKET STEPPER */
.basketHeadButtons {
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.basketHeadButtons a.right {
  float: right;
}

.basketHeadButtons a.moreBtnGreyLight {
  background-color: #EEE;
  color: #666 !important;
}

a.btnBasketHigher {
  font-size: 18px;
  padding: 15px 25px;
}

.basketSum {
  background-color: #EEE;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #DDD;
}

.basketStepTitle {
  border-bottom: 1px solid #DDD;
  height: 20px;
  text-align: center;
  margin: 15px 0px 45px 0px;
}

.basketStepTitle span {
  display: inline-block;
  text-align: left;
  line-height: 40px;
  vertical-align: middle;
  background-color: #FFF;
}

.basketStepTitle .basketStepItem {
  margin: 0px 15px;
  background-color: #FFF;
  padding: 0px 15px;
  display: inline-block;
  text-align: left;
  line-height: 40px;
  vertical-align: middle;
}

.basketStepTitle span.basketStepNumber {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 3px solid #EEE;
  text-align: center;
  font-size: 24px;
  margin-right: 10px;
  line-height: 34px;
}

.basketStepTitle span.basketStepItem.active span.basketStepNumber {
  border-color: #79b827;
  background-color: #79b827;
  color: #FFF;
}

.basketTextBox {
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #EEE;
}

.basketTextBox .bTextTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
}

.errorText {
  color: red;
  font-weight: bold;
}

.successBox {
  background-color: #e6f4e6;
  border: 1px solid #66bb6a;
  font-size: 15px;
  padding: 15px;
  margin: 15px 0px;
}

.selectedBasketItem {
  font-weight: bold;
}

.basketDeliveryTitle {
  position: relative;
  padding-right: 120px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px;
}

.modifyBasketInfo {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* ORSZAGBOLTJA */
span.num {
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #51b4ba;
  color: #FFF;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  text-align: center;
}

.success_box {
  padding: 8px;
  margin-bottom: 15px;
  background-color: #C8E6C9;
  border: 1px solid #81C784;
}

/* FILTERS */
.filter_box {
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
}

.filter_box .filter_items {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.filter_box .filter_items li {
  display: inline-block;
  padding: 2px 4px;
}

.filter_box .filter_items li label, .left-checkbox label {
  font-weight: normal;
  color: #2196F3;
  padding: 1px 2px;
  font-size: 12px;
}

.left-checkbox label.text-green {
  color: #398000;
}

.itemListContent .itemListLeft {
  padding: 0px 0px 15px 0px;
}

.itemListContent .itemListLeft .filter_box .filter_items li {
  display: block;
}

.itemListContent .itemListLeft .items_filters .filter_title {
  padding-bottom: 5px;
}

.left-checkbox {
  padding: 2px 4px;
}

.leftBtnFilterBox {
  display: none;
  position: fixed;
  top: 30%;
  left: 0px;
  z-index: 1000;
}
.leftBtnFilterBox a {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #6ba52f;
  border-left: 0px;
  color: #FFF;
  font-size: 18px;
}

/* FILTERS END */
.itemListBtnFilterBox {
  display: none;
}

/* ITEMLIST LEFT */
.itemListContent {
  display: flex;
}

.itemListContent .itemListLeft {
  flex: 0 0 auto;
}

.itemListContent .itemListLeft .leftMenuBlock {
  width: 250px;
}

.itemListContent .itemListRight {
  flex: 1 1 auto;
  padding: 5px;
}

.itemListLeft .items_filters {
  padding-bottom: 15px;
  border-bottom: 4px solid #EEE;
  margin-bottom: 15px;
}

/* LOADER */
.fix_loader_page {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 19000;
  text-align: center;
  padding-top: 100px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 5px;
  background: #DDD;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 0px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 10px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 20px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 0px;
    height: 20px;
  }
  50%, 100% {
    top: 10px;
    height: 10px;
  }
}
/* LOADER END */
.mobileTopHead, .mobileTopSearchHead {
  display: none;
}

/* MOBILE MENU */
.mobileMenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -320px;
  width: 290px;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 10001;
  height: 100%;
  display: block;
  overflow: scroll;
}

.mobileMenuOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.mobileMenu .menuBox {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  text-align: left;
  display: block;
  float: none;
}

.mobileMenu.opened {
  left: 0px;
}

.mobileMenu .mobileMenuClose {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0px;
  font-size: 24px;
  width: 60px;
  height: 60px;
  color: #FFF;
}

.mobileMenu .mobileMenuClose span {
  display: block;
  border-bottom: 1px solid #007125;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 20px;
}

.mobileMenu .mobileMenuClose span.l1 {
  transform: rotate(45deg);
}

.mobileMenu .mobileMenuClose span.l2 {
  transform: rotate(-45deg);
}

.mobileMenuIn {
  padding: 0px 15px 15px 15px;
  margin-top: 60px;
  overflow: auto;
  height: calc(100% - 60px);
}

.mobileMenu .catMenu h4:last-child a {
  border-bottom: none;
}

.mobileMenuBox {
  margin: 10px 0px 10px 0px;
  border-bottom: 4px solid #EEE;
  border-top: 4px solid #EEE;
  padding: 10px 0px 10px 0px;
}

.mobileMenuBox ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mobileMenuBox ul li {
  padding: 0px;
  display: block;
  text-align: left;
}

.mobileMenuBox ul li a,
.mobileMenuBoxMenuFirst a {
  padding: 10px;
  border-bottom: 1px solid #EEE;
  display: block;
}

.mobileMenuBox .menuitem55 {
  display: none;
}

.mobileMenu .categoryMenu {
  display: block;
}

.filterMobileMenu .mobileMenuIn {
  margin-bottom: 60px;
  height: calc(100% - 120px);
}

.filterMobileMenu .mobileMenuIn .filterButtons {
  position: absolute;
  border-top: 1px solid #EEE;
  left: 15px;
  right: 15px;
  background-color: #FFF;
  bottom: 0px;
  height: 60px;
}

.mobileHeadSearchBtn {
  outline: none;
}

/* MOBILE MENU END */
.topAlert {
  position: fixed;
  top: 110px;
  left: 0px;
  right: 0px;
  z-index: 9998;
}

/* SEARCH  */
.searchContent {
  background-color: #FFF;
  padding: 15px;
}

.search-result-list .search-result-item {
  display: flex;
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-result-list .search-result-item .pic,
.search-result-list .search-result-item .item-desc {
  flex: 1 0 50%;
}

.search-result-list .search-result-item .pic {
  text-align: center;
}

.search-result-list .search-result-item .pic img {
  max-width: 90%;
}

.search-result-list .search-result-item .search-result-item-title h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.search-result-list .search-result-item .search-result-item-desc {
  color: #666;
  font-size: 11px;
}

.search-result-list .search-result-item .search-result-item-price {
  font-size: 16px;
  color: #666;
  display: none;
}

.search-result-list .search-result-item .search-result-item-price .oldprice {
  text-decoration: line-through;
  font-size: 12px;
}

.search-result-list .search-result-item .item-desc .badge {
  font-size: 80%;
}

.btnSearchItem {
  padding: 3px 6px;
  display: inline-block;
  background-color: #007125;
  color: #FFF;
  font-size: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btnSearchItem:hover {
  background-color: #03531d;
}

.searchContent.desktop .search-result-list .search-result-item-href {
  display: inline-block;
  width: 45%;
  padding: 0px 20px;
  vertical-align: top;
}

.searchContent.desktop .search-result-list .search-result-item {
  border-bottom: none;
}

.searchContent.desktop .search-result-list .search-result-item .search-result-item-title h3 {
  font-size: 20px;
  color: #007125;
}

/* SEARCH END */
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/* NEW SASS */
/* ITEM COMMENTS */
.item_comments {
  margin-top: 15px;
  border-top: 1px solid #DDD;
}

.item_comments .item_comments_head {
  border-bottom: 1px solid #EEE;
  padding: 15px 0px;
}

.item_comments .item_comments_head h2 {
  margin-top: 0px;
  padding: 5px 0px 5px;
  color: #262629;
  margin-bottom: 10px;
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid #FF9800;
}

.write_comment_box {
  display: inline-block;
  margin-left: 15px;
}

#addcomment {
  border-bottom: 1px solid #DDD;
  display: none;
}

.comment_msg_title {
  color: #666;
  padding: 0px 0px 0px 0px;
}

.comment_msg_title span {
  font-weight: normal;
}

.comment_msg_text {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 5px;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.comment_msg {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #EEE;
}

.comment_msg_box {
  padding-top: 15px;
}

.thanks_box {
  background-color: #e6f4e6;
  border: 1px solid #66bb6a;
  padding: 15px;
}

div.stars {
  width: 200px;
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 5px;
  font-size: 32px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 10px #952;
}

input.star-1:checked ~ label.star:before {
  color: #F62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.comment_stars {
  padding: 0px;
  display: inline-block;
}

.comment_stars span.star {
  display: inline-block;
  padding: 2px;
  font-size: 18px;
  color: #EEE;
  transition: all .2s;
}

.comment_stars span.star.selected:before {
  content: '\f005';
  color: #efbd56;
}

.comment_stars span.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.item_stars {
  padding: 0px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.item_stars .comment_stars {
  padding-bottom: 0px;
}

.item_stars .ratingCount {
  display: inline-block;
  height: 26px;
  padding-right: 3px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 10px;
  margin-top: -6px;
}

.item_stars .ratingCount span {
  position: relative;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  color: #373737;
  font-size: 12px;
}

.item_stars .ratingCount span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -4px;
  top: 6px;
  border-left: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background: #fff;
}

.itemDetails .item_stars {
  margin-top: -10px;
}

/* ITEM COMMENTS END */
.infoHeader {
  color: #2196f3;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}

/* Cross sell items */
.searchContent.crossSellItems .search-result-item-href {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  border-bottom: none;
  cursor: pointer;
}
.searchContent.crossSellItems .search-result-list .search-result-item {
  border-bottom: none;
}

/* Cross sell items end */
div#ak-widget.akw-side-left,
div#ak-widget.akw-side-right {
  top: 80px !important;
}

.basketContent input[type="text"] {
  background-color: #e3f2fd;
}

.aboutUsPic img {
  max-width: 100%;
}

.liststyle li {
  position: relative;
  padding-left: 22px;
}
.liststyle li .greenText {
  position: absolute;
  left: 0px;
  top: 5px;
}

.a-dec-logos {
  position: absolute;
  top: 15px;
  right: 0px;
}

.mobileTopHead, .mobileTopSearchHead {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 60px;
  border-bottom: 1px solid #EEE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 9999;
  background-color: #FFF;
  display: none;
}

.mobileTopHead .mobileTopHeadOpener {
  float: left;
  width: 60px;
}

.mobileTopHead .mobileTopHeadOpener a {
  display: block;
  font-size: 24px;
  color: #FFF;
  background-color: #007125;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

.mobileTopHeadBtnBox a {
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  width: 50px;
  position: relative;
}

.mobileTopHeadBasketBox a {
  padding-right: 20px;
}

.mobileTopHeadBasketBox a .cart_mobile_num {
  position: absolute;
  top: 12px;
  right: 15px;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #2196F3;
  color: #FFF;
  font-weight: bold;
  line-height: 15px;
  font-size: 11px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.mobileTopHead .mobileTopHeadlogo {
  float: left;
  width: 120px;
  padding-top: 15px;
  padding-left: 15px;
}

.mobileTopHead .mobileTopHeadSearchBox, .mobileTopHead .mobileTopHeadBasketBox {
  float: right;
  font-size: 24px;
}

.mobileTopHead a {
  color: #007125;
}

.mobileContentExpand.active {
  max-height: 80px;
  position: relative;
  overflow: hidden;
}

.mobileContentExpand .mobileContentExpandBtnBox {
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #EEE;
  height: 35px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.mobileContentExpand .mobileContentExpandBtnBox a {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: rgba(203, 204, 203, 0.6);
  color: #222;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.mobileContentExpand.open {
  max-height: inherit;
  padding-bottom: 40px;
}

/* SEARCH TOP HEAD */
.mobileTopSearchHead {
  background-color: #007125;
  color: #FFF;
  z-index: 10002;
  display: none;
}

.mobileTopSearchHead .wrapper {
  display: flex;
}

.mobileTopSearchHead .search-input-container {
  padding: 13px 15px;
  height: 60px;
}

.mobileTopSearchHead .search-input-container .search-input-block {
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
  flex: 1 0 80%;
}

.mobileTopSearchHead .search-input-block input {
  padding-left: 28px;
  padding-right: 5px;
  outline: none;
  width: 90%;
  border-color: transparent;
  background-color: #FFF;
}

.mobileTopSearchHead .search-input-block input:focus {
  outline: none;
}

.mobileTopSearchHead .search-input-container .search-input-block:before {
  content: "\f002";
  color: #c6c6c6;
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobileTopSearchHead .cancel-search {
  border: none;
  color: #FFF;
  background-color: transparent;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .footerText {
    width: auto;
  }

  .pageContent {
    width: auto;
    padding: 0rem 2rem;
  }

  .loginBtnBox {
    margin-right: 15px;
  }

  .homeProductFeeling .banner {
    overflow: hidden;
  }
  .homeProductFeeling .banner img {
    height: 100%;
    width: auto;
  }

  .homeFeeling .home-slide-content {
    padding-top: 3.5rem;
  }

  .searchBox .searchOverlayInput {
    width: 100%;
  }

  .topCallPhone {
    display: none;
  }

  .homeFeeling .home-slide-content {
    min-width: 400px;
  }

  .listItemPic {
    width: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
@media screen and (max-width: 992px) {
  .contentText td {
    float: left;
    width: auto !important;
    display: block;
  }

  .itemsList .itemListItem {
    width: 50%;
  }

  .logo {
    display: block;
    text-align: center;
    margin: 0px;
  }

  .topBlocks {
    display: block;
    position: relative;
    top: 0px;
    right: auto;
    text-align: center;
  }

  .topCart, .loginBtnBox {
    display: inline-block;
    float: left;
  }

  footer .fbox .in {
    padding: 10px;
  }

  footer .fbox .in img {
    width: 100%;
    height: auto;
  }

  .footerContactBox {
    text-align: left;
  }

  .selectTypeBox span {
    display: block;
  }

  .colProduct h1 {
    line-height: 120%;
  }

  ul.footerBlocks li.c {
    float: none;
    width: 100%;
    display: block;
    text-align: left !important;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  ul.footerBlocks li.c img {
    max-width: 100%;
  }

  ul.formList {
    text-align: left;
  }

  .itemDetailsThumbnails {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
  }

  .itemDetailsThumbnails a {
    width: 100px;
    height: 100px;
  }

  .itemDetails .container-fluid {
    padding: 0px;
  }

  .itemDetails .row {
    margin: 0px;
  }

  .textContent {
    width: 100%;
  }

  .popup .popSubscribe {
    width: auto;
    position: absolute;
    left: auto;
    margin: 0px 20px;
    top: 50%;
  }

  input.inputSub {
    width: 100%;
  }

  .popup .popSubscribe .col-xs-12 {
    padding-bottom: 15px;
  }

  .homeproductListCarousel .homeListItem {
    padding-bottom: 30px;
  }

  .itemsList.itemListViewLine .itemListItem .listItemTitle.withFlag h2 {
    margin-right: 0px;
  }

  .itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag {
    position: relative;
    width: auto;
    text-align: left;
    top: 0px;
  }

  .basketStepTitle .basketStepItem {
    margin: 0px 5px;
    padding: 0px 5px;
  }

  .basketTextBox table.datas select.text250, .basketTextBox table.datas input.text250, .basketTextBox table.datas textarea.text250 {
    width: 100%;
  }

  .orszagboltja .lg, .orszagboltja .xs {
    display: none;
  }

  .orszagboltja .md {
    display: block;
    padding-left: 20px;
  }

  .topMenu, .lineTop {
    display: none;
  }

  .mobileTopHead {
    display: block;
  }

  .pageContent {
    padding-top: 60px;
  }

  .leftMenuBox {
    position: relative;
    width: 100%;
    border: none;
  }

  .content {
    margin-left: 0px;
    padding: 0px 10px;
  }

  .navigation, .itemsListTitle {
    padding-left: 0px;
  }

  .navigation {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EEE;
  }

  .categoryMenu {
    display: none;
  }

  .mobileMenu .categoryMenu {
    display: block;
  }

  .linput {
    width: 90%;
  }

  .footerLeft, .footerRight {
    float: none;
  }

  .footerLeft {
    padding-left: 20px;
  }

  .footerRight {
    width: auto;
    padding: 20px;
    clear: both;
  }

  section.page {
    padding: 0px;
    margin-bottom: 15px;
  }

  .container {
    width: 100% !important;
  }

  .deliveryDetailsBox {
    width: 100%;
  }

  .itemDetailsBuyInfo .col-md-4 {
    margin-bottom: 15px;
  }

  .navigation .nav span.navSep {
    margin: 0px 1px;
  }

  .blockTitle {
    font-size: 20px;
    padding: 15px;
  }

  .basketHeader .blockTitle {
    font-size: 24px;
  }

  .basketHeader .moreButtonBox {
    padding: 5px;
  }

  .basketTitleText {
    font-size: 18px;
  }

  .basketComment {
    margin-top: 0px;
  }

  .deliverySelectBox [class*="col-"] {
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .basketContent {
    padding: 15px 15px;
  }

  .cont img, .textContent img {
    width: 100%;
    height: auto;
  }

  .cont table.datas td img {
    width: auto;
  }

  .itemsListPage {
    text-align: center;
  }

  .itemsList .itemListItem {
    display: inline-block;
    vertical-align: top;
    flex: none;
  }

  .itemDetails .boxWhite {
    border: none;
  }

  .searchBox {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  .searchInput {
    width: 100%;
    float: none;
  }

  .searchInputBox {
    display: block;
  }

  header {
    display: block;
    background-color: #FFF;
    background-image: none;
  }

  header .headerCol {
    display: block;
    width: 100%;
  }

  header .headerCol:nth-child(1), header .headerCol:nth-child(3) {
    width: 100%;
  }

  header .headerCol:nth-child(2) {
    background: #cecece url(/hpimages/bgr_header.jpg) repeat-x top center;
    border-top: 1px solid #404040;
    border-bottom: 4px solid #404040;
  }

  header .headerCol:nth-child(1) {
    background-color: #4a4949;
    padding: 0px 10px 5px 0px;
  }

  h
  .loginBtnBox {
    float: left;
  }

  .topCart {
    float: right;
  }

  .loggedUserBox {
    float: none;
    margin-right: 0px;
    display: block;
  }

  .itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag,
  .itemListItem.withFlag .listItemTitle,
  .itemsList.itemListViewLine .itemListItem .itemListLead {
    text-align: left;
  }

  header .headerCol:nth-child(1) {
    display: none;
  }

  .basketDeliveryTitle h2 {
    font-size: 16px;
  }

  .categoryTitleBox {
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  .leftMenuBlock {
    border-left: 0px;
  }

  .item_basket_modify th {
    display: none;
  }

  .itemListItem {
    margin: 0px;
  }

  .itemListItem .in {
    padding: 0px;
  }

  .itemListItem .itemListLead {
    padding: 15px;
  }

  .itemsList.itemListViewLine .itemListItem .l {
    padding: 0px;
  }

  .itemListContent .itemListRight {
    padding: 15px;
  }

  .leftMenuBox {
    float: none;
  }

  .left-roszagboltja {
    display: none;
  }

  .itemsList.itemListViewLine .itemListItem h2,
  .itemsList.itemListViewLine .itemListItem .listItemTitle .item_view_flag .text_flag {
    font-size: 14px;
  }

  .itemsList.itemListViewLine .itemListItem .l {
    font-size: 12px;
  }

  .itemDetails h1 {
    font-size: 18px;
    font-weight: bold;
  }

  .idezetDetails span, .basketHeaderLine span {
    font-size: 14px;
  }

  .idezetDetails p {
    font-size: 11px;
  }

  .paramBox {
    display: flex;
  }

  .paramBox .paramTitle {
    flex: 0 0 30%;
    text-overflow: ellipsis;
  }

  .paramBox .paramItems {
    flex: 0 0 70%;
    text-overflow: ellipsis;
    padding-left: 5px;
  }

  .typelistBox {
    padding: 15px 0px 15px 0px;
    border: none;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    margin: 0px;
  }

  ul.typesList li.priceIcon,
  ul.typesList li.priceText {
    display: inline-block;
  }

  ul.typesList li.basketDb {
    display: inline-block;
    padding-top: 0px;
  }

  .shareBoxPic {
    display: none;
  }

  .itemsLister {
    margin: 0px -15px 15px -15px;
  }

  .mobileMenuFilterItems .categoryTitleBox {
    background-color: #FFF;
    padding: 15px 0px;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #EEE;
  }

  .filter_box.horizontal .filter_title {
    padding-bottom: 15px;
  }

  .filter_box.horizontal .filter_items {
    display: flex;
    flex-wrap: wrap;
  }

  .filter_box.horizontal .filter_items li {
    flex: 1 0 50%;
  }

  .pageContent.basketPageContent {
    padding-top: 0px;
  }

  .basketStepTitle span.basketStepText {
    display: none;
  }

  .lineHead, .lineHead h1 {
    font-size: 22px;
  }

  body, html {
    background: none;
  }

  .searchContent.crossSellItems {
    padding: 0px;
  }
  .searchContent.crossSellItems .search-result-item-href {
    display: block;
    width: 100%;
    vertical-align: top;
    border-bottom: none;
  }
  .searchContent.crossSellItems .search-result-list .search-result-item {
    border-bottom: 1px solid #EEE;
  }

  .listNewsItem {
    width: 49%;
    margin: 0px;
    margin-bottom: 15px;
  }

  .newsPageList .listNewsItem .in {
    padding: 10px;
    margin: 0px;
  }

  div#ak-widget.akw-side-left,
  div#ak-widget.akw-side-right {
    top: auto !important;
  }

  .homeProductFeeling .banner img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .homeproductList .itemListItem {
    flex: 0 1 100%;
    width: 100%;
  }

  .homeProductFeeling .banner {
    border-bottom: 8px solid #007125;
    display: flex;
    flex-direction: column-reverse;
  }

  .homeProductFeeling .banner .banner-content {
    display: block;
    text-align: center;
    background-color: #FFF;
    padding: 1rem 0;
    border-bottom: 1px solid #EEE;
    position: relative;
    top: auto;
    left: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .footerText {
    padding: 0rem 2rem;
  }

  ul.footerBlocks {
    margin-bottom: 2rem;
  }

  .pageContent {
    padding: 60px 0rem 0rem 0rem;
  }

  .homeNewsItem {
    height: auto;
    width: 49%;
  }

  .leftBtnFilterBox {
    display: block;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .leftBtnFilterBox.active {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .catDesc {
    max-height: 80px;
    overflow: hidden;
  }

  .mobileContentExpand.active {
    height: 80px;
  }

  .mobileContentExpand.open {
    height: auto;
  }

  .itemDetails {
    padding: 0px 0px;
    border: none;
  }

  .textMiddle, .newsDetailText {
    padding: 0px 10px;
    border: none;
  }
}
@media screen and (max-width: 860px) {
  .searchBox .searchInputBox {
    width: 100%;
  }

  .searchBox .searchInputBox .searchInput {
    width: 100%;
  }

  .searchMenuBox .searchBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
  }

  .autoBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .itemListItem .listItemPic {
    height: 170px;
    margin-bottom: 15px;
    padding-right: 0px;
    border-right: none;
  }

  .homeProductFeeling .banner {
    border-left: none;
  }

  ul.typesList li.priceText {
    font-size: 20px;
    font-weight: normal;
  }

  .homeFeeling .home-slide-content {
    z-index: 3;
    position: relative;
    padding-top: 8.5rem;
    padding: 1rem;
    margin-top: 5rem;
    width: 100%;
    min-width: auto;
  }

  .homeFeeling .home-slide-content h1 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .homeFeeling .bg img {
    width: 100%;
  }

  .homeFeeling {
    height: auto;
    padding-bottom: 0rem;
  }

  .a-dec-logos {
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 15px;
    border-bottom: 15px;
    padding-bottom: 10px;
  }
  .a-dec-logos img {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .itemsList .itemListItem {
    flex: 0 1 100%;
    width: 100%;
    height: auto;
    border: 1px solid #EEE;
  }
  .itemsList .itemListItem .listItemPic {
    min-height: 180px;
    height: auto;
  }

  .footerText h3 {
    font-size: 24px;
  }

  input.inputNewsletter {
    width: 90%;
  }

  .col {
    float: none;
    width: auto;
  }

  .basketContent, .textContent {
    padding: 10px;
  }

  .deliverySelectBox label span {
    display: block;
  }

  ul.itemInfoBox li {
    width: auto;
    float: none;
    display: block;
  }

  ul.itemInfoBox li .fixText {
    padding: 0px;
  }

  ul.itemInfoBox li:nth-child(1) {
    width: auto;
  }

  ul.itemInfoBox li:nth-child(3) {
    width: auto;
  }

  .picDetails img {
    max-width: 100%;
  }

  .copy a.simple img {
    width: 100%;
    height: auto;
  }

  .searchBox {
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  .topCart, .loginBtnBox {
    margin: 0px 5px;
    float: none;
  }

  .topBlocks {
    text-align: center;
  }

  iframe {
    width: 100% !important;
  }

  .feeling {
    display: none;
  }

  .loginBasket {
    position: relative;
    right: 0px;
    text-align: center;
  }

  span.priceBig2, span.priceBig {
    padding-left: 0px;
    font-size: 14px;
  }

  .cont h1 {
    font-size: 22px;
  }

  .selectMoreBox select {
    width: 100%;
  }

  .daysD .dDCol {
    width: 48%;
    margin: 1%;
  }

  .itemsList.itemListViewLine .itemListItem .listItemPic {
    float: none;
    width: 100%;
    padding: 0px;
    border-right: none;
  }

  .itemsList.itemListViewLine .itemListItem .itemListLead {
    float: none;
    width: 100%;
  }

  .itemListItemButtons.withStock .itemListStock {
    float: left;
  }

  .itemsList .itemListItemButtons a.button {
    clear: both;
  }

  .basketDeliveryTitle {
    padding-right: 0px;
  }

  .modifyBasketInfo {
    position: relative;
    right: auto;
  }

  .tableTable td {
    text-align: left !important;
  }

  .basketHeadButtons a {
    font-size: 12px;
  }

  .menuBox {
    float: none;
    text-align: center;
  }

  .popupBasket {
    left: auto;
    width: 100%;
    margin-left: auto;
    bottom: -400px;
  }

  .popup .popupCont, .popupBasket .popupCont {
    width: 100%;
    left: auto;
    margin-left: auto;
  }

  .popup .popupCont .leftBoxLine, .popupBasket .popupCont .leftBoxLine {
    border-left: none;
  }

  .picDetails {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1rem;
    min-height: 180px;
  }

  .listNewsItem, .homeNewsItem {
    width: 100%;
  }

  .homeNewsList .listNewsItem .in {
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
    min-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .item_basket_modify td {
    width: 100% !important;
  }

  .itemsList .itemListItem {
    width: 100%;
    margin-bottom: 15px;
  }

  	/* 
  	.itemsList .homeListItem{ width:80%; height:370px; }
      */
  table.form_table input.inputmezo2, table.form_table .inputArea, input.inputmezo, table.datas input.inputmezo2, table.datas .inputArea {
    width: 80%;
  }

  table.form_table select.text250, input.text250, table.datas input.text250 {
    width: 100%;
  }

  table.form_table textarea, table.datas textarea {
    width: 100% !important;
  }

  table.datas td, table td, table th {
    float: left;
    width: 100% !important;
    display: block;
    text-align: left;
  }

  .searchInputBox {
    width: 80%;
  }

  .footerInput, textarea.footerInput {
    width: 90%;
  }

  .footerText .col {
    float: none;
    width: auto;
  }

  a.moreBtn, input.moreBtn {
    background-image: none;
  }

  .moreButtonBox {
    padding: 15px;
  }

  .blockTitle span {
    padding: 10px;
  }

  .colPics {
    width: auto;
  }

  table.meretTablaAll td.first {
    float: left;
    width: 100%;
    text-align: center;
  }

  a.to_basket {
    height: auto;
    font-size: 24px;
    width: auto;
    font-weight: 400;
    padding: 15px 30px;
  }

  span.priceBig {
    font-size: 14px;
  }

  .itemsListTitle h1 {
    font-size: 22px;
  }

  .itemsLister .listByBox {
    text-align: center;
    float: none;
  }

  .itemsLister .listByBox a {
    font-size: 12px;
    padding: 6px;
  }

  .itemsLister .orderByBox {
    float: none;
    text-align: center;
    padding: 6px 0px;
  }

  .itemsLister .orderByBox button, .itemsLister .orderByBox .dropdown-menu {
    width: 100%;
  }

  ul.typesList li {
    display: block;
    padding: 4px 0px;
  }

  .deliveryDetailsBox table.datas {
    width: 100%;
  }

  a.logo {
    display: block;
  }

  a.logo img {
    height: 80px;
    width: auto;
  }

  .topBlocks .loginBtnBox a, .topBlocks .topCart a {
    margin-bottom: 5px;
  }

  .homeFeeling {
    border: none;
    margin-bottom: 0px;
  }

  .homeFeeling .bg {
    position: relative;
    min-height: 150px;
    height: auto;
  }

  .homeFeeling .home-slide-content h1 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .homeFeeling .home-slide-content {
    padding: 0px;
    padding-top: 1rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 320px) {
  .itemPropBankImg {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
