body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #3b3b3b;
	font-size: 14px;
	line-height: 2.2rem;
	width: 100%;
    letter-spacing: .015rem;

}
/*5555555*/

/*@font-face {
    font-family: 'Nevis-Bold';
    src:url('https://80.211.166.163/catalog/view/theme/verdirimedi/fonts/Nevis-Bold.ttf.woff') format('woff'),
        url('https://80.211.166.163/catalog/view/theme/verdirimedi/fonts/Nevis-Bold.ttf.svg#Nevis-Bold') format('svg'),
        url('https://80.211.166.163/catalog/view/theme/verdirimedi/fonts/Nevis-Bold.ttf.eot'),
        url('https://80.211.166.163/catalog/view/theme/verdirimedi/fonts/Nevis-Bold.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/

.testtest {
    font-size: 3px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3b3b3b;
	    font-weight: 500;
        line-height: 1.3em;
                /* font-family: 'Ruluko';*/
}
/* default font size */
.fa .glyphicon {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: rgb(102, 150, 68);
    outline: 0;
}
a:hover, a:focus, a:active {
	text-decoration: none;
     outline: 0;
}

iframe {
        border: none;
}

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

.well {

    background-color: #f9f9f9;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow:  none;
}


.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex-1 {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.flex-2 {
    -webkit-flex: 2; /* Safari 6.1+ */
    -ms-flex: 2; /* IE 10 */
    flex: 2;
}

.flex-3 {
    -webkit-flex: 3; /* Safari 6.1+ */
    -ms-flex: 3; /* IE 10 */
    flex: 3;
}

.flex-center {

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.table-bordered, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border: 0;
}

.btn-default {
	text-shadow : none;
            background: #585858;
    color: white;

    }

.navbar-default {
    background-color:transparent;
    border-color:transparent;
}


.img-thumbnail {
	border: none;
}


/* New Bootstrap Tweak  */
@media (max-width: 479px) {
    .col-xxs-6 {
        width:50%;
    }

    .hidden-xxs {
       display:none;
    }

}


#form-language img {
    width: 23px;
}

#form-language button {
    padding: 0!important;
    text-align: center!important;
}


/*@media (min-width: 1200px) {*/

#content {
        margin-bottom: 50px;
}

#content > h2, #content > div > h2, #content > h1, #content > div > h1  {
        text-transform: uppercase;
    font-weight: 600;
    color: #375d1c;
    margin-top: 0px!important;
    font-size: 22px!important;
        margin-bottom: 25px;
}


.container {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
.container {
        padding: 0px 5%;
}
}

@media (min-width: 1200px) and (max-width: 1599px) {
.container {
        padding: 0px 7.5%;
}
}

@media (min-width: 1600px)  {
.container {
        padding: 0px 15%;
}
}

.container-full {
    width: 100%;
        padding: 0px!important;
}

.container-full > div {
    margin: 0px;
    }

.container-full > div > div {
    padding:0px
}
/*}*/

button {
 outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
        border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
}

.form-control{
        border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media (min-width: 768px) {
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
}

.modal-content {
	       padding: 5% 8%;
        border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
        border: 0 !important;
}

.modal-content.modal-small {

}

.modal-dialog.modal-large {
    padding: 2%;
    width: 95%;
    max-width: 1170px;
}

.modal-dialog.modal-large .modal-content{
        padding: 40px 40px;
}

.modal-content h3 {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 35px;
    line-height: 1.6em;
    color: #375d1c;
    text-transform: uppercase;

}


.modal-content .overlay-close {
    color: #3b3b3b !important;
}



.form-group {
    min-height: 40px;
}

.input-group {
    min-height: 40px;
    width: 100%;
}

 input[type=text].form-control,  input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, select.form-control {
        height: 40px;
    font-size: 14px !important;
    border-radius: 0px;
    box-shadow: none;
}
.btn.reveal {
      color: #6b6b6b;
}

.btn.reveal:hover, .btn.reveal:focus, .btn.reveal:active   {
background: none;
    color: #669644;
}


 input.form-control, select.form-control {
    border: none;
    padding:0;
    border-bottom:1px solid #eaeaea;
        padding: 0px 5px;
}
input.form-control::-webkit-input-placeholder {
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 color: #bbbbbb;

}

 input.form-control:focus::-webkit-input-placeholder {

 font-size: 11px;
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
 opacity:0.8;
 visibility: visible !important;
}




input.form-control:focus,  select.form-control:focus {
   /* outline: none !important;
    border:1px solid #eca9c8;
    box-shadow: 0 0 10px #f3bdd6;*/
    border:none;
     border-bottom:2px solid #eca9c8;
}

.x-checkbox label, .x-radio label {
    padding-left: 25px !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.x-checkbox label.radio-inline, .x-radio label.radio-inline {
    padding-left: 40px !important;
    margin-bottom: 0px;
}

.x-radio input {
    display: block;
    width: 16px;
    height: 16px;
    background: #eca9c8 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    margin: 3px 0 0 15px !important;
}
.x-radio input:after {
display: none;
    width: 7px;
    height: 7px;
    background: #375d1c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
}

.x-radio img {
    height: 25px;
    margin-left: 5px;
    margin-top: -3px;
}


.x-checkbox input {
    display: block;
    width: 16px;
    height: 16px;
    background: #eca9c8 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    margin: 3px 0 0 15px !important;
}


.x-checkbox input:after {
display: none;
    width: 7px;
    height: 7px;
    background: #375d1c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
}

.help-block {
   font-size: 12px;
}
/*
input[type=radio] {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -3px;
    left: 12px;
}

input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-border-radius: 2%;
    border-radius: 2%;
    content: "";
    position: absolute;
    top: -3px;
    left: 12px;
}
*/
.form-control[disabled] {
    background-color: transparent;
    opacity: 0.5;
}
 .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1;
}

.dropdown-menu {
	background: white;
    padding: 5px 15px;

	}

.dropdown-menu .btn, .dropdown-menu>li>a{
    padding: 6px 12px;
}

.dropdown-menu .glyphicon {
	margin-right: 5px;
}


.btn-link {
        border-radius: inherit!important;
}
/*

	.dropdown-menu.peak-up:before {
  position: absolute;
  top: -7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}


.dropdown-menu.peak-up:after {
  position: absolute;
  top: -6px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}


.dropdown-menu.dropdown-menu-left.peak-up:before {
  left: 15px;
}


.dropdown-menu.dropdown-menu-left.peak-up:after {
  left: 16px;
}


.dropdown-menu.dropdown-menu-right.peak-up:before {
  right: 15px;
}


.dropdown-menu.dropdown-menu-right.peak-up:after {
  right: 16px;
}

*/


.simple-toggle + ul {
    overflow:hidden;
}

@media (max-width: 768px) {

    .simple-toggle {
        cursor: pointer;
    }

    .simple-toggle + ul {
        height: 0px;
    }

    .simple-toggle::after {
        font-size: 0.8em;
        margin-top: -1px;
        color: grey;
        position: absolute;
        margin-left: 10px;
    }

    .st-open::after {
        content: " ▲";
    }

    .simple-toggle:not(.st-open)::after {
        content: " ▼";

    }

}

@media (min-width: 769px) {

    .simple-toggle + ul {
        height: 100%!important;
    }

}

/* COOKIE */
#cookie {
    width: 100%;
    position: fixed;
    z-index: 500;
    text-align: center;
    padding: 15px 30px;
    box-shadow: 1px 7px 3px 8px #3a563857;
    background: #3d5d33;
    color: white;
    font-size: 15px;
    line-height: 1.4em;
    bottom: 0;
}

#cookie .btn {
    margin: 0px 10px;
}

#cookie .btn-inverse {
    color: #fff;
    background-color: #3d5d33;
    border: 1px solid #7b9474;

    line-height: 2em;
}

#cookie .btn-inverse:hover {
    background-color: #304e26;
    border: 1px solid #8a9088;
}
/* SOCIAL SHARE */


/* buttons */

#share a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.15s linear;
    line-height: 16px;
    text-align: center;
}

#share a:hover {
	opacity: 0.8;
}

#share.share-bw a{
width: 25px;
    height: 18px;
    background: none;
    color: #333;
}

#share.share-pink a{
width: 25px;
    height: 18px;
    background: none;
    color:  #b12e73;
}


/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}


/* LOADERS */

.overlay-spinner-fullpage {
    background: #FFF;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 2000;
    opacity: 0.7;
    top: 0;
}

.overlay-spinner {
    background:  #FFF;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.7;
    top: 0;
}

