html {
    padding: 0;
    margin: 0 !important;
}

a:hover {
    text-decoration: none;
}

body {
    /*font-family: "GT Eesti Pro Display", sans-serif;*/
    font-family: Rubik, sans-serif;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #0d0d0d;
    background-color: #f3f3f3;
}

.navbar {
    background: #ffffff;
    border-bottom: 1px solid #e6e8ee;
}

.stroke {
    border-top: 1px solid #d7d7d7;
}

.whiteWrapper {
    background: #fff;
}

/*
.divider {
    background: #e2e3ec;
    height: 1px;
}*/
.pointer {
    cursor: pointer;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0039a6;
    --_m: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.lazy {
    opacity: 0
}

.lazy-loaded {
    opacity: 1
}

.lazy-hidden {
    background: #fff url('/cms/img/loading.gif') no-repeat 50% 50%
}

.lazy-loaded {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.lazyload {
    background: #fff url('/cms/img/loading.gif') no-repeat 50% 50% !important
}

.mainPageTitle {
    margin-bottom: 20px;
    padding: 0;
    color: #262626;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
}

.itemCard {
    background: #fff;
    border-radius: 16px;
    padding: 60px 20px;
    border: 1px solid #e6e8ee;
    box-shadow: 0 1px 1px #0000000f;
}

.indexSearch {
    background: #fff;
    padding: 60px 20px;
    border-bottom: 1px solid #e6e8ee;
}

.gap-8 {
    gap: 8px;
}

/**/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 10px;
    padding: 6px;
    border-color: #f0f0f0;
}

.ui-menu-item {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    text-align: left;
    cursor: pointer;
    align-items: center;
    border-radius: 3px;
    display: grid;
    min-height: 40px;
}

/**/
.lowText {
    color: #b6b7c3;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 14px;
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
    color: rgba(0, 0, 0, .9);
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*margin: 0 auto;*/
        max-width: 1440px;
        min-width: 360px;
        padding: 0 22px;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.headItem {
    flex-shrink: 0;
}

.detailTitle {
    display: inline-block;
    display: -webkit-box;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
    color: #262626;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.detailImage {
    border-radius: 16px;
    border: 1px solid #e6e8ee;
    position: relative;
    background: #fff;
}

.detailImage img {
    object-fit: contain;
    width: 450px;
    height: 450px;
}

.detailImage:after {
    background-color: rgba(0, 48, 120, .039);
}

.detailDeliveryBox {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);
    margin-bottom: 1px;
    /*padding: 24px;*/
    margin-top: 14px;
}

.detailDeliveryHeader {
    padding: 16px 24px 16px;
    /*border-bottom: 1px solid rgba(204, 214, 228, .6);*/
    border-bottom: 1px solid rgba(204, 214, 228);
    font-weight: 500;
    line-height: 1em;
    font-size: 14px;
}

.detailDeliveryFooter {
    padding: 16px 24px 16px;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid rgba(204, 214, 228);
}

.detailDeliveryItem {
    padding: 10px 24px;
    border-bottom: 1px dashed rgba(204, 214, 228);

}

.detailDeliveryItem:last-child {
    border-bottom: none;
}

.change_cityIcon {

    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23262626' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 10.5a3 3 0 11-6 0 3 3 0 016 0z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.change_city {
    display: flex
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    font-weight: 400;
    font-display: swap;
    src: url('GTEestiProDisplay-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    font-weight: 500;
    font-display: swap;
    src: url('GTEestiProDisplay-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    font-weight: 700;
    font-display: swap;
    src: url('GTEestiProDisplay-Bold.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url('Inter_18pt-Regular.woff2') format("woff2"), url('Inter_18pt-Regular.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url('Inter_18pt-Medium.woff2') format("woff2"), url('Inter_18pt-Medium.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url('Inter_18pt-SemiBold.woff2') format("woff2"), url('Inter_18pt-SemiBold.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url('Inter_24pt-Bold.woff2') format("woff2"), url('Inter_24pt-Bold.ttf') format("truetype")
}

.region-confirmation-modal {
    width: 300px;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 0px 32px 0px rgba(26, 25, 35, .1), 0px 32px 32px 0px rgba(26, 25, 35, .05);
    background: #ffffff;
    z-index: 11;

    position: absolute;
    visibility: visible;
    top: 41px;
    right: 10px;
}

.region-confirmation-modal__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
}

.region-confirmation-modal_close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    background: transparent;
}

.region-confirmation-modal__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}

.region-confirmation-modal__controls button {
    width: 130px;
}

.region-confirmation-modal .selectCityBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    font-weight: 500;
    font-family: var(--font-family-gotham);
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px #4d35af;
    padding: 10px 24px;
    gap: 8px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}

.region-confirmation-modal .selectCityBtn {
    background: #4d35af;
    color: #fff;
    --box-shadow-color: #4d35af;
}

.region-confirmation-modal .selectCityBtn.outline {
    background: #fff;
    color: #4d35af;
    --box-shadow-color: #4d35af;
}


/*Breadcrumb*/
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-left: auto;
    background-color: unset;
}

