@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

@font-face {
  font-family: rubik;
  src: url(fonts/rubik/Rubik-Regular.ttf);
}

@font-face {
  font-family: rubik-bold;
  src: url(fonts/rubik/Rubik-Bold.ttf);
}
@font-face {
  font-family: fbogen-bold;
  src: url(fonts/rubik/FbOgen-Bold_0.otf);
}
@font-face {
  font-family: fbogen-regular;
  src: url(fonts/rubik/FbOgen-Regular_0.otf);
}
body {
    font-family: "rubik";
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding-top: 168px;
    background: #fff;
    transition: padding 0.8s;
    /*background: url('../image/tree_bg.png');*/
    background-position: 10% bottom;
    background-repeat: no-repeat;
    background-size: 62vh auto;
    background-attachment: fixed;
}
body.scroll {
    /*padding-top: 168px;*/
}
html {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
body {
    min-height: calc(100vh - 168px);
}
body, html {

}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 30px;
    font-family: rubik-bold;
}
h3 {
    font-family: rubik-bold;
	font-size: 28px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.ltr{
	direction:ltr;
}
::placeholder {
    font-size: 1.2em;
    font-family: fbogen-bold;
}
a {
	color: #a4bf3f;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #a3bf41;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
.h1, h1 {
    background-position: center 104px;
    background-repeat: repeat-x;
    display: block;
    font-family: rubik-bold;
    font-size: 60px;
    position: relative;
    color: #a3bf41;
    padding-top: 36px;
}
.container {
    line-height: 30px;
}
.h1 > span.container, h1 > span.container {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    height: 120px;
    padding: 44px 183px 0 0;
}
.information-information h1, .information-information .h1 ,
.information-recipe h1, .information-recipe .h1 {
    height: 80px;
    background-position: center 63px;
}
.h1.no_bg_img ,
h1.no_bg_img {
    height: 120px;
    background-position: center 100px;
}
h2.h1.mybasket.no_bg_img {
    width: 100%;
    float: right;
}
.h1.no_bg_img > span.container ,
h1.no_bg_img > span.container {
  background-image: none;
  padding: 24px 0px 0 0;
  margin: 0;
  height: 100%;
}

.h1 > span.container > span.small ,
h1 > span.container > span.small {
    font-size: 20px;
    font-family: rubik;
    color: #232323;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.container {
    padding: 0;
    max-width: calc(100vw - 80px);
    width: 1644px;
    margin: auto;
    float: none;
}
.big_container{
    overflow: inherit;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control,
input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: none;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
}
/* top */
#top {
	position: absolute;
	left: 0;
}
#top .navbar {
    position: relative;
    line-height: 26px;
		height: auto;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/****** HEADER 2 *******/
body > .container {
    min-height: calc(100vh - 220px);
}
body.common-home{
}

.homepage_main > .bg {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    /* -webkit-animation: rotation 96s infinite */
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.homepage_main > .baskt_btn_wrap {
    position: absolute;
    right: 0;
    left: 0;
    width: 204px;
    height: 146px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.homepage_main > .baskt_btn_wrap:hover {
    opacity: 0.8;
}
.homepage_main > .baskt_btn_wrap > a {
    position: absolute;
    right: 0;
    left: 0;
    width: 200px;
    height: 38px;
    bottom: 0;
    margin: auto;
    color: #ff7622;
    font-size: 23px;
    background-size: 100% 100%;
    line-height: 26px;
}
#header2 #top {
    right: 0;
    position: absolute;
    top: 54px;
    width: auto;
    /*display: none;*/
}

nav#top > div {
    position: fixed;
    width: 36vw;
    top: 0;
    right: -36vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    padding-top: 168px;
    z-index: 100;
    transition: all 0.5s;
}
#header2 #menu.navbar {
    top: 0;
    right: 0;
    width: 100%;
    left: inherit;
    padding-right: calc((100vw - 1644px) / 2);
}
.open_nenu nav#top > div {
    display: block;
    right: 0;
}
#header2 #menu .nav > li > a {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 3px 18px;
}
#header2 #menu .nav > li > a:hover{
    background:none;
    color: #2d4809;
}


#header2 .col-sm-4.pull-right.logo_wrap {
    width: auto;
    padding: 0 0 0 24px;
}
div.logo_wrap {
    z-index: 1;
    position: absolute;
    left: 0;
    height: 160px;
    width: 240px;
    bottom: 0;
}
.container > div.logo_wrap {
    z-index: 1;
    position: absolute;
    left: 0;
    height: 160px;
    width: 180px;
    bottom: 0;
}
#header2 .farmit_logo_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 120px;
    display: none;
}
header#header2 #logo {
}
header #logo img {
    transition: all 0.5s;
    max-height: 160px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}



#header2.scroll {
    height: 120px;
}
#header2.scroll div.logo_wrap {
    height: 100%;
    width: 180px;
}
#header2.scroll #logo img {
    max-height: 96%;
}
#header2.scroll .login_form .welcome {
    font-size: 22px;
    line-height: 30px;
}
#header2.scroll .login_form .form-group.inp-wrap-orange {
    height: 20px;
}
#header2.scroll .login_form .form-group.inp-wrap-orange input {
    border-bottom: 1px solid;
    padding: 0 2px;
}

#header2.scroll a.logoutlink {
    color: #000;
    font-size: 20px;
}
#header2.scroll .farmit_logo_wrap {
    height: 100px;
    width: 100px;
}

#header2.scroll .breadcrumb > li a {
    font-size: 24px;
}

#header2.scroll .breadcrumb > li {
    height: 34px;
    line-height: 34px;
    padding-right: 0;
    min-width: 156px;
}
header#header2.scroll .breadcrumb>li:nth-child(odd):before {
    width: 110px;
    height: 40px;
    left: -50%;
    top: -36px;
}
header#header2.scroll .breadcrumb>li:nth-child(even):after {
    width: 110px;
    height: 32px;
    left: -50%;
    bottom: -32px;
}
header#header2.scroll .breadcrumb_wrap {
    height: 120px;
    right: 52px;
    top: 0;
    width: 660px;
}
header#header2.scroll .breadcrumb {
    padding: 34px 0;
    border: 0;
    width: 100%;
}
header#header2.scroll #top {
    top: 34px;
}
header#header2.scroll #top > a{
    font-size: 38px;
}
body.scroll .basket_category_wrap {
    position: fixed;
    top: 120px;
    background: #fff;
    z-index: 20;
    padding-top:14px;
}
body.scroll .basket_category_wrap .nav-tabs {
    padding: 0;
}

body.scroll header .login_wrap {
}
a#to_basket {
    position: absolute;
    left: 332px;
    top: 10px;
    height: 115px;
    width: 112px;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
body.scroll .search_wrap {
    height: 50px;
}
body.scroll div#search_item{
    height: 50px;
}
body.scroll div#search_item span input {
    height: 40px;
    background: none;
    width: 540px;
    font-size: 20px;
}
body.scroll .searchcart {
    width: 50px;
    height: 50px;
    background-size: auto 50px;
}
body.scroll #map_list li {
    line-height: 50px;
    padding: 0 10px;
    font-size: 24px;
}
body.scroll .basket_wrap .nav>li>a {
    font-size: 26px;
}
a#to_basket_scroll {
    position: absolute;
    left: 262px;
    top: 10px;
    height: 31px;
    width: 112px;
    display: block;
    line-height: 22px;
    opacity: 0;
    font-size: 22px;
    transition: all 0.5s;
}
body a#to_basket_scroll {
    opacity: 1;
}

header  {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50;
		transition: background 0.4s, height 0.2s;
}
#header2 {
    height: 168px;
    background: #ffffff;
    transition: all 0.5s;
}
.common-home #header2 {
    background: none;
}

.black-color{
  color:#333;
}
.blue-color{
  color:#31708f;
}

.account-edit .stage_text ,
.account-register .stage_text {
	margin: 0;
	border: 0;
}
#account-edit ,
#account-register {
	padding-top: 0px;
}

.account-edit .tab-pane .btn-green ,
.account-edit .tab-pane .btn-pink ,
.account-register .tab-pane .btn-green ,
.account-register .tab-pane .btn-pink {
	display: block;
	width: 200px;
  line-height: 37px;
}
.account-edit ul.nav-tabs ,
.account-register ul.nav-tabs {
    padding: 40px 0 0;
    border: 0px;
}
.account-edit .tab-pane ,
.account-register .tab-pane {
	padding: 0 0 40px 0;
}
.account-edit label.radio-block,
.account-register label.radio-block{
  font-size: 18px;
}

.account-edit .nav-tabs>li ,
.account-register .nav-tabs>li {
    width: 18%;
}
.account-edit .nav-tabs>li>a ,
.account-register .nav-tabs>li>a {
    color: #000;
    border: 0px;
}
.account-edit .nav-tabs>li.active>a ,
.account-register .nav-tabs>li.active>a {
    color: #ff8f3d;
    border: 0px;
}


header.scroll {
}

header .container {
	position: relative;
	height: 100%;
}
header .login_form {
    position: absolute;
    bottom: 0;
    left: 250px;
    padding: 0;
}
#header2 #menu a.dropdown-toggle.orange, .orange {
    color: #fcbf49;
}
.pink {
    color: #f48e3b;
}
header.scroll .login_form {
    height: 120px;
    left: 190px;
    padding-top: 10px;
}
header.scroll .login_wrap .cbox {
    line-height: 16px;
    font-size: 16px;
}
header.scroll .login_wrap input[type="submit"].btn-peach {
    width: 97px;
    height: 30px;
    line-height: 19px;
    font-size: 19px;
    margin-left: 7px;
}

.login_form_pp #login_wrap input[type="submit"].btn-peach ,
header.scroll #login_form_pp .login_wrap input[type="submit"].btn-peach {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    margin-left: 0px;
}
.login_form > a{
	color:#f48e3b;
	transition: color 0.5s;
}
header.scroll .login_form > a{
}
header.scroll a.loginlink.btn-peach {
    margin: 4px;
    font-size: 18px;
}
.login_wrap {
    width: 90%;
    padding: 0px;
    height: auto;
    overflow: hidden;
    transition: height 0.8s;
    margin: 20px 5%;
}
.login_btn_wrap {
    top: 20px;
    left: 184px;
    width: 232px;
    padding: 0px;
    height: 156px;
    overflow: hidden;
    transition: height 0.8s;
    position: absolute;
    text-align: center;
}
header.scroll .login_btn_wrap {
    top: 6px;
    left: 150px;
    width: 232px;
    height: 100px;
}

#login_form_pp h2 {
    font-size: 24px;
}
#login_form_pp .inp-wrap-orange {
    width: 100%;
}
#login_form_pp .alert-content a {
    color: #484848;
    line-height: 34px;
    text-decoration: auto;
    font-size: 18px;
    height: 34px;
}
a.btn.btn-peach.loginlink.small {
    text-align: left;
}
a.btn.btn-peach.loginlink.small:hover {
    box-shadow: none;
    color: #af5710 !important;
}
.login_form .welcome {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    color: #a3bf41;
    height: 160px;
}
a.loginlink.btn-peach {
    display: block;
    width: calc(100% - 8px);
    font-size: 22px;
    height: auto;
    line-height: 22px;
    padding: 10px;
    background: #fff;
    border: 2px solid;
    color: #f48e3b !important;
    transition: all 1s;
    margin: 4px !important;
}
a#changedispalybtn {
    border-radius: 4px;
    border: 2px solid;
    padding: 4px 6px 0px;
    line-height: 34px;
}
a#changedispalybtn i{

}
.smslogin_wrap > a.btn.btn-peach.loginlink.small {
    width: 200px;
    text-align: center;
}

a.loginlink.btn-peach:hover {
    box-shadow: 0px 0px 7px -1px #333;
}
a#go_chackout_btn_header {
    font-size: 18px;
}

div#first_act {
    padding: 0 10px 0 0px;
}
.forgotten {
    display: block;
    float: right;
    margin-top: 10px;
    color: #999;
}
.forgotten a{
    color: #999;
}
.smslogin_wrap {
    float: right;
    text-align: center;
    width: 100%;
}
a.guestlink {
    display: block;
    position: absolute;
    bottom: 0;
    left: 8px;
    font-size: 18px;
}
a.logout_link {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
span.to_store {
    display: block;
}
span.to_store a{
    color: #f48e3b;
}
.login_form .form-group {
    padding: 0;
    margin: 0;
    width: 100%;
}
a.logoutlink {
    color: #000;
    font-size: 22px;
}
span.welcome_name {
    color: #a3bf41;
    font-family: fbogen-bold;
    font-size: 24px;
    display: block;
    text-align: right;
    margin: 0 0 12px 0;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
}
.login_form .form-group.inp-wrap-orange {
    height: 34px;
    width: 232px;
    margin: 4px 0;
}
.login_form .form-group.inp-wrap-orange input {
    padding: 2px;
    height: 79%;
    background: #fff;
    border: 0px;
    width: 95%;
    margin: 2% auto;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    border-bottom: 3px solid #d5d5d5;
}
.login_form .form-group.inp-wrap-orange input:focus {
    background: #ffffff54;
    color: #333;
}
div#welcome_guest_popup #search_res {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 10;
    width: 100%;
}
.custom_form .form-group.inp-wrap-orange input {
      padding: 5px 10px;
      border: 0px;
      margin: 2% auto;
      box-shadow: none;
  }
.custom_form .form-group.inp-wrap-orange textarea {
      padding: 5px 10px;
      border: 0px;
      margin: 2% auto;
      box-shadow: none;
  }

iinput:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #9ca890 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/************** REGISTER ******************/
.radio_design {
    overflow: hidden;
    width: 100%;
    margin: 20px;
}
.radio_design > a {
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 23px;
    float: right;
    border: 2px solid #f3ce9d;
    border-radius: 100%;
    margin: 4px 0 0 0;
}
.radio_design > a i {
    color: #f3ce9d;
    font-size: 19px;
}
.radio_design > span {
    display: block;
    float: right;
    width: calc(100% - 60px);
    margin-right: 10px;
    line-height: 38px;
}


  .account-edit .form-group ,
  .account-edit ,
  .account-edit label ,
  .account-register .form-group ,
  .account-register ,
  .account-register label {
      font-size:20px;
      line-height:24px;
  }

.register-form{
    height: 34px;
    width: 232px;
    margin: 4px 0;
}
body.account-edit .register-form,
body.account-register .register-form{
  width: 501px;
  height: 48px;
  padding: 0 7px;
}
body.account-edit .tab-pane .form-group:nth-child(2n+1) .register-form,
body.account-register .tab-pane .form-group:nth-child(2n+1) .register-form{
}
body.account-edit .register-form-height ,
body.account-register .register-form-height {
    width: 501px;
    height: 90px;
}
body.account-edit .register-form-height textarea ,
body.account-register .register-form-height textarea {


}
body.account-edit .tab-pane .form-group:nth-child(2n+1) .register-form-height,
body.account-register .tab-pane .form-group:nth-child(2n+1) .register-form-height{
}

div.required .control-label:before {
    color: #5a614b;
    font-size: 24px;
    line-height: 42px;
}
.register-form input ,
.register-form select,
.register-form .form-control[disabled] {
  padding: 2px;
  height: calc(100% - 11px);
  background: none;
  border: 0px;
  width: 100%;
  margin: 5px 0;
  height: 37px;
}
label.register-form_label.control-label {
    width: 160px;
}
.register-form-height{
      height: 53px;
      width: 232px;
      margin: 4px 0;
}
.register-form-height textarea {
      padding: 2px;
      height: 74%;
      background: none;
      font-size: 20px;
      border: 0px;
      width: 100%;
      margin: 4% auto;
      box-shadow: none;
}





/********************************/





















.login_form .form-group input {

}
.login_form .form-group input[type="checkbox"] {
    height: auto;
    margin: 0 0px 0 5px;
    vertical-align: -2px;
}

.login_form .form-group input[type="submit"] {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    line-height: 40px;
}
.hidden_label {
    font-size: 0;
    position: absolute;
    display: none;
}
.login_wrap .cbox {
    line-height: 20px;
}

.login_wrap input[type="submit"].btn-peach  {
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
}
#login_form_pp .login_wrap input[type="submit"].btn-peach {
    color: #484848;
    line-height: 34px;
    text-decoration: auto;
    font-size: 18px;
    height: 34px;
    width: 110px;
}

#login_form_pp .welcome {
    width: 100%;
    text-align: center;
}
#login_form_pp .welcome a.loginlink {
    width: auto;
    max-width: 200px;
    height: 50px;
    line-height: 26px;
    font-size: 26px;
    float: none;
    margin: 20px auto;
}
.login_btn_wrap a.btn_logout {
    display: block;
    width: 100%;
    color: #000;
    text-align: left;
    display: none;
}

a.btn.btn-peach.submit-btn {
  width: 125px;
  height: 34px;
  line-height: 22px;
}


#header2 .shipping {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 230px;
	display: none;
}
#header2 .shipping > .text {
	width: 64%;
	float: right;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: 1px;
	font-weight: bold;
	color: #590202;
}
#header2 .shipping .bela {
	width: 36%;
	float: left;
}
#header2 .shipping .bela img{
	width: 100%;
}





/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* Banner */

.banner {
    position: relative;
    width: 100%;
		height: 100vh;
		overflow: hidden;
}
.banner > div {
    position: absolute;
		top: 0;
    width: 100%;
		height: 100vh;
		opacity: 0;
		transition: opacity 1.6s;
}
.banner > div.current {
		opacity: 1;
}
.banner_inside a {
    position: absolute;
    width: 451px;
    height: 150px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background: rgba(182, 202, 103 ,0.85);
    color: #fff;
    display: block;
    box-shadow: 0px 0px 10px -2px #000;
    font-size: 45px;
    font-weight: 900;
    padding: 32px;
    line-height: 46px;
    transition: all 0.8s;
}
.banner_inside > a:hover {
	background: rgba(255,255,255,0.2);
	color: #77b047;
}


.basket_page .banner {
    height: 172px;
    margin-bottom: 40px;
}
.basket_page .banner_inside {
    background-position: center !important;
    height: 100%;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.cart_basket_wrap .item-layout.small {
    width: 160px;
    height: 160px;
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
}
.cart_basket_wrap .item-layout.small .product-thumb {
    width: 100%;
    height: 92px;
}
.cart_basket_wrap .item-layout.small span.title {
    font-size: 16px;
    line-height: 18px;
}
.cart_basket_wrap .item-layout.small .product-thumb img{
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;

  }
  .cart_basket_wrap span.title {
      font-size: 20px;
      line-height: 20px;
  }
  #cart_wrap .half.show {
      width: 100%;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      position: relative;
  }

  .cart_page_table thead tr td {
      border: 0px;
      font-size: 20px;
      font-family: rubik-bold;
      color: #a3bf41;
  }
  .cart_page_table tbody tr {

  }
  .cart_page_table tbody tr:last-child {
    background: none;
  }
  .cart_page_table tbody tr td {
      border: 0px;
      font-size: 20px;
      color: #232323;
      height: 100px;
      padding: 0 4px;
  }
