/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,900);*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import "mf/styles-mf.css?v=2";

/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*reset css*/

:root {
    --text-color: #454545;
    --text-color-dark: #303030;
    --theme-color: #0A7343;
}
body {
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 12px;
    line-height: 1.6666666;
    width: 100%;
    background: #f5f5f5;
    padding-top: 102px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    /*font-family: Roboto,sans-serif;*/
}

/* default font size */
.fa {
    font-size: 14px;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}
a {
    color: black;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

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

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}
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: 13px;
}
.form-control{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
ul {
    margin: 0;
    list-style: none;
}

.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;
}

.button, button {
    outline: 0;
    border: 1px solid #0A7343;
    background-color: #0A7343;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    padding: 9px 15px 12px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    line-height: 1;
    border-radius: 20px;
}

.button:hover, button:hover {
    background-color: white;
    color: #0A7343;
    border-color: #0A7343;
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.button.active, button.active{
    background-color: #0A7343;
    background-color: var(--theme-color);
    color: white;
}
header{
    background: #fff;
}
.p-15{
    padding: 15px;
}
div .margin-top-0 { margin-top: 0; }
div .margin-top-05 { margin-top: 0.5em; }
div .margin-top-10 { margin-top: 1.0em; }
div .margin-top-15 { margin-top: 1.5em; }
div .margin-top-20 { margin-top: 2.0em; }
div .margin-top-25 { margin-top: 2.5em; }
div .margin-top-30 { margin-top: 3.0em; }
.fs-14{
    font-size: 14px;
}
.fs-22{
    font-size: 22px;
}
.text-center{text-align: center}
.color-b{
    color: #000;
}
.transform-none{
    text-transform: initial;
}
.bs{
    webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
.control-label{
    color: black;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-transform: initial;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.transform-none,
.uppercase-none{
    text-transform: none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top{
    top: 0;
    border-width: 0 0 1px;
}
.list-inline{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.contact-address iframe{
    width: 100%;
}

.form-group {

    margin-bottom: 8px;
}

.form-group .form-control:active,
.form-group .form-control:focus {

    outline: 0;

    border-color: #0A7343;
}

.form-group .form-control {

width: 100%;

box-shadow: none;

/* width: 100%; */

/* height: 34px; */

padding: 10px 12px;

font-size: 14px;

/* line-height: 1.42857143; */

color: #555555;

background-color: #ffffff;

background-image: none;

border: 1px solid rgb(196 196 196 / 47%);

border-radius: 2px;

/* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */

/* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */

-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

box-sizing: border-box;
}
.form-group label{
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}
/* top */
#top {
    background-color: white;
    border-bottom: 1px solid black;
    padding: 4px 0;
    min-height: 28px;
}
#top #text-tiker{
    width: 100px;
    margin-right: 10px;
    float: left;
    background-color: grey;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: white;
}
#top marquee{
    float: left;
    width: calc(100% - 110px);
    font-style: italic;
    font-weight: normal;
}

#top .container::before, #top .container::after {
    content: none;
}

#top #currency .currency-select {
    text-align: left;
}

#top .language .btn {
    padding: 0;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}

#top-links .row > *{
    text-align: right;
}
#mfilter-content-container h1 {
    font-size: 22px;
    line-height: 22px;
}
.searchb {
    margin: 10px 0 0;
}
@media (min-width: 1024px) {
    #top-links .row > *{
        text-align: left;
    }
}
#top-links a > span{
    top: -2px;
    position: relative;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .fa {
    font-size: 20px;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links .list-inline {
    margin-bottom: 0;
}

#top-links a + a {
    margin-left: 15px;
}

/*header*/
#header-slider{
    margin-bottom: 20px;
    overflow: hidden;
    height: 0;
}
#header-slider .banner > div{
    background-attachment: fixed;
}
header #logo img {
    margin: 0 auto;
    height: 92px;
}

header #header-nav {
    padding: 40px 0;
    text-align: center;
}

header #header-nav > li {
    padding: 0 1em;
}

header #header-nav > li > a {
    color: black;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
header .call {
    padding: 5px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
@media (min-width: 1024px){
    header .call {
        padding-left:65px;
    }
}
header .call .tel-numbers > div {
    margin-bottom: 10px;
    white-space: nowrap;
}
/*.popup-form{
    width: 300px;
}
.popup-form label{
    font-size: 14px;
    font-weight: 600;
}
.popup-form .form-group{
    margin-bottom: 5px;
}*/
.text-danger{
    text-transform: none;
    font-size: 12px;
    color: #fb3f4c;
}
.popup-form .description{
    text-transform: none;
    margin: 10px 0;
    height: auto;
    line-height: 1.2;
    font-size: 13px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/*home page*/
.guarantees{
    margin: 20px 0;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 1;
    display: flex;
}
.guarantees .item, .guarantees .col-sm-4{
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    width: auto;
    justify-content: center;
    align-content: center;
}
.guarantees span{
    font-weight: bold;
}
.guarantees span p:first-child{
    font-size: 16px;
    margin-bottom: 5px;
}
.guarantees span p:last-child{
    font-size: 14px;
    font-weight: normal;
}
.guarantees span p{
    margin: 0;
}
.guarantees .caption{
    max-width: 280px;
    padding-right: 15px;
}
.guarantees h3 {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 4px;
}
.guarantees img{
    display: inline-block;
    margin: 0 25px 0 0;
    max-height: 65px;
    max-width: 65px;
}
.carousel-module .owl-nav .owl-prev,
.carousel-module .owl-nav .owl-next,
.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next,
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next,
.guarantees  .owl-nav .owl-prev,
.guarantees .owl-nav .owl-next{
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    position: absolute;
}
.carousel-module .owl-nav button.owl-prev,
.carousel-module .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev,
.news-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next,
.guarantees .owl-nav button.owl-prev,
.guarantees .owl-nav button.owl-next {
    font-size: 18px;
    color: #454545;
    color: var(--text-color);
    line-height: 30px;
    background: #fff;
}
.carousel-module .owl-nav button.owl-prev:hover,
.carousel-module .owl-nav button.owl-next:hover,
.news-carousel .owl-nav button.owl-prev:hover,
.news-carousel .owl-nav button.owl-next:hover,
.product-carousel .owl-nav button.owl-prev:hover,
.product-carousel .owl-nav button.owl-next:hover,
.guarantees .owl-nav button.owl-prev:hover,
.guarantees .owl-nav button.owl-next:hover {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: #0A7343;
}
.carousel-module .owl-nav .owl-prev span,
.news-carousel .owl-nav .owl-prev span,
.product-carousel .owl-nav .owl-prev span,
.guarantees .owl-nav .owl-prev span {
    margin-top: -2px;
    display: block;
}
.carousel-module .owl-nav .owl-next span,
.news-carousel .owl-nav .owl-next span,
.product-carousel .owl-nav .owl-next span,
.guarantees .owl-nav .owl-next span {
    margin-top: -2px;
    display: block;
}
.owl-carousel.most_viewed .owl-nav .owl-prev,
.owl-carousel.product-carousel .owl-nav .owl-prev{
    left: 10px;
    top: 45%;
}
.owl-carousel.most_viewed .owl-nav .owl-next,
.owl-carousel.product-carousel .owl-nav .owl-next{
    right: 10px;
    top: 45%;
}
.carousel-module .owl-nav .owl-prev{
    left: 10px;
    top: 35%;
}
.carousel-module .owl-nav .owl-next{
    right: 10px;
    top: 35%;
}
.carousel-special,
.carousel-recommended,
.lattes-news,
.manufacturer-list,
.carousel-latest{
    margin: 30px 0 0 0;
}
.owl-carousel.guarantees .owl-nav {
    position: absolute;
    top: 100%;
    margin-top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 32px;
    text-align: center;
}
.owl-carousel.guarantees .owl-nav .owl-next,
.owl-carousel.guarantees .owl-nav .owl-prev {
    position: static;
    margin: 0 5px;
}

.page-home .owl-controls .owl-page.active{
    padding: 0;
}

.page-home .home-description a, .category-description a, .product-tabs a, .full-article a, .tab-content a {
    color: #0A7343;
}
.description-news .description, .description-news p, .article-list .more a, .article-list .article-text p {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
.description-news h2,
.description-news h3,
.description-news h4{
    font-weight: 600;
}
.description-news ul,
.home-description ul{
    list-style: unset;
    margin: 10px 0 10px 25px;
    color: #222;
}
.product-widget {
    margin-bottom: 30px;
    background: #fff;
    clear: both;
    border-radius: 2px;
    position: relative;
}
.product-widget .title {
    font-size: 23px;
    color: var(--text-color);
    font-weight: 700;
    padding: 15px;
}

.product-widget .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 30px 22px;
    line-height: 1;
}

.lattes-news,
#carousel-recommended,
#carousel-latest{
    margin-bottom: 30px;
}
#manufacturer-list{
    position: relative;
    background: #fff;
}
.manufacturer-name {
    font-size: 24px;
    color: #0A7343;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #0A7343
}

.manufacturer-name span {
    background: #0A7343;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    min-width: 42px;
    text-align: center
}
.manufacturer-container a{
    /*font: 14px 'Roboto',sans-serif;*/
    text-transform: none;
}
/*#manufacturer-list div{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}*/
#manufacturer-list div{
    text-align: center;
}
.lattes-news .title,
.manufacturer-list .title{
    /* font: 22px 'Roboto',sans-serif; */
    font-weight: 700;
    color: #333;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 22px;
}
.lattes-news .article-layout{
    border-right: 1px solid #eee;
    padding: 15px;

}
.lattes-news .article-layout .caption{
    text-align: left;
    padding: 0;
}
.lattes-news .article-layout .h4 {
    /* margin: 20px 0 17px; */
}
.lattes-news .article-layout .transform-none {
    font-size: 15px;
    line-height: 1;
    text-align: left;
}
.lattes-news img {
    max-width: 100%;
}
.lattes-news .product-thumb {
    overflow: initial;
}
.main-product-loader i{
    font-size: 2.6em;
    color: #008F4A;
}
.main-product-loader{
    /*text-align: center;*/
}
.decoration_link span{
    color: #0A7343;
}
/*home page end*/
/* search */
/*#search input[name='search'] {
    margin: 2px 0;
    height: 36px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

#search button {
    background: white none;
    margin: 2px 0;
    height: 36px;
    border: 0;
    border-radius: 0;
}
*/
#account {
    float: left;
    height: 40px;
    width: 40px;
    padding: 5px;
    text-align: center;
}

#account .fa {
    font-size: 27px;
}
button.add-cart-btn:hover svg{
    color: #0A7343;
    fill: currentColor;
}
button.add-cart-btn:hover{
    background: #fff;
}
button.add-cart-btn {
    text-transform: none;
    font-size: 13px;
    background: #0A7343;
    background: var(--theme-color);
    padding: 8px 29px 9px;
    transition: all ease .3s;
    /*font-weight: 600;*/
    /*font-family: "Roboto",sans-serif;*/
    cursor: pointer;
}
button.add-cart-btn:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: middle;
    background: url("/image/icons/cart_white.svg") 0 0 no-repeat;
    margin-right: 5px;
}
button.add-cart-btn:hover:before {
    background: url("/image/icons/cart.svg") 0 -1px no-repeat;
    background-size: 23px auto;
}
button.add-cart-btn span{
    vertical-align: middle;
}
button.add-cart-btn svg{
    width: 20px;
    height: 23px;
}
button.add-cart-btn svg,
.add-cart svg{
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    fill: currentColor;
}
.add-cart:hover svg{
    color: #0A7343;
    fill: currentColor;
}
/*
.product-thumb button {
    position: relative;
    line-height: 33px;
    padding-left: 34px;
}

.product-thumb button:hover {
    border-top-color: #7f7f7f;
    text-decoration: none;
    cursor: pointer;
}*/
/* cart */
/*#cart {
    position: relative;
    float: right;
    height: 40px;
    width: calc(100% - 40px - 10px);
}*/

