@charset "UTF-8";
/*
Theme Name: Укрветпостач | vetsnab
Theme URI: https://vetsnab.com.ua/
Author: vetsnab
Author URI: https://vetsnab.com.ua/
Description: Укрветпостач - ветеринарные препараты.
Version: 1.0
Text Domain: vetsnab
Tags: vetsnab
*/
/*default*/
* {
	padding:0;
	margin:0;
	outline:0;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:1rem;
	margin-bottom: 103px;
}

/*for WP default*/
.wrap {
  width: 100%;
  margin: 0 auto;
}

.content-area {
  display: inline-block;
}

.content-thin {
    width: 73%;
}
.content-full-width {
    width: 100%;
}
.content-area,
.primary-sidebar {
  /* display: inline-block; */
  float:left;
}
.primary-sidebar {
  width: 27%;
  padding: 1%;
  vertical-align: top;
  border-left:1px solid #eee
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

.article-full {
  width: 99%;
  padding: 1%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
  padding-top: 15px;
}

@media screen and (max-width: 800px) {
  .article-loop {
    width: 99%;
 }
}
@media screen and (max-width: 400px) {
  .content-area,
  .primary-sidebar {
    width: 100%;
  }
}
/*--end wp def*/
:focus,
button:focus,
input:focus,
.form-control:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.form-control:focus {
	border-color:#999!important
}
/*option*/
.btn-outline-info {
    color: #556692;
    border-color: #556692;
}
.btn-outline-info:hover {
    background: #556692;
    border-color: #556692;
}
.selectric,
.selectric-items {
	background:#fff;
}
.selectric-items li:hover {
	background:#f1f1f1;
}

::-webkit-scrollbar {
    width: 10px;
    height:5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #666; 
	border-radius:0;
}
::-webkit-scrollbar-thumb:hover {
    background: #999; 
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.5)!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,.5)!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,.5)!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,.5)!important;
}

header {
    position: relative;
}
header a {
    z-index: 1
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center
}
header .cont {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
/*content*/
.content {
	min-height: 100%;
}
h3.title,
.content .benefit p,
.title-h3 {
    text-align: center;
    margin:20px auto
}
h3.title:after,
.title-h3:after {
    content: "";
    border-bottom: 3px solid #f38f40;
    display: flex;
    width: 160px;
    text-align: center;
    margin:25px auto 0;
}
footer {
	position: absolute;
	bottom:0;
	width: 100%;
	text-align:center;
	color:#fff;
    font-weight: 300;
}
footer div.row {
    justify-content: center;
}

/*media menu*/
@media (max-width: 767px) {
    header {
		position:relative;
		max-height:100%;
		width:100%
	}
    header #navbarNavDropdown {
        z-index:99;
    }
    .navbar-collapse .nav-item {
        margin-left: 0!important;
        padding: 3px 10px;
    }
    header .cont h2 {
        font-size: 60px!important
    }
}
@media (max-width: 575px) {
    .bg-cust .navbar-toggler {
    	z-index:2;
    }
	.navbar-collapse {
        border-top:2px solid #fff;
		top:0;
		left:0;
		width:100%;
		z-index:0;
        transition: all .8s ease-in-out;
	}
	.navbar-nav {
		height:100%;
        justify-content:flex-start;
	}
    header .cont h2 {
        font-size: 50px!important
    }
}
@media (max-width: 574px) {
    header .cont h2 {
        font-size: 40px!important
    }
    header .cont p {
        font-size: 20px!important
    }
} 
/*end default
-----------------------------------*/