select + .fa-spin, input + .fa-spin   {
    /*position: relative;
    top: -28px;
    float: right;
    margin-right: 25px;*/
    position: absolute;
    float: right;
    right: 40px;
    top: 14px;
    }


.thespinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
}

.relative {
    position: relative;
}

.thespinner > div {
  width: 18px;
  height: 18px;
  background-color: #bfaf30;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.thespinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.thespinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}





/* alerts*/
.fix-to-top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px;
}


.alert {
border-radius: 2px;
}


.alert-danger {
    color: #fff;
    background-color: #bb0202;
    border-color: #b50000;
}

.alert-warning {
color: #a79614;
    background-color: #f0eccf;
    border-color: transparent;
}

.alert-success {
    color: white;
    background-color:  #78b150;
    border-color: transparent;
}

.alert-success a {
    color:#dbf1cc;
    text-decoration: underline;
}


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

.nav-tabs {
	margin-bottom: 15px;
	    font-weight: bold;
            text-transform: uppercase;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a {
	color: #3b3b3b;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #BFAF30;
	background: transparent;
}


/* Quick Tricks */

.gold-me {
	color: #b6b80f;
}
.pink-me {
	color: #950095;
}


a.black-me{
	color: #3b3b3b !important;
}

a.blue-me{
	color: #368991 !important;
}

.up-me{
text-transform: uppercase;
}

.low-me{
text-transform: lowercase;
}

.ghost-me {
    opacity: 0.5;
}

.highlight-me  {
    background: #ffe72a !important;
}


.fnt-title {
	/*font-family: 'Ruluko';*/
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
    width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.margin-up-10 {
    margin-top: 10px;
}


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

.margin-up-40 {
    margin-top: 40px;
}

.margin-up-60 {
    margin-top: 60px;
}

/* HOVER TRASITIONS */

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}


/* Shutter Out Horizontal (.hvr-shutter-out-horizontal) */
.btn-fx-1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-fx-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-fx-1:hover, .btn-fx-1:focus, .btn-fx-1:active {
  color: white;
}
.btn-fx-1:hover:before, .btn-fx-1:focus:before, .btn-fx-1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/* BADGES  */

.nb-btn-circle{
text-decoration: none;
display:flex;
    outline: none!important;
    position: relative;
    padding: 0px !important;
    height: 50px !important;
    width: 50px;
    margin-left:10px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    /* border: 1px solid #ddd; */
    /* transition: all 0.4s ease-in-out; */
 /*  background: url('https://api.thumbr.it/whitenoise-100x100.png?background=eca9c8&noise=ffffff&density=80&opacity=20')*/

    background:#669644; /*#7cb851;*/

}
.nb-btn-circle:hover, a.nb-btn-circle:hover, a.nb-btn-circle:focus, a.nb-btn-circle:active,.nav .open>a.nb-btn-circle {

background: #375d1c !important;
    color: #ffffff !important;
}

.nb-btn-circle .fa,.nb-btn-circle  .glyphicon {
float: left;
height: 100%;
width: 100%;
font-size: 22px;
line-height: 48px;
text-align: center;
}
.nb-btn-circle .indicator-dot {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #2f5811;
    background-color: #f1e05b;
    background-image: none;
}

    /*background-color: #eee;
    border-color: #337ab7;
}*/




/* TOP */
#top {

	font-size: 12px;

	border-bottom: 2px solid #F9F9F9;
    background-color: #fff;
}
#top span{
	font-size: 12px;
}
#top .container {
	padding: 0 20px;
}
#top .btn-link, #top .btn-link  a, #top .list-inline  a {
    color: #3b3b3b;
	text-decoration: none;
}
#top .btn-link:hover, #top .btn-link  a:hover, #top .list-inline   a:hover {
	color: #BFAF30;
}
#top .btn-link strong {
	font-size: 12px;
        line-height: 12px;
}

#top .btn-link {
	    text-align: left;
}
#top .btn-link img {
	margin-right: 5px;
}

#top .fa, #top .glyphicon{
	margin-right: 5px;
	font-size:12px;
}

@media (max-width: 987px) {
	#top .fa, #top .glyphicon, #top .btn-link strong{
		font-size:16px;
	}
}


#top .list-inline {
	    margin: 0px !important;
}

#top .list-inline>li {
    margin-left: 5px;
    padding: 0px;
}


#top .top-social, #top .top-social .fa, #top .top-social .glyphicon  {
	font-size: 22px;
    margin-top: 8px;
}







/* MENU */

#menu {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  /* margin-bottom: 20px;*/
}

#menu > div.row {
	   margin: 0!important;
}

#menu > .row > div {
 padding:0px !important;
}

#menu .navbar-brand {
  padding: 0px; /* firefox bug fix */
  height:auto;
}
#menu .navbar-brand>img {
    padding: 0px 0px;
    width: 100%;
}


#menu-buttons .navbar-right {
    margin-right: 0;
}

#navbar-menu .navbar-nav {

    float: none !important;
    margin: 0 auto;
    width: fit-content;

}

#navbar-menu .navbar-nav > li > a {
		color: #3b3b3b;
	   cursor: pointer;
	   font-weight: 500;
	   background: transparent;
	       padding-top: 0;
        padding-bottom: 4px;
    border-bottom: 4px solid transparent;

}


.dropdown.open > a, .dropdown > .active  {
         border-bottom: 4px solid #7cb951  !important;
}

#menu-top {

    padding-top: 20px !important;
    max-width: 1100px;
    margin: 0 auto;

}


@media (min-width: 768px) {

#menu-top ul.navbar-nav{
display: flex;
display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
         -webkit-justify-content: space-between;
    width: 100%;

    margin: 0;
    padding: 0;

}

#menu-top ul.navbar-nav>li{
    display: block;
        flex: 0 1 auto;
       -webkit-flex: 0 1 auto; 
    list-style-type: none;

        letter-spacing: 0;
            position: unset; /* For Dropdown 100% width equal window width */
}

}

#navbar-menu  .by-alphabet>ul {
 /*   width: 85%;
    margin: 1rem 0;*/
}

#navbar-menu .by-alphabet li {
 /*   float: left;
    width: 14%;
    margin-bottom: 1em;*/
}


#navbar-menu .by-alphabet li a {
   /* display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border: 1px solid #bbb;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    font-size: .938rem;
    font-weight: 700;
    padding: 0;
    color: #000;*/
}

/*
@media (min-width: 768px) and (max-width: 991px) {

    #navbar-menu {

           margin-top: 6px;

}

#navbar-menu .navbar-nav > li > a {
    font-size: 16px;



}
}*/

@media (min-width: 768px) {
#menu .logo {
	width: 230px !important;
}


#menu-buttons {
	    margin-top: 20px;
}

#navbar-menu {

           margin-top: 6px;

}

#navbar-menu .navbar-nav > li > a {
    font-size: 16px;
	padding-left: 0px;
    padding-right: 0px;
    margin-right: 25px;

}

}

@media (min-width: 480px) {
    .pull-me-right {
        float: right !important;
    }
}

@media /*(min-width: 320px) and */(max-width: 1199px) {

#menu .logo {
	width: 190px !important;
}


#menu-buttons {
	    margin-top: 18px;
}
/*
#navbar-menu {
	    padding: 0 0 0 25px;
		margin-top: 33px;
}


#navbar-menu .navbar-nav > li > a {
    font-size: 15px;
	padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;

}
*/
 .nb-btn-circle {
    height: 45px !important;
    width: 45px !important;
         margin-left: 6px;
}

 .nb-btn-circle .fa, .nb-btn-circle .glyphicon {
    font-size: 18px !important;
	line-height: 45px;

}

}

@media (min-width: 768px) and (max-width: 991px) {


#navbar-menu .navbar-nav > li > a {
    font-size: 14px;
    margin-right: 15px;
}

#navbar-menu {

    margin-top: 20px;

}

#menu-buttons {
	    margin-top: 20px;
}



}

@media /*(min-width: 320px) and*/ (max-width: 767px) {


    #navbar-menu.active {
            max-width: 300px;
    width: 100%;
    }

#navbar-menu .navbar-nav > li > a {
    font-size: 18px;
	text-align: left;
	color: #375d1c;
    cursor: pointer;
    background: transparent;
	    padding: 15px 5%;
    border-bottom: 1px dotted #f9c6dd;

}

#navbar-menu .navbar-nav > li.open > a {
        border-bottom: none;
    }

#navbar-menu .dropdown-inner, #navbar-menu .dropdown-inner ul {
    display: block !important;
}




