.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #1b5f23;
}
#korzina {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    height: 29px;
    width: 54px;
    background-color: #fff;
    border-left: 2px solid #ff2020;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ff2020;
    border-right: 2px solid #ffffff;
    border-bottom-left-radius: 9px;
    padding-left: 2px;
}
.sc_style_icon {
    height: 28px;
    padding-right: 18px;
}
input, select, textarea {
    line-height: inherit;
    padding: 7px;
    width: 98%;
    color: #333;
    height: auto;
}
.widget_content_filter .title {
    font-weight: bold;
    color: #5f5f5f;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 10px;
}
.photo {
    max-width: 320px;
}
nav#main_menu{display:flex;background-color: rgba(0, 0, 0, 0.23);}
nav#main_menu .menu {
margin:auto;

}

nav#main_menu.menu_fix, .menu_mobile.menu_fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    padding-right: 42px;
    margin-top: 0;
    background-color: #436737;
}
nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
nav .menu > li > a:hover {
    display: block;
    color: #FFF;
    text-decoration: none;
}
a.bot1 {
    background: linear-gradient(to bottom, rgba(171, 173, 171, 0), rgba(167, 167, 167, 0)) rgba(146, 140, 140, 0.5) repeat-x;
    border-color: rgba(103, 91, 91, 0.1) rgba(0, 0, 0, 0.1) #828781;
    border-radius: 10px;
    border-style: solid;
    border-width: 1.5px;
    box-shadow: 0 1px 0 rgba(7, 7, 7, 0.62) inset, 0 1px 2px rgb(0, 0, 0);
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 11px;
    width: 150px;
    line-height: 18px;
    margin: 10px auto;
    padding: 5px 5px 5px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(129, 123, 123, 0.47);
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(222, 62, 62, 0.5);
    font-weight: 600;
    border-color: white;
}

a.bot1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

a.bot1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.bot1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(64, 62, 2, 0.84);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}


.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}


.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}


.dm-modal {
    display: inline-block;
    padding: 1px;
    max-width: 50em;
    background: #e5e5e5;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #333;
    text-align: left;
}


.dm-modal img {
    width: 100%;
    height: auto;
}


.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}


.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}


.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}


.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #f97a16;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #4fa54e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.close:hover:after {
    border-color: #000;
    color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #38363c !important;
}


@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.conta3 {
    margin: 0 auto;
    max-width: 640px;
    max-height: 604;
    border: 3px solid #e7fde7;
    -webkit-box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #f7fff0;
    margin-bottom: 20px;
    margin-top: 5px;
}
.conta4 {
    margin: 0 auto;
    max-width: 1280px;
    max-height: 780;
    -webkit-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    background-color: #fff;
}

input.button-submit, input.button {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #479c47;
    border: none;
    transition: background ease-in-out .15s;
}
.wd_scl_footer .wd_sclf_checkout {
    float: right;
    padding: 6px 10px;
    background: #68b071;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

.filter-panel .fields .title {
    color: #2e3135;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 3px;
    text-align: center;
}
.gui-panel {
    background: #fffef6;
    border: solid 1px #e4e4e4;
    margin: 20px 0;
    padding: 15px;
    color: #36383a;
    box-sizing: border-box;
    clear: both;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    height: 27px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
    border-radius: 10px;
    border-color: #61e232;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px;
    width: 97%;
    height: auto;
    border: 1px solid #65ce68;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
    border-radius: 10px;
}
.input, .date-input, .city-input, .textarea, select {
    border: solid 1px #68ce62;
    padding: 8px;
    box-shadow: inset 0 1px 2px #DDD;
    color: #333;
    outline: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}

.owl-item img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
}
#layout .widget_tags_cloud .tags_as_cloud li {
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(/gal.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 25px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 7px;
    color: #4b4c4d;
    background: #f9f9f9;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
}

#layout .widget > .title, .widget_tabbed .tabs ul, .widget_user_avatar .user_info, .widget_search {
    background: #e8fee6;
    color: #4f4949;
    font-weight: 600;
    text-align: center;
}

#layout footer .widget > .title {
    color: #fff;
}
.content_categories li a {
    color: #585858;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    background-color: #ffffff;
    border: solid 1px #ddd7ab;
    color: #555;
}
input[type=text], input[type=number], input[type=email], input[type=searche], input[type=submit], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border-radius: 5px;
}

header .menu ul li > a {
    background-color: #3c3c3c;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
header .menu ul li:hover > a {
    background-color: #848484;
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    flex-grow: 1;
    flex-basis: 15%;
}
.scs_slider .scs_owl_selector .item-cat a span.scs_title {
    font-size: 13px;
    color: #484848;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

#main_content h1 {
    margin-bottom: 10px;
    color: #34495e;
    text-transform: uppercase;
    font-size: 22px;
}

.tzSelect .selectBox {
    position: absolute;
    height: 100%;
    width: 99%;
    text-align: center;
    border: 1px solid #ccc;
    color: #d50a0a;
    background: #eee;
    cursor: pointer;
    padding: 0 25px 0 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}
nav .menu ul {
    width: 280px;
    margin-top: 1px;
}

.gui-panel {
    background: #e8fee6;
    border: solid 1px #fff4f4;
    margin: 2px 0;
    padding: 5px;
    color: #36383a;
    box-sizing: border-box;
    clear: both;
}
.SC_wd_cats .mm-navbar {
    background: -webkit-linear-gradient(#e6ffe4, #e5ffef) !important;
    background: linear-gradient(#e6ffe4, #e5ffef) !important;
}
.SC_wd_cats li .fa {
    margin: 0 15px 0 0;
    font-size: 16px;
    width: 12px;
    text-align: center;
    color: #51b378;
}