.listing-products .products-item::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border: none;
border-radius: 3px;
will-change: border-color;
}
.listing-products .products-item {
transition: All 0.5s ease-in-out;
padding: 0rem 0.4rem 0.4rem;
}
.listing-products .products-item::after, .listing-products .products-item:focus::after {
transition: All 0.3s ease-in-out;
}
.listing-products .products-item:hover::after, .listing-products .products-item:focus::after {
border: none;
box-shadow: 0px 0px 20px #eee;
border-radius: 5px;
}
.image{
opacity:1;
transition: .5s ease;
display: block;
margin-left: auto;
margin-right: auto;
height: 400px;
padding-top: 0px;
padding-bottom: 0px;
}
.image-shadowbox{
border-radius: 5px;
}
.image-shadowbox:hover .image{
opacity:0.5;
}
.listing-products .products .row .column {
text-align: center;
}
.listing-products .products-item h4 {
padding-top: 10px;
font-size: 1.0rem;
font-weight: 500;
}
.c-pagination ul a:hover, .c-pagination ul a:focus, .c-pagination ul a.active, .c-pagination ul span:hover, .c-pagination ul span:focus, .c-pagination ul span.active {
box-shadow: 2px 2px 10px 0px rgba(23, 37, 54, 0.2);
}
.c-pagination {
display: block;
margin-left: auto;
margin-right: auto;
width: 0;
}
.listing-products .description p {
font-weight: 200;
}
.container .row picture img {
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}
@media (min-width: 992px) {
.col-lg-9 {
align-content: center;
}
}
.container .row .col-lg-9 p {
display: inline-flex;
flex-wrap: wrap;
align-content: normal;
}
.section .product-tables {
background-color: rgba(255, 255, 255, 0);
padding-top: 0rem;
padding-bottom: 20px;
}
.section .product-tables table thead th {
background-color: rgb(226, 202, 126);
}
.section .product-tables .c-button--primary {
background-color: rgb(226, 202, 126);
}
@media (min-width: 1620px) {
.container {
max-width: 1300px;
}
}
.c-page-header::before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 190%);
}
// tiene
.c-box:hover, .c-box:focus {
filter: drop-shadow(7px 7px 7px rgba(23, 37, 54, 0.2)) !important;
}
.contact-section__item .map-wrapper img {
box-shadow: 5px 5px 7px 0 rgba(23, 37, 54, 0.2);
}
.contact-section__item .box {
box-shadow: 5px 5px 7px 0px rgba(23, 37, 54, 0.2);
}
// tabulky v produktoch
.product-tables table tbody td {
border-bottom: none !important;
}
.product-tables table tbody tr td {
border-left: none !important;
border-right: none !important;
border-bottom: 1px solid #ccc;
padding-left: 45px;
}
.product-tables table tbody tr td strong {
font-weight: 600;
}
.product-tables .row .column {
padding-left: 0px;
padding-right: 0px;
}
//menu
.main-header {
}
.sticky {
transition: all 400ms ease;
border-bottom: #dc4055 2px solid;
position: fixed !important;
top: 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
//background-color: #273e5f;
background: linear-gradient(109deg, #143256 4.15%, #12689D 46.36%, #12689D 52.49%, #143256 96.51%);
//border-bottom-left-radius: 20px;
//border-bottom-right-radius: 20px;
padding-top: 40px;
padding-bottom: 20px;
.nav-dropdown{
//line-height: 30px;
}
.c-languages{
//line-height: 30px;
}
ul li a{
color: #6E7982;
}
.nav-dropdown ul li:hover a{
color: #172536;
}
.main-header .nav-dropdown ul a {
color: #172536;
}
}