.pageWay {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
    color: #262626;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    margin-right: auto;
}

.pageWay a {
    position: relative;
    display: inline-flex;
    margin-right: 16px;
    border-radius: 8px;
    padding: 4px 8px;
    color: #262626;
    font-size: 14px;
    text-decoration: none;
    background-color: rgba(0, 48, 120, .039);
    background-color: rgba(180, 184, 204, 0.26);
    white-space: nowrap;
}

.pageWay a:hover {
    background-color: rgb(6 6 6 / 5%);
}

.pageWay a:after {
    content: "—";
    position: relative;
    top: 0px;
    left: 21px;
    display: inline-block;
    vertical-align: top;
    color: #bcbcbc;
}

.pageWay > div:last-child a:after {
    content: "";
}

.pageWay a:hover {
    color: #1a73e8;
    transition: color .3s;
}

/*navbar*/
.navbarDesc {
    font-size: 14px;
    line-height: 14px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    letter-spacing: 1px !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.navbarBorder {
    border: 2px solid #4d35af;
    border-radius: 8px;
    padding: 0px 6px;
    margin-left: 10px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
}

/*index search form*/
/*.mainHeaderSearch {
    position: relative;
    display: flex;
    width: 100%;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 0 0 0 16px;
    background: #fff;
    margin: 0 16px;
}*/

.mainHeaderSearchText {
    width: 100%;
    /*height: 48px;*/
    border: none;
    background: none;
}

.mainHeaderSearchTextVal {
    display: flex;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    padding-right: 50px;
    outline: none;
    overflow: hidden;
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    background: none;
    -webkit-appearance: none;
    text-overflow: ellipsis;
}

.mainHeaderSearchSubmit {
    position: relative;
    top: 0;
    right: 0;
    z-index: 3;
    width: 200px;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
    font-size: 16px;
    color: #fff;
    line-height: 0;
    background-color: #4CAF50;
}

.mainHeaderLinks {
    position: relative;
    display: flex;
    gap: 24px;
    height: 42px;
}

.mainHeaderLinksPR:after, .mainHeaderLogIn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z' /%3E%3C/svg%3E");
}

/*.mainHeaderLinksPR, .mainHeaderLogIn, .mainHeaderLinksFav, .mainHeaderLinksViewed {
    position: relative;
    display: flex;
    min-width: 40px;
    gap: 4px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    cursor: pointer;
}*/
.mainHeaderLinks .itemIcon {
    display: block;
    height: 24px;
    text-align: center;
}

.mainHeaderLinks svg {
    width: 24px;
    height: 24px;
}

.mainHeaderLinks a:hover, .mainHeaderLinks a:hover .itemName {
    /*color: #0056b3;*/
    color: #0039A6;
}

.mainHeaderLinks a svg {
    stroke: #000;
}

.mainHeaderLinks a:hover svg {
    /*stroke: #0056b3;*/
    stroke: #0039A6;
}

.mainHeaderLinks .itemName {
    display: block;
    color: #262626;
}

.mainHeaderLinksPR:after, .mainHeaderLogIn:after, .mainHeaderLinksFav:after, .mainHeaderLinksViewed:after {
    content: "";
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.submenu {
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.submenuWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.submenu .selectCity {
    margin-left: 24px;
    max-width: 230px;
}

.submenu .selectCity i {
    color: #0039a6;
}

.submenu .selectCity span {
    border-bottom: 1px dashed;
    color: #262626;
    font-weight: 500;
}

.submenu .selectCity a {
    line-height: 1;
    overflow: hidden;
}

.submenu .selectCity .selectCityHelper {
    position: relative;
}

.productDetailBox {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);;
    box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);;
    margin-bottom: 1px;
    padding: 24px;
    padding: 18px;
}

