@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
header {
    background: #00000080;
}
header.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.logo a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.header_top {
    padding: 10px 0;
    border-bottom: 0.1px solid #616161;
}
.header_top p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}
.contac_number a {
    color: #fff;
    display: block;
    text-decoration: underline;
    font-size: 19px;
    text-align: right;
}
.contac_number a i{
    margin-right: 10px;
}
nav.navbar .navbar-nav a{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
nav.navbar .dropdown .dropdown-menu a{
    color: #333;
}

.bg-dark {
    background-color: transparent !important;
}
.carousel-item:before {
    content: '';
    background: #00000078;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
.home_slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.carousel-caption {
    z-index: 3;
    bottom: 150px;
    max-width: 1110px;
    margin: 0 auto;
}
.section_offset {
    padding: 80px 0 0 0;
}
.card-img-top {
    height: 200px;
    object-fit: contain;
    object-position: right;
}
.catalog {
    padding-bottom: 80px;
}
.catalog .card{
    width: 100%;
}
.title_section {
    margin-bottom: 50px;
    border-left: 4px dotted #155724;
    padding-left: 9px;
    line-height: 40px !important;
}
.btn_les {
    display: inline-block;
    background: #155724;
    font-size: 15px;
    padding: 10px 20px;
    color: #fff;
}
.btn_les:hover {
    color: #fff;
    opacity: 0.9;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 2px solid rgb(21 88 36);
}
.card .btn_les {
    border: 1px solid transparent;
    transition: all 0.2s linear;
    display: block;
    text-align: center;
    font-size: 15px;
}
.card .btn_les:hover {
    border: 1px solid #fff;
}
.call_action:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000007a;
    position: absolute;
    top: 0;
}

.call_action {
    background: url(../img/bgform.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
}

.wrap_form {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.wrap_form input.btn.d-block {
    width: 100%;
}
.card{
    transition: all 0.3s linear;
}
.card:hover {
    box-shadow: 1px 1px 20px 6px #15572482;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li i {
    padding: 10px 20px;
    display: block;
    background: #155824;
    border-radius: 5px;
    color: #fff;
}
footer ul li {
    margin-bottom: 20px;
    display: flex;
    font-size: 18px;
    align-items: center;
}

footer ul li i {
    padding: 10px;
    background: #155824;
    border-radius: 5px;
    color: #fff;
    margin-right: 12px;
}
footer ul li a {
    color: #000;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.footer_down {
    font-size: 12px;
    background: #343a41;
    padding: 20px 0;
    color: #fff;
}
.footer_down p{
    text-align: right;
    margin-bottom: 0;
}
.footer_down a{
    color: #fff;
    text-decoration: underline;
}
main{
    margin-top: 100px;
}
.single-post h1.title_section {
    font-size: 25px;
    word-break: break-word;
}
p#breadcrumbs a {
    color: #155824;
}
h5.card-title {
    font-size: 17px;
}
a {
    color: #155824;
    text-decoration: none;
}
a:hover{
    color:#155824;
    text-decoration: underline;
}
.catalog-category .card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: center;
}
ul.sidebar {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #155824;
    border-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.sidebar li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 10px;
}
ul.sidebar li.active>a {
    background: #155824;
    color: #fff;
}
.img_product #big img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
div#thumbs img {
    height: 82px;
    width: 100%;
    object-fit: cover;
}
#thumbs .item { background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    background: #155824;
    width: 33px;
    line-height: 1.6;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 20px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
}
#big.owl-theme .owl-prev { left: 0px; }
#big.owl-theme .owl-next { right: 0px; }

.tree_item {
    color: #000;
    padding: 10px;
}

.tree_item:nth-child(even) {
    background: #343a42;
    color: #fff;
}
.tree_info {
    border: 1px solid #343a42;
    margin-bottom: 20px;
}
.catalog-category .title_section {
    font-size: 36px;
    margin-bottom: 20px;
}
a.card {
    text-decoration: none !important;
}

