.top-line {
    background: var(--lightgray);
    height: 40px;
    display: none;
}

.top-line--mobile {
    display: flex;
    background-color: #fff;
    height: auto;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DEE2E7;

}

.delivery-tag {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    background-color: #4DA6FF;
    padding: 0px 6px;
    border-radius: 100vh;
    margin-right: 12px;
}

.top-line--mobile .container {
    padding-inline: 32px;
}

.top-line--mobile .top-line-inner {
    flex-direction: column;
    align-items: start !important;
    gap: 12px;
}

.top-line--mobile .top-line-inner a {
    margin-left: 0;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.112px;
    height: auto;
}

.top-line--mobile .top-line-inner a::before {
    display: none;
}

.sticky .top-line {
    margin-bottom: 70px;
}

.delivery-product-tag {
    position: absolute;
    padding: 4px 16px;
    background-color: #4DA6FF;
    border-radius: 28px;
    bottom: 8px;
    left: 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.03), 0px 40px 80px 0px rgba(0, 0, 0, 0.06);
    z-index: 4;
}


@media(min-width: 768px) {
    .sticky .top-line {
        margin-bottom: 130px;
    }
}

@media(min-width: 992px) {
    .sticky .top-line {
        margin-bottom: 150px;
    }
}

.top-line-inner a {
    font-size: 12px;
    font-weight: 400;
    margin-left: 24px;
    color: #535353;
    position: relative;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    transition: color .2s ease;
}

.top-line-inner a:first-child {
    margin-left: 0;
}

.top-line-inner a:hover {
    color: var(--black);
}

.top-line-inner a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: var(--black);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.top-line-inner a.lang-change {
    gap: 8px;
}

.top-line-inner a.lang-change::before {
    display: none;
}

.top-line-inner a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.sticky header {
    position: fixed;
}

.header-fix header,
header:hover {
    -webkit-transform: unset;
    transform: unset;
}

.logo a {
    display: block;
    padding: 10px 0;
}

.logo a img {
    position: relative;
    top: -1px;
}

@media (min-width: 420px) {
    .logo a img {
        top: 0;
    }
}

.top-right {
    min-height: 68px;
}

.sticky .top-right {
    min-height: 62px;
}

.top-bottom {
    border-top: 1px solid var(--border);
}

.top-container--order {
    height: 60px;
}

@media (min-width: 768px) {
    .top-bottom {
        /* border-bottom: 1px solid var(--border); */
        position: relative;
    }
}

@media (min-width:1200px) {
    .top-bottom {
        border-bottom: 1px solid var(--border);
    }
}

.shadow {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 120px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(17, 17, 17, .45) 100%);
    display: none;
    opacity: 0;
    transition: opacity .25s linear;
}

.shadow.show {
    opacity: 1;
}

.sticky .shadow {
    top: 63px;
}

.shadow-menu,
.sticky .shadow-menu {
    top: 190px;
}

.search {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 109px;
    background: #1c1c1c;
    display: none;
    z-index: 26;
    transition: all .1s ease;
}

.sticky .search {
    top: 63px;
}

.search-content {
    background-color: #3a3a3a;
}

.search-content .container {
    scrollbar-width: thin;
    scrollbar-color: #757575 #3a3a3a;
    overflow-y: auto;
}

.search-content .container::-webkit-scrollbar {
    width: 9px;
}

.search-content .container::-webkit-scrollbar-track {
    background: #3a3a3a;
}

.search-content .container::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 6px;
    border: 2px solid #3a3a3a;
}

.search-content .container.search-padd {
    padding-top: 20px;
    padding-bottom: 3px;
    max-height: calc(100vh - 190px);
}

@media (min-width: 991px) {
    .search {
        top: 119px;
    }

    .sticky .search {
        top: 63px;
    }
}

.search form {
    position: relative;
    padding: 20px 0 20px;
    width: calc(100% - 46px);
}

.search input {
    padding-right: 40px;
    height: 46px;
    background: #1c1c1c;
    border: none;
    border-bottom: 1px solid #5c5c5c;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
}