.cart_page_table tbody tr.sum_row td {
    padding-top: 0px;
    text-align: left;
    height: 120px;
}
.cart_page_table tbody tr.sum_row {
    border-top: 2px solid #a4bf41;
    border-bottom: 2px solid #a4bf41;
}
.cart_page_table tbody tr.solar-orange td {
    background: #a4bf4147;
}
.cart_page_table tbody tr.solar-orange td * {
    color: #f48e3b;
}
  .cart_page_table tbody tr td.td_name {
      max-width: 192px;
      min-width: inherit;
  }
  .cart_page_table tbody tr td a {
      color: #232323;
  }
  .cart_page_table tbody tr td img {
      border: 0px;
      height: 80px;
  }
  .cart_page_table tbody tr td.icon {
      position: relative;
      width: 80px;
  }
  .cart_page_table tbody tr td.icon a{
      position: relative;
  }

 div#edditions_tabs_wrap {
    transition: all 0.5s;
     width: 100%;
}

.cart_table{
    transition: all 0.5s;
}
.cart_table.ppopen, div#edditions_tabs_wrap.ppopen {
      width: 70%;
  }
  .cart_table.table-responsive.col-md-12 {
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
  }
  .cart_table td .total_text {
      margin-top: 10px;
      color: #a3bf41;
      padding: 32px 0px 0 50px;
      font-size: 35px;
      margin: 10px 0;
  }
  .cart_page_table tbody tr > td:last-child {
      width: 190px;
  }
  .cart_page_table tbody tr td a.btn.next-page {
      color: #232323;
      font-size: 23px;
      padding-right: 35px;
      padding-top: 115px;
      position: absolute;
      bottom: 19px;
      left: 0;
  }


/* menu */
.menu_bar {
    font-size: 56px;
    color: #a3bf41;
    display: block;
    width: 55px;
    text-align: center;
    z-index: 150;
    position: absolute;

}
.menu_bar i.fa-times {
    color: #fff;
}
#menu.navbar {
    margin: auto;
    top: 14px;
		min-height: 0;
}
#menu.navbar .navbar-collapse.collapse{
    padding: 0;
}
#menu .navbar-nav {
    float: right;
    margin: 0;
    direction: rtl;
    text-align: right;
		padding: 0;
}
#menu .navbar-nav > li {
    float: right;
    display: block;
    width: 100%;
    margin: 4px 0;
    padding: 0 10px;

}
#menu .navbar-nav > li:last-child {
}
#menu .nav > li > a {
	display: block;
	padding: 0 8px;
	color: #fff;
	transition: color 0.5s;
    line-height: 30px;
    font-size: 28px;
}
header.scroll #menu .nav > li > a {
}
#header2 #menu .nav > li > a i {
    font-size: 18px;
}
#menu .nav > li > .sep {
	/* display: block;
	position: absolute;
	width: 1px;
	height: 11px;
	background: rgba(120,176,70,0.4);
	top: 4px;
	left: 0; */
}
#menu .nav > li:last-child > .sep {
	display: none;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    text-align: right;
    font-size: 12px;
}
.list-unstyled {
    padding-right: 0;
}

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


.hompage_text h1 {
	color: #9ca546;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 20px auto;
}
.homepage_text_right {
	margin: 60px 0;
}
.homepage_image {
	position: absolute;
	width: 53%;
	height: 76%;
	bottom: -29px;
	left: 56px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.homepage_text_right .btn {
	width: 320px;
	height: 42px;
	line-height: 42px;
	margin: 20px auto;
}

/* content */
#content {
	/* min-height: 600px; */
  font-size: 20px;
  padding: 0 4px;
}
.checkout-cart div#content {
    min-height: 320px;
}
/* footer */
footer {
	margin-top: 0;
    padding-top: 0px;
    color: #e2e2e2;
    position: relative;
    clear: both;
    height: 0px;
}
body.basket_pp_open footer,
body.basket_pp_open .powered {
  background-color: #fffbe0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #415667;
}
footer a:hover {
	color: #000;
}
footer .list-box {
	padding:0 0 0 40px;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #77b047;
	border-bottom: 1px solid;
	line-height: 38px;
}


.form-control.line-input {
	border: 0px;
	color: #386b0d;
	border-bottom: 1px solid;
	border-radius: 0;
	background: none;
	box-shadow: inherit;
	font-size: 16px !important;
	padding: 0;
	transition: all 0.5s;
    margin-top: 10px;
}
.form-control.line-input:focus {
	border-bottom: 2px solid;
}

.form-control.line-input.alert-danger {
    color: #a94442;
    border-bottom: 1px solid #f2dede;
    background: #ebccd1;
}


.form-group {
	position: relative;
}
.form-group span.border {
	position: absolute;
	left: 50%;
	content: '';
	height: 3px;
	background: #77b047;
	transition: all 0.5s linear;
	width: 0;
	bottom: 0;
}
.form-group input:focus ~ span.border {
	width: 100%;
	margin-left: -50%;
}
.list-box.footer_form .form-group {
    width: 100%;
}
footer .list-box span.title {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
    height: auto;
}
footer .list-box span.title strong {
    display: block;
		color: #77b047;
		font-size: 20px;
}



footer .success {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: center;
    opacity: 0;
    display: none;
    transition: opacity 0.6s;
    right: 0;
    border-radius: 10px;
    margin: -15px;
    left: 0;
}
footer .success > div a.close {
    position: absolute;
    top: -90px;
    bottom: inherit;
    left: 20px;
    height: 20px;
    width: 20px;
    display: block;
    opacity: 1;
}
footer .success > div a.close i {
    margin: 0;
    color: #fff;
    font-size: 24px;
}
footer .success.show {
		opacity: 1;
		display: block;
}
footer .success > div {
	position: absolute;
	width: 100%;
	font-size: 22px;
	height: 80px;
	margin: auto;
	top: -300%;
	bottom: inherit;
	transition: all 0.9s;
}
footer .success > div.show {
	top: 10px;
	bottom: 0;
}

footer .success > div i {
	display: block;
	font-size: 34px;
	margin-top: 20px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    z-index: 9;
    opacity: 0.7;
    margin: 20px 0 ;
}
.alert-danger a {
    color: #691010;
}
/* breadcrumb */

.breadcrumb_wrap {
    position: absolute;
    height: 180px;
    right: 70px;
    top: 0;
    width: 660px;
    transition: all 0.5s;
}
body.account-edit .breadcrumb_wrap ,
body.account-register .breadcrumb_wrap {
    height: 120px;
  }
body.scroll .breadcrumb_wrap {
}
body.scroll .breadcrumb_wrap .breadcrumb {
}
.breadcrumb {
    margin: auto;
    padding: 74px 0;
    border: 0;
    background: none;
    position: relative;
    width: 100%;
    transition: all 0.5s;
}
body.account-edit .breadcrumb ,
body.account-register .breadcrumb {

}
body.account-edit.scroll .breadcrumb ,
body.account-register.scroll .breadcrumb {
}

body.account-edit .breadcrumb > li:hover a,
body.account-edit .breadcrumb > li.active a,
body.account-edit .breadcrumb > li.selected a,
body.account-register .breadcrumb > li:hover a,
body.account-register .breadcrumb > li.active a,
body.account-register .breadcrumb > li.selected a {
    color: #000;
}


.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    position: relative;
    white-space: nowrap;
    text-shadow: inherit;
    padding: 0;
    margin: 0 0;
    height: 50px;
    width: auto;
    line-height: 50px;
    padding-right: 8px;
    text-align: center;
    min-width: 200px;
    transition: all 0.5s;
    font-size: 34px;
    font-family: fbogen-bold;
}
.breadcrumb>li:first-child a,
.breadcrumb>li:first-child.selected a{
    color: #364020;
}

.breadcrumb>li:nth-child(odd):before{
    content: '';
    padding: 0;
    position: absolute;
    background: url('../image/arrow1.png') no-repeat center center / 78% auto;
    display: block;
    width: 162px;
    height: 60px;
    left: -40%;
    top: -46px;
}
.breadcrumb>li:nth-child(even):after{
    content: '';
    padding: 0;
    position: absolute;
    background: url('../image/arrow2.png') no-repeat center center / 78% auto;
    display: block;
    width: 162px;
    height: 58px;
    left: -40%;
    bottom: -46px;
}

.breadcrumb>li.selected:nth-child(odd):before ,
.breadcrumb>li.selected:nth-child(even):after {
    opacity: 0.3;
}

.breadcrumb>li:last-child:before,
.breadcrumb>li:last-child:after{
    background: none;
}

body.account-edit .breadcrumb > li ,
body.account-register .breadcrumb > li {

}
body.account-edit .breadcrumb > li ,
body.account-register .breadcrumb > li {
  width: 170px;
}
.breadcrumb > li.disable {

}
.breadcrumb > li:hover a,
.breadcrumb > li.active a,
.breadcrumb > li.selected a{
    color: #ff8f3d;
}
.breadcrumb > li a {
    color: #a3bf41;
    z-index: 2;
    position: relative;
    font-size: 34px;
    font-weight: bold;
}
.breadcrumb > li.disable a {
    color: #666;
    cursor: context-menu;
}
.breadcrumb > li.green a,
.breadcrumb > li.green.disable a {
    color: #a3bf41;
}


.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    background: #a3bf41;
}
.btn-primary.blue {
    background-image: none;
    	background-color: #286090;
      color:#fff;
}
/* .btn-primary.blue:hover {
    background-image: none;
} */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    opacity: 0.75;
}
a.btn.small {
    font-size: 16px;
    height: 28px;
    width: auto;
    line-height: 28px;
    padding: 0 10px;
}
a.btn-peach, input[type="submit"].btn-peach ,
a.btn-pink, input[type="submit"].btn-pink ,
a.btn-green, input[type="submit"].btn-green ,
button.btn-green {
    top: -1px;
    position: relative;
    background: #f48e3b;
    border-radius: 12px;
    color: #fff !important;
    padding: 0px 22px 10px;
    font: bold 30px/32px fb_ogen;
    height: 44px;
    line-height: 44px;
}

body.account-edit a.btn-peach,
body.account-edit input[type="submit"].btn-peach,
body.account-edit a.btn-pink, input[type="submit"].btn-pink ,
body.account-register a.btn-peach,
body.account-register input[type="submit"].btn-peach,
body.account-register a.btn-pink, input[type="submit"].btn-pink {
    color: #fff;
    background: #a3bf41;
}
a.btn-peach, input[type="submit"].btn-peach {
    background:#f48e3b
}
a.btn.btn-peach.wide ,
a.btn.btn-pink.wide ,
a.btn.btn-green.wide {
    width: auto;
    padding: 0 25px;
    line-height: 46px;
}

a.btn.btn-green.widebtn {
    height: auto;
    display: block;
    padding: 10px;
    background: #f48e3b30;
    border: 2px solid #f48e3b;
    width: 285px;
    color: #f48e3b !important;
    font-size: 20px;
    line-height: 22px;
    border-radius: 14px;
}

a.btn-peach:hover,
input[type="submit"].btn-peach:hover {
    color: #232323;
}

a.btn-white, input[type="submit"].btn-white {
	color: #a3bf41;
	text-shadow: inherit;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border: 1px solid #a3bf41;
  transition: all 0.5s;
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	  opacity: 0.8;
}
.btn-green:active {
	  background-position: 0px 2px;
}
.btn-white:hover, .btn-white:active,
.btn-white.active, .btn-white.disabled, .btn-white[disabled] {
	background-color: #f9eeee;
	color:#333;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
    margin: 0px auto;
}

.product-thumb .in_basket {
    position: absolute;
    right: 27px;
    top: 7px;
	transition: opacity 1s;
}

.product-thumb .in_basket.hide {
    opacity: 0;
}
.product-thumb .in_basket i {
    font-size: 23px;
    color: #fcbf49;
    border: 2px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px #666;
}

.item-addition .product-thumb .in_basket {
	left: 0;
	display: none;
	opacity: 1;
	background: rgba(255,255,255,0.8);
	right: 0;
	bottom: 0;
	margin: auto;
	transition: opacity 0.6s;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	box-shadow: 0px 0px 3px 0px;
}

.item-addition.in_cart .product-thumb .in_basket {
		display: block;
}
.item-addition:hover .product-thumb .in_basket {
		opacity: 1;
		display: none;
}
.item-addition .product-thumb .in_basket i {
    font-size: 24px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    opacity: 0.5;
    background: #fff;
    border-radius: 45px;
    color: #f48e3b;
}


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

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}




/* DANI */
.basket_wrap {
    /* float: none; */
    margin: auto;
    /* min-height: calc(100vh - 120px); */
    padding: 20px 0;
}
.basket_wrap.small {

}
div#search_item {
    height: 70px;
    width: 737px;
    position: relative;
    float: right;
}
body.scroll div#search_item {
    width: 607px;
}

div#search_item .head {
  height: 49px;
  width: 318px;
  margin: 6px 0;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
div#search_item a {
	display: block;
	background: #023059;
	height: 55px;
	width: 55px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	right: 0;
	z-index: 10;
}
div#search_item  a img {
	position: absolute;
	right: -2px;
}
div#search_item span {
    height: 49px;
    width: 318px;
    margin: 6px 0;
    display: block;
    float: right;
}
.searchcart {
    display: inline-block;
    width: 70px;
    height: 70px;
    float: right;
    margin: 0 0 0 10px;
    background: url('../image/searchcart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    cursor: pointer;
}
div#search_item span input {
    padding: 0 4px;
    height: 60px;
    background: none;
    border: 0;
    width: 650px;
    border: 2px solid #a3bf41;
    margin: auto;
    display: block;
    border-radius: 30px;
    padding-right: 20px;
    font-size: 24px;
}
div#search_item a.clearres {
    position: absolute;
    right: calc(100% - 55px);
    top: 19px;
    transition: all 0.8s;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    left: inherit;
    line-height: 30px;
    background: none;
    font-size: 31px;
}
body.scroll div#search_item a.clearres {
    top: 9px;
}

div#search_item a.clearres:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: #aa2222;
}
div#search_res {
    position: absolute;
    right: 10px;
    top: 53px;
    z-index: 10;
    width: calc(100% - 40px);
}
#search_res > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 4px -2px #999;
    margin-top: 0;
}
#search_res > ul li {
    background: #fff;
    line-height: 22px;
    padding: 5px;
    border-bottom: 0px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}
#search_res > ul li.danger-color {
    color: #a94442;
}
#search_res > ul li:hover {
    background: #efefef;
}
#search_res > ul li img {
    height: 20px;
    margin-left: 10px;
}
ul#map_list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 600px;
    float: right;
}
#map_list li {
    float: right;
    line-height: 70px;
    padding: 0 20px;
    font-size: 34px;
    font-family: rubik-bold;
    transition: all 0.5s;
}
#map_list li.premium {
    color:#c69b3c;
}
#map_list li.ordanic{
    color:#a3bf41;
}
#map_list li.onsale{
    color:#bf4141;
}
#map_list li img{
    margin: 0 5px;
}
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #1b6da3;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 176px;
    padding: 6px 11px 6px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0px 1px 5px -1px #000;
}
.sale_ribbon.ribbon span {
    background-color: #cf0f01;
    font-size: 14px;
    width: 163px;
}
.sale_ribbon.ribbon::before, .sale_ribbon.ribbon::after {
    border: 5px solid #5a0903;
}
/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 24px;
    transform: rotate(-45deg);
}


.li-tab .ribbon {
    width: 50px;
    height: 50px;
}
.li-tab .ribbon-top-left {
    top: -5px;
    left: -5px;
}
.li-tab .ribbon-top-left::before {
    top: 0px;
    right: 8px;
    z-index: 1;
}
.li-tab .ribbon-top-left::after {
    bottom: 8px;
    left: -2px;
    z-index: 1;
}
.li-tab .ribbon span {
    z-index: 3;
    right: -3px;
    top: 3px;
    width: 70px;
    padding: 6px;
}




body.scroll div#search_item .head {
}
body.scroll div#search_item .head span{
}
body.scroll div#search_item .head span input{
}
body.scroll div#search_item div#search_res {
}
body.scroll div#search_item .head a.clearres {
}







div#my_comment {
    position: fixed;
    bottom: 187px;
    left: 20px;
		z-index: 20;
}
div#my_comment .head {
    position: relative;
		height: 60px;
		width: auto;
		cursor: pointer;
}
div#my_comment .head a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
		z-index: 10;
}
div#my_comment .head i {
    font-size: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
		color: #feddb0 ;
		transition: all 0.5s;
}
div#my_comment .head:hover i {
		color: rgba(2,48,89,1) ;
}
div#my_comment .head span {
    display: block;
    background: #023059;
    height: 30px;
    width: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    left: 36px;
    position: absolute;
    top: 15px;
    overflow: hidden;
    transition: width 0.5s;
}
div#my_comment .head:hover span {
	width: 120px;
}


.biodinamicpp .alert-content h2 ,
.comment_popup .alert-content h2 {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 15px;
    font-weight: normal;
}
button#sendcommentbtn,
#sendrecip-btn {
    width: 120px;
}
.biodinamicpp .alert-content ,
.comment_popup .alert-content {
    padding: 20px 20px 20px;
}

#login_form_pp .box-border {
    border: 0px solid #a3bf41;
    border-radius: 8px;
    min-height: 270px;
}
#login_form_pp2 .box-border {
    min-width: 290px;
    width:410px;
    margin: auto;
}
#login_form_pp2 .box-border .inp-wrap-orange {
    width: 100%;
}
#login_form_pp2 .box-border .inp-wrap-orange input{
    margin: 0 0 14px 0;
}

.form-control.textarea-height {
    height: 100px;
    font-size: 18px;
}
.wide-btn {
    padding: 8px 20px;
    font-size: 16px;
		min-width: 120px;
}
.btn.btn-4 {
    min-width: 120px;
}
.well.login-box {
    overflow: hidden;
    min-height: 346px;
}
.no-padding {
    padding: 0;
}
.padding-4 {
    padding: 0 7%;
}
.padding {
    padding: 16px;
}