#navbar-menu .dropdown-inner a {

    /*    padding: 3px 5% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size:12px!important;*/
}

#navbar-menu .dropdown-inner a:active {
  /*  font-weight: 600;*/
}



#navbar-menu .dropdown-inner li .fa {



}


#navbar-menu .navbar-nav > li > a:active {
	background: #f9f9f9!important;

}

#navbar-menu .navbar-nav > li > a > .fa {
float: right;
}

#top .list-inline .btn-group > button{
    padding: 6px 6px;
}

#menu-buttons {
	    margin-top: 13px;
}

#navbar-menu {

   padding: 0;

}

#navbar-menu .navbar-nav {
    width: 100%;
}

#navbar-menu .dropdown-inner {
    width: 100%;
}


}



@media /*(min-width: 320px) and*/(max-width: 479px) {

#menu .logo {
	    width: 100% !important;
}


#menu-buttons {
        width: 100% !important;
	    margin-top: 13px;

}

#menu .navbar-header { /* */
    margin: 0 auto;
    width: 60%;
}



#menu .navbar-brand>img {/**/

    width: 100%;
    margin: 0 auto;
}

#menu-buttons > ul {
	width: 153px;/*204px; se 4 /*262px;*/
    margin: 0 auto !important;

}





}




#navbar-menu  .main-menu a:hover {

	border: none;
        color: #669644;
    background: none;
    text-decoration: underline;
}


#navbar-menu .dropdown-inner  li {
/*margin-bottom: 8px;*/
}

#navbar-menu .dropdown-inner li > a > i.fa{

	/*margin-right: 5px;*/

}

.dropdown-col-0 {
    width: 400px;
     max-width: 400px;
}


.dropdown-col-1 {
    width: 50%;
     max-width: 600px;
}

.dropdown-col-2 {
    width: 66%;
     max-width: 900px;
}

.dropdown-col-1  .dropdown-inner > .col-sm-4 {
    width:50%!important;
}
.dropdown-col-1  .dropdown-inner > .col-sm-8 {
    width:50%!important;
}

#navbar-menu .dropdown-menu {
	padding-bottom: 0;
	padding: 10px 10px;
  /*  border-top: 5px solid #eca9c8;
    margin-top: -4px !important;*/
        position: absolute;
    left: auto;
    top: auto;
   
}

@media (max-width: 767px) {
#navbar-menu .dropdown-menu {

    border-top: none;


}
}

.dropdown-col-3 {
    width:900px;
}

#navbar-menu .dropdown-inner {
	display: table;

     padding: 0px 25px;

}
#navbar-menu .dropdown-inner ul {
	display: table-cell;
        padding-left: 0;
}
#navbar-menu .list-catalog a {

    line-height: 2em;
    font-size: 14px;
/*	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: black;
	font-size: 14px;*/
}
#navbar-menu .dropdown-inner li a:hover {
/*	color: #bfaf30;*/
}

.dotted-left {
        border-left: 1px dashed #cccccc;
    padding-left: 35px;
}

.dot-right {
        border-right: 1px dashed  #cccccc;
}
.dot-left {
    border-left: 1px dashed #cccccc;
    padding-left: 15px;
}
#menu .icon-bar {
        border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 4px auto;
    background-color: #eca9c8;
	height: 3px;
}

#navbar-menu-button{
    padding: 0 10px;
    font-size: 30px;
    top: 4px;
    color: white;
    background: #bfaf31;
    margin: 11px 10px 11px 0px;
}

#side-menu-top {
    font-size: 20px;
    padding: 15px 8px;
    border-bottom: 1px solid #dedede;
    font-weight: 600;
    color: white;
    background: #375d1c;
}

#side-menu-top span {
    cursor: pointer;
}



/* ONLY FOR MOUSE OVER
@media (min-width: 769px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
}*/


.list-alhabet li {
margin-bottom: 15px;
padding: 0px;
}


.list-alhabet a  {
      display: inline-block;
    width: 4em;
    height: 4em;
    line-height: 4em;
    border: 1px solid #bbb!important;
    background: #fff;
    vertical-align: middle;
    text-align: center;

    font-size: 1.2rem;
    font-weight: 700;
    padding: 0;
    border-radius: 50%;

}


.list-alhabet a:hover {

    text-decoration: none!important;
    border: 1px solid #669644!important;
    color: #ffffff!important;
    background: #669644!important;
}

@media (max-width: 480px) {

.list-alhabet a, .list-alhabet a:hover  {
    width: 3em;
    height: 3em;
    line-height: 3em;
}

}


.menu-product-thumb h3 {
    font-size: 14px;
    margin: 5px 0px;

}

.menu-product-thumb .price {
      font-size: 15px;
      font-weight: bold;
          margin-bottom: 4px;
}

.menu-product-thumb .rating {
        font-size: 8px;

           text-decoration: none;
    color: #cec264;
}

.menu-product-thumb .image {
        /*padding: 5px;*/
}

.menu-product-thumb .description-wrap {
    margin-bottom: 25px;
    padding-left: 0px;
}

.menu-product-thumb .price-new {
	font-weight: 600;
}
.menu-product-thumb .price-old {
	color: #375d1c;
	text-decoration: line-through;
	margin-left: 10px;
}
.menu-product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}


/* MANUFACTURER */

.alphabetic-list {
        margin: 25px 0 0px;
}

.alphabetic-list li {

    display: block;
    float: left;
    width: 40px;
    margin: 0 10px 10px 0;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;

}

.alphabetic-list li > a {
    display: block;
    border: 1px solid #ddd;
    padding: 8px 0px;
    color: #3a5e2e;
    border-radius: 50%;
}

.product-manufacturer #content > h2 {
    font-weight: bold;
    margin: 40px 0 10px !important;
}

.product-manufacturer #content a {
    color:#3b3b3b;
}

.product-manufacturer #content a:hover {
    color:#669644;
    text-decoration: underline;
}

/* SEARCH */

#menu-search {
    padding: 10px 10px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    margin-top: -65px;
    transition: width 0.5s, margin-left 0.5s;
    text-align: left;
}

 #menu-search input.form-control {
    text-align: center;
    border: 0;
    box-shadow: none;
	font-size: 18px;

    border-bottom:1px solid #eaeaea;
    color: #375d1c;
}

#menu-search.active input.form-control{
        text-align: left;
        border-bottom:1px solid white;
        padding: 0 5%;
        color: #333;
        font-weight: bold;
}

#menu-search  .form-group   {
    min-height: 0;
    margin-bottom: 0;
}



#menu-search input.form-control::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #375d1c;

    text-transform: capitalize;
}

#menu-search.active input.form-control::-webkit-input-placeholder {
    color: #669644;
    font-weight: normal;

}

#menu-search .btn {
    background: white;    color: #669644;    font-size: 22px;	    padding: 0px 10px;
}


@media (max-width: 767px) {

#menu-search {
    width: 100%!important;
    position: inherit;
    left: 0;
    margin: 10px 0px;
    border: 1px solid #ececec;
    padding: 0px;

}
#menu-search.active {
    width:90%!important;
    margin-left:5% !important;
    margin-right:5%!important;
    position:absolute;
}

#menu-search  input.form-control {
   border: none;
}

#menu-search .input-group-btn{
    border:1px solid white;
}


}


@media (max-width: 480px) {/*
#navbar-menu .navbar-nav > li > a:hover, #navbar-menu .navbar-nav > li > a:active {
		border-bottom: 4px solid #eca9c8;
		background: transparent;
}*/

#menu-search input.form-control::-webkit-input-placeholder {
    font-size: 15px;
}
}




#menu-search input.form-control::-webkit-input-placeholder {
    font-size: 16px;
}




#menu-search.active {
    background: white;
    z-index: 1001;
     width: 500px;

    margin-left: -250px;

}


#menu-search.active #search-results {
    display:block;
}

.search-overlay {
    transition: 0.5s all ease;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.4);/* rgba(224, 156, 224, 0.9);/* rgba(153,204,51,0.9);*/
	z-index: -1;
	overflow-y: auto;
	overflow-x:hidden;
    opacity: 0;
}

#menu-search.active + .search-overlay {
    opacity: 1;
    z-index: 1000;
}

#search-results {
    border-top: 1px solid #efeded;
    margin: 0px ;
    display:none;
}

#menu-search ul {
    padding: 0px 0px;
    list-style: none;
}

#menu-search li {
    border-bottom: 1px dashed #eaeaea;
    padding: 12px 0px;
    cursor: pointer;
    margin:0 5%;

}


