Files
vij/pub/css/pets.css

228 lines
3.1 KiB
CSS

.vij-header{
display: flex;
align-items: center;
justify-content: center;
gap: 10%;
max-width: 100%;
padding-right: 8px;
}
.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;
}
.header-pets{
background-color: #000;
display: flex;
align-items: center;
gap: 1%;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
margin-right: 0 12px 0 0;
width: 100%;
height: 100px;
}
#petslogo{
max-width: 200px;
left: 0;
top: 0;
margin: 0 0 0 22px;
padding: 0;
}
.pets-dog{
width: 163px;
height: 125px;
flex-shrink: 0;
background: url('/wp-content/themes/vij/pub/images/dog-cat.png'), transparent 50% / cover no-repeat;
margin-top: -24px;
}
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;
}
.header-icons-pets{
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
}
.header-icons-pets li{
width: 20px;
height: 20px;
margin-left: 6px;
cursor: pointer;
}
.btn-search-pets{
background: url(/wp-content/themes/vij/pub/icons/lupa-pets.svg) no-repeat;
width: 19px;
height: 19px;
}
.btn-rss-pets{
background: url(/wp-content/themes/vij/pub/icons/rss-pets-1.svg) no-repeat;
width: 15px;
height: 15px;
}
.header-social-pets{
display: flex;
align-items: center;
padding: 5px;
gap: 40px;
}
.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;
}
.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;
}
}