.search input:focus {
    box-shadow: none;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input::-moz-placeholder {
    color: #fff;
}

.search input:-ms-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {
    color: #fff;
}

.search-button {
    background: none;
    border: none;
    position: absolute;
    top: 23px;
    right: 1px;
    padding: 8px;
    color: #fff;
}

.search-button svg {
    width: 24px;
    opacity: 1;
    transition: opacity .2s ease;
}

.search-button:hover svg {
    opacity: .6;
}

.close-search {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    color: #757575;
}

.close-search:hover {
    color: #fff;
}

.close-search svg {
    width: 36px;
    padding: 9px;
    transition: color .2s ease;
}

.top-link {
    display: block;
    margin-left: 10px;
    padding: 22px 0;
    font-size: 13px;
    text-align: center;
    position: relative;
    transition: color .3s ease, padding .1s ease;
    white-space: nowrap;
    width: 26px;
}

.sticky .top-link {
    padding: 18px 0 19px;
}

a.top-link:hover {
    color: var(--main);
}

.top-link img,
.top-link svg {
    vertical-align: middle;
    position: relative;
    top: -1px;
    opacity: 1;
    transition: opacity .2s ease;
}

.top-link-search {
    cursor: pointer;
}

.top-link-small {
    font-size: 12px;
}

.top-link.top-link-search img,
.top-link.top-link-search svg {
    top: 0;
}

.top-link .top-link-name {
    display: none;
}

.top-link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--black);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.top-link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

a.top-link:hover svg,
a.top-link:hover img,
.top-link-search:hover img {
    opacity: .6;
}

@media (min-width: 360px) {
    .top-link {
        width: 42px;
        margin-left: 3px;
    }
}

@media (min-width: 400px) {
    .top-link {
        width: 44px;
    }
}

@media (min-width: 992px) {
    .top-link {
        padding: 27px 12px;
        margin-left: 0;
        width: 49px;
    }

    .sticky .top-link {
        padding: 19px 12px 18px;
    }
}

.top-link-phone {
    width: auto;
    padding: 15px 6px;
}

.sticky .top-link-phone {
    padding: 12px 6px;
}

.top-link-phone::before {
    display: none;
}

.top-link svg path {
    fill: var(--black);
}

.top-user {
    position: relative;
}

.top-user-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    display: none;
    z-index: 99;
}

.open .top-user-box {
    display: block;
}

.top-user-box-inner {
    background-color: #fff;
    padding: 25px;
    border: 1px solid var(--border);
}

.top-user-box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.top-user-box-link {
    font-size: 16px;
    width: 100%;
    background: none;
    padding: 0;
    border: none;
}

.top-user-box-link:hover {
    color: var(--main);
}

.top-user-box-link svg,
.top-user-box-link img {
    width: 22px;
    height: 20px;
    margin-right: 20px;
    vertical-align: middle;
    margin-left: 10px;
    min-width: 22px;
}

.top-user-box-link--active {
    background: #fff;
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.top-link-cart-amount {
    border: 2px solid #dbdbdb;
    padding: 5px 14px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 12px;
}

.top-link-cart-amount.loading {
    color: transparent;
    background: #FFF url(../img/loading.svg) no-repeat center;
    background-size: 18px;
}

.top-link-cart-items,
.top-link-wishlist-items {
    position: absolute;
    top: 20px;
    right: 2px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: var(--main);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .15s ease;
}

.top-link-cart-items.items-show,
.top-link-wishlist-items.items-show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sticky .top-link-cart-items,
.sticky .top-link-wishlist-items {
    top: 15px;
}

@media (min-width: 992px) {

    .sticky .top-link-cart-items,
    .sticky .top-link-wishlist-items {
        top: 14px;
    }
}

.top-cart-container {
    position: relative;
}

.mini-cart-container {
    position: absolute;
    right: 0;
    top: 100%;
    width: 430px;
    border: 1px solid var(--border);
    display: none;
    background: #fff;
    z-index: 30;
    opacity: 0;
    transition: opacity .25s linear;
}

.mini-cart-container.show {
    opacity: 1;
}

.mini-cart-single-product {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid var(--border);
}

.mini-cart-single-product:last-child {
    border-bottom: 0;
}

.mini-cart-footer {
    border-top: 1px solid var(--border);
    padding: 15px;
}

.mc-product-img {
    border: 1px solid var(--border);
    margin-right: 15px;
    -webkit-box-shadow: 0px 2px 4px #e7e7e7;
    box-shadow: 0px 2px 4px #e7e7e7;
    max-width: 55px;
}

.mc-product-details {
    padding: 0;
}

.mc-product-price {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
}

.mc-product-delete {
    margin-left: 10px;
}

.mc-product-name {
    transition: color 0.3s ease;
}

a.mc-product-name:hover {
    color: var(--main);
}

.mc-product-name span {
    font-weight: bold;
}

.mini-cart-subtotals {
    font-size: 17px;
    font-weight: bold;
}

.mini-cart-goto {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.mini-cart-goto a {
    width: 100%;
}

.mini-cart-products {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 10px 4px 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--border) #FFFFFF;
}

.mini-cart-products::-webkit-scrollbar {
    width: 6px;
}

.mini-cart-products::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.mini-cart-products::-webkit-scrollbar-thumb {
    background-color: var(--border);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
}

.add-to-wishlist,
.top-link-wishlist>svg,
.top-link-wishlist {
    position: relative;
}

.add-to-wishlist:hover::after {
    opacity: 1;
}

.add-to-wishlist::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../img/heart-fill.svg);
    transition: opacity .2s ease;
    opacity: 0;
}