.form_wrap .form-group {
    width: 100%;
}
.form_wrap input[type="submit"] {
    float: left;
    width: 170px;
    background: #a4bf41;
    font-family: fbogen-bold;
    font-size: 32px;
    border-radius: 50px;
}











.print_v {
	background: #000 none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #43ff05;
	direction: ltr;
	left: 0;
	overflow: auto;
	padding: 10px;
	position: fixed;
	top: 32px;
	min-width: 50px;
	max-width: 80vw;
	max-height: 80vh;
	z-index: 99999;
	transition: all 0.6s;
	transition-timing-function: ease-in-out;
}

.print_v.close {
	left: -100% !important;
}


.print_v .open, .print_v .close {
	background: #0f0 none repeat scroll 0 0;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
	height: 20px;
	left: 5px;
	font-weight:bold;
	color:#fff;
	line-height: 20px;
	position: fixed;
	text-align: center;
	top: 5px;
	width: 20px;
	opacity: 0.8;
}
.print_v .close {
	background: #f00 none repeat scroll 0 0;
}
.print_v pre {
	background: none;
	color: #2eee00;
	direction: ltr !important;
	text-align: left;
	border: 0;
}

.product-layout {
    cursor: pointer;
}

.htabs_steps_wrap {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 20px 0;
}
a.htabs_steps {
    display: inline-block;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding: 9px 20px;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    font-size: 16px;
		background: linear-gradient(to top, #eaeaea 0%,#fff 30%);
		cursor: pointer;
		text-decoration: none !important;
}
a.htabs_steps.active {
    border-bottom: 0px;
		background: #fff;
}


.mybasket {
    position: relative;
    margin: 0;
    padding: 0;
}
.basket-conteiner {
    height: 0;
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden;
    background: #fffbe0;
}
.basket-conteiner > div {
    overflow: hidden;
    width: 100%;
    transition: all 0.8s;
    padding: 0;
    /* height: 726px; */
    margin: auto;
    padding-bottom: 14px;
}
.basket-conteiner.open {
    opacity: 1;
    box-shadow: 0 -18px 28px -16px #ccc;
    height: auto;
}
.basket-conteiner .nav-tabs {
    margin: 0;
    overflow: hidden;
    position: absolute;
    border: 0px;
    /* background: #fdf8bc; */
    box-shadow: 0px 0px 7px -2px #333;
    left: 60px;
		padding: 0;
		background: #023059;
}
.basket-conteiner .nav-tabs > li {
	height: 38px;
	line-height: 38px;
}
.basket-conteiner .nav-tabs > li > a {
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	line-height: 38px;
	padding: 0 15px;
	cursor: pointer;
}
.basket-conteiner .nav-tabs > li:hover > a,
.basket-conteiner .nav-tabs > li.active > a,
.basket-conteiner  .nav-tabs > li.active > a:focus,
.basket-conteiner  .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	border: 1px solid transparent;
	border-color: transparent ;
	background-color: #436684;
}
.basket-conteiner a.close-popup {
    left: 26px;
    top: 12px;
		border: 0px;
}


.basket-conteiner.halfopen {
    left: -50%;
		box-shadow: 6px 0px 13px -4px #666;
}
.basket-conteiner .replace_items_wrap {
    /* height: 588px; */
    overflow: auto;
}
.replace_items_wrap .item-layout {
    height: 204px;
    margin: 16px 6px;
    width: 160px;
    padding: 0;
}
.replace_items_wrap .item-layout.tigbur-layout .product-thumb,
.replace_items_wrap .item-layout .product-thumb {
    height: calc(100% - 115px);
}
.replace_items_wrap .item-layout.tigbur-layout span.title,
.replace_items_wrap .item-layout span.title {
    font-size: 20px;
    line-height: 19px;
    height: 40px;
}
.replace_items_wrap .tigbur-layout.item-layout .action {
    position: relative;
    margin-top: 4px;
}


.basket-conteiner-btns {
    position: absolute;
    top: 15px;
    right: 15px;
		display: none;
}
a.btn-container {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin: 0 2px;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0;
}

.basket-conteiner-btns {
    position: sticky;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 9;
    width: 93px;
    height: 32px;
    padding: 4px;
}
.unit_size_wrap {
    padding: 15px 0;
}

.accordion_slider_wrap{
		overflow: hidden;
		padding: 0px;
		width: 96%;
		margin: 0px 2% 0;
		float: right;
		position: relative;
}
.accordion_slider{
	height: auto;
	padding: 0 !important;
	overflow:hidden;
	transition: all 0.8s;
}
.basket-tigbur-conteiner {
    margin-top: 24px;
    float: right;
}
.item-layout {
    margin: 24px 14px;
    border: 0px;
    width: calc(16.6% - 28px);
    float: right;
    position: relative;
    aspect-ratio: inherit ;
    height: inherit;
    /* overflow: hidden; */
    transition: all 0.3s;
}
.basket_wrap .item-layout {
	cursor: pointer;
	transition: all 0.8s;
  height: 168px;
  padding: 0;
}
.basket_wrap .item-layout .half {
  bottom: -7px;
}
.basket_wrap .item-layout:not(.remove):hover {
	opacity: 0.8;
}

.basket_wrap .item-layout:active {
	/* margin: 13px 0.5% 7px 0.5%; */
	box-shadow: 0px -3px 14px -4px;
}
.basket_wrap.small .item-layout {

}
.basket_wrap.small .item-layout span.title {

}
.itembanner_wrap {
    position: absolute;
    z-index: 9;
}
.itembanner {
    font-size: 14px;
    color: #fff;
    padding: 2px 4px;
    height: 20px;
    line-height: 14px;
    margin: 0 0 4px;
    box-shadow: -1px 1px 2px 0px #bbb;
    border-radius: 0 0 0 13px;
    position: relative;
}
/*.itembanner.banner_1 {*/
/*    top: 4px;*/
/*}*/
/*.itembanner.banner_2 {*/
/*    top: 25px;*/
/*}*/
/*.itembanner.banner_3 {*/
/*    top: 46px;*/
/*}*/


.item-layout .success {
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 50px;
    height: 50px;
    display: block;
    top: -100%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    border-radius: 25px;
    border: 1px solid;
    box-shadow: 0px 0px 3px -1px #333;
		opacity: 0;
		transition: all 0.5s;
}
.item-layout .success.show {
	opacity: 1;
	top:0;
	bottom:0;
}

.related .item-layout.bc-1 ,
.related .item-layout.bc-2 ,
.related .item-layout.bc-3 ,
.related .item-layout.bc-4 ,
.related .item-layout.bc-5 ,
.related .item-layout.bc-6 ,
.related .item-layout.br-1 ,
.related .item-layout.br-2 ,
.related .item-layout.br-3 ,
.related .item-layout.br-4 ,
.related .item-layout.br-5 ,
.related .item-layout.br-6 ,
.related .item-layout {
    margin: 10px  12px ;
    padding: 4px 0 8px;
    width: 154px;
    position: relative;
    height: 190px;
		float: right;
}
.related a.wishlist_star {

}
.item-layout.choose {
    box-shadow: 0px 0px 10px 7px rgb(212, 217, 159);
}
.item-layout.br-2 {
		height: 350px;
}
.item-layout.bc-2 {
    width: 31.9%;
    float: left;
    margin: 10px 0.5% 10px 1%;
}
.item-layout.bc-3 {
    width: 48.3%;
    float: left;
    margin: 10px 0.5% 10px 1%;
}
.item-layout.bc-4 {
    width: 65.2%;
    float: left;
    margin: 10px 0.5% 10px 1%;
}
.item-layout.bc-5 {
    width: 81.8%;
    float: left;
    margin: 10px 0.5% 10px 1%;
}

.item-layout.bc-6 {
    width: 98.5%;
    float: left;
    margin: 10px 0.5% 10px 1%;
}
#tab-wishlist .item-layout.bc-1 ,
#tab-wishlist .item-layout.bc-2 ,
#tab-wishlist .item-layout.bc-3 ,
#tab-wishlist .item-layout.bc-4 ,
#tab-wishlist .item-layout.bc-5 ,
#tab-wishlist .item-layout.bc-6 ,
#tab-wishlist .item-layout.br-1 ,
#tab-wishlist .item-layout.br-2 ,
#tab-wishlist .item-layout.br-3 ,
#tab-wishlist .item-layout.br-4 ,
#tab-wishlist .item-layout.br-5 ,
#tab-wishlist .item-layout.br-6 ,
#tab-wishlist .item-layout {
		margin: 10px 0.5%;
		padding: 8px 0 2px;
		width: 15.6%;
		float: right;
		height: 165px;
}
#htab-wishlist{
	/* background: url('../image/wishlist_3.png'); */
}
#htab-recipe{
	/* background: url('../image/recipe_3.png'); */
}
.item-layout .product-thumb {
    border: 0px;
    margin: 10px;
    height: 120px;
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
    overflow: visible;
}
.item-layout.link-box .product-thumb {
    height: 180px;
}
.item-layout.link-box .image > img {
    margin: 0;
    width: 100%;
}
.basket_wrap #edditions_tabs_wrap .item-layout.link-box span.title {
    height: 20px;
    min-height: 22px;
}
.basket_wrap #edditions_tabs_wrap .item-layout:not(.search_view) {
    display:none
}
.tab-pane2:not(.search_view) > h2, .tab-pane2:not(.search_view) > .category_summery{
    display:none
}

.basket_wrap #edditions_tabs_wrap .item-layout.link-box .price_site {
    height: 20px;
    min-height: 22px;
    text-align: center;
    width: 100%;
    display: block;
    color: #d4d99f;
    font-size: 20px;
}

.basket_wrap.small .item-layout .product-thumb {
    height: calc(100% - 40px);
}
.related .item-layout .product-thumb {
		height: 60%;
}
.item-layout span.title {
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    color: #a3bf41;
    display: block;
    margin: 4px 0;
}
.basket_wrap #edditions_tabs_wrap .item-layout span.title {
    min-height: 45px;
}
.basket_wrap #edditions_tabs_wrap .item-layout {
    height: inherit;
    min-height: 300px;
    padding: 4px;
    box-shadow: 0px 0px 5px -3px #888;
    width: calc((100% / 6) - 30px );
}
.basket_wrap #edditions_tabs_wrap .item-layout:hover {
    background: #f4f4f4;
}

.cart_wrap  span.prices ,
.item-addition span.prices {
    line-height: 24px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    color: #232323;
    margin: 4px auto 0;
}






.cart_wrap  span.prices.measures ,
.item-addition span.prices.measures {
    display: block;
}
.cart_wrap span.prices {
    width: 50px;
    float: right;
    height: 30px;
    display: block;
    margin-top: 6px;
}
.cart_wrap span.price_site {
    font-family: fbogen-regular;
    width: 93px;
    float: left;
    height: 30px;
    display: block;
    margin-top: 6px;
    line-height: 25px;
}

.cart_wrap span.prices span,
.item-addition span.prices span {
    display: block;
    text-align: center;
    font-size: 18px;
    float: right;
    margin-top: 4px;
    width: 100%;
}
.item-addition span.prices span.old_price {
    font-size: 14px;
    width: auto;
    text-decoration: line-through;
    color: #d84b4b;
    height: 24px;
    float: right;
    margin-top: 0;
    padding: 0 14px;
    line-height: 27px;
    display: block;
    width: 100%;
}
.cart_wrap span.prices span {
    margin: 0;
    width: 100%;
    float: none;
}
.cart_wrap span.prices span.price_site2,
.item-addition span.prices span.price_site2{
    opacity: 0;
    display: none;
}
.cart_wrap span.prices span.measure_text ,
.item-addition span.prices span.measure_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 8px;
}

.related .item-layout h4 {

}
.item-layout.small.tiny {
    width: 8%;
		height: 80px;
}
.item-layout.small {
    height: 80px;
}
.jconfirm-content .item-layout.small {
    width: 104px;
    margin: 5px;
    border: 1px solid #eee;
    text-align: center;
    padding: 4px 0;
    border-radius: 5px;
}
.jconfirm-content .item-layout.small.nochargeitem {
    background: rgba(100, 144, 39, 0.18);
}
.item-layout.small .product-thumb {
    height: 34px;
}
.item-layout.small span.title {
    width: 100%;
    padding: 0 4px;
    font-weight: normal;
}
.item-layout.small h4{
    width: 100%;
    padding: 0 4px;
    font-weight: normal;
		font-size: 12px;
}
.item-layout.tiny span.title {
	font-size: 12px;
	text-align: center;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
	padding: 0 4px;
	margin: 4px 0 0;
	width: 100%;
	bottom: 2px;
}
.item-layout.tiny .image {
    margin: auto;
    height: 100%;
}
.item-layout.tiny .product-thumb {
	height: 44px;
}
.item-layout .image {
		margin: 0;
		height: calc(100% - 0px);
        background: #ffffff;
}
.basket_container .item-layout .image ,
.alert-content .item-layout .image {
		margin: 0px auto 0;
		height: calc(100% - 0px);
}
.item-layout .image > img {
    max-height: 100%;
    width: auto;
}
.item-layout .action {
	position: absolute;
	top: 0px;
	margin: auto;
	height: 32px;
	width: auto;
	text-align: center;
	transition: all 0.5s;
	left: 0px;
}
.item-layout .action > a {
    display: block;
    height: 36px;
    width: 37px;
    cursor: pointer;
    transition: all 0.4s;
}


/* .item-layout .action:hover > a.replace { */
.item-layout:hover .action > a.replace {
		opacity: 0.7;

}
@-moz-keyframes loading { 100% { -moz-transform: rotate(720deg); } }
@-webkit-keyframes loading { 100% { -webkit-transform: rotate(720deg); } }
@keyframes loading { 100% { -webkit-transform: rotate(720deg); transform:rotate(720deg); } }

a.prev-page.to_cart_btn ,
a.to_cart_btn {
    position: fixed;
    cursor: pointer;
    display: block;
    line-height: 36px;
    transition: all 0.5s;
    bottom: 40px;
    z-index: 99;
    width: 130px;
    height: 56px;
    padding-top: 53px;
    color: #666;
    text-align: center;
    box-shadow: none;
    font-size: 24px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: calc((100vw - 1644px) / 2);
}
a.to_cart_btn.next-page.btn.payment_button.ending_register {
    width: 274px;
    right: inherit;
    bottom: 24px;
}
a.to_cart_btn.addition_page.next-page.btn {
    line-height: 36px;
    bottom: 10px;
    width: 130px;
    height: 56px;
    padding-top: 53px;
    font-size: 24px;
    left: calc((100vw - 1644px) / 2);
    right: inherit;
}
.cart_page_table tbody tr td a.payment_button {
    position: fixed;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
    bottom: 10px;
    z-index: 99;
    width: 175px;
    height: 60px;
    padding: 0;
    color: #666;
    text-align: center;
    box-shadow: none;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: inherit;
    left: calc((100vw - 1644px) / 2);
    font-size: 24px;
    line-height: 60px;
}
.cart_page_table tbody tr td
a.payment_button.ending_register {
    width: auto;
    padding: 0;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
}
a.to_cart_btn.next-page.btn.payment_button {
    background: #a4bf3f;
    top: inherit;
    padding: 0 15px;
    width: auto;
    line-height: 54px;
}
.cart_wrap table a.to_cart_btn.next-page.btn.payment_button {
    background: #a4bf3f;
    top: inherit;
    padding: 0 15px;
    width: auto;
    height: auto;
    bottom: inherit;
    margin: 0;
}
.addition_popup a.to_cart_btn {
    position: absolute;
}
.addition_popup a.to_cart_btn.next-page.btn {
    right: inherit;
    left: 57px;
}
a.next-page {
    left: 20px;
    background: url('../image/nextpage.png');
}
a.prev-page {
    right: 20px;
    background: url('../image/prevpage.png');
}
a.continue-page {
    right: 20px;
    background: url('../image/continue_shoping.png');
}

a.next-page i,a.prev-page i{
  font-size: 18px;
}


