/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Дочерняя тема для Hello Elementor
 Author:       Твоё имя
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-child
*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 220px);
  }
  
  
  
  .elementor-swiper-button{
      width: 48px!important;
      height: 60px!important;
      display: flex!important;
      font-size: 20px!important;
      padding: 10px!important;
      align-items: center!important;
      justify-content: center!important;
      border-radius: 50px!important;
  }

h3.woocommerce-loop-product__title{
    margin: 0!important;
    margin-bottom: 10px!important;
    padding: 0!important;
}

.products .product .wp-post-image{
    margin-bottom: 15px!important;
}

.product-yacht-info{
    margin: 10px 0!important;
    font-family: inherit!important;
}

.mpf-dropdown-header{
    font-family: inherit!important;
}

.catalog-vat-status{
    font-family: inherit!important;
}

.elementor-swiper-button:hover{
    border: 1px solid #9b1919!important;
}

.elementor-swiper-button:hover svg{
    fill: #9b1919!important;
}


@media (max-width: 767px) {
    .elementor-swiper-button{
        width: 30px !important;
        height: 39px !important;
        padding: 10px!important;
        padding: 9px !important;
    }
}