/*
 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{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.5rem;
    margin: 10px 0!important;
    font-family: inherit!important;
}

.product-yacht-info > span{
    flex: 0 0 auto;
    white-space: nowrap;
}

.multi-currency-price.price-from::before {
    content: "от ";
}

.mpf-dropdown-header{
    font-family: inherit!important;
}

.catalog-vat-status{
    font-family: inherit!important;
}

.hello-video-embed{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.hello-video-embed iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.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;
    }
}