.productDetailBox a.productCardShopLink:hover {
    /*background-color: rgb(0, 57, 166, 0.9);*/
    background-color:#0039a6e6;
}

.productDetailBox a.productCardShopLink {
    display: inline-flex;
    position: relative;
    gap: 6px;
    justify-content: center;
    align-items: center;
    /* max-width: 100%; */
    width: 100%;
    margin: 0;
    border-radius: 12px;
    padding: 12px 8px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    background-color: #0039a6;
    transition: color .3s, background-color .3s;
}

.productDetailBox a.productCardShopOffers {
    display: inline-flex;
    position: relative;
    gap: 6px;
    justify-content: center;
    align-items: center;
    /* max-width: 100%; */
    width: 100%;
    margin: 0;
    border-radius: 12px;
    padding: 12px 8px;
    color: #0039A6;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    background-color: rgb(244, 246, 250);
    background-color: rgba(68, 45, 13, 0.078);
    background-color: rgb(219 234 254 / 1);
    transition: color .3s, background-color .3s;
    margin-top: 12px;
    border-bottom: none;
}

.productDetailBox a.productCardShopOffers svg {
    transform: rotate(90deg);
    margin-left: 5px;
}

.productDetailPrice {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 5px;

}

.productOldPrice {
    text-decoration: line-through;
    background-color: #fff;
    /* font-size: 85%; */
    margin-right: 10px;
    color: #707f8d;
    font-weight: 700;
    padding: 2px 0px;
}

.productDiscountValue {
    /*background: rgb(255, 0, 0, .15);*/
    background: #ff000026;
    border-radius: 8px;
    color: rgb(255, 0, 0);
    padding: 2px 8px;
    font-weight: 700;
}

.detailProps {

}

.detailProps .detailPropsTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 16px;
}

.detailProps .detailPropsSpecifications {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;

}

.detailProps .detailPropsItem {
    /*align-items: flex-end;*/
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;

}

.detailProps .detailPropsItem .detailPropsName {
    box-sizing: border-box;
    display: block;
    margin-bottom: 8px;
    word-break: break-word;
    /*color: rgba(0, 26, 52, .6);*/
    color: #86888f;
    width: 50%;
}

.detailProps .detailPropsItem .detailPropsName:before {
    /*border-bottom: 1px dotted rgba(204, 214, 228, .6);*/
    border-bottom: 1px solid #d9d9d9;
    bottom: .2em;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.detailProps .detailPropsItem .detailPropsValue {
    box-sizing: border-box;
    display: block;
    margin-bottom: 8px;
    word-break: break-word;
    color: rgba(0, 26, 52, .6);
    width: 50%;
    color: #0d0d0d;
}

.showhide {
    max-height: 20.32em;
    position: relative;
    overflow-y: hidden;

}

.link_showhide {
    padding: 8px 20px;
    background-color: #e9e9e9;
    display: inline-flex;
    border-radius: 16px;
    color: #0039A6;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 500;
    cursor: pointer;
}

.showhide_open {
    max-height: none !important;
}

.showhide .gardientbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 75px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 5;
}

.detailTable {

}

.detailTable .detailTableItem {
    display: flex;
    position: relative;
    border-bottom: .5px solid rgba(204, 214, 228, .6);
    padding: 12px 0;
}

.detailTable.detailTableItem:before {
    border-bottom: 1px dotted #d7d7d7;
    bottom: .2em;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.detailTable .detailTableLabel {
    background-color: unset;
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
    position: relative;
}

.detailTable .detailTableValue {
    background-color: unset;
    font-size: 16px;
    line-height: 20px;
    margin-left: auto;
    padding-left: 8px;
    position: relative;
    text-align: right;
}

.allProperties a {
    padding: 8px 20px;
    background-color: #e9e9e9;
    /* display: inline-block; */
    border-radius: 16px;
    color: #0039A6;
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 500;
}

/*
.allProductVariation a{
    padding: 8px 20px;
    background-color: #e9e9e9;
    border-radius: 16px;
    color: #0039A6;
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 500;
}
*/
.allProductVariation a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.28px;
    line-height: 16px;
    border-bottom: 1px dotted;
    color: #0039A6;
    margin: 6px 0;
    display: inline-block;
    cursor: pointer;
}