.add-to-wishlist.add-to-wishlist.wishlisted::after {
    opacity: 1;
}

.add-to-wishlist {
    background: none;
    border: none;
    padding: 3px;
}

.add-to-wishlist svg {
    width: 18px;
}

.add-to-wishlist svg path {
    fill: #111;
}

.add-button:hover svg path,
.add-to-wishlist.wishlisted svg path {
    fill: var(--main);
}

.top-menu {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 69px;
    padding-bottom: 24px;
    height: calc(100vh - 69px);
    background: #fff;
    border-top: 1px solid #a4a4a4;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(0.64, 0.03, 0.42, 1.01);
    overflow: auto;
}

.sticky .top-menu {
    top: 62px;
}

.top-menu.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding-top: 24px;
}

.top-menu>div {
    padding: 0 0px;
    text-align: center;
    /* height: calc((100vh - 175px) / 6); */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sticky .top-menu>div {
    /* height: calc((100vh - 135px) / 6); */
}

@media (min-width: 1199px) {
    .hamburger {
        display: none;
    }

    .top-line {
        display: block;
    }

    .top-line--mobile {
        display: none;
    }

    .top-menu {
        padding: 0;
        left: auto;
        right: auto;
        top: auto;
        height: auto;
        background: none;
        border-top: 0px solid #dbdbdb;
        transform: translateX(0%);
        position: relative;
        z-index: 20;
        display: flex;
        overflow: unset;
    }

    .top-menu>div {
        padding: 0;
        height: auto;
        text-align: left;
        margin-right: 25px;
    }

    .sticky .top-menu>div {
        height: auto;
    }

    .sticky .top-menu {
        top: auto;
    }

    .top-submenu-inner>li.top-submenu-inner-back {
        display: none;
    }
}

.top-menu-item {
    padding: 18px 32px;
    position: relative;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

@media (min-width: 1199px) {
    .top-menu-item {
        padding: 17px 0;
        height: 66px;
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .sticky .top-menu-item {
        padding: 15px 0;
        height: 55px;
    }

    .top-menu-item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: var(--main);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: transform .2s ease;
    }

    .hovered .top-menu-item::before,
    .top-menu-item:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

}

/* @media (min-width: 870px) {
    .top-menu>div {
        margin-right: 35px;
    }
} */

@media (min-width: 992px) {
    .top-menu-item {
        /* padding: 20px 0; */
        /* height: 69px; */
    }

    .sticky .top-menu-item {
        /* padding: 15px 0;
        height: 55px; */
    }
}

@media (min-width: 1200px) {
    .top-menu-item {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) and (max-width: 1260px) {
    .top-menu-item {
        font-size: 13px;
    }
}

.top-menu-item-sub::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    /* margin-left: 13px; */
    position: relative;
    /* top: -3px; */
    transition: transform .2s ease;
    margin-left: auto;
}

@media (min-width: 1199px) {
    .top-menu-item-sub::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 9px;
        top: -3px;
    }
}

@media (min-width: 1199px) {
    .top-menu-item-sub::after {
        width: 10px;
        height: 10px;
        margin-left: 11px;
    }

    .top-menu-item-sub:hover::after,
    .hovered .top-menu-item-sub::after {
        -webkit-transform: scaleY(-1) rotate(45deg);
        -ms-transform: scaleY(-1) rotate(45deg);
        transform: scaleY(-1) rotate(45deg);
        top: 0;
    }
}

.top-submenu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .2s ease;
    overflow: auto;
    height: 100%;
}

