/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1400px) {
  .top-menu ul li {
    font-size: 19px;
  }
  .container {
    max-width: 1390px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 1400px) {
  section#candy-flowers .candy-flowers__woman {
    /* width: 52%;
    height: 100%; */
  }
}
@media (max-width: 1450px) {
  .product-textures__image-1{
    left: -13%;
  }
  .product-textures__image-2{
    right: -13%;
  }
  .product-textures__image-3{
    left: -13%;
  }
  .product-textures__image-5{
    left:-16%;
  }
  .product-textures__image-5{
    right:-16%;
  }
}
@media (min-width: 1281px) {
  /* CSS */
}
@media (min-width: 1051px) and (max-width: 1280px) {
  /* CSS */
}
@media (max-width: 768px) { /* Changed the media query range */
  header .top-header .top-header__line,
  header .top-header .top-header__info-part .top-header__info-column,
  header .top-header .top-header__info-part::after {
    display: none;
  }
  header .top-header .top-header__info-part {
    display: block;
    background-color: transparent;
  }
  header
    .top-header
    .top-header__info-part
    .top-header__info-column:nth-child(3) {
    display: flex;
  }
  header
    .top-header
    .top-header__info-part
    .top-header__info-column
    .header-search-ico:before,
  header
    .top-header
    .top-header__info-part
    .top-header__info-column
    .header-cart__link-ico:after,
  header
    .top-header
    .top-header__info-part
    .top-header__info-column
    .header-favorite:before {
    color: #6648a8;
  }
  .header-cart {
    top: 22px;
    right: 20px;
    position: absolute;
  }
  .site-header-inner {
    /* padding-top: 50px; */
    padding-top: 2px;
  }
  .header-search--compact {
    display: none;
  }
  .header-favorite {
    display: block !important;
    top: 22px;
    right: 70px;
    position: absolute;
  }
  .site-logotype {
    justify-content: center;
  }
  .site-logotype img {
    max-height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
  }
  .site-logotype .site-logotype-title {
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .social-buttons {
    justify-content: center !important; /* Force centering */
  }
  .site-header {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .mobile {
    display: block;
  }
  .additional-info__column .header-phone__item {
    margin-bottom: 8px !important;
  }
  section#candy-flowers .candy-flowers__woman {
    position: absolute;
    top: 50px;
    right: -45px;
    width: 350px;
    /* min-height: 100%;
    background-image: url("/wp-content/themes/bono_child/assets/images/woman.png");
    background-size: 100%;
    background-repeat: no-repeat; */
  }
  section#candy-flowers {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  section#candy-flowers .candy-flowers__cover {
    height: 300px;
  }
  section#candy-flowers .candy-flowers__top {
    max-width: 270px;
  }
  section#candy-flowers a.candy-flowers__action {
    padding: 15px 15px;
    font-size: 20px;
    box-shadow: 7px 7px 0px #ff7069;
  }
  section#candy-flowers a.candy-flowers__action:after {
    height: 66px;
    width: 100%;
    z-index: -1;
    margin-top: 11px;
    background-size: contain;
  }
  section#candy-flowers .candy-flowers__title {
    margin-bottom: 20px;
  }
  section#candy-flowers .candy-fowers__bottom {
    margin-top: 120px;
    max-width: 60%;
  }
  section#candy-flowers .candy-fowers__bottom p,
  section#candy-flowers .candy-fowers__bottom span {
    font-size: 20px;
  }
  section#advantages .advantages__item .advatages__item-icon img {
    max-width: 80%;
    max-width: 90px;
  }
  section#advantages
    .advantages__item
    .advatages__item-content
    .advatages__item-title {
    font-size: 22px;
  }
  section#advantages
    .advantages__item
    .advatages__item-content
    .advatages__item-desc {
    font-size: 18px;
  }
  .section-block__title {
    font-size: 30px;
  }
  div.home-content .home-header {
    font-size: 30px !important;
  }
  section#catalog-choose .catalog-choose__item .catalog-choose__img{
    margin-top: -50px;
    margin-left: auto;
  }
  section#catalog-choose .col-12{
    margin-bottom: 100px;
  }
  section#catalog-choose .catalog-choose__item{
    border-top-right-radius: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 250px;
  }
  span.catalog-choose__item:before{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 50%;
    height: 60%;
  }
  span.catalog-choose__item:after{
    border-bottom-left-radius: 0px;
    height: 90%;
  }
  section#catalog-choose .catalog-choose__item .catalog-choose__title{
    font-size: 28px;
    padding-left: 27px;
    padding-right: 10px;
    text-align: left;
  }
  section#catalog-choose .catalog-choose__item .catalog-choose__img {
    max-width: 250px;
  }
  section#catalog-choose .catalog-choose__texture-2 {
    display: block;
    bottom: 0;
    left: 35px;
    top: initial;
    max-width: 75px;
  }
  .home-text {
    font-size: 17px;
  }
  .footer_social__pc {
    display: none;
  }
  .site-footer {
    font-size: 16px;
  }
  .footer-navigation ul li > a,
  .footer-navigation ul li > span {
    padding: 8px 5px;
  }
  .footer-navigation #footer_menu li a,
  .footer-navigation #footer_menu li span {
    font-size: 18px;
  }
  .footer-navigation #footer_menu li:first-child {
    max-width: 70%;
  }
  .footer-navigation #footer_menu li:first-child:after {
    display: block;
    clear: both;
  }
  footer .widget-header {
    text-align: center;
  }
  .footer__social-pc {
    display: none;
  }
  footer .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .site-logotype,
  footer .site-logotype a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
  }
  footer a {
    font-size: 16px;
  }
  footer .social-buttons {
    justify-content: space-between;
  }
  .footer-widgets .footer-widget:nth-of-type(2) {
    width: 100%;
  }
  footer #menu-podval-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 100px;
    text-align: left;
    margin-left: 15%;
  }
  .footer-info {
    margin-top: 40px;
  }
  .footer_boottom__image {
      position: relative;
      right: 0;
      bottom: 0;
      display: block;
      margin-bottom: -70px;
  }  section#catalog-choose .catalog-choose__texture-3,
  section#catalog-choose .catalog-choose__texture-4 {
    display: none;
  }
  section#catalog-choose .catalog-choose__texture-1 {
    display: block;
    left: 70%;
    max-width: 75px;
  }
  .home-content__image {
    display: none;
  }
  .product .product-info h1,
  .product .product-images h1 {
    font-weight: bold;
    color: #ef6c66;
    font-size: 28px !important;
  }
  .product .product-images h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product .product-info .price {
    font-weight: bold;
    font-size: 35px;
  }
  .product-textures__image-1,
  .product-textures__image-2,
  .product-textures__image-3,
  .product-textures__image-4,
  .product-textures__image-5,
  .product-textures__image-6,
  .product-textures__image-7 {
    display: none;
  }
  .product-textures__image-4 {
    display: block;
    bottom: -50px;
    left: 57%;
    z-index: 1;
    max-width: 65px;
  }
  .product-textures__image-desc-1 {
    display: block;
    position: absolute;
    right: -25px;
    z-index: 1;
    top: 150px;
    max-width: 80px;
  }
  .product-textures__image-5 {
    display: block;
    max-width: 50px;
    bottom: -43px;
    right: 0;
    left: initial;
    top: initial;
    z-index: 1;
  }
  .product-textures__image-6 {
    display: block;
    bottom: 6px;
    max-width: 60px;
    top: initial;
    right: 0px;
    z-index: 1;
  }
  .product-textures__image-desc-2 {
    display: block;
    position: absolute;
    right: -25px;
    top: 310px;
    z-index: 1;
    max-width: 80px;
  }
  .product-info .product-textures__image-1, .product-info .product-textures__image-2, .product-info .product-textures__image-3{
    display: block;
  }
  .product-info .product-textures__image-1{
    max-width: 50px;
    top: 0;
    left: -18px;
    right: initial;
    z-index: 1;
  }
 .product-info .product-textures__image-2{
    max-width: 50px;
    top: 35%;
    left: initial;
    right: -18px;
    z-index: 1;
  }
 .product-info .product-textures__image-3{
    max-width: 50px;
    top: 65%;
    left: -18px;
    right: initial;
    z-index: 1;
  }
  #faq .card {
    max-width: 100% !important;
  }
  .product-description-wide p:first-of-type {
    max-width: 100%;
  }
  .product-description-wide p:nth-of-type(2) {
    max-width: 100%;
  }
  .related-products__header {
    font-weight: bold;
    margin-top: 15px;
    font-size: 1.6em;
  }
  .product-info {
    justify-content: center;
    text-align: center;
  }
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 13px;
  }
  .product-info .product_meta {
    display: none;
  }
  .product .product-info .quantity__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product .product-info .bono_buy_one_click,
  .product .product-info .single_add_to_cart_button {
    padding: 1.2rem 1.8rem;
    max-width: 250px;
    margin-bottom: 15px;
    width: 100%;
  }
  .woocommerce-tabs .wc-tabs li.active a {
    font-weight: bold;
  }
  .product .product-info .quantity__container {
    margin-bottom: 30px;
  }
  .product-info .cart {
    justify-content: center;
  }
  .product-info .cart .product-favorite-btn {
    display: none !important;
  }
  .product_meta .sku_wrapper,
  .product_meta .posted_in,
  .product_meta .tagged_as {
    font-size: 1em;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 1em;
  }
  .woocommerce-tabs .wc-tabs li a {
    font-size: 1.6rem;
  }
  #faq .card .card-header h5 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #faq .card .card-header h5 a .one {
    font-size: 21px;
  }
  #faq .card .card-body {
    font-size: 18px;
  }
  main .section-block.section-html:nth-of-type(4),
  section#why-faq {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  section#why-faq,
  main .section-block.section-html:nth-of-type(4):before {
    background-image: url("/assets/images/mob-faq-3.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header-mobile-items-container {
    display: none !important;
  }
  .footer-navigation ul li > a,
  .footer-navigation ul li > span {
    padding: 8px 20px !important;
  }
  .catalog-choose__texture-3__with-title {
    display: block;
    position: absolute;
    top: -31px;
    right: 50px;
    padding-bottom: 20px;
    max-width: 70px;
  }
  div.home-content{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-logotype{
    z-index: 10;
  }
  footer .social-buttons br{
    display: none;
  }
  section#catalog-choose .link__all-products .catalog-choose__item .catalog-choose__title{
    min-height: 270px;
    max-width: 270px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) { /* Changed min-width to 769 and max-width to 1080 */
  .site-header {
    padding-top: 10px; /* Further reduced padding-top */
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .home-content__image-mob-bottom{
    display: block;
    width: 100%;
  }
  .home-content__image-mob-bottom img{
    width: 100%;
  }
  div.home-content{
    padding-bottom: 0;
  }
  section#candy-flowers .candy-fowers__bottom{
    background-color: #fefaf7;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .social-buttons {
    justify-content: center !important;
  }
  .humburger { /* Ensure humburger is always visible in this range */
    display: block !important;
  }
  .social-links { /* Hide social links in this range */
    display: none !important;
  }
}

@media (min-width: 1000px){
  .site-logotype img{
    padding-top: 10px !important;
  }
}
@media (min-width: 1050px) and (max-width:1890px){
  section#candy-flowers{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#candy-flowers .candy-flowers__top, section#candy-flowers .candy-fowers__bottom{
    width: 45%;
  }
  section#candy-flowers .candy-flowers__title{
    margin-bottom: 30px;
  }
  section#candy-flowers a.candy-flowers__action{
    padding: 13px 18px;
    font-size: 21px;
  }
  section#candy-flowers .candy-fowers__bottom{
    margin-top: 100px;
  }
  section#candy-flowers .candy-fowers__bottom p, section#candy-flowers .candy-fowers__bottom span{
    font-size: 21px;
  }
  section#candy-flowers a.candy-flowers__action:after{
    background-size: contain;
    height: 80px;
  }
  section#candy-flowers .candy-flowers__cover{
    /* background-size: contain; */
    background-size: 100% 450px;
    background-position: left top;
  }
  section#candy-flowers{
    min-height: 450px;
  }
  section#candy-flowers .candy-flowers__woman {
    width: 40%;
  }
}