.productVariation {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.productVariation img {
    /*max-height:70px;*/
    object-fit: contain;
    height: 100%;
}

.productVariationTitle {
    font-weight: 500;
}

.productVariationItem {
    /*max-width: calc(25% - 12px);*/
    max-width: 20%;
    /*flex: 0 0 20%;*/
}

.goodsVariation {
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    padding: 12px;
    margin-top: 12px;
}

.productVariation a {
    border: 1px solid rgba(204, 214, 228, .6);
    display: block;
    padding: 6px;
    text-align: center;
    border-radius: 16px;
    width: 72px;
    height: 72px;
    background: #fff;
}


/*search*/
.mainHeaderSearch {
    position: relative;
    display: flex;
    width: 100%;
    /*height: 42px;
    border: 2px solid #0039a6;
    border-radius: 12px;
    padding: 0 0 0 16px;*/
    background: #ffffff;
    margin: 0 2%;
}

.mainHeaderSearchText {
    width: 100%;
    /*height: 37px;*/
    border: none;
    background: #ffffff;
}

.mainHeaderSearchTextVal {
    display: flex;
    width: 100%;
    /*height: 100%;
    border: none;
    padding: 0;
    padding-right: 50px;*/
    outline: none;
    overflow: hidden;
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    background: #ffffff;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    height: 42px;
    padding: .375rem .75rem;
    border: 2px solid #0039a6;
    border-radius: 12px 0 0 12px;
}

.mainHeaderSearchSubmit {
    /* position: relative; */
    /* top: 0; */
    /* right: 0; */
    /* z-index: 3; */
    width: 100px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
    /* font-size: 0; */
    line-height: 0;
    background: #0039a6;
    color: #fff;
    font-weight: 400;
}

/*.mainHeaderSearchSubmit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDguODQzNzVDMTYgMTMuMjYyIDEyLjQxODMgMTYuODQzOCA4IDE2Ljg0MzhDMy41ODE3MiAxNi44NDM4IDAgMTMuMjYyIDAgOC44NDM3NUMwIDQuNDI1NDcgMy41ODE3MiAwLjg0Mzc1IDggMC44NDM3NUMxMi40MTgzIDAuODQzNzUgMTYgNC40MjU0NyAxNiA4Ljg0Mzc1Wk0yIDguODQzNzVDMiAxMi4xNTc1IDQuNjg2MjkgMTQuODQzOCA4IDE0Ljg0MzhDMTEuMzEzNyAxNC44NDM4IDE0IDEyLjE1NzUgMTQgOC44NDM3NUMxNCA1LjUzMDA0IDExLjMxMzcgMi44NDM3NSA4IDIuODQzNzVDNC42ODYyOSAyLjg0Mzc1IDIgNS41MzAwNCAyIDguODQzNzVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMy40MTQxIiB5PSIxMi44NDM4IiB3aWR0aD0iMTAuNTA3IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEzLjQxNDEgMTIuODQzOCkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}*/

body.searchFocus .mainHeaderOverlay {
    display: block;
    opacity: 1;
}

body .mainHeaderOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}

/*cards*/
.productsList {

}

.productsList a {
    color: #0039A6;
}

.productsList a:hover {
    color: #1a73e8;
}

.productsList .productCard {
    align-items: center;
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 16px;
    box-shadow: 0 1px 1px #0000000f;
    /*cursor: pointer;*/
    display: flex;
    /*padding: 8px 10px;*/
    padding: 12px 14px;
    margin-bottom: 8px;
}


.productsList .productImage {
    flex-shrink: 0;
    margin-right: 24px;
    width: 70px;
}

.productsList .productImage img {
    max-height: 70px;
    display: block;
    margin: 0 auto;
}

.productsList .productData {
    flex-basis: 0;
    flex-grow: 1;
    /*min-width: 40%;*/
    min-width: calc(100% - 400px);
    font-size: 16px;
    display: flex;
    gap: 20px;
    align-items: center;

}

.productsList .productData .productName {
    width: 60%
}

