
/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-ExtraLight.ttf");
  src: local("Mulish ExtraLight"), local("NotoSans-Thin"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Mulish-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraLight.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap ;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-Light.ttf");
  src: local("Mulish Light"), local("Mulish-ExtraLight"), url("/wp-content/themes/bono_child/fonts/Mulish-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-Light.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-Light.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-Regular.ttf");
  src: local("Mulish Regular"), local("Mulish-Regular"), url("/wp-content/themes/bono_child/fonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-Regular.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-Regular.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-Medium.ttf");
  src: local("NotoSans Medium"), local("Mulish-Medium"), url("/wp-content/themes/bono_child/fonts/Mulish-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-Medium.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-Medium.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap ;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-SemiBold.ttf");
  src: local("Mulish SemiBold"), local("Mulish-SemiBold"), url("/wp-content/themes/bono_child/fonts/Mulish-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-SemiBold.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-SemiBold.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap ;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-Bold.ttf");
  src: local("Mulish Bold"), local("Mulish-Bold"), url("/wp-content/themes/bono_child/fonts/Mulish-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-Bold.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-Bold.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap ;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/bono_child/fonts/Mulish-ExtraBold.ttf");
  src: local("Mulish ExtraBold"), local("Mulish-ExtraBold"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraBold.woff") format("woff"), url("/wp-content/themes/bono_child/fonts/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap ;
}

a { outline: none!important;}
:focus{
  border-color: #ff6b00;
}
body{
    font-family: "Mulish", sans-serif!important;
}
.no-container{
  max-width: none!important;
  padding: 0!important;
}
.popup {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.45);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: hidden;
  pointer-events: none;
}

.popup._active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup.popup-good,
.popup.popup-error {
  overflow: hidden;
}

.popup.popup-good .popup__body,
.popup.popup-error .popup__body {
  min-height: 100vh;
}

.popup.popup-good .popup__content,
.popup.popup-error .popup__content {
  min-height: 480px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__content {
  width: 125rem;
  background: #FFF;
  border: 1px solid #131415;
  -webkit-box-shadow: 0.4rem 0.4rem 1.4rem 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0.4rem 0.4rem 1.4rem 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 50px;
  margin: 20px 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}

.popup__text {
  margin: 1em 0 0 0;
  font-size: 1.1em;
  line-height: 110%;
  text-align: center;
  padding: 0 15px;
}

.popup__text span {
  margin-top: 15px;
  font-size: 0.8em;
  display: inline-block;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.popup__close {
  cursor: pointer;
  position: absolute;
  background-size: contain;
  padding: 2px;
  color: #fff;
  font-size: 20px;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close svg {
  width: 18px;
  height: 18px;
}
.super-header__item--3{
  text-align: end!important;
}
.super-header .super-header__item--3 a{
  color: #fff!important;
  user-select: text;
  margin-left: 5px;
}
.super-header .super-header__item--3 a:hover{
  color: #fff;
}
.woocommerce-tabs .wc-tabs li.active a {
    -webkit-box-shadow: inset 0 -2px 0 0 #ff6b00!important;
}
.section-top__bg.mb{
    display: none;
  }
@media(max-width: 550px){
  .section-top__bg.none{
    display: none;
  }
  .section-top__bg.mb{
    display: block;
  }
}
.woocommerce .woocommerce-Reviews{
  flex-direction: column;
}
.super-header a::selection, p::selection{
  background-color: #c9c7c7!important;
}
@media(max-width: 768px){
	.section-top__bg{
		display: none!important;
	}
}

.author-post {
    margin: 30px 0 30px
}

.author-post__content {
    display: flex;
    align-items: center
}

.author-post__image {
    border-radius: 50%;
    margin-right: 15px;
    width: 70px
}

.author-post__image img {
    border-radius: 50%;
    width: 100%;
    height: auto
}

.author-post__info span {
    display: block
}
.author-post a{
   color: #636f7d;
   text-decoration: none;
}
.author-post__info a {
    margin-top: 10px;
    display: block;
    color: #636f7d
}


.pdf a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #131415;
  text-decoration: none;
}
.team__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
.team__item {
  flex: 0 1 300px;
  transition: 0.3s;
  background-color: #fff;
}
.team__item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.team__item-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  color: #000;
}
.team__item-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.team__item-dol {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #696766;
  text-align: center;
}

.team__item-email {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgb(91, 124, 230);
}

.team__item-image img {
  width: 100%;
  height: auto;
}

.person__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 992px) {
  .person__row {
    flex-direction: column;
  }
}
.person__image {
  max-width: 400px;
  flex: 1 1 400px;
}
.person__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .person__image {
    flex: 1 1 auto;
  }
}
.person__text {
  flex: 1 1 70%;
}
@media (max-width: 992px) {
  .person__text {
    flex: 1 1 auto;
  }
}
.person__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.person__subtitle {
  color: #444444;
  margin-bottom: 30px;
}
.person__body p {
  margin-bottom: 15px;
  line-height: 120%;
}
.person__body ul {
  margin-left: 18px;
  margin-bottom: 20px;
}
.person__body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 120%;
}
.image-box__item p{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
@media(max-width: 992px){
  .article-post .shop-item__buttons-cart{
    font-size: 14px!important;
  }
  .article-post .wc-block-product-template .wp-block-post-title{
    font-size: 16px!important;
  }
}
.delivery-pay{
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.delivery-pay__item{
  font-weight: 500;
  color: #000;
}
@media(min-width:992px ){
  .shop-item__image img{
    max-height: 300px;
  }
}
.woocommerce-product-form-wrap .cart{
  width: 100%;
}
.akcii__item{
  border-top: 1px solid #d5d2d2;
  border-bottom: 1px solid #d5d2d2;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media(max-width:450px){
  .akcii__item{
    flex-direction: column;
    gap: 15px;
  } 
}
.portfolio__image{
  padding: 15px;
  background-color: #FFF;
}
.portfolio__row{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.portfolio__date{
  margin-top: 20px;
}
.portfolio__item a{
 color: #000;
}
.portfolio__item{
  padding: 20px 0;
  border-bottom: 1px solid #a7a5a5;
}
@media(max-width:600px){
  .portfolio__row{
    gap: 10px;
    flex-direction: column;
  }
}
@media(max-width:450px){
  .portfolio__item-title{
    font-size: 16px;
  } 
}
.wp-block-social-link-anchor svg{
  color: #fff;
}
.header-customer-account__text{
  white-space: nowrap;
}
.yith-wcan-filters .btn{
  margin-bottom: 20px;
}
.yith-wcan-filters .btn:hover{
  color: #000;
}
.show-more:hover{
  cursor: pointer;
}

/* Стили сайдбара */
.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item{
  background: #f1f1f1;
  display: block;
  padding: 7px;
}
.wp-block-woocommerce-product-categories .wc-block-product-categories-list-item a{
  text-decoration: none;
  
  background: #f1f1f1;
  
  box-sizing: border-box;
}
.link_page_ul{
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
   
}
.link_page_ul li{
    list-style: none;
    text-decoration: none;
    
}
.page_link{
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ecf3f5;
    text-decoration: none;
   box-shadow: 2.07px 5.42px 8.38px 0px rgba(0, 0, 0, .05);
    color: #000;
    font-weight: 500;
}

.product-info .woocommerce-breadcrumb a{
    
}
@media(min-width: 992px){
  .product-info .woocommerce-breadcrumb{
        display: block;
    }  
}
.list-city-content .popup__content{
    max-width: 500px;
}
.list-city-content a{
    color: #000;
}