.item-addition.item-layout .action  {
    height: 44px;
}
.item-addition.item-layout .action > a {
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.add_item_to_basket {
	width: 25px;
	height: 22px;
	float: right;
	margin: 5px 0;
	text-align: center;
}

a.wishlist_star {
    position: absolute;
    left: 4px;
    top: 4px;
    cursor: pointer;
    transition: all 0.5s;
    display: block;
    width: 24px;
    height: 30px;
    background: url('../image/add_to_list_icon.png') no-repeat right center/ 100% 100%;
    opacity: 0.2;
    z-index: 10;
}


a.wishlist_star:hover,
a.wishlist_star.choose{
    opacity: 1;
}

a.wishlist_star i{
	color:#f9beae;
	font-size: 20px;
}
a.wishlist_star:hover i{
	color:#fcbf49;
}

a.wishlist_star.choose:hover i{
  color:#f9beae;
}


.product_recipe_box {
    width: 162px;
    height: auto;
    float: right;
    margin: 12px 10px 25px;
    cursor: pointer;
    transition: opacity 0.5s;
}
.product_recipe_box:hover {
    opacity: 0.8;
}
.product_recipe_box .img_wrap {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 20px;
}
.product_recipe_box .img_wrap img {
    max-width: 100%;
    max-height: 100%;
}
.emptybg {
    position: relative;
    height: 40px;
    overflow: hidden;
}
.emptybg > div {
    background: url('../image/empty_bg.png') no-repeat right center/ 100% 100%;
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 40px;
}
.emptybg > a {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 6px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 34px;
}


.alert-content h2.recipes_header {
    height: 108px;
    padding: 36px 14px;
    font-size: 35px;
    font-family: rubik-bold;
    color: #a3bf41;
}

a.recipes_icon {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: context-menu;
	transition: all 0.8s;
    width: 32px;
    height: 43px;
    background: url('../image/recipe_icon.png') no-repeat right center/ 100% 100%;
	display: block;
	z-index: 10;
}

a.recipes_icon i{
	color:rgba(179, 178, 178 , 0.5 );
	font-size: 18px;
}
a.recipes_icon:hover i{
	color:rgba(179, 178, 178 , 1 );
}
ul.recipes_list {
    position: absolute;
    margin: 0;
    padding: 4px;
    list-style: none;
    width: 156px;
    font-size: 12px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 3px #333;
    line-height: 14px;
    z-index: 10;
		display: none;
		opacity: 0;
		transition: opacity 0.8s;
		top: 10px;
		right: 7px;
}
a.recipes_icon:hover > ul.recipes_list {
		display: block;
		opacity: 1;
		transition: opacity 0.8s;
}
ul.recipes_list li {
    padding: 3px 0;
    border-bottom: 1px solid #acacac;
		color: #000;
		transition: all 0.6s;
}
ul.recipes_list li:hover {
    border-bottom: 1px solid #fcbf49;
		color:#fcbf49;
}
.half {
    position: absolute;
    bottom: -3px;
    right: 0;
    color: #a3bf41;
    font-size: 22px;
    height: 34px;
    width: 100%;
    text-align: center;
    line-height: 29px;
    opacity: 0;
}

.half.show {
    opacity:1;
}
.basket_wrap .item-layout .quantity {
    position: absolute;
    top: 0;
    font-family: arial;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: #feddb0;
    color: #ff8f3d;
    box-shadow: 1px 1px 2px #333;
    right: 12px;
}

.remove .half.show {
    opacity:0;
}

.action .half {
    top: -1px;
    right: -3px;
    color: #23a1d1;
    font-size: 14px;
    background: #fff;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 13px;
    border-radius: 33px;
    border: 1px solid;
    box-shadow: 0px 0px 4px #000;
    opacity: 1;
}
.tigbur-layout.item-layout .action {
    height: 30px;
    width: 140px;
    overflow: hidden;
    border: 1px solid #000;
    position: absolute;
    top: inherit;
    margin: auto;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: 10;
    line-height: 16px;
    font-size: 20px;
    background: #fffbe0;
}
.tigbur-layout.item-layout .action.open {
    height: 64px;
}
.item-layout.remove {
    opacity: 0.4;
    cursor: not-allowed !important;
}
.replace_items_wrap .item-layout.remove {
    display: none;
}
.item-layout.remove .action{
    display: none;
}

.item-layout .action > span {
    position: absolute;
    left: 7px;
    cursor: pointer;
		display: none;
}
.item-layout .action.big > span {
    display: block;
    width: 30px;
    position: absolute;
    left: 0;
    height: 100%;
    color: #000;
    line-height: 24px;
}
.item-layout .action > a.btn-succes{
    cursor: pointer;
    display: block;
    width: 59px;
    margin: 6px 4px 0;
}
.tigbur-layout .action > a {
    background: none;
    opacity: 1;
    text-align: right;
    padding: 0 4px;
    color: #000;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 32px;
}
.item-layout .action > a.btn-success.disabled ,
.tigbur-layout .action > a.btn-primary.disabled {
    cursor: not-allowed;
}
.item-layout input.items-inp {
    width: 24px;
    height: 23px;
    border: 0px;
    border: 2px solid #1f90bb;
    color: #000;
    text-align: center;
    vertical-align: 1px;
    border-radius: 3px;
    margin: 0 10px;
    position: absolute;
    top: 7px;
    right: 0px;
    border-radius: 14px;
}
.item-layout.tigbur-layout .product-thumb {
	height: calc(100% - 52px);
}
.item-layout.tigbur-layout span.title {
	font-size: 14px;
	line-height: 15px;
	height: 30px;
	padding: 0 5px;
	width: 100%;
	position: relative;
	margin: 6px auto 0;
	display: block;
}
.basket_items_btns a.btn {
    width: 200px;
    margin: 20px 0;
}
.basket_wrap .nav-tabs > li {
    height: 28px;
    text-align: center;
    align-content: stretch;
    float: none;
}
.basket_wrap .nav-tabs > li#htab-wishlist ,
.basket_wrap .nav-tabs > li#htab-recipe {
    background-size: auto calc(100% - 60px) !important;
}
.basket_wrap .nav-tabs > li.active {
    /*background-image: url('../image/brush_el.png');*/
    background-size: 100% auto !important;
    background-position: center !important;
}
.basket_wrap .nav-tabs > li > img {
    position: absolute;
    height: calc(100% - 59px);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
basket_wrap .nav-tabs > li > a {
    display: block;
    line-height: 16px;
    position: absolute;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border: 0px;
    bottom: 40px;
    text-align: center;
    width: 100%;
    line-height: 24px;
    height: 100%;
    padding-top: calc(100% - 1px);
}
.basket_wrap .nav>li>a {
    font-family: 'rubik-bold';
    font-size: 32px;
    height: auto;
    padding: 0 20px;
    text-align: center;
    color: #364020;
    transition: all 0.5s;
    z-index: 0;
}
.nav-tabs>li>a {
    border: 0px;
}
.nav-tabs>li>a:hover {
    border: 0px;
}
.basket_wrap .nav>li>a:focus,
.basket_wrap  .nav>li>a:hover {
  color: #9ea270;
}
.basket_wrap .nav-tabs>li.active>a,
.basket_wrap .nav-tabs>li:hover.active>a ,
.basket_wrap .nav>li:hover>a,
.basket_wrap .nav>li>a:hover{
    cursor: pointer;
    background-color: inherit;
}
.basket_wrap .basket_item_wrap .nav-tabs > li {
	height: auto;
	background: #edb41f;
	width: auto;
	min-width: 120px;
}
.basket_wrap .basket_item_wrap .nav-tabs>li.active {
		background: #95570e;
}
.basket_wrap .basket_item_wrap .nav-tabs > li > a {
	height: auto;
	padding: 1px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 0px;
	border-left: 1px solid #fff;
	border-radius: 0px;
}
.basket_category_wrap {
    background: #fff;
}
body.scroll .basket_category_wrap {
}

body.scroll .basket_item_wrap{
}
body.scroll .basket_category_wrap .nav-tabs{
}
.basket_category_wrap.scroll .nav-tabs {

}


.basket_category_wrap .nav-tabs {
    padding: 0 0 28px 0;
    margin: auto;
    width: 100%;
    display: flex;
    border: 0px;
    justify-content: space-between;
}
.basket_category_wrap .nav-tabs::before {

}
.basket_item_wrap {
	margin-top: 6px;
}
.basket_item_wrap ul {
    width: 100%;
    background: #65922b;
		overflow: hidden;
		display: none;
}
.basket_item_wrap.scroll ul {
	margin: auto;
	width: 1170px;

}
.nav-tabs > li {
    margin-bottom: 0px;
		float: right;
}
.basket_category_wrap > ul {
	background: #fff;
}
.categotry-title {
    margin-top: 40px;
    padding-bottom: 15px;
    float: right;
    width: 100%;
}
.category_summery {
    width: 90%;
    margin: 10px 5% 20px;
    font-size: 24px;
    color: #a3bf41;
    float: right;
}
a.scroll_arrow {
    position: fixed;
    left: 20px;
    font-size: 32px;
    color: rgba(2,48,89,0.4);
    font-weight: bold;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 40px;
    text-align: center;
    transition: all 0.5s;
		display: none;
}
body.scroll a.scroll_arrow {
}
a.scroll_arrow:hover {
    color: rgba(2,48,89,0.7);
}
a.scroll_to_top {
    top: calc(50vh - 40px);
}
a.scroll_to_down {
    bottom: calc(50vh - 10px);
}


body.scroll a.to_cart_btn {
}
a.to_cart_btn:hover {
    opacity: 0.8;
}




.tab-pane2 {
    overflow: hidden;
    float: right;
    width: 100%;
}


#edditions_tabs_wrap .tab-pane {
    min-height: 520px;
    overflow: hidden;
}
#edditions_tabs_wrap .tab-pane.no_pad {
		min-height: 0px;
}

@media (max-width: 992px){
	.basket_category_wrap {
	    /* width: 970px; */
	}
}
div#loadtabs {
    width: 100%;
    float: right;
}

#pointer{
	float: right;
	width: 100%;
}
.load_tab {
    opacity: 0;
		transition: all 3s;
}
.load_tab.show {
    opacity: 1;
}

.item-addition {

}

.item-addition .zoom {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 120px;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 120px;
    border: 8px solid rgba(97,142,36,0.7);
    border-radius: 60px;
    background: rgba(255,255,255,0.8);
    color: rgba(97,142,36,1);
    box-shadow: 0px 0px 8px #000;
		opacity: 0;
		display: none;
		transition: all 0.5s;
		cursor: pointer;
}
.item-addition .zoom i {
    font-size: 20px;
}

.item-addition .info {
	position: absolute;
	right: 5px;
	width: 22px;
	height: 22px;
	top: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 22px;
	background: rgba(255,255,255,0.8);
	color: rgba(97,142,36,1);
	transition: all 0.5s;
	cursor: pointer;
  display: none;
}
.item-addition:hover .info {
		box-shadow: 0px 0px 5px -2px #000;
		border: 1px solid rgba(97,142,36,0.7);
}
.item-addition .info i {
    font-size: 12px;
}

.item-addition .zoom i.loading {
    -webkit-animation:loading 4s linear infinite;
    -moz-animation:loading 4s linear infinite;
    animation:loading 4s linear infinite;
}
.bio_buttons i.loading {
    -webkit-animation: loading 4s linear infinite;
    -moz-animation: loading 4s linear infinite;
    animation: loading 4s linear infinite;
    color: #cee697;
    font-size: 29px;
}
@-moz-keyframes loading { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes loading { 100% { -webkit-transform: rotate(360deg); } }
@keyframes loading { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.related .item-addition .zoom {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 4px solid rgba(97,142,36,0.7);
    box-shadow: 0px 0px 6px #000;
}
.related .item-addition .zoom i {
    font-size: 24px;
}

.item-addition:hover .zoom {
		/* opacity: 1; */
}
.item-addition.in_cart .zoom {
		display: none;
}


.item-layout.in_cart .zoom i {
    display: block;
    padding: 20px 10px 5px;
}

.toggle_items {
    overflow: hidden;
    padding: 0;
    margin: 1px 0;
}
/* .toggle_items.open {
		max-height: 1000px;
		transition: max-height 0.55s ease-in;
} */
.toggle_items > h3 {
	margin: 0;
	height: 30px;
	font-size: 18px;
	background: #023059;
	border: 1px solid #436684;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
	transition: all 1s;
}
.toggle_items.open > h3 {
	background: #436684;
	border: 1px solid #023059;
}
.basket-view {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: 90%;
	margin: auto;
	display: none;
}
.basket-conteiner > div > h2 {
	display: block;
	margin: 20px 0 20px 0px;
	text-align: right;
	padding-right: 40px;
  font-family: trashim, sans-serif;
  font-size: 50px;
  position: relative;
  color: #a3bf41;
}
span.replace_name {
    font-weight: bold;
}


.replace_stage {
    height: 588px;
    background: url('../image/replace-stage.png') no-repeat left center;
}
.replace_stage span.replace_image {
    display: block;
    height: 184px;
    width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.replace_stage span.replace_name {
    display: block;
    width: 180px;
    position: absolute;
    top: 390px;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 27px;
    text-align: center;
}
.mybasket_blocker {
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.6s;
}
body.basket_pp_open .mybasket_blocker {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.basket_items_btns {
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.6s;
}
body.basket_pp_open .basket_items_btns {
    height: 0;
    opacity: 0;
    background: #fffbe0;
    display: none;
}

.toggle_items > h3 > i {
    margin: 0 10px;
}
a.toggle_items-btn {
			position: absolute;
	    cursor: pointer;
	    border-radius: 4px;
	    cursor: pointer;
	    margin: 0 2px;
	    display: block;
	    width: 22px;
	    height: 22px;
	    line-height: 22px;
	    text-align: center;
	    padding: 0;
			top: 11px;
			right: 0;
}


/************** POP UP ***************/


.alert-popup {
    position: fixed;
    width: 100vw;
    height: 0;
    background: rgba(0,0,0,0.6);
    top: 0;
    right: 0;
    transition: opacity 0.6s;
    opacity: 0;
    overflow: hidden;
		z-index: 999;
}
.alert-popup.show-popup {
    height: 100vh;
    opacity: 1;
}
.alert-popup > div {
	position: absolute;
	width: 560px;
	min-height: 220px;
	max-width: 92vw;
	max-height: 80vh;
	right: 0;
	left: 0;
	top: -100%;
	background: #fff;
	margin: auto;
	transition: all 0.8s;
	box-shadow: 0px 0px 15px -3px #000;
	border-radius: 0 0 4px 4px;
	overflow: auto;
}
.alert-popup.show-popup > div {
    top: 0;
}
.alert-popup > div > span.corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #d6111b transparent transparent transparent;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
	display: none;
}
a.close-popup_3,
a.close-popup {
    position: absolute;
    left: 12px;
    top: 16px;
    transition: all 0.8s;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 20;
    font-size: 40px;
}

a.bottom.close-popup {
    top: inherit;
    float: left;
    position: relative;
    margin-top: -4px;
    width: auto;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}
a.bottom.close-popup i {
    font-size: 14px;
    color: #fff;
}

a.close-popup_3 {
	left: 20px;
	top: 10px;
}
.alert-popup a.close-popup {
	left: 10px;
	top: 10px;
}

a.close-popup_3 i, a.close-popup i {
    font-size: 40px;
    color: #a3bf41;
}
a.close-popup_3:hover ,
a.close-popup:hover {
		/*transform: rotate(360deg);*/
    opacity:0.8;
}
a.close-comment-popup {
    position: absolute;
    left: 22px;
    top: 25px;
    transition: all 0.8s;
    cursor: pointer;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    z-index: 20;
    font-size: 26px;
}
.alert-content .login_form {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 238px;
    height: 153px;
}

.alert-content,
.alert-content_3 {
    color: #fcbf49;
    font-size: 18px;
    padding: 30px 20px;
    line-height: 23px;
}

.alert-content a,
.alert-content_3 a{
    color: #8a8a8a;
    text-decoration: underline;
}
.alert-content a.btn,
.alert-content_3 a.btn{
    color: #232323;
    text-decoration: none;
}

input[type="submit"], button, a.btn {
	 border: 0px;
	/* width: 100%;
	height: 34px;
	font-size: 18px;
	line-height: 34px;
	padding: 0 10px;
	border-radius: 2px;
  min-width: 100px */

}

.alert-content a.btn-green {
    display: block;
    width: 260px;
    margin: 20px 0;
    height: 52px;
    font-size: 22px;
    line-height: 40px;
}

.popup ,
.addition_popup ,
.comment_popup ,
.biodinamicpp ,
.sendmail_popup {
    position: fixed;
    width: 100vw;
    height: 0;
    background: rgba(255,255,255,0.6);
    top: 0;
    right: 0;
    transition: opacity 0.6s;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    display: none;
}

.popup {
		z-index: 9000;
}
.pac-container{
	z-index: 9009;
}
.comment_popup {
		z-index: 99999;
}
.biodinamicpp {
		z-index: 99998;
}
.sendmail_popup {
		z-index: 800;
}
.popup.show-popup ,
.addition_popup.show-popup ,
.sendmail_popup.show-popup ,
.biodinamicpp.show-popup ,
.comment_popup.show-popup {
    height: 100vh;
    opacity: 1;
    z-index: 850;
    display: block;
}
.popup > div ,
.addition_popup > div ,
.sendmail_popup > div ,
.biodinamicpp > div ,
.comment_popup > div {
    position: absolute;
    width: 790px;
    min-height: 440px;
    max-height: calc(100vh - 80px);
    padding: 40px;
    max-width: 96vw;
    right: 0;
    left: 0;
    top: 40px;
    background: #fff;
    margin: auto;
    transition: all 0.8s;
    box-shadow: 0 0 15px -3px #000;
    border-radius: 0 0 4px 4px;
    overflow-y: visible;
    overflow-x: hidden;
}
.popup h2.head_title,
.addition_popup h2.head_title {
    font-size: 36px;
    padding: 0;
    margin: 0;
    font-family: fbogen-bold;
    color:#a3bf41;
    text-align: center;
}

.comment_popup.options_popup > div ת
.biodinamicpp.options_popup > div {
	height: 410px;
	text-align: center;
}
.sendmail_popup > div {
    height: 248px;
}

.popup.show-popup > div ,
.addition_popup.show-popup > div ,
.sendmail_popup.show-popup > div ,
.biodinamicpp.show-popup > div ,
.comment_popup.show-popup > div {
    top: 20px;
}
.common-home .show-popup > div {
    min-height: 550px;
}
.sendmail_popup span.title {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    padding: 12px 40px;
}

.popup > div .alert-content_3 > span.corner,
.addition_popup > div .alert-content_3 > span.corner  {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #d6111b transparent transparent transparent;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    display: none;
}

.popup > div > span.corner ,
.addition_popup > div > span.corner ,
.sendmail_popup > div > span.corner ,
.biodinamicpp > div > span.corner ,
.comment_popup > div > span.corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #d6111b transparent transparent transparent;
    display: none;
    left: 0;
    position: absolute;
    z-index: 0;
}
.popup .alert-content,
.addition_popup .alert-content,
.sendmail_popup .alert-content,
.biodinamicpp .alert-content,
.comment_popup .alert-content {
  color: #000;
  padding: 30px 0 0 0;
  line-height: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 40px);
  /* margin: 20px; */
  min-height: 160px;
  font-size: 20px;
}
.popup.show-popup > div.close_wrap,
.addition_popup.show-popup > div.close_wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: inherit;
    max-height: inherit;
    cursor: pointer;
    background: none;
    transition: none;
}
.pp_addition_img {
    overflow: hidden;
}
#choose_guest_day_wrap ,
#choose_path_day_wrap {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    overflow: visible;
    transition: height 1s;
    float: right;
}
div#ul_path_day_wrap {
    max-width: 98vw;
    overflow: auto;
}
#choose_guest_day_wrap.minimze,
#choose_path_day_wrap.minimze {
    /* display: none; */
    height: 0;
    overflow: hidden;
}
#choose_guest_day_wrap strong ,
#choose_path_day_wrap strong {
    /*color: #444;*/
    /*padding: 0 8px;*/
}
strong#cityname {
    margin: 0 1px 0 6px;
    color: #444;
}
#choose_guest_day_wrap div#search_res{
    right: 0;
    top: 60px;
    width: calc(100%);
}
#choose_path_day_wrap div#search_res {
    right: 0;
    top: 74px;
    width: calc(100%);
}
div#choose_path_day_ul_wrap {
    width: 100%;
    overflow: auto;
}
div#default_supplier_date h2 {
    text-align: center;
}
ul#choose_path_day {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 20px;
    min-width: 100%;
}
#checkout-cart ul#choose_path_day {
    min-width: inherit;
}
ul#choose_path_day > li {
    list-style: none;
    float: right;
    text-align: right;
    color: #e62323;
    font-family: 'rubik-bold';
    padding: 10px 4px 10px 4px;
    line-height: 18px;
}
ul#choose_path_day > li span.next_date {
    display: block;
    font-size: 14px;
    font-family: 'rubik';
    color: #999;
}
ul#choose_path_day > li > ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px 10px 0;
}
ul#choose_path_day > li > ul > li {
    font-size: 15px;
    font-family: 'rubik';
    margin: 8px 8px 8px 0;
    width: 172px;
    transition: all 0.4s;
    text-align: right;
    padding: 6px 4px 10px 12px;
    border: 1px solid #02425f;
    border-radius: 4px;
    position: relative;
    min-height: 130px;
    box-shadow: 0px 0px 7px -2px #999;
    cursor: pointer;
    float: right;
}
ul#choose_path_day > li > ul > li.selected {
    background: #ffffff;
    border: 3px solid #a4bf3f;
}
ul#choose_path_day > li > ul > li.selected a{
    color: #af7608;
}

