:root {
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-navigation-size: 18px;
}
:target {
    scroll-margin-top: 84px;
}
.bg-primary {
    background-color: var(--e-global-color-primary) !important;
}
.bg-secondary {
    background-color: var(--e-global-color-secondary) !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-white .elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary) !important;
}
.bg-white .elementor-widget-theme-post-content {
    color: #001F34;
}

.btn-icon .elementor-button .elementor-button-text:after {
    transition: all 300ms ease 0ms;
    opacity: 0;
    position: absolute;
    margin-left: -1em;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' viewBox='0 0 8 11' fill='none'%3E%3Cpath d='M1.26666 10.1667L5.6 5.83333L1.26666 1.5' stroke='%23000000' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8 6 12.5 12' width='12' height='12' fill='none'%3E%3Cpath d='M9.48054 18L8.5 17.0195L18.1187 7.40078H9.29377V6H20.5V17.2062H19.0992V8.38132L9.48054 18Z' fill='white'/%3E%3C/svg%3E");
}
.btn-icon .elementor-button:hover {
    padding-right: 40px !important;
}
.btn-icon .elementor-button:hover .elementor-button-text:after {
    opacity: 1;
    margin-left: 7px;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}
.elementor-button-icon svg {
    width: auto;
}
.elementor-form .elementor-field-textual:hover,
.elementor-form .elementor-field-textual:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.she-header {
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
}

select.input-text {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1.20876C0.999797 1.09374 1.09701 1.00019 1.21705 1C1.27493 1 1.33056 1.02187 1.37132 1.06113L6.00003 5.49693L10.6285 1.06113C10.7135 0.97969 10.8513 0.97969 10.9363 1.06113C11.0212 1.14256 11.0212 1.27458 10.9363 1.35601L6.15369 5.93907C6.06891 6.02031 5.93114 6.02031 5.84636 5.93907L1.06399 1.35621C1.02303 1.31715 1 1.26403 1 1.20876Z' fill='%230EA89E' stroke='%23222222'/%3E%3C/svg%3E") no-repeat right 16px center;
	background-size: 8px;
}
.main-menu .menu-item {
    min-width: 130px;
}
.main-menu .menu-item .elementor-item {
    height: 55px;
}
.main-menu .menu-item .elementor-item-active,
.main-menu .menu-item:hover .elementor-item {
    background: url(../img/bg_menu.webp) center center no-repeat;
    background-color: #fff;
}

.post-metas {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-20px / 2);
    margin-left: calc(-20px / 2);
}
.post-metas .post-meta {
    margin: 0;
    padding: 0;
    position: relative;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
}
.post-metas .post-meta:not(:last-child):after {
    content: "";
    border-left: 1px solid #444;
    right: calc(-20px / 2);
    position: relative;
}

.box-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    left: 0;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}
.box-overlay:hover:after {
    transform: scale(1.105);
}
.box-overlay .content {
    transition: transform 0.4s ease-in-out;
    transform: translateY(150px);
    z-index: 1;
}
.box-overlay2 .content {
    transform: translateY(240px);
}
.box-overlay3 .content {
    transform: translateY(210px);
}
.box-overlay .desc,
.box-overlay .btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.box-overlay:hover .content {
    transform: translateY(0);
}
.box-overlay:hover .desc,
.box-overlay:hover .btn {
    opacity: 1;
    transform: translateY(0);
}

.bg-zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    left: 0;
    background-size: cover;
    transform-origin: center;
    transition: transform .3s ease-in-out;
}
.bg-zoom-in:hover:after {
    transform: scale(1.05);
}

.custom-upload-button {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 4px;
    background: #FFF;
    color: #001F34;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 15px;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    cursor: pointer;
}
.custom-upload-button:hover {
    background-color: #EEEEEE;
}

.single-product .main-slider {
    width: 100%;
}
.single-product .main-slider img {
    width: 100%;
}
.single-product .thumbs-slider {
    width: 100%;
    height: 100px;
}
.single-product .thumbs-slider .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.5;
    cursor: pointer;
}
.single-product .thumbs-slider img {
    width: 100%;
}