@font-face {
  font-family: 'RobotoFlex';
  src: local("RobotoFlex"), url(/local/templates/shop_agrotambov/fonts/RobotoFlex.ttf); }
body {
  margin: 0 auto;
  font-family: RobotoFlex; }

h3, h2, h1 {
  font-weight: 700; }

.content {
  padding: 20px 0px 0px 0px; }
  .content_pageTitle {
    text-align: center;
    border-bottom: 1px solid var(--bordercolor);
    box-shadow: var(--shadow-box);
    margin-bottom: 40px; }

.catalog-description-brand {
  border: 1px solid var(--bordercolor);
  border-radius: var(--radius);
  box-shadow: var(--shadow-box);
  background-color: var(--backcolor);
  padding: 20px 20px 0px 20px; }
  .catalog-description-brand div.col-2 {
	text-align: center;
  }
  .catalog-description-brand-text {
    text-align: justify;
    font-size: 14px; }
    .catalog-description-brand-text a {
      font-size: 16px;
      color: #3caa3c;
      text-decoration: none;
      border: 1px solid #3caa3c;
      padding: 5px 10px;
      border-radius: 3px;
      margin: 15px 0px;
      display: inline-block;
      float: right;
      transition: 0.5s; }
	.catalog-description-brand-text a::before {
	  content: url("");
	  display: inline-block;
	  width: 15px;
	  height: 15px;
	  margin-right: 5px; }
    .catalog-description-brand-text a:hover {
      background: #3caa3c;
      color: #FFFFFF; }
    .catalog-description-brand-text svg {
      margin: 0px 8px 3px 0px; }

.strainer a {
  color: var(--color4);
  margin-right: 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s; }
  .strainer a:hover {
    color: #fff;
    border: 1px solid var(--color4);
    background: var(--color4);
    padding: 7px;
    border-radius: 3px;
    box-shadow: var(--shadow-box); }

.coupon-alert {
  display: none;
  color: var(--color4); }

.top_info {
  text-align: center;
  padding: 10px; }
  .top_info_phone {
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
    padding-top: 10px; }
    .top_info_phone a {
      text-decoration: none; }
  .top_info_status a {
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s; }
    .top_info_status a:hover {
      box-shadow: var(--shadow-box);
      border: 1px solid var(--bordercolor);
      padding: 10px;
      border-radius: 3px; }
  .top_info_login {
    font-size: 18px;
    text-align: right; }
    .top_info_login a {
      text-decoration: none;
      transition: 0.5s; }
      .top_info_login a:hover {
        border: 1px solid var(--bordercolor);
        padding: 10px;
        border-radius: 3px;
        box-shadow: var(--shadow-box); }

.search {
  margin: 0 auto;
  padding: 5px 15px; }
  .search_logo img {
    width: 80%; }
  .search_catalog {
    text-decoration: none;
    font-size: 18px;
    transition: 0.5s;
    padding: 10px;
    border-radius: 3px;
    background: var(--color4);
    color: #fff; }
    .search_catalog:hover {
      color: #fff; }
  .search_form {
    height: 40px;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #b32825;
    border-radius: 3px; }
  .search form {
    justify-content: space-between;
    display: flex; }
  .search button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .search_shop_button {
    position: relative;
    width: 50px;
    margin: 0 auto; }
    .search_shop_button span {
      position: absolute;
      bottom: 11px;
      background: var(--color4);
      border: 2px solid #efefef;
      border-radius: 50%;
      padding: 0px 6px;
      right: -2px;
      font-size: 12px;
      color: #fff;
      font-weight: 700; }
  .search_favorit {
    text-align: center;
    padding-top: 10px; }
    .search_favorit_link {
      font-size: 14px;
      text-decoration: none; }
  .search_cart {
    text-align: center;
    padding-top: 10px; }
    .search_cart_link {
      font-size: 14px;
      text-decoration: none; }

input#title-search-input:focus-visible {
  outline: none; }

.dropdown {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px; }

.menuSeason-item {
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  border: 1px solid var(--bordercolor);
  border-radius: var(--radius);
  background-color: var(--backcolor);
  transition: 0.5s; }
  .menuSeason-item:hover {
    box-shadow: var(--shadow-box); }
.menuSeason-item-catalog {
  height: 200px;
  border: 1px solid var(--bordercolor);
  border-radius: var(--radius);
  box-shadow: var(--shadow-box); }
.menuSeason-item-background1 {
  background-image: url("/local/templates/shop_agrotambov/img/Bellota.png"); }
.menuSeason-item-background2 {
  background-image: url("/local/templates/shop_agrotambov/img/Kinze.png"); }
.menuSeason-item-background3 {
  background-image: url("/local/templates/shop_agrotambov/img/kirovec.png"); }
.menuSeason a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  color: var(--color4); }

.menuContent {
  text-align: end;
  font-size: 18px;
  font-weight: bold; }
  .menuContent_item {
    border: 1px solid #ccc;
    height: 290px;
    border-radius: 5px; }

.advantages_itemBig {
  position: relative;
  height: 320px;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 8px 10px 0px;
  box-shadow: var(--shadow-box);
  background: url(/local/templates/shop_agrotambov/img/1.png) no-repeat bottom var(--backcolor); }
.advantages_itemSmall {
  position: relative;
  height: 150px;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0px;
  box-shadow: var(--shadow-box); }
.advantages_background1 {
  background: url(/local/templates/shop_agrotambov/img/2.png) no-repeat right var(--backcolor);
  background-position-x: 90%; }
.advantages_background2 {
  background: url(/local/templates/shop_agrotambov/img/3.png) no-repeat right var(--backcolor);
  background-position-x: 90%; }
.advantages_background3 {
  background: url(/local/templates/shop_agrotambov/img/4.png) no-repeat right var(--backcolor);
  background-position-x: 90%; }
.advantages_background4 {
  background: url(/local/templates/shop_agrotambov/img/5.png) no-repeat right var(--backcolor);
  background-position-x: 90%; }
.advantages_des {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  background: #ffffffeb;
  padding: 10px;
  border-radius: 5px 0px 0px 0px; }
.advantages_title {
  padding-left: 40px;
  display: inline-block;
  font-size: 24px;
  color: var(--color3);
  width: 100%; }

.guide {
  background: #efefef;
  text-align: center;
  border-radius: 3px;
  box-shadow: var(--shadow-box);
  margin: 20px 0px; }
  .guide_barcode img {
    width: 50%;
    padding: 10px; }
  .guide_title {
    padding: 28px; }
    .guide_title a {
      color: #242424;
      font-weight: bold;
      text-decoration: none;
      font-size: 28px;
      transition: 0.5s; }
  .guide_arrow {
    #background: url(../shop_agrotambov/img/str.png) no-repeat 47% 49%;
    position: relative; }

.map {
  background: #efefef; }
  .map #nav-branch-tab {
    font-size: 24px;
    color: #242424;
    font-weight: 700; }

.tab-panel-map {
  background: url(/local/templates/shop_agrotambov/img/maphone.png) no-repeat bottom;
  background-size: contain; }
.tab-panel-address {
  border-radius: 3px;
  padding: 10px;
  border-bottom: 1px solid var(--bordercolor);
  margin: 5px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  font-size: 20px; }
  .tab-panel-address:hover {
    box-shadow: var(--shadow-box);
    background: var(--color4);
    color: #FFFFFF;
    font-weight: 700; }
.tab-panel p {
  margin: 0;
  font-size: 14px; }

.footer {
  background: #efefef;
  padding: 30px 30px 70px 30px; }
  .footer h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }
  .footer p {
    margin: 7px;
    font-size: 14px; }
  .footer a {
    text-decoration: none; }

