/*!
Theme Name: polyby
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polyby
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

polyby is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@font-face {
  font-family: 'Myraid';
  src: url('img/fonts/regular.eot');
  src: local('☺'), url('img/fonts/regular.woff') format('woff'),
    url('img/fonts/regular.ttf') format('truetype'),
    url('img/fonts/regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Icons';
  src: local('Icons'), url('img/bootstrap-icons.woff2') format('woff2'),
    url('img/bootstrap-icons.woff') format('woff');
}
@font-face {
  font-family: 'Myraid';
  src: url('img/fonts/MyriadPro-Bold.eot');
  src: local('☺'), url('img/fonts/MyriadPro-Bold.woff') format('woff'),
    url('img/fonts/MyriadPro-Bold.ttf') format('truetype'),
    url('img/fonts/MyriadPro-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MyraidCond';
  src: url('img/fonts/MyriadPro-Cond.eot');
  src: local('☺'), url('img/fonts/MyriadPro-Cond.woff') format('woff'),
    url('img/fonts/MyriadPro-Cond.ttf') format('truetype'),
    url('img/fonts/MyriadPro-Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyraidCond';
  src: url('img/fonts/MyriadPro-BoldCond.eot');
  src: local('☺'), url('img/fonts/MyriadPro-BoldCond.woff') format('woff'),
    url('img/fonts/MyriadPro-BoldCond.ttf') format('truetype'),
    url('img/fonts/MyriadPro-BoldCond.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html body {
  font-family: 'Montserrat';
  height: 100%;
  background-color: #ebe8e6;
}

/* Sections
	 ========================================================================== */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Links
--------------------------------------------- */
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

a:hover,
a:active {
}