#menu-search li strong {
    cursor: pointer;
}

#menu-search li:hover, #menu-search ul strong {
    color: #BFAF30;

}

/* CART BUTTON */
#cart {
	margin-top: 5px;
	font-size: 14px;
}

/*#cart-btn {
  color: #dedede;
  cursor: pointer;
      white-space: nowrap;
}*/

/*#cart-btn:hover {
  color:white;
}*/

#cart .fa, #cart .glyphicon {
    font-size: 25px;
    margin-right: 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 {

	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-price-old {
	color: #375d1c;
	text-decoration: line-through;
}

/* CART MODAL */

#cart-overlay {
    z-index: 2000;
}


@media (min-width: 768px) {
#cart-modal {
    width: 700px;
    margin: 25px auto;
}
}

#cart-modal ul {
	list-style: none;
	    padding: 0px;
}

#cart-modal .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

#cart-modal tr {
    border-bottom: 1px solid #F9F9F9;
}

#cart-modal .totals {
	width: 250px;
}

#cart-list input {
/*  max-width: 50px;
    min-height: 40px;*/
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
    text-align: start;
  
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
    z-index: 2;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}


#cart-list .flex {
    min-height: 50px;
}

#cart-list .flex > * {
    margin: 0px 10px;
}

#cart-list, #cart-list input {
font-size:16px;
}

/* CHECKOUT */

#cartfull {
    font-size: 16px;
    margin-top: 25px;
}


#cartfull input {
  max-width: 50px;
    min-height: 40px;
}

#cartfull .flex {
    min-height: 108px;
}

#cartfull .flex > * {
    margin: 0px 10px;
}
#free_from_inner {
    background: #f1e05b;
        color: #2f5811;
        margin: 0 15px;
    text-transform: capitalize;
    font-weight: bold;
}



.checkout-checkout .panel-default>.panel-heading {

    background-color: transparent !important;
     border:none !important;
    text-transform: uppercase;
}

.checkout-checkout .panel-default {
    border-color: #eaeaea !important;
}

.checkout-checkout .checkout-cart {
 border: none !important;
}

.checkout-checkout .panel {
   -webkit-box-shadow: none !important;
 box-shadow:none !important;
}

.checkout-cart .has-error {
    position: absolute;
        white-space: nowrap;
}

.checkout-checkout .qty-btns {
       max-width: 100px;
    margin: 0px auto;

}



.qty-btns .btn, .qty-btns .btn:active  {
    color: #375d1c;
    background-color: transparent;
    border-color: transparent;
}

.qty-btns .btn-danger, .qty-btns .btn-danger:active {
    color: #eca9c8;
font-size: 1.2em;
        background-color: transparent;
    border-color: transparent;
}

.qty-btns input {
    min-width:35px;
        font-size: 14px !important;
}

.qty-btns .form-control {
    border: transparent;
}

.ccheckout-cart .row {
    margin-bottom:25px;
}

.checkout-cart .row>div {
    margin-bottom:20px;
}


label.description {
        text-transform: uppercase;
        padding-left: 0px !important;
    margin-left:0;

}
@media (max-width: 400px)  {
    .form-group .description {
 width: 100%;
    }
}

#totals tr {
        height: 25px;
}


.clone-empty {
    text-transform: capitalize;
    font-style: italic;
    color: #b1b1b1;
    background: #f1f8ff;
    margin: 0 10px 0 0;
}


.checkout-riepilogo {
    margin-top:0px;
    list-style: none;
    
}

.checkout-riepilogo h4{
text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
    margin-top: 0;
}
/* OWL CAROUSEL  */


.owl-stage {
    padding-top: 5px;

    display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   display: none;
}

#checkout-totals > div:last-child {
    font-weight: bold;
    border-top: 1px solid #ececec;
    margin: 10px 20px;
    padding-top: 10px;
    font-size: 16px;
}


div['data-shipping-group-list'] {
   position: relative;
    padding-left: 15px;
}

/* BREADCRUMB */

.breadcrumb {
    background: #ffffff;

    padding: 8px 5px 0px;
    margin-bottom: 30px;

}

.breadcrumb>li+li:before {
    padding: 0 6px 0 3px;
    color: #ccc;
    content: "\00bb"; /* » */
}

.inset-shadow {
    box-shadow: inset 1px 3px 4px 0 rgba(72, 72, 72, 0.36);
    padding-top: 6px;
    background: #679646;
}

.common-home  .inset-shadow {
    box-shadow: none;
    padding-top: 0px;
}



/* NOTIFICATION BARS */


.notification-bar > *:nth-child(n+2) {
    display: none;	
}


.notification_click {
    cursor: pointer
}


/* MAIN TEASER */

.teaser-grid {
      margin-top: 25px;
}

.teaser-grid>h3 {
    margin-bottom: 1em;
}
.teaser-grid>h3 {
    border-top: 1px solid #ddd;
    text-align: center;
}