ul#choose_path_day > li > ul > li:hover {
    background: #d2e68b;
    border: 1px solid #708623;
}
ul#choose_path_day > li > ul > li a.btn {
    position: absolute;
    left: 46px;
    bottom: 3px;
    color: #02425f;
    font-size: 16px;
    top: inherit;
    line-height: 16px;
    padding: 4px 10px;
    height: auto;
    border-radius: 4px;
}
ul#choose_path_day > li > ul > li a.btn.btn-green {
    left: 3px;
    color: #ffffff;
    background: #a4bf3f;
}
ul#choose_path_day > li > ul > li a.btn.btn-danger {
    left: 3px;
    color: #ffffff;
    background: #a94442;
}
ul#choose_path_day > li > ul > li a.btn.btn-pink {
    left: 3px;
    color: #ffffff;
    background: #f48e3b;
}
ul#choose_path_day > li > ul > li a.btn.btn-check {
    left: 3px;
    color: #ffffff;
    background: #a4bf3f;
}
ul#choose_path_day > li > ul > li a.btn > i {
    font-size: 14px;
    margin: 0 0 0 4px;
}
ul#choose_path_day > li > ul > li i.fa-check {
    top: 3px;
    color: #a3bf64;
}
ul#choose_path_day > li > ul > li i.fas.fa-minus-square {
    color: #de6a62;
}

ul#choose_path_day > li > ul > li:hover a {
    color: #708623;
}
ul#choose_path_day > li > ul > li.disabled {
    background: no-repeat;
    border: 1px solid #999;
    color: #555;
    text-decoration: line-through;
}
ul#choose_path_day > li > ul > li.disabled a{
    color: #555;
}
ul#choose_path_day > li > ul > li:active {
    background: #708623;
    border: 1px solid #708623;
    color: #fff;
}
ul#choose_path_day > li > ul > li:active a{
    color: #fff;
}
ul#choose_path_day > li > ul > li a {
    color: #337ab7;
}
.ppmsg {
    margin: 20px 0;
}


.change_supply_wrap {
    margin: 22px 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.sendmail_popup .alert-content{
	padding: 0;
}
.app.wishlist_star {
    position: absolute;
    right: -50px;
    top: 0;
}
.app.recipes_icon {
    position: absolute;
    right: 50px;
    top: -30px;
    width: 20px;
    display: none;
}

.alert-content_3 .app.wishlist_star {
    right: 20px;
    top: -10px;
}
.alert-content_3 .app.recipes_icon {
    right: 50px;
    top: -10px;
}


.popup .alert-content .product-thumb,
.addition_popup .alert-content .product-thumb,
.addition_popup .alert-content_3 .product-thumb,
.sendmail_popup .alert-content .product-thumb,
.biodinamicpp .alert-content .product-thumb,
.comment_popup .alert-content .product-thumb{
    border: 0px solid;
    width: 180px;
    margin: auto;
    height: 180px;
    padding: 0;
    position: relative;
    overflow: visible;
}
.related .item-addition .product-thumb {
    height: 30%;
}
.popup .product-thumb .image,
.addition_popup .product-thumb .image {
    text-align: center;
    height: 100%;
    width: 100%;
}
.popup .product-thumb .image img,
.addition_popup .product-thumb .image img {
    margin: 0px auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.popup .alert-content,
.addition_popup .alert-content_3 {
    color: #000;
    font-size: 16px;
    padding: 30px 0px 30px 0px;
    line-height: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 94%;
    max-height: calc(100vh - 40px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    background: rgba(255,255,255,0.95);
    margin: auto;
    width: 96%;
    bottom: 0;
    box-shadow: 0px 0px 53px 3px #999;
    border: 1px solid #666;
    border-radius: 4px;
		transition: opacity 1s;
		display: none;
		opacity: 0;
		background: #f9beae;
}

.popup .alert-content.show,
.addition_popup .alert-content_3.show {
		display: block;
		opacity: 1;
}
.alert-content .related ,
.alert-content_3 .related {
    overflow: hidden;
    padding: 0px;
    width: 96%;
    margin: 26px 2% 0;
    float: right;
}
.recipeslider ,
.relatedslider {
    height: auto;
    padding: 0 !important;
		overflow:hidden;
		transition: all 0.8s;
}
.btn_slide {
    position: absolute;
    top: -20px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    line-height: 22px;
}
.btn_slide.disable {
	opacity: 0.3;
}
.btn_slide:not(.disable):hover {
	opacity: 0.6;
}

.prev_slide {
	right: 0px;
	background: url('../image/rarrow.png') 0 0 / 100% auto;
}
.next_slide {
    left: 0px;
    background: url('../image/larrow.png') 0 0 / 100% auto;
}
.bullets {
	text-align: center;
	margin-top: 10px;
}
.bullets a {
	width: 13px;
	height: 13px;
	background: none ;
	display: inline-block;
	border: 1px solid #023059;
	margin: 0 1px;
	transition: all 0.8s;
}
.bullets a.curr {
	background: #a3bf41;
}
.alert-content .recipes {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
}
.alert-content .recipes .item-addition span.title {
    padding: 0;
    font-size: 24px;
    line-height: 24px;
}

.recipe_related .item-layout .product-thumb {
  height: 100px;
  width: 100%;
  text-align: center;
}
.recipe_related .item-layout h4 {
    font-weight: normal;
    position: relative;
    margin: 16px auto 0;
    width: 100%;
}
.recipe_related .item-layout .info {
	top: 10px;
}



.mycart #cart.open .cart_wrap > div::-webkit-scrollbar,
.basket-conteiner > div::-webkit-scrollbar,
.popup .alert-content::-webkit-scrollbar ,
.addition_popup .alert-content::-webkit-scrollbar ,
.addition_popup .alert-content_3::-webkit-scrollbar {
    width: 10px;
}

.mycart #cart.open .cart_wrap > div::-webkit-scrollbar-track,
.basket-conteiner > div::-webkit-scrollbar-track,
.popup .alert-content::-webkit-scrollbar-track ,
.addition_popup .alert-content_3::-webkit-scrollbar-track ,
.addition_popup .alert-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fcbf49;
    border-radius: 5px;
		background: rgba(252, 191, 73 , 0.3);
}

.mycart #cart.open .cart_wrap > div::-webkit-scrollbar-thumb,
.basket-conteiner > div::-webkit-scrollbar-thumb,
.popup .alert-content::-webkit-scrollbar-thumb ,
.addition_popup .alert-content_3::-webkit-scrollbar-thumb ,
.addition_popup .alert-content::-webkit-scrollbar-thumb {
    background: #fcbf49;
    border-radius: 6px;
}

.mycart #cart.open .cart_wrap > div::-webkit-scrollbar-thumb:hover,
.basket-conteiner > div::-webkit-scrollbar-thumb:hover,
.popup .alert-content::-webkit-scrollbar-thumb:hover ,
.addition_popup .alert-content_3::-webkit-scrollbar-thumb:hover ,
.addition_popup .alert-content::-webkit-scrollbar-thumb:hover {
    background: #538017;
}


.alert-content_3 h2 ,
.alert-content h2 {
    font-size: 16px;
    color: #232323;
		font-weight: bold;
}
.alert-content h2.green {
    background: #d4d99f;
    color: #3c763d;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #a3bf41;
    font-weight: normal;
    font-size: 20px;
}

.alert-content_3 .estimated,
.alert-content .estimated {
    color: #232323;
    font-size: 28px;
}
.quantity.col-md-4.pull-left {
    padding-left: 0;
}
.eddition_wrap h2 {
    margin: 0;
}
.eddition_wrap > div {
    margin-bottom: 24px;
		padding: 0;
}

.recipes > div {
    padding: 0;
}
.recipes .head {
    background: url('../image/line_green.png') no-repeat bottom center;
    padding: 0 0 8px 0;
    font-size: 35px;
    margin: 20px 0;
    font-family: rubik-bold;
    cursor: pointer;
    line-height: 40px;
    border: 0px;
    color: #a3bf41;
}

.recipes .head a {
  display:block;
  float:left;
  margin:0 5px;
}
.recipes .head a.arrow {
    margin-top: -3px;
		color:#999;
}
.recipes .head a {
    color: #23a1d1;
    display: none;
}
.recipes .content {
    padding: 0;
    font-size: 14px;
    margin: 0 0 6px;
    border-top: 0px;
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.45s ease-out;
}
.recipes .content.show {
	max-height: 2500px;
	transition: max-height 0.65s ease-in;
	padding: 10px 0px;
}

.recipes .content ul {
	margin: 10px 0;
	padding: 2px 20px;
	list-style: none;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	width: 100%;
	display: block;
}
.recipes .content .description {
    font-size: 24px;
    line-height: 32px;
}
.recipes .content ul li {
    background: url('../image/triangle.png') no-repeat right 6px / auto 7px;
    padding-right: 15px;
}
.recipes .image {

}
.related.recipe_related .image {
    width: auto;
    max-width: 98%;
    float: none;
    margin: auto;
}
.alert-content .input_pannel > div > .price_1 {
    height: 60px;
    width: calc(100%);
    margin: 0;
    overflow: hidden;
    float: right;
    border: 1px solid #aaa;
    border-right: 0;
}
.alert-content .price_1 {
    height: 40px;
    margin: 0 0;
    float: right;
    text-align: left;
}
.alert-content #sum .price_1 {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #eee;
}
.alert-content #sum .price_1 select {
    width: 100%;
    text-align: right;
}

.recipe_related .item-addition .product-thumb .in_basket {
    height: 60px;
    width: 60px;
    top: -60px;
}

.alert-content .input_pannel {
    height: 60px;
}
.alert-content .quantity_inp ,
.alert-content .item-addition .input_pannel > div > input {
    border: 0px;
    width: 80px;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-weight: 900;
    padding-right: 0;
}

.alert-content .item-addition .prices > .price_1 select,
.alert-content .item-addition .prices > .price_1 span{

}
.alert-content .related .item-addition .prices > .price_1{
    height: auto;
}
.alert-content .prices > .price_1 {
    height: 60px;
    line-height: 60px;
    width: calc(100% - 60px);
    margin: 0;
    font-size: 32px;
}
.alert-content .item-addition .product-thumb .in_basket {
    top: 74px;
}
.alert-content .prices > .price_1 select,
.alert-content .prices > .price_1 span {
    border: 0;
    width: calc(100% + 22px);
    height: 60px;
    font-size: 32px;
    margin: 0 0;
    text-align: right;
    display: block;
    padding: 0;
}

.alert-content_3 .controls-wrapper a.minus,
.alert-content_3 .controls-wrapper a.plus,
.alert-content .controls-wrapper a.minus,
.alert-content .controls-wrapper a.plus {
   display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  margin: auto;
  line-height: 30px;
  color: #a4bf3f;
}
.alert-content_3 .controls-wrapper a.plus,
.alert-content .controls-wrapper a.plus {
    right: 0;
    left: inherit;
}
.alert-content_3 .controls-wrapper a.minus,
.alert-content .controls-wrapper a.minus {
    right: inherit;
    left: 0;
}

  .minus:hover,
  .plus:hover{

  }
.alert-content_3 a.minus:active,
.alert-content_3 a.plus:active,
.alert-content a.minus:active,
.alert-content a.plus:active{
    top: 12px;
    box-shadow: none;
  }

.plus{  top: 2px;}
.minus{  bottom: 2px; }
.input_pannel {
    position: relative;
    width: 140px;
    height: 42px;
    margin: auto;
    padding: 0 28px;
}
.cart_wrap .input_pannel {
    width: 125px;
    height: 40px;
}
.input_pannel .block {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0);
}
.input_pannel .block {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 10;
    border-radius: 60px;
    right: 39px;
    top: 1px;
}
.wholesaler .input_pannel .block {
    display: none !important;
}
.wholesaler .input_pannel .block:hover {
    background: rgba(0,0,0,0.2);
}
.cart_wrap .input_pannel .block {
    width: 40px;
    height: 40px;
    right: 29px;
}

.input_pannel > div {
    overflow: hidden;
    color: #232323;
    height: 40px;
    width: 72px;
    margin: auto;
    border: 2px solid #a3bf41;
    border-radius: 16px;
}
.input_pannel .amount_block {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: none;
    z-index: 10;
    display: none;
}
.cart_wrap .input_pannel > div {
    height: 40px;
    width: 66px;
}
.input_pannel > div > .price_1 {
    height: 60px;
    width: calc(100% - 60px);
    margin: 0;
    overflow: hidden;
    float: right;
    border: 1px solid #aaa;
    border-right: 0;
}
.cart_wrap .input_pannel > div > .price_1 {
    height: 40px;
    width: calc(100% - 40px);
}


.prices > .price_1 select,
.prices > .price_1 span {
	background: none;
	border: 0;
	width: calc(100% + 10px);
	font-size: 14px;
	margin: 3px 10px;
	text-align: right;
	display: block;
}
.item-addition span.prices .price_1 {
    width: 100%;
    float: right;
    text-align: center;
}
.item-addition span.prices .price_1.measure_text span{
    text-align: center;
}
.prices > .price_1 select{
	/*background: url('../image/drop_bg.png') no-repeat 32px center;*/
}
.prices > .price_1 select option {
    background: #fff;
		text-align: center;
}
.cart_wrap .prices > .price_1 select {
    width: 100%;
    margin: 0;
    font-size: 18px;
}


.item-addition .input_pannel  {
    display:block;
		transition: opacity 0.8s;
}

.disable.item-addition .input_pannel  {
    display:none;
}

.disable.item-addition {
    cursor: not-allowed;
    opacity: 0.35;
}
.disable_wrap {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.eddition_wrap .prices > span {
    display: block;
}


.related .item-addition .input_pannel > div {
}
.item-layout .input_pannel > div > input,
.input_pannel > div > input {
    height: 36px;
    width: calc(100% + 20px);
    background: none;
    margin: 0;
    font-size: 18px;
    color: #232323;
    float: right;
    padding: 0 4px 0 0;
    text-align: center;
    border: 0;
    right: -7px;
    position: relative;
    line-height: 60px;
    cursor: text;
    top: 0;
}
.cart_page_table .input_pannel > div > input {
    right: -9px;
}
.cart_wrap .input_pannel > div > input {
    height: 48px;
    width: 55px;
    font-size: 14px;
    font-family: rubik;
    line-height: 48px;
    margin: -3px 4px 0 0;
}
.cart_wrap .input_pannel > div input.quantity_inp {
    width: calc(100% + 14px);
}
.disabled_inp {
    position: absolute;
    height: 20px;
    background: rgba(0,0,0,0);
    width: 100%;
    z-index: 4;
	border-bottom: 1px solid #acacac;
}
.input_pannel a.minus,
.input_pannel a.plus {
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    font-size: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 26px;
    color: #a3bf41;
}
.cart_wrap .input_pannel a.minus,
.cart_wrap .input_pannel a.plus {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}

.related .item-addition a.minus,
.related .item-addition a.plus {

}
.input_pannel a.plus {
    right: 0;
}
.input_pannel a.minus {
    left: 0;
}
.input_pannel a.minus:active{
	bottom: 2px;
}
.input_pannel a.plus:active{
    top: 3px;
}
.item-addition .prices > .price_1 select,
.item-addition .prices > .price_1 span {
    font-size: 18px;
    margin: auto;
    padding-left: 0px;
    line-height: 30px;
    height: 30px;
    font-family: rubik-bold;
    text-align: center;
    width: 100px;
    display: block;
    float: none;
}
.related .item-addition a.minus,
.related .item-addition a.plus {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    color: #a4bf3f;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    font-size: 22px;
}
.related .item-addition a.plus {
    left: inherit;
    right: 0;
}
.related .item-addition a.minus {
    right: inherit;
    left: 0;
}

.popup.cart_page #cartBtn ,
.addition_popup.cart_page #cartBtn ,
.alert_content_3 #cartBtn {
    display: none;
}

.pp_addition_img.disable .controls-wrapper ,
.pp_addition_img.disable .sum {
    display: none;
}


.sum {
    margin: 20px auto;
    padding: 0;
    font-size: 20px;
    width: 195px;
    height: 40px;
    text-align: center;
}
#cartBtn {
    display: none;
}
sum > span {
    line-height: 40px;
    font-weight: bold;
    color: #a3bf41;
    font-size: 20px;
    width: 120px;
    display: block;
    float: right;
    height: 40px;
}
#sum .price_1 select {
    border: 0px;
    background: #fff;
}
.addition_popup .eddition_wrap {
    margin: auto;
    float: right;
}
.prices {
    float: right;
    width: 100%;
}

button#addedditionitem {
    background: none;
    border: 2px solid #fcbf49;
    transition: all 0.8s;
}
button#addedditionitem:hover {
    background:  #fcbf49;
		color:#fff;
}

button#addedditionitem.success ,
button#removeedditionitem {
    border-radius: 34px;
    width: 40px;
    height: 40px;
    background: #fcbf49;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
		border: 0px;
		margin: 0 4px;
}

button#removeedditionitem {
    background: #d00;
}

button#removeedditionitem i ,
button#addedditionitem i {
    font-size: 22px;
		font-weight: normal;
}

.form-group {
    float: right;
}
.form-group > label, .form-group > div {
    float: right;
}


/************** POP UP ***************/

/************** MY CART ***************/
.mycart {
    position: fixed;
    right: calc((100vw - 1644px) / 2);
    bottom: 10px;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 0;
    z-index: 600;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #a3bf414a;
}

.mycart:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('../image/searchcart.png');
    background-repeat: no-repeat;
    background-position: center;
}

.mycart:hover {
    box-shadow: 0px 0px 6px 3px #d4d99f;
}
.mycart #cart > a {
    color: #a3bf41;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
