:root {
    --bg-main: #faeb8d;
    /* #DA251C; */
    --color-main: #000;
    --color-text: #ce0013;
    --bs-body-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-line-height: 1.42857143;
    --bs-body-color: #333;
    --bs-body-bg: #fff;
}

ol.breadcrumb {
    --bs-breadcrumb-margin-bottom: .5rem;
    padding-top: 1rem;
}

a,
a:hover,
a:focus {
    color: #333;
    text-decoration: none !important;
}

@font-face {
    font-family: 'Helvetica Inserat';
    src: url('../fonts/Inserat/HelveticaInseratLTStd-Roman.eot');
    src: url('../fonts/Inserat/HelveticaInseratLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Inserat/HelveticaInseratLTStd-Roman.woff2') format('woff2'), url('../fonts/Inserat/HelveticaInseratLTStd-Roman.woff') format('woff'), url('../fonts/Inserat/HelveticaInseratLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.product-home-wrapper {
    background-color: rgba(0, 0, 0, 0.029);
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.post-slick .slick-prev:before,
.post-slick .slick-next:before,

.tab-slide .slick-prev:before,
.tab-slide .slick-next:before {
    color: #000;
    font-size: 28px;
}

.slideshow-init .slick-next:before,
.slideshow-init .slick-prev:before {
    font-size: 40px;
    color: #000;
}

.slick-next,
.slick-prev {
    z-index: 9;
}

.slideshow-init .slick-prev {
    left: 50px !important;
}

.slideshow-init .slick-next {
    right: 50px !important;
}

.hover-reveal {
    max-height: 0;
    opacity: 0;
    transform: translateY(15%) translateZ(0);
    transition: all .6s;
}

.nav-post .nav-link.active:after {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: var(--bs-warning);
}

.nav-post .nav-item {
    position: relative;
    --bs-nav-link-hover-color: var(--bs-warning);
}

.nav-post .nav-link.active {
    --bs-nav-link-color: var(--bs-warning);
}

.nav-post .nav-link {
    --bs-nav-link-color: var(--bs-secondary);
    text-transform: uppercase;
    font-weight: bold;
}

.nav-post {
    display: flex;
    justify-content: center;
}

.post-item .box-text-inner,
.post-item .image {
    transition: opacity .3s, transform .3s, background-color .3s;
}

.post-item:hover .box-text-inner {
    background-color: #fff;
    transform: translateY(-15px);
    padding-top: 0.1rem;
}

.post-item:hover .image {
    transform: translateY(-5px);
}

.post-item:hover .hover-reveal {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important;
}

#header-full * {
    color: var(--color-main);
}

#header-full .navbar-nav li ul a {
    color: var(--bs-dark);
}

#header-full {
    background: var(--bg-main);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    width: 100%;
}

.Logo {
    text-align: center;
    position: relative;
}

.Logo a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Logo img {
    display: inline;
    max-height: 63px;
}

.Logo-Slogan {
    padding-right: 15px;
    width: 88%;
}

.Menu-Header-Right .header-hotline>a {
    font-family: "Helvetica Inserat", Arial, Helvetica, sans-serif !important;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFF;
    text-decoration: none;
}

.navbar-main .navbar-nav>.nav-item>a {
    font-weight: bold;
}

.navbar-main .navbar-nav li {
    position: relative;
}

.navbar-main .navbar-nav>li>ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    top: 100%;
}

.navbar-main .navbar-nav li>ul.two-items>li:first-child {
    border-right: 1px solid #f1f1f1;
}

.navbar-main .navbar-nav li:hover>ul {
    display: block;
}

.navbar-main .navbar-nav li:hover>ul.two-items {
    display: flex;
}

.navbar-main .two-items>li>a {
    font-weight: bold;
}

.navbar-main a:hover {
    background: var(--bg-main);
    color: var(--color-main) !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.navbar-main a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
    padding-top: 0;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 42px;
    --bs-navbar-nav-link-padding-x: 20px;
}

.menu-main {
    background: var(--bg-main);
    margin-top: 10px;
    padding: 0;
}