#cart > button::before{
    content: '';
    position: absolute;
    left: 5px;
    top: calc(50% - 15px);
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(/image/catalog/cart.png);
    -webkit-transition: -webkit-filter ease-in-out .2s;
    transition: -webkit-filter ease-in-out .2s;
    -o-transition: filter ease-in-out .2s;
    transition: filter ease-in-out .2s;
    transition: filter ease-in-out .2s, -webkit-filter ease-in-out .2s;
}

#cart > button:hover::before{
    -webkit-filter: invert(1);
    filter: invert(1);
}

#cart > button {
    width: 100%;
    height: 100%;
    padding-left: 34px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 750px) {

    .data {
        overflow: hidden!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*
        #thumbnails-slider ul{

        }
        #thumbnails-slider ul li{
            display: block;
            float: left;
            padding: 0 10px;
        }
    */
}

@media (max-width: 478px) {

    .PB_options_image {
        max-width: 100% !important;
    }

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

    /*
    #thumbnails-slider{
    position: relative;
    width: 100%!important;
    height: auto!important;
    order: 1;
    overflow: visible!important;

    }
    #thumbnails-slider:after{
        clear: both;
        display: block;
        content: " ";
    }
  */
    .data {
        overflow: hidden!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*
        #thumbnails-slider ul{

        }
        #thumbnails-slider ul li{
            display: block;
            float: left;
            padding: 0 10px;
        }*/

    .container .breadcrumb > li{
        padding: 0px 6px;
        font-size: 12px;
    }
    /* #menu #cart > button::before {
      left: calc(50% - 15px);
      }
      #menu #cart-total{
          display: none;
      }*/
    #content .banner div{
        background-size: contain;
        background-repeat: no-repeat;
        height: 139px!important;
    }
    body header #header-nav > li > a{
        font-size: 15px;
    }
}

#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;
}

/* menu */
.navbar-full{
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #f5f5f5;
}
.header-menu .list-inline {
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
}
.header-menu .list-inline > li{
    position: relative;
}
.list-inline li{
    display: block;
    padding: 0;
}
.list-inline .home-link, .list-inline .personal-account,.list-inline .cart-link{
    display: none;
}
.header-menu .list-inline>li:hover{
    /*background: #1bc573;*/
}
.full-catalog {

}
.full-catalog>span{
    text-transform: uppercase;
    cursor: pointer;
    color: #454545;
    color: var(--text-color);
    padding: 41px 23px 41px 9px;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: -0.3px;
    transition: all ease .3s;
}
.mobile-product-name{
    display: none;
    padding: 15px;
    font-weight: 700;
    color: #222;
    font-size: 21px;
    text-transform: none;
    line-height: 1;
}
.filter-nav,
.full-catalog>span svg{
    display: none;
}
.full-catalog:hover > span {
    background: #f5f5f5;
}
.full-catalog .icon-burger {
    width: 25px;
    height: 14px;
    margin: -3px 17px 0 0;
    border-top: 2px solid currentColor;
    position: relative;
    display: inline-block;
}
.full-catalog .icon-burger:before, .full-catalog .icon-burger:after {
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 2px;
}

.full-catalog>span:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 4px 10px;
    transform: rotate(45deg);
    border: 1px solid currentColor;
    border-width: 0 1px 1px 0;
    transition: transform ease 0.2s;
}
.full-catalog>span:hover:after {
    transform: rotate(225deg);
    margin: 4px 0 0 10px;
}
.full-catalog .icon-burger:before {
    top: 50%;
    margin-top: -2px;
}
.full-catalog .icon-burger:after {
    bottom: 0;
}
/*.parent-full-menu{
    font-family: 'Roboto',sans-serif;
}*/
.navbar-full>div{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-full>div:before, .navbar-full>div:after,
.payment-delivery-link,
.navbar-full .language > span,
.ocfilter-mobile,
.navbar-full .reg_login, .header-menu .language{
    display: none;
}
.navbar-full .language {
    text-transform: uppercase;
    font-weight: lighter;
    height: 20px;
    font-size: 15px;
    margin: 1px 0 0 1px;
    padding-right: 22px;
    position: relative;
}
.navbar-full .language:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 7px;
    width: 7px;
    height: 7px;
    margin: 0 0 4px 10px;
    border: 1px solid currentColor;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform ease 0.1s;
}
.navbar-full .language:hover:after {
    transform: rotate(225deg);
    top: 10px;
}
.navbar-full .language ul{
    display: flex !important;
    flex-direction: column;
}
.navbar-full .language li {
    display: none;
    order: 2;
}
.navbar-full .language li.active {
    display: block;
    order: 1;
}
.navbar-full .language:hover li{
    display: block;
}
.navbar-full .language a {
    color: #454545;
    color: var(--text-color);
    transition: all ease .3s;
}
.navbar-full .language a:hover  {
    color: var(--theme-color);
    box-shadow: 0 1px 0 0 var(--theme-color);
}
.navbar-full .language:hover li.active a {
    color: var(--theme-color);
}
.navbar-full .logo a,
.navbar-full .language>ul{
    vertical-align: middle;
    display: table-cell;
}
.navbar-full #search{
    float: left;
    margin: 0 0 0 15px;
    display: block;
    position: relative;
}
.navbar-full #search.search-open {
    z-index: 999;
}
#search .toggle-search {
    cursor: pointer;
    display: block;
}
#search .toggle-search svg path, #search .toggle-search {
    transition: all ease .3s;
}
#search .toggle-search:hover svg path {
    fill: var(--theme-color);
}
#search .toggle-search:hover {
    color: var(--theme-color);
}
#search .fa-search{
    font-size: 22px;
}
#search .input-group {
    display: none;
}
#search>span{
    display: inline-block;
    padding-top: 4px;
}
#search button{
    text-shadow: none;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
#search input[name=search]{
    background: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0;
    width: 250px;
    float: left;
    margin-top: 9px;
    position: absolute;
}
input[name=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
input[name=search]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
input[name=search]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
input[name=search]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
#search.search-open .input-group {
    display: block;
    position: absolute;
    background: #f5f5f5;
    width: 380px;
    right: -16px;
    padding: 10px;
    z-index: 2;
    /*box-shadow: 0 0 9px var(--text-color-dark);*/
    /* top: 0; */
    margin: 2px 0 0;
    border: 8px solid #fff;
    border-top: 0;
}
#search input[name=search] {
    border: 1px solid #cbcbcb;
    height: 36px;
    color:var(--text-color);
    position: static;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    transition: all ease 0.3s;
}
#search input[name=search]:focus {
    outline: 0;
    border-radius: 0;
    border-color: var(--theme-color);
}
#search input[name=search]::placeholder {
    color:var(--text-color);
}
#search button {
    order: 2;
    padding: 5px 15px;
    background: var(--theme-color);
    border-radius: 0;
    position: absolute;
    top: 10px;
    right: 11px;
}
#search button svg path {
    fill: #fff;
}
#search.search-open .toggle-search svg{
    display: none;
}
#search.search-open .toggle-search {
    height: 23px;
    width: 23px;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0 0 0 8px  #f5f5f5;
    display: inline-block;
}
#search.search-open .toggle-search:after,#search.search-open .toggle-search:before {
    content: '';
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 10px;
}
#search.search-open .toggle-search:after {
    transform: rotate(-45deg);
}