.mycart .shopping-cart {
    display: block;
    position: absolute;
    padding: 8px;
    color: #a3bf41;
    font-size: 28px;
    bottom: 10px;
    right: 22px;
    width: 100px;
    text-align: right;
    line-height: 26px;
    height: 62px;
}
.mycart .shopping-cart .wheelbarrow {
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50px;
	background: #fff url('../image/wheelbarrow.png') no-repeat center / 70% auto;
	margin: auto;
  position: absolute;
}
.go_cart .wheelbarrow {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50px;
	background: #fff url('../image/wheelbarrow.png') no-repeat center / 70% auto;
	position: absolute;
	margin: auto;
	right: 0;
	left: 139px;
}
.mycart .shopping-cart i {
    color: #fcbf49;
    background: #fff;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 41px;
    border-radius: 40px;
    margin: 0 auto 6px;
}

.mycart > span {
	cursor: pointer;
}
span.count {
    color: #283200;
    font-weight: bold;
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
}
.mycart .items_count {
    position: absolute;
    display: block;
    transition: background 1.5s;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 0 0;
    text-align: center;
    color: #556718;
    line-height: 32px;
    font-size: 18px;
    box-shadow: 0px 0px 3px -1px #556718;
    border-radius: 100%;
    background: rgb(255 255 255 / 60%);
}
.mycart .items_count .load {
    position: absolute;
    width: 100%;
    z-index: 10;
    right: 0;
    background: rgba(212, 217, 159,0.8);
    height: 100%;
    top: 0;
    line-height: 140px;
    font-size: 50px;
    opacity: 0;
    transition: opacity 0.8s;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 19px -1px #d4d99f inset;
    color: #ffffff;
}
.mycart .items_count.loading .load{
	opacity: 1;
}
.mycart .items_count .load i {
    -webkit-animation:spin2 3s linear infinite;
    -moz-animation:spin2 3s linear infinite;
    animation:spin2 1s linear infinite;
}
@-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

span.bigf {
    display: block;
    font-size: 50px;
}
.mycart .items_count.changebg {
    background: #d4d99f;
}
.mycart .cart_total {
    display: block;
    cursor: pointer;
		height: 140px;
}


.mycart .cart_total #cart {
	height: 100%;
	margin:auto;
}
.mycart .cart_total #cart > a > i {
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 60px;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
		transition: all 0.5s;
}
.items_total {
    color: #fff;
    border-top: 2px dashed #fff;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    display: none;
}
.mycart a.to_cart {
    color: #d4d99f;
    background: #fff;
    border-top: 2px dashed #d4d99f;
    border-bottom: 2px dashed #d4d99f;
		display: block;
}

.mycart .cart_total #cart > a > .rotate {
    transform: rotate(180deg);
}

.mycart #cart .cart_wrap > div > ul {
    color: #232323;
    z-index: 1001;
    position: relative;
    margin: 80px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
}
.mycart #cart ul a {
	/*color:#232323;*/
}
.mycart #cart.open .cart_wrap {
    width: 720px;
}
.cart_wrap h2 {
    font-size: 36px;
    color: #364020;
    text-align: right;
    position: absolute;
    font-family: fbogen-bold;
    width: 96%;
    background: #fff;
    z-index: 9999;
    top: 0px;
    height: 76px;
    margin: 0;
    padding: 18px;
}
.cart_wrap .searchcart {
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.cart_wrap h2 a.close-popup {
    top: 19px;
    left: 19px;
}
.mycart span.bigf {
    display: inline;
    font-size: 24px;
    font-family: rubik;
    color: #ffffff;
}
.mycart #cart .cart_wrap {
      background: #fff;
      color: #2323;
      top: 20px;
      right: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 0;
      min-height: 200px;
      overflow: hidden;
      transition: all 0.8s;
      height: calc(100vh - 30px);
      overflow: hidden;
      max-width: 80vw;
      padding-bottom: 60px;
      box-shadow: -3px 3px 18px -9px #333;
      padding-top: 3px;
      position: fixed;
      z-index: 9999;
}
.mycart #cart.open .cart_wrap > div {
  width: 100%;
  height: calc(100vh - 180px);
  overflow: auto;
  padding: 20px 10px 20px 20px;
}
.mycart #cart.open .cart_wrap > div.total_a_btn {
    padding: 0 22px;
    height: 70px;
    margin-top: auto;
    position: absolute;
    bottom: 60px;
}
.mycart #cart.open .cart_wrap > div.total_a_btn td {
    height: 70px;
}
.mycart #cart .table>tbody>tr>td.text-left.pay_btn {
    width: 234px;
}
.mycart #cart .table-striped, .mycart #cart .table-bordered {
    width: 98%;
    margin: 0 auto;
}
.mycart #cart .table-striped>tbody>tr {
}
.mycart #cart .table-striped>tbody>tr.total_tr {
    background: none;
}
.mycart #cart .table>tbody>tr>td{
        padding: 14px 8px;
        font-size: 20px;
        line-height: 20px;
        color:#232323;
        border: 0px;
        position: relative;
        vertical-align: inherit;
        font-family: fbogen-bold;
}
.mycart #cart .table>tbody>tr>td.total_td {
    color: #a3bf41;
    font-size: 26px;
    width: 124px;
}
.mycart #cart .table>tbody>tr>td.prices_td {
    width: 170px;
}
.mycart #cart .table>tbody>tr>td.name ,
.mycart #cart .table>tbody>tr>td.name a{
    font-size: 22px;
    line-height: 24px;
    position: relative;
    vertical-align: middle;
    color: #a3bf41;
    width: 210px;
}
.mycart #cart .table>tbody>tr>td.measure ,
.mycart #cart .table>tbody>tr>td.measure a{
    font-size: 22px;
    line-height: 24px;
    position: relative;
    vertical-align: middle;
    color: #364020;
}
.mycart #cart .table>tbody>tr>td.icon {
    width: 50px;
    padding: 0 8px;
}
.mycart #cart tr.total_tr >td {
    padding: 4px 8px;
    line-height: 24px;
    font-size: 20px;
}

.mycart #cart .table-total td {
    margin: 8px 2px;
    color: #000;
    border: 0px;
}
.mycart #cart td .total_text {
    color: #a3bf41;
    font-size: 36px;
    font-family: fbogen-regular;
}
.mycart #cart td.pay_btn {
    width: 160px;
}

.cart_wrap a.to_cart_btn {
  position: relative;
  width: 110px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 20px;
  padding: 67px 0 0 0;
  height: 94px;
  font-size: 18px;
  line-height: 26px;
}
.cart_wrap a.to_cart_btn.next-page {
  float: left;
}
.cart_wrap a.to_cart_btn.prev-page {
  float: right;
}
.mycart #cart td.img_td {
    padding: 0;
    height: 60px;
    width: 60px;
}
.mycart #cart.open ul img.img-thumbnail {
    padding: 0;
    border: 0px;
}

.mycart #cart .table-striped>tbody>tr:nth-of-type(odd) {
}

a.trash_icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url('../image/trash_icon.png') no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 4px;
}
a.edit_icon {
    width: 23px;
    position: absolute;
    height: 23px;
    display: inline-block;
    background: url('../image/edit_icon.png') no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 4px;
}

.mycart #cart a.go_cart {
	display: block;
	color: #d4d99f;
	position: absolute;
	bottom: 10px;
	line-height: 21px;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	width: 96%;
	margin: auto 2%;
	transition: all 0.5s;
	height: 37px;
	line-height: 31px;
	font-weight: bold;
	font-size: 20px;
	width: calc(100% - 100px);
	right: 0;
	left: 29px;
	margin: auto;
}
.mycart #cart a.go_cart:hover {
    background: #d4d99f;
		color:#fff;
}
.mycart  div#basket_container {
    display: none;
}
.item-layout.small .half {
    font-size: 14px;
    height: 22px;
    width: 22px;
    line-height: 18px;
    opacity: 1 !important;
}

.cart_quantity {

}
td.text-center.cart_td {

}

td.cart_td.white{
	background: #fff;
}
td.cart_td.white .img-thumbnail{

}
h1.cart_title {
    color: #a3bf41;
    font-weight: bold;
}
h1.cart_title .small {
	display: block;
	line-height: 40px;
	color: #000;
}
.whitebg {
}
.greenbg {
    background: #a3bf41;
}
.cart_page_table.table-bordered{
	border: 0px;
}
.cart_page_table.table-bordered > thead td{
	line-height: 42px;
}
.cart_page_table.table-bordered > thead td,
.cart_page_table.table-bordered > tbody td {
	border-right: 0px;
	border-left: 0;
	padding: 0;
}
.cart_page_table.table-bordered td .img-thumbnail {
    border: 0px;
}
.cart_page_table.table-bordered tbody tr:hover td  {
    background: #f3f7fc;
}
.cart_quantity {

}
.cart-table-btn > a.btn {
    height: 22px;
    width: 22px;
    padding: 0;
    line-height: 22px;
}
.cart_td .item-layout {
	margin: 10px 0% 10px 0%;
	width: 7%;
	background: #fff;
	float: none;
	display: inline-block;
	height: 94px;
}
.cart_td .item-layout span.title {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.cart_td .item-layout.small .product-thumb {
    height: 46px;
}
.total.table-bordered>tbody>tr>td{
	padding-left: 40px;
}
td span.cart-table-btn a i {
    font-size: 28px;
    line-height: 55px;
    margin: 0 10px 0 0;
    color: #666;
		transition: color 0.6s;
}
td span.cart-table-btn a:hover i {
    color: #590202;
}

.container.cart_btns_wrap {
    padding: 0;
}
.container.cart_btns_wrap > .table.total {
	margin: 0;
}
.container.cart_btns_wrap > .table.total td {
	margin: 0;
	color: #fff;
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	border: 0px;
}
.container.cart_btns_wrap > .table.total td .btn {
    display: block;
    width: 126px;
    float: right;
    margin: 19px 0px 0 10px;
}
.container.cart_btns_wrap > .table.total td.wheelbarrow {
	padding: 0;
	position: relative;
}
.container.cart_btns_wrap > .table.total td .wheelbarrow {
	width: 60px;
	background: #fff url('../image/wheelbarrow.png') no-repeat center / 70%;
	transition: opacity 0.6s;
	height: 60px;
	border-radius: 30px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/************** MY CART ***************/

.recipe_box {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	margin: 8px 1% 8px 2%;
	padding: 4px;
	font-size: 16px;
	height: 172px;
	transition: all 0.5s;
	box-shadow: 0px 0px 6px -3px #999;
	width:44%;
}
.recipe_box:hover {
	box-shadow: 0px 0px 6px 0px #999;
}
.recipe_box:nth-child(2n+1) {
	margin: 8px 2% 8px 1%;
}
.recipe_box > div:first-of-type {
	width: 114px;
	height: 114px;
	float: right;
	margin: 0;
	background-size: cover !important;
}
.recipe_box > div:last-of-type {
	padding:10px 26px;
	width: calc(100% - 115px);
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.recipe_box h2 {
	font-size: 22px;
	margin: 8px 0;
	border-bottom: 1px solid #eee;
	padding: 0 8px 8px 8px;
}
.recipe_wrap h1 {
	margin: 29px 0 4px;
	font-size: 28px;
}
.recipe_wrap {
    background: url('../image/note-bg3.png');
    width: 690px;
    padding: 45px 93px 40px 30px;
    background-size: 100% auto;
    transform: rotate(2deg);
    min-height: 830px;
    margin: 40px auto 70px;
    line-height: 32px;
}
.recipe_wrap p {
    margin: 0;
}
.recipe_wrap span , .recipe_wrap p{
    color: #000 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}
.recipe_wrap li{
    color: #000 !important;
    font-size: 18px !important;
    line-height: 20px !important;
}
table.payment_table td {
    padding: 18px 20px;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}
table.payment_table tr:hover > td {
    color: #000;
}
table.payment_table td a.btn ,
table.payment_table td input.btn {
    width: auto;
}
table.payment_table td i {
    font-size: 29px;
    transform: rotate(-13deg);
		transition: all 0.5s;
}
table.payment_table tr:hover > td i {
    color: #000;
    transform: rotate(0deg);
}

table.payment_table td .cc_number {
    display: block;
    height: 62px;
}
table.payment_table td .cc_number .same_cc {
    float: left;
}
table.payment_table td .cc_number_radio {
    float: right;
    display: block;
    width: 62px;
}
table.payment_table td .cc_number_radio i {
	font-size: 18px;
	color: #a3bf41;
	display: none;
	line-height: 36px;
}
table.payment_table td .cc_number_radio.checked input[type=radio] {
	display: block;
}
table.payment_table * {
    font-size: 20px;
    line-height: 31px;
}
table.payment_table td .cc_number_radio.active i,
table.payment_table td .cc_number_radio.checked i {
	display: block;
}
table.payment_table td .cc_number_radio.checked input[type=radio] {
	display: none;
}
.change_transaction.show {
    min-height: 122px;
}
.change_transaction {
    height: auto;
    overflow: hidden;
    transition: all 1s;
}

.black {
    color: #000;
}
.red {
    color: #d6111b;
}
.blue {
    color: #23a1d1;
}
.bold {
    font-weight: bold;
}

.spinner_wrap.popup {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.5);
    top: 0;
    right: 0;
    opacity: 1;
}

.spinner {
    margin: 100px auto;
    width: 46px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    line-height: 40px;
}
.spinner_wrap.popup > .spinner {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    height: 180px;
    width: 222px;
    box-shadow: none;
    min-height: inherit;
}
.spinner > div {
    background-color: #8bc34a;
    height: 90%;
    width: 19px;
    display: inline-block;
    float: right;
    margin: 0 3px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner > a {
    float: left;
    color: #666;
    cursor: pointer;
		font-size: 14px;
    background: #eee;
		padding: 0 8px;
		box-shadow: 0px 0px 3px -1px #333;
		display: none;
}
.spinner > a:hover {
	opacity: 0.8;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.information_page {
    overflow: hidden;
    position: relative;
}
div#info-description {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 168px);
    position: relative;
    top: 0;
    z-index: 2;
    padding: 40px 0 200px 40%;
    font-family: fbogen-bold;
    font-size: 32px;
    line-height: 32px;
    color: #5a614b;
    background: rgb(237,237,237);
    background: linear-gradient(90deg, rgba(237,237,237,0) 0%, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 100%);
}
div#info-description strong,
div#info-description b{
    font-size: 36px;
    line-height: 36px;
    color: #a4bf41;
}
div#info-bg {
    width: 80%;
    height: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    background-size: cover !important;
    left: 0;
}
body.information-information1 {
    background: #edf0f6;
    color: #023059;
}
body.information-information1 h1{
    color: #023059;
		padding-right: 66px;
}
.information_page.information1 > div.title {
    background: #edf0f6;
    height: auto;
    padding: 0 66px 48px 0;
    font-size: 18px;
    line-height: 24px;
}

.information_page {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}

.information_page.information1 {
    background: #fff;
}
.information_page p {
    overflow: hidden;
    margin: 0 0 20px;
}
.accordion_slider.info_slider {
    height: 100% !important;
}
.information_page.information1  {
		margin: 0px ;
}
.information_page.information1 > div {
    width: 100%;
    display: block;
    padding:  0;
    background: #fff;
    height: 304px;
		overflow: visible;
		margin: 0;
		position: relative;
}
.information_page.information1 > div > div {
    width: calc(50% + 12px);
    height: 100%;
    float: right;
    margin: 0 -6px;
}
.information_page.information1 > div > div{
	float: right;
}
.information_page.information1 > div:nth-child(2n) > div {
	float: left;
}
.information_page.information1 > div:nth-child(2n+1)  {
	background: #edf0f6 ;
}

.information_page.information1 > div:nth-child(2n) > div {
	float: left;
}
.information_page.information1 > div:nth-child(2n) > span.bg {
    position: absolute;
    width: 100vw;
    height: 304px;
    background: #fff;
    right: calc((100vw - 1200px)/-2);
    display: block;
		z-index: 0;
		bottom: 0;
}


.information1 > div > div:not(.accordion_slider_wrap) {
    padding: 46px;
		overflow: auto;
		width: calc(50% - 12px);
		font-size: 16px;
		line-height: 24px;
		position: relative;
		z-index: 2;
}
div.info_banner {
    height: 100% !important;
    margin: 0 6px !important;
		float: right;
}

.info_banner .image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.information_page .bullets {
    margin-top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}
.information_page .bullets a {
    background: #fff;
}
.information_page .bullets a.curr {
    background: #a3bf41;
}
.information_page .btn_slide {
    display: none;
}






.help{
	display:block;
	color:#999;
	font-size: 12px;
    font-family: fbogen-regular;
}
.fields .help {
    font-family: fbogen-regular;
    font-size: 18px;
    font-weight: normal;
}
.form-group .text-danger {
    color: #a94442;
    font-size: 15px;
    height: 16px;
}
.form-control.danger {
    background: #f1c3c2a3;
    color: #820606;
}
fieldset {
    margin: 40px 0;
}
label.radio-block {
    display: block;
}


.options_popup .head {
    text-align: center;
    font-size: 20px;
    padding: 0 0 20px 0;
    color: #a3bf41;
    margin-bottom: 20px;
}
.want_to_do {
    margin: 10px 0;
    margin: 8px;
    transition: all 0.5s;
    text-align: center;
    padding: 10px;
    float: none;
    display: table-cell;
    background: #ffffff;
}
.want_to_do:hover {
    box-shadow: -4px 0px 7px -1px #333;
}
.want_to_do a {
    text-decoration: none;
}
.want_to_do img {
    width: 80px;
    height: 80px;
		cursor: pointer;
}



.baskets_text h2 {
    margin: 53px 0 16px 0;
    font-size: 35px;
    font-weight: 900;
    color: #9ca546;
}
.baskets_text {
    font-size: 23px;
    color: #2d4809;
    line-height: 29px;
    padding-bottom: 60px;
}
.basket_hp_box {
	width: 48%;
	float: right;
	border: 1px solid #999;
	margin: 34px 0 0 2%;
	height: 354px;
	background: #fff;
	padding: 42px;
	position: relative;
}
.basket_hp_box:nth-child(2n+1) {
	margin: 34px 2% 0 0;
}
.basket_hp_box > div {
	width: 50%;
	float: right;
}
.basket_hp_box h3 {
	color: #9ca546;
	font-size: 20px;
	font-weight: 900;
}
.basket_hp_box .content {
	color: #2d4809;
	font-size: 23px;
}
.basket_hp_box .content ul {
	margin: 6px 0 0 0;
	padding: 0;
}
.basket_hp_box .content li {
	background: url('../image/triangle.png') no-repeat right 12px / auto 6px;
	list-style: none;
	float: right;
	display: block;
	padding-right: 7px;
	margin-left: 10px;
	font-size: 14px;
}
.basket_hp_box .price {
	color: #2d4809;
	font-size: 23px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.left_green {
    width: 78px;
    position: fixed;
    z-index: 400;
    right: 0;
		top: 0;
    height: 100vh;
    background: #a3bf41;
    color: #fff;
		display: none;
}
.blue_section {
	position: absolute;
	height: 38px;
	width: 100%;
	background: #023059;
	top: 100px;
}
.left_green .welcome {
    text-align: center;
    padding: 8px 0;
}
.left_green .welcome a{
    color: #fff;
}
.left_green .welcome i {
    font-size: 34px;
    margin-top: 10px;
}

.common-home .blue_section {
    display: none;
}
.hp_banner {
    margin-top: -168px;
}
.banner > div {
    height:calc(100vh - 0px);
}
.banner {
    height: calc(100vh - 0px);
}
.homepage_main_btn {
    width: 200px;
    margin: 20px auto;
}
.homepage_main_btn a.btn {
    color: #f48e3b !important;
    border: 2px solid;
    height: auto;
    padding: 10px 30px;
    background: #ffffff70;
    transition: all 1s;
}
.homepage_main_btn a.btn:hover {
    background: #ffffff;
    box-shadow: 0px 0px 12px -2px #333;
}
div#text_welcome h1 {
    font-family: fbogen-bold;
    text-align: center;
    text-shadow: none;
    font-size: 111px;
}
div#text_welcome {
    position: relative;
    width: 100vw;
    top: 140px;
    height: auto;
    overflow: hidden;
    float: right;
}
div#text_welcome ul {
    font-family: fbogen-bold;
    width: 100vw;
    margin: 30px auto 60px;
    font-size: 50px;
    color: #a3bf41;
    list-style: none;
    padding: 0;
    text-align: center;
}
div#text_welcome ul li {
    display: inline-block;
    padding: 44px;
    width: auto;
    text-align: center;
    position: relative;
}


