body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("/images/1.png"), url("/images/3.png");
    background-repeat: no-repeat, repeat;
    background-position: top center, center;
    color: #000;
    font-size: 14px;
}

.top_lang {
    padding: 20px 0;
    text-align: right;
}

.top_lang .dropdown-toggle i.fa {
    color: #8bc64e;
    margin-right: 5px;
}

.top_lang a {
    color: #5C5C65;
}

.top_lang .dropdown-toggle:hover {
    color: #8bc64e;
    text-decoration: none;
}

.top_lang .dropdown, .dropup {
    position: relative;
    float: right;
}

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

.dropdown-menu > li > a {
    display: block;
    padding: 5px 10px;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #8bc64e;
}

.open > .dropdown-menu {
    display: block;
    min-width: inherit;
    border: none;
    padding: 0;
    border-radius: 0;
}

.phone {
    margin: 15px 0;
}

.phone ul, .menu_first ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.phone ul li, .menu_first ul li {
    list-style: none;
    font-size: 18px;
    display: inline-block;
}

.menu_first ul li {
    margin-right: 10px;
    margin-bottom: 5px;
}

.phone ul li i.fa {
    margin-right: 5px;
    color: #8bc64e;
}

.phone ul li:nth-child(2) {
    margin-left: 15px;
    margin-right: 30px;
}

.phone ul li:last-child {
    margin-right: 0px !important;
}

.menu_first a {
    background-color: rgb(219, 219, 219);
    border-radius: 6px;
    color: rgb(92, 92, 101);
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
}

.menu_first a:hover, .menu_first li.active a {
    background-color: #8bc64e;
    color: #fff;
    text-decoration: none;
}

.big_slider {
    margin: 30px 0 0;
}

.content_menu {
    margin-bottom: 15px;
}

a:focus, button:focus {
    text-decoration: none;
    outline: none;
}

.owl-item {
    overflow: hidden;
    border: solid 1px #d4d4d4;
    border-radius: 8px;
}

.big_slider {
    margin-bottom: 30px;
}

.owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #dcdcdc;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 3px;
    display: block;
}

.owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    z-index: 1;
    text-align: center;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-dot span:hover {
    background-color: #fff200;
}

.owl-dot.active span, .owl-dot.active span:hover {
    background-color: #80cb00 !important;
}

.menu_first input {
    border: solid 1px #D4D4D4;
    height: 40px;
    border-radius: 6px;
    color: #999;
    padding: 0 0 0 15px;
    font-size: 14px;
    outline: none;
    max-width: 119px;
}

.menu_first form {
    position: relative;
}

.menu_first form button {
    position: absolute;
    color: #999;
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    font-size: 14px;
    border-radius: 6px;
}

.menu_first form button:hover {
    color: #fff;
    background-color: #80cb00;
}

.shop_bag, .high_foto, .aditional_info {
    padding: 10px 20px;
    border: 1px solid #8bc64e;
    border-radius: 6px;
    background: #FFF;
    margin: 25px 0 30px;
}

.shop_bag i.fa, .high_foto i.fa {
    margin-right: 5px;
}

.content_menu_sidebar {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
}

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

.content_menu_sidebar a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 16px;
    border-color: transparent transparent transparent #fff200;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.content_menu_sidebar a:hover:before {
    right: -16px;
    opacity: 1;
}

.content_menu_sidebar a {
    display: block;
    background-color: #8bc64e;
    color: #fff;
    padding: 13px 15px;
    margin-bottom: 5px;
    transition: 0.3s all;
    position: relative;
}

.content_menu_sidebar a:hover {
    background-color: #fff200;
    border-radius: 6px 0 0 6px;
    margin-left: -5px;
    padding-left: 25px;
    color: #616158;
    text-decoration: none;
}

.content_menu_sidebar li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content_menu_sidebar li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bottom_slide .owl-item {
    border: none;
    position: relative;
}