.bxmaker-authuserphone-enter,
.bxmaker-authuserphone-simple {
  margin: 0 auto;
  display: block; }

body .bxmaker-authuserphone-button:focus {
  outline: none; }

body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
  background-color: var(--colorbtn1); }

body .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
  background-color: var(--colorbtn2); }

body .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
body .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
body .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field {
  border-color: var(--colorbtn2); }

body .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field {
  border-color: var(--colorbtn2); }

body .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
body .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,
body .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field {
  border-color: var(--colorbtn2); }

body .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
body .bxmaker-authuserphone-input-code--hover .bxmaker-authuserphone-input-code__field,
body .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field {
  border-color: var(--colorbtn2); }

body a.bxmaker-authuserphone-link,
body a.bxmaker-authuserphone-link:visited {
  color: var(--colorbtn1); }

body a.bxmaker-authuserphone-link:active,
body a.bxmaker-authuserphone-link:hover {
  color: var(--colorbtn2); }

body .bxmaker-authuserphone-input-phone__validation,
body .bxmaker-authuserphone-message--error {
  color: var(--colorbtn1); }

.contact-item {
  border: 1px solid var(--bordercolor);
  border-radius: var(--radius);
  box-shadow: var(--shadow-box);
  background-color: var(--backcolor);
  padding: 20px;
  height: 100%; }

.tab-content {
  border: 1px solid var(--bordercolor);
  border-radius: var(--radius);
  box-shadow: var(--shadow-box); }

.link_to_card_dn, .add_to_cart_dn {
  display: none !important; }

.link_to_card_db {
  display: block !important;
  margin: auto;
  background: #3caa3c;
  border-color: #2a8f2a; }

.add_to_cart {
  display: block; }

.slide {
  margin-bottom: 15px; }

.container h2 {
  margin: 10px 0px 10px 0px;
  font-weight: 700; }

.header_favorit_link {
  font-size: 12px;
  text-decoration: none; }

.navbar-brand p {
  margin: 0 auto;
  font-size: 12px; }

.delayed-tr {
  display: none; }

@media only screen and (max-width: 1199.98px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    display: none; }

  ol, ul {
    padding-left: 0rem; }

  .top_info_phone {
    text-align: center; }

  .top_menu {
    text-align: center; }

  .advantages_background1 {
    background-position-y: bottom; }

  .advantages_background2 {
    background-position-y: bottom; }

  .advantages_background3 {
    background-position-y: bottom; }

  .advantages_background4 {
    background-position-y: bottom; }

  .advantages_itemSmall {
    height: 220px; }

  .advantages_title {
    padding-left: 10px;
    display: block; } }

/*# sourceMappingURL=template_styles.css.map */