.teaser-grid>h3>a,.teaser-grid>h3>span {
    display: inline-block;
    position: relative;
    top: -.7em;
    padding: 0 1em;
    margin: auto;
    background: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.teaser-grid .thumbnail{
    border: none;
    text-align: center;
}

.teaser-grid .thumbnail h3 {
   font-weight:700;
    font-size: 18px;
}


.teaser-grid .thumbnail .btn {
margin-top: 15px;
padding: 10px 40px;
}

.teaser-grid .thumbnail .btn-primary {
    color: #fff;
    background-color: #375d1c;
    border-color: #ffffff;
}

/* PRODUCT LIST TEASER OFFERS */
.teaser-grid.teaser-product-0 .thumbnail .btn {
margin-top: 15px;
padding: 10px 40px;
}

.teaser-grid.teaser-product-0  .thumbnail .btn-primary {
    color: #fff;
    background-color: #bfaf30;
    border-color: #ffffff;
}


/* FILTERS */



.filter-range-value {
    font-weight: 600;
}


.slider {
    background: #fafafa!important;
    border: 1px solid #d3d3d3!important;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb!important;
    border-radius:5px;

}

.slider.slider-horizontal .slider-track {
    width:98%!important;
    margin-left:2px;
}

.slider-track {

    /*background: none!important;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    box-shadow: inset 3px -1px 1px 0px rgba(0,0,0,0.1) !important;
}

.slider-selection {
        background: #669644 !important;
}

.slider.slider-horizontal {
    width: 100%!important;
    height: 20px!important;
}

.slider-handle.round {
     border-radius: 2px !important;
}

.slider-handle {
    top: -4px !important;
    width: 26px !important;
    height: 26px !important;
    background-color: #669644 !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(58, 57, 57, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
    box-shadow: 1px 1px 0px 0px rgba(58, 57, 57, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)!important;
}

.slider-handle:after {
    left:15px;
    margin-left: 5px;

}
.slider.slider-horizontal .slider-track {
    border-top: 1px solid gainsboro !important;
}


.slider-handle:after, .slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #fdfffca8;
    left: 9px;
    top: 6px;
}


.filter-list {
    padding:0px;
        margin-bottom: 40px;
}

.filter-list li{
       display: inline-block;
}

.filter-list li.filter-badge {
    line-height: 1.4;
    padding: .5rem 10px;
    border: 1px solid #efefef;
    font-size: 1em;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 3px;
    background: #f9f9f9;
    margin-right: 5px;
    margin-bottom: 5px;
}

.filter-list li.filter-badge:before {
    display: inline-block;
    margin-right: 5px;
    font-family: Arial,sans-serif;
    content: "\2715";
    font-size: .85rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.filter-list li.filter-clear {
       color: #bfaf30;
       cursor: pointer;
}



.product-filter {
    background: #f9f9f9;
    padding: 6px 1%;
    margin-bottom: 10px;

}

.product-filter > div {
    padding: 0 10px;
}

.product-filter .btn-default {
        background: #f9f9f9;
    color: #ada9a9;
}

.product-filter #list-view, .product-filter #grid-view{
       padding: 0 4px;
}

.product-filter .btn-default.active {
    color:#6b6b6b;
}

.product-filter .btn-default:hover, .product-filter .btn-default:active, .product-filter  .btn-default:focus {
  color: #333;
   background: #f9f9f9;
}

.product-filter .btn-default:active {
     background: #f9f9f9;
}

.product-filter .control-label {
    line-height: 40px;
    margin-bottom: 0px;
        font-weight: 600;
}

.product-filter .form-control {
border: 0px;
    height: 35px;
    margin-top: 3px;
    margin-left: 5px;
}

.btn-filter{
    line-height: 40px;
    border-radius: 3px;
    background: #375d1c;
    color: white;
    padding: 0 10px;
}


/*@media (max-width: 991px)  {

.product-filter {
padding-bottom:20px;

}

#cat-head {
    text-align: center;
}

}*/
#cat-head > .row{
margin-bottom: 10px;
}

.product-thumb {

	margin-bottom: 50px;
    padding-bottom:50px;
    border-bottom:1px solid #E4E4E4;
	overflow: auto;
    background: white;
    text-align: center
}

.product-thumb h3 {
    font-size: 18px;

    
}

.product-thumb .btn-quickview {
position: absolute;
    left: 10%;
    top: 25%;
      width: 70%;
      text-align: center;
      border-radius: 30px
}

@media (max-width: 767px)  {
    .product-thumb .btn-quickview { 
        display:none;

    }
}

.btn-quickview {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
    background-color: #669644;
    padding: 1.9rem 3.1rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    text-decoration: none;
}


.btn-quickview:hover {
    	    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.product-thumb img {
    margin: 0 auto;
}


.product-thumb .image:hover .btn-quickview {
    opacity: 1;
    visibility: inherit;
}

 .product-list .image-wrap {
    width: 25%;
    float: left;
}

 .product-list .description-wrap {
    width: 35%;
    float: left;
}

 .product-list .price-wrap {
    width: 40%;
    float: left;
}


    .price-wrap .button-group button{
        margin: 0 2.5px;
    }

@media (max-width: 767px)  {

    .price-wrap .button-group button{
        display: block;
        font-size: 12px;
        width: 90%;
        margin: 5%;
    }

    .product-thumb .price {
        font-size: 1.2em!important;
    }

}

@media (max-width: 575px)  {

.product-list .image-wrap {
    width: 50%;
     }
.product-list .description-wrap {
    width: 50%;
      }
.product-list .price-wrap {
     width: 100%;
 }

}

.product-thumb .image {
	text-align: center;
    position:relative;

}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
/*
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
		transition: 0.5s all ease;
            max-width: 65%;
}
.product-thumb .image img:hover {
	    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
*/
.product-thumb .caption {
    min-height: 180px;
}
/*
.product-thumb .fa-stack {
    color: #bfaf30;
}*/
.product-grid .product-thumb .image {
	float: none;
	    margin-bottom: 20px;
}


.product-thumb  .rating .fa {
    color: #bfaf30;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1.2em;
}
/*.product-thumb .rating {
    font-size: 8px;
}
*/
.product-thumb .price {
    color: #444;
    font-size: 1.5em;
    margin: 20px 0px;
    font-weight: bold;
        margin-top: 5px;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #375d1c;
	text-decoration: line-through;
	margin-left: 10px;
	    font-size: 0.8em;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {


	overflow: auto;
}

.product-thumb  .stickers {
	position: absolute;
    top: 20px;
}

 .stickers {

    z-index: 5;
    pointer-events: none;
    font-size: 0.9em;

}

 .stickers .new_pr {

    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #ad4841;
    text-align: center;
    margin-bottom: 3px;
    padding: 1px 10px;
        border-radius: 3px;

}


 .stickers .fa {
     margin-right: 5px;
}


/* PRODUCTS */

.thumbnail{
    border: none;
}


.thumbnails .owl-next {
    margin-right: auto;
}

.thumbnails .owl-prev {
    margin-left: auto;
}

.image-additional {
    width: 125px;
        float: left;
}

.tab-content {
    padding: 0 10px;
}

.product-heading h2 {
        margin-bottom: 3px;
            margin-top: 0px;
            font-size: 24px;
}

.product-heading h2 > span {
    font-size: 16px;
}

.product-jingle {
       font-size: 16px;
}

.product-heading .rating {
        line-height: 1.2em;
          font-size: 1.2em;
              margin: 15px 0px 20px;
}


.product-heading  .rating .fa-stack {

    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;

}

.product-heading  .rating a:active, .product-heading  .rating a:visited, .product-heading  .rating a:focus {
    text-decoration: none;
    color:  #cec264;
}

.product-heading  .rating a:hover {
    color: #cec264;
}

.product-like {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
    text-align: center;
    cursor: pointer;

}

.product-like span {
    font-size: 30px;
    color: #b92568;
}


.product-action {
        background: #f9f9f9;
    border-radius: 5px;
    padding: 0px 25px;
}



.product-action ul {
    margin-bottom: 25px;
}

.product-action .price {
    font-size: 35px;
}

.product-action .price span[data-product=price], .product-action .price span[itemprop=price] {
        display: inline-block;
}


.product-action .price .old-price { /*.price-old-live { /* IMPORTANT */
     font-size: 0.5em;
    text-decoration: line-through;
    color: #375d1c;
        margin: 0 10px; 
         white-space: pre;

}

.product-action span.discount-perc {
        font-size: 0.4em;
    background: #375d1c;
    padding: 2px 10px;
    color: white;
    border-radius: 5px;
    white-space: pre;
}

.product-action span.discount-perc:empty, .product-action .price .old-price:empty {
    display:none;
}

.product-action .price-tax {
        font-style: italic;
        color: #868686;
        margin-top: 15px;

}

.product-action .price-tax span {
display: inline-block;
}

.product-action .delivery-costs {
        cursor: pointer;
    color: #eca9c8;
}

.product-action .jingle-list {
        margin-top: 20px;
    list-style-type: square;
    margin-left: -20px;
    font-weight: 600;
}

.product-action .stock-state {
  font-weight: 600;
}

.product-action .available{
    color: #78b150;
}

.product-action .non-available{
    color: #b92568;
}

.product-action .product-estimate {

}


.add-to-cart {
        line-height: 40px;
        text-align: center;
            margin-top: 20px;
}

.add-to-cart label {
    font-size: 16px;
}

.add-to-cart button {
    width: 40px;
    background: #e6e6e6;
    font-size: 1.3em;;
}

.add-to-cart input[type=text] {
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 18px !important;
    }

.add-to-wishlist {

}

.add-to-wishlist button {

background: transparent!important;
    color: #375d1c;

    white-space: normal;
        margin: 15px auto;
    display: inline-block;
    width: 100%;
}

.add-to-wishlist button:hover, .add-to-wishlist button:active, .add-to-wishlist button:focus{
    color: #375d1c !important;
    background-color: transparent!important;
        font-weight: 600;
}

#button-cart {
 width: 100%;
    margin-top: 15px;
    height: 60px;
        white-space: normal;
}

.option-name {
    margin: 15px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

#colors li {
    float: left;
    width: 40px;
    height: 40px;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 5px 5px 0;
}
#colors li.option-selected  {
border: 1px solid #bbb;
    padding: 4px;
}

.option-color {
    display: block;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;

}

#colors li.option-selected  .option-color {
    width: 30px;
    height: 30px;
}


.option-format {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid #9e9797;
}



#product-format li, #product-content li {
    background: transparent;
    float: left;
    margin-right: 10px;
    border: 1px solid white;
}
#product-format li > button, #product-content li > button {
    background: transparent;
}

#product-format li.option-selected > button, #product-content li.option-selected > button {
     border: 1px solid #bbb !important;
  
}

[data-option="description"] {
    color: #669644;
    margin: 10px;
}



.product-color-swatches>.color {
    width: 20px;
    height: 20px;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.product-color-swatches>.color>span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

@media (max-width: 767px)  {
    .product-action {
        padding: 10px 25px;
      margin: 50px 20px 0px;
    }
}

#videos {
    margin-top: 50px;

}


#videos video {
    width: 100%;
}


#videos h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

#videos .embed-responsive {
    margin-top: 25px;
}


#tab-related {

       margin-bottom: 50px;
}


#tab-related > div > h3{
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    font-size: 21px;
}




#review-modal-form h3{
    font-size: 25px;
}


#review-modal-form .rating-stars label {
    cursor: pointer;
}

#review-stats{
    width: 300px;
    font-size: 12px;
    padding-left:25px;
}

@media (max-width: 299px)  {
    #review-stats{
        width: 100%;
    }

  #tab-review .rate-stars {
        width: 100%;
    }

}

#review-stats > div  > div:first-child {
    width:105px;
}
#review-stats > div  > div:last-child {
    width:60px;
}

#review-stats .row {
        margin-bottom: 2px;
}

#review-stats > .row > div {
    padding-right: 5px;
    padding-left: 5px;
}

#review-stats .fa-stack{
font-size:8px;
color: rgb(191, 175, 48);
}

