:root {
    --tp-ff-body: 'Syne', sans-serif;
    --tp-ff-heading: 'Syne', sans-serif;
    --tp-ff-p: 'Syne', sans-serif;
    --tp-ff-syne: 'Syne', sans-serif;
    --tp-ff-gallery: 'gallery_modernregular', sans-serif;
    --tp-ff-shoulders: 'Big Shoulders Display', cursive;
    --tp-ff-marcellus: 'Marcellus', sans-serif;
    --tp-ff-aladin: 'Aladin', system-ui;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #F5F7F5;
    --tp-common-white-solid: #fff;
    --tp-common-black: #1E1E1E;
    --tp-common-black-2: #1E1E1E;
    --tp-common-black-3: #141414;
    --tp-common-dark: #121212;
    --tp-common-orange: #EB5939;
    --tp-grey-1: #262626;
    --tp-grey-2: #F4F4F4;
    --tp-grey-3: #5D5D63;
    --tp-grey-4: #F7F7F7;
    --tp-text-body: #5D5D63;
    --tp-theme-1: #336EF9;
    --tp-border-1: #EAEAEB;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-170 {
    padding-top: 170px;
}

.p-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.breadcrumb__title {
    font-weight: 500;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 6px;
}

.breadcrumb__list span:not(:last-child) {
    padding-right: 12px;
    margin-right: 5px;
}

.breadcrumb__list span {
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

a,
button {
    color: #fff;
    outline: none;
    border: none;
    background: transparent;

}

.breadcrumb__list span:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 55%;
    width: 4px;
    height: 4px;
    transform: translateY(-2px);
    background-color: #A8ACB0;
    /*  */
    border-radius: 50%;
}

a {
    text-decoration: none;
}

.pb-80 {
    padding-bottom: 80px;
}

.container {
    transition: all 1s;
}

.mr-10 {
    margin-right: 10px;
}

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

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

.tp-shop-widget-categories {
    height: 288px;
    overflow-y: scroll;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    padding-right: 10px;
}

.tp-shop-widget-categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-shop-widget-categories ul li {
    list-style: none;
    width: 100%;
}

.tp-shop-widget-categories ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #55585B;
    position: relative;
    padding-left: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--tp-ff-marcellus);
    width: 100%;
}

.tp-shop-widget-categories ul li a::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background-color: #E7E7E7;
    border-radius: 50%;
    transition: 0.3s;
}

.tp-shop-widget-categories ul li a span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 5px 6px 3px;
    transition: 0.3s;
}

.tp-shop-widget-checkbox-circle-list ul li {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tp-shop-widget-checkbox-circle {
    position: relative;
}

.tp-shop-widget-checkbox-circle input {
    display: none;
}

.tp-shop-widget-checkbox-circle label {
    font-size: 16px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    font-family: var(--tp-ff-marcellus);
}

label::before {
    position: absolute;
    content: url("https://html.hixstudio.net/liko-prev/liko/assets/img/product/icons/check-2.svg");
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: 0.1s;
}

.tp-shop-widget-checkbox-circle span.red {
    background-color: #FF401F;
}

.tp-shop-widget-checkbox-circle span.dark_blue {
    background-color: #4666FF;
}

.tp-shop-widget-checkbox-circle span.oragnge {
    background-color: #FF9E2C;
}

.tp-shop-widget-checkbox-circle span.purple {
    background-color: #B615FD;
}

.tp-shop-widget-checkbox-circle span.yellow {
    background-color: #FFD747;
}

.tp-shop-widget-checkbox-circle span.green {
    background-color: #41CF0F;
}

.tp-shop-widget-checkbox-circle .tp-shop-widget-checkbox-circle-self {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    z-index: -1;
    border-radius: 50%;
    transition: 0.2s;
}

.tp-shop-widget-checkbox-circle-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    border-radius: 8px;
    padding: 5px 6px 3px;
    transition: 0.3s;
    border: 1px solid #EAEAEA;
    font-family: var(--tp-ff-marcellus);
}

.tp-shop-widget-title {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    border-bottom: 1px solid #EEE;
}

.tp-shop-widget-title.no-border {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}

h3 {
    font-size: 28px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

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

.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--tp-common-black);
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

.tp-shop-widget-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 5px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--tp-common-black);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.tp-shop-widget-filter-info .input-range input {
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
    font-weight: 400;
    font-size: 14px;
    padding: 2px 21px;
    background-color: #F5F5F5;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.tp-shop-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    background-color: #EDEDED;
    border: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

.tp-shop-widget-checkbox ul li:not(:last-child) {
    margin-bottom: 4px;
}

.tp-shop-widget-checkbox ul li {
    list-style: none;
}

.tp-shop-widget-checkbox ul li input {
    display: none;
}

.tp-shop-widget-checkbox ul li label {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    color: #55585B;
    font-family: var(--tp-ff-marcellus);
}

label {
    display: inline-block;
}

.tp-shop-top {
    position: relative;
}

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

.tp-shop-widget-checkbox ul li label::before {
    position: absolute;
    content: url(../img/inner-shop/check.svg);
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: 0.2s;
}

.tp-shop-widget-checkbox ul li label::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    border: 2px solid #DADADA;
    z-index: -1;
    transition: 0.2s;
}