#search .dropdown-menu a:hover .qsr-name {
    color: var(--theme-color);
}
#search .dropdown-menu a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    cursor: pointer;
    padding: 10px 10px;
    margin-top: 1px;
    color: #222;
    transition: all ease .3s;
    border-bottom: 1px solid #f5f5f5;
}
#search .dropdown-menu a:first-child {
    margin-top: 10px;
}
#search .dropdown-menu a:hover {
    background: #f5f5f5;
}
#search .dropdown-menu .qsr-thumbnail{
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    width: 40px;
    height: 40px;
}
#search .dropdown-menu .qsr-thumbnail img{
    width: auto;
    max-width: 100%;
}
#search .qsr-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
}
#search .qsr-price{
    color: var(--theme-color);
    font-weight: 700;
    font-size: 14px;
}
#search .dropdown-menu{
    width: 100%;
    z-index: 1112;
    margin: 0;
    background: #fff;
    position: static;
    left: 0 !important;
    top: 0 !important;
    text-align: left;
    max-height: calc(100vh - 130px);
    /* overflow: auto; */
}
.language ul{
    list-style: none;
    padding: 0;
}
.language li.active a{
    /*color: #fff;
    border-bottom: 1px solid;*/
}
.payment-delivery-link a,
.header-menu a{
    color: #454545;
    color: var(--text-color);
    font-weight: 500;
    transition: all ease .3s;
    padding: 41px 13px;
    display: inline-block;
    line-height: 1;
}
@media screen and (min-width: 1025px) {
    .header-menu a:hover {
        background: #f5f5f5;
    }
}
.header-menu>ul>li:hover>a{
    /* color: #454545; */
    color: #0a7343;
}
.language li a{
    color: #6edba7;
    font-weight: 500;
}
/*.header-menu{
    line-height: 3.5;
    font-size: 14px;
}*/
.logo img{
    /* max-height: 63px; */
    margin: 0 20px 0 0;
    max-width: 100%;
}
.show-phone-wrap{
    color: #fff;
    font-size: 24px;
}
.show-phone-wrap i{
    font-size: inherit;
}
.show-phone-wrap .fa-phone{
    display: inline-block;
    line-height: 2;
}
.navbar-full .callme{
    position: relative;
    margin: 0 15px;
    display: block;
    padding-left: 38px;
    /*width: 40px;*/
}
.navbar-full .callme .fa-phone {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    /* width: 30px; */
    /* height: 30px; */
    display: inline-block;
}
.down-up{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 8px 3px 0 3px;
    margin: 0 0 0 7px;
}
.down-up:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    display: inline-block;
}
.phone-wrap {
    /*display: none;*/
    /*position: absolute;*/

    /*padding: 6px 0;*/
    /*border: 1px solid #0A7343;*/
    /*right: -27px;*/
    /*width: 140px;*/
    /*top: 49px;*/
    text-align: center;
    height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 6px 0 0;
}
.phone-wrap.additional-number:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 5px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 0 4px 10px;
    border: 1px solid currentColor;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform ease 0.1s;
}
.phone-wrap:hover{
    overflow: visible;
}
.phone-wrap.additional-number:hover:after {
    transform: rotate(225deg);
    top: 8px
}
.phone-wrap img{display: none;}
.phone-wrap a {
    display: block;
    padding: 0 25px 6px 0;
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    white-space: nowrap;
    line-height: 1;
}
.callme:hover .down-up{
    background: #0A7343;
}
.callme:hover .down-up:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-top:0;
}
.callme:hover .phone-wrap, .callme.phone-open .phone-wrap {
    display: block;
}
.callme .callme_viewform{
    line-height: 1;
    background-color: #fff;
    color: var(--text-color-dark);
    border: 0;
    border-radius: 0;
    border-bottom: 1px dotted currentColor;
    padding: 0;
    font-size: 13px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.callme .callme_viewform:hover{
    color: var(--theme-color);
}
.navbar-full .count-red {
    width: 18px;
    height: 18px;
    background: #0A7343;
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    text-align: center;
    left: 50%;
    margin-left:9px;
}
.wishlist-compare #cart,
.wishlist-compare a{
    position: relative;
    display: inline-block;
    text-align: right;
    margin: 0 10px 0 10px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.wishlist-compare #cart svg path,
.wishlist-compare a svg path {
    transition: all ease .3s;
}
.wishlist-compare .text {
    display: none;
}
.wishlist-compare #cart:hover svg path,
.wishlist-compare a:hover svg path {
    /*opacity: 0.8;*/
    fill: var(--theme-color);
}
.wishlist-compare{
    position: relative;
    padding-top: 9px;
}
.wishlist-compare i{
    color: #fff;
    font-size: 26px;
}
.header-menu .category-menu a{
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}
.header-menu .category-menu {
    background: #fff;
    list-style: none;
    width: 310px;
    min-height: 400px;
    /*font-family: 'Roboto',sans-serif;*/
    text-transform: none;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    /* padding: 30px 0; */
    font-weight: 300;
}
/*#cart svg{
    height: 28px;
    width: 34px;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    fill: currentColor;
}*/
/* --- FIX --- */
.category-menu .nav-icon {
    /*position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/
    /*
    -webkit-filter: contrast(0) brightness(200%);
    -moz-filter: contrast(0) brightness(200%);
    -ms-filter: contrast(0) brightness(200%);
    -o-filter: contrast(0) brightness(200%);
    filter: contrast(0) brightness(200%);*/
}
.parent-full-menu li:hover .nav-icon {
    /* -webkit-filter: none; */
    /* filter: none; */
}
.parent-full-menu li:hover a {
    color: #0A7343;
}
.category-menu > li:hover .item-name .none-href{
    background: #f4f4f4;
}
/* --- FIX --- */
.none-href{
    cursor: pointer;
    font-size: 14px;
}

.category-menu>li{
    /*line-height: 3;*/
    padding: 6px 0;

}
.category-menu>li .none-href {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 45px;
    margin: 0 28px;
    font-size: 15px;
}
.category-menu>li .nav-icon {
    margin-right: 5px;
    display: inline-flex;
    width: 60px;
    text-align: center;
    /* background: #ccc; */
    align-content: center;
    justify-content: center;
    align-items: center;
}

.parent-full-menu{
    display: none;
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1025px) {
    .header-menu > ul > li:hover .parent-full-menu {
        display: block !important;
    }
}
.level-2-wrap{
    display: none;
    position: absolute;
    left: 300px;
    top: 0;
    background: #fff;
    width: 73.2%;
    bottom: 0;
    padding: 20px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}
.level-2-wrap>ul{
    margin-bottom: 8px;
}
.level-2-wrap>ul>li{
    display: block;
    float: left;
    width: 20%;
}
.level-2:hover .level-2-wrap{
    display: block;
}
.level-2 ul a{
    color: #000;
}
.level-3{
    text-align: center;
}
.level-3 a div{
    line-height: 1.2;
    font-size: 13px;
    color: #333;
}
.level-3 a div,
.level-3 ul a {
    color: #333;
}
.level-3 ul a{
    line-height: 1.3;
}
.header-menu .item-name:hover{
    background: #f4f4f4;
}
.header-menu .item-name{
    position: relative;
    /*padding-left: 50px;*/

}
.header-menu .icon-parent>.item-name:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    width: 9px;
    height: 14px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.858 17.191' fill='#51b53b' width='9' height='14'%3E%3Cpath d='M.531.598a.91.91 0 0 0-.048 1.329l7.781 6.668-7.781 6.668a.911.911 0 0 0 .048 1.329 1.01 1.01 0 0 0 1.386-.044l8.471-7.372a.908.908 0 0 0 .252-.581.918.918 0 0 0-.252-.581L1.917.642A1.014 1.014 0 0 0 .531.598z'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain

    /*
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    content: "";
    display: inline-block;
    float: right;
    top: 17px;
    position: relative;
    right: 10px;
    */
}
.level-3 ul li{
    line-height: 1;
}
.level-3 ul a{
    text-transform: initial;
}
.bw{
    background: #fff;
}
/*
#menu {
    border: 0;
    background-color: black;
    margin: 0;
    border-radius: 0;
    min-height: 0;
}
@media (max-width: 767px) {
    #menu .row > div:nth-last-child(1) {
        padding-left: 5px;
    }

    #menu .row > div:nth-last-child(2) {
        padding-right: 5px;
    }
}
#menu .row > * {
    height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

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

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
*/
/* common */
#scrollup{
    display: none;
    position: fixed;
    margin: 0 20px 20px 0;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
    background-color: rgba(0, 104, 55, .7);
    border-radius: 50%;
    -webkit-transition: background-color ease-in-out .3s;
    -o-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    z-index: 500;
}
#scrollup .fa{
    font-size: 25px;
    color: white;
}
#scrollup:hover{
    background-color: rgba(0, 104, 55, .9);
}
.category-icon{
    float: left;
    margin-right: 10px;
    height: 22px;
}
.banner .container{
    height: 100%;
    position: relative;
    text-align: right;
}
.container .banner .container{
    width: 100%;
}
.banner .text{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    right: 0;
    margin: 0 20px;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.3);
}
.banner .text .title{
    font-size: 40px;
    line-height: 40px;
}
.banner .text .description{
    font-size: 20px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .banner .text{
        padding: 5px 10px 5px 100px;
        margin: 0 50px;
    }
    .banner .text .title{
        font-size: 60px;
        line-height: 60px;
    }
    .banner .text .description{
        font-size: 30px;
        line-height: 30px;
    }
}

.banner div{
    background-size: cover;
    background-position: center;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
}
.main-banner .title{
    font-size: 64px;
    background: rgb(10,115,67);
    background: linear-gradient(136deg, rgb(10 115 67 / 70%) 0%, rgb(255 255 255 / 0%) 100%);
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 50px 20px 120px;
    width: 70%;
    line-height: 1.2;
}
.main-banner ul span{
    font-weight: 500;
}
.main-banner ul{
    font-size: 32px;
    text-transform: uppercase;
    margin-left: 120px;
    margin-top: 25px;
    font-weight: 100;
}
.main-banner{
    background-image: url("/image/catalog/main-banner.jpg");
    color: #fff;
    margin-top: -5px;
    height: 535px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-home .product-carousel .item,
.product-layout.product-grid{
    padding: 0;
    width: calc(33% - 5px);
}
.products-list.owl-carousel .product-grid {
    width: 100%;
}
.page-home .product-carousel .item,
.product-layout.product-grid{
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
/*    max-width: calc(33% - 5px);*/
}
.page-home .product-carousel .item:hover,
.product-layout.product-grid:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    z-index: 2;
}

.product-layout.product-grid .product-title {
    text-align: left;
}

.product-layout.product-grid .fa-heart {
    background-size: 17px auto;
    background-image: url("/image/icons/heart_gray.svg");
    vertical-align: middle;
}
.product-layout.product-grid .fa-balance-scale {
    background-image: url("/image/icons/scale_gray.svg");
    background-size: 18px auto;
    vertical-align: middle;
}
.product-layout.product-grid .compare-link,
.product-layout.product-grid .wishlist-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #8E8E8E;
    transition: all ease .3s;
    line-height: 1;
}
.product-layout.product-grid .compare-link .fa,
.product-layout.product-grid .wishlist-link .fa {
    opacity: 0.6;
    transition: all ease .3s;
}
.product-layout.product-grid .compare-link.is-compare .fa,
.product-layout.product-grid .wishlist-link.is-wishlist .fa {
    opacity: 1;
}
.product-layout.product-grid .compare-link:hover,
.product-layout.product-grid .wishlist-link:hover {
    color: var(--theme-color);
}
.product-layout.product-grid .compare-link:hover .fa,
.product-layout.product-grid .wishlist-link:hover .fa {
    opacity: 1;
}
.product-layout.product-grid .action-secondary {
    padding: 10px 20px 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-layout.product-grid .product-extra-info {
    display: flex;
    justify-content: space-between;
}

.product-layout.product-grid .product-extra-info .count {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
.product-layout.product-grid .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-layout.product-grid .product-info .price {
    height: auto !important;
}
.product-layout.product-grid .price-old {
    margin-left: 0;
    font-size: 16px;
    font-weight: 100 !important;
    color: #373435;
}
/*.product-layout.product-grid .price-old:after {
    border-width: 1px;
}*/

/*
@media (min-width: 768px) {
    .content-bottom {
        padding: 0 40px;
    }
}*/
.home-description,
.html-text {
    text-transform: none;
    margin-bottom: 35px;
    font-weight: normal;
    /*font-family: 'Roboto',sans-serif;*/
    font-size: 14px;
}
.home-description h2,
.html-text h2{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0 0;
    /* line-height: 1; */
}
.home-description h1,
.html-text h1{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}
.home-description p, .home-description span,
.html-text p, .html-text span {
    color: black;
}
.home-description .row,
.html-text .row{
    margin-bottom: 15px;
}
.home-description ul,
.html-text ul,
.category-description ul {
    list-style: disc;
    margin-left: 20px;
    color: #000;
}

.manuf-slider.owl-carousel .owl-item img {
    margin: 0 auto;
    padding: 10px 0;
}
.manuf-slider img {
    max-width: 172px!important;
    vertical-align: middle;
}
.manuf-slider .owl-stage-outer {
    margin: 0 auto;
}
.manuf-slider {
    background: #fff;
    border-radius: 8px;
}
.manuf-slider .item {
    line-height: 110px;
    text-align: center !important;
}

.operator-logo {
    height: 1.3em;
    max-height: 20px;
    width: auto;
    display: inline-block;
    margin-top: -.2em;
    margin-right: 9px;
}

.heading-title {
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #0A7343;
    /* font: 20px 'Roboto',sans-serif; */
    text-transform: none;
    font-weight: 600;
    color: #333;
    /* font-family: Open Sans,sans-serif; */
    font-size: 22px;
    font-weight: 800;
}
.heading-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    border-bottom: 2px solid #0A7343;
    bottom: 0px;
    left: 0;
}

#column-right .heading-title{
    font-size: 24px;
}

#column-left .heading-title, .page-product .heading-title{
    font-size: 24px;
    color: black;
}

/* content */
#content {
    min-height: calc(100vh - 352px);
}
/* footer */
footer {
    margin-top: 30px;
    font-weight: normal;
    padding: 20px 0;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer .container{
    display: flex;
    justify-content: space-between;
}
footer .container:before, footer .container:after{
    display: none;
}

footer .col {
    margin-left: 2%;
    max-width: 18%;
    width: auto;
}
footer .col ul{
    padding: 0;
    margin: 0;
    font-weight: 100;
}
footer .col-4 {
    max-width: 30%;
}
footer .col-1{
    margin-left: 0;
}
footer address {
    margin: 10px 0;
}
.tel-numbers p{margin-bottom: 5px}
.tel-numbers .callme_viewform{
    cursor: pointer;
    border-bottom: 1px dotted currentColor;
}
.tel-numbers .callme_viewform:hover{
    color: #c5c5c5;
}
footer .tel-numbers {
    margin-bottom: 13px;
    float: left;
    width: 100%;
}
footer .tel-numbers a{
    display: block;
    margin-bottom: 5px;
}
footer a, footer address {
    text-transform: none;
}

footer .tel-numbers img{
   margin-right: 8px;
}
footer a, footer p, footer address, footer .tel-numbers {
    font-size: 15px;
    line-height: 1.2;
    color: white;
    font-weight: 300;
}

footer a{
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

footer a:hover, #copyrights a:hover {
    color: #ccc;
}
footer a:hover{
    text-decoration: underline;
}
footer .footer-heading{
    color: #fff;
    margin: 20px 0 10px;
    text-transform: none;
    /*font: 1.8rem 'Roboto',sans-serif;*/
    font-weight: 700;
    font-size: 18px;
}
footer .list-inline {
    display: inline-flex;
    align-items: center;
}
footer .list-inline li{
    margin: 0 10px 10px 0;
}
#price-from,
#price-to{
    /* border-bottom: 1px solid #a9a6a6; */
}
.ocfilter .popover{display: none!important;}
.tel-numbers>span{
    /* display: block; */
}

#subscribe_form > div {
    display: inline-flex;
    align-content: center;
}

#subscribe_form input[name='email'] {
    border-radius: 0;
    border: 0;
    background-color: #434343;
    font-size: 14px;
    height: 38px;
    color: #fff;
    padding: 0 10px;
    outline: 0;
    transition: all ease .2s;
}
#subscribe_form input[name='email']:focus {
    background: #fff;
}
#subscribe_form button {
    border-radius: 0;
    border: 0;
    background-color: #0A7343;
    color: white;
    -webkit-transition: background ease-in-out .2s;
    -o-transition: background ease-in-out .2s;
    transition: background ease-in-out .2s;
    height: 38px;
    width: 54px;
    padding: 0;
}