.stats-gauge {
    display: inline-block;
    background: #fff;
    padding: 0;
    height: 22px;
    overflow: hidden;
    border: 1px solid #ddd;
    width:100%;
        margin-top: 4px;
}

.stats-gauge>div {
    background: rgb(191, 175, 48);
    width: 60px;
    height: 22px;
    overflow: hidden;
}



#tab-review {
 margin-top: 50px;
       margin-bottom: 50px;
}


#tab-review h3{
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

#tab-review .rate-stars {
    display: block;
    float: left;
    margin-bottom: 20px;
}

#tab-review .rate-statistics {
    display: block;
    float: left;
    margin-left:20px;
    margin-bottom: 20px;
}

#tab-review .rate-button {
      display:block;
     float:left;
    margin-left:20px;
}


#form-review-filter {

    background: #f9f9f9;
    padding: 6px 10px;
    margin-top:25px;
        margin-bottom: 10px;
}

#form-review-filter > .field {
    margin:0px 20px 0px 5px;
}


#form-review-filter .btn-default {
        background: whitesmoke;
    color: #6b6b6b;
}

#form-review-filter .control-label {
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: -3px;
    font-weight: 600;
}

#form-review-filter .form-control {
    border: 0px;
    height: 35px;
}



@media (max-width: 769px)  {
    #form-review-filter {
        display:block!important;
    }
    #form-review-filter > .field {
     margin-bottom:15px;
    }
    #form-review-filter  label {
         margin-left: 10px;
    }
}

@media  (max-width: 770px) and (max-width: 991px)  {


#tab-review .rate-button {
    text-align: center;
}


}


#review{
    margin-bottom:50px;
}

#review .review-box {

margin: 15px 0px;
}


#review .user-icon {
        font-size: 50px;
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 50px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.verified {

    margin-top:15px;
}

.verified span {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #ffffff;
    background: #669644;
}

#review .review-user{
    text-align:center;
    margin-bottom: 25px;
}

#review .review-text {

    background: #f9f9f9;
    border-radius: 5px;
       padding: 10px 20px;

}


#review .stars .fa {
    color: #bfaf30;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1.2em;
}

.rate-review{
    font-weight: 500;
}
.rate-review button {
    background: #bfaf30;
    border-radius: 30px;
    color: white;
    margin: 0 5px;
}



.pagination {
        margin: 0px 0px 50px;
        display: block;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    border: none;
        color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}


.pagination >li > a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        background-color: #669644;
    
}

.pagination > li > a:hover:not(.active) {background-color: #ddd;}



@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


/****** Style Star Rating Widget *****/

.rating-stars {
  border: none;
  float: left;
}

.rating-stars > input { display: none; }
.rating-stars > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating-stars > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-stars > label {
  color: #ddd;
 float: right;
     font-size: 20px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating-stars > input:checked ~ label, /* show gold star when clicked */
.rating-stars:not(:checked) > label:hover, /* hover current star */
.rating-stars:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating-stars > input:checked + label:hover, /* hover current star when changing rating */
.rating-stars > input:checked ~ label:hover,
.rating-stars > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating-stars > input:checked ~ label:hover ~ label { color: #FFED85;  }


/* BUTTONS */


.btn {
    text-transform: uppercase;
    border: 0;
    padding: 11px 16px;
    min-height: 40px;
    white-space: normal;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #375d1c!important;

    color: white;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
         background-color: #669644!important;
    color: white;
}

.btn-full{
   width:100%;
   height:60px;
}


.btn-action {
        margin-top: 20px;
            min-width: 40%;
    min-height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.green
{
background-color: #669644;

    padding: 13px 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;

}

.yellow
{
    background-color: rgba(102, 150, 68, 0.55);

        padding: 13px 20px;
    color: white;
    text-transform: uppercase;
  border-radius: 3px;
}




/* BLOG TEASER */

.teaser-grid.teaser-blog .thumbnail .btn {
margin-top: 15px;
padding: 10px 40px;
}

.teaser-grid.teaser-blog  .thumbnail .btn-primary {
    color: #fff;
    background-color: #bfaf30;
    border-color: #ffffff;
}


/* BLOG VARIE */

#navbar-blog-button {
        background: #375d1c;
    font-size: 1.5em;
    padding: 5px 10px;
    color: white;
    margin: 0 0 25px;
    text-transform: uppercase;
}


/* LIVE SEARCH */


.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0px;
    margin-top: 50px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    left: 0;
 /*  display: none;*/
}

.live-search .search-item {

padding: 5px;
}

.live-search .product-search-container {
padding: 10px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    height: 80px;
    max-height: 80px;

}

.live-search .product-name {
	font-weight: 600;
	font-size:14px;

}

.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}



.live-search .result-text{
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 20px;

}


.input-loading {
       background-color: #ffffff;
    background-image: url("https://loadinggif.com/images/image-selection/3.gif");
    background-size: 1.2em;
    background-position: 98% center;
    background-repeat: no-repeat;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.6);/* rgba(224, 156, 224, 0.9);/* rgba(153,204,51,0.9);*/
	z-index: 1000;
	overflow-y: auto;
	overflow-x:hidden;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    top: 10px;
    overflow: hidden;
    color: #375d1c;
    z-index: 100;
    cursor: pointer;
    font-size: 18px;
    right: 20px;
}

.overlay-title {
    font-size: 30px;
    color: #375d1c;
    text-align: center;
    /*font-weight: 600;*/
    margin: 40px 5%;
 /*   font-family: 'Ruluko';*/
}


/* CONTACT FORM */

.contact-content > div {
        padding: 0 30px;
}


.contact-content h3 {
    color: #af4b81;
    text-transform: uppercase;
    margin: 10px 0 30px;
}

.contact-content h4 {
    font-size: 1.3em;
    font-weight: 400;
}

.contact-details > div {
        float: left;
    white-space: nowrap;
    margin-right: 30px;
}

.contact-details > div:last-child {
    margin-right: 0px;
}

.contact-content strong {
        color: #af4b81;
    text-transform: uppercase;
}


.contact-content .fa, .contact-content .glyphicon {
   font-size: 1.5em;
   margin-right: 10px;
       margin-bottom: 20px;
}

#map_contact {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
        border: 1px solid white;
        margin-top: 25px;
}


.contact-content  .form-group label {
    text-transform: uppercase;
    line-height: 40px;
}



.contact-content  .form-group textarea {
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
}


/* footer */
footer {
	font-size: 15px;
background:url('/catalog/view/theme/verdirimedi/images/black-noise-90.png') repeat,
url('/catalog/view/theme/verdirimedi/images/seamless-vintage.jpg') repeat;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: rgba(249, 249, 249, 0.85);
}
footer a:focus,footer   a:hover {
	color: #608b42;
}
footer h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/*
footer:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.96;
    background-image:  url(https://api.thumbr.it/whitenoise-361x370.png?background=121212ff&noise=ffffff&density=87&opacity=11);
    background-repeat: repeat;


}*/



.footer-box {
	margin-bottom: 25px;
}
@media (max-width: 767px) {
.footer-box {
    padding-top: 10px;
    border-top: 1px solid #ffffff29;
}
}

/* Page Cite */

#pageCite {
	background: rgba(124, 185, 81, 0.7); /*rgba(172, 61, 120, 0.53);*/
    color: white;
	position:relative;
}

#pageCite .container {

    text-align: center;
}

/*#pageCite blockquote {
    font-size: 50px;
    line-height: 1.3;
    margin: 0;
    border-left: none;
    font-family: Satisfy;
}*/

#pageCite cite {
    margin-left: 100px;
    font-size: 1.5em;
    text-align: right;
}

@media (max-width:750px) {

   #pageCite .container>div {
        text-align: center;
    }

#pageCite blockquote {
    font-size: 30px;
}

    #pageCite cite {
 margin-left: 0px;
    }

}


footer > .container {
        background: #375d1c9c;
}

footer .fa-globe {
    color: #608b42;
}

/* Best For Footer */

.part-bf  {
    text-align: center;
        min-height: 140px;
}

.part-bf > div {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;

}

