/* custom front style.css */

:root {
    --color24: #045c59;
    --color25: #fff;
    --button-shadow-color-normal: hsla(0,0%,42.4%,0.2)
}

.page-scroll-up {
    position: fixed;
    display: none;
    bottom: 40px;
    right: 30px;
    z-index: 999;
}
.page-scroll-up a {
    display: block;
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    line-height: 1.6;
    border-radius: 3px;
    font-size: 2rem;
    color: var(--color25);
    opacity: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
}
.page-scroll-up a {
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.page-scroll-up a .fa {
    font-weight: 700;
}
.page-scroll-up a,
.page-scroll-up a:hover,
.page-scroll-up a:active {
    background-color: var(--theme-color);
    background-color: var(--theme-3-color);
}
.page-scroll-up svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-scroll-up svg path,
.page-scroll-up svg circle {
    stroke: var(--color24);
    stroke: var(--color25);
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0.2s;
}

.page-progress {
    z-index: 10200;
    width: 100%;
}
.page-progress .progress {
    height: 4px;
    z-index: 1337;
    width: 0%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius:  0 1px 1px 0;
}
.page-progress .progress {
    position: fixed;
    top: 0;
    height: 3px;
    transition: width 0.25s ease;
}
.page-progress .progress {
    background-color: var(--color24);
}

.search-form {
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}
.search-form input {
    width: calc(100% - 60px);
    padding: 0 6px;
}
.search-form button {
    width: 60px;
}
.search-form input {
    border-radius: 4px 0 0 4px;
}
.search-form button {
    border-radius: 0 4px 4px 0;
}

header nav > div > ul.dropdown-menu > li {
    margin-right: 0;
    line-height: 2rem;
}

header .thm-btn.dropdown-toggle-split,
.header-right .thm-btn.dropdown-toggle-split {
    padding: 11.5px 0.75rem;
    align-items: center;
    position: absolute;
}
.thm-btn.thm-bg.dropdown-toggle-split span {
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    -o-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
}

.prod-info .price,
.prod-detail-img .price {
    max-width: 10rem;
    z-index: 20;
}

.prod-info .map,
.prod-detail-img .map {
    left: 0;
    top: 0;
    font-family: Philosopher;
    font-size: 1.875rem;
    font-weight: 700;
    padding: 2.3125rem 0.9375rem;
    max-width: 7.8125rem;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    z-index: 20;
}

.prod-info .map a,
.prod-detail-img .map a {
    background-color: var(--color24);
    color: var(--color25);
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid var(--color7);
}

.prod-info h3,
.prod-detail-img h3 {
    z-index: 40;
    position: relative;
}

/* .sticky-menu */
.sticky-menu .logo {
    width: 25%;
}
.sticky-menu nav {
    width: 75%;
    padding-left: 16px;
}
.sticky-menu nav ul li a {
    line-height: 2;
    vertical-align: middle;
    word-break: normal;
    overflow-wrap: break-word;
}
.sticky-menu nav ul li > a {
    display: inline-block;
}
.sticky-menu nav ul li ul li > a {
    display: block;
}
.sticky-menu nav ul li.menu-item-has-children > a {
    display: inline-block;
}
.sticky-menu nav ul li.menu-item-has-children > a::before {
    top: 34%;
}