#subscribe_form button .fa:before {
    display: none;
}
#subscribe_form button .fa-arrow-right {
    background: url("/image/icons/arrow.svg") 50% 50% no-repeat;
    width: 29px;
    height: 24px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

/*#subscribe_form button:hover .fa{
    color: #0A7343;
}
#subscribe_form button:hover {
    background-color:#fff;
}*/

#paymentsystem img {
    height: 30px;
}

#social li {
    padding: 0;
    margin: 0 20px 5px 0;
}

#social a:hover {
    opacity: 0.6;
}

#social .fa {
    width: 34px;
    height: 34px;
    padding: 6px 0;
    text-align: center;
    color: whitesmoke;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    display: inline-block;
}
#social .fa:before {
    display: none;
}
#social .fa-facebook {
    background: url("/image/icons/facebook.svg") 50% 50% no-repeat;
}
#social .fa-youtube {
    background: url("/image/icons/youtube.svg") 50% 50% no-repeat;
}
#social .fa-instagram {
    background: url("/image/icons/instagram.svg") 50% 50% no-repeat;
}
/*#social .fa-google-plus:hover {
    color: #45668e;
    border-color: #45668e;
}

#social .fa-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}

#social .fa-twitter:hover {
    color: #00aced;
    border-color: #00aced;
}

#social .fa-odnoklassniki:hover {
    color: #f2720c;
    border-color: #f2720c;
}

#social .fa-youtube:hover {
    color: #bb0000;
    border-color: #bb0000;
}

#social .fa-instagram:hover {
    color: #bc2a8d;
    border-color: #bc2a8d;
}*/

#copyrights {
    padding: 8px 0;
    color: white;
}
.copyrights-mobile{display: none}
.copyrights-text {
    font-size: 12px;
    margin-top: 22px;
    display: block;
    line-height: 1.4;
}

#copyrights a {
    color: white;
}

@media (max-width: 767px) {
    footer .row > *, #copyrights .row > * {
        text-align: center;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 5px;
    padding: 8px 0;
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    color: #0b9854;
}
/*
ul.breadcrumb li:nth-child(2) {
    display: none;
}
*/
.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    text-transform: none;
    display: inline-block;
    /*font: 12px 'Roboto',sans-serif;*/
    font-size: 12px;
}
.breadcrumb > li:first-child:before{
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjc2IDEyLjE0YTEgMSAwIDAgMS0uNzYuMzYgMSAxIDAgMCAxLS42NC0uMjNMMjAgMTJ2Ni41YTIgMiAwIDAgMS0yIDJoLTNhMSAxIDAgMCAxLTEtMXYtNGExIDEgMCAwIDAtMS0xaC0yYTEgMSAwIDAgMC0xIDF2NGExIDEgMCAwIDEtMSAxSDZhMiAyIDAgMCAxLTItMlYxMmwtLjM2LjNhMSAxIDAgMCAxLTEuMjgtMS41NGw3Ljc3LTYuNTRhMi44NiAyLjg2IDAgMCAxIDMuNzQgMGw3Ljc3IDYuNTRhMSAxIDAgMCAxIC4xMiAxLjM4WiIgZmlsbD0iIzY2NjY2NiIgY2xhc3M9ImZpbGwtNDY0NjQ2Ij48L3BhdGg+PC9zdmc+");
    display: inline-block;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 2px;
    vertical-align: middle;
}
.breadcrumb > li:first-child{
    padding: 0 7px 0 0;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:last-child:after{
    display: none;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.pagination a,
.pagination li:not(.active) span{
    /* text-transform: uppercase; */
    color: #878787;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.pagination li{
    height: 30px;
    display: inline-block;
    line-height: 2.14;
    margin: 0 4px;
}

.pagination li{
    width: 30px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    border: 1px solid #878787;
}
.pagination li:hover a{color: #fff;}
.pagination li:hover,
.pagination li.active:not(.page-next):not(.page-prev){
    background: #0a7343;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-color: #0a7343;
}
.pagination li.page-prev,
.pagination li.page-next{
    display: none;
}
.pagination li.page-prev:hover a, .pagination li.page-next:hover a{
    color: #0a7343;
}
.pagination-text{
    text-transform: initial;
    font-size: 14px;
    margin: 10px 0 0 0;
}
/*
.pagination li.page-next,
.pagination li.page-prev{
    margin: 0 15px;
}*/
/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 13px 28px;
    font-size: 12px;
    /* border-radius: 0; */
    cursor: pointer;
}
a.btn {
    display: inline-block;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    /* padding: 10px 16px; */
    /* font-size: 15px; */
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    background: #fff;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    /*text-transform: uppercase;
    font-weight: bold;*/
    padding: 8px 29px 9px;
    line-height: 1;
    border-radius: 20px;
}
.btn-danger,
.btn-info,
.btn-primary {
    color: #fff;
    background-color:var(--theme-color);
    text-transform: none;
    text-align: center;
    font-size: 13px;
    border: 1px solid var(--theme-color);
    padding: 8px 29px 9px;
    line-height: 1;
    border-radius: 20px;
}
.btn.disabled{display: none}
div .btn-primary:hover,div .btn-primary:active,div .btn-primary:active:focus,div .btn-primary.active,div .btn-primary.disabled,div .btn-primary[disabled],.btn-primary:focus, .btn-primary.focus {
    /* background-color: #0A7343; */
    color: var(--theme-color);
    background: #fff;

}
.btn.btn-reverse:hover{
    background: #0A7343;
    color: #fff;
}
.btn.btn-reverse{
    background: #fff;
    color: #0A7343;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: var(--theme-color);
    /* border-color: #51a351 #51a351 #387038; */
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); */
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
    background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
    background-image: -o-linear-gradient(top, #e06342, #dc512c);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
    background-image: -webkit-linear-gradient(top, #333333, #111111);
    background-image: -o-linear-gradient(top, #333333, #111111);
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    /*color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;*/
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    overflow: auto;
}

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

.product-thumb .image a {
    display: block;
}
/*
.product-thumb .image a:hover {
    opacity: 0.8;
}
*/
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
    position: relative;
    padding: 20px;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.article-layout .h4,
.product-thumb .h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 8px 0;
}

.product-thumb .caption {
    text-align: center;
    padding: 0 20px 10px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}


.panel-default.bundle-widget .bundle-title {
    color: #0A7343;
    font-size: 18px;
    text-align: center;
}
.panel-default.bundle-widget  .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
    .product-layout.product-grid .action-secondary {
        padding: 10px 10px 30px;
    }
    #content .banner div {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.rating .fa-stack {
    font-size: 10px;
}

.rating .fa-star,
.rating .fa-star-half-o,
.rating .fa-star-o {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    /* margin-top: 7px; */
}
.rating .fa-star-half-o,
.rating .fa-star {
    background: url("/image/icons/star-active.svg") 50% 50% no-repeat;
}
.rating .fa-star-o {
    background: url("/image/icons/star.svg") 50% 50% no-repeat;
    /* background-position-y: 2px; */
}
.rating-start {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
    margin: 0 0 0 10px;
    top: 2px;
}
.rating-start > label:before {
    /*font-family: 'FontAwesome';
    content: "\f006";
    width: 18px;
    display: inline-block;
    color: #b0bec5;*/
    content: '';
    width: 15px;
    height: 14px;
    background: url("/image/icons/star.png") 50% 50% no-repeat;
    display: inline-block;
    filter: grayscale(100%);
}
.rating-start input {
    position: absolute;
    opacity: 0;
}

.form-group .rating-start > label {
    margin: 0 1px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    font-weight: normal;
}

.rating-start > label:hover,
.rating-start > label:hover ~ label,
.rating-start > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating-start > label:hover:before,
.rating-start > label:hover ~ label:before,
.rating-start > input.radio-btn:checked ~ label:before,
.rating-start > input.radio-btn:checked ~ label:before {
    filter: grayscale(0);
}
.review-item{
    margin: 0 0 5px 0;
    padding: 5px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
}
.review-item .review-top{display: flex;align-content: center;align-items: center;justify-content: space-between;}
.review-item .descr-rew{
    /* color: #000; */
    /* text-transform: initial; */
    font-size: 13px;
    line-height: 1.4;
}
.review-item .rating{
    /* padding: 0; */
    /* margin: 0; */
    margin-right: auto;
    margin-top: 5px;
}
.review-item .rating>span{
    width: 15px;
    height: 17px;
}
/*.s-popup .form-review{
    min-width: 300px;
}
.s-popup .form-review h2{
    margin: 0 0 10px 0;
    font-size: 1.2em;;
}
.s-popup .close-thin{
    font-size: 34px;
    line-height: 14px;
    vertical-align: middle;
    float: right;
}*/
#button-review{
    padding: 8px 30px;
}
.parent-review-item:before{
    position: absolute;
    content: "";
    width: 0px;
    left: 0;
    top: -20px;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
}
.nav-rew{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.txt-lp{
    margin-right: 10px;
}
.vote{
    /* margin-left: 20px; */
    font-weight: 600;
}
.like-rew b,
.vote{
    cursor: pointer;
}
.txt-lp,
.like-rew p,
.vote.plus,
.like-rew b{
    color: #006837;
}
.vote.minus{color: #f33;margin-left: 15px;}
.review-top .username-comment{
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
.review-top .date{
    font-size: 12px;
    color: #a7a4a4;
}
h2.price {
    margin: 0;
}
.form-review .alert{
    background: #fff;
    margin: 10px 0 0 0;
}
.form-review .alert-danger {
    color: #fb3f4c;
}

.product-thumb .price {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.compare .price{
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.product-thumb .price-new {
    color: #fb3f4c;
}

.compare .price-old ,
.product-thumb .price-old {
    color: #999;
    margin-left: 10px;
}
.price-old:after{
    content: "";
    border-top: 1px solid currentColor;
    width: 100%;
    position: absolute;
    display: block;
    top: 54%;
}
.price-old{
    position: relative;
    display: inline-block;
}
.price-normal, .price-new, .price-old {
    white-space: nowrap;
    /* font-weight: normal; */
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}


@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.product-intro-content {
    background: #fff;
    border-radius: 4px;
    padding: 25px 15px;
}
/*
.product-intro-content .thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    margin: 0;
    padding-right: 15px;
}

.product-intro-content .thumbnails > li {
    margin-left: 20px;
}
*/
#button-login{
    margin-left: 30px;
}
/*.thumbnails {
    margin-left: -20px;
}
*/
/*
.product-intro-content  .thumbnails > img {
    width: 100%;
}
*/
.image-additional a {
    height: 90px;
    border: 1px solid #ddd;
    margin: 0;
}
.product-name-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}
.product-name{
    margin: 15px 0;
    font-weight: bold;
    color: #000;
    font-size: 32px;
    line-height: 1;
    text-transform: none;
}
#tab-review textarea, #tab-review input{
    margin-top: 10px;
    border-radius: 0!important;
}

.detail-code{
    color: #999;
    padding: .38462em .76923em;
    background-color: #fff3b5;
    text-align: center;
    font-weight: normal;
}
.detail-code b{
    color: #333;
    margin-left: 5px;
}
.rating-wrap .rating{
    margin: 0 0 0 8px;
}
/*customer reviews*/
.form-review .review-heading{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}
.testimonial-testimonial .form-review .alert{
    margin: 10px 0 15px 0;
    color: #000;
}
.testimonial-testimonial .form-review input,
.testimonial-testimonial .form-review textarea{
    font-size: 14px;
}
/*customer reviews end*/

/* Tooltip container */
.promotion-tooltip{
    color: #ff0000;
    font-size: 14px;
    margin: 4px 0 0;
    line-height: 2;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    z-index: 8;
}
.promotion-tooltip:before{
    content: "";
    display: inline-block;
    background: url(../image/icon_gift.png) no-repeat;
    width: 18px;
    height: 17px;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
.product-intro .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}
.product-intro .tooltiptext  a{
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
}
.product-intro .tooltip:hover .tooltiptext {
    visibility: visible;
}
.product-intro .tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 7%;
    margin-left: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #888 transparent;
}
.product-intro .tooltip .tooltiptext{
    background: url(../image/tooltip_bg.png) no-repeat #fff;
    padding: 9px 5px 15px 70px;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    background-position: 11px 8px;
    height: 90px;
    width: 390px;
    color: #8d8d8c;
    border-radius: 6px;
    border: 1px solid #888;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    right: 0;
    top: 28px;
    visibility: hidden;
}

.mini-main-gift{
    position: absolute;
    right: 15px;
    bottom: 1px;
}
.big-main-gift{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.mini-main-gift .label-sale-text{
    background: #008F4A;
    color: #fff;
    font-size: 11px;
    text-transform: none;
    width: 102%;
    opacity: 1;
    margin-left: -1px;
    display: block;
}
.big-main-gift .label-sale-text {
    background: #008F4A;
    color: #fff;
    font-size: 12px;
    text-transform: none;
    width: 101%;
    opacity: 1;
    display: block;
}
.mini-main-gift a,
.big-main-gift a{
    display: block;
    float: right;
    border: 1px solid #006837;
    margin-left: 15px;
    text-align: center;
    position: relative;
    background: #fff;
}
.mini-main-gift a{
    width: 65px;

}
.mini-main-gift a img{
    width: 55px;
    height: 55px;
    margin: 5px auto;
}
.big-main-gift a{
    width: 100px;
    padding-top: 5px;
    height: 110px;
}
.big-main-gift a img{
    width: 75px;
    height: 75px;
    margin: 5px auto 5px auto;
}
.mini-main-gift a img,
.big-main-gift a img{
    min-width: inherit;
    min-height: inherit;
}
/*
.articul-title{
    color: black;
    font-size: 18px;
    font-weight: bold;
}
.articul-title li {
    margin-bottom: 10px;
}*/
.price-main h2{
    color: black;
    font-weight: bold;
    font-size: 28px;
}
.price-main span{
    font-size: 18px;
}/*
.articul-title .rating .fa{
    font-size: 20px!important;
}*/
.rating .active i,
.pre-intro .stock,
.rating .fa.active{
    /* color: #f9aa4f; */
}/*
.articul-title .articul, .articul-title .stock {
    font-weight: normal;
    text-transform: none;
}*/
.product-intro-content>.product-intro{
    padding: 15px;
}
.product-intro-content > .thumbnails .main-thumb {
    text-align: center;
}
.product-intro-content>div{
    /* float: left; */
}

.product-intro .fa-heart {
    background-image: url(/image/icons/heart_gray.svg);
}
.product-intro .fa-balance-scale {
    background-image: url(/image/icons/scale_gray.svg);
}

/*
@media (min-width: 769px) {
    .product-intro-content{
        display: flex;
        justify-content: space-between;
    }
    .product-intro-content > .thumbnails {
        width: 40.57%;
    }

    .product-intro-content > .product-intro {
        width: 59.28%;
    }
}
*/

@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;
    }
    .product-intro-content{
        display: flex;
        justify-content: space-between;
    }
    .product-intro-content > .thumbnails {
        width: 40.57%;
    }

    .product-intro-content > .product-intro {
        width: 59.28%;
    }
}

@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;
    }
}

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

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

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

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

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

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