.part-bf .bf-italy {
    background: url(https://www.verdirimedi.it/image/vr.web.why.png) 120px 0px;
}

.part-bf .bf-cruelty {
    background: url(https://www.verdirimedi.it/image/vr.web.why.png) 0px 0px;
}

.part-bf .bf-samples {
    background: url(https://www.verdirimedi.it/image/vr.web.why.png) 60px -60px;
}

.part-bf .bf-safe {
    background:url(https://www.verdirimedi.it/image/vr.web.why.png) 60px 0px;
}

.part-bf .bf-shipping {
    background: url(https://www.verdirimedi.it/image/vr.web.why.png) 0px -60px;
}

.part-bf .bf-quality {
    background: url(https://www.verdirimedi.it/image/vr.web.why.png) -60px -60px;
}

.title-custom .bb-lg {
display: inline-block;
    padding: 0 .1em .2em;
    border-bottom: 4px solid #2444175e;
    color: #244417;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*  Social Footer */
#social-footer {
	    text-align: center;
		font-size: 16px;
		    margin: 35px 0px;

}

#social-footer .nav-pills>li {
     float: none;
}

#social-footer  .nav>li {
    display: inline-block;
	vertical-align: middle;
}

#social-footer  .nav>li a{
font-size: 40px;
    margin: 0px 5px;
padding: 0px;
}

#social-footer .nav>li>a:focus, .nav>li>a:hover {
     background-color: transparent;
}

#social-footer  .nav>li a.facebook:hover {
    color: #608b42;;
}

#social-footer  .nav>li a.pinterest:hover {
    color: #608b42;
}

#social-footer  .nav>li a.instagram:hover {
    color: #608b42;
}

#social-footer  .nav>li a.youtube:hover {
    color: #608b42;
}

#social-footer .facebook, #social-footer .pinterest, #social-footer .twitter, #social-footer .youtube {
        background: inherit!important;
}

/* Security Footer */

#security-footer h5 i{
	font-size: 20px;
    margin-right: 5px;
    color:#BFAF30;
}

#security-footer li{
	list-style: none;
}

#security-footer li i {
	margin-right: 5px;
    color:#BFAF30;
}
#security-footer ul{
    padding-left: 23px;
}

/*  Payment Footer */

#payment-footer span{
	font-size:13px;

}

/* Shipping Footer */

#shipping-footer h5 img {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
    border: 1px solid #ffffff9e;
}

/* Shipping List */
#shipping-list .courier-logo {
	vertical-align: top;
    padding: 0 2% 0 0;
}
#shipping-list .courier-logo img {
     background: white;
         border-radius: 50%;
}
#shipping-list .courier {
	margin-bottom: 10px;
}

#shipping-list .courier .methods {
	margin-top: -10px;
}


#shipping-list .courier .method-title {
	margin-top: 10px;
}

#shipping-list h4 {
  color: white;
}

#shipping-list h4 img.country{
height: 18px;
margin-right: 5px;
}


#shipping-modal #shipping-list h4 {
     color:#3b3b3b;
}

#shipping-modal-form h3 {
      font-size: 18px;
}


#shipping-overlay {
    z-index: 1001;
}


/* Elimino il container standard dell'iframe facebook responsabile dello stretch */
#fb-root {
display: none;
}
 
/* Rendi fluido il container */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
/* Newsletter Footer */
#newsletter-footer {
	    background: rgba(255, 255, 255, 0.02);
    border: 1px dotted rgba(255, 255, 255, 0.16);
   
    padding: 0 10px 10px 10px;
}

#newsletter-footer input {
	height: auto;
    border-radius: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    color: #375d27;
}

#newsletter-footer input::-webkit-input-placeholder { 
    color:#608b42;
}

#newsletter-footer .input-lg {
	padding: 11px 16px;
}

#newsletter-footer .input-group{
	margin-bottom: 10px;
}

#newsletter-footer h3{
color: #b6b80f;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
#newsletter-footer .btn-lg{
	    background: #608b42;
    text-shadow: none;
    color: #dedede;
    padding: 9px 16px;
    font-size: 12px;
}

#newsletter-footer p:nth-child(2) {
	    margin-top: 10px;
}

#newsletter-footer .text-success {
    color: #b6b80f;
}

#newsletter-footer .text-danger {
    color: #ff0903;
}




.weship {
    font-size: 30px;
}

/* GRID */

.grid {
    border:1px solid #efefef;
        margin-bottom: 40px;
}
.grid > div:nth-child(odd)  {
     background: #f9f9f9;

}

.grid > div {
    line-height: 3em;
}

.grid-head {
    font-weight: 600;
    text-transform: uppercase;
}

.grid-row {

}
.grid-row > div:first-child {
    font-weight: 600;

}

.grid .fa {
    font-size: 1.5em;
}

/* COURSE */

.course-list {
    margin-bottom:50px;
}

.course-description h3 {
    text-transform: uppercase;
}

.course-image {
      border: 1px solid #eeeeee;
}

.course-image img{
    width:100%;

}

.course-action {
    margin-top:25px;
}

.course-calendar h3 {
    color: #375d1c;
    margin-bottom:15px;
        margin-top: 0px;
}


/* GALLERY */




#video-gallery video {
    width: 100%;
}



.videog-description h2 {
    margin-top:0px;
     display:inline-block;
}

.title2 {
    text-align: center;

    padding: 0px 15px;
    margin-bottom:40px;
}

.title2 > h2{
        margin-bottom: 5px!important;
        font-size: 25px!important;
}



.videog-description .btn {
    margin-bottom: 15px;
    line-height: 40px;
    padding: 0 16px;
}

.video-list{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
        margin-bottom: 50px;
}

.video-list p {
    background: #fff4f9;
        height: 26px;
     font-size:0.8em;
}

.video-list .active p {
    background: #375d1c;
    color: white;

}



.video-list img {

    width: 100%;
    border-top: 5px solid white;
    border-bottom: 5px solid #fff4f9;
    background: black;

}

.video-list .active img {
    border-top: 5px solid #375d1c;
    border-bottom: 5px solid #375d1c;
}

.image-list {
    overflow: hidden;
        padding: 0;
    margin:0;
}

.image-list figure{
    overflow: hidden;
}

.image-list > div {
    margin-bottom:25px;
}

.image-list a {
     width:100%;
    padding: 0;
    margin:0;
      display: block;

  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.image-list img {
    width: 100%;
    padding: 0;
    margin:0;
   border-radius: 0;
    }

.image-list a:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}



/* FILTERS MENU */

#navbar-filter {
     padding: 0px;
}

#navbar-filter #side-menu-top {
        background: #bfaf31;
}

#navbar-filter li {
    list-style: none;
    padding: 10px 0px 0px;
    text-transform: uppercase;
    line-height: 1.4em;
}

#navbar-filter .active > a {
    color: #375d1c;
    font-weight: 600;
}

#navbar-filter li > a > i {
    font-style: normal;
    color: #375d1c9e;
}

#navbar-filter li > ul {
 padding-left:20px;
}

#navbar-filter li i.fa  {
    color: #375d1c;
    margin-right: 5px;
    font-size: 1.2em;
}


#navbar-filter .dropdown {
    padding:0px!important;
}

#filters {
        padding: 0;
}


#navbar-filter .dropdown-inner {
    -webkit-padding-start: 0;
    margin-bottom: 10px;
}

#navbar-filter h3 {

    padding-bottom: 10px;
    font-size: 18px;
    color: #375d1c;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 0px;

}

#navbar-filter h3 > i.fa{
    float:right;
    display:none;
}


#navbar-filter li.filter-clear {
    font-weight: 600;
}
#navbar-filter li.filter-clear > span {
      margin-left: 20px;
}

#navbar-filter li.filter-clear > span:before {
    position: absolute;


    display: block;
    width: 1em;
    height: 1em;
    border: none;
    background: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    font-weight: 600;
    content: "\2715";
    color: inherit;
    vertical-align: middle;
}

#navbar-filter li.filter-option, #navbar-filter li.filter-clear  {
    cursor: pointer;
}

#navbar-filter li.filter-option > span {
       margin-left: 20px;
}


#navbar-filter li.filter-option.active > span:before {

    margin-top: 3px;
    font-family: Arial,sans-serif;
    font-weight: 400;
    content: "\00D7";
    line-height: 0.9em;
    background: #669644;
    border-color: #3b6132;
    color: #fff;
    vertical-align: middle;
}

#navbar-filter .count {
    font-style: normal;
    color: #375d1c9e;
}


#navbar-filter li.filter-option > span:before {
    position: absolute;

    margin-top: 3px;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
}



 #navbar-filter .dropdown-backdrop {
    display:none;
}

 #navbar-filter .rating {
     cursor:pointer;
 }