.bottom_slide .owl-carousel {
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    padding: 15px 45px 35px;
    margin: 15px 0;
}

.bottom_slide .owl-item {
    padding: 15px;
    position: relative;
    text-align: center;
    overflow: visible;
}

.bottom_slide .owl-item:before {
    width: 1px;
    height: 70%;
    content: "";
    background-color: #cdcdcd;
    position: absolute;
    top: 15%;
    right: -5px;
}

img {
    max-width: 100%;
}

.owl-prev, .owl-next {
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 6px;
    background-color: #F5F5F5;
    background-image: url(/images/21.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-position: center -49px;
}

.owl-next {
    right: 0;
    background-position: center top;
}

.bottom_slide .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.owl-prev:hover, .owl-next:hover {
    background-color: #5C5C65;
    background-position: bottom center;
}

.owl-next:hover {
    background-position: center -99px;
}

.bottom_slide .owl-item a {
    opacity: .5;
    display: block;
}

.bottom_slide .owl-item a:hover {
    opacity: 1
}

.produs_list figure {
    border-radius: 6px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    padding: 0px;
    overflow: hidden;
    display: inline-block;
}

.produs_list h3 span {
    color: #8bc64e;
    display: block;
}

.produs_list h3 {
    color: #5c5c65;
}

.produs_list li {
    color: #5c5c65;
    font-size: 14px;
}

.block_produs_list {
    margin-bottom: 50px;
}

.button-default {
    background-color: #DBDBDB;
    color: #5C5C65;
    display: inline-block;
    border-radius: 6px;
    padding: 8px 15px 8px 30px;

    position: relative;
    background-image: url(/images/22.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.button-default:hover {
    color: #fff;
    background-color: #5C5C65;
    text-decoration: none;
    background-position: bottom left;
}

.button-default:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 17px;
    border-color: transparent transparent transparent #5C5C65;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.button-default:hover:before {
    right: -14px;
    opacity: 1;
    z-index: 1;
}

.bottom_slide .owl-dots {
    margin-bottom: 10px;
}

.bottom_slide .owl-item img {
    -ms-transform: scale(0, 0); /* IE 9 */
    -webkit-transform: scale(0, 0); /* Chrome, Safari, Opera */
    transform: scale(0, 0);
    transition: 0.3s all;
}

.bottom_slide .owl-item.active img {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Chrome, Safari, Opera */
    transform: scale(1, 1);
}

.bottom_block {
    background-color: #8bc64e;
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 17px;
}

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

.bottom_block li {
    padding-left: 26px;
    background-image: url(/images/23.png);
    background-repeat: no-repeat;
    line-height: 27px;
    color: #5c5c65;
    background-position: 0px 4px;
}

#totop-scroller {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/images/24.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    text-decoration: none;
    border-radius: 4px;
    float: right;
}

#totop-scroller:hover {
    background-color: #5C5C65;
    background-position: bottom;
}

.block_white {
    background-color: #fff;
    border: 1px solid #8bc64e;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.block_white p {
    color: #5C5C65;
    line-height: 20px;
    margin: 15px 0;
}

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

.block_white p a {
    color: #000;
}

.block_white p a:hover {
    color: #8bc64e;
    text-decoration: none;
}

.block_white h1 {
    font-size: 20px;
    line-height: 36px;
    color: #8bc64e;
    margin: 10px 0 5px;
}

#breadcrumbs {
    margin: 15px 0;
}

.breadcrumbs strong {
    color: #8bc64e;
    font-weight: 400;
    font-size: 13px;
}

.right_sidebar .content_menu_sidebar a:before {
    border-color: transparent #fff200 transparent transparent;
    border-width: 23px 16px 23px 0;
    right: inherit;
    left: 0;

}

.right_sidebar .content_menu_sidebar a:hover {
    border-radius: 0 6px 6px 0;
    margin-right: -5px;
    margin-left: inherit;
    padding-left: 10px;
}

.right_sidebar .content_menu_sidebar a:hover:before {
    left: -16px;
}