/*module*/
#viewed, #categories, #filters{
    border: 1px solid #7f7f7f;
}
/*blog*/
.most_viewed .product-thumb{
    padding: 15px;
}
.most_viewed .image{
    max-height: 200px;
    overflow: hidden;
}
.most_viewed .product-thumb img{
    width: 100%;
}
.most_viewed .caption {
    text-align: left;
}
.article-layout hr{
    height: 0;
    width: 100%;
    border-bottom: 2px solid #7f7f7f;
    margin: 0;
}
.article-layout:nth-last-of-type(1) hr{
    display: none;
}
.full-article .thumbnail{
    padding: 0;
    margin: 0;
    border: 0;
    max-height: 480px;
    overflow: hidden;
}

.full-article .description p{
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    color: black;
}
.full-article .thumbnail img{
    width: 100%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}
.article{
    padding: 15px 0;
    margin-bottom: 20px;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
}
.article .caption h4{
    color: #006837;
    font-weight: bold;
    font-size: 20px;
}
.article .caption p,
.article-layout .caption p,
.most_viewed p{
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
}
/*
.article .caption a, .article .more a, .most_viewed a{
    color: #006837;
}*/
.article .caption a:hover, .article .more a:hover, .most_viewed a:hover{
    color: black;
}
.h4 a{
    font-weight: 600;
    text-transform: none;
}
.article .image img{
    margin: 0 auto;
    max-width: 100%;
}
.article .more a, .most_viewed .more a{
    cursor: pointer;
    font-size: 16px;
    text-transform: none;
}
.description-news{
    font-size: 14px;
    text-transform: none;
    color: #222;
}
.social-title{
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding: 20px 0 10px;
}
/*filters*/
#filters{
    border-radius: 0;
    padding: 10px;
}
#filters a.list-group-item{
    color: black;
    font-size: 18px;
    padding: 0;
}
#filters .panel-footer{
    background-color: transparent;
    padding: 0;
}
#filters a.list-group-item:hover{
    background-color: transparent;
}
#filters div.list-group-item{
    color: black;
    padding: 0 10px 20px;
}
#filters div.list-group-item label{
    color: black;
    font-size: 14px;
}
#filters .list-group-item{
    border: 0;
}
/*categories*/
#categories a{
    border-radius: 0;
    border: 0;
    font-size: 14px;
    color: black;
    font-weight: normal;
    padding: 6px 12px;
}

.procent { position: absolute; top: 5px; right: 5px; background: rgba(0, 104, 55, 0.87); border-radius: 50px; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 30px; color: #fff; text-shadow: 0px 0px 5px #520202; }
.procent span {display: -webkit-box;display: -ms-flexbox;display: flex; font-size: 15px;}
.box-product > div:hover .procent {-webkit-box-shadow: 0px 0px 5px #FDDF00;box-shadow: 0px 0px 5px #FDDF00;}

.data .procent{
    right: 5px;
    left: auto;
    z-index: 1;
}

.label-promotion{
    position: absolute;
    z-index: 9;
    margin: 10px 0 0 0;
}
.main-thumb .label-promotion>span{
    display: block;
}
.main-thumb .label-promotion{
    margin: 12px 0 0 0;
}
.label-sale,
.label-special,
.label-novelty,
.label-discount,
.label-hit{
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #0A7343;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    cursor: default;
    left: 10px;
    background: #f8faf9eb;
    margin-bottom: 5px;
    font-weight: 500;
    /*font-family: 'Roboto', sans-serif;*/
    border-radius: 15px;
    text-transform: uppercase;
    padding: 0 15px;
    opacity: 0.9;
}
.label-special, .label-sale{
    background: #fb3f4c;
    color: #fff;
}
.label-novelty {
    background: #0A7343;
    background: var(--theme-color);
    color: #fff;
}
.label-hit {
    background: #FF8A00;
    color: #fff;
}
/*.label-sale:before,
.label-hit:before{
    content: "";
    background: url(/image/catalog/labels.png) no-repeat;
    width: 20px;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 1px;
}
.label-hit:before{
    background-position: -22px 0px;
}*/
.box-product > div{ position: relative;}
.stock-status {
    position: relative;
    color: #0A7343;
    color: var(--theme-color);
    font-size: 12px;
    text-transform: none;
    padding-left: 23px;
}
.stock-status.stock-10, .stock-status.stock-5 {
    color: #ff5552;
    padding: 0;
}
.stock-status:before {
    display: block;
    position: absolute;
    width: 15px;
    height: 8px;
    content: '';
    top: 4px;
    left: 0;
    background: url("/image/icons/check.svg") 50% 50% no-repeat;
}
.stock-status.stock-10:before, .stock-status.stock-5:before {
    background: #ff5552;
    width: 9px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
}
.product-thumb.stock-out .full,.product-thumb.stock-out .product-thumb-container {
    background-color: #d3d3d3
}
.product-thumb.stock-out .product-extra-info{
    justify-content: center;
    margin-bottom: 8px;
}
.product-stock-out .product-top-info .rating,
.product-stock-out .product-top-info .w-c-block,
.product-stock-out .btn-group-prod,
.product-thumb.stock-out .rating,
.product-thumb.stock-out .product-info,
.product-thumb.stock-out .action-secondary{
    display: none;
}
.p-l-n .product-thumb.stock-out .product-title{
    height: initial;
    margin-bottom: 5px;
}
.stock-out .image {
    opacity: .5
}
.product-stock-out .btn-group-prod{

}
.empty-cart-content{
    text-align: center;
    min-width: 320px;
}
.cust-details{
    margin: 10px 0;
    font-size: 13px;
}
.cust-details a{
    color: #0A7343;
    text-decoration: underline;
}
.page-home{
    margin-bottom: 15px;
}
.page-home #slider-0 {
    /*width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);*/
}
.page-home #slider-0 .owl-item, .page-home #slider-0 .owl-stage {
    width: auto !important;
}
.page-home #slider-0 img {
    margin: 0 auto;
}
    /*blog*/
/*
#fresh-articles{
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
#fresh-articles .product-thumb {
    border: 0;
    margin-bottom: 15px;
    overflow:initial;
}
#fresh-articles .product-thumb:nth-last-of-type(1) {
    margin-bottom: 0;
}
#fresh-articles .product-thumb .image img {
    width: 100%;
}
#fresh-articles .product-thumb a {
    color: #006837;
}
#fresh-articles .product-thumb .caption {
    padding: 0;
}
#fresh-articles .product-thumb .caption p {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 16px;
    text-transform: none;
    color: #888888;
}*/
.all-news{
    color: #8e8e8e;
    text-transform: none;
    font-size: 16px;
    line-height: 2.4;
}

/*special*/
#carousel-latest.owl-carousel,
#carousel-special.owl-carousel{
    background: none;
}
/*product mini new*/
.p-l-n .product-thumb{
    background: #fff;
    border: 1px solid #f5f5f5;
    /*  -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
      -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
      box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);*/
}
.p-l-n .product-thumb .product-title{
    text-transform: none;
    height: 73px;
    display: table;
    width: 100%;
}
.p-l-n .product-thumb .product-title a{
    vertical-align: middle;
    display: table-cell;
    font-size: 15px;
    font-weight: 600;
}
.p-b-g{
    padding: 0 20px 10px 20px;
}
.p-b-g>span:first-child,
.p-b-g a:first-child{
    float: left;
}
.p-b-g>span:last-child,
.p-b-g a:last-child{
    float: right;
}
.p-b-g i{
    margin-right: 4px;
}
.p-b-g>span,
.p-b-g a{
    text-transform: none;
    font-size: 12px;
    color: #8e8e8e;
    font-weight: normal;
}
.p-b-g>span:hover,
.p-b-g a:hover{
    color: #0A7343;
    cursor: pointer;
}
.p-p-w ,
.p-l-n h4{
    font-size: 22px;
}
.p-l-n .p-p-w>div{
    width: 50%;
    float: left;
}
.p-l-n .p-p-w>div:first-child div{
    margin: 0;
}
.p-l-n .p-p-w>div:first-child{
    text-align: left;
}
.p-l-n .p-p-w>div:last-child{
    text-align: right;
}
.p-l-n .product-thumb .price-old{
    font-weight: normal;
}
.compare .price-new>span,
.compare .price-old>span,
.compare .price-normal>span,
.p-l-n .price-new>span,
.p-l-n .price-old>span,
.p-l-n .price-normal>span{
    vertical-align: baseline;
    font-size: 12px;
}
.rating .count{
    text-transform: none;
    margin-left: 15px;
    font-size: 12px;
}
/*viewed*/
#viewed{
    padding: 10px 5px;
}
#viewed .product-thumb {
    border: 0;
    margin-bottom: 10px;
}
#viewed .product-thumb:nth-last-of-type(1) {
    margin-bottom: 0;
}
#viewed .product-thumb .image {
    float: left;
}