.top-submenu.openmob {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


@media (min-width: 1199px) {
    .top-submenu {
        position: fixed;
        top: 66px;
        width: 100vw;
        left: calc((-100vw - -100% - 17px) / 2);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        bottom: auto;
        max-height: 0;
        overflow: hidden;
        box-shadow: inset 1px 0px 0px 1px #dbdbdb;
        transition: max-height .2s ease;
        height: auto;
    }

    .show-sub:hover .top-submenu {
        max-height: 320px;
    }

    .sticky .top-submenu {
        top: 55px;
    }
}

@media (min-width: 992px) {
    /* .top-submenu {
        top: 59px;
    } */

    /* .sticky .top-submenu {
        top: 55px;
    } */
}

.top-submenu-inner {
    list-style: none;
    padding: 0 0 30px 10px;
    margin: 0;
    text-align: left;
    background: white;
    height: 100%;
}

.sticky .top-submenu-inner {
    max-height: calc(100vh - 69px);
}

.top-submenu-inner>li {
    width: 100%;
    margin: 0;
}

.top-submenu-inner>li:first-of-type {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-submenu-item {
    font-weight: 500;
    gap: 24px;
    padding: 8px 0;
    display: inline-block;
    font-size: 14px;
    transition: color .2s ease;
}

.top-submenu-item>img,
.top-submenu-item>picture {
    flex: 0 0 64px;
    max-width: 64px;
}

.top-submenu-item:hover {
    color: var(--main);
}

@media (min-width: 576px) {
    .top-submenu-inner {
        margin: 0 -10px;
    }

    .top-submenu-inner>li {
        width: 50%;
        padding: 0 10px;
    }
}

@media (min-width: 1199px) {
    .top-submenu-inner {
        max-height: unset;
        overflow-y: visible;
        padding: 18px 0 18px 10px;
        background-color: transparent;
    }

    .top-submenu-inner>li {
        padding: 6px 10px;
        width: 33.333%;
        max-width: 325px;
    }
}

@media (min-width: 1200px) {
    .top-submenu-inner>li {
        width: 25%;
    }
}

.top-submenu-list {
    margin: 10px 0 0;
    list-style: none;
    padding-left: 0;
}

.top-submenu-list li {
    position: relative;
    margin: 0;
}

.top-submenu-list li a {
    padding: 10px 0;
    display: inline-block;
    position: relative;
    font-size: 16px;
    transition: color .2s ease;
}

@media (min-width: 1199px) {
    .top-submenu-list li a {
        font-size: 14px;
        padding: 7px 0;
    }

    .top-submenu-list li::before {
        height: 18px;
        top: 0;
    }

    .top-submenu-list li::after {
        height: 18px;
        top: 18px;
    }
}

.top-submenu-list li a:hover {
    color: var(--main);
}

.top-submenu-image {
    max-width: 280px;
    display: none;
}

@media (min-width: 576px) {
    .top-submenu-image {
        display: block;
    }
}

.top-submenu-image a {
    display: block;
    position: relative;
}

.top-submenu-image a img {
    border-radius: 4px;
}

.top-submenu-image-title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.top-submenu-inner>li.top-submenu-inner-back {
    width: 100%;
}

.prefoot-top {
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--border);
}

.prefoot-top+.row {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fhead {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}

.fhead::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #9a9a9a;
    border-bottom: 2px solid #b5b5b5;
    position: absolute;
    top: 18px;
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform .2s ease;
}

.fhead.opened::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 23px;
}

.fhead-mini {
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: bold;
}

.fmenu,
.fhead {
    max-width: 290px;
    margin: auto;
}

.fmenu {
    margin: 0 auto;
    padding: 0 0 30px;
    list-style: none;
    display: none;
}

.fmenu li,
.fmenu p {
    margin: 0;
}

.fmenu li a,
.fmenu p a,
.fmenu p {
    padding: 10px 0;
    color: rgb(0 0 0 / 0.8);
    font-size: 16px;
    position: relative;
    font-weight: 400;
    transition: color .2s ease;
}

.fmenu p a {
    padding-top: 0;
}

.fmenu li a,
.fmenu p a {
    display: inline-block;
}

@media (min-width: 576px) {

    .fmenu li a,
    .fmenu p,
    .fmenu p a {
        padding: 8px 0;
    }

    .fmenu p a {
        padding-top: 0;
    }
}

.fmenu li a:hover,
.fmenu p a:hover {
    color: var(--black);
}

.fmenu li a::before,
.fmenu p a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 1px;
    background: #000;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.fmenu li a:hover::before,
.fmenu p a:hover::before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.fsocial a {
    display: block;
    margin-left: 15px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50%;
    transition: color .2s ease, background-color .2s ease;
}

.fsocial a:hover {
    color: #ffffff;
}

.fsocial a:first-child {
    margin-left: 0;
}

.fsocial--fb:hover {
    background-color: #3b5998;
}