.menu-main .figure {
    height: 40px;
    width: 40px;
    padding-right: 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.menu-main .figure img {
    max-height: 34px;
    max-width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu-main li a:hover {
    color: #fff;
    background: #444;
}

.menu-main li a {
    padding: 5px 3px;
    color: var(--color-main);
    font-size: 12px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    position: relative;
}

.menu-main .name {
    display: block;
    margin-top: 5px;
    display: block;
    line-height: 16px;
    text-align: center;
}

.tab-slide .slick-track {
    margin-left: 0;
}

.nav-menu-product {
    padding: .5rem .8rem;
}

.block-heading-red {
    background: var(--bg-main);
}

.nav-menu-product .name a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}

.nav-menu-product .name {
    text-align: center;
    text-transform: uppercase;
}

.product-item {
    --figure-height: 232px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-bottom: none;
}

.product-item:before {
    background: #eee;
    content: "";
    height: 85%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    width: 1px;
}

.product-item figure {
    height: 160px;
    position: relative;
}

.product-item a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.product-item figure>span.middle {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product-item .right-block {
    background: #f1f1f1;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.box-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.hover-reveal {
    max-height: 0;
    opacity: 0;
    transform: translateY(15%) translateZ(0);
    transition: all .6s;
}

.subcat-box .inner:hover .product_count {
    margin-bottom: 1.2em;
    margin-top: .1em;
}

.subcat-box .inner:hover .hover-reveal {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important;
}

.product-item .product-name {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.product-item .content_price {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    height: 45px;
}

.product-item .content_price .percent-price {
    display: inline;
    font-size: 12px;
    position: absolute;
    font-weight: normal;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product-item .content_price del {
    color: #454545;
    text-decoration: line-through;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.product-item .content_price strong {
    font-family: "Helvetica Inserat", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;

    display: block;
    margin: 0;
    color: var(--color-text);
    font-size: 18px;
    font-weight: 400;
}

.product-item:hover .OrderProductButton {
    visibility: visible;
    --transY: 30%;
}

.product-item .OrderProductButton {
    --transY: -90px;
    --border-radius: 50rem;

    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: var(--transY);
    width: auto;
    text-align: center;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 0;
    background-color: #F8870D !important;
    background: #F8870D !important;
    color: #fff;
    text-transform: uppercase;
    padding: .4rem .6rem;
    font-weight: bold;
    border: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
}

.product-item figure img {
    transition: all 0.3s ease-out !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
}

.product-item:hover .middle img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.imageLinkWrapper:before {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0;
    left: 0;
}

a.News-Sidebar:hover .imageLinkWrapper:before {
    -webkit-box-shadow: 0 0 0 3px #F31A2B inset, 0 0 100px rgba(0, 0, 0, 0.7) inset !important;
    box-shadow: 0 0 0 3px #F31A2B inset, 0 0 100px rgba(0, 0, 0, 0.7) inset !important;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.product-title {
    border-bottom: 1px solid var(--bg-main);
    padding: 0;
    margin-bottom: 15px;
}

.product-title .product-group-name {
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--color-main);
    background: var(--bg-main);
}

aside .menu-titles {
    background: var(--bg-main);
    color: var(---color-main);
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.aside-wrap .nav {
    width: 100%;
    position: relative;
    margin-left: 0;
    background: #F1F1F1;
}

.aside-wrap .nav li:hover a:after,
.aside-wrap .nav li:hover a {
    color: inherit;
}

.aside-wrap .nav>li:hover {
    background: var(--bg-main);
    color: var(--color-main);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.aside-wrap .nav>li>a {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.aside-wrap .nav li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
}

.aside-wrap .nav li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-main);
}

.aside-wrap .nav li:hover .dropdown-menu {
    display: block;
}

.aside-wrap .nav li .dropdown-menu {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    left: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    --bs-dropdown-border-radius: 0
}

.aside-wrap .nav li .dropdown-menu li:hover {
    cursor: pointer;
}

.aside-wrap .nav li .dropdown-menu li:hover a {
    color: var(--bs-danger);
}

.aside-wrap .nav li .dropdown-menu a {
    display: block;
    color: var(--bs-dark);
    padding-top: 5px;
    padding-bottom: 5px;
}

.ms-n1 {
    margin-left: -.25rem;
}

.ms-n2 {
    margin-left: -.5rem;
}

.ms-n3 {
    margin-left: -1rem;
}

.ms-n4 {
    margin-left: -1.5rem;
}

.ms-n5 {
    margin-left: -3rem;
}

.me-n1 {
    margin-right: -.25rem;
}

.me-n2 {
    margin-right: -.5rem;
}

.me-n3 {
    margin-right: -1rem;
}

.me-n4 {
    margin-right: -1.5rem;
}

.me-n5 {
    margin-right: -3rem;
}

.product-title-main {
    padding-bottom: 0;
    display: block;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--bs-primary);
}

.sale_price-box del,
.price-box strong {
    font-family: "Helvetica Inserat", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

.price-box {
    color: var(--color-text);
}

.sale_price-box {
    color: #777;
}

.sale_price-box del {
    color: #f37021;
}

.sale_price-box .percent {
    background-color: var(--bs-danger);
    font-size: 85%;
    color: var(--bs-white);
    padding: .1rem .25rem;
    border-radius: 6px;
}

.price-box strong {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 0;
}

.product-support .row {
    --bs-border-style: dashed;
}

#item-select-box input {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    z-index: 0;
}

#item-select-box .quantity-group button:active,
#item-select-box .quantity-group button:hover,
#item-select-box .quantity-group button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0000;
}

#item-select-box .quantity-group button {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
    text-align: center;
    width: 22px;
    position: absolute;
    z-index: 0;
    right: 0px;
}

#item-select-box .spinner-up {
    top: 0;
}