.productsList .productSeller {
    flex-basis: 0;
    flex-grow: 1;
    /*min-width: 0;*/
    /*min-width: 20%;*/
    font-size: 16px;
    width: 250px;
    margin: 0 auto;
}

.productsList .productPrice {
    flex-shrink: 0;
    width: 250px;
}

.productsList .productAction {
    display: flex;
    flex-shrink: 0;
    gap: .5rem;
}

.productsList .shopPrice {
    /*font-size: 22px;
    color: #000;
    font-weight: 700;
     */
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.productsList .shopPrice .yPrice {
    color: #3d9966 !important;
}

.productsList .productPrice a.shopLinkBtn {
    background-color: #0039a6;
    border: 2px solid #0039a6;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    /*line-height: 20px;*/
    line-height: 14px;
    display: block;
    width: 100%;
}

.productsList .productPrice a.shopLinkBtn:hover {
    /*background-color: rgb(0, 57, 166, 0.9);*/
    background-color: #0039a6e6;
    text-decoration: none;
}

.productsList .productSeller .sellerName {
    background: #f4f6fa;
    display: inline-block;
    border-radius: 8px;
    padding: 4px 10px;
    margin-bottom: 2px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*vertical view*/
.productsListVertical {
    width: 100%;
    display: grid;
    /*grid-template-columns: repeat(6, 1fr);
    gap: 1rem 1rem;*/
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 16px;

}

.productsListVertical .productCard{
    width: 100%;
    height: 100%;
    /*display: flex;*/
    --v-background: #fff;
    --v-border-color: #e6e8ee;
    background: var(--v-background);
    border: 1px solid var(--v-border-color);
    border-radius: 20px;
    box-shadow: 0 1px 1px #0000000f;
    cursor: pointer;
    min-height: 250px;
    padding: 10px;
    position: relative;
    text-align: center;

}

.productsListVertical .productImage{
    /*margin-bottom: 10px;*/
    min-height: 120px;
    aspect-ratio: 1;
    /*display: inline-flex;*/
    height: 120px;
    margin: 0 auto;
    display: block;
}

.productsListVertical .productImage img{
    object-fit: cover;
    padding: 4px;
    width: 100%;
}

.productsListVertical .productData .productName{
    /*display: -webkit-box;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;*/
    /*display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 68px;
    line-height: 1.5;
    margin: 10px 0;*/
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    line-height: 1.5;
    margin: 10px 0;
    /* font-weight: 500; */
    color: #181818;
}

.productsListVertical .productPrice{
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productsListVertical .shopPrice{
    color: #181818;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.44px;
    line-height: 24px;
}

.brandWrapper{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

@media (max-width: 992px) {
    .productsList .productData {
        display: block;
    }

    .productsList .productSeller {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .productsList {
        /*grid-gap: 16px;*/
        grid-gap: 8px;
        display: grid;
        /*grid-template-columns: repeat(auto-fill, calc(50% - 8px));*/
        grid-template-columns: repeat(auto-fill, calc(50% - 4px));
        justify-items: center;
    }

    .productsList .shopPrice {
        font-size: 18px;
    }

    .productsList .productPrice a.shopLinkBtn {
        padding: .25rem .5rem;
        line-height: 1.5;
    }

    .productsList .productCard {
        display: block;
        text-align: center;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        font-size: 15px !important;
    }

    .productsList .productImage img {
        max-height: 100px;
        display: block;
        margin: 0 auto;
    }

    .productsList .productPrice {
        width: 100%;
    }

    .productsList .productPrice .yPrice {
        display: none;
    }

    .productsList .productPrice .priceDot {
        display: none;
    }

    .productsList .shopPrice {
        display: flex;
        justify-content: center;
    }

    .productsList .productData {
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
        font-size: 15px !important;
    }

    .productsList .productData .productName {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /*height: 68px;*/
        height: 60px;
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;

    }

    .productsList .productImage {
        flex-shrink: 0;
        margin-right: 0;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    .productsList .productSeller .sellerName {
        max-width: 90%;
    }

    .productsList .productSeller {
        margin: 10px 0;
    }

    .productsList .productDelivery {
        display: none;
    }

    footer .ml-auto {
        margin-left: 0 !important;
    }
}

/*product mobile*/
@media (max-width: 768px) {
    .detailTitle {
        font-size: 18px;
        line-height: 1.4;
    }
}

/**/

/*mainPageTabs*/
.mainPageTabsContainer {
    /*display: flex;*/
    justify-content: center;
    width: 100%;
}

.mainPageTabs {
    background-color: #e9e9e9;
    border-radius: 16px;
    padding: 4px;
    border: 1px solid #e6e8ee;
    width: fit-content;
    margin: 0 auto;
}

.nav-pills.mainPageTabs .nav-link.active {
    background-color: #ffffff;
    color: #262626;
    border-radius: 16px;
    font-weight: 500;
}

footer a {
    color: #0d0d0d;
    border-bottom: 1px solid
}

/*product*/
.product {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.productInfo {
    background: #fff;
    border-radius: 20px;
    /*display: grid;
    grid-template-areas:
        "slider buttons"
        "slider info"
        "badges compilation"
        "accessories accessories";
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto 1fr auto auto;*/
    padding: 20px;
    /*position: sticky;
    top: 71px;
    grid-gap: 20px;
    width: 100%;*/
    /*width:100%;*/
    width: calc(100% - 370px);
    overflow: hidden;
}

.productMenu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    grid-area: buttons;
    justify-content: space-between;
}

.productPhoto {
    display: flex;
    flex-direction: column;
    gap: 12px;
    grid-area: slider;
    position: relative;
    width: 100%;
}

/*
.productShortProps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-area: info;
}
*/
.productBuyWidget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 370px;
    width: 370px;
    position: sticky;
    top: 0;
}

.detailSmallTitle {
    color: #404040;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 28px;
}

.productShortPropsList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.productShortPropsLink {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.28px;
    line-height: 16px;
    border-bottom: 1px dotted;
    color: #0039A6;
    margin: 6px 0;
    display: inline-block;
    cursor: pointer;
}

.productShortPropsItem {
    align-items: baseline;
    color: #89888b;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    justify-content: space-between;
    letter-spacing: -.28px;
    line-height: 16px;
    margin-bottom: 0;
}

.productShortPropsItem dd{
    /*margin-bottom: .5rem;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 30px;*/
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*max-height: 1em;*/
    word-break: break-all;
    white-space: nowrap;
}

.productShortPropsItemLabel {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.28px;
    line-height: 16px;

    width: fit-content;
    max-width: 30%;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.productShortPropsItemDots {
    border-bottom: 1px dashed #89888b;
    flex: 1;
    min-width: 100px;
}

.productShortPropsItemValue dd:not(.productShortPropsItemDots) {
    margin: 0;
    max-width: 250px;
    word-wrap: break-word;
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.28px;
    line-height: 16px;
}

.divider {
    border-top: 1px solid #d9d9d9;
}

.lowText {
    color: #888888;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 14px;
}

@media (max-width: 767px) {
    .product {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    .productInfo{
        width: 100%;
    }
    .productMenu {
        padding: 12px 0;
    }
    .owl-carousel .owl-item img {
        margin: 0 auto;
    }
    .productBuyWidget {
        /*display:block;*/
        width: 100%;
    }
}

.productBuyFixed {
    align-items: center;
    background: #fff;
    border-top: 1px solid #f3f3f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*bottom: calc(52px + env(safe-area-inset-bottom));*/
    bottom: 0;
    box-shadow: 0 -1px 19px 7px #00000026;
    display: none;
    justify-content: space-between;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.productBuyFixedWrapper {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    padding: 12px !important;
}

.mobileBottomBtn, .mobileBottomBtn a{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .productBuyFixed {
        display: flex;
    }
}

.indexStart {
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 40px;
    box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);
}

#specification {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#specification .detailTitle {
    margin-bottom: 20px;
}

.productTabs {
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 4px;
    width: fit-content;
}

.productTabs li.nav-item a {
    border-radius: 60px;
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.32px;
    line-height: 22px;
    /*padding: 12px 24px;*/
    padding: 8px 24px;
    transition: all .4s;
}

.productTabs li.nav-item a.active {
    background: #f3f3f3;
    color: #0039A6;
}

.productTabs li.nav-item a:hover {
    background: #f4f4f4;
    cursor: pointer;
}

.productTabsWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mustSelectCity {
    width: 370px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);
    box-shadow: 0 0 15px hsla(0, 0%, 52%, .1);
    margin-bottom: 1px;
    padding: 13px;
    background-color: #fff3cd;
    text-align: center;
    border: 1px solid #ffeeba;
}

.owl-thumbs .item {
    cursor: pointer;
    border: 1px solid #d7d7d7;
    padding: 6px;
    max-width: 25%;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-carousel .owl-item img {
    object-fit: contain;
    width: 450px;
    height: 450px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    max-height: 450px;
}

.owl-carousel.owl-drag .owl-item {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.popover {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px #0003;
    display: block;
    /*min-width: 280px;*/
    font-size: 13px;
    z-index: 1000;
    background-color: #070707;
    color: #f5f7fa !important;
}

.popover-body {
    color: #f5f7fa !important;
    font-weight: 500;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-bottom-color: #070707;
    top: 1px;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23404040' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.875 9.625v6.063A2.875 2.875 0 0 1 15 18.561v0H7v0a2.875 2.875 0 0 1-2.875-2.875V9.625M7.563 5.5 11 2.063 14.438 5.5M11 2.063v9.625'/%3E%3C/svg%3E") !important;
    background-size: 22px 22px !important;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background: transparent !important;
    border: none !important;
    border-radius: unset !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.socialMenuBtn {
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px;
    color: #404040;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 4px 8px;
    width: 38px;
}

.favoriteMenuBtn {
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px;
    color: #404040;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 4px 8px;
    width: 38px;
    cursor: pointer;
}

.favorite svg {
    fill: #f3f3f3;
    stroke: #23404040;
}

.ratingValue {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    color: #404040;
}

.rating:hover, .rating:hover .ratingValue {
    color: #0039A6;
}

.shopLink {
    align-items: center;
    background: #f0f1f3;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    position: relative;
    height: 40px;
    padding: 0 10px;
    transition: background-color .3s, border-color .3s;
    margin-top: 8px;
    color: #0039A6;
    font-weight: 500;
    font-size: 16px;
}
.shopName{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
}
.shopLink:hover {
    background-color: rgb(219 234 254 / 1);
}

.shopPrice {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

#shopPricesPopulare {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.productCategoriesList {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 18px;
    min-height: 38px;
    margin-top: 12px;
}

.productCategoriesList a {
    align-items: center;
    background: #f5f7fa;
    border-radius: 16px;
    box-sizing: border-box;
    color: #070707;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    height: 32px;
    margin: 0 6px 6px 0;
    padding: 6px 16px;
}

.productCategoriesList a:hover {
    background: #e2e7ec;
    cursor: pointer;
    color: #003ead;
}

.modal .city-list {
    /*column-count: 3;*/
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*  -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;*/
}

.modal .col-md-3_ {
    width: 33.3%;
    padding-bottom: 10px;
    /*margin-right: auto;
    margin-bottom: 10px;*/
}

.modal .col-md-3_:last-child {
    margin-right: 0;
}

.modal .city {
    /*max-width: 33.33%;*/
    max-width: 250px;
    padding-bottom: 5px;
}

.modal .city a {
    color: #252525;
    font-size: 15.5px;
    border-bottom: 1px solid #e0e0e0;
}

.modal .city a:hover {
    color: rgba(0, 0, 0, .7);
    border-bottom: 1px solid #e0e0e0;
    text-decoration: none;
    color: #0066cc;
}

.modal .fl {
    font-weight: bold;
    font-size: 1.2em;
    padding-bttom: 5px;
}

.modal a.ajaxed span {
    color: #252525;
    font-size: 15.5px;
    /*border-bottom: 1px dashed #e0e0e0;*/
    border-bottom: 1px dashed !important;
}

.modal a.ajaxed:hover {
    color: #0066cc;
    font-size: 15.5px;
    border-bottom: 1px dashed #0066cc;
    text-decoration: none;
}

.city-list__item {
    display: block;
    line-height: 1.5;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.city-list-cols {
    -moz-column-count: 2;
    column-count: 2;
}

@media (min-width: 940px) {
    .city-list-cols {
        -moz-column-count: 3;
        column-count: 3;
    }
}

#marketWidget, #widgetHeader{
    border-radius: 16px;
    background: #fff;
    margin-left: -1px;
    overflow: hidden;
}

.pageContent {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: calc(100% - 370px);
    overflow: hidden;
    line-height: 1.5;
}