/*
 Theme Name:   Geotekstil
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Template:     understrap
*/

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

@font-face {
    font-family: Bankir-Retro;
    src: url(include/Bankir_Retro.ttf);

}


A {
    color: black;
}
A:visited {
    color: black;
}
A:active {
    color: black;
}

a:hover {
    color: #797979 !important; /* Цвет ссылки при наведении на нее курсора мыши */
    text-decoration: underline; /* Добавляем подчеркивание */
}

h2 {
    font-family: Bankir-Retro, 'Bankir-Retro', cursive;

}

h3{
    font-family: Bankir-Retro, 'Bankir-Retro', cursive;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

h6{
    text-align: center!important;
}
div.card{
    background-color: #c9c9c9;;
}


header.entry-header{
    text-align: center;
}

#promo {
    text-align: center;
}
#promo h1 {

    font-family: Bankir-Retro, 'Bankir-Retro', cursive;
}
#promo p {
    margin-bottom: 0px!important;
}
div.jumbotron {
    height: auto!important;
    width: auto!important;
    padding: 0px!important;
}

@media (min-width: 320px) {
    #promo p {
        font-size: calc(1.25rem + 1vw)!important;
    }

    #promo h1 {
        font-size: calc(1.25rem + 6vw)!important;
    }
}

@media (min-width: 960px) {
    #promo p { font-size: 1.5rem!important;}
    #promo h1 { font-size: 3.5rem!important;}
}



@media (min-width: 576px) {
    .img.wp-post-image {

        max-width: 190px;
        float: right;
        padding-right: 5px;
    }
}

#left-sidebar{
    padding-left: 30px;
    padding-right: 30px;
}

/*
Woocommerce
*/
p.description{


}

div.wcpt-cart-widget
{
    display: none;
}
ul.product-categories{
    font-size: 16px;
    font-weight: bold;

}

ul.custom-attributes{
    padding-top: 10px;
}
li.product-category.product.first {

    margin-bottom: 0px;
}
span.price{
    display: none!important;
}
mark.count{
    display: none;
}
div.woocommerce_msrp{
    margin-bottom: 20px;
    font-size: 20px;
}

h2.woocommerce-loop-product__title {

    font-size: 19px!important;
    color:black;

    min-height: 100px;
}
span.woocommerce-Price-amount.amount{
    color: red;
    font-weight: bold;
    font-size: 20px;
}
div.woocommerce-tabs.wc-tabs-wrapper{
    display: none;
}



/*блок таблицы*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: #7e8d9e!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #ffffff!important;
}


/*блок телефоны*/

.highlight-blue {
    color: #fff;
    background-color: #555f6e;
    padding: 20px 0;
}
.highlight-blue p {
    color: #c4d5ef;
    line-height: 1.5;
}
.highlight-blue h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}
.highlight-blue .intro {
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto 25px;
}

a.wpmenucart-contents.empty-wpmenucart-visible{
    color: white;
}
a.wpmenucart-contents{
    color: white;
}

nav.woocommerce-breadcrumb{
    font-size: 17px!important;
    color: #17a2b8!important;
    font-weight: bold;
}


/*footer*/

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;

}
.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}
.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}
.footer-dark ul a:hover {
    opacity: 0.8;
}
@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}
.footer-dark .item.text {
    margin-bottom: 36px;
}
@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}
.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}
.footer-dark .item.social {
    text-align: center;
}
@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