#viewed .product-thumb .image img {
    width: 100px;
}

#viewed .product-thumb .caption {
    width: calc(100% - 100px);
    float: right;
    padding: 0 5px 0 0;
    min-height: 100px;
    position: relative;
}

#viewed .product-thumb .caption h4 {
    font-size: 14px;
    height: auto!important;
}
.common-home #fresh-articles .caption h4{
    height: auto!important;
}

#viewed .product-thumb .caption .price {
    font-size: 15px;
    bottom: 5px;
    position: absolute;
    width: 100%;

}
.well {
    padding: 10px;
}
.well p {
    margin: 0 0 10px;
}

/*order*/

/*
.your_order{
    padding-bottom: 15px;
}
.login-form-wrap{
    text-align: center;
    margin: 16px 0 0 0;
}
.login-form-wrap a i{
    margin-right: 6px;
}
.login-form-wrap a{
    color: #006837;
    font-size: 16px;
    margin: 0 auto;
}
.checkout_form{
    display: flex;
    padding: 15px;
}
.checkout_form .h3 {
    font-weight: 800;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
}
.checkout_form .text-danger {
	color: #fd3b37;
    text-transform: initial;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    background-color: #ddd;
    width: 87%;
    padding: 1px 2px;
}
.text-danger.footer {
    width: max-content;
    background: #ddd;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
    margin-right: 15px;
    padding: 1px 2px;
	position: relative;
}
.checkout_form h3{
    text-transform: initial;
}*/


@media (min-width: 768px) and (max-width: 1199px) {
    #viewed .product-thumb .caption {
        width: 100%;
        float: none;
        padding: 0 5px 0 0;
        min-height: 100px;
    }

    #viewed .product-thumb .image {
        float: none;
        margin: 0 auto;
    }
}

input[type="checkbox"]{
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 7px;
    position: relative !important;
    margin-bottom: -6px;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    padding: 2px;
}
input[type="checkbox"]:checked{
    background-color: #0A7343;
    background-clip: content-box;
}

select{
    border-radius: 0 !important;
    border: 1px solid black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}/*
.installments-product{
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    clear: both;
    color: #0A7343;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}*/
#tab-specification tr:hover{
    background: #f5f5f5e0;
}
#tab-specification thead strong{
    font-size: 14px;
    color: #222;
}
#tab-review{
    text-transform: initial;
    font-size: 13px;
}
.comments-heading{
    /* margin: 0 0 10px 0; */
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
#product-tabs{
    margin: 15px 0;
}
#product-tabs ul {
    list-style: disc;
    margin-left: 15px;
    color: #000;
    margin-bottom: 20px;
}
.html-text pre, .category-description .col-xs-12 pre, #product-tabs pre, #product-tabs h2, #product-tabs h3, .panel-body.bw pre, .full-article pre, .description-news h2 {
    color: #000!important;
    font-size: 18px;
    background: transparent;
    border: none;
    word-break: normal;
    word-wrap: normal;
    padding: 0;
    white-space: pre-wrap;
    line-height: 1.3;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-family: inherit;
    font-weight: 500;
    display: inline-table;
}
#product-tabs .tab-content{
    background: #fff;
    padding: 15px;
    text-transform: initial;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
}
#product-tabs .tab-content .tab-pane.active {
    display: block;
}
#tab-specification table{
    width: 100%;
}
#tab-specification table tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
#tab-specification table tbody tr td:first-child {
    /* background-color: #f9f9f9; */
    width: 30%;
    border-right: 1px solid #e7e7e7;
}
#product-tabs table thead {
    font-weight: bold;
}
#product-tabs table td {
    padding: 5px 15px;
}
#product-tabs .tab-content .tab-pane{
    display: none;
}
#tab-description h1,#tab-description h2,#tab-description h3,#tab-description h4,#tab-description h5,#tab-description h6 {
    margin: 0;
}
p:empty,
#product-tabs #tab-description br{
    display: none;
}
#product-tabs #tab-description span,
#product-tabs #tab-description p{
    text-transform: initial;
    font-size: 13px!important;
    color: #222;
    margin: 0 0 5px 0;
}
#product-tabs .nav-tabs{
    border-bottom: 1px solid var(--theme-color);
    margin: 0;
    background: #fff;
    display: flex;
    list-style: none;
    /*justify-content: space-between;*/
    padding: 0;
}
#product-tabs .nav-tabs li{
    width: 25%;
    text-align: center;
    color: black;
    /* text-transform: uppercase; */
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
}
#product-tabs .nav-tabs li > a{
    padding: 10px 5px;
}
@media (min-width: 425px){
    #product-tabs .nav-tabs li {
        /* font-size: 15px; */
    }
    #product-tabs .nav-tabs li > a{
        padding: 10px 15px;
    }
}
@media (min-width: 768px){
    #product-tabs .nav-tabs li{
        /* font-size: 22px; */
    }
}
#product-tabs .nav-tabs li:last-child{
    border-right: 0;
    border-bottom: 0;
}
#product-tabs .nav-tabs li a{
    margin: 0;
    border: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}
#product-tabs .nav-tabs li a:hover{
    border: 0;
}
#product-tabs .nav-tabs li:hover,
#product-tabs .nav-tabs .active{
    border-radius: 0;
    border-bottom: 1px solid #0A7343!important;
}
.page-product .products-list {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: stretch;
}
.category-description table {
    margin: 0 auto;
    border-color: #ddd !important;
}
.category-description table tr {
    border-bottom: 1px solid #ddd !important;
}
.container table th {
    background-color: var(--theme-color);
    color: #fff;
}
.container table td, .container table th {
    border-right: 1px solid #ddd;
    padding: 5px 15px;
}
.product-price .price-old{font-size: 18px;color: #8E8E8E;font-weight: normal;width: fit-content;}
.product-price>span>span{
    font-size: 16px;
}
.product-price .price-new{
    color: #fb3f4c;
    /*margin-top: 10px;*/
}
.product-price{
    font-size: 32px;
    font-weight: 800;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    color: #333;
    line-height: 1;
}
.btn-group-prod{
    /* text-align: center; */
    /* border-top: 1px solid #ebebeb; */
    /* padding: 25px 0; */
    display: flex;
    align-items: center;
    margin: 20px 0;
}/*
.btn-group-prod button:nth-child(1){
    width: calc(65% - 10px);
    margin-bottom: 10px;
}*/
.btn-group-prod button:nth-child(2){
    /* background-color: #fff; */
    /* color: #0A7343; */
    /* border-color: #0A7343; */
}/*
.btn-group-prod button:nth-child(2):hover{
    background-color: #0A7343;
    color: #fff;
    border-color: #0A7343;
}
.btn-group-prod button.buy-one-click:before{
    content: "\f10b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    vertical-align: sub;
    margin-right: 10px;
}*/
/*
.btn-group-prod button{
    width: calc(50% - 5px);
}
.btn-group-prod button:nth-child(2n){
    margin-right: 0;
}
*/
@media(min-width: 425px){
    /*.btn-group-prod button:nth-last-child(1),.btn-group-prod button:nth-last-child(2){
        width: 50px;
    }*/
    /*.btn-group-prod button:nth-child(1){
        width: calc(60% - 65px);
    }*/
    /*.btn-group-prod button:nth-child(2) {
        width: calc(40% - 65px);
    }
    .btn-group-prod button:nth-child(2){
        margin-right: 10px;
    }*/
}

@media (min-width: 1024px){
    .btn-group-prod button{
        /* font-size: 22px; */
    }
    .btn-group-prod button .fa{
        font-size: 22px;
    }
    #column-left{
        z-index: 1;
    }
    #cart>ul.dropdown-menu {
        display: block;
        opacity: 0;
        visibility:hidden;
        -o-transition: opacity 0.1s cubic-bezier(0.44, 0.85, 1, 1);
        transition: opacity 0.1s cubic-bezier(0.44, 0.85, 1, 1);
        -moz-transition: opacity 0.1s cubic-bezier(0.44, 0.85, 1, 1);
        -webkit-transition: opacity 0.1s cubic-bezier(0.44, 0.85, 1, 1);
    }
    #cart:hover ul.dropdown-menu {
        opacity:1;
        visibility:visible;
        z-index: 2;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        margin-top: 0;
    }

}

.btn-group-prod button{
    font-size: 13px;
    /* line-height: 24px; */
    padding: 13px 28px;
    /* width: 40%; */
    /* border-radius: 25px; */
    margin: 0 10px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
}
.btn-group-prod .buy-credit{
    color: #0a7343;
    font-size: 13px;
    max-width: 140px;
    text-align: center;
    /*margin: 0 15px;*/
    cursor: pointer;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
}
.btn-group-prod .buy-one-click{
    background: none;
    color: #0a7343;
}
.btn-group-prod .buy-one-click:hover svg{
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(37deg) brightness(109%) contrast(100%);
}
.btn-group-prod .buy-one-click:hover{
    background: #0a7343;
    color: #fff;
}
.btn-group-prod button span{
    margin-left: 10px;
}
/*.btn-group-prod button .fa{
    font-size: 20px;
}*/
#product-tabs .nav-tabs .active a{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
}
/*
#thumbnails-slider{
    width: 25%;
    float: left;
    height: 480px;
    overflow: hidden;
    z-index: 1;
    padding: 0 15px 0 0;
    background: #fff;
    position: relative;
}
#thumbnails-slider i {
    font-size:20px;
}
#thumbnails-slider .up, #thumbnails-slider .down {
    position:absolute;
    left:38%;
    z-index: 99;
    cursor: pointer;
}
#thumbnails-slider .down {
    bottom: 0;
}
*/
.main-thumb{
}
.main-thumb.full-width-image{
    width: 100%;
}
.main-thumb img{
    min-height: 100%;
    max-height: 350px;

}
/*
#thumbnails-slider ul{
    margin: 0;
    padding: 0;
    transition: all linear .3s;
}
#thumbnails-slider li{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 3px 0;
}*/
.main-thumb a.thumbnail:hover,.main-thumb a.thumbnail:focus,.main-thumb a.thumbnail.active,.main-thumb a.thumbnail{
    border: 0;
}
.additional-slider{
    padding: 0 20px;
}
.additional-slider .thumbnail{
    border: 0;
    margin: 5px;
    border-radius: 0;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.additional-slider a.thumbnail:hover,
.additional-slider a.thumbnail:focus,
.additional-slider a.thumbnail.active{
    outline: 1px solid #e6ebe8;
}
.additional-slider .thumbnail img{
    max-width: 100%;
    margin: 0;
}
.additional-slider .owl-nav .owl-next{
    margin-right: -15px;
}
.additional-slider .owl-nav .owl-prev{
    margin-left: -15px;
}
.additional-slider .owl-item{text-align: center}
.additional-slider .owl-nav{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.additional-slider .owl-nav span:hover,
.additional-slider .owl-nav span:active{
    /*color: #0a7343;*/
}
.additional-slider .owl-nav span {
    /* font-size: 50px; */
    /* color: #e3e3e3; */
}
.additional-slider .owl-dots .active span {
    background: #0a7343;
}
.additional-slider .owl-dots{
    text-align: center;
}
.additional-slider .owl-dots span {
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
}
.description{
    height: 60px;
}

#search1 .caption h4{
    min-height: 50px!important;
}
.checkout-checkout .subscribe_block .text-danger{
    display: none;
}
.checkout-checkout .alert-danger button{
    background: none;
    float: right;
    line-height: 17px;
    padding: 0;
}
.checkout-checkout .alert-danger{
    background: #fb3f4c;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 15px;
}
#viewed .greylable{
    display: none;
}