#item-select-box .spinner-down {
    top: auto;
    bottom: 3px;
}

.spinner-button .fa {
    position: absolute;
    right: 2px;
    top: 3px;
}

.quantity-add .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.quantity-add .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-buynow:hover {
    background-color: #E3E3E3 !important;
    color: #f37021;
}

.btn-buynow {
    color: #fff;
    background: #f37021;
    text-transform: uppercase;
}

.btn-print:hover {
    background: #E3E3E3;
    color: #25495f;
}

.btn-print {
    background: #25495f;
    color: #fff;
}

.btn-buy-group .btn {
    --bs-border-radius-lg: 0;
    --bs-border-radius: 0;
    width: 100%;
}

.aside-title * {
    font-size: 16px;
    font-weight: 700;
}

.aside-title {
    color: var(--color-main);
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    background: var(--bg-main);
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: var(--bg-main) var(--bg-main) var(--bg-main) var(--color-main);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elevatezoom-gallery {
    border: 1px solid #e7e7e7;
    display: block;
    text-align: center;
    padding: 3px;
    margin-bottom: 5px;
    height: 60px;
    line-height: 55px;
    overflow: hidden;
}

.elevatezoom-gallery img {
    max-height: 50px;
}

.elevatezoom-gallery.active {
    border-color: var(--bs-primary);
}

.product-description ul {
    padding-left: .3rem;
}

.name-column {
    border-bottom: 1px solid #e4e7ea;
    border-top: 3px solid #e4e7ea;
    font-size: 14px;
    margin: 10px 0 20px;
    padding: 8px 0;
    display: block;
}

.name-column span {
    color: #F31A2B;
    font-weight: 500;
    text-transform: uppercase;
    font-family: inherit;
}

.name-column:after {
    content: "/";
    font-weight: 600;
    margin: 0 0 0 7px;
    color: #F31A2B;
}

.article-group .name {
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 40px;
    display: inline-block;
}

.article-group .entry-meta {
    color: #768696;
    font-size: 14px;
    padding: 5px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e4e7ea;
}

.headerlinks {
    background: #e4e7ea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 3px;
    letter-spacing: normal;
    line-height: 5px;
    margin: 10px 0 25px;
    text-align: start;
    text-indent: 0;
    text-transform: none;
    white-space: normal;
    word-spacing: 0;
}

.headerlinks span {
    background: #fff;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ce0013;
}

.related-item h4 {
    font-size: 14px;
}

.AsideTitle {
    color: #ce0013;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #f1f1f1;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #eee #eee #eee #ce0013;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.AsideTitle,
.AsideTitle * {
    font-size: 16px;
    font-weight: 700;
}

.product-added .product-item {
    height: auto;
}

.product-added .product-item .right-block {
    background-color: #0000;
    text-align: left;
}

.product-added .product-item .OrderProductButton {
    display: none !important;
}

.product-added .product-item figure>span.middle {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.product-added .product-item figure img {
    max-width: 128px;
}

.product-added .product-item figure {
    height: auto;
}

.product-added .product-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
}

.cart-badge {
    background-color: #7f0600;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
}

.autocomplete-suggestions>div:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    height: 8px;
    left: 10%;
    position: absolute;
    top: -8px;
    width: 8px;
}

.autocomplete-suggestions .row {

    max-height: 550px;
    overflow-y: auto;
}

.autocomplete-suggestions {
    min-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    width: 100%;
    z-index: 999999;
    display: none;
    padding: 10px 15px;
    background: #fbfbfb;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.autocomplete-suggestions>.row>a {
    border-bottom-style: dashed !important;
}

.autocomplete-suggestions>.row>a:hover {
    background-color: #cccccc4a;
}

.autocomplete-suggestions .row::-webkit-scrollbar {
    width: 5px
}

.autocomplete-suggestions .row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #c8c8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.autocomplete-suggestions .row::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #c8c8c8;
    -webkit-box-shadow: inset 0 0 3px #c8c8c8
}

