.template .mi-header-search { width: 14rem; }

@media (max-width: 1000px) {
    .default-clean .block-category-navigation,
    .default-clean .block-recently-viewed-products { display: none; }
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 10001;
    max-width: 16rem;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
    display: inline-flex;
    align-items: center;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper img {
    width: 2rem;
    height: 2rem;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: none !important;
    font-weight: normal !important;
    color: #ff6900 !important;
    margin: 0 !important;
}

/* jQuery dialog overrides */
.ui-dialog.ui-widget.ui-widget-content {
    border-radius: 0.25rem;
    font: normal 14px Arial,Helvetica,sans-serif;
    min-width: 400px;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 9999 !important;
}

.ui-dialog.ui-widget.ui-widget-content * {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
    font-size: 14px;
    font-weight: 400;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar > span {
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: none !important;
    transform: none !important;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar button {
    height: 36px !important;
    width: 36px !important
}

/* Forms */

.inputs .field-description {
    color: var(--c-primary);
    display: block;
    font-size: 13px;
    margin-top: .375rem;
    text-align: center;
    width: 100%;
}

.inputs .field-validation-error + .field-description {
    display: none;
}

@media all and (min-width: 1001px) {
    .inputs .field-description {
        margin-left: 265px;
        width: 400px;
    }

    .center-2 .inputs .field-description {
        margin-left: 136px;
    }
}

@media all and (min-width: 1367px) {
    .inputs .field-description {
        margin-left: 375px;
    }

    .center-2 .inputs .field-description {
        margin-left: 213px;
    }
}

/* Payment */

.page.payment-page {
    padding-top: 2rem;
}

.page.payment-page .order-overview {
    text-align: center;
}

.page.payment-page .order-overview .order-number {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.page.payment-page .payment-form-loading {
    margin: 1rem 0;
}

/* Product-Country mapping */

#product-details-form .product-country-mapping-warning {
    background: #fff;
    border-radius: 0.25rem;
    color: #868686;
    padding: 1rem 2rem;
    text-align: left;
}

#shopping-cart-form .product-country-mapping-warning {
    color: #e4434b;
    text-align: left;
}

#opc-shipping .shipping-country-warning {
    border: 1px solid #ff6900;
    border-radius: .25rem;
    display: none;
    max-width: 40rem;
    margin: 1.5rem auto;
    padding: 1.5rem;
    text-align: left;
}

#opc-shipping .shipping-country-warning .shipping-country-warning-text { text-align: left; }

#opc-shipping .shipping-country-warning.show { display: block; }

#opc-shipping .shipping-country-warning.show:nth-child(2) { display: none; }

#opc-shipping .product-country-mapping-warning,
#opc-confirm_order .product-country-mapping-warning {
    border: 1px solid #ff6900;
    border-radius: .25rem;
    display: none;
    max-width: 40rem;
    margin: 1.5rem auto;
    padding: 1.5rem;
    text-align: left;
}

#opc-confirm_order .product-country-mapping-warning {
    display: block;
    margin: 0 auto 1.5rem;
}

#opc-confirm_order .order-summary-content .message-error { text-align: left; }

.order-list-page .info {
    position: relative;
}

.order-list-page .actions button {
    text-transform: uppercase;
}

.order-list-page .button-1.order-pay-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 20px;
}

.ajax-loading-block-window { z-index: 10000; }

.ajax-loading-block-window::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.button-1:disabled { opacity: .7; }

.button-1:disabled:hover { cursor: default; }

@media only screen and (max-width: 25rem) {
    .mi-product-overview .gift-promotion { padding: 4vw 0; }
}

@media only screen and (max-width: 53.375rem) {
    .mi-product-overview .gift-promotion { padding: 1.8735362998vw 0; }
}

@media only screen and (max-width: 64rem) {
    .mi-product-overview .gift-promotion { padding: 1.5625vw 0; }
}

@media only screen and (max-width: 80rem) {
    .mi-product-overview .gift-promotion { padding: 1.25vw 0; }
}

/* TP template styles */
:root {
    --c-primary: #0a0a0a;
    --c-secondary: #868686;
    --c-fill: #fff;
    --c-accent: #ff6a00;
    --c-light: #fff;
    --c-dark: #000;
    --c-success: #0bc40b;
    --c-warning: #f83;
    --c-error: #e4434b;
}

.c-accent, .tp_view .c-accent {
    color: #ff6a00;
}

.c-error, .tp_view .c-error {
    color: #e4434b;
}

.text-ltgh {
    text-decoration: line-through;
}

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

.ml-2 {
    margin-left: .125rem;
}

.ml-4 {
    margin-left: .25rem;
}

.ml-6 {
    margin-left: .375rem;
}

.ml-8 {
    margin-left: .5rem;
}

.ml-10 {
    margin-left: .625rem;
}

.ml-12 {
    margin-left: .75rem;
}

.ml-14 {
    margin-left: .875rem;
}

.ml-16 {
    margin-left: 1rem;
}

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

.mr-2 {
    margin-right: .125rem
}

.mr-4 {
    margin-right: .25rem
}

.mr-6 {
    margin-right: .375rem
}

.mr-8 {
    margin-right: .5rem
}

.mr-10 {
    margin-right: .625rem
}

.mr-12 {
    margin-right: .75rem
}

.mr-14 {
    margin-right: .875rem
}

.mr-16 {
    margin-right: 1rem
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.flex-column, .flex-row {
    -webkit-box-direction: normal;
}

.flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.round, .tp_view .round {
    border-radius: 50em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.round-xs, .tp_view .round-xs {
    height: 2rem;
    width: 2rem
}

.round-shadow, .tp_view .round-shadow {
    -webkit-box-shadow: 0 .3125rem .4375rem -.125rem rgba(30,60,90,.33);
    box-shadow: 0 .3125rem .4375rem -.125rem rgba(30,60,90,.33)
}

.tp_view .tp_main-inner {
    background: #fff;
    position: relative;
}

.tp_container, .tp_container-fluid, .tp_container-inner, .tp_view .tp_container, .tp_view .tp_container-fluid, .tp_view .tp_container-inner {
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    width: 80rem
}

.tp_container-fluid, .tp_view .tp_container-fluid {
    max-width: 100%;
    padding: 0;
}

@media only screen and (max-width: 80rem) {
    .tp_container, .tp_container-inner, .tp_view .tp_container, .tp_view .tp_container-inner {
        padding: 0 3.125vw;
        width: 100vw;
    }

    .tp_container, .tp_container-inner, .tp_view .tp_container, .tp_view .tp_container-inner {
        max-width: 80rem;
    }
}

@media only screen and (max-width: 64rem) {
    .tp_container, .tp_container-inner, .tp_view .tp_container, .tp_view .tp_container-inner {
        padding: 0 3.125vw;
        width: 100vw;
    }
}

@media only screen and (max-width: 53.375rem) {
    .tp_container, .tp_container-inner, .tp_view .tp_container, .tp_view .tp_container-inner {
        padding: 0 3.125vw;
        width: 100%;
    }
}

/* grid */
.tp_row, .tp_row-inner, .tp_view .tp_row, .tp_view .tp_row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 0 -1.25rem;
}

.tp_row.no-gap, .tp_row-inner.no-gap, .tp_view .tp_row.no-gap, .tp_view .tp_row-inner.no-gap {
    gap: 0;
    margin: 0
}

.tp_row.no-gap > *, .tp_row-inner.no-gap > *, .tp_view .tp_row.no-gap > *, .tp_view  .tp_row-inner.no-gap > * {
    padding: 0
}

.tp_col, .tp_view .tp_col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
    width: auto;
}

