/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-shipping-totals.shipping.no-addr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-shipping-totals.shipping.no-addr td {
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-grow: 1;
    width: 100%;
}

.woocommerce-shipping-totals.shipping.no-addr th {
    padding-bottom: 0;
}

.woocommerce-shipping-totals.shipping.no-addr td .no-addr-sheep {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    background: #E6EAE6;

    color: #292F29;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}



.mfp-bg.mfp-move-horizontal.mfp-ready {
    height: 100vh !important;
    overflow: hidden !important;
}

.mfp-bg.mfp-move-horizontal.mfp-ready .mfp-container {
    height: 100vh !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.mfp-bg.mfp-move-horizontal.mfp-ready .mfp-content {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mfp-bg.mfp-move-horizontal.mfp-ready .mfp-figure {
    height: 100vh !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Отключаем скролл для body когда открыто модальное окно */
body.mfp-zoom-out-cur,
html.mfp-helper {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}

/* Дополнительные стили для 360 просмотра */
.mfp-bg.mfp-move-horizontal.mfp-ready .threesixty-view,
.mfp-bg.mfp-move-horizontal.mfp-ready .threesixty-container {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
}

/* Блокировка скролла когда открыт 360 просмотр */
body.modal-360-open,
html.modal-360-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

/* Дополнительная блокировка для Magnific Popup */
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

/* Убираем скролл у контейнера */
.mfp-container {
    overflow: hidden !important;
    height: 100vh !important;
}

/* Фиксируем высоту для всех элементов 360 */
.mfp-content .product-360-view-wrapper,
.mfp-content .threesixty-container,
.mfp-content .threesixty_images {
    max-height: 100vh !important;
    overflow: hidden !important;
}