Files
vij/pub/css/pets.css

237 lines
3.2 KiB
CSS
Raw Normal View History

2023-12-23 21:37:22 +03:00
.vij-header{
display: flex;
align-items: center;
justify-content: center;
gap: 10%;
max-width: 100%;
2023-12-29 22:57:25 +03:00
padding: 4px 8px 0 2px;
}
.vij-logo-special{
width: 81px;
height: 40px;
2023-12-23 21:37:22 +03:00
}
.vij-promo{
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
}
#mainbanner{
padding: 0;
}
.menu-main-pets-header{
display: inline-flex;
align-items: flex-start;
gap: 39px;
}
.menu-main-pets-header li {
font-size: .8em;
}
.vij-promo-pets{
color: #3F3F3F;
font-size: .8em;
font-style: normal;
font-weight: 400;
line-height: normal;
}
2023-12-22 22:28:05 +03:00
.header-pets{
background-color: #000;
display: flex;
align-items: center;
2023-12-29 22:57:25 +03:00
gap: 2%;
2023-12-22 22:28:05 +03:00
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
2023-12-29 22:57:25 +03:00
margin: 12px 12px 0 0;
2023-12-22 22:28:05 +03:00
width: 100%;
height: 100px;
}
2023-12-29 22:57:25 +03:00
.youtube-vij{
margin-left: 12px;
}
2023-12-22 22:28:05 +03:00
#petslogo{
max-width: 200px;
left: 0;
top: 0;
margin: 0 0 0 22px;
padding: 0;
}
.pets-dog{
width: 163px;
height: 125px;
flex-shrink: 0;
2023-12-23 21:37:22 +03:00
background: url('/wp-content/themes/vij/pub/images/dog-cat.png'), transparent 50% / cover no-repeat;
2023-12-22 22:28:05 +03:00
margin-top: -24px;
}
2023-12-23 21:37:22 +03:00
2023-12-22 22:28:05 +03:00
ul.menu_main_pets{
display: flex;
padding: 5px;
}
ul.menu_main_pets li{
margin: 5px;
padding: 15px;
font-weight: bold;
font-size: 15px;
}
ul.menu_main_pets li a{
color: #FFF;
}
ul.menu_main_pets li a:hover{
color: #FFF;
}
.head-tel-pets a{
color: #FFF;
}
.head-mail-pets a{
color: #F57825;
}
2023-12-23 21:37:22 +03:00
.header-icons-pets{
display: flex;
align-items: center;
justify-content: center;
2023-12-29 22:57:25 +03:00
gap: 20px;
2023-12-23 21:37:22 +03:00
}
.header-icons-pets li{
width: 20px;
height: 20px;
margin-left: 6px;
cursor: pointer;
}
2023-12-22 22:28:05 +03:00
.btn-search-pets{
background: url(/wp-content/themes/vij/pub/icons/lupa-pets.svg) no-repeat;
2023-12-23 21:37:22 +03:00
width: 19px;
height: 19px;
2023-12-22 22:28:05 +03:00
}
.btn-rss-pets{
2023-12-23 21:37:22 +03:00
background: url(/wp-content/themes/vij/pub/icons/rss-pets-1.svg) no-repeat;
width: 15px;
height: 15px;
2023-12-22 22:28:05 +03:00
}
.header-social-pets{
display: flex;
align-items: center;
padding: 5px;
2023-12-29 22:57:25 +03:00
gap: 20px;
2023-12-22 22:28:05 +03:00
}
.footer-info-pets{
display: flex;
margin-bottom: 8px;
border-top: 1px solid #D5D5D6;
border-bottom: 1px solid #D5D5D6;
margin-bottom: 28px;
padding-top: 28px;
padding-bottom: 28px;
padding-left: 12px;
align-items: center;
justify-content: center;
gap: 60px;
}
.footer-mail a{
color: #F57825;
}
.socials-footer-pets{
display: inline-flex;
align-items: flex-start;
gap: 40px;
}
2023-12-23 21:37:22 +03:00
.footer-qrs-pets{
display: inline-flex;
align-items: flex-start;
gap: 25px;
}
.footer-qrs-pets img{
width: 80px;
height: 80px;
}
.footer-qrs-pets p{
font-size: .6em;
font-style: normal;
line-height: normal;
color: #3F3F3F;
}
@media (max-width: 767px) {
.toggle-nav-pets {
background: url(/wp-content/themes/vij/pub/icons/gumburger.svg) no-repeat;
width: 20px;
height: 20px;
}
.menu-main-pets-header{
display: none;
}
.header-social-pets{
display: none;
}
#header-contact-pets{
display: none;
}
.header-icons-pets{
display: none;
}
.header-pets{
max-width: 100%;
gap: 4%;
}
.footer-qr-pets{
display: none;
}
#pere{
display: none;
}
.socials-footer-pets{
gap: 12px;
}
}
2023-12-22 22:28:05 +03:00