.tp_col-auto, .tp_view .tp_col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.tp_col-1, .tp_view .tp_col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%
}

.tp_col-2, .tp_view .tp_col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%;
}

.tp_col-3, .tp_view .tp_col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 1.25rem;
    width: 25%;
    max-width: 25%;
}

.tp_col-4, .tp_view .tp_col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%
}

.tp_col-5, .tp_view .tp_col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%
}

.tp_col-6, .tp_view .tp_col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

.tp_col-7, .tp_view .tp_col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%
}

.tp_col-8, .tp_view .tp_col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%
}

.tp_col-9, .tp_view .tp_col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%
}

.tp_col-10, .tp_view .tp_col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%
}

.tp_col-11, .tp_view .tp_col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%
}

.tp_col-12, .tp_view .tp_col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

/* button */
.tp_btn, .tp_view .tp_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ff6a00;
    border: .125rem solid transparent;
    border-radius: 0;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    outline: none;
    padding: .875rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 188ms ease-in-out, opacity .3s ease-in, -webkit-box-shadow 256ms ease-in-out;
    transition: all 188ms ease-in-out, opacity .3s ease-in, -webkit-box-shadow 256ms ease-in-out;
    transition: all 188ms ease-in-out, box-shadow 256ms ease-in-out, opacity .3s ease-in;
    transition: all 188ms ease-in-out, box-shadow 256ms ease-in-out, opacity .3s ease-in, -webkit-box-shadow 256ms ease-in-out;
    white-space: nowrap
}

.tp_btn.tp_btn-shadow {
    -webkit-box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
    box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
}

.tp_btn[href], .tp_btn[role=button] {
    cursor: pointer
}

.tp_btn:hover, .tp_view .tp_btn:hover {
    border-color: transparent;
    text-decoration: none !important
}

.tp_btn:disabled, .tp_view .tp_btn:disabled {
    opacity: .7;
}

.tp_btn:disabled:hover, .tp_view .tp_btn:disabled:hover {
    cursor: default;
}

.tp_btn.tp_btn-round, .tp_view .tp_btn.tp_btn-round {
    border-radius: 50em
}

.tp_btn.tp_btn-cap {
    height: auto;
    padding: .5rem;
    width: auto;
}

.tp_btn.tp_btn-cap-lg {
    height: 4rem;
    padding: 0;
    width: 4rem;
}

.tp_btn.tp_btn-cap-lg > .material-symbols-outlined {
    font-size: 2rem;
}

.tp_btn.tp_btn-cap-md {
    height: 3.5rem;
    padding: 0;
    width: 3.5rem;
}

.tp_btn.tp_btn-cap-md > .material-symbols-outlined {
    font-size: 1.75rem;
}

.tp_btn.tp_btn-cap-sm {
    height: 3rem;
    padding: 0;
    width: 3rem;
}

.tp_btn.tp_btn-cap-sm > .material-symbols-outlined {
    font-size: 1.5rem;
}

.tp_btn.tp_btn-cap-xs {
    height: 2rem;
    padding: 0;
    width: 2rem;
}

.tp_btn.tp_btn-lg {
    font-size: 1.25rem;
    height: 3.5rem;
    min-width: 14rem;
}

.tp_btn.tp_btn-md {
    height: 3rem;
    min-width: 12rem;
}

.tp_btn.tp_btn-sm {
    height: 2.5rem;
    min-width: 10rem;
}

.tp_btn.tp_btn-xs {
    font-size: .75rem;
    height: 2rem;
    min-width: 8rem;
}

.tp_btn.tp_btn-fw {
    max-width: 100%;
    min-width: 100%;
}

.tp_btn.tp_btn-shine {
    background: #ff6a00;
    color: #fff;
    font-size: .75rem;
    overflow: hidden;
}

.tp_btn.tp_btn-shine.active, .tp_btn.tp_btn-shine:active {
    background: #ff6a00;
    color: #fff;
}

.tp_btn.tp_btn-shine:hover {
    color: #fff;
}

.tp_btn.tp_btn-shine::before {
    -webkit-transition: 512ms;
    -webkit-transition-delay: 256ms;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .5)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: 512ms;
    transition-delay: 256ms;
    width: 100%;
}

.tp_btn.tp_btn-shine:hover::before {
    left: 100%;
}

.tp_btn.tp_btn-shine > span::before,
.tp_btn.tp_btn-shine > span::after {
    -webkit-transition: 512ms ease-in-out;
    background: hsla(0, 0%, 100%, .5);
    content: "";
    display: block;
    height: .0625rem;
    position: absolute;
    transition: 512ms ease-in-out;
    width: 0;
}

.tp_btn.tp_btn-shine > span::before {
    left: 0;
    top: 0;
}

.tp_btn.tp_btn-shine > span::after {
    bottom: 0;
    right: 0;
}

.tp_btn.tp_btn-shine:hover > span::before {
    transform: translateX(100%);
    width: 100%;
}

.tp_btn.tp_btn-shine:hover > span::after {
    transform: translateX(-100%);
    width: 100%;
}

/* icon */

.tp_icon {
    display: inline-block;
    height: 1rem;
    line-height: 1;
    position: relative;
    width: 1rem;
}

.tp_icon svg:only-child {
    display: block;
    -webkit-transform: translateY(-0.09375rem);
    transform: translateY(-0.09375rem);
}

/* section */
.tp_sect, .tp_view .tp_sect {
    position: relative;
}