a.card h6.card-title {
    color: #000;
    text-decoration: none !important;
}
.cat_img{
    object-fit: cover;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.d-block {
    background: #145924;
    color: #fff;
    padding: 14px;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 19px;
}
ul.sidebar li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 10px;
    color: #145924;
}
button{
border: none !important;
}
span.price {
    position: absolute;
    display: inline-block;
    background: #155824;
    padding: 5px;
    color: #fff;
}
a.card {
    text-decoration: none !important;
    height: 100%;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
i.bi.bi-caret-right {
    display: none;
}
i.bi.bi-caret-right.transgo {
    transform: rotate(90deg);
    display: block;
    /* position: absolute; */
    right: 0;
    float: right;
}
ul.sidebar li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid;
    padding: 10px;
    color: #343a41;
    padding-right: 20px;
}
a.parent-category:hover {
    background: #343a41;
    color: #fff;
}
ul.child-categories li a {
    padding-left: 29px;
    font-size: 15px;
    text-transform: capitalize;
}
ul.child-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #e8e8e8;
}
li.activer_childe_catgery a {
    background: #155824;
    color: #fff !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
a.card {
    color: #333 !important;
}
button.catalog_btn.btn_les.btn.w-100.mb-4.d-lg-none.d-flex {
    background: #155824;
    color: #fff;
}
.carousel-item a {
    max-width: 200px;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #145924 !important;
}
nav.navbar .dropdown .dropdown-menu li.active a {
    color: #fff !important;
    background: #145924;
}
.content_page a, .content_page p a, .content_page a:hover, .content_page p a:hover {
    color: #145924;
}
.content_page ul, .content_page ol{
    margin: 0;
    padding-left: 15px;
}
@media only screen and (min-device-width: 992px){
nav.navbar .dropdown:hover > .dropdown-menu {
 display: block; 
 top: 34px;
}
a.btn_les {
    width: 100%;
    text-align: center;
}
}
@media only screen and (max-device-width: 992px){
    nav.navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

.logo a {
    text-align: center;
    margin-bottom: 10px;
}
.header_top p {
    text-align: center;
    margin-bottom: 13px;
}
.contac_number a {
    text-align: center;
}
.carousel-caption p {
    display: none;
}
.carousel-caption h1 {
    text-align: center;
    font-size: 29px;
}
header.fixed {
    position: absolute;
}
nav.fixed {
    position: fixed;
    background: #000000c7 !important;
    width: 100%;
    top: 0;
    z-index: 999;
}
.carousel-caption h2 {
    text-align: center;
    font-size: 27px;
}

.wrap_form {
    padding: 20px;
}
footer {
    padding-top: 40px;
}
.logo_m {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}
.logo {
    display: none;
}
main {
    margin-top: 147px;
}
.catalog img.card-img-top.cat_img, .catalog-category img.card-img-top.cat_img {
    width: 208px;
    margin-left: auto;
    height: auto;
}
.sidebar{
    height: 0;
    display: none;
    transition: all height 0.3s linear;
}
ul.sidebar.show_sidebar {
    display: block;
    margin-bottom: 50px;
    height: auto;
}
}
@media(max-width: 767px){
.footer_down a, .footer_down p {
    display: block;
    text-align: center;
    width: 100% !important;
    margin-bottom: 10px;
}
footer ul li, footer ul li a {
    font-size: 14px;
}
.wrap_form h2 {
    font-size: 25px;
    text-align: center;
}
.wrap_form>p {
    font-size: 14px;
    text-align: center;
}
.card-img-top {
    height: 150px;
    object-fit: contain;
    object-position: right;
}
main {
    margin-top: 180px;
}

ul.sidebar.show_sidebar {
    display: block;
    margin-bottom: 50px;
    height: auto;
}
.catalog_btn{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1;
    align-items: center;
}
.catalog_btn i{
    font-size: 25px;
}
.logo_m {
    color: #fff;
    text-transform: uppercase;
}
}
@media(max-width: 576px){
.title_section{
    font-size: 25px;
}
}