div#text_welcome ul li:nth-child(1):before {
    content: '';
    padding: 0;
    position: absolute;
    background: url('../image/arrow-top.png') no-repeat center center / 78% auto;
    display: block;
    width: 162px;
    height: 60px;
    left: -48px;
    top: 49px;
}
div#text_welcome ul li:nth-child(2):after {
    content: '';
    padding: 0;
    position: absolute;
    background: url('../image/arrow-bottom.png') no-repeat center center / 78% auto;
    display: block;
    width: 162px;
    height: 60px;
    left: -71px;
    bottom: 40px;
}

div#text_welcome ul li img {
    display: block;
    margin: auto;
}











.stage_text {
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0 10px 0px;
    margin: 20px 0 10px 0;
}
.stage_text.bg {
    background: url('../image/left-border.png') no-repeat left center;
    padding: 0px 0 20px 40px;
}
.common-mybasket .stage_text.wide {
    background: none;
    column-count: 2;
    margin: auto;
}

.baskets_btns {
    text-align: center;
}
.baskets_btns a {
    margin: 10px auto;
    line-height: 48px;
    width: auto;
}

.basket_wrap > button {
	float: none;
	font-size: 17px;
	height: auto;
}
.basket-layout {
	background: #fff;
	padding: 0;
	margin: 20px 5%;
	width: 40%;
	float: right;
  color: #a3bf41;
  padding: 20px;
}
.basket-layout .title {
    font-family: "trashim";
    display: block;
    font-size: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #a3bf41;
    padding: 10px 0;
}
.basket-layout.selected .title {
    /*background: url('../image/brush_el.png') no-repeat center / 100% 100% ;*/
}
.basket-layout.product-layout .title{
		transition: background 0.8s;
}
.basket-layout.product-layout:hover{
    opacity: 0.8;
}
.basket-layout.product-layout:hover .title{
    /*background: url('../image/brush_el.png') no-repeat center / 100% 100% ;*/
}
.basket-layout .product-thumb .image {
    float: none;
    margin: 0 ;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
		position: relative;
}
.basket-layout .product-thumb  {
    margin: 0;
}
.basket-layout .product-thumb .image i.selected {
	position: absolute;
	top: -30px;
	margin: auto;
	right: 10%;
	font-size: 62px;
	color: rgba(2,48,89,0.7);
	opacity: 0;
}
.basket-layout.selected .product-thumb .image i.selected {
    opacity: 1;
}
.basket-layout .description {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0 20px;
  overflow: hidden;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.basket-layout .description li {
	background: url('../image/triangle.png') no-repeat right 8px / auto 7px;
	list-style: none;
	float: right;
	display: block;
	padding-right: 7px;
	margin-left: 10px;
	font-size: 14px;
}
.basket-layout .price {
    font-size: 24px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #f9beae;
    display: block;
}
.basket-layout .price > span {
    display: block;
}
.basket-layout.product-layout .image {
    height: 154px;
    position: relative;
}
.basket-layout.product-layout .image img {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
}
.salashavua_bg {
    background: url('../image/salhashvua_bg.png') no-repeat center bottom / 100% auto;
    height: calc(88vw);
    color: #a3bf41;
    font-family: rubik-bold;
    max-height: 1020px;
}
a.clearres {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 20px;
    height: 20px;
    color: #e00;
    left: 0;
    font-size: 14px;
}
a.clearres i {
}
div.search_res {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 8px -1px;
}
a.clear_res {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #cc1717;
    z-index: 9;
}
.search_res ul {
    padding: 0 10px;
    list-style: none;
}
.search_res li {
    list-style: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
		transition: all 0.5s;
		background: #fff;
}
.search_res li.disable {
    background: #ff9c9c;
}
.search_res li:hover {
    background: #eee;
}
.search_res li img {
    height: 24px;
    width: auto;
    margin: 0 15px 0 10px;
}

.dropdown-menu {
    right: 0;
    direction: rtl;
    text-align: right !important;
    position: absolute;
    top: 25px !important;
    left: 0;
}
#address_inp_wrap > .dropdown-menu {
    top: 33px !important;
}

.container.bottom_logo_wrap {
    position: fixed;
    height: 19px;
    z-index: 999;
    bottom: 0;
    width: 120px;
    left: calc( (100vw - 1644px) / 2);
}

footer > .container {
    position: relative;
    overflow: hidden;
    height: 106px;
}
a#footer_logo {
    position: absolute;
    left: 0;
    bottom: -49px;
    width: 120px;
}
footer > .container img{

}

.powered {
    height: auto;
    color: #353f1f;
    font-size: 18px;
    text-align: center;
    width: 220px;
    margin: 20px auto;
}
.powered img {
    max-height: 100px;
    display: block;
    margin: auto;
}


#account-register .tree_logo{
    /*display: none;*/
}


.bonus_wrap  .item-layout ,
.bonus_slider .item-layout {
    width: 80px;
    height: 90px;
    padding: 0;
		cursor: pointer;
}
.bonus_wrap  .item-layout .image,
.bonus_slider .item-layout .image {
    margin: 0px auto 0;
    height: 100% ;
}
.bonus_wrap .item-layout.tigbur-layout .product-thumb ,
.bonus_slider .item-layout.tigbur-layout .product-thumb {
    height: 40px;
    padding: 5px 0 0 0;
		margin-top: 11px;
}
.bonus_wrap .item-layout.tigbur-layout span.title ,
.bonus_slider .item-layout.tigbur-layout span.title {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 0;
}
.bonus_wrap .item-layout .buttons,
.bonus_slider .item-layout .buttons {
    background: rgba(255,255,255,0.5);
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 4px 4px 0 4px;
}
.bonus_wrap .item-layout .buttons a,
.bonus_slider .item-layout .buttons a {
    color: #ff8f3d;
		transition: all 0.8s;
}
.bonus_wrap .item-layout .buttons a:hover,
.bonus_slider .item-layout .buttons a:hover {
		color: #ff8f3d;
}

.bonus_wrap .item-layout .buttons a {
		color: #d4d99f;
}
.bonus_wrap .item-layout .buttons a.ration {
		color: rgba(146, 43, 43, 1);
}
.bonus_wrap .item-layout .buttons a.ration,
.bonus_slider .item-layout .buttons a.ration{
    float:right;
}
.bonus_wrap .item-layout .buttons a.half_ration,
.bonus_slider .item-layout .buttons a.half_ration{
	float:left;
}

.bonus_head {
    border-bottom: 1px solid #eee;
    overflow: hidden;
		margin-bottom: 20px;
}

.bonus_wrap {
    overflow: hidden;
}
.nocharge > td, .cart_page_table tbody tr.nocharge  > td:last-child  {
    background: rgba(200, 228, 160, 0.18);
}
.tr-danger  > td .base_style,
.tr-danger  > td a,
.tr-danger  > td i,
.tr-danger > td {
    color: #99360f;
    font-size: 26px;
}
.tr-success > td .base_style,
.tr-success > td a,
.tr-success > td i,
.tr-success > td {
    color: #657920;
    font-size: 26px;
}

.notinstock{
	width: 100%;
	display: block;
	font-size: 14px;
}
div#cart_wrap_msg {
    font-size: 20px;
    line-height: 46px;
    padding: 40px;
}
div#sms_wrap {
    line-height: 30px;
}
div#checkout-checkout {
    min-height: calc(100vh - 276px);
}

img.form-img {
    box-shadow: 0px 0px 11px -2px #333;
}
.form-text a {
    color: #ff8f3d;
}

.basket_is_not_full {
    position: absolute;
    top: 70px;
    width: 500px;
    height: auto;
    background: url('../image/pp_g_bg.png') no-repeat center / 100% 100%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90vw;
    color: #ff8f3d;
    padding: 30px 60px;
    z-index: 999;
    transition: all 0.6s;
    text-align: center;
    font-size: 25px;
}
.basket_is_not_full.hide {
    top: -100px;
}

input[type=text] {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
}

div#loadbg {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
}
div#loadbg.show {
    width: 100%;
    height: 100%;
    z-index: 9999;
}
div#loadbg > div {
    /*position: absolute;*/
    /*right: 0;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    /*width: 500px;*/
    /*height: 500px;*/
    /*max-width: 90vw;*/
    /*max-height: 90vw;*/
    /*opacity: 0;*/
    /*transition: all 0.6s;*/
    /*-webkit-animation: rotation 16s infinite;*/
}
div#loadbg.show > div {
    opacity: 1;
}
div#loadbg > span {
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 27px;
    font-size: 25px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.btm-salshavua {
	display: none;
}
.faq-q {
	color:#9DA39C;
	cursor: pointer;
}
.faq-q span {
	 background: url('../image/carrot.png') no-repeat center;
	 background-size: 100%;
	 height: 30px;
	 width: 115px;
	 display: inline-block;
	 transform: translateY(25%);
	 margin-right: 2vw;
 }

.faq-a {
	background: url('../image/faq-brush.png') no-repeat center;
	background-size: 100% auto;
	background-position: top center;
  max-height: 10000px;
  transition: all 0.5s;
  overflow: hidden;
}
.faq-a.close {
    max-height: 1px;
    width: 100%;
}
.new-contact {
	border: 0;
}

.new-contact label.control-label {
	color: #a4bf41;
	font-size: 36px;
    font-family: fbogen-bold;
}
.form-group label.control-label {
    padding-right: 26px;
}
.form-group.required label.control-label {
    padding-right: 10px;
}

div#information-contact {
    min-height: 100%;
    position: relative;
    top: 0;
    z-index: 2;
    padding: 40px 0 200px 50%;
    font-family: fbogen-bold;
    font-size: 32px;
    line-height: 32px;
    color: #5a614b;
    background: rgb(237,237,237);
    background: linear-gradient(90deg, rgba(237,237,237,0) 0%, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 100%);
}

#information-contact .form-text{
    color: #5a614b;
    font-size: 32px;
    font-family: fbogen-bold;
}
#information-contact .form-text b,
#information-contact .form-text strong{
    color: #a4bf41;
    font-size: 36px;
}

#delete_close_order_pp h3#pp_form_title {
    display: none;
}
div#information-contact.pp_form {
    padding: 0;
    background: none;
}
#information-contact.pp_form .form-text {
    color: #5a614b;
    font-size: 20px;
    font-family: 'rubik';
    line-height: 20px;
}
#information-contact.pp_form .new-contact label.control-label {
    font-size: 24px;
}
#information-contact.pp_form .new-contact {
    max-width: 440px;
}






.new-contact form .form-group .input-holder {

}

.new-contact form .form-group .input-holder.no-bg {
	background:none;
	text-align: center;
}
.new-contact input[type='text'], .new-contact input[type='email'], .new-contact input[type='tel'], .new-contact textarea {
    background: transparent;
    padding: 5px;
    border: 0;
    resize: none;
    box-shadow: none;
    border-bottom: 3px solid #d5d5d5;
    border-radius: 0px;
}
.new-contact textarea {
    height: 90px;
}

.options_popup.biodinamicpp > div {
      width: 546px;
      height: 440px;
      max-height: 80vh;
      overflow: visible;
      position: absolute;
      padding: 0;
      bottom: inherit;
      margin: auto;
      left: 0;
      right: 0;
      top: 160px;
      max-width: 60vw;
}
.options_popup.biodinamicpp .alert-content {
    overflow: visible;
    padding: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.options_popup.biodinamicpp .close-popup {
  display: none;
}
.options_popup.biodinamicpp.nonylonpp .close-popup {
    display: block;
    top: 12px;
    left: 12px;
}
.options_popup.biodinamicpp .title {
    width: 60%;
    position: absolute;
    top: 62px;
    left: 10px;
    width: 360px;
    text-align: right;
    font-size: 26px;
    background: url('../image/bio_brush.png') no-repeat top left / 100% 100%;
    padding-right: 77px;
}
.options_popup.biodinamicpp.nonylonpp .title {
    position: absolute;
    top: 30px;
    right: 24px;
    width: 40%;
    text-align: right;
    font-size: 26px;
    background: url('../image/bio_brush.png') no-repeat top left / 100% 100%;
    padding: 20px 0;
    z-index: 5;
    text-align: center;
    height: 112px;
}
.bio_bg_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 582px;
    height: 581px;
    background: url('../image/bio_image.png') no-repeat 0px 3px / 100% auto;
}
.nonylon_bg_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 382px;
    height: 585px;
    background: url('../image/nonylon_image.png') no-repeat 0px 3px / 100% auto;
    margin: auto;
    z-index: 0;
}
.bio_buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8px;
}
.nonylonpp .bio_buttons {
    position: absolute;
    width: 40%;
    top: 138px;
    bottom: inherit;
    right: 16px;
    min-width: 243px;
    z-index: 7;
    height: calc(100% - 155px);
}

#nonylon_req_text a ,
#bio_req_text a ,
.bio_buttons a {
    color: #000;
    text-decoration: none;
    height: 34px;
    display: inline-block;
    padding: 0 20px;
    line-height: 34px;
    margin: 0 7px;
    min-width: 104px;
    transition: all 0.5s;
}
#nonylon_req_text a ,
#bio_req_text a {
  display: block;
  margin: 20px auto;
  width: 164px;
}
#nonylon_req_text a:hover ,
#bio_req_text a:hover ,
.bio_buttons a:hover {
    opacity: 0.8;
}
.bio_buttons a.green_btn{

}
.bio_buttons a.pink_btn{

}
.bio_buttons a.remember_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    line-height: 20px;

    height: 77px;
    padding: 18px 0 0 23px;
    color: #4a4b3e;
}