.tp_sect-heading, .tp_view .tp_sect-heading {
    background-color: #f5f5f5;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.tp_sect-heading h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

/* price */
.tp_view .tp_price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp_view .tp_price-wrapper > * {
    white-space: nowrap;
}

.tp_price-wrapper .tp_price-old {
    text-decoration: line-through;
    margin-left: .5rem;
}

.tp_price-wrapper .tp_price-actual {
    color: #ff6a00;
}

.tp_price-wrapper .tp_price-old {
    color: #949494;
    font-size: 80%;
}

/* card */
.tp_card, .tp_view .tp_card {
    border-radius: 1rem;
    -webkit-box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
    box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
    height: 100%;
    max-width: 100%;
    padding: 1rem 1.5rem;
    overflow: hidden;
}

.tp_card .tp_card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.tp_card .tp_card-entry-wrap {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tp_card .tp_card-image a {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tp_card .tp_card-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 156ms ease-in;
    transition: -webkit-transform 156ms ease-in;
    transition: transform 156ms ease-in;
    transition: transform 156ms ease-in, -webkit-transform 156ms ease-in;
}

.tp_card .tp_card-entry-title {
    font-size: .8rem;
    text-align: center;
}

.tp_card .tp_card-entry-price {
    font-size: .8rem;
    text-align: center;
    margin-top: .125rem;
}

.tp_card .tp_card-entry-extra {
    text-align: center;
    padding-top: .5rem;
    width: 100%;
}

.tp_card .tp_card-image {
    height: 12rem;
    padding: 1.5rem 1.5rem 0;
}

.tp_card .tp_card-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 156ms ease-in;
    transition: -webkit-transform 156ms ease-in;
    transition: transform 156ms ease-in;
    transition: transform 156ms ease-in,-webkit-transform 156ms ease-in;
}

.tp_card .tp_card-image:hover ~ .tp_card-entry .tp_card-entry-title a {
    text-decoration: underline;
}

.tp_card .tp_btn.tp_btn-shine.tp_btn-xs {
    border-radius: .25rem;
    height: 2.25rem;
    font-size: .875rem;
}

.tp_card.tp_card-post {
    background: #fff;
    padding: 0;
}

.tp_card.tp_card-post .tp_card-image {
    height: auto;
    padding: 0;
}

.tp_card.tp_card-post .tp_card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 13.625rem;
    min-height: 13.625rem;
}

.tp_card.tp_card-post .tp_card-entry {
    height: 100%;
    padding: 1.5rem;
}

.tp_card.tp_card-post .tp_card-entry .tp_btn {
    border-radius: .25rem;
    margin-top: 1rem;
    line-height: 1.5;
}

/* head menu */

.tp_head-menu, .tp_view .tp_head-menu {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.333333;
    overflow: hidden;
    position: static;
}

.tp_head-menu .tp_container {
    position: unset;
}

.tp_head-menu .tp_head-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.tp_head-menu .tp_head-menu-item {
    position: relative;
    white-space: nowrap;
}

.tp_head-menu .tp_head-menu-item.has-inner {
    position: unset;
    -webkit-transition: background-color 256ms ease-in-out;
    transition: background-color 256ms ease-in-out;
}

.tp_head-menu .tp_head-menu-item > a {
    display: block;
    max-height: 3rem;
    padding: 1rem;
}

.tp_head-menu .tp_head-menu-item:hover > a {
    color: #ff6a00;
}

.tp_head-menu .tp_head-menu-inner {
    background-color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
    box-shadow: 0 .1875rem .3125rem -.125rem rgba(30,60,90,.25);
    font-weight: 400;
    line-height: 1.5;
    min-height: 5rem;
    opacity: 0;
    padding: 1rem;
    top: 4rem;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition: all 248ms ease-in-out;
    transition: all 248ms ease-in-out;
    visibility: hidden;
}

.tp_head-menu .tp_head-menu-inner:before {
    border-top: 0.125rem solid #f5f5f5;
    content: "";
    height: calc(100% - 1rem);
    top: 1rem;
    z-index: -1;
    background-color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
}

.tp_head-menu .tp_head-menu-inner .tp_row-inner {
    margin: 0;
}

.tp_head-menu .tp_head-menu-item.has-inner:hover .tp_head-menu-inner {
    opacity: 1 !important;
    -webkit-transform: translateY(0) scaleY(1) !important;
    transform: translateY(0) scaleY(1) !important;
    visibility: visible !important;
}

.tp_head-menu .tp_head-menu-inner .tp_col {
    padding: 0;
}

.tp_head-menu .tp_card {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: unset;
    padding: 1rem 0;
}

.tp_head-menu .tp_card .tp_card-image {
    height: 6.75rem;
    margin: 0 auto 1rem;
    padding: 0;
    width: 6.75rem;
}

