[class^=spacer-] {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.page-template-test-page .uicore-header-wrapper{
	background-color: #142F39;
}

.hideThis{display: none !important;}

#post-128 #section-1 .elementor-widget-button,
#post-128 #section-2 .elementor-widget-button,
#post-128 #section-3 .ue-item-btn-holder{
	display: none !important;
}


/* ========================================
   SHOP LOCATION
======================================== */

.shop-location {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    gap: 40px;
}


/* ========================================
   COLUMNS
======================================== */

.shop-location__content,
.shop-location__image {
    flex: 1 1 50%;
    width: 50%;
}


/* ========================================
   TEXT COLUMN
======================================== */

.shop-location__content {
    display: flex;
    flex-direction: column;

    /* Vertically center content */
    justify-content: center;

    align-items: flex-start;
}


/* ========================================
   TITLE
======================================== */

.shop-location__title {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #555555;
}


/* ========================================
   ADDRESS
======================================== */

.shop-location__address {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 14px;
    line-height: 1.5;

    margin: 0 0 10px;
    color: #555555;
}

.shop-location__address i {
    flex-shrink: 0;
}


/* ========================================
   SHOP HOURS
======================================== */

.shop-location__hours {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #555555;
}


/* ========================================
   DESCRIPTION
======================================== */

.shop-location__description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #969696;
}


/* ========================================
   IMAGE COLUMN
======================================== */

.shop-location__image {
    display: flex;
    align-items: center;
}

.shop-location__image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .shop-location {
        flex-direction: column;
        gap: 25px;
    }

    .shop-location__content,
    .shop-location__image {
        flex: 0 0 100%;
        width: 100%;
        border-radius: 20px;        
    }

    .shop-location__title {
        font-size: 30px;
    }

    .shop-location__image img {
        width: 100%;
        height: auto;
    }
}


#uc_post_grid_elementor_c6d8b1e .uc_btn_inner {
  display: inline-flex;
  align-items: center;
  direction: rtl;
}

.elementor-129 .elementor-element.elementor-element-c6d8b1e .uc_content {
    background-color: transparent !important;
}

.trp-language-switcher-container img.trp-flag-image{
  display: none !important;
}

.custom-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.custom-youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vh-100{
    height: 100vh;
}

.mobile-vertical-video .elementor-wrapper {
    aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {

    .custom-youtube {
        position: relative;
        width: 100%;
        aspect-ratio: 9 / 16 !important;
        overflow: hidden;
    }

    .mobile-vertical-video .elementor-wrapper {
        aspect-ratio: 9 / 16 !important;
    }

    .mobile-vertical-video iframe,
    .mobile-vertical-video video {
        width: 100% !important;
        height: 100% !important;
    }

    .elementor-133 .elementor-element.elementor-element-17b5873,
    .elementor-1871 .elementor-element.elementor-element-f6c8e1f,
    .elementor-129 .elementor-element.elementor-element-6a05452{
        display: block !important;
    }

    .uicore-navigation-wrapper nav.uicore.elementor-container{
        background-color: #142F39;
        margin: 0;
        width: 100% !important;
    }
}

/*test*/