.fsocial--insta:hover {
    background-color: #833AB4;
}

.fsocial--pine:hover {
    background-color: #E60023;
}

.fsocial--yt:hover {
    background-color: #c4302b;
}

.fsocial--tw:hover {
    background-color: #1DA1F2;
}

.fsocial--linked:hover {
    background-color: #0e76a8;
}

.fsocial svg,
.fsocial img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .fhead::after {
        display: none;
    }

    .fmenu {
        display: block;
        padding: 0 0 12px;
    }

    .fhead {
        pointer-events: none;
        padding: 0;
        font-size: 18px;
        margin: 0 0 20px;
    }

    .fcol2 .fmenu {
        column-count: 2;
    }

    .fmenu,
    .fhead {
        max-width: 100%;
    }
}

.fcontact-info {
    padding: 20px 0 0;
}

@media (min-width: 576px) {
    .fcontact-info {
        padding: 0 0;
    }
}

.fcontact-info p {
    font-size: 16px;
}

.fcontact-info-number {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
}

.fcontact-info-number:hover {
    color: var(--blue)
}

.fcontact-info-number span {
    font-weight: 600;
}

.ficons img {
    width: 67px;
    height: 35px;
}

@media (min-width: 576px) {
    .ficons img {
        width: 80px;
        height: 42px;
    }
}

@media (min-width: 992px) {
    .ficons img {
        width: 67px;
        height: 35px;
    }
}

@media (min-width: 1200px) {
    .ficons img {
        width: 80px;
        height: 42px;
    }
}

.prefoot {
    padding-top: 35px;
}

.prefoot .container {
    position: relative;
}

.go-to-top {
    position: absolute;
    right: 15px;
    bottom: 0;
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.go-to-top:hover {
    background-color: #fff;
}

.go-to-top svg {
    width: 15px;
    height: 55px;
    vertical-align: middle;
}

footer {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid var(--lightgray);
    color: #535353;
    text-align: center;
}

footer .copy {
    line-height: 24px;
}

footer .sungroup {
    max-width: 225px;
    opacity: .5;
    margin: 15px auto 0;
}

@media (min-width: 576px) {
    footer {
        text-align: left;
    }

    footer .sungroup {
        margin: 0;
    }
}

.cookiepolicy {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFF url(../img/cookie-bite-solid.svg) no-repeat left 10px bottom 10px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.15);
    z-index: 90;
    background-size: 108px;
}

.cookiepolicy.show {
    display: block;
}

.cookiepolicy span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.cookiepolicy span a {
    text-decoration: underline;
}

.cookiepolicy .cookie-btn {
    display: block;
    padding: 5px 10px 5px;
    margin: 10px auto 0;
    width: 150px;
    text-align: center;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.cookiepolicy .cookie-btn:hover {
    background: #131415;
    color: #fff;
}

@media (min-width: 576px) {
    .cookiepolicy {
        left: 15px;
        bottom: 15px;
        width: 490px;
        padding: 20px 15px;
    }

    .cookiepolicy span {
        font-size: 13px;
        line-height: 16px;
    }
}

#hamburger span {
    font-size: 16px;
    font-weight: bold;
    display: none;
}

#hamburger span.hshow {
    display: block;
}

.hamburger {
    padding: 13px 17px 5px 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 40%;
    background-color: #292929;
}