.item_bl_first figure {
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    position: relative;
}

.item_bl_first figure a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
}

.item_bl_first figure:hover img {
    opacity: 0.8;
}

.item_bl_first p {
    padding: 15px 0;
}

.item_bl_first p a {
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;

}

.item_bl_first p
a:hover {
    color: #8bc64e;
    text-decoration: none;
}

.high_foto a,
.aditional_info a {
    color: #000;
    transition: 0.3s all;
}

.high_foto a:hover,
.aditional_info a:hover {
    color: #8bc64e;
    text-decoration: none;
}

.table_block th {
    font-weight: bold;
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);

}

.table_block tr td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.table_block tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
}

.table_block tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#8bc64e), to(#cce671));
    background: -moz-linear-gradient(top, #8bc64e, #cce671);
}

.table_block {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    text-align: center;
}

.aditional_info h3 {
    margin: 5px 0px 10px;
    font-size: 14px;
    color: #8bc64e;
    line-height: 21px;
}

.aditional_info h3 span {
    color: #5C5C65;
}

.aditional_info p:last-child {
    margin-bottom: 3px;
}

.block_right_sidebar .shop_bag {
    margin-top: 0;
}

.block_white h2 {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

ul.check > li {
    background-image: url(/images/29.png);
    padding: 2px 0 2px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

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

.block_white
i {
    color: #5C5C65;
}

h2.subtitle {
    font-size: 21px;
}

.block_white h3 {
    font-size: 18px;
}

.map iframe {
    width: 100%;
}

.MagBlok {
    width: 19%;
    border: 1px dashed #c5c5c5;
    padding: 10px;
    margin: 3px;
    border-radius: 8px 10px;
    float: left;
    min-height: 210px;
}

.MagBlok b {
    display: block;
}

.block_white .button-default:hover {
    color: #fff
}

.block_white article figure {
    width: 190px;
    margin-right: 15px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    padding: 10px;
}

.content_article {
    width: calc(100% - 205px);
    float: left;
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
    min-height: 190px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
}

.content_article h2 {
    text-align: left;
}

.content_article h2 a, .container_news h1 {
    color: #000;
    font-size: 22px;
}

.content_article h2 a:hover, .breadcrumbs a:hover, .item_catalog h3 a:hover, .item_catalog li a:hover, .title_shop:hover {
    color: #8bc64e;
    text-decoration: none;
}

.content_article .button-default {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.breadcrumbs a {
    background-image: url(/images/30.png);
    color: #5C5C65;
    padding-right: 15px;
    margin-right: 7px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    transition: 0.3s all;
    font-size: 13px;
}

.block_white figure {
    text-align: center;
    border: solid 1px #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    position: relative;
}

.sub_catalog .item_bl_first p {
    min-height: 60px;
    padding-top: 0;
}

.sub_catalog {
    margin: 20px -15px;
    border-bottom: solid 1px #ddd;
}

.item_catalog h3 {
    margin: 5px 0;
    line-height: 20px;
}

.item_catalog h3 a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.item_catalog {
    position: relative;
    border: solid 1px #fff;
    height: 410px;
    overflow: hidden;
}

.item_catalog:hover {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #a8cbeb;
    right: 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.4);
    padding: 0 15px;
    height: inherit;
}

.item_catalog figure a, .img_produs a, .item_catalog_recomandat figure a {
    opacity: 0;

    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 6;
    display: block;
    color: #fff;
    font-size: 46px;
    text-align: center;
    line-height: 100%;
    background: rgba(0, 0, 0, .3);
    padding-top: 104px;
}

.block_white figure a i, .img_produs a i, .item_catalog_recomandat figure a i {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -17px;
}

.block_white figure a:hover, .img_produs a:hover, .item_catalog_recomandat figure a:hover {
    opacity: 1;
}

.block_white figure:hover, .img_produs:hover {
    border-color: #aaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.three_items {
    position: relative;
}

.stock span {
    display: block;
    font-weight: bold;
    color: #6AB635;
}

.block_white .stock p {
    margin: 0;
}

.stock b {
    font-weight: 400;
    font-size: 18px;
}

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

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

.by_btn a {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);
    border: solid 1px rgba(0, 0, 0, .2);
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0px -1px 0 rgba(1, 1, 1, 0.29);
}

.by_btn a i.fa {
    margin-right: 7px;
    color: #fff;
}

.by_btn a:hover {
    text-decoration: none;
    background-color: #8fce48;
    background-image: none;
}

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

.item_catalog li {
    background: url(/images/44.png) 0 center no-repeat;
    list-style: none;
    padding: 0 0 0 17px;
    line-height: 15px;
    margin: 0 0 7px 0;
    color: #444;
}

.price_stock {
    margin: 8px 0 0;
}

.by_btn a:active, .do_cart button:active, .reg_form input[type="submit"]:active {
    background-color: #76b430;
    color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
}

.item_catalog li a {
    color: #000;
}

a.delete_by_btn {
    font-size: 13px;
    background-color: rgb(211, 44, 70);
    background-image: linear-gradient(rgb(238, 70, 90), rgb(193, 26, 57));
    margin-top: 10px;
}

a.delete_by_btn:hover, .delete_order:hover {
    background-color: rgb(227, 53, 81);
    background-image: none;
}

a.delete_by_btn:active {
    background-color: rgb(201, 28, 55);
    background-image: none;
}

.item_catalog:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    bottom: 0;
    left: 0;
    z-index: 2;
}