nav.navigation.post-navigation {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*====================top========================*/
div .custom-logo {
  max-width: 135px;
  height: auto;
}
.custom-logo-ref a:hover {
  text-decoration: none;
}
.text-logo {
  font-family: MyraidCond;
  text-transform: uppercase;
  font-size: 22px;
  color: #444;
  font-weight: bold;
  margin-top: 4px;
}
.text-logo b {
  color: #970b0c;
}
.tel_top_region a.teltop {
  font-size: 18px;
  color: #333;
  margin-bottom: -5px;
  /* line-height: 10px; */
}
.tel_top_region a {
  font-size: 13px;
  line-height: 5px;
}
.communities {
  text-align: right;
  margin-top: 16px;
  margin-right: -30px;
}
.communities a:hover {
  text-decoration: none;
}
.address-string {
  background: url(img/address-icon-16.png) no-repeat left;
  background-size: 11px;
  padding-left: 18px;
}
.time-string {
  background: url(img/clock-icon-16.png) no-repeat left;
  background-size: 12px;
  padding-left: 18px;
}
.addr_top_region .top-main {
  text-align: right;
  display: inline-grid;
}
.addr_top_region .top-main div {
  grid-row: auto;
  float: none;
  width: fit-content;
  line-height: 24px;
}
.addr_top_region {
  color: #777;
  font-size: 14px;
}

.top-pan {
  padding-top: 10px;
  min-height: 70px;
  background: #fff;
  /*  border-bottom: 1px solid #ddd;*/
}
.st-fix::after {
  content: '';
  display: table;
  height: 220px;
}
.st-fix {
  min-height: 90%;
}

/*=============top-menu================*/
a.dropdown-item:active {
  background: none;
  color: #ffb301;
}
.top-about {
  text-align: center;
  padding: 20px 15px 60px;
  background: #ddd url(/img/snow-3.jpg);
  background-size: cover;
  color: #fff;
  background-position: bottom center;
  margin-bottom: 50px;
}
div div.menu-sitemap-tree2 ul div.item-text.select12 {
  background: #9c9a9a;
  /* color: #333; */
  border-left: 5px solid #960d08;
  /* color: #fff!important; */
}
nav.navbar-light .navbar-nav a.dropdown-toggle.nav-link.active {
  color: #970b0c;
}
div ul.dropdown-menu2 {
  position: absolute;
  left: 100%;
  background: #fff;
  border: 1px solid #ddd;
  /* margin-top: -40px; */
  width: 300px;
  height: 100%;
  padding-top: 15px;
  padding-left: 0px;
  top: 0;
}
ul.dropdown-menu > li.dropdown2 {
  background-repeat: no-repeat;
  background-position: top 5px left 10px;
  padding-left: 35px;
  background-size: 20px;
}
a.parent.dropdown-item {
  background-image: url(/img/arrowgrey-right1.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  padding-left: 5px;
  white-space: initial;
}
a.dropdown-item {
  padding-right: 50px;
  padding-left: 5px;
  white-space: initial;
}
ul.dropdown-menu2 a.dropdown-item {
  white-space: initial;
  margin-bottom: 10px;
}
li.dropdown2:hover ul.dropdown-menu2 {
  display: block;
}
.bx-nav-1-lvl > a span.bx-nav-1-lvl-link-text {
  color: #333;
  font-family: 'MyraidCond';
  font-size: 22px;
  padding: 10px;
  margin-top: -5px;
}
span.bx-nav-2-lvl-link-text {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

a:hover span.bx-nav-2-lvl-link-text {
  color: #ffb301;
}

div .bx-nav-2-lvl-container,
div .bx-nav-2-lvl-container-advanced {
  min-width: 300px;
}
div .bx-nav-angle-bottom:after,
div .bx-nav-angle-bottom:before {
  background-color: #333;
}
div div.menu-sitemap-tree2 .opened .root {
  background-color: #0101018f;
}
div div.menu-sitemap-tree2 .folder-item.root:hover {
  background-color: #0101018f;
}
div div.menu-sitemap-tree2 li.close1 .folder-item.root:hover {
  background-color: #0101018f;
}
div a.root-item-selected {
  padding-bottom: 0px;
  color: #970b0c !important;
  border-bottom: none;
}
.navbar-light .navbar-nav a.dropdown-toggle.nav-link.active {
}

a.catalog-section-list-item-img {
  padding-top: 50%;
}
li.rootli {
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 30px;
  /* padding-left: 30px; */
}
li.opened.rootli {
  background-position: top 5px left 10px;
}
div.menu-sitemap-tree2 li div.item-text.root {
  padding-left: 55px;
}

.dropdown-menu2 a.dropdown-item {
  text-transform: none;
  padding: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  color: #777;
}

/*=====================меню=======================*/
div .navbar-light .navbar-nav .nav-link {
  color: #333333;
  font-size: 22px;
  font-family: MyraidCond;
}
ul.dropdown-menu2 {
  padding-left: 15px;
}
li.dropdown2 {
  list-style: none;
}
ul.nav.navbar-nav > li {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
}

/*===========footer=================*/
footer a {
  text-decoration: none;
  color: #333;
}

ul.square li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--bs-red);
  content: '';
  margin-left: -20px;
  margin-top: 7px;
}

ul.square li {
  padding-left: 20px;
}
ul.square {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 1198px) {
  nav.navbar {
    margin-left: -150px;
  }
  .custom-logo {
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  div.carousel-caption h5 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .phoneone a {
    color: #333;
    font-size: 18px;
  }
  div ul.nav.navbar-nav > li {
    font-size: 15px;
  }
  div nav.navbar {
    margin-left: -180px;
    padding-left: 0;
  }
  div nav.navbar li:nth-child(1) a {
    padding-left: 0 !important;
  }
  .text-logo {
    font-size: 15px;
  }
  div .custom-logo {
    max-width: 90px;
  }
  div.topWishlist .icon {
    display: none;
  }
  div .navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 21px;
    padding: 7.2px;
    font-family: MyraidCond;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    margin-left: -45px;
    width: 360px;
  }
  .top-contacts .chats {
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .sl-top-2 {
    margin-left: 20px;
    margin-top: 50px;
    background: #c1c1c1;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #333333;
    /* border: 20px solid #6c32326b; */
    box-shadow: 0px 0px 0px 13px #eeeeee80;
    max-width: 600px;
  }
  div.slider-new {
    background-position: left;
    padding-top: 100px;
    margin-top: 0;
  }

  div nav.navbar li:nth-child(1) a {
    padding-left: 8px !important;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    margin-left: 0px;
    width: 360px;
  }
  body div nav.navbar {
    margin-left: 0px;
    margin-top: -20px;
    padding-right: 0px !important;
  }
  a#bingc-phone-button {
    top: 12% !important;
  }
  .tels {
    margin-top: -40px !important;
    margin-right: 0;
  }
  div.top-pan {
    text-transform: uppercase;
    min-height: 50px;
    padding-top: 15px;
    background: #fff;
    /* border-bottom: 1px solid #ddd; */
  }
  div .custom-logo {
    max-width: 50px;
    margin-left: 45px;
    margin-top: -5px;
  }
  .text-logo {
    display: none;
    margin-left: 32px;
    font-size: 10px;
    font-weight: normal;
  }
  .text-logo b {
    font-weight: normal;
  }
  div#navbarSupportedContent {
    /* background: #eee; */
    border-top: 1px solid #eee;
  }
  div div#title-search {
    padding-top: 25px;
  }
  div.searchButton {
    margin-top: -20px;
    right: 0;
    /* float: right; */
    position: absolute;
    /* margin-left: -100px; */
    margin-right: 0;
  }
  button.navbar-toggler {
    margin-top: -28px;
    margin-left: -5px;
    width: 40px;
    padding: 5px;
    border: none;
  }
  nav.navbar-light .navbar-toggler {
    color: #21679b;
    margin-top: -40px;
  }
  .custom-logo {
    margin-left: 50px;
  }

  div div.lang-switch {
    font-size: 18px;
    margin-top: -30px;
    padding-right: 90px;
  }
  div.topWishlist {
    margin-top: -30px;
    margin-right: -20px;
  }
  div div.carousel-caption h5 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .top-contacts .chats {
    margin-top: -5px;
    margin-left: -40px;
  }
}