.autocomplete-suggestions .row::-webkit-scrollbar-thumb:window-inactive {
    background: #c8c8c8
}

#Search * {
    color: var(--bs-dark);
}

.autocomplete-suggestions .CloseSearchAjax {
    display: none;
    align-items: center;
    background: #666;
    opacity: .5;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 24px;
    display: flex;
    color: #FFF;
    font-weight: bold;
    justify-content: center;
}

.tag_item {
    background: #f1f1f1;
    color: #656565;
    font: 400 12px/20px arial;
    margin: 0 5px 5px 0;
    padding: 0 10px;
    white-space: nowrap;
    display: inline-block;
}

iframe {
    max-width: 100%;
}

.notify-tdt {
    width: auto;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: -162px;
    right: auto;
    position: fixed;
    z-index: 900;
    transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out;
    -webkit-transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out;
    opacity: 0
}

.notify-tdt.is-visible {
    opacity: 1;
    bottom: 10px
}

.notify-tdt .inner-notify {
    padding: 5px;
    padding-right: 25px;
    box-shadow: 0 0 4px rgba(32,32,32,.3),0 8px 50px rgba(64,64,64,.05);
    border-radius: 40px;
    color: #404040;
    background: hsla(0,0%,98%,.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

.notify-tdt .notify-image {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none
}

.notify-tdt .notify-image svg {
    width: 53px;
    height: 53px
}

.notify-tdt .notify-title {
    font-size: 100%;
    font-weight: 700
}

.notify-tdt .notify-content,.notify-tdt .notify-title {
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.notify-tdt .notify-content {
    padding-top: 2px
}

.notify-tdt .notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 76px);
    overflow: hidden
}

@media (min-width: 992px) {
    .col-lg-5item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .product-item figure {
        height: var(--figure-height);
    }

    .product-item figure .middle img {
        max-height: 232px !important;
    }

    .autocomplete-suggestions {
        min-width: 400px;
    }

    .container-fluid {
        --bs-gutter-x: 2.5rem;
    }

    #header-full .list-unstyled {
        right: 0;
    }

    #header-full li li ul {
        right: auto;
        left: 100%;
        display: none;
        top: 0;
        position: absolute;
        background-color: var(--bs-white);
        width: 100%;
        min-width: 200px;
    }

    #header-full li li:hover > ul {
        display: block;
    }
}

@media (max-width: 768px) {

    .menu-mobile .nav-item > ul {
        padding-left: 1rem;
        font-size: .875em;
    }

    .menu-mobile > ul {
        max-height: 450px;
        overflow: auto;
    }

    #header-full {
        height: 60px;
    }

    #Control-Logo {
        margin-top: -15px;
    }

    .Logo {
        height: 55px;
        line-height: 55px;
        z-index: 2;
    }

    .Logo img {
        max-height: 38px;
        margin: 0;
    }

    #Control-Logo+div {
        z-index: 9;
    }

    #Search {
        margin-top: 0.5rem;
    }

    .product-item .content_price strong {
        font-size: 16px;
    }

    .product-item .content_price {
        display: block;
        width: 100%;
    }

    .product-item .content_price .percent-price {
        right: -5px;
        padding: 3px 4px;
    }

    #cartModal th,
    #cartListView th {
        white-space: nowrap;
    }

    .product-item .OrderProductButton {
        font-size: 10px;
    }

    .product-item .right-block {
        padding-bottom: 50px;
    }

    .price-box strong {
        font-size: 22px;
    }

    .article-title {
        font-size: 15px;
    }

    .article-item .description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-group .name {
        font-size: 22px;
        line-height: 1.5;
    }

    iframe,
    img {
        max-width: 100%;
        height: auto;
    }

    .related-item h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .title h3 {

    }
}