.owl-carousel .owl-nav div {
    opacity: 1 !important;
}
/*
#thumbnails-slider i {
    color: #222;
}
*/
/*fix*/
div span.is-wishlist,
div span.is-compare,
div a.is-wishlist,
div a.is-compare{
    color: var(--theme-color) !important;
    font-weight: 600;
}
div span.is-wishlist .fa,
div span.is-compare .fa,
div a.is-wishlist .fa,
div a.is-compare .fa {
    position: relative;
}
div span.is-wishlist .fa:after,
div span.is-compare .fa:after,
div a.is-wishlist .fa:after,
div a.is-compare .fa:after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: -4px;
    width: 15px;
    height: 8px;
    /* background: url(/image/icons/check.svg) 50% 50% no-repeat !important; */
}

.product-search h1{
    margin: 0;
}
.payment-method label,
.register_block  input[type="text"].form-control{
    font-size: 14px;
}
.payment-method label{
    text-transform: initial;
}
.cart-price{
    min-width: 100px;
}
.common-home #column-right .heading-title{
    margin-top: 0;
}
.mini-baner-main>div{
    padding: 0;
}
.mini-baner-main{
    width: 100%;
    background: #0a7143;
}
.mini-baner-main p{
    margin: 20px 0;
    line-height: 1.4;
    /*font-family: 'Roboto', sans-serif;*/
    letter-spacing: 1px;
    font-weight: bold;
}
.mini-baner-main div:nth-child(2),
.mini-baner-main p{
    color: #fff;
    font-size: 22px;
}
.mini-baner-main div:nth-child(2){
    text-align: center;
}
.mini-baner-main .button{
    border: 1px solid #fff;
    padding: 8px 18px;
}
.more-product span{
    font-size: 15px;
    margin-left: 5px;
    display: inline-block;
}
.more-product a{
    background: #fff;
    padding: 9px 45px 10px;
    border: 1px solid var(--text-color-dark);
    border-radius: 20px;
    font-size: 14px;
    color: var(--text-color-dark);
    text-transform: none;
    transition: all ease .2s;
}
.more-product a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.more-product{
    /* text-align: center; */
    /* margin: 25px 0 15px 0; */
    position: absolute;
    right: 15px;
    z-index: 9;
    /* float: right; */
    top: 22px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #8E8E8E;
}
.seo-products a{
    font-weight: 600;
    margin-left: 5px;
}
.seo-products a:hover{
    text-decoration: underline;
}
.seo-products h3{
    font-size: 16px;
}
.seo-products h2{
    margin: 0;
}
.seo-products,
.category-description{
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    color: #222;
}
.category-description h2,
.category-description h3,
.category-description p,
.category-description h1{
    color: #333;
}
.head-category {
    /*font-family: Roboto,sans-serif;*/
    margin-bottom: 20px
}
.head-category .filters-sort .sort-title {
    color: #484748;
    font-size: 12px
}

.filters-sort{
    /*font-family: Roboto,sans-serif;*/
    margin-bottom: 20px;
}
.filters-sort ul {
    display: inline-block
}

.filters-sort li.active {
    border: none;
    color: #484748;
    cursor: default;
    font-weight: 700
}

.filters-sort li:not(.active):hover {
    border-color: #0a7143;
    color: #0a7143
}