#navbar-filter li .fa-stack {
    width:1.2em;
    margin-top: -4px;
}
#navbar-filter .dropdown .dropdown-menu {
     padding: 5px 5px 30px !important;

}
@media (max-width: 767px) {

    #navbar-filter.active {

            max-width: 300px;
    width: 100%;
    height: 100%;

    }

    #navbar-filter h3 {
        cursor:pointer;
        margin:0px;
        padding: 15px 5%;
        border-bottom: 1px dotted #eaeaea;
    }

    #navbar-filter h3:active {
        background: #f9f9f9!important;
    }

    #navbar-filter .open h3 {
        border-bottom: none;
    }

    #navbar-filter h3 > i.fa{
        display:block;
    }

    #navbar-filter li.dropdown  {
      padding-top:0px;
    }

    #navbar-filter .dropdown-inner > li  {
        font-size: 14px;
        text-align: left;
        color: #375d1c;
        cursor: pointer;
        background: transparent;
        padding: 10px 6%;
        border-bottom: 1px dotted #d6d6d6;
    }



    #navbar-filter .open .dropdown-menu {
        position: static!important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu {
        position: static!important;

    }

}




@media (min-width: 768px) {



    #navbar-filter .dropdown .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;

    }

     #navbar-filter .dropdown-menu.peak-up:before {
         display:none;
    }
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}
.slider.slider-horizontal {
    width: 90%!important;
    height: 20px!important;
    margin: 0 5%;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

/* Effects */

body.overlayed {
background: #dddddd !important;
overflow-y: hidden;
}


.overlay-container {
	background: white;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;

}

.overlay-container.overlay-open {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);

}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}


/* ACCOUNT */

.well h2 {
    color: #375d1c;
    text-transform: uppercase;
    font-size: 20px;
}

.well .btn {
    width: 100%;
    height: 50px;
    margin-top:25px;
}

.btn-google-login, .btn-facebook-login {
    text-align: center;
    width: 100%;
        margin-top:15px;
}

.btn-facebook-login a{
        background: #3c5a98;
    display: block;
    padding: 15px;
    color: white;
    font-size: 1.5em;

}

.btn-google-login  a{
        background:  #dd4b39;
    display: block;
    padding: 15px;
    color: white;
    font-size: 1.5em;

}

#navbar-account-button, #navbar-information-button {
position: absolute; 
top: -11px;

z-index: 1;
}

#navbar-account-button button, #navbar-information-button button {
        padding: 0 10px;
    font-size: 30px;
    top: 4px;
    color: #c5990e;
    background: #fff;
    margin: 11px 10px 11px 0;
}



.address-box {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.address-box::first-line {

    font-weight: bold;
}

.address-row {
    margin-bottom: 25px;
}

.address-button {
    float: left;
    margin: 10px 10px 10px 0px;

}


    .buttons {
        margin-top: 25px;
    }

 body[class^="account-"] #content h3, body[class^="account-"] #content legend {
    text-transform: uppercase;
    font-size:18px;
 }



   body[class^="account-"] .radio-inline {
     font-size: 16px;
   }



@media (max-width: 768px) {
    body[class^="account-"] #content > h1, body[class^="account-"] #content > h2 {

            margin-left: 50px;

    }


   body[class^="account-"] .control-label {
        display:none;
    }
   body[class^="account-"] .control-label.radio {
        display:block;
        font-size: 16px;
    }
   

   body[class^="account-"] .container {
        padding: 0px 25px;
    }


 body[class^="account-"] h3, body[class^="account-"] legend {
    /*border-bottom: 1px dotted #ddd;
    margin-top: 30px;
    text-transform: uppercase;
    background: #f9f9f9;
    color: black;
    padding: 10px 5px 5px;
    margin-bottom: 25px;
    font-size: 16px;*/
   }

   body[class="account-wishlist"] h3 {
       border-bottom: none;
        background: transparent;
text-transform:none;
            padding: 0;
            margin: 0;
   }

   body[class^="account-"] #content table {
    margin: 0 5px;
   }

  

       


}




/* OTHER FIX */

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#content .col-xs-2:nth-child(6n+1),
	#content .col-xs-2:nth-child(6n+1),
	#content .col-xs-3:nth-child(4n+1),
	#content .col-xs-4:nth-child(3n+1),
	#content .col-xs-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (max-width: 479px) {
	#content .col-xxs-2:nth-child(6n+1),
	#content .col-xxs-2:nth-child(6n+1),
	#content .col-xxs-3:nth-child(4n+1),
	#content .col-xxs-4:nth-child(3n+1),
	#content .col-xxs-6:nth-child(2n+1) {
		clear:left;
	}
}


/* NPROGRESS */

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position:fixed;
  z-index: 10000;
  top: 0;
  left: 0;

  width: 100%;
}

#nprogress .bar {
  background: #375d1c ;/* #29d;*/



  width: 100%;
  height: 5px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #375d1c, 0 0 5px #375d1c;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #375d1c;
  border-left-color: #375d1c;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
 /* overflow: hidden;*/
  /*position: relative;*/
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





/* NavBar SIDE BAR*/
@media (max-width: 767px) {
	.sidebar {
		min-width: 75%;
		max-width: 75%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		/* top layer */
		z-index: 1000;
       -webkit-transition: margin-left 0.35s ease;
       -moz-transition: margin-left 0.35s ease;
       -o-transition: margin-left 0.35s ease;
       transition: margin-left 0.35s ease;

       background:white!important;
	}
    .sidebar  {
        margin-left: -75%;
        display: block;
            overflow-y: auto
    }
    .sidebar.active {
        margin-left: 0;

    }

    .overflow-hidden {
        overflow: hidden;
    }


.menu-flex {
    display:flex;
}
}

.navbar-overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 999;
}




/* PRODUCT DESCRIPTION CUSTOM CSS */

img {
    max-width: 100%;
}

/* AVD */
.nutrition-facts thead {
    
    text-transform: uppercase;

    font-weight: bold;
    background: #d2e0c8!important;
    color: #2a500f;
}

.nutrition-facts thead td, .nutrition-facts thead th { 
    padding: 5px 10px;
     font-size: 0.9em;
}


.nutrition-facts tbody td {
          padding: 3px 10px;
         border-bottom: 1px solid #e6e6e6;
        
}

.nutrition-facts tbody p {
        margin: 0;
}


/* Bios Line */

.nf-title { 
     text-transform: uppercase;
 font-size: 0.9em;
    font-weight: bold;
        margin-top: 20px;
}

.product-detail-compare-box {
    background: #adc070;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-detail-compare-box .table{ width: 100%; }
.product-detail-compare-box .table-cell{ width: 50%; float:left; display:block;}
.product-detail-compare-box .table-cell {
    background: #adc070 url(../img/arrow-bot.gif) right center no-repeat;
    background-size: 58px 100%;
    color: #fff;
    padding: 5px;
    border-bottom: 2px solid #fff;
}
.product-detail-compare-box .table-cell{ color:#537129 }
.product-detail-compare-box .table-cell.top{color: #fff; font-weight: bold; }
@media (max-width: 580px) {

    .product-detail-banner .row .banner-title {
        font-size: 22px;
        line-height: 25px;
    }
    .product-detail-compare-box .table-cell {
        background-size: 20px 100%;
    }
}
.product-detail-compare-box .table-cell.top {
    background-color: #537129;
    text-transform: uppercase;
}
.product-detail-compare-box .table-cell.box-right {
    background-image: none;
}
.product-detail-compare-box img {
    vertical-align: bottom;
}
.product-detail-compare-box .item {
    padding: 5px;
    display: block;
    font-size: 12px;
}

.how2use {
    margin-bottom: 25px;
}
.how2use img {
    margin-right: 20px;
}




/* Slide You May Also Like */

#alert-modal #alert-text {
        text-align: center;
}

#alert-modal .alert {
    margin-bottom: 0px;
}

#alert-modal .panel-title{
    border-top: 1px solid #ddd;
    text-align: center;
        font-size: 20px;
            margin-top: 30px;
}

#alert-modal .panel-title span{
        display: inline-block;
    position: relative;
    top: -.7em;
    padding: 0 1em;
    margin: auto;
    background: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#alert-modal h4 {
       
            font-weight: 700;
    font-size: 16px;
}

#alert-modal .caption {
    text-align: center;
}

#alert-modal .owl-dots {
        bottom: -35px;
}

#alert-modal .owl-prev {
        margin-left: -30px;
        top: 65px;
}
#alert-modal .owl-next {
        margin-right: -30px;
        top: 65px;
}


@media (max-width: 767px) {

    #alert-modal .owl-prev {
        margin-left: -20px;
        top: 150px;
}
#alert-modal .owl-next {
        margin-right: -20px;
        top: 150px;
}

#alert-modal .overlay-close {
    right: 8px;
    top: 5px;
    font-size: 20px;
}


}