@media (max-width: 576px) {
  div#navbarSupportedContent {
    /* background: #eee; */
    border-top: 1px solid #eee;
  }
  div div#title-search {
    padding-top: 5px;
  }
  div div.searchButton {
    margin-top: -25px;
    right: 0;
    /* float: right; */
    position: absolute;
    /* margin-left: -100px; */
    margin-right: 50px;
  }
  button.navbar-toggler {
    margin-top: -28px;
    margin-left: -5px;
    width: 40px;
    padding: 5px;
    border: none;
  }
  nav.navbar-light .navbar-toggler {
    color: #21679b;
  }
  .custom-logo {
    margin-left: 50px;
  }
  body div.topWishlist {
    margin-top: -25px;
    margin-right: -10px;
    font-size: 15px;
  }
  body div div.lang-switch {
    /* margin-top: -30px;*/
    padding-right: 70px;
  }
}

/*===========footer=============*/
ul.footer-links a {
  color: #333;
  /* text-transform: uppercase; */
}
.phoneone a {
  color: #333;
  font-size: 20px;
}
.zag1 strong {
  font-weight: normal;
}
.phoneone {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background: linear-gradient(-45deg, #fec107, #ffa801);
  margin-top: 50px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer span {
  color: #4c4b4b;
  font-size: 10px;
}
.zag1 {
  font-family: conv;
  font-size: 20px;
  text-transform: uppercase;
  color: #4c4b4b;
  border-bottom: 1px solid #f5e8b9;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

.mt-150 {
  margin-top: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}

.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}

.c-900 {
  max-width: 900px;
}
.c-1200 {
  max-width: 1200px;
}
@media screen and (min-width: 901px) {
  .c-900 {
    max-width: 900px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none;
  color: #212529;
}

/*================slider=======================================================*/
.top-slider {
  background: url(img/slider-pn-12.jpg) no-repeat top center;
  background-size: cover;
  padding: 150px 0 150px 0;
}
.top-banner-text {
  color: #888;
}
.top-slider h1 {
  font-weight: 500;
  margin-bottom: 80px;
  margin-top: 20px;
}
.top-slider h1 span {
  color: #970b0c;
}

@media (max-width: 768px) {
  .top-slider h1 {
    font-size: 30px;
  }
  .top-slider h1 span {
    font-size: 35px;
  }
  .top-slider {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 380px) {
  .top-slider h1 {
    font-size: 25px;
  }
  .top-slider h1 span {
    font-size: 30px;
  }
  .top-slider {
    padding: 80px 0 80px 0;
  }
}

section.main-section .col-lg-4 {
  padding: 20px;
  text-align: left;
}

.center-img img {
  max-width: 100%;
}
.center-img {
  text-align: center;
}

.blue-b {
  background: #2b74b7 !important;
  padding: 15px;
  color: #fff !important;
  margin: 1rem 0;
}
.pink-b {
  background: #f5d9b8 !important;
  padding: 15px;

  margin: 1rem 0;
}

.orange-b {
  background: #960d08 !important;
  padding: 15px;
  margin: 1rem 0;
  color: #fff !important;
}
.blue-b h2,
.blue-b h3,
.blue-b h4,
.blue-b h5,
.blue-b h6,
.blue-b p,
.blue-b .btn,
.green-b h2,
.green-b h3,
.green-b h4,
.green-b h5,
.green-b h6,
.green-b p,
.green-b .btn,
.orange-b h2,
.orange-b h3,
.orange-b h4,
.orange-b h5,
.orange-b h6,
.orange-b p,
.orange-b .btn,
.orange-b a,
.orange-b h2,
.orange-b h3,
.orange-b h4,
.orange-b h5,
.orange-b h6,
.orange-b p,
.d-grey-b .btn,
.d-grey-b h2,
.d-grey-b h3,
.d-grey-b h4,
.d-grey-b h5,
.d-grey-b h6,
.d-grey-b p,
.d-grey-b a {
  color: #fff !important;
  border-color: #fff !important;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #cac9c9;
}
.grey-b {
  background: #ddd !important;
  padding: 15px;
  color: #333 !important;
}
.l-grey-b {
  background: #eee !important;
  padding: 15px;
  color: #333 !important;
}
.d-grey-b {
  background: #444444 !important;
  padding: 15px;
  color: #fff !important;
}
.ulstein-block-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ulstein-block-1 .col-lg-4 {
  background: #2b74b7;
  color: #fff;
  margin: 0 !important;
  padding: 25px !important;
  font-size: 18px;
  text-align: center;
}
.ulstein-block-1 h3,
.ulstein-block-2 h3 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.ulstein-block-1 .grey-b h3,
.ulstein-block-2 .grey-b h3 {
  color: #333;
}
.ulstein-block-1 .btn-outline-secondary,
.ulstein-block-2 .btn-outline-secondary {
  color: #fff;
  border: 2px solid;
  margin: 30px auto;
}
.ulstein-block-1 .grey-b .btn-outline-secondary {
  color: #999;
}
.ulstein-block-1 .col-lg-4 p {
  text-align: left;
}
.ulstein-block-1 .pict.col-lg-8.col-12::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 40px;
  background: #2b74b7;
  top: 50%;
  margin-left: -20px;
  height: 40px;
  transform: translateY(-50%) rotate(45deg);
}
.ulstein-block-1 .pict.col-lg-8.col-12.order-md-1::before {
  left: 100%;
}
.galog-pow {
  background: #ffb301;
  padding: 10px;
}
.ulstein-block-1 .pict {
  background-size: cover;
  min-height: 250px;
}
@media (max-width: 768px) {
  div.ulstein-block-1 .pict.col-lg-8.col-12.order-md-1::before,
  div.ulstein-block-1 .pict.col-lg-8.col-12.order-md-2::before {
    left: 50%;
    top: 100%;
    margin-bottom: -15px;
  }
}


nav a, .nav-link {
    color: #333;
}

nav a:hover, .nav-link:hover {
    color: #970b0c;
}

.nav-pills a.nav-link.active
 {
    background-color: #970b0c;
}
.d-grey-b a.btn-sm { color: #a0a0a0 !important; }

a.external::after{
  content: "";
  display: inline-block;
  width: 1em; height: 1em;
  margin-left: .4rem;
  background: currentColor;
  /* SVG как маска, чтобы иконка красилась в currentColor */
  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path fill="black" d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z"/><path fill="black" d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2H5v14h14v-7h2v7a2 2 0 0 1-2 2z"/>\
</svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path fill="black" d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z"/><path fill="black" d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2H5v14h14v-7h2v7a2 2 0 0 1-2 2z"/>\
</svg>') center / contain no-repeat;
  vertical-align: text-bottom;
}
.top-goods img {
    border-radius: 25px;
}
img.w-100.h-100.object-fit-cover.wp-post-image {
    border-top-right-radius: 5px;
        border-top-left-radius: 5px;
}
a.btn.btn-primary {
    background-color: #960b0b;
    border: 1px solid #900a0a;
}
a.btn.btn-primary:hover {
    background-color: #ba1616;
    border: 1px solid #900a0a;
}
a.btn.btn-outline-primary:hover {
    background-color: #ba1616;

}
div.btn-primary {
    background: #970b0c;
    border: 1px solid #900a0a;
}
div.btn-primary:hover {
    background: #970b0c;
    border: 1px solid #900a0a;
}