.tp_head-menu .tp_card .tp_card-image img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.tp_head-menu .tp_card .tp_card-entry-title {
    font-size: .8750001094rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.tp_head-menu .tp_card .tp_card-entry-extra {
    display: none;
}

.tp_head-menu .tp_card .tp_card-entry-price {
    margin-top: .125rem;
}

.tp_head-menu .tp_head-menu-btn {
    height: 100%;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.tp_head-menu .tp_head-menu-btn-icon {
    align-items: center;
    display: flex;
    height: 6.75rem;
    justify-content: center;
    margin: 0 auto .75rem;
}

.tp_head-menu .tp_head-menu-btn-icon:hover ~ * > a {
    text-decoration: underline;
}

.tp_head-menu .tp_btn .material-symbols-outlined {
    display: none;
}

.tp_head-menu .tp_head-menu-btn .tp_btn {
    width: 3.369rem;
    height: 3.369rem;
    padding: 0;
    background: transparent;
    border-color: currentColor;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(26,26,26,.333);
}

.tp_head-menu .tp_head-menu-btn .tp_btn:hover {
    color: #ff6a00;
}

.tp_head-menu .tp_head-menu-btn .tp_btn svg {
    display: block !important;
    position: absolute;
    top: 0;
    stroke: currentColor;
    stroke-width: 1px;
    fill: none;
}

/* head menu (mobile) */
.mi-mobile-panel .tp_head-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item {
    background-color: hsla(0,0%,53%,.1);
    margin-bottom: 0.5rem;
    max-height: 3.5rem;
    padding: 1.25rem 1rem;
    position: relative;
    width: 100%;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner {
    background-color: #fff;
    border-radius: .5em;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #0a0a0a;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    margin-top: 1.25rem;
    min-height: unset;
    min-width: unset;
    opacity: 0;
    position: relative;
    text-transform: none;
    top: unset;
    -webkit-transform: translateY(-33.333333%) scaleY(0);
    transform: translateY(-33.333333%) scaleY(0);
    -webkit-transition: all 248ms ease-in-out;
    transition: all 248ms ease-in-out;
    width: 100%;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner::before {
    display: none;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_container-inner {
    padding: 0;
    width: 100%;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_row-inner {
    gap: 1rem 0;
    margin: 0;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_row-inner a {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_row-inner .tp_col {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_col:last-of-type .tp_head-menu-btn {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-inner .tp_col:last-of-type .tp_head-menu-btn-icon {
    width: 6rem;
    height: 6rem;
    padding: 0;
    margin: 0 1rem 0 0;
    align-items: center;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item > a {
    display: inline;
    padding-left: 0;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item.has-inner {
    overflow: hidden;
    position: relative;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item.has-inner > a {
    pointer-events: none !important;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item.has-inner:hover {
    max-height: unset !important;
}

.mi-mobile-panel .tp_head-menu .tp_head-menu-item.has-inner:hover .tp_head-menu-inner {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

.mi-mobile-panel .tp_head-menu .tp_card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    padding: 0;
}

.mi-mobile-panel .tp_head-menu .tp_card .tp_card-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.mi-mobile-panel .tp_head-menu .tp_card .tp_card-image {
    height: 6rem;
    margin: 0 1rem 0 0;
    min-height: 6rem;
    min-width: 6rem;
    width: 6rem;
}

.mi-mobile-panel .tp_head-menu .tp_card .tp_card-entry-wrap {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.mi-mobile-panel .tp_head-menu .tp_card .tp_card-entry * {
    text-align: left;
}

.mi-mobile-panel .tp_head-menu .tp_card .tp_card-entry-price {
    font-size: 1rem;
    margin-top: .5rem;
}

@media only screen and (max-width: 30rem) {
    .mi-mobile-panel .tp_head-menu {
        font-size: 1rem;
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-inner {
        margin-top: 1.25rem;
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-item {
        margin-bottom: .5rem;
        max-height: 3.5rem;
        padding: 1.25rem 1rem;
    }
}

@media only screen and (max-width: 30rem)and (max-width:25rem) {
    .mi-mobile-panel .tp_head-menu {
        font-size: 4vw;
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-inner {
        margin-top: 5vw;
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-item {
        max-height: 14vw;
        padding: 5vw 4vw;
    }
}

@media only screen and (max-width: 30rem)and (max-width:22rem) {
    .mi-mobile-panel .tp_head-menu {
        font-size: 4.5454545455vw;
    }
    .mi-mobile-panel .tp_head-menu .mi-header-menu-inner {
        margin-top: 5.6818181818vw;
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-item {
        max-height: 15.9090909091vw;
        padding: 5.6818181818vw 4.5454545455vw;
    }
}

@media only screen and (max-width: 30rem)and (max-width:20rem) {
    .mi-mobile-panel .tp_head-menu {
        font-size: 5vw
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-inner {
        margin-top: 6.25vw
    }
    .mi-mobile-panel .tp_head-menu .tp_head-menu-item {
        max-height: 17.5vw;
        padding: 6.25vw 5vw
    }
}

/* product catalog */
.tp_product-catalog.bg {
    background: #fff;
    padding: 2rem 0;
}

.tp_product-catalog .tp_card {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tp_product-catalog .tp_container {
    background-color: transparent;
    position: relative;
}

.tp_product-catalog .tp_container-fluid {
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.tp_product-catalog .tp_container h2 {
    color: #ff6900;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.tp_product-catalog .tp_row {
    border-top: 0.0625rem solid hsla(0,0%,53%,.25);
    gap: unset;
    margin: 0;
}

.tp_product-catalog .tp_row .tp_col {
    -webkit-box-flex: 0;
    background-color: #fff;
    border-bottom: .0625rem solid hsla(0,0%,53%,.25);
    border-right: .0625rem solid hsla(0,0%,53%,.25);
    padding: 0 .125rem;
}

@media only screen and (min-width: 50rem) {
    .tp_product-catalog .tp_row .tp_col {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
    }

    .tp_product-catalog .tp_row .tp_col:nth-child(5n) {
        border-right: none;
    }
}

@media only screen and (max-width: 50rem) {
    .tp_product-catalog .tp_row .tp_col {
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%;
    }

    .tp_product-catalog .tp_row .tp_col:nth-child(3n) {
        border-right: none;
    }
}

@media only screen and (max-width: 40rem) {
    .tp_product-catalog .tp_row .tp_col {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

    .tp_product-catalog .tp_row .tp_col:nth-child(3n) {
        border-right: .0625rem solid hsla(0,0%,53%,.25);
    }
    .tp_product-catalog .tp_row .tp_col:nth-child(2n) {
        border-right: none;
    }
}

@media only screen and (max-width: 30rem) {
    .tp_product-catalog .tp_row .tp_col {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .tp_product-catalog .tp_row .tp_col:nth-child(n) {
        border-right: none;
    }
}

.tp_product-catalog .tp_card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 2rem;
}

.tp_product-catalog .tp_card .tp_card-image {
    height: 6rem;
    margin: 0 auto 1rem;
    padding: 0;
    width: 6rem;
}

.tp_product-catalog .tp_card .tp_card-image img:hover {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

.tp_product-catalog .tp_card .tp_card-entry-title {
    font-size: .8750001094rem;
    line-height: 1.2;
    text-align: center;
}

.tp_product-catalog .tp_card .tp_card-entry-extra {
    display: none;
}

/* product grid */
.product-grid .tp_container:first-child:not(:last-child) {
    background-color: #f5f5f5;
    margin-top: 1rem;
}

.product-grid .tp_row .tp_col {
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
}

.product-list .tp_row .tp_col {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
}

@media only screen and (max-width: 50rem) {
    .product-grid .tp_row .tp_col {
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

@media only screen and (max-width: 40rem) {
    .product-grid .tp_row .tp_col {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 30rem) {
    .product-grid .tp_row .tp_col {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
}

.product-grid .tp_card,
.product-list .tp_card {
    padding: 0;
}

.product-grid .tp_card-entry,
.product-list .tp_card-entry {
    height: 100%;
    padding: 1rem 1.5rem;
}

.product-grid .tp_card .tp_card-entry-title,
.product-list .tp_card .tp_card-entry-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.product-grid .tp_card .tp_card-image:hover ~ .tp_card-entry .tp_card-entry-title a,
.product-list .tp_card .tp_card-image:hover ~ .tp_card-entry .tp_card-entry-title a {
    text-decoration: none;
}

.product-grid .tp_card .tp_card-entry-wrap > * {
    width: 100%;
}

.product-grid .tp_card .tp_card-entry-extra .tp_btn {
    width: 100%;
}

/* page */
.tp_main .page .page-title {
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 25px;
    min-height: 50px;
    padding: 6px 10px
}

.tp_main .page .page-title h1 {
    font-size: 30px;
    font-weight: 400
}

/* product details */
.tp_product {
    background: #fff;
}

.tp_product-overview {
    position: relative;
}

.tp_product-showcase {
    margin: 0 auto;
}

.tp_product-overview .tp_product-aside {
    position: relative;
}

.tp_product-overview .tp_product-showcase {
    padding: 2rem 0 0;
    position: relative;
    margin: 0 auto;
    max-width: 29rem;
    width: 100%;
}

.tp_product-showcase .tp_product-image {
    background-color: #fff;
    margin: 0 auto 2rem;
    position: relative;
}

.tp_product-showcase .tp_product-image img {
    display: block;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.tp_product-showcase .tp_product-thumbs {
    height: 9.375rem;
}

.tp_product-thumbs .tp_product-thumb {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: .333333;
    position: relative;
    width: 100%;
}

.tp_product-thumbs .tp_product-thumb img {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.tp_product-overview .tp_product-article {
    background-color: #f5f5f5;
    height: 100%;
    padding: 4rem 3.2rem;
    position: relative;
}

.tp_product-article .tp_product-info {
    margin-bottom: 3rem;
    position: relative;
}

.tp_product-info .tp_product-title {
    margin-bottom: 0.8rem;
    position: relative;
}

.tp_product-info .tp_product-title h1 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.tp_product-info .tp_product-price {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    position: relative;
}

.tp_product-info .tp_product-price .tp_price-wrapper {
    justify-content: flex-start;
}

.tp_product-article .tp_hr {
    border-top: 0.0625rem solid hsla(0, 0%, 53%, .15);
}

.tp_product-article .tp_hr:first-of-type {
    margin-bottom: 1rem;
}

.tp_product-article .tp_hr:last-of-type {
    margin-top: 1rem;
}

.tp_product-article .tp_product-offer {
    color: #868686;
}

.tp_product-article .tp_product-attrs {
    margin-bottom: 3rem;
}

.tp_product-article .tp_product-attr-item {
    margin-bottom: 2rem;
}

.tp_product-article .tp_product-attr-item .tp_row-inner {
    gap: 1.25rem 0;
    margin: 0 -.625rem;
}

.tp_product-article .tp_product-attr-item .tp_row-inner .tp_col {
    padding: 0 .625rem;
}

.tp_product-attr-item .tp_product-attr-name {
    color: #868686;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.tp_product-article .tp_product-option {
    height: 4rem;
    line-height: normal;
    position: relative;
}

.tp_product-article .tp_product-option.disabled {
    cursor: no-drop;
    pointer-events: none;
}

.tp_product-article .tp_product-option .tp_product-option-value:hover {
    border-color: hsla(0, 0%, 53%, .667);
    cursor: pointer;
}

.tp_product-article .tp_product-option.disabled .tp_product-option-value {
    border-style: dashed;
    color: hsla(0, 0%, 53%, .667);
}

.tp_product-option .tp_product-option-color {
    flex-shrink: 0;
}

.tp_product-option .tp_product-option-input {
    display: none;
}

.tp_product-option .tp_product-option-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: .0625rem solid hsla(0, 0%, 53%, .333);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
    -webkit-transition: border-color 188ms ease-in-out;
    transition: border-color 188ms ease-in-out;
}

.tp_product-option .tp_product-option-name {
    flex-shrink: 1;
}

.tp_product-option .tp_product-option-input:checked ~ .tp_product-option-value {
    border-color: #ff6a00;
}

.tp_product-article .tp_product-option .tp_icon,
.tp_product-article .tp_product-option .tp_icon::before {
    display: none;
}

.tp_product-article .tp_product-submit {
    position: relative;
}

.tp_product-article .tp_product-description {
    color: #868686;
    margin-top: 1rem;
    padding: 1rem 0;
    position: relative;
}

.tp_product .tp_product-related {
    margin-top: 2rem;
}

.tp_product section:last-child .tp_product-related {
    padding-bottom: 2rem;
}

.tp_product .tp_product-order {
    margin-bottom: 3rem;
}

.tp_product-order .tp_product-total {
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
    position: relative;
}

.tp_product-total .tp_product-total-label,
.tp_product-total .tp_product-total-value {
    color: #ff6900;
    font-size: 1.5rem;
    padding: 1rem;
    width: 50%;
}

.tp_product-top {
    background: #fff;
}

.tp_product-top .tp_container {
    background: #fff;
    height: 100%;
    max-width: 100%;
    position: relative;
}

.tp_product-top .tp_row {
    height: 100%;
}

.tp_product-top .tp_col {
    display: flex;
    align-items: center;
}

.tp_product-top .tp_col:last-child .tp_product-nav {
    justify-content: flex-end;
    padding-right: 0;
}

.tp_product-top .tp_product-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
}

.tp_product-top .tp_product-nav {
    padding: .5rem 0;
    width: 100%;
}

.tp_product-top .tp_product-nav-section {
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 1rem;
    text-align: center;
    white-space: nowrap;
}

.tp_product-top .tp_product-nav .tp_btn {
    font-size: .75rem;
    max-height: 2rem;
    border-radius: .25rem;
}

.tp_product-top .tp_product-nav .tp_btn.tp_btn-shine {
    min-width: 6rem;
}

.tp_product-top .tp_product-nav .tp_btn:not(.tp_btn-shine) {
    background: #fff;
    border-color: rgba(26, 26, 26, .67);
    border-width: 1px;
    color: var(--c-primary);
}

.tp_product-gpsr {
    background: #fff;
    padding: 2rem 0;
}

.tp_product-specs {
    background: #fff;
}

.tp_product .tp_product-specs .tp_container:first-child:not(:last-child) {
    padding: 2rem 0 0 0;
    width: 100%;
}

.tp_product .tp_product-specs .tp_container:first-child:not(:last-child) .tp_sect-heading {
    margin: 0;
}

.tp_product .tp_product-specs .tp_container:first-child:not(:last-child) h2 {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15;
    position: relative;
    text-transform: uppercase;
    max-height: 3rem;
}

.tp_product .tp_product-specs .tp_row-inner {
    display: flex;
    width: 100%;
}

.tp_product .tp_product-specs .tp_row-inner .tp_col:first-child {
    display: none;
}
.tp_product .tp_product-specs .tp_row-inner .tp_col:not(:first-child) {
    flex: 0;
    max-width: none;
    width: auto;
}

.tp_product .tp_product-specs .tp_row-inner .tp_col:last-child .tp_btn {
    background: transparent;
    color: var(--c-primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15;
    margin-left: 2rem;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    max-height: 3rem;
}

.tp_product .tp_product-specs .tp_row-inner .tp_col:last-child .tp_btn:hover {
    background: transparent;
    color: var(--c-primary);
    text-decoration: underline !important;
}

.tp_product .tp_product-specs .tp_row-inner .tp_col:last-child .tp_btn:before {
    background-color: hsla(0,0%,4%,.333);
    content: "";
    height: 1rem;
    left: -1rem;
    position: absolute;
    top: 0;
    width: 0.0625rem;
}

.tp_product-specs .tp_product-specs-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.tp_product-gpsr .tp_product-gpsr-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media (min-width: 600px) {
    .tp_product-specs .tp_product-specs-image.d-none-xs img {
        display: block;
        min-width: 120rem;
    }

    .tp_product-gpsr .tp_product-gpsr-image.d-none-xs img {
        display: block;
    }
    
    .tp_product-gpsr .tp_product-gpsr-image.d-none.d-block-xs img,
    .tp_product-specs .tp_product-specs-image.d-none.d-block-xs img {
        display: none;
    }
}

.tp_product-specs-parameter-section {
    padding-top: 1.5rem;
    position: relative;
}

.tp_product-specs-parameter-title,
.tp_product-specs-parameter-value {
    display: inline-block;
}

.tp_product-specs-parameter-title h3 {
    font-size: 1rem;
    font-weight: 600;
}

.tp_product-specs-thumbs {
    max-width: 18rem;;
    text-align: center;
}

.tp_product-specs-thumbs-list {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tp_product-specs-thumbs-nav-list {
    text-align: center;
    margin: 1rem auto 0;
    position: relative;
}

.tp_product-specs-thumbs-nav-item {
    display: inline-block;
    vertical-align: top;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: currentColor;
    margin: 0 .25rem;
    position: relative;
    cursor: pointer;
}

.tp_product-specs-thumbs-nav-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -.188rem;
    left: -.188rem;
    width: 1.125rem;
    height: 1.125rem;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.tp_product-specs-thumbs-nav-item.active:before {
    border-color: #ff6900;
}

@media (max-width: 600px) {
    .tp_product .tp_product-specs .tp_product-specs-image.d-none-xs img {
        display: none;
    }

    .tp_product .tp_product-specs .tp_product-specs-image.d-none.d-block-xs img {
        display: block;
        min-width: unset;
    }

    .tp_product .tp_product-gpsr .tp_product-gpsr-image.d-none-xs img {
        display: none;
    }

    .tp_product .tp_product-gpsr .tp_product-gpsr-image.d-none.d-block-xs img {
        display: block;
        min-width: unset;
    }
}

@media only screen and (max-width: 80rem) {
    .tp_product .tp_product-showcase {
        padding: 2.5vw 0 0;
    }

    .tp_product .tp_product-article {
        padding: 5vw 4vw;
    }

    .tp_product-article .tp_product-title {
        margin-bottom: 1vw;
    }

    .tp_product-article .tp_product-info {
        margin-bottom: 3.75vw;
    }

    .tp_product-info .tp_product-title h1 {
        font-size: 3vw;
    }

    .tp_product-info .tp_product-price {
        font-size: 1.875vw;
        margin-bottom: 1vw;
    }

    .tp_product-article .tp_product-attrs {
        margin-bottom: 3.75vw;
    }

    .tp_product-article .tp_product-attr-item {
        margin-bottom: 2.5vw;
    }

    .tp_product-attr-item .tp_product-attr-name {
        font-size: 1.5625vw;
        margin-bottom: 1.25vw;
    }

    .tp_product-article .tp_product-option {
        height: 5vw;
    }

    .tp_product-option .tp_product-option-value {
        padding: 0 1.25vw;
    }

    .tp_product-option .tp_product-option-color {
        border-radius: 5vw;
        height: 2.5vw;
        margin: 0 1rem 0 0;
        width: 2.5vw;
    }

    .tp_product-option .tp_product-option-name {
        padding: 0 1.25vw;
    }

    .tp_product .tp_product-order {
        margin-bottom: 3.75vw;
    }

    .tp_product-order .tp_product-total {
        padding: 0.625vw 1.25vw;
    }

    .tp_product-total .tp_product-total-label, .tp_product-total .tp_product-total-value {
        font-size: 1.875vw;
        padding: 1.25vw;
    }
}

@media only screen and (max-width: 64rem) {
    .tp_product .tp_row-inner .tp_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

    .tp_product .tp_product-showcase {
        padding: 3.125vw 0 0;
    }

    .tp_product .tp_product-article {
        padding: 6.25vw 5vw;
    }

    .tp_product-article .tp_product-title {
        margin-bottom: 1.25vw;
    }

    .tp_product-article .tp_product-info {
        margin-bottom: 4.6875vw;
    }

    .tp_product-info .tp_product-title h1 {
        font-size: 3.75vw;
    }

    .tp_product-info .tp_product-price {
        font-size: 2.34375vw;
        margin-bottom: 1.25vw;
    }

    .tp_product-article .tp_product-attrs {
        margin-bottom: 4.6875vw;
    }

    .tp_product-article .tp_product-attr-item {
        margin-bottom: 3.125vw;
    }

    .tp_product-attr-item .tp_product-attr-name {
        font-size: 1.953125vw;
        margin-bottom: 1.5625vw;
    }

    .tp_product-article .tp_product-option {
        height: 6.25vw;
    }

    .tp_product-option .tp_product-option-value {
        padding: 0 1.5625vw;
    }

    .tp_product-option .tp_product-option-color {
        border-radius: 6.25vw;
        height: 3.125vw;
        width: 3.125vw;
    }

    .tp_product-option .tp_product-option-name {
        padding: 0 1.5625vw;
    }

    .tp_product-order .tp_product-total {
        margin-bottom: 4.6875vw;
    }

    .tp_product-total .tp_product-total-label, .tp_product-total .tp_product-total-value {
        font-size: 2.34375vw;
        padding: 1.5625vw;
    }
}

@media only screen and (max-width: 53.375rem) {
    .tp_product .tp_row > .tp_col-5,
    .tp_product .tp_row > .tp_col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }

    .tp_product .tp_product-showcase {
        padding: 3.7470725995vw 0 0;
    }

    .tp_product .tp_product-article {
        padding: 7.4941451991vw 5.9953161593vw;
    }

    .tp_product-article .tp_product-title {
        margin-bottom: 1.4988290398vw;
    }

    .tp_product-article .tp_product-info {
        margin-bottom: 5.6206088993vw;
    }

    .tp_product-info .tp_product-title h1 {
        font-size: 4.4964871194vw;
    }

    .tp_product-info .tp_product-price {
        font-size: 2.8103044496vw;
        margin-bottom: 1.4988290398vw;
    }

    .tp_product-article .tp_product-attrs {
        margin-bottom: 5.6206088993vw;
    }

    .tp_product-article .tp_product-attr-item {
        margin-bottom: 3.7470725995vw;
    }

    .tp_product-attr-item .tp_product-attr-name {
        font-size: 2.3419203747vw;
        margin-bottom: 1.8735362998vw;
    }

    .tp_product-article .tp_product-option {
        height: 7.4941451991vw;
    }

    .tp_product-option .tp_product-option-value {
        padding: 0 1.8735362998vw;
    }

    .tp_product-option .tp_product-option-color {
        border-radius: 7.4941451991vw;
        height: 3.7470725995vw;
        width: 3.7470725995vw;
    }

    .tp_product-option .tp_product-option-name {
        padding: 0 1.8735362998vw;
    }

    .tp_product-order .tp_product-total {
        margin-bottom: 5.6206088993vw;
    }

    .tp_product-total .tp_product-total-label, .tp_product-total .tp_product-total-value {
        font-size: 2.8103044496vw;
        padding: 1.8735362998vw;
    }

    .tp_product-top .tp_product-title {
        padding-top: 1rem;
        text-align: center;
        width: 100%;
    }
    
    .tp_product-top .tp_row {
        gap: .5rem;
    }

    .tp_product-top .tp_col-6 {
        flex: 0 1 100%;
        max-width: 100%;
        justify-content: center;
    }
    
    .tp_product-top .tp_col:last-child .tp_product-nav {
        padding-right: 0;
        justify-content: center;
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 50rem) {
    .tp_product-option .tp_product-option-name {
        font-size: .8333333333rem;
    }

    .tp_product-top .tp_product-title {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 40rem) {
    .tp_product-info .tp_product-title h1 {
        font-size: 5vw;
    }

    .tp_product-article .tp_product-attrs {
        margin-bottom: 7.5vw;
    }

    .tp_product-article .tp_product-attr-item {
        margin-bottom: 5vw;
    }

    .tp_product-attr-item .tp_product-attr-name {
        font-size: 3.75vw;
        margin-bottom: 2.5vw;
    }

    .tp_product-option .tp_product-option-color {
        border-radius: 3rem;
        height: 1.5rem;
        margin-right: .375rem;
        width: 1.5rem;
    }

    .tp_product .tp_product-specs .tp_row-inner .tp_col:not(:first-child) {
        display: flex;
        flex: 0 1 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .tp_product .tp_product-specs .tp_row-inner .tp_col:last-child .tp_btn {
        font-size: .875rem;
        margin-top: .5rem;
    }
    
    .tp_product .tp_product-specs .tp_row-inner .tp_col:last-child .tp_btn:before {
        display: none;
    }
}

@media only screen and (max-width: 30rem) {
    .tp_product-info .tp_product-title h1 {
        font-size: 6.6666666667vw;
    }

    .tp_product-info .tp_product-price {
        font-size: 5vw;
        margin-bottom: 2.6666666667vw;
    }
    
    .tp_product-top .tp_product-top-nav {
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: center;
        width: 100%;
        margin: 0 0 .5rem;
    }
    
    .tp_product-top .tp_row {
        gap: 0;
    }
    
    .tp_product-top .tp_col:last-child .tp_product-nav {
        flex-direction: column-reverse;
        gap: .5rem;
        justify-content: center;
        padding-right: 0;
    }

    .tp_product-top .tp_col:last-child .tp_product-nav .tp_btn {
        margin: 0;
    }
    
    .tp_product-top .tp_product-title {
        font-size: 1rem;
        padding-top: 1rem;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 25rem) {
    .tp_product-info .tp_product-title h1 {
        font-size: 8vw;
    }

    .tp_product-info .tp_product-price {
        font-size: 6vw;
        margin-bottom: 3.2vw;
    }

    .tp_product-attr-item .tp_product-attr-name {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .tp_product-article .tp_product-option {
        height: 16vw;
    }

    .tp_product-order .tp_product-total {
        margin-bottom: 12vw;
        padding: 2vw 4vw;
    }

    .tp_product-total .tp_product-total-label, .tp_product-total .tp_product-total-value {
        font-size: 6vw;
    }
}

/* form */
.fieldset, .page .fieldset {
    margin: 0 0 40px;
    position: relative;
}

.fieldset + .buttons {
    margin: 0 0 30px;
}

.fieldset .title, .page .fieldset .title {
    color: #0a0a0a;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 10px;
}

.form-fields .inputs,
.form-fields .captcha-box {
    margin: 0 0 15px;
}

.form-fields .inputs label {
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    line-height: 1.15;
}

.form-fields .inputs label, .form-fields .inputs label + * {
    vertical-align: middle;
}

.form-fields .inputs input[type=email],
.form-fields .inputs input[type=password],
.form-fields .inputs input[type=tel],
.form-fields .inputs input[type=text],
.form-fields .inputs select,
.form-fields .inputs textarea {
    border: 1px solid #f5f5f5;
    line-height: 1;
    min-height: 36px;
    padding: .5rem 1rem;
    width: 400px;
}

.form-fields .inputs input::placeholder, .form-fields .inputs select::placeholder,  .form-fields .inputs textarea::placeholder {
    opacity: .5;
}

.form-fields .inputs input[type=email]  + .required,
.form-fields .inputs input[type=password]  + .required,
.form-fields .inputs input[type=tel] + .required,
.form-fields .inputs input[type=text]  + .required,
.form-fields .inputs select + .required,
.form-fields .inputs textarea + .required {
    color: #e4434b;
    font-size: 20px;
    font-weight: 400;
    margin: 0 -8px 0 3px;
    vertical-align: top;
}

.form-fields .inputs label[data-required]::after {
    content: "*";
    color: #e4434b;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 3px;
}

.form-fields .inputs .date-picker-wrapper {
    display: inline-flex;
    justify-content: space-between;
    width: 400px;
}

.form-fields .inputs .date-picker-wrapper select {
    width: 31%;
}

.form-fields .field-validation-error {
    color: #e4434b;
    display: block;
    height: 1.5rem;
    margin-top: .375rem;
}

@media (min-width: 1001px) {
    .form-fields .inputs label {
        display: inline-block;
        margin: 0 10px 0 0;
        text-align: right;
        width: 265px;
    }

    .form-fields .inputs input[type=email],
    .form-fields .inputs input[type=password],
    .form-fields .inputs input[type=tel],
    .form-fields .inputs input[type=text],
    .form-fields .inputs select,
    .form-fields .inputs textarea {
        min-height: 2.5rem;
        max-width: 100%;
    }
}

.tp_form .form-fields .inputs label {
    margin: 0;
}

.tp_form .form-fields .inputs input[type=email],
.tp_form .form-fields .inputs input[type=password],
.tp_form .form-fields .inputs input[type=tel],
.tp_form .form-fields .inputs input[type=text],
.tp_form .form-fields .inputs select,
.tp_form .form-fields .inputs textarea {
    border: 0.0625rem solid hsla(0,0%,53%,.333);
    outline: 0;
}

.tp_form .form-fields .inputs input[type=email]:focus,
.tp_form .form-fields .inputs input[type=password]:focus,
.tp_form .form-fields .inputs input[type=tel]:focus,
.tp_form .form-fields .inputs input[type=text]:focus,
.tp_form .form-fields .inputs select:focus,
.tp_form .form-fields .inputs textarea:focus {
    border: 0.0625rem solid #ff6900;
}

.tp_form.tp_form-light {
    background: #fff;
}


/* spinner */
.tp_spinner {
    background: transparent;
    color: #ff6900;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000
}

.tp_spinner svg {
    -webkit-animation: tp_spinner 2.5s linear infinite;
    animation: tp_spinner 2.5s linear infinite;
    height: 2.5rem;
    left: 50%;
    margin: -1.25rem 0 0 -1.25rem;
    position: absolute;
    top: 50%;
    width: 2.5rem
}

.tp_spinner-light {
    background: #fff
}

.tp_spinner-sm svg {
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    width: 2rem
}

.tp_spinner-md svg {
    height: 2.5rem;
    margin: -1.25rem 0 0 -1.25rem;
    width: 2.5rem
}

.tp_spinner-lg svg {
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
    width: 5rem
}

/* mini cart */
.tp_view .tp_mini-cart .tp_mini-cart-list {
    padding: 1rem 0;
}

.tp_view .tp_mini-cart-product-image:hover ~ .tp_mini-cart-product-entry .tp_mini-cart-product-title {
    text-decoration: underline;
}

.tp_view .tp_mini-cart .tp_mini-cart-product-title {
    font-weight: 500;
}

.tp_view .tp_mini-cart .tp_mini-cart-product-attrs {
    color: #a1a1a1;
}

.tp_view .tp_mini-cart .tp_mini-cart-total {
    font-weight: 500;
}

.tp_view .tp_mini-cart .tp_mini-cart-total-label {
    color: #949494;
}

/* shopping cart */
.order-summary-content .product-grid .tp_container {
    width: 100%;
    padding: 0;
}

.order-summary-content .product-grid .tp_container:first-child:not(:last-child),
.order-summary-content .product-grid .tp_sect-heading {
    background-color: transparent;
}

/* contact us */
.page.contact-page .topic-block .topic-block-title {
    display: none;
}

.page.contact-page .tp_form.tp_form-contact {
    background-color: #fff;
    -webkit-box-shadow: 0 .3125em .4375em -.125em rgba(30, 60, 90, .333);
    box-shadow: 0 .3125em .4375em -.125em rgba(30, 60, 90, .333);
    font-size: .875rem;
    margin: 0 auto;
    padding: 4rem;
    position: relative;
    max-width: 45rem;
    width: 100%;
}

.page.contact-page .tp_form .tp_input-file .tp_input-file-btn {
    border: 0.0625rem solid hsla(0, 0%, 53%, .333);
    border-radius: 0;
}

.page.contact-page .tp_form .fieldset {
    margin: 0 0 30px;
}

.page.contact-page .tp_form-contact .form-fields {
    padding: 0;
}

.page.contact-page .tp_form .form-fields .tp_row {
    gap: 0;
}


.page.contact-page .tp_form .form-fields label {
    font-size: .875rem;
    text-align: left;
    padding: 0.375rem 0;
}

.page.contact-page .tp_form .form-fields input[type=email],
.page.contact-page .tp_form .form-fields input[type=text],
.page.contact-page .tp_form .form-fields textarea {
    width: 100%;
}

.page.contact-page .tp_form .buttons {
    text-align: left;
}

@media only screen and (max-width: 30rem) {
    .page.contact-page .tp_form {
        padding: 6.6666666667vw 3.3333333333vw;
        width: 100%;
    }

    .page.contact-page .tp_form .buttons .tp_btn {
        width: 100%;
    }
}

/* home */

.tp_sect.tp_sect-homepage-news .tp_sect-heading {
    box-shadow: 0 0.1875rem 0.3125rem -0.125rem rgba(30, 60, 90, .192);
    align-items: center;
    background: linear-gradient(45deg, #faf6f3 15%, #fff 50%, #faf6f3);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    margin: 0 0 2rem;
    padding: 1rem 0;
    position: relative;
}

.tp_sect.tp_sect-homepage-news .tp_sect-heading h2 {
    color: #868686;
    font-weight: 300;
    font-size: 2rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.tp_sect.tp_sect-homepage-news .tp_row {
    margin: 0 -.5625rem;
}

.tp_sect.tp_sect-homepage-news .tp_col {
    padding: 0 .5625rem;
}

@media only screen and (max-width: 40rem) {
    .tp_sect.tp_sect-homepage-news .tp_col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.tp_sect.tp_sect-homepage-news .tp_container:last-child {
    margin-top: 2rem;
}

.tp_sect.tp_sect-homepage-news .tp_container:last-child .tp_btn {
    border-radius: .25rem;
}

/* News */
.page.news-list-page .tp_sect-heading,
.page.news-item-page .tp_sect-heading {
    background-color: #ff6900;
    color: #fff;
    margin-bottom: 2rem;
    padding: 5rem 0;
    text-align: center;
    text-transform: uppercase;
}

.page.news-list-page .page-body .tp_card-entry h3,
.page.news-item-page .page-body .tp_card-entry h3,
.tp_main .tp_sect.tp_sect-homepage-news .tp_card .tp_card-entry h3 {
    font-size: 1rem;
}

.page.news-list-page .fw,
.page.news-item-page .fw {
    width: 100%;
}
    
.page.news-list-page .fh,
.page.news-item-page .fh {
    height: 100%;
}

.page.news-list-page .fh,
.page.news-item-page .fh {
    height: 100%;
}

.page.news-list-page .f-14 {
    font-size: .875rem;
}

.page.news-list-page .op-50 {
    opacity: .5;
}

.page.news-item-page .news-date {
    display: block;
    margin: 0 0 15px;
}

.page.news-item-page .news-body p {
    margin: 10px 0;
}

.page.news-item-page .news-body a,
.page.news-item-page .news-body a:hover {
    color: #ff6900;
}

.page.news-item-page .news-body img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.tp_sect.tp_sect-homepage-news .material-symbols-outlined {
    display: none;
}

@media only screen and (max-width: 50rem) {
    .page.news-list-page .tp_row .tp_col,
    .tp_main .tp_sect-homepage-news .tp_row .tp_col {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 30rem) {
    .page.news-list-page .tp_sect-heading,
    .page.news-item-page .tp_sect-heading {
        margin-bottom: 1rem;
        padding: 3rem 0;
    }
    .page.news-list-page .tp_row .tp_col,
    .tp_main .tp_sect-homepage-news .tp_row .tp_col {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* mobile */
@media only screen and (max-width: 53.375rem) {
    .mi-mobile-panel .mi-mobile-panel-bottombar .mi-header-links {
        width: 100%;
    }

    .mi-mobile-panel .mi-mobile-panel-bottombar .mi-header-links-item {
        justify-content: center;
        width: 100%;
    }

    .mi-footer-links-item:last-child {
        margin-bottom: 2rem;
    }
    
    .mi-footer-slog {
        text-align: center;
    }
    
    .mi-footer-social-dl {
        justify-content: center;
    }

    .form-fields .inputs input[type=email], 
    .form-fields .inputs input[type=password], 
    .form-fields .inputs input[type=tel], 
    .form-fields .inputs input[type=text], 
    .form-fields .inputs select {
        text-align: center;
    }
    
    .form-fields .inputs .date-picker-wrapper {
        max-width: 100%;
    }

    .default-clean .block-account-navigation {
        max-width: 100%;
    }

    .default-clean .login-page .title,
    .default-clean .fieldset .title {
        text-align: center;
    } 
    
    .default-clean .cart td.product-picture {
        text-align: center;
    }
    
    .default-clean .cart td.unit-price,
    .default-clean .cart td.quantity,
    .default-clean .cart td.subtotal {
        display: block;
        text-align: center;
    }

    .default-clean .shopping-cart-page .cart-options .button-2,
    .default-clean .shopping-cart-page .cart-footer .button-1 {
        width: 100%;
    }

    .default-clean .shopping-cart-page .order-summary-content {
        text-align: center;
    }
    
    .tp_sect .tp_sect-heading h2 {
        text-align: center;
    }

    .page .page-title h1 {
        text-align: center;
    }
    
    .page.registration-page .buttons .button-1,
    .page.login-page  .buttons .button-1 {
        width: 100%;
    }
}


/* NOP */
.tp_nop .terms-of-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin: 0 0 20px;
    padding: 0 30px;
    text-align: left
}

.tp_nop .terms-of-service label {
    cursor: pointer
}

.tp_nop .terms-of-service a {
    color: #ff6900;
    margin: 0
}