#nonylon_req_text a.yellow_btn,
#bio_req_text a.yellow_btn,
.bio_buttons a.yellow_btn{

}
div#nonylon_req_text ,
div#bio_req_text {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.9);
    height: 100%;
    padding: 20px;
    line-height: 19px;
    overflow: auto;
    z-index: 10;
}
.osimtable {
	height: 1000px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.osimtable > div {
	/* float: right; */
	display: inline-block;
	padding: 1%;
	vertical-align: top;
}

.one {
	width: 27%;
}

.two {
	width: 34%;
}

.three {
	width: 35%;
}

.dayname {
	padding: 2vw;
	width: fit-content;
	margin: 0px auto 25px;
	text-align: center;
	font-size: 50px;
	color: #9EAD99;
	font-family: trashim, sans-serif;
	background: url('../image/round1.png');
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: visible;
}

.one .dayname {
	background:unset;
}

.one img {
	width: 100%;
	margin-top: 10%;
}

.cal-title {
	color:#EAB873;
}

.almeshek-top {
	background: url('../image/hp_top.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 5%;
	background-origin: content-box;
}

.almeshek-middle {
	background: url('../image/hp_main_bg.png');
	background-size: 70% auto;
	background-repeat: no-repeat;
	padding-bottom: 26%;
	background-position: center;
	margin: -6vw 0 -9vw 0;
}

.almeshek-bottom {
	background: url('../image/hp_bottom.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 5%;
	background-origin: content-box;
}

.meshek-text {
	font-size: 1.2vw;
	line-height: 1.5;
}

.meshek-long {
	display: inline-block;
	float: right;
	margin-top: 6vw;
	width: 45%;
	margin-right: 5vw;
	margin-bottom: 9vw;
}

.meshek-short {
	float: left;
	display: inline-block;
	width: 34%;
	margin-left: 5vw;
	margin-top: 6vw;
	margin-bottom: 9vw;
}

.almeshek-bottom .meshek-long, .almeshek-bottom .meshek-short {
	margin-top: 14vw;
}

.almeshek-bottom .meshek-long {
	width: 43%;
	margin-right: 7vw;
}

@media (max-width: 992px) {
	.basket_category_wrap {
		/* width: 970px; */
	}

	.dayname {
		padding: 5vw;
		font-size: 40px;
		text-align: right;
		margin: unset;
	}

	.cal-title {
		text-align: right;
	}

	.one {
		text-align: left;
	}

	.one img {
		width: 50%;
	}

	.osimtable {
		height: unset;
		background: url('../image/vline.png') 3% no-repeat, url('../image/vline.png') 97% no-repeat;
		background-size: 2vw 100%;
		background-origin: content-box;
	}

	.osimtable > div {
		display: block;
		width: 100%;
		margin: auto;
		background: url('../image/hline.png') bottom no-repeat;
		background-origin: unset;
		background-size: 100%;
		padding: 7%;
	}
}
@media (max-width: 768px){


	.meshek-text {
		font-size: 14px;
		line-height: 1.5;
	}

	.almeshek-top {
		background: unset;
		padding: unset;
	}

	.almeshek-middle {
		background-size: 100% auto;
		padding-bottom: 40%;
		margin: unset;
	}

	.almeshek-bottom {
		background: unset;
		padding: unset;
		margin-top: -15vw;
	}

	.meshek-long, .meshek-short {
		float:unset;
		display:block;
		width:unset;
		margin:unset;
	}

	.almeshek-top .meshek-long {
		background: url('../image/hp-top-top.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 10%;
		padding-bottom: 30vw;
		margin-bottom: -25vw;
	}

	.almeshek-top .meshek-short {
		background: url('../image/hp-top-bottom.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 10%;
		padding-bottom: 30vw;
	}

	.almeshek-bottom .meshek-long {
		background: url('../image/hp-bottom-top.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 10%;
		padding-bottom: 12%;
		margin-bottom: -25vw;
		width: unset;
		padding-top: 30%;
	}

	.almeshek-bottom .meshek-short {
		background: url('../image/hp-bottom-bottom.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 10%;
		padding-bottom: 12%;
		padding-top: 30%;
	}

}



.product-layout {
    float: right;
    direction: rtl;
    margin: 10px 0;
    text-align: right;
}
.product-layout .caption {
	    padding: 0 10px;
	    min-height: 48px;
	}
.product-layout .caption a {
	color: #777;
	font-size: 20px;
	cursor: inherit;
	font-weight: normal;
}
.product-layout .button-group {
    padding: 6px 10px;
}
.product-list .product-thumb .image {
    float: right;
}
.radio_design.no_nylon_wrap {
    text-align: right;
    font-size: 23px;
    font-weight: bold;
    color: #ff8f3d;
}
#no_nylon_row .radio_design > span {
    font-size: 23px;
    color: #a3bf41;
    max-width: 302px;
}
.radio_design.no_nylon_wrap > a {
    border: 2px solid #ff8f3d;
}
.radio_design.no_nylon_wrap > a ,
.radio_design.no_nylon_wrap > a i {
    color: #ff8f3d;
}
.cart_page_table tbody tr td a {
    color: #232323;
}
.radio_design  a.info {
    background: none;
    font-size: 24px;
}
.radio_design  a.info i {
    color: #d4d99f;
}
div#common-home {
    padding-top: 0px;
    min-height: 100vh;
    background-size: cover !important;
    background-position: bottom center !important;
    overflow: hidden;
}
.account-register select , #account-register select{
    border: 0px;
    box-shadow: none;
    border-bottom: 3px solid #d5d5d5;
    height: 36px;
}
.account-register textarea , #account-register textarea{
    border: 0px;
    box-shadow: none;
    border-bottom: 3px solid #d5d5d5;
}
.green_button {
    top: -1px;
    position: relative;
    background: #a4bf41;
    border-radius: 30px;
    color: #fff !important;
    padding: 12px 22px 10px;
    font: bold 30px/32px fb_ogen;
}




/*   Alon  */

@font-face {
    font-family: 'fb_ogen';
    src: url('fonts/fb_ogen/fb_ogen_regular.eot');
    src: url('fonts/fb_ogen/fb_ogen_regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/fb_ogen/fb_ogen_regular.woff2') format('woff2'),
    url('fonts/fb_ogen/fb_ogen_regular.woff') format('woff'),
    url('fonts/fb_ogen/fb_ogen_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'fb_ogen';
    src: url('fonts/fb_ogen/fb_ogen_bold.eot');
    src: url('fonts/fb_ogen/fb_ogen_bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/fb_ogen/fb_ogen_bold.woff2') format('woff2'),
    url('fonts/fb_ogen/fb_ogen_bold.woff') format('woff'),
    url('fonts/fb_ogen/fb_ogen_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'fb_ogen';
    src: url('fonts/fb_ogen/fb_ogen_black.eot');
    src: url('fonts/fb_ogen/fb_ogen_black.eot?#iefix') format('embedded-opentype'),
    url('fonts/fb_ogen/fb_ogen_black.woff2') format('woff2'),
    url('fonts/fb_ogen/fb_ogen_black.woff') format('woff'),
    url('fonts/fb_ogen/fb_ogen_black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

.svg:after {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    content: '.';
}
.tree_logo {
    bottom: 0;
    left: 11%;
    width: 37%;
    height: 100%;
    display: block;
    position: fixed;
}
.tree_logo:after {
    bottom: -4px;
    content: url('../image/tree.svg');
}
footer {
    clear: both;
}

.base_style, .cart_page_table thead tr td {
    color: #a4bf41;
    font: bold 26px/28px fb_ogen;
    direction: ltr;
    text-align: right;
}
.hide_text, .buttons.col-md-12 {
    display: none;
}
.tab_wrap {
    padding: 56px 0 0;
}
fieldset {
    margin: 0;
    width: 100%;
}
.fields label {
    color: #a4bf41;
    white-space: nowrap;
    width: 240px !important;
    padding: 8px 0 0 !important;
    font: bold 30px/32px fb_ogen;
}
.textarea_wrap {
    margin: -11px 0 0;
}
.help {
    color: #000;
    font: bold 21px/23px fb_ogen;
}
span.help.small {
    font-weight: normal;
    font-size: 18px;
    color: #999;
}
.fields .input_warp input {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    border-bottom: 3px solid #d5d5d5;
}
#account-register .fields .input_warp textarea,
#account-register .fields .input_warp select,
#account-register .fields .input_warp input {
    width: 240px;
    max-width: 100%;
}
#account-register input[type="submit"].btn-green {
    width: 240px;
    max-width: 100%;
}
.fields .help {
    color: #364020;
}
.tab_wrap .remarks {
    width: 45%;
}
.city_wrap {
    padding: 8px 15px 0;
}
.fields .sms_wrap {
    margin: 0 88px 0 0;
}
.fields .checkpoint_wrap {
    margin: 0 77px 0 0;
}
.checkpoint_wrap select {
    width: 429px;
}
.sms_wrap select {
    width: 418px;
}
.frequency_wrap label {
    width: auto !important;
}
.apartment_wrap {
    width: 23%;
    margin: 0 30px 0 0;
}

.cart_page.whitebg {
    position: relative;
    min-height: calc(100vh - 406px);
}
.cart_table {
    float: right;
    width: 100%;
}
.cart_table a {
    text-decoration: none
}
.cart_page_table_wrap {
    width: 100%;
    padding: 10px 4px;
    padding-bottom: 40px;
}
table.cart_page_table {
    width: 100%;
}
.td_name {
    max-width: none;
    min-width: 260px;
}
.add_amount, .subtract_amount {
    top: -6px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.add_amount {
    margin: 0 0 0 1px;
}
.subtract_amount {
    margin: 0 4px 0 0;
}
.add_amount:after {
    content: url('../image/add.svg');
}
.subtract_amount:after {
    content: url('../image/subtract.svg');
}
.pen:after {
    content: url('../image/edit.svg');
}
.trash:after {
    content: url('../image/trash.svg');
}
.quantity {
    top: -6px;
    width: 60px;
    height: 60px;
    color: #232323;
    text-align: center;
    position: relative;
    border-radius: 60px;
    display: inline-block;
    border: 3px solid #a3bf41;
    font: 900 31px/60px fb_ogen;
}
.arrow_down {
    right: -3px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    -webkit-transform:rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cart_page_table span.prices {
    line-height: 24px;
    position: relative;
    width: 200px;
    display: block;
    text-align: center;
    color: #232323;
    margin: 4px auto 0;
    float: none;
}
.cart_page_table .prices > .price_1 select,
.cart_page_table .prices > .price_1 span {
    background: none;
    border: 0;
    width: 69px;
    font-size: 20px;
    margin: auto;
    text-align: center;
    display: block;
    float: none;
}
.cart_page_table span.prices .price_1 {
    width: 100%;
    float: right;
}
.cart_page_table span.prices span {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    float: right;
}
.comment_wrap {
    margin: -2px -43px 0 0;
}
.change_measure {
    font: 900 22px/24px fb_ogen;
}
.price {
    font: 22px/24px fb_ogen;
}
.action_col {
    white-space: nowrap;
}
.pen, .trash {
    top: -9px;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
}
.pen {
    top: -9px;
}
.trash {
    height: 37px;
    margin: 0 9px 0 0;
}
.close-popup:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    /*content: url('../image/close.svg');*/
}
.cart_table td .total_text {
    margin: 0;
    padding: 0;
    font: bold 30px/32px fb_ogen;
}
.cart_page_table .icon {
    padding: 20px 8px 20px 0;
}
.cart_page_table tbody tr td {
    padding: 20px 0;
}
.cart_page_table tbody .sum_row td {
    height: auto;
    padding: 15px 0 0;
}
.comment_wrap {
    left: 20px;
    z-index: 20;
    width: 40px;
    height: 40px;
    bottom: 187px;
    position: fixed;
}
.comment_wrap .comment {
    display: block;
    width: inherit;
    height: inherit;
    text-decoration: none;
    background: #fff;
}
.comment:after {
    content: url('../image/comment.svg');
}
.cart_comment_box {
    bottom: 100px;
    left: -5%;
    width: 0;
    height: calc(100vh - 390px);
    position: fixed;
    border-radius: 30px;
    border: 5px solid #a4bf41;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transition: width 0.5s;
    background: rgba(255,255,255,0.9);
}
.cart_comment_box.open {
    width: 25%;
    opacity: 1;
    overflow: visible;
    z-index: 9;
    left: 5%;
}
.cart_comment_label {
    top: 10px;
    right: 10px;
    position: absolute;
}
.cart_comment_input {
    width: 100%;
    height: 76%;
    resize: none;
    border: none;
    outline: none;
    display: block;
    background: none;
    font: 24px/26px fb_ogen;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 19px;
    padding: 12px;
}
.cart_comment_input.success {
    background: #a3bf4175;
}
.comment_bottom {
    right: 41px;
    width: 100px;
    height: 89px;
    bottom: -89px;
    display: block;
    background: #fff;
    position: absolute;
}

#coupon_wrap a.close-popup {
    top: 0;
    left: 0;
}
#coupon_wrap a.close-popup i {
    font-size: 22px;
}
div#coupon_wrap {
    margin: 0 auto 20px;
    float: none;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 2px 2px 3px -2px;
    padding: 10px 27px;
    height: 54px;
    position: relative;
    width: 706px;
    max-width: 96vw;
}
#coupon_wrap span.title {
    width: 260px;
    display: block;
    float: right;
    font-weight: bold;
}
#coupon_wrap .input_warp {
    width: 220px;
    float: right;
}
#coupon_wrap .btn_warp {
    width: 140px;
    float: right;
    text-align: center;
}
div#coupon_err_msg {
    width: 100%;
    float: right;
    padding: 4px;
}
a#sendcommentbtn {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border: 1px solid #a4bf3f;
}
.comment_bottom:after {
    left: -3px;
    right: -1px;
    width: auto;
    content: url('../image/comment_bottom.svg?2');
}
.payment_button {
    top: -1px;
    position: relative;
    background: #a4bf41;
    border-radius: 30px;
    color: #fff !important;
    padding: 12px 22px 10px;
    font: bold 30px/32px fb_ogen;
}
a.cbx {
    width: 31px;
    height: 39px;
    display: block;
    background: url("../image/checkbox.png") no-repeat 0px 0px;
}
a.cbx.check {
    background-position: -32px 0px;
}
div#old_order_exist {
    text-align: center;
}
a.btn.btn-site1 {
    border: 1px solid #a3bf41;
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s;
}
a.btn.btn-site1:hover {
    border: 1px solid #526902;
    background: #f7ffdd;
    color: #526902;
}
a.btn.btn-site2 {
    border: 1px solid #a3bf41;
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s;
    margin: 14px;
    width: 242px;
    height: 146px;
}
a.btn.btn-site2 > i {
    display: block;
    font-size: 44px;
    margin: 20px auto;
}
a.btn.btn-site2:hover {
    border: 1px solid #526902;
    background: #f7ffdd;
    color: #526902;
}
.error_wrapper {
	top: 0;
	left: 0;
	color: red;
	width: 100%;
	z-index: 100;
	direction: ltr;
	position: fixed;
	text-align: left;
	background: #fff;
}
.bright{
    transition: all 1.2s;
    opacity: 0;
}





#loadbg .wrapper {
    width: 194px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#loadbg .circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #ffc107;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
#loadbg .circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
#loadbg .circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
#loadbg .shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
#loadbg .shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
#loadbg .shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
#loadbg .wrapper span{
    position: absolute;
    top:82px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #a4bf3f;
}

/* credit card*/

.alert-dismissible .close {
    top: 12px;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url('https://fonts.googleapis.com/css?family=Overpass+Mono');

#payment_pp span.title {
    display: block;
    width: 100%;
    float: right;
    font-size: 26px;
    text-align: center;
    position: absolute;
}

#payment_pp .alert-content {
    height: 400px;
    padding: 0;
}
.cards_wrap {
    width: 100%;
    overflow: auto;
    float: right;
    position: relative;
    height: 270px;
}
.card {
    height: 170px;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
    transform: translateY(calc(50% - 10px));
    float: right;
    margin: 0 20px;
    border: 5px solid #a3bf41;
    cursor: pointer;
}
.card:hover, .card.card1.selected {
    box-shadow: 0px 0px 11px 1px #666;
}
.card.card2 {
    float: right;
}
.card__reader {
    width: 40px;
    height: 30px;
    background: radial-gradient(#c3f70f, #7a8d3a);
    border-radius: 5px;
    position: absolute;
    top: 24%;
    overflow: hidden;
    left: 13px;
}
.card__reader--risk {
    width: 50px;
    height: 40px;
    border-radius: 13px;
    background: transparent;
    border: 1px solid #666;
    position: absolute;
    z-index: 0;
}
.card__reader--risk-one {
    transform: translate(37px, 15px);
}
.card__reader--risk-two {
    transform: translate(15px, 20px);
}
.card__reader--risk-three {
    transform: translate(-37px, -15px);
}
.card__reader--risk-four {
    transform: translate(-15px, -30px);
}
.card span.cardtitle {
    position: absolute;
    top: 30px;
    font-size: 18px;
    right: 15px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    letter-spacing: 1px;
    color: #798d32;
}
.card2 span.cardtitle {
    font-size: 42px;
    right: 0;
    color: #a5cb23;
    width: 100%;
    text-align: center;
}

.card__number {
    font-size: 20px;
    font-weight: normal;
    color: #798d32;
    letter-spacing: 2.5px;
    text-align: center;
    z-index: 1;
    position: absolute;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
}
.card2 .card__number {
    font-size: 25px;
    font-weight: bold;
}
.card__number::before,
.card__number::after {
    font-family: Arial;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.4em;
    position: absolute;
    letter-spacing: 0px;
}
.card2 .card__number::before,
.card2 .card__number::after {
    display: none;
}

.card__number::before {
    content: "5032";
    position: absolute;
    bottom: -22px;
}
.card__number::after {
    content: "Valid thru";
    width: 80px;
    position: absolute;
    left: -10px;
    bottom: -22px;
}
.card__dates {
    position: absolute;
    width: 35%;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    color: #798d32;
    bottom: 6%;
    left: 4px;
}
.card__dates span {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
div#saveccdetails_wrap {
    display: block;
    width: 100%;
    float: right;
}
#saveccdetails_wrap > a.cbx {
    width: 32px;
    display: inline-block;
    margin: 0 10px 0 10px;
    vertical-align: -7px;
}
a#sendtopcbtn {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
    background: #f48e3b;
    color: #fff;
    font-weight: bold;
}

div#errorRow {
    height: 30px;
    color: #ff5722;
}
iframe#pelecard {
    width: 620px;
    margin: auto;
    display: block;
    max-width: 99vw;
    border: none;
    min-height: 572px;
}

.pad0{
    padding: 0px;
}
.marg0{
    margin:0px;
}







/*  DOR */
.item-layout-new, .item-layout {
    /*content-visibility: auto;*/
}

.highlight {
    box-shadow: 0px 0px 10px 7px rgb(212, 217, 159)!important;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    display: inline-block;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.search_view .item-addition:not(.search_view) {
    display: none!important;
}

.basket_wrap #edditions_tabs_wrap .item-layout-new:not(.search_view) {
    display: none!important;
}
.basket_wrap #edditions_tabs_wrap .item-layout:not(.search_view) {
    display: none!important;
}
.item-layout-new .input_pannel > div > input {
    width: calc(100% + 20px);
    padding: 0;
}
.item-layout-new {
    padding: 0;
    float: right!important;
    width: calc(20% - 40px);
    margin: 20px;
    height: 174px;
    box-shadow: 0px 0px 5px -3px #888;
}
.item-layout-new.disable_p {
    cursor: not-allowed;
    opacity: 0.75;
}
.item-layout-new.disable_p .input_pannel ,
.item-layout-new.disable_p .price_1 {
    visibility: hidden;
}
.sale_ribbon.ribbon.disable_ribbon span {
    background-color: #000000;
    font-size: 14px;
    width: 163px;
}
.item-layout-new > div .right_box ,
.item-layout-new .product-thumb {
    padding: 0  0 0 15px;
    min-height: 140px;
    position: relative;
    width:40%;
}
.item-layout-new > div .left_box {
    padding: 0 15px 0 0;
}
.item-layout-new > div {
    position: relative;
    padding: 8px 0;
}
.item-layout-new > div:hover {
    /* background: #fafafa; */
}
.item-layout-new .input_pannel {
    width: 60%;
    height: 60px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 80px;
}
.item-layout-new .input_pannel a.minus,
.item-layout-new .input_pannel a.plus {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 30px;
    color: #a3bf41;
}

.item-layout-new span.title {
    font-weight: bold;
    display: block;
    height: 68px;
    padding: 10px 10px ;
    line-height: 19px;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.item-layout-new .product-thumb {
    top: 4px;
    position: absolute;
    bottom: 0;
    left: 4px;
    padding: 0;
    border: 0px;
}
.item-layout-new .product-thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.item-layout-new span.prices {
    height: 30px;
    width: 60%;
    position: absolute;
    bottom: 4px;
}

.alert-content .quantity_inp {
    width: 70px;
}

/*  DOR */



/* PRICES HIDDEN */
.cart_table td div#cart_total.total_text,
.cart_page_table tbody tr.balance,
.input_pannel .amount_block,
.cart_page_table tbody tr td > .base_style.total_td,
.cart_page_table span.prices span.price_site,
.mycart #cart td .total_text,
.mycart #cart .table>tbody>tr>td.total_td,
.cart_wrap span.price_site,
.mycart .items_count span.total,
.cart_wrap  span.prices ,
.item-addition span.prices span.price_site,
.eddition_wrap .prices ,
#sum span.sumprice {
    display: none;
}