.delete_order {
    color: #ffffff !important;
    border: solid 1px #f86a15;
    background-color: #f5813c;
    background-image: -moz-linear-gradient(top, #fa9a60, #ed5d07);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9a60), to(#ed5d07));
    background-image: -webkit-linear-gradient(top, #fa9a60, #ed5d07);
    background-image: -o-linear-gradient(top, #fa9a60, #ed5d07);
    background-image: linear-gradient(to bottom, #fa9a60, #ed5d07);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9a60', endColorstr='#ffed5d07', GradientType=0);
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 150%;
    cursor: pointer;
}

.block_shop {
    position: relative;
    padding-bottom: 2px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 7px;
    padding: 5px 0;
}

.title_shop {
    padding-right: 30px;
    color: #000;
}

.jbcart-item-price {
    margin: 8px 0;
}

.value_shop {
    font-size: 16px;
}

.symbol_shop {
    opacity: 0.4;
    filter: alpha(opacity=70);
    font-size: 0.9em;
}

.price_multiple {
    font-size: 0.75em;
}

.quantity_shop, .jbcart-module-total-items {
    font-weight: bold;
}

.jbcart-module-line {
    margin-bottom: 12px;
}

.empty_cart, .go_shop {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 12.5px;
    min-height: 20px;
    min-width: 60px;
    max-width: 200px;
    width: auto;
    padding: 5px 7.5px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 4px;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 100ms ease;
    color: #555555 !important;
    border: solid 1px #d8d8d8;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(to bottom, #ffffff, #cccccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
    cursor: pointer;
}

.empty_cart:hover {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    text-decoration: none;
}

.btns_execut {
    padding: 10px 0;
}

.go_shop {
    color: #ffffff !important;
    border: solid 1px #5ea22f;
    background-color: #70b442;
    background-image: -moz-linear-gradient(top, #84cc52, #538f29);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#538f29));
    background-image: -webkit-linear-gradient(top, #84cc52, #538f29);
    background-image: -o-linear-gradient(top, #84cc52, #538f29);
    background-image: linear-gradient(to bottom, #84cc52, #538f29);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff538f29', GradientType=0);
    float: right;
}

.go_shop:hover, .do_cart button:hover, .reg_form input[type="submit"]:hover {
    background-color: #7ac346;
    background-image: -moz-linear-gradient(top, #84cc52, #6ab635);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cc52), to(#6ab635));
    background-image: -webkit-linear-gradient(top, #84cc52, #6ab635);
    background-image: -o-linear-gradient(top, #84cc52, #6ab635);
    background-image: linear-gradient(to bottom, #84cc52, #6ab635);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cc52', endColorstr='#ff6ab635', GradientType=0);
    text-decoration: none;
}

.item_catalog:hover:before {
    display: none;
}

.slide_produs {
    padding: 20px 0;
}

.owl-thumb-item {
    width: 23%;
    margin-right: 2%;
    padding: 10px;
    border: solid 1px #ddd;
    display: block;
    margin-top: 10px;
    float: left;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s all;
}

.owl-thumb-item:hover {
    border-color: #ccc;
    opacity: 1;
}

li.element-checkbox, li.element {
    background: url(/images/44.png) 0 center no-repeat;
    list-style: none;
    padding: 0 0 0 17px;
    line-height: 20px;
    margin: 0 0 7px 0;
    color: #5C5C65;
}

.nav-tabs > li > a {
    color: #5C5C65;
}

.nav-tabs > li > a:hover {
    color: #6AB635;
}

.nav-tabs > li > a i.fa {
    color: #6AB635;
    margin-right: 5px;
}

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

.download_btn { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd055+0,79b43b+100 */
    background: rgb(157, 208, 85); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(157, 208, 85, 1) 0%, rgba(121, 180, 59, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(157, 208, 85, 1) 0%, rgba(121, 180, 59, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(157, 208, 85, 1) 0%, rgba(121, 180, 59, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd055', endColorstr='#79b43b', GradientType=0); /* IE6-9 */
    border: solid 1px #43681f;
    color: #fff;
    padding: 7px 15px;
    border-radius: 2px;
    font-size: 12px;
}

.download_btn:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79b43b+0,9dd055+100 */
    background: rgb(121, 180, 59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(121, 180, 59, 1) 0%, rgba(157, 208, 85, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(121, 180, 59, 1) 0%, rgba(157, 208, 85, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(121, 180, 59, 1) 0%, rgba(157, 208, 85, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b43b', endColorstr='#9dd055', GradientType=0); /* IE6-9 */
}

.tab-pane h3 {
    font-size: 14px;
    font-weight: normal;
}

.block_by_nr {
    background: #fff3b6;
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    margin: 80px 0;
    max-width: 244px;
}

.block_by_nr h4 {
    font-weight: bold;
    color: #F97A2E;
    font-size: 14px;
    margin: 0 0 3px;
}

.block_by_nr input, .more_produse input {
    height: 40px !important;
    width: 55px !important;
    min-width: 60px;
    padding: 0;
    z-index: 1;
    display: block;
    border: 1px solid #fff;
    border-radius: 3px;
    background: none;
    outline: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    color: inherit;
    margin: 0;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    background-color: #fff;
}

.block_by_nr button, .more_produse button {
    position: absolute;
    right: 0;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: solid 1px #ddd;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);

}

.block_by_nr button:hover, .more_produse button:hover {

    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(top, #cccccc, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #cccccc, #f2f2f2);
    background-image: -o-linear-gradient(top, #cccccc, #f2f2f2);
    background-image: linear-gradient(to bottom, #cccccc, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#fff2f2f2', GradientType=0);
}

.block_by_nr button#minus, .more_produse button#minus {
    bottom: 0;
    right: 0;
}

.block_by_nr button#plus, .more_produse button#plus {
    right: 0;
    top: 0;
}

.block_by_nr .by_btn {
    float: none;
    margin: 10px auto 0;
}

.block_by_nr .by_btn a {
    font-size: 13px;
    padding: 5px;
}

.block_by_nr form {
    position: relative;
    display: table;
    width: 90px;
    margin: 10px auto;
}

.nav_next_prev {
    margin: 15px 0;
}

.nav_next_prev a {
    color: #000;
}

.nav_next_prev a:hover {
    color: #8bc64e;
    text-decoration: none;
}

.nav_next_prev a.back_btn {
    float: left;
}

.nav_next_prev a.prev_btn {
    float: right;
}

.item_catalog_recomandat p {
    margin: 5px 0 0;
    font-size: 13px;
}

.item_catalog_recomandat h3 {
    font-weight: bold !important;
    font-size: 16px;
    padding: 0 !important;
    color: #8bc64e;
    margin: 0 0 5px;
}

.nav_next_prev {
    padding: 15px;
    border-bottom: solid 1px #ccc;
}

.item_catalog_recomandat p a {
    font-size: 14px;
}

.item_catalog_recomandat {
    padding-bottom: 25px;
}

.table_cart th {
    color: #999;
    text-align: right;
    font-weight: normal;
    padding: 16px 0 24px 0;
    border-bottom: 1px dashed #ccc;
}

.table_cart td {
    text-align: right;
    border-top: none !important;
    color: #5C5C65;
    width: 25%;
}

.table_cart tr th:nth-child(1), .table_cart tr td:nth-child(1) {
    text-align: left;
}

.table_cart td a {
    color: #000;
    display: block;
    font-size: 14px;
}

.table_cart td a:hover {
    color: #8bc64e;
}

.table_cart tr td:nth-child(1) {
    font-size: 11.2px;
}

.table_cart tr td:nth-child(2) span, .table_cart tr td:nth-child(4) span {
    font-size: 12.4px;
    font-weight: 400;
}

.table_cart tr td:nth-child(2) span b, .table_cart tr td:nth-child(4) span b {
    font-size: 16.8px;
    font-weight: 400;
}

.more_produse form {
    position: relative;
    width: 91px;
    float: right;
}

.more_produse input:focus {
    border-color: #ccc;
    outline: none;
    color: #000;
    background-color: #faffbd;
}

.table_cart tbody tr:hover {
    background: #f7f7f7;
}

.table_cart tfoot span {
    color: #999;
    font-size: 15px !important;
    display: block;
}

.table_cart tfoot span b {
    border-collapse: collapse;
    color: rgb(92, 92, 101) !important;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px !important;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: bold !important;
    height: auto;
    line-height: 20px;
    text-align: right;
    text-size-adjust: 100%;
    white-space: nowrap;
    width: auto;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.table_cart tfoot tr:last-child {
    border-top: dashed 1px #ccc;
}

.container_news .content_article {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
}

.container_news .item {
    background-color: #fff;
    padding: 10px;
}

.container_news {
    padding-bottom: 40px;
}

.container_news .owl-dots {
    margin-bottom: -31px !important;
}

#delete_order {
    background-color: #969696;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #a6a6a6, #969696);
    background-image: linear-gradient(to bottom, #a6a6a6, #969696);
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .2) rgba(0, 0, 0, .4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border: none;
    font-size: 15px;
    float: right;
    padding: 5px 12px;
    border-radius: 4px;
}

#delete_order:hover {
    background-color: #969696;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #929191, #636363);
    background-image: linear-gradient(to bottom, #929191, #636363);
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .2) rgba(0, 0, 0, .4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

#delete_order i.fa {
    margin-right: 5px;
    color: #fff;
}

.form_complete h2, .dostavka h2 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 0px;
    text-align: left;
    color: #555;
}

.dostavka {
    border-top: dashed 1px #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

.dostavka h2 {
    font-size: 14px;
}

.delete_produs {
    background-color: rgb(211, 44, 70);
    background-image: linear-gradient(rgb(238, 70, 90), rgb(193, 26, 57));
    border: none;
    color: #fff;
    border-radius: 150%;
}

.delete_produs i.fa {
    color: #fff;
}

.delete_produs:hover {
    background-color: #e33551;
    background-image: none;
}

.form_complete label {;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 21px;
    line-height: 20px;
    margin-right: 5%;
    width: 20%;
}

.form_complete input, .form_complete textarea {
    height: 30px;
    font-size: 12px;
    line-height: 24px;
    width: 30%;
    padding: 4px 6px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #444444;
    float: left;
    border-radius: 4px;
    margin-right: 2%;
    outline: none;
}

.form_complete input:focus, .form_complete textarea:focus, .address_cart select:focus, .address_cart input:focus {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(82, 168, 236, 0.6) 0px 0px 8px 0px;
}

.form_complete textarea {
    min-height: 120px;
}

.form_complete fieldset span {
    width: 25%;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    font-style: italic;
    opacity: 0.7;
}

.form_complete fieldset {
    clear: both;
    margin-bottom: 15px;
}

.address_cart {
    background: #f7fbfc;
    border: 1px solid #eee;
    position: relative;
    padding: 15px 15px 15px 52px;
    margin-bottom: 10px;
}

.address_cart:before, .metoda_plata button:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 14px;
    width: 26px;
    height: 26px;
    display: block;
    background-color: #fff;
    border-radius: 150%;
    border: solid 1px #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.address_cart:after, .metoda_plata button:after {
    content: "";
    position: absolute;
    left: 18.5px;
    top: 20px;
    width: 14.5px;
    height: 14.5px;
    display: block;
    background-color: #8bc64e;
    border-radius: 150%;
    opacity: 0;
}

.address_cart h3, .address_cart h4 {
    margin: 4px 0 10px;
    color: #5C5C65;
    font-size: 14px;
}

.address_cart h3 {
    cursor: pointer;
}

.address_cart select, .address_cart input {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 35px;
    margin-bottom: 4px;
    padding-left: 10px;
    outline: none;

    border: 1px solid #dddddd;
    display: block;
    border-radius: 4px;
}

.metoda_plata button {
    padding: 32px 32px 32px 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(215, 215, 215, 0.5) inset;
    -moz-box-shadow: 0 0 40px rgba(215, 215, 215, 0.5) inset;
    box-shadow: 0 0 40px rgba(215, 215, 215, 0.5) inset;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 15px;
    max-height: 88px;
    display: block;
    float: left;
    position: relative;
}

.metoda_plata button:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(186, 186, 186, 0.5) inset;
    -moz-box-shadow: 0 0 40px rgba(186, 186, 186, 0.5) inset;
    box-shadow: 0 0 40px rgba(186, 186, 186, 0.5) inset;
}

.do_cart {
    padding: 19px 20px 20px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    color: #fff;
    text-align: center;
}

.do_cart button, .reg_form input[type="submit"] {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .2) rgba(0, 0, 0, .4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-appearance: none;
    margin: 0 auto;
    border: none;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 14px;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    text-decoration: none;
    text-align: center;
    border-bottom-color: rgba(0, 0, 0, .3);
    background-origin: border-box;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.selected_mod:after {
    opacity: 1 !important;
}

.reg_form fieldset {
    clear: both;
    margin-bottom: 15px;
}

.reg_form label {
    display: block;
    width: 150px;
    float: left;
    font-weight: 400;
    color: #5C5C65;
    cursor: pointer;

}

.reg_form fieldset input[type="text"], .reg_form fieldset input[type="email"], .reg_form fieldset input[type="password"] {
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(213, 131, 129);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    color: rgb(134, 84, 88);
    cursor: auto;
    font-size: 14px;
    height: 30px;
    padding-left: 5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-property: color, border-color, background;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    width: 25%;
    border-radius: 4px;
    outline: none;
}

.reg_form fieldset input:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.reg_form {
    padding: 25px 0;
}

.aditional_link ul {
    margin: 0 0 24px;
    padding: 0 0 0 15px;
}

.aditional_link a {
    color: #000;
}

.aditional_link a:hover {
    color: #8bc64e;
    text-decoration: none;
}

.navbar-toggle {
    z-index: 4;
    opacity: 1;
    color: #000;
    background-color: white;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
}