.filters-sort li {
    border-bottom: 1px dashed #828282;
    color: #828282;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 15px 0 0
}
/*.product-intro .html-text{
    text-transform: unset;
    margin: 0;
}
.product-intro .html-text .row{
    margin-bottom: 0;
}*/
.product-intro .model {
    color: #8e8e8e;
    text-align: left;
}
.product-intro .rating{
    margin-right: auto;
    margin-left: 25px;
    display: inline-flex;
    /* align-items: flex-start; */
}
.product-intro .secondary-buttons {
    color: #8e8e8e;
    display: flex;
}
.product-intro .btn-group-prod{
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-intro .add-to-cart-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-intro .add-to-cart-btns button {
    margin: 0 10px 10px 0;
    font-weight: normal;
}
.product-intro-content > .product-intro .add-to-cart-btns > * {
    margin-bottom: 10px;
}
.product-top-info{
    display: flex;
    align-items:center;
    justify-content:space-between;
}
/*
.product-intro{
    border-left: 1px solid #f3f2f2;
}
*/
.pbn{
    /* margin: 0 0 10px; */
    /* display: inline-block; */
    line-height: 1.1;
    margin-top: 10px;
}
.pbn .price-new,
.pbn .price-normal{
    font-size: 26px;
    color: #000;
}
.product-intro .pbn .price-new,
.product-intro .pbn .price-normal{
    font-weight: bold;
}
.pbn .price-new{
    color: #fb3f4c;
}
.product-intro #column-left{
    width: 100%;
    padding: 0;
    margin: 0;
}
.pbn .price-old{
    font-size: 24px;
    color: #454545;
    font-weight: 100;
    margin-right: 10px;
}
.pbn .price-new>span, .pbn .price-old>span, .pbn .price-normal>span {
    /* vertical-align: text-top; */
    font-size: 14px;
}
.w-c-block>span:first-child{
    margin-right: 20px;
}
.w-c-block{
    /* display: flex; */
}
.w-c-block>span,
.w-c-block a{
    /* font-size: 12px; */
    /* margin: 17px 0 0 20px; */
    /* color: #8e8e8e; */
    /* text-transform: none; */
    /* display: inline-block; */
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #8E8E8E;
}
.w-c-block>span i,
.w-c-block a i{
    /* margin-right: 6px; */
    /* background-size: 17px auto; */
}
.w-c-block>span:hover,
.w-c-block a:hover{
    color: #0A7343;
}
.edit-date{
    font-weight: 600;
}
.subscribe-popup .close-thin{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 36px;
    z-index: 99;
    cursor: pointer;
}
.subscribe-popup .modal-dialog{
    max-width: 420px;
}
.subscribe-popup .modal-content{
    background: #0A7343;
    border-radius: 0;
    border: 2px solid #fda861;
    color: #fff;
}
.subscribe-popup input[type='text']{
    width: 100%;
    font-size: 13px;
    padding: 5px 12px;
    border: 1px solid #fff;
    color: #000;
}
.subscribe-popup .subscribe-nav{
    margin-top: 16px;
}
.subscribe-popup p.subscribed{
    text-align: center;
    font-size: 13px;
    line-height: 4;
}
.subscribe-popup p{
    text-transform: none;
    font-size: 16px;
}
.subscribe-popup h3{
    color: inherit;
    margin: 10px 0 11px 0;
}
.subscribe-popup .popup-sale{
    background: url(../image/popup-sale.png) no-repeat;
    display: block;
    height: 110px;
    margin-top: 10px;
}
.subscribe-popup button:hover{
    color: #fff;
    border-color: #fff;
}
.subscribe-popup .col-sm-4{
    padding-right: 0;
}
.subscribe-popup button{
    background: #0a7143;
    padding: 8px 19px;
}
input[type='text'].error-input,
.error-input{
    border: 1px solid #F44336;
}
/*
.delivery-s {
    background: url(../image/delivery_icon.png) no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    font-size: 0;
}
.p-icon{
    background-position: 0 0;
    width: 70px;
 }
.s-icon{
    background-position: -70px 0;
    width: 95px;
}
*//*
.s-icon,
.p-icon{
    display: none;
}
.delivery-product{
    padding: 10px 0 5px 0;
    background: #efefef;
    margin: 5px;
}
.delivery-product span{
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.delivery-product p{
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    color: #444;
}
.delivery-product .col-sm-6:first-child{
    border-right: 1px solid #0A7343;
}*/
.features-bar{
    border-top: 1px solid #c4c4c44a;
    padding-top: 35px;
    margin-top: 25px;
    font-size: 13px;
    color: #333333;
}
@media screen and (min-width: 1200px) {
    .features-bar{
        padding-top: 50px;
    }
}
.features-bar li b{font-weight: 600}
.features-bar .title img{
    margin-right: 15px;
    /* width: 28px; */
}
.features-bar .title>span{
    background: var(--theme-color);
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 5px;
    padding: 3px 5px;
    font-weight: normal;
    color: #fff;
    border-radius: 10px;
    line-height: 1;
}
.features-bar li:not(.title):before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #6e6e6e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 4px;
}
.features-bar li:not(.title){
    margin-bottom: 8px;
    line-height: 1.3;
    position: relative;
    padding-left: 15px;
}
.features-bar .title{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
}
.features-bar .col {
    margin-bottom: 10px;
    min-width: 165px;
}
.carousel-module .owl-carousel .owl-item img{
    margin: 0;
}
.carousel-module .title,
.advantages-bar .title,
.features-bar-full .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #333;
}
.features-bar-full .list span{
    font-size: 14px;
    font-weight: bold;
    max-width: 130px;
    text-align: center;
    line-height: 1;
    margin: 0 5px 10px;
}
.advantages-bar .list img{

margin: 0 5px 0 20px;
}
.features-bar-full .list img{
    display: block;
    margin: 0 auto 10px auto;
}
.advantages-bar .list,
.features-bar-full .list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #222;
}
.features-bar-full .list{
    justify-content: space-between;
}
.advantages-bar .list .caption{
    
padding: 10px;
    
line-height: 1.2;
}
.advantages-bar .list .h3{

font-size: 15px;

font-weight: 700;

/* line-height: 1.2; */

margin-bottom: 6px;
}
.advantages-bar .list{

}
.advantages-bar,
.features-bar-full{
    color: #333;
    margin: 30px 0;
}
.advantages-bar .list>div{
    background: #fff;
    display: flex;
    padding: 0 10px 10px 0;
    background-clip: content-box, padding-box;
    min-height: 115px;
    align-content: center;
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 3px;
}
.carousel-module .items{
    background: #fff;
    padding: 25px 50px;
    border-radius: 3px;
}
.carousel-module{
    /* background: #fff; */
    /* box-sizing: border-box; */
}
/*404 page*/
.error-404 h2{
    font-size: 16em;
    color: #0A7343;
    margin: 0;
    line-height: 1;
}
.text-error-page{
    font-size: 16px;
    line-height: 1.6;
}
.text-error-page ul{
    padding: 0 0 0 20px;
}
.search-error-page .search-heading a{
    color: #0A7343;
}
.search-error-page .search-heading{
    text-align: center;
    text-transform: none;
    font-size: 22px;
    line-height: 2.4;
    color: #000;
}
.search-error-page input[name=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
.search-error-page input[name=search]::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
.search-error-page input[name=search]:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
.search-error-page input[name=search]:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.search-error-page .input-group-addon button:hover,
.search-error-page .input-group-addon button:active,
.search-error-page .input-group-addon button:focus,
.search-error-page .input-group-addon button{
    background: #fff;
    color: #0A7343;
    padding: 8px 15px;
    border: 1px solid transparent;
}
.search-error-page .input-group-addon span{
    font-size: 24px;
}
.search-error-page input[type="text"]{
    color: #000;
    font-size: 18px;
    padding: 8px 20px;
    line-height: 1.6;
    height: auto;
}
.search-error-page .input-group-addon{
    position: absolute;
    right: 16px;
    top: 1px;
}
.category-page404{
    margin: 30px 0;
}
.category-page404 li{
    text-align: center;
    width: 16%;
}
.category-page404 .category-name{
    color: #0A7343;
    text-transform: none;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 600;
}
/*cheaper product*/
.cheaper-product{
    margin: 10px 0 0 0;
}
.cheaper-product .item-intro a{
    font-weight: 600;
    display: block;
    margin: 4px 0;
    font-size: 15px;
    text-transform: none;
    max-width: 185px;
    line-height: 1.2;
}
.cheaper-product .price-old{
    font-size: 18px;
}
.cheaper-product .price-normal,
.cheaper-product .price-new{
    font-weight: bold;
    font-size: 18px;
}
.cheaper-product button{
    /*font-size: 14px;
    line-height: 24px;*/
    /* padding: 8px; */
    display: flex;
    align-items: center;
}
.cheaper-product button:before{
    flex-shrink: 0;
    margin-right: 10px;
}
.cheaper-product .cheaper-total span{
    /* vertical-align: text-top; */
    font-size: 14px;
}
.cheaper-product .cheaper-total{
    color: #0A7343;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 10px;
}
.cheaper-product .symb{
    font-size: 54px;
    color: #8E8E8E;
    padding: 0 20px;
    font-weight: 100;
}
.cheaper-wrap.owl-carousel .owl-nav .owl-next{
    right: 10px;
    top: 39%;
}
.cheaper-wrap.owl-carousel .owl-nav .owl-prev{
    left: 10px;
    top: 39%;
}
.cheaper-product .cheaper-wrap{
    margin: 15px 0;
    border: 1px solid #ececec;
}
.cheaper-product .owl-pagination {
    text-align: center;
    top: -10px;
    right: auto;
    color: #222;
}
.cheaper-product .owl-controls .owl-page{
    border: 1px solid #006837;
}
.cheaper-product .owl-controls .owl-page.active span{
    background: #006837;
    width: 12px;
    height: 12px;
}
.cheaper-item{
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cheaper-item .symb-compare{
    
/* right: 35px; */
}
.cheaper-item .symb,
.cheaper-item>*{
    padding: 0;
    display: inline-flex;
    align-items: center;
    max-width: 410px;
}
.cheaper-item .item-photo {
    margin: 0 10px 0 0;
}
.cheaper-item img{
    max-width: 150px;
}
.cheaper-item .cheaper-total-wrap{
    text-align: center;
    flex-direction: column;
}
.cheaper-item .item-intro{
    position: relative;
    text-align: left;
}


/*cheaper product end*/
/*live search*/
.live-search {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 49px;
    background-color: #fff;
    display: none;
    max-width: 480px;
    margin: 0 auto;
}
.live-search .loading{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.live-search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.live-search ul li {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #FFF;
    min-height: 40px;
    clear: both;
}
.live-search ul li:not(:last-child){
    border-bottom: 1px solid #eeeeee;
}
.live-search ul li:hover{
    background-color: #e7e7e7;
}
.live-search ul li a{
    text-decoration: none;
    display:block;
}
.live-search ul li .product-image{
    float:left;
    margin-right:5px;
}
.live-search ul li .product-name p{
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    color:#555555;
    margin:0px;
    padding:0px;
}
.live-search ul li .product-name{
    font-weight: 500;
    float: left;
    width: 55%;
    font-size: 13px;
    text-transform: none;
    margin: 0 0 0 5px;
}
.live-search ul li .product-price {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    float: right;
    width: 25%;
}
.live-search ul li .product-price .price{
    color: #333333;
    display:block;
}
.live-search ul li .product-price .special{
    color: #FF0000;
    text-decoration: line-through;
    display:block;
}

.live-search .product-price > .special {
    margin-top: -5px;
}

.live-search .result-text{
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    background-color: #0A7343;
    width: 100%;
    padding: 4px 0;
}
.live-search .view-all-results {
    color: #fff;
}
/*live search end*/
/*popupcart ext*/

.custom_lock {
    position: relative;

}
.custom_lock::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.5;
    z-index: 100;
}
.custom_lock::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcmlwcGxlIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjYuMTM4NDciIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jMX19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgc3Ryb2tlPSIjMzM3YWI3IiBzdHJva2Utd2lkdGg9IjIiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAuMiAwIDAuOCAxIiBiZWdpbj0iLTAuNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMjguMzk3NSIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMyfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBzdHJva2U9IiM1YmMwZGUiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAgMC4yIDAuOCAxIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
    z-index: 101;
}
.checkout-custom .panel-heading{
    font-weight: 800;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
}
.checkout-custom .form-group label{
    margin-bottom: 5px;
}
.checkout-custom #custom-control{
    text-align: center;
    margin-top: 25px;
}
#shipping-new>div{
    flex: 0 0 auto;
    width: 100%;
}
#custom-customer .panel-body>div{
    flex: 0 0 auto;
    width: 48%;
}
#shipping-new{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#custom-customer .panel-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#custom-shipping-methods,
#custom-customer,
#custom-payment,
#custom-cart,
#custom-shipping{
    margin-bottom: 15px;
}
#custom-shipping-methods{display: none}
#button-custom-order{
    padding: 15px 50px;
}
#custom-payment label input{margin: -1px 10px 0 0;}
#custom-payment label:hover{color: var(--theme-color);}
#custom-payment label{
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0;
}
.checkout-custom .panel-body{
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}
.cart-block{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* justify-content: flex-start; */
    /* column-count: 2; */
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.cart-block>div:empty{display: none}
.cart-block>div{
    flex: 0 0 auto;
    /* width: 40%; */
    box-sizing: border-box;
    flex-shrink: 0;
    max-width: 50%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
    /* flex: 0 0 auto; */
    width: 100%;
    /* -webkit-column-count: 2; */
    /* column-count: 2; */
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
    /* flex-direction: column; */
    /* width: 40%; */
}
#custom-customer{order: 1;}
#custom-cart{order: 2}
#custom-payment{order: 3}
#custom-shipping{order: 4}
#custom-comment{order: 5}
.buy-one-click-popup,
.base-popup,
.cart-popup{
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 2px;
}
.cart-popup{
    max-width: 600px;
}
.base-popup,
.buy-one-click-popup{
    max-width: 320px;
}
.base-popup{
    font-size: 14px;
    color: #222;
    position: relative;
}
.base-popup a{
    color: var(--theme-color);
}
.cme-form .btn{
    margin-top: 10px;
}
.head {
    font-weight: 800;
    color: #000;
    /* margin: 0 0 6px 0; */
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    padding-right: 22px;
    margin-bottom: 15px;
}
 .buy-one-click-form .head{
    padding: 0 20px 0 0;
}
.head .close-thin {
    font-size: 40px;
    line-height: 18px;
    vertical-align: middle;
    /* float: right; */
    position: absolute;
    right: -6px;
    top: 0;
}
.head .close{
    opacity: 1.0;
    float:right;
    cursor:pointer;
    padding:5px;
    margin:2px -2px 0 0 ;
    border-radius:4px;
}

.head .close:hover{
    background:#dedede;
    -webkit-box-shadow:inset 0 1px 1px #777, inset 0 -1px 1px #fff;
    box-shadow:inset 0 1px 1px #777, inset 0 -1px 1px #fff;;
}
.close-thin:hover:after {
    color: #0A7343;
}
.close-thin:after {
    content: '×';
    cursor: pointer;
}
 .popupcart_info {
    /* max-height: 370px; */
    /* min-height: 60px; */
    /* margin-bottom: 5px; */
    /* overflow-y: auto; */
    /* min-width: 600px; */
    font-size: 14px;
}
.popupcart_info .button{
    margin: 8px 15px;
}
 .popupcart_info .product-list>div{
     
display: flex;
     
align-items: center;
     
flex-direction: row;
     
flex-wrap: nowrap;
     
justify-content: space-between;
     
border-bottom: 1px solid #c4c4c44a;
     
padding: 8px 0;
     
position: relative;
 }
 .popupcart_info .popupcart_total{
     text-align: right;
     font-weight: 800;
     color: #222;
     font-size: 15px;
     margin: 10px 0 25px 0;
 }
 .popupcart_info .name {

width: 50%;

flex: 0 0 auto;

line-height: 1.3;

}
 .popupcart_info .image {

width: 10%;

flex: 0 0 auto;
}

 .popupcart_info .image img {
    width: 100%;
}

 .popupcart_info .quantity {
    width:96px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    flex: 0 0 auto;
}
 .popupcart_info input[type='text'] {
    text-align: center;
    border: 1px solid rgb(196 196 196 / 47%);
    margin: 0 7px;
    width: 33px;
    padding: 8px 2px;
    border-radius: 2px;
}

 .popupcart_info .update {
    display: inline-block;
    color: #222;
    font-size: 24px;
    cursor: pointer;
}
.popupcart_info .update.disabled{
    color: #ccc;
    pointer-events: none;
}
 .popupcart_info .total,
 .popupcart_info .price {
    /* width:100px; */
    text-align: right;
    width: 15%;
    flex: 0 0 auto;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}

 .popupcart_info .remove {
    /* width:2px; */
    /* min-width:0px; */
    /* padding:0 4px 0 0; */
    text-align: center;
    width: 3%;
    flex: 0 0 auto;
    min-width: 20px;
}

 .popupcart_info .remove img{
    cursor:pointer;
}
.popupcart_info .continue {
    text-decoration:none;
    border-bottom:dashed 1px;
    display:block;
    float:left;
    margin-top:5px;
    line-height:normal;
}
 .popupcart_info .empty {
    padding-top:15px;
    font-weight:700;
    text-align:center;
}
/*popupcart ext end*/
.fa-heart:before, .fa-balance-scale:before,.fa-search:before,.fa-phone:before {
    display: none;
}
.fa-heart {
    width: 28px;
    height: 25px;
    background: url("/image/icons/heart.svg") 50% 50% no-repeat;
    display: inline-block;
    /*background-size: 17px auto;*/
}
.fa-balance-scale {
    width: 29px;
    height: 25px;
    background: url("/image/icons/scale.svg") 50% 50% no-repeat;
    /*background-size: 17px auto;*/
    display: inline-block;
}
.icon-shopping-cart {
    width: 27px;
    height: 26px;
    background: url("/image/icons/cart.svg") 50% 50% no-repeat;
    display: inline-block;
}
.fa-search {
    width: 23px;
    height: 23px;
    background: url("/image/icons/zoom.png") 50% 50% no-repeat;
}
.fa-phone {
    width: 25px;
    height: 25px;
    background: url("/image/icons/phone.svg") 50% 50% no-repeat;
}

.error-404 .main-categories {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
}
.error-404 .main-categories .menu {
    margin: 10px 0;
    border: 1px solid #eee;
    border-color: #fff #fff #fff #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}
.error-404 .main-categories .menu:first-child {
    border-left: none;
}
.error-404 .main-categories .menu .image img {
    max-width: 135px;
    max-height: 80px;
    width: 135px;
    height: 80px;
}
.error-404 .main-categories .menu .h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
    font-family: Roboto,sans-serif;
}
.error-404 .main-categories .menu .h3 a {
    padding-top: 10px;
    display: block;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1264px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .navbar-full .callme {
        padding-top: 25px;
    }
    .callme > *:not(.fa) {
        display: none;
    }
    .callme:hover .phone-wrap,  .callme.phone-open .phone-wrap {
        height: auto;
        position: absolute;
        margin: 0;
    }
    .callme:hover .callme_viewform,  .callme.phone-open .callme_viewform {
        display: block;
        position: absolute;
        top: 0;
        background: #fff;
        width: auto;
    }
}
@media screen and (max-width: 1399px) and (min-width: 1025px){
    .container {
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-layout.product-grid .action-secondary {
        font-size: 14px;
    }
}


.category-tags {
    background: #fff;
    margin: 30px auto !important;
    padding: 15px 5px 5px 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    width: calc(100% - 25px);
}
.category-tags .heading-title::before {
    display: none;
}
.category-tags .heading-title {
    width: fit-content;
    font-weight: 500 !important;
    text-align: left;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 20px;
    color: #0A7343;
    padding-bottom: 0;
}
.category-tags .html-text {
    margin-bottom: 25px;
}
.category-tags ul {
    display: flex;
    grid-template-rows: auto auto;
    justify-content: left;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.category-tags li a {
    background: #eee;
    padding: 5px 15px;
    font-size: 14px;
}
.category-tags #column-right {
    width: 100%;
    padding: 0 !important;
}
#faq {
    margin: 20px 0 25px 0;
}
@media (max-width: 767px) {
    .category-tags {
        width: calc(100% - 25px);
    }
    .category-tags ul {
        margin: 0 !important;
        gap: 15px 5px;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .category-tags ul li {
        width: calc(50% - 5px) !important;
        display: flex;
        text-align: center;
    }
    .category-tags li a {
        padding: 5px;
        width: 100%;
        height: 100%;
        font-size: 15px !important;
        align-content: center;
    }
}