.hamburger-inner::after,
.hamburger-inner::before {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -8px;
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger-inner::after {
    bottom: -8px;
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown {
    position: relative;
}

.dropdown-button,
.show-filter-btn {
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 0 20px;
    line-height: 40px;
    position: relative;
    z-index: 6;
    font-size: 13px;
    transition: background-color .2s ease;
}

.dropdown-button img {
    width: 10px;
    margin-left: 10px;
    transition: transform .2s ease;
}

.dropdown-button.dropdown-open {
    background: #fff;
    border-radius: 7px 7px 0 0;
}

.dropdown-button.dropdown-open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-button:focus,
.dropdown-button:active {
    background-color: #fff;
}

.dropdown-button:hover {
    background-color: #f8f9f9;
}

.dropdown-list {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    padding: 0;
    background: #fff;
    z-index: 7;
    border: 0px solid #dbdbdb;
    border-radius: 0 7px 7px 7px;
    min-width: 230px;
    max-height: 0px;
    overflow: hidden;
    max-width: 300px;
    transition: max-height .2s ease;
}

.dropdown-open+.dropdown-list {
    max-height: 250px;
    padding: 8px 0;
    border: 1px solid var(--border);
}

.dropdown-list-right {
    left: auto;
    right: 0;
    border-radius: 7px 0 7px 7px;
}

.dropdown-list-item {
    display: block;
    padding: 6px 20px;
}

.dropdown-list-item:hover {
    background: #f8f9f9
}

.dropdown-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}

.dropdown-shadow-active {
    display: block;
}

.pagination-box {
    text-align: center;
    font-size: 12px;
}

@media(max-width: 991px) {
    .filter-section .pagination {
        display: none;
    }
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    width: 28px;
    height: 30px;
    border: 2px solid #dbdbdb;
    display: block;
    text-align: center;
    margin: 0 4px;
    line-height: 27px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination a.page-link:hover {
    border: 2px solid var(--main);
}

.pagination .active .page-link {
    border: 2px solid #333;
}

.breadcrumbs {
    padding: 20px 0;
    font-size: 12px;
}

.breadcrumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-item {
    color: #131415;
}

.breadcrumbs-item a,
.breadcrumbs-item span {
    color: #9b9b9b;
}

.breadcrumbs-item a svg {
    width: 16px;
    position: relative;
    top: 1px;
}

.breadcrumbs-item a::after {
    content: ">";
    display: inline-block;
    padding: 0 12px 0 7px;
}

.breadcrumbs-item--first {
    margin-right: 14px;
}

.breadcrumbs-item:first-child a::after,
.breadcrumbs-item:last-child a::after {
    display: none;
}

.breadcrumbs-item a:hover {
    color: var(--black);
}

.fancybox-bg {
    background: #fff;
}

.fancybox-button {
    background: rgb(0, 0, 0);
}

.fancybox-progress {
    background: var(--main);
}

.fancybox-thumbs__list a:before {
    border: 6px solid var(--main);
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
}

.alert {
    background: #eaeaea;
    padding: 15px 30px;
    text-align: center;
    display: block;
    font-size: 18px;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px #ddd;
}

.alert.alert-danger {
    background: #ff6c6c;
    color: #fff;
}

.alert.alert-success {
    background: #44b44c;
    color: #fff;
}

.alert button.close {
    position: absolute;
    top: 0;
    color: #fff;
    right: 3px;
    font-size: 25px;
    background: none;
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 3px 0px 3px 0px;
    opacity: 0;
    min-width: 20px !important;
    position: absolute;
}

.form-check,
.form-radio {
    position: relative;
}

.form-check-label,
.form-radio-label {
    margin: 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.filter-list .form-check-label {
    padding-left: 36px;
}

.input-info {
    display: block;
    padding: 0 5px;
    margin-bottom: 6px;
}

.form-check::before,
.form-radio::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border);
    position: absolute;
    top: 49%;
    left: 0px;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.filter-list .form-check::before {
    top: 69%;
}

.form-check.is-invalid::before {
    border: 1px solid #aa3a3a;
}

.form-check.is-invalid label,
.form-check.is-invalid label a {
    color: #aa3a3a;
}

.form-check label::before,
.form-radio label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 49%;
    left: 4px;
    border-radius: 3px;
    background: var(--main);
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-check label::before {
    width: 20px;
    height: 20px;
    left: 0;
}

.form-radio::before,
.form-radio label::before {
    border-radius: 50%;
}

.form-check label::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    position: absolute;
    top: 44%;
    left: 4px;
    opacity: 0;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-65%) rotate(-48deg);
    -ms-transform: translateY(-65%) rotate(-48deg);
    transform: translateY(-65%) rotate(-48deg);
}

.form-check input:checked+label::before,
.form-radio input:checked+label::before,
.form-check input:checked+label::after {
    opacity: 1;
}

.form-radio input:checked+label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 49%;
    left: 0px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid var(--main);
}

.form-radio-reverse {
    padding-left: 35px;
}

.form-radio-reverse label {
    position: absolute;
    top: 3px;
    left: 0px;
    padding-left: 0;
    padding-right: 15px;
}

.form-radio-reverse::before {
    left: 36px;
}

.form-radio-reverse label::before {
    left: 39px;
}

.form-radio.disabled label {
    cursor: not-allowed;
    opacity: .6;
}

.page-content {
    padding-bottom: 50px;
}

.page-content ol li,
.page-content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.klauzula p {
    font-size: 12px;
    line-height: 18px;
}

.klauzula .form-check p {
    font-size: 12px;
    line-height: 16px;
}

.klauzula a {
    text-decoration: underline;
}

#result .message {
    padding: 12px;
    text-align: center;
    color: #FFF;
}

