.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem;
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

select.form-control,
.form-control {
    display: block;
    height: 42px;
    background: 0 0;
    border-radius: 2px;
    color: #010101;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #f8f8f8 !important;
    width: 100%;
    height: 51px;
    padding: 0 7rem 0 2.2rem;
    font-size: 1.5rem;
    opacity: 1;
    background: #f8f8f8;
}

.text-600 {
    font-weight: 500;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.flex-1 {
    -webkit-box-flex: 1;
    flex: 1;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

button.btn.slider-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    border-radius: 10em;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
    top: calc(50% - 22px);
}

button.btn.slider-btn svg {
    stroke: var(--darkblue);
    width: 25px;
    height: 25px;
    stroke-width: 1;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

button.btn.slider-btn:active,
button.btn.slider-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #fff;
}

button.btn.slider-btn:active svg,
button.btn.slider-btn:hover svg {
    stroke: var(--darkblue);
}

button.btn.slider-btn.prev {
    left: 20px;
}

button.btn.slider-btn.next {
    right: 20px;
}

button.btn.slider-btn:disabled {
    display: none;
}

@media (max-width:1199.98px) {
    button.btn.slider-btn {
        display: none
    }
}

div.page-container div.page-section {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

div.page-container div.page-section div.page-section__header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

div.page-container div.page-section div.page-section__header h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #010101;
}

div.page-container div.page-section div.page-section__header h2 a {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    color: var(--darkblue);
    font-weight: inherit;
}

@media (max-width:1199.98px) {
    div.page-container div.page-section div.page-section__header h2 {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    div.page-container div.page-section div.page-section__header h2 {
        font-size: 18px
    }

    /* div.top-sticky-block {
        background-color: transparent !important;
        padding: 0 !important
    } */
}

div.page-container div.page-section div.page-section__body {
    display: block;
    width: 100%;
}

div.page-container div.page-section.cont-mb-20 {
    margin-bottom: 25px;
}

div.page-container div.page-section.cont-mb-40 {
    margin-bottom: 40px;
}

a.a-block {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: inherit;
}

nav.breadcrumbs {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

nav.breadcrumbs ol.breadcrumb {
    margin-bottom: 30px;
}

nav.breadcrumbs ol.breadcrumb li.breadcrumb-item {
    font-size: 13px;
    color: rgba(32, 35, 51, .8);
    line-height: 18px;
}

nav.breadcrumbs ol.breadcrumb li.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
}

nav.breadcrumbs ol.breadcrumb li.breadcrumb-item+li.breadcrumb-item::before {
    content: "—";
}

nav.breadcrumbs ol.breadcrumb li.breadcrumb-item.active {
    color: rgba(32, 35, 51, .8);
}

@media (max-width:1199.98px) {
    nav.breadcrumbs ol.breadcrumb li.breadcrumb-item {
        padding: 0;
        margin: 0 10px 0 0;
        line-height: 1.6
    }

    nav.breadcrumbs ol.breadcrumb li.breadcrumb-item+li.breadcrumb-item::before {
        display: none
    }
}

div.tooltip {
    opacity: 1 !important;
}

div.tooltip div.tooltip-inner {
    background: #202333;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(32, 35, 51, .04), 0 2px 4px rgba(32, 35, 51, .02);
    box-shadow: 0 1px 1px rgba(32, 35, 51, .04), 0 2px 4px rgba(32, 35, 51, .02);
    font-family: Inter, sans-serif;
    text-align: left;
    border-radius: 2px;
}

div.tooltip div.tooltip-arrow::before {
    border-top-color: #202333;
}

div.top-sticky-block-b-wrap {
    display: block;
    width: 100%;
}

div.top-sticky-block {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    border-radius: 1rem;
    background: #f8f8f8;
    padding: 1rem 3rem 3rem;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 10px;
}

div.horiz-ad-banner {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

div.horiz-ad-banner a img {
    width: 100%;
}

@media (max-width:1199.98px) {
    div.horiz-ad-banner {
        display: none
    }

    .borderedContent {
        padding: 10px !important
    }
}

small.icon-badge {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

small.icon-badge svg {
    width: 100%;
    height: 100%;
    stroke: rgba(32, 35, 51, .8);
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

small.icon-badge:active svg,
small.icon-badge:hover svg {
    stroke: var(--darkblue);
}

span.badge {
    border-radius: 3px;
    font-weight: 500;
}

span.badge.badge-red {
    background: #f91155;
}

span.badge.badge-orange {
    background: #faad14;
}

span.badge.badge-grad-1 {
    background: var(--darkblue);
}

span.badge.badge-grad-2 {
    background: var(--darkblue);
}

.accent-color {
    color: var(--darkblue) !important;
}

.sec-text-color {
    color: var(--darkblue) !important;
}

.right-sb-minw {
    min-width: 330px;
}

div.gradient-border-rounder {
    overflow: hidden;
    border-radius: 1px;
}

div.inline-nav {
    width: 100%;
    display: block;
}

div.inline-nav div.inline-nav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item {
    font-size: 14px;
    color: #010101;
    line-height: 1;
    padding: 12px 20px;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 4px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
    white-space: nowrap;
    font-weight: 400;
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item.active,
div.inline-nav div.inline-nav__list a.inline-nav__list-item:active,
div.inline-nav div.inline-nav__list a.inline-nav__list-item:hover {
    color: var(--darkblue);
    border-color: var(--darkblue);
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item span.iconed-link {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item span.iconed-link span.icon {
    width: 16px;
    height: 16px;
    line-height: 1;
    margin-right: 7px;
    flex-shrink: 0;
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item span.iconed-link span.icon svg {
    width: 100%;
    height: 100%;
}

div.inline-nav div.inline-nav__list a.inline-nav__list-item span.iconed-link span.text {
    line-height: 1;
    color: inherit;
    font-size: inherit;
}

@media (max-width:767.98px) {
    div.inline-nav div.inline-nav__list {
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

div.inline-nav div.inline-nav__list {
    scrollbar-width: none;
}

div.inline-nav div.inline-nav__list::-webkit-scrollbar {
    display: none;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.main-mobnav-section {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    background: #fff;
    height: 54px;
    padding: 0 5px;
    z-index: 1000;
    -webkit-box-shadow: rgba(0, 0, 0, .07) 0 -2px 11px 2px;
    display: none;
}

div.main-mobnav-section a.main-mobnav-section__item-link {
    -webkit-box-flex: 1;
    flex: 1;
    flex-shrink: 0;
    text-decoration: none;
    height: 100%;
}

div.main-mobnav-section a.main-mobnav-section__item-link span.main-mobnav-section__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

div.main-mobnav-section a.main-mobnav-section__item-link span.main-mobnav-section__item span.icon {
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
    position: relative;
}

div.main-mobnav-section a.main-mobnav-section__item-link span.main-mobnav-section__item span.icon svg {
    stroke: #010101;
    width: 100%;
    height: 100%;
}

div.main-mobnav-section a.main-mobnav-section__item-link span.main-mobnav-section__item span.icon small.count-ind {
    position: absolute;
    background: var(--darkblue);
    top: -2px;
    right: -3px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

div.main-mobnav-section a.main-mobnav-section__item-link.active span.main-mobnav-section__item span.icon svg {
    stroke: var(--darkblue);
}

@media (max-width:1199.98px) {
    div.main-mobnav-section {
        display: -webkit-box;
        display: flex
    }
}

div.modal-backdrop {
    background-color: transparent;
    background: rgba(0, 0, 0, .95);
    background-position: 0 0;
}

div.modal div.modal-dialog div.modal-content {
    border-radius: 12px;
    border: none;
    background: #fff;
    position: relative;
    overflow: hidden;
}

div.modal div.modal-dialog div.modal-content div.modal-header {
    padding: 0 25px;
    border: none;
    border-bottom: 1px solid rgba(32, 35, 51, .12);
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
}

div.modal div.modal-dialog div.modal-content div.modal-header h5.modal-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #010101;
    padding: 0;
    margin: 0;
}

div.modal div.modal-dialog div.modal-content div.modal-header button.btn {
    border-color: transparent;
    flex-shrink: 0;
    background-color: transparent;
    border-radius: 0;
}

div.modal div.modal-dialog div.modal-content div.modal-header button.btn svg {
    width: 100%;
    height: 100%;
    stroke: #010101;
}

@media (max-width:1199.98px) {
    div.modal div.modal-dialog div.modal-content div.modal-header {
        padding: 0 25px
    }

    div.modal div.modal-dialog div.modal-content div.modal-header h5.modal-title {
        font-size: 14px
    }
}

div.modal div.modal-dialog div.modal-content div.modal-body {
    padding: 25px 25px;
}

@media (max-width:1199.98px) {
    div.modal div.modal-dialog div.modal-content div.modal-body {
        padding: 20px 25px
    }
}

div.modal div.modal-dialog div.modal-content div.modal-footer {
    padding: 25px;
    border-top: 1px dotted rgba(32, 35, 51, .12);
}

@media (max-width:1199.98px) {
    div.modal div.modal-dialog div.modal-content {
        border-radius: 4px
    }
}

div.modal.confirm-actions div.confirmation {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
}

div.modal.confirm-actions div.confirmation div.confirmation__icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

div.modal.confirm-actions div.confirmation div.confirmation__icon svg {
    width: 100%;
    height: 100%;
}

div.modal.confirm-actions div.confirmation div.confirmation__alert {
    padding-left: 20px;
    -webkit-box-flex: 1;
    flex: 1;
}

div.modal.confirm-actions div.confirmation div.confirmation__alert div.confirmation__text h5 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #010101;
    font-weight: 500;
}

div.modal.confirm-actions div.confirmation div.confirmation__alert div.confirmation__text p {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
    padding: 0;
    line-height: 1.6;
    margin: 0;
}

@media (max-width:1199.98px) {
    div.modal.confirm-actions div.confirmation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    div.modal.confirm-actions div.confirmation div.confirmation__icon {
        margin-bottom: 20px
    }

    div.modal.confirm-actions div.confirmation div.confirmation__alert {
        padding-left: 0
    }

    div.modal.confirm-actions div.confirmation div.confirmation__alert div.confirmation__text h5,
    div.modal.confirm-actions div.confirmation div.confirmation__alert div.confirmation__text p {
        text-align: center
    }
}

div.modal.share-product div.share-product-item div.social-media-links {
    display: -webkit-box;
    display: flex;
    width: 100%;
    line-height: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 10px;
    flex-shrink: 0;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item svg * {
    stroke: #fff;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.twitter {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.facebook {
    background: #3b5899;
    border: 1px solid #3b5899;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.whatsapp {
    background: #29a71a;
    border: 1px solid #29a71a;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.instagram {
    background: #de3275;
    border: 1px solid #de3275;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.telegram {
    background: #08c;
    border: 1px solid #08c;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item.vkontakte {
    background: #5181b8;
    border: 1px solid #5181b8;
}

div.modal.share-product div.share-product-item div.social-media-links a.link-item:active,
div.modal.share-product div.share-product-item div.social-media-links a.link-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width:1199.98px) {
    div.modal.share-product div.share-product-item div.social-media-links {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    div.modal.share-product div.share-product-item div.social-media-links a.link-item {
        margin: 0 5px 10px 5px
    }

    div.modal.share-product div.share-product-item div.social-media-links a.link-item:active,
    div.modal.share-product div.share-product-item div.social-media-links a.link-item:hover {
        -webkit-transform: none;
        transform: none
    }
}

div.modal.share-product div.share-product-item div.raw-link div.form-group div.form-field input.form-control {
    border-color: rgba(12, 13, 20, .12);
}

div.modal.share-product div.share-product-item div.raw-link div.form-group button.btn {
    opacity: .9;
}

div.modal.share-product div.share-product-item div.raw-link div.form-group button.btn:active,
div.modal.share-product div.share-product-item div.raw-link div.form-group button.btn:hover {
    opacity: 1;
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input {
    position: relative;
    width: 100%;
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input {
    height: 42px;
    border: none;
    color: #010101;
    width: 100%;
    padding-left: 20px;
    background: #f3f3f4;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input::-moz-placeholder {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input input::placeholder {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input button.searchbar-btn {
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    opacity: .9;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

div.modal.region-selector div.selector-form form.form div.form-group div.selector-input button.searchbar-btn svg {
    width: 20px;
    height: 20px;
    stroke: rgba(32, 35, 51, .8);
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(32, 35, 51, .12);
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item {
    font-size: 14px;
    line-height: 1;
    padding: 15px 20px;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
    cursor: pointer;
    border-radius: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    color: #010101;
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item:active,
div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item:hover {
    background: #efeff0;
    color: #010101;
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item.active {
    font-weight: 500;
    color: #010101;
    background: #efeff0;
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item span.icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 15px;
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list div.locations-list__item span.icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--darkblue);
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list::-webkit-scrollbar {
    width: 6px;
    background: rgba(32, 35, 51, .07);
}

div.modal.region-selector div.selector-form form.form div.form-group div.locations-list::-webkit-scrollbar-thumb {
    background-color: var(--darkblue);
    outline: 0;
}

div.page-container.home div.page-section.hero div.hero-slider {
    overflow: hidden;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper {
    position: relative;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-wrapper div.swiper-slide {
    flex-shrink: 0;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont {
    border: 1px solid rgba(32, 35, 51, .12);
    border-radius: 6px;
    overflow: hidden;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont img {
    width: 100%;
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-button-next button.slider-btn,
div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-button-prev button.slider-btn {
    width: 54px;
    height: 54px;
    top: calc(50% - 32px);
}

div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-button-next button.slider-btn svg,
div.page-container.home div.page-section.hero div.hero-slider div.swiper div.swiper-button-prev button.slider-btn svg {
    width: 30px;
    height: 30px;
}

div.page-container.home div.page-section.promo-banners div.promos-slider {
    overflow: hidden;
}

div.page-container.home div.page-section.promo-banners div.promos-slider div.swiper {
    position: relative;
}

div.page-container.home div.page-section.promo-banners div.promos-slider div.swiper div.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

div.page-container.home div.page-section.promo-banners div.promos-slider div.swiper div.swiper-wrapper div.swiper-slide {
    flex-shrink: 0;
}

div.page-container.home div.page-section.promo-banners div.promos-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont {
    border: 1px solid rgba(32, 35, 51, .12);
    border-radius: 2px;
    overflow: hidden;
}

div.page-container.home div.page-section.promo-banners div.promos-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont img {
    width: 100%;
}

div.page-container.home div.page-section.top-offers div.products-grid-row {
    margin-left: -5px;
    margin-right: -5px;
}

div.page-container.home div.page-section.top-offers div.products-grid-row div.grid-item-col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
}

div.page-container.home div.page-section.blog-posts div.blog-slider {
    overflow: hidden;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper {
    position: relative;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    align-items: stretch;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide {
    flex-shrink: 0;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont {
    height: 100%;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(32, 35, 51, .04), 0 2px 4px rgba(32, 35, 51, .02);
    box-shadow: 0 1px 1px rgba(32, 35, 51, .04), 0 2px 4px rgba(32, 35, 51, .02);
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__image img {
    width: 100%;
    display: block;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__image div.article__type {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 10px;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__image div.article__type span {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    background: var(--darkblue);
    padding: 7px 12px;
    border-radius: 5em;
    font-weight: 500;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__description span.article__title {
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item div.article div.article__description span.article__caption {
    font-size: 13px;
    font-weight: 400;
    color: rgba(32, 35, 51, .8);
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item:active div.article div.article__image img,
div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item:hover div.article div.article__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item:active div.article div.article__description span.article__title,
div.page-container.home div.page-section.blog-posts div.blog-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.blog-post-item:hover div.article div.article__description span.article__title {
    color: var(--darkblue);
}

div.page-container.home div.page-section.top-brands div.brands-slider {
    overflow: hidden;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper {
    position: relative;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide {
    flex-shrink: 0;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item {
    width: 100%;
    display: block;
    padding: 2px;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item div.brand div.brand__logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(32, 35, 51, .12);
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item div.brand div.brand__logo img {
    width: 100%;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item div.brand div.brand__logo:active img,
div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item div.brand div.brand__logo:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

div.page-container.home div.page-section.top-brands div.brands-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-brand-item div.brand div.brand__logo:last-child {
    margin-bottom: 0;
}

div.page-container.home div.page-section.features div.site-features {
    border: 1px solid rgba(32, 35, 51, .12);
    border-radius: 6px;
    padding: 25px;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.top-line {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.top-line div.icon {
    background: rgba(32, 35, 51, .07);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 10px;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.top-line div.icon svg {
    width: 27px;
    height: 27px;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.top-line div.text {
    -webkit-box-flex: 1;
    flex: 1;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.top-line div.text b {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #010101;
    line-height: 1;
    font-weight: 500;
}

div.page-container.home div.page-section.features div.site-features div.site-features__item div.bot-line {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}

@media (max-width:1199.98px) {
    div.page-container.home div.page-section.features {
        display: none
    }
}

div.page-container.message {
    margin-top: 40px;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider {
    overflow: hidden;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper {
    position: relative;
    overflow: hidden;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    align-items: stretch;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide {
    flex-shrink: 0;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont {
    height: 100%;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item {
    width: 100%;
    background: #fff;
    height: 100%;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product {
    height: 100%;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image {
    position: relative;
    overflow: hidden;
    background: #efeff0;
    margin-bottom: 15px;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image img,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image img {
    width: 100%;
    display: block;
    border-radius: 4px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    mix-blend-mode: multiply;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image div.discount,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image div.discount {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #202333;
    bottom: 5px;
    left: 5px;
    line-height: 0;
}

div.page-container.message div.page-section.recently-viewed div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image div.discount span,
div.page-container.message div.page-section.recommendations div.page-section__body div.products-slider div.swiper div.swiper-wrapper div.swiper-slide div.slide-cont div.product-grid-item div.product div.product__image div.discount span {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
}

@media (max-width:1199.98px) {
    div.page-container.product div.page-section.page-section.prod-details {
        margin-bottom: 20px
    }

    div.prod-details-gwrap {
        padding: 15px;
        border-radius: 4px
    }
}

div.page-container.product div.page-section.page-section.prod-recommendations {
    border-bottom: 1px solid rgba(32, 35, 51, .12);
    padding-bottom: 40px;
}

div.page-container.product div.page-section.page-section.prod-similars div.products-grid.no-border {
    padding: 0;
    border: none;
    background: 0 0;
}

div.nav-menu div.nav-menu__list {
    border-radius: 6px;
    padding: 10px 0;
}

div.nav-menu div.nav-menu__list {
    scrollbar-width: none;
}

.nav-menu__list a {
    transition: none !important;
}

div.nav-menu div.nav-menu__list::-webkit-scrollbar {
    display: none;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item {
    display: -webkit-box;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    align-items: center;
    height: 46px;
    text-decoration: none;
    flex-shrink: 0;
    padding: 0 10px
}

.nav-menu__list i {
    font-size: 16px;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item span.icon {
    flex-shrink: 0;
    position: relative;
    line-height: 1;
    margin-left: 5px;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item span.text {
    font-size: 14px;
    color: rgba(32, 35, 51, .8);
    margin-left: 9px;
    line-height: 1;
    font-weight: 400;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.active {
    position: relative;
    background: var(--secondary-color) !important;
    color: #fff !important;
    border-radius: 4px;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.active span.text {
    color: #fff !important;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.active span i {
    color: #fff !important;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.active span svg path {
    fill: #fff !important;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.border-btm {
    border-bottom: 1px solid rgba(32, 35, 51, .12);
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.inactive span.icon svg {
    stroke: rgba(32, 35, 51, .8);
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item.inactive span.text {
    color: rgba(32, 35, 51, .8);
    font-weight: 400;
    font-size: 14px;
}

div.nav-menu div.nav-menu__list a.nav-menu__list-item:active span.text,
div.nav-menu div.nav-menu__list a.nav-menu__list-item:hover span.text {
    color: var(--darkblue);
}

@media (max-width:1199.98px) {
    /* .nav-menu {
        overflow-y: hidden;
        overflow-x: auto;
        border-radius: 6px;
        padding: 10px 0
    } */

    div.nav-menu div.nav-menu__list {
        /* display: -webkit-box;
        display: flex; */
        background: 0 0
    }

    .page-container.profile.mobile {
        margin-top: 70px;
    }

    div.nav-menu div.nav-menu__list a.nav-menu__list-item {
        min-width: 55px;
        height: 55px;
        padding: 10px !important;
        margin-right: 15px;
        border-radius: 6px;
        -webkit-box-pack: center;
        justify-content: center;
        background: #f8f8f8
    }

    div.nav-menu div.nav-menu__list a.nav-menu__list-item.active {
        border: 1px solid var(--darkblue);
        background: 0 0
    }

    div.nav-menu div.nav-menu__list a.nav-menu__list-item.active::before {
        display: none
    }

    div.nav-menu div.nav-menu__list a.nav-menu__list-item.border-btm::after {
        display: none
    }
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__header {
    margin-bottom: 15px;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__header h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #010101;
    font-weight: 500;
}

@media (max-width:1199.98px) {
    div.page-container.profile div.page-section div.profile-page__body div.profile-page__header {
        margin-bottom: 20px
    }

    div.page-container.profile div.page-section div.profile-page__body div.profile-page__header h3 {
        font-size: 16px
    }
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__content {
    background: #fff;
    border-radius: 12px;
}

@media (max-width:1199.98px) {
    div.page-container.profile div.page-section div.profile-page__body div.profile-page__content {
        border-radius: 4px
    }

    div.page-container.profile div.page-section div.profile-page__body div.profile-page__content div.profile-page__header {
        margin-bottom: 20px
    }

    div.page-container.profile div.page-section div.profile-page__body div.profile-page__content div.profile-page__header h3 {
        font-size: 16px
    }
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__content.mb-30 {
    margin-bottom: 30px;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.avatar-holder {
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.avatar-holder img {
    width: 120px;
    border-radius: 100%;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name b {
    color: #010101;
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 7px;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name b:active,
div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name b:hover {
    color: var(--darkblue);
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name span {
    color: rgba(32, 35, 51, .8);
    text-align: center;
    display: block;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name span svg {
    width: 15px;
    height: 15px;
    stroke: rgba(32, 35, 51, .8);
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name span.resident {
    margin-bottom: 3px;
    font-size: 16px;
}

div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar div.user-name span.join-date {
    font-size: 13px;
}

@media (max-width:1199.98px) {
    div.page-container.profile div.page-section div.profile-page__body div.profile-page__avatar {
        display: none
    }
}

div.page-container.profile div.page-section.profile-page div.profile-page__body form.form div.form-group div.profile-avatar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

div.avatar {
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .12);
    border-radius: 100%;
    flex-shrink: 0;
}

div.avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

div.avatar button.btn {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    background: var(--darkblue);
    width: 40px;
    height: 40px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

div.avatar button.btn svg {
    stroke: #fff;
    width: 20px;
    height: 20px;
}

div.auth-form div.form-group-text-sep {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(32, 35, 51, .8);
}

div.auth-form div.form-group-line-sep {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--darkblue);
}

div.auth-form div.auth-form__body a.social-login-btn.google div.btn {
    background: #fff;
    border: 1px solid rgba(32, 35, 51, .12);
}

div.auth-form div.auth-form__body a.social-login-btn.google div.btn span.text {
    color: #444;
}

div.auth-form div.auth-form__body a.social-login-btn {
    margin-bottom: 20px;
}

.auth-form__body label {
    padding-left: 10px !important;
}

a.a-block {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: inherit;
}

div.auth-form div.form-group-text-sep.mt-30 {
    margin-top: 30px;
}

div.auth-form div.form-group-text-sep.no-mb {
    margin-bottom: 0;
}

div.auth-form div.form-group-text-sep {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(32, 35, 51, .8);
}

div.auth-form div.form-group-text-sep span a {
    text-decoration: none;
    color: var(--darkblue);
    font-weight: 500;
}

div.auth-form__header h3 {
    color: var(--darkblue);
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 28px;
    text-align: center;
}

form.form div.form-group div.form-field {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 2px;
    -webkit-transition: border-color .27s ease;
    -o-transition: border-color .27s ease;
    transition: border-color .27s ease;
}

@media (min-width:1400px) {
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
}

a.social-login-btn.facebook div.btn {
    background: #507cc0;
}

a.social-login-btn.facebook div.btn span.icon svg {
    fill: #fff;
}

button.btn.btn-primary.btn-lg.btn-icon span.text,
div.btn.btn-primary.btn-lg.btn-icon span.text {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    margin-left: 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a.social-login-btn.twitter div.btn {
    background: #64ccf2;
}

a.social-login-btn.twitter div.btn span.icon svg {
    fill: #fff;
}

form.form div.form-group div.form-field input.form-control {
    height: 42px;
    width: 100%;
}

.form-group-title span {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.warning.error {
    color: #BB0000;
    font-size: 14px;
    text-transform: capitalize;
}

input.error,
textarea.error {
    border: 1px solid #BB0000 !important;
}

.breadcrumb__bg {
    background-position: right top !important;
    background-size: 20% !important;
    background-repeat: no-repeat !important;
    height: 100px;
    margin-top: 10px;
}

.modal-backdrop.fade {
    opacity: 0;
    z-index: 1;
}

.fade {
    opacity: 1;
    visibility: visible;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.hide.hidden {
    display: none;
}

div.nice-select {
    padding-left: 10px !important;
}

div.page-section div.profile-page__body div.profile-page__content {
    background: #fff;
    border-radius: 12px;
    margin: 20px 0;
}

div.page-section.addresses div.addresses__list div.addresses__list-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

div.page-section.addresses div.addresses__list div.addresses__list-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

div.page-section.addresses div.addresses__list div.addresses__list-item div.address div.address__body {
    -webkit-box-flex: 1;
    flex: 1;
    padding-right: 15px;
}

.address__body {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
    /*
    border: 1px solid gray;
    border-radius: 10px;
    width: 100%; */
}

div.page-section.addresses div.addresses__list div.addresses__list-item div.address div.address__controls {
    width: 100px;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

div.address__controls button.btn-icon-only {
    flex-shrink: 0;
    background: #efeff0;
    margin-left: 15px;
}

div.page-section.addresses div.addresses__list div.addresses__list-item div.address {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
}

.addresses__list-item .address {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 10px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 10px;
    border: 1px solid gray;
}

div.addresses__list-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.address__rec {
    display: flex;
    flex-direction: column;
}

span.badge.badge-grad-1 {
    background: var(--darkblue);
}

span.badge.badge-lg {
    font-size: 14px;
    padding: 12px 16px;
}

span.badge {
    border-radius: 4px;
    font-weight: 500;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.nice-select.open ul {
    max-height: 200px;
    overflow: scroll;
}

.select2 .selection {
    width: 100%;
}

input {
    font-family: inherit;
}

.borderedContent {
    border-radius: 4px;
    background: #fff;
    padding: 1rem 3rem 3rem;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 10px;
    box-shadow: 0 0 24px rgb(46 52 64 / 8%);
}

button.btn.btn-primary.btn-lg.btn-icon,
div.btn.btn-primary.btn-lg.btn-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

button.btn.btn-primary.btn-icon.btn-lg.btn-block,
button.btn.btn-primary.btn-lg.btn-icon,
div.btn.btn-primary.btn-lg.btn-icon {
    width: 100%;
    border-radius: 4px;
}

div.form-field {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 2px;
    -webkit-transition: border-color .27s ease;
    -o-transition: border-color .27s ease;
    transition: border-color .27s ease;
    margin-top: 10px;
}

form.form div.form-group div.form-field label.form-control-label {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    color: rgba(32, 35, 51, .8);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}

form.form div.form-group div.form-field input.form-control {
    height: 42px;
}

form.form div.form-group div.form-field input.form-control:active+label.form-control-label,
form.form div.form-group div.form-field input.form-control:focus+label.form-control-label,
form.form div.form-group div.form-field textarea.form-control:active+label.form-control-label,
form.form div.form-group div.form-field textarea.form-control:focus+label.form-control-label {
    color: var(--darkblue);
}

form.form div.form-group div.form-field textarea.form-control {
    padding-top: 20px;
}

form.form div.form-group div.form-field div.nice-select {
    height: 42px;
}

form.form div.form-group div.form-field button.form-field__password-vctrl {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: 42px;
    width: 42px;
    bottom: 0;
    right: 0;
}

form.form div.form-group div.form-field button.form-field__password-vctrl span {
    width: 20px;
    height: 20px;
    line-height: 1;
}

form.form div.form-group div.form-field button.form-field__password-vctrl span svg {
    width: 100%;
    height: 100%;
    stroke: rgba(32, 35, 51, .8);
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

form.form div.form-group div.form-field button.form-field__password-vctrl span:active svg,
form.form div.form-group div.form-field button.form-field__password-vctrl span:hover svg {
    stroke: var(--darkblue);
}

form.form div.form-group div.form-field button.form-field__password-vctrl.vctrl-visible span.btn-pw-icon_hidden {
    display: none;
}

form.form div.form-group div.form-field button.form-field__password-vctrl.vctrl-hidden span.btn-pw-icon_visible {
    display: none;
}

form.form div.form-group div.form-field.focused-input,
form.form div.form-group div.form-field:active,
form.form div.form-group div.form-field:hover {
    border-color: var(--darkblue);
}

form.form div.form-group-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #1d71b824 !important;
    margin-top: 20px;
}

form.form div.form-group-title span {
    font-size: 2rem;
    font-weight: 500;
    color: var(--secondary-color);
}

form.form div.form-group-devider {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(32, 35, 51, .12);
}

div.form-check {
    padding: 0;
    line-height: 1;
    min-height: 20px;
}

div.form-check label.form-check-label {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    font-weight: 400;
}

div.form-check label.form-check-label span.color-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #555;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    margin-right: 10px;
}

div.form-check label.form-check-label span.color-circle.bordered {
    border: 1px solid rgba(32, 35, 51, .12);
}

div.form-check input.form-check-input {
    border-color: rgba(32, 35, 51, .2);
    margin: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

div.form-check input.form-check-input:checked {
    border: none;
    background-color: var(--darkblue);
}

div.form-check.tos-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

div.form-check.tos-agreement input.form-check-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

div.form-check.tos-agreement label.form-check-label {
    font-size: 13px;
    line-height: 1.4;
    margin-left: 20px;
}

div.form-check.tos-agreement label.form-check-label a {
    color: var(--darkblue);
    text-decoration: none;
    font-weight: 500;
}

.text-600 {
    font-weight: 500;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

button.btn.slider-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    border-radius: 10em;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
    top: calc(50% - 22px);
}

button.btn.slider-btn svg {
    stroke: var(--darkblue);
    width: 25px;
    height: 25px;
    stroke-width: 1;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

button.btn.slider-btn:active,
button.btn.slider-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: #fff;
}

button.btn.slider-btn:active svg,
button.btn.slider-btn:hover svg {
    stroke: var(--darkblue);
}

button.btn.slider-btn.prev {
    left: 20px;
}

button.btn.slider-btn.next {
    right: 20px;
}

button.btn.slider-btn:disabled {
    display: none;
}

form.form div.form-group div.form-field {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 2px;
    -webkit-transition: border-color .27s ease;
    -o-transition: border-color .27s ease;
    transition: border-color .27s ease;
}

form.form div.form-group div.form-field {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 2px;
    -webkit-transition: border-color .27s ease;
    -o-transition: border-color .27s ease;
    transition: border-color .27s ease;
    margin-top: 10px;
}

div.form-field {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(32, 35, 51, .2);
    border-radius: 2px;
    -webkit-transition: border-color .27s ease;
    -o-transition: border-color .27s ease;
    transition: border-color .27s ease;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
}

form.form div.form-group div.form-field label.form-control-label {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    color: rgba(32, 35, 51, .8);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}

form.form div.form-group label.form-control-label {
    font-size: 16px;
    line-height: 13px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    margin: 12px 0;
}

.auth-form__body label {
    padding-left: 10px !important;
}

#form {
    padding: 0 10px;
}

#form .btn-block {
    max-width: 200px;
    float: right;
}

button {
    cursor: pointer;
}