.tp-shop-widget-brand-item {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
}

.tp-shop-widget-size-item button {
    color: #5D5D63;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 60px;
    transition: 0.3s;
    line-height: 60px;
    text-align: center;
    font-family: var(--tp-ff-marcellus);
    border: 1px solid rgba(25, 25, 26, 0.1);
}

.tp-shop-top-result p {
    font-weight: 400;
    font-size: 16px;
    color: #818487;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--tp-ff-marcellus);
}

.tp-shop-top-select .nice-select {
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    min-width: 204px;
    float: none;
    background-color: #F9F9F9;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    border: 1px solid rgba(2, 6, 38, 0.1);
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2sease-in-out;
    transition: all 0.2sease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.tp-shop-top-select .nice-select::after {
    right: 20px;
    color: #767A7D;
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-black);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15sease-in-out;
    transition: all 0.15sease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.tp-shop-top-select .nice-select .list .option {
    line-height: 1.2;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.tp-shop-top-select .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.tp-shop-top-select .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 10px 0;
}

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

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

.tp-shop-top-filter {
    margin-left: 16px;
}

.tp-filter-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    padding: 13px 35px 9px;
    border: 1px solid var(--tp-common-black);
}

.tp-shop-right-item {
    overflow: hidden;
}

.tp-shop-right-thumb img {
    transition: 0.9s;
}

.tp-product-action {
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.tp-product-action-btn {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-black);
    background-color: white;
    border-bottom: 0;
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    border-radius: 50%;
    margin-bottom: 6px;
}

.tp-shop-right-content {
    transition: 0.3s;
}

.tp-shop-right-content {
    margin: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tp-shop-right-title-box a {
    color: #000;
}

.tp-shop-right-title-box span {
    color: #000;
    /* #5D5D63 */
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    font-family: var(--tp-ff-marcellus);
    margin-bottom: 5px;
    display: inline-block;
}

.tp-shop-right-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-family: var(--tp-ff-marcellus);
    margin-bottom: 0;
}

.tp-shop-right-price span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
}

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

.tp-shop-right-item .tp-product-btn-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: 0.4s;
}

.tp-btn-shop-category {
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0px 30px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    background-color: var(--tp-common-white-solid);
}

.tp-shop-right-thumb:hover img {
    transform: scale(1.1) rotate(-2deg);
}

.tp-shop-right-item:hover .tp-product-action {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.tp-shop-right-item:hover .tp-shop-right-content {
    opacity: 0;
    visibility: hidden;
}

.tp-shop-right-item:hover .tp-product-btn-box {
    bottom: 0px;
}

.tp-btn-shop-category.black-bg {
    color: var(--tp-common-white);
}

.black-bg {
    background-color: var(--tp-common-black);
}

.tp-product-action-btn {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-black);
    background-color: white;
    border-bottom: 0;
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    border-radius: 50%;
    margin-bottom: 6px;
}

.tp-product-tooltip-right {
    left: auto;
    right: 100%;
}

.tp-product-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    font-weight: 500;
    font-size: 12px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s;
}

.tp-product-action-blackStyle .tp-product-action-btn:hover {
    background-color: var(--tp-common-black);
}

.tp-product-action-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.tp-product-action-btn:hover .tp-product-tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-8px) translateY(-50%);
    -moz-transform: translateX(-8px) translateY(-50%);
    -ms-transform: translateX(-8px) translateY(-50%);
    -o-transform: translateX(-8px) translateY(-50%);
    transform: translateX(-8px) translateY(-50%);
}

.tp-product-tooltip-right::before {
    left: auto;
    right: -4px;
    border-right: 0;
    border-left: 8px solid var(--tp-common-black);
}

.tp-product-tooltip::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid var(--tp-common-black);
    border-bottom: 8px solid transparent;
}

.basic-pagination {
    margin-bottom: 40px;
}

.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}

.basic-pagination ul li a {
    height: 46px;
    width: 30px;
    border-radius: 200px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3sease-in-out;
    color: var(--tp-common-black);
}

.basic-pagination ul li a .current {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 200px;
    border: 2px solid var(--tp-common-black);
}

.basic-pagination ul li a .icon {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(25, 25, 26, 0.2);
    transition: 0.3s;
}

@media (min-width: 1400px) {
    .container-1720 {
        max-width: 1720px;
    }
}