#result.success .message {
    background-color: #44b44c;
}

#result.error .message {
    background-color: #9c0a0a;
}

.blog-categories {
    padding-left: 17px;
}

.blog-categories-item:hover {
    text-decoration: underline;
}

.blog-item {
    display: block;
    position: relative;
}

.blog-item-img {
    border-radius: 4px;
    overflow: hidden;
}

.blog-item-img img {
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .2s ease;
}

.blog-item-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item-desc {
    padding: 25px 0;
}

.blog-item-date {
    display: block;
    margin-bottom: 0;
    color: #535353;
}

.blog-item-date svg {
    width: 14px;
    height: 16px;
    opacity: .8;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.blog-item-title {
    display: block;
    margin-bottom: 20px;
}

.blog-item-text {
    display: block;
    line-height: 1.5;
}

.blog-item-title:hover {
    color: #1c1c1c;
    text-decoration: underline;
}

.blog-tag {
    font-size: 13px;
    background-color: #f3f3f3;
    padding: 2px 7px;
    border-radius: 4px;
    transition: background-color .2s ease;
}

.tag-categories-link:hover,
.blog-tag:hover {
    background-color: #fff;
    text-decoration: underline;
}

.tag-categories-link {
    font-size: 16px;
    background: #f3f3f3;
    padding: 6px 13px;
    border-radius: 4px;
}

.tag-categories-link--current {
    background: #fff;
    border-bottom: 2px solid var(--main);
    border-radius: 0px;
    font-weight: bold;
}

.post-content,
.post-content p {
    line-height: 1.8;
    font-size: 16px;
}

.post-meta {
    color: #5e5e5e;
    font-size: 13px;
}

.post-author-name img,
.post-date img {
    width: 14px;
    height: 16px;
    opacity: .5;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.post-share {
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.post-share-link {
    margin-right: 15px;
    padding: 10px 18px 9px;
    border: 1px solid var(--border);
    border-radius: 4px;
    transition: background-color .2s ease, border-color .2s ease;
}

.post-share-link svg {
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    transition: color .2s ease;
}

@media (min-width: 576px) {
    .post-share-link svg {
        margin-right: 11px;
    }
}

.post-share-link:hover {
    color: #fff;
}

.post-share-link.fb:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.post-share-link.tw:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.post-share-link.linked:hover {
    background-color: #0e76a8;
    border-color: #0e76a8;
}

.post-share-link.fb svg path {
    fill: #3b5998;
}

.post-share-link.tw svg path {
    fill: #1DA1F2;
}

.post-share-link.linked svg path {
    fill: #0e76a8;
}

.post-share-link:hover svg path {
    fill: #fff;
}

.newsletter {
    max-width: 620px;
}

.newsletter .control-label {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-top: 20px;
    display: none;
    position: relative;
    top: auto;
    left: auto;
}

.grecaptcha-badge {
    display: none !important;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px var(--border);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 52px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #828282;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--main);
}

.nice-select:after {
    border-bottom: 2px solid #454545;
    border-right: 2px solid #454545;
    content: '';
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.account-menu {
    background: #F5FAFF;
    padding: 24px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .account-menu {
        margin-right: 15px;
    }
}

.prod-list-item {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .2s;
    height: 100%;
}

.prod-prices {
    margin-top: auto;
}

.form--add-to-cart+.prod-prices {
    margin-top: 0;
}

.form--add-to-cart {
    margin-top: auto;
}

.prod-list-item:hover {
    border-color: var(--main);
}

.owl-carousel .prod-list-item {
    margin-bottom: 0;
}

.prod-list-item .add-to-wishlist {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 24px;
    height: 24px;
}

.prod-list-item>.pointer {
    width: 100%;
}

/*@media (max-width: 499px) {*/
/*    .prod-list-item__wrapper {*/
/*        flex: 0 0 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

@media (max-width: 575px) {
    .prod-list-item {
        border: 0;
        padding: 0;
    }
}

.prod-name {
    display: block;
    margin-bottom: 12px;
    padding-right: 4px;
}

.prod-img {
    margin-bottom: 12px;
    position: relative;
}

.prod-img__second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s;
    z-index: 1;
}

.prod-list-item:hover .prod-img__second {
    opacity: 1;
}

.prod-price {
    padding-top: 12px;
    position: relative;
    display: block;
    font-weight: bold;
}

.prod-price::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background-color: var(--blue);
}

.prod-price__unit {
    font-size: 12px;
}

.prod-old-price {
    text-decoration: line-through;
    color: #acacac;
    font-size: 12px;
}

.prod-old-price+.prod-price {
    color: #c70000;
    padding: 0;
}


.prod-old-price+.prod-price::before {
    display: none;
}

.prod-flags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.prod-flag,
.product-flag,
.baner-item-flag {
    padding: 6px 8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #fff;
}

.product-flag:last-child {
    margin-right: 0;
}

.prod-flag--new,
.product-flag--new {
    background-color: #c3e8bf;
    color: #006200;
}

.prod-flag--recommended,
.product-flag--recommended {
    background-color: #e4f2ff;
    color: #2a4fac;
}

.prod-flag--sale,
.product-flag--sale {
    background-color: #ffced1;
    color: #c70d0d;
}

.prod-flag--bestseller,
.product-flag--bestseller {
    background-color: #ffce7c;
    color: #7a5a23;
}

.prod-flag--zero,
.product-flag--zero {
    background-color: #fff3f4;
    color: #9e2828;
}

@media (max-width: 767px) {
    .prod-flags {
        position: relative;
        top: auto;
        left: auto;
    }
}

.item-qty-input {
    width: 40px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    border-color: var(--border);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 43px;
}

.qty-change {
    width: 34px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 21px;
    background-color: #ffffff;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--border);
    transition: background-color .2s ease;
}

.qty--minus {
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    border-right: none;
}

.qty--plus {
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    border-left: none;
    position: relative;
}

.qty-change:active,
.qty-change:focus,
.qty-change:hover {
    background-color: #f3f3f3;
}

.qty--plus.disabled,
.qty--minus.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty--plus span {
    display: none;
    position: absolute;
    font-size: 11px;
    white-space: nowrap;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    height: 22px;
    background: var(--black);
    line-height: 1;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    opacity: 1;
}

.qty--plus span::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: var(--black);
    z-index: -1;
}

.qty--plus.disabled:hover span {
    display: block;
}

@media (min-width: 380px) {
    .qty-change {
        width: 38px;
    }

    .item-qty-input {
        width: 50px;
        height: 43px;
    }
}

@media (min-width: 768px) {
    .qty-change {
        margin: 0;
    }
}

.btn-call {
    position: fixed;
    z-index: 7;
    bottom: 32px;
    right: 5%;
    background-color: #66C964;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 6px rgba(102, 201, 100, 0.2);
    height: 52px;
    padding: 0 16px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform .2s ease;
}

.btn-call.higher {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

@media (min-width: 768px) {
    .btn-call {
        padding: 0 30px;
    }
}

.btn-call:hover {
    background-color: #4bb349;
}

.btn-call:focus,
.btn-call:active {
    background-color: #379b35;
}

.btn-call svg {
    vertical-align: middle;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 15px;
    z-index: 20;
    width: calc(100% - 30px);
    background-color: #ffffff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 70px 25px 30px;
    border-radius: 12px;
}

@media (min-width: 660px) {
    .popup {
        padding: 70px 60px 40px;
        width: 100%;
        max-width: 600px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.popup-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(2px);
}

.popup.show,
.popup-shadow.show {
    display: block;
}

.popup-success {
    display: none;
}

.popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.popup-form .control-label {
    font-size: 12px;
}

.max200 {
    max-width: 200px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .high-content {
        min-height: calc(100vh - 417px);
    }
}

@media (min-width: 992px) {
    .high-content {
        min-height: calc(100vh - 437px);
    }
}

@media (max-width: 575px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.about-us-list {
    column-count: 3;
}

@media (max-width: 1000px) {
    .about-us-list {
        column-count: 2;
    }
}

@media (max-width: 500px) {
    .about-us-list {
        column-count: 1;
    }

    .prod-price__unit {
        display: block;
    }
}

@media (max-width: 450px) {
    .confirmation-table tr {
        display: flex;
        flex-direction: column;
    }

    .confirmation-table td {
        text-align: center;
    }

    .top-line-inner a {
        margin-left: 12px;
    }
}


.fslightbox-source {
    border-radius: 25px;
    overflow: hidden;
}

.relative {
    position: relative;
}

.chat-on-whatsapp {
    position: fixed;
    bottom: 64px;
    right: 64px;
    z-index: 9999;
    transition: opacity .3s, visibility .3s;
}

.chat-on-whatsapp.hide {
    opacity: 0;
    visibility: hidden;
}

.chat-on-whatsapp img {
    height: 48px;
    width: auto;
}

@media (max-width: 1480px) {
    .chat-on-whatsapp {
        right: 16px;
        bottom: 16px;
    }
}
