@font-face {
    font-family: 'FiraGOmedium';
    src: url('../fonts/FiraGO-Medium.eot');
    src: local('â˜º'), url('../fonts/FiraGO-Medium.woff') format('woff'), url('../fonts/FiraGO-Medium.ttf') format('truetype'), url('../fonts/FiraGO-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO-Regular.eot');
    src: local('â˜º'), url('../fonts/FiraGO-Regular.woff') format('woff'), url('../fonts/FiraGO-Regular.ttf') format('truetype'), url('../fonts/FiraGO-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

body {
    background: var(--bs-light);
    min-height: 100vh;
    font-family: 'FiraGO';
    color: #0a3251;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-feature-settings: "case" on;
}

a {
    cursor: pointer;
}

.display-inline {
    display: inline !important;
}

.container {
    max-width: 1400px;
}

.top-header {
    border-bottom: 1px solid #f1f3f8;
    background: #fff;
}

.header-phone a,
.header-mail a {
    font-size: 0.8rem;
    color: #0a3251;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.header-phone a i,
.header-mail a i {
    font-size: 20px;
    vertical-align: middle;
}

.lf-sd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-mail {
    margin-left: 1.2rem;
    position: relative;
}

.header-mail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 1px;
    background: #cad5d5;
    margin-top: 10px;
    margin-left: -0.6rem;
}

.rt-sd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rt-sd i {
    font-size: 20px;
    vertical-align: middle;
}

.rt-sd a {
    font-size: 0.8rem;
    color: #0a3251;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.header-auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-auth span {
    font-size: 12px;
    color: #959595;
    margin-left: 5px;
    margin-right: 5px;
}

.header-currency {
    margin-left: 1.2rem;
    position: relative;
    transition-duration: 0.3s;
    min-width: 125px;
    text-align: center;
}

.header-auth {
    margin-left: 1.2rem;
    position: relative;
    font-feature-settings: "case" on;
}

.header-auth::before,
.header-currency::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 1px;
    background: #cad5d5;
    margin-top: 10px;
    margin-left: -0.6rem;
}

.header-language {
    position: relative;
    transition-duration: 0.3s;
    min-width: 125px;
    text-align: center;
}

.header-language:hover .sub-lang {
    visibility: visible;
    transition-duration: 0.3s;
    opacity: 1;
    margin-top: 5px;
}

.sub-lang {
    box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    border-radius: 15px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 5;
    padding: 5px;
    margin-top: 15px;
    visibility: hidden;
    transition-duration: 0.3s;
    opacity: 0;
}

.sub-lang a {
    padding: 7px 0;
    text-align: left;
}

.header-currency:hover .sub-currency {
    visibility: visible;
    transition-duration: 0.3s;
    opacity: 1;
    margin-top: 5px;
}

.sub-currency {
    box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    border-radius: 15px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 5;
    padding: 5px;
    margin-top: 15px;
    visibility: hidden;
    transition-duration: 0.3s;
    opacity: 0;
}

.sub-currency a {
    padding: 7px 0;
    text-align: left;
}

.sm-ft {
    font-size: 10px !important;
    vertical-align: middle;
    margin-top: -4px;
}

.search-control {
    height: 50px;
    border-radius: 15px 0 0 15px;
    border: 1px solid #eaeaea;
    border-right: 0 !important;
    background: #f1f3f8 !important;
    border-color: #eaeaea !important;
}

.middle-header {
    padding: 30px 0 20px 0px;
    background: #fff;
}

.flexerSH {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.flexerSH .select2-selection {
    height: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    background: #f1f3f8;
}

.flexerSH .select2-selection__rendered {
    height: 50px;
    line-height: 45px !important;
    text-align: right;
    font-size: 15px;
}

.flexerSH .select2-selection__arrow {
    height: 50px !important;
}

.button-control {
    background: #f1f3f8;
    border: 1px solid #eaeaea;
    height: 50px;
    border-left: 0;
    border-radius: 0 15px 15px 0;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.opt-sets {
    font-size: 1.8rem;
    display: block;
    color: #0a3251 !important;
    position: relative;
    text-decoration: none !important;
}

.opt-sets sub {
    font-size: 0.74987rem;
    height: 1.37462rem;
    width: 1.37462rem;
    display: block;
    border-radius: 50%;
    background: var(--tp-bg-color);
    bottom: 0;
    position: absolute;
    left: 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-txt-color);
    font-weight: bold;
}

.opt-set-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.totPrice {
    font-size: 1.00012rem;
    color: #0a3251;
    margin-left: 1rem;
    font-weight: 700;
}

.logo img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.gh-sd-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
}

.hamburger span {
    display: block;
    height: 0.125rem;
    width: 1.4rem;
    background: #000;
}

.hamburger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 18px;
    cursor: pointer;
}

.category-header {
    border-top-right-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
    background: var(--tp-bg-color);
    padding: 0.7rem 1.5rem;
    color: var(--tp-txt-color);
    font-weight: 700;
    font-size: 1rem;
    font-feature-settings: "case" on;
    max-width: 300px;
    cursor: pointer;
    z-index: 5;
    position: relative;
}

.bottom-header {
    background: #fff;
}

.flrs {
    font-size: 30px;
    vertical-align: middle;
    margin-top: -3px;
}

.menu {
    padding: 0 50px;
    margin: 0;
}

.menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    color: #0a3251;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    padding: 0.6rem 0.99rem;
}

.dft {
    margin: 0;
    color: #0a3251 !important;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.dft::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-light);

}

.dft span {
    position: relative;
    z-index: 1;
    background: var(--tp-bg-color-o2);
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.dft i {
    font-size: 35px;
    vertical-align: middle;
}

.home-slider,
.home-slider .owl-item {
    height: 550px;
    overflow: hidden;
}

.home-slider,
.home-slider .owl-item .item,
.home-slider,
.home-slider .owl-item .item img {
    height: 100%;
}

.home-slider,
.home-slider .owl-item .item img {
    object-fit: cover;
}

.home-slider .owl-item .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 50 81 / 20%);
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -250px;
    background: var(--tp-bg-color-o1);
    margin-bottom: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-slider .owl-dot.active span {
    width: 30px !important;
    border: 2px solid #fff;
}

.home-slider .owl-dot span {
    background: var(--tp-bg-color) !important;
}

.figurcaption {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250px;
    background: var(--tp-bg-color-o3);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(3px);
    margin-top: 20px;
    opacity: 0;
    transition-duration: 1s;
}

.animate-slider {
    margin-top: 0;
    opacity: 1;
    transition-duration: 1s;
}

.figurcaption h1 {
    font-weight: bold;
    font-feature-settings: "case" on;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.figurcaption h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 15px;
    margin-top: 20px;
}

.figurcaption p {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.sl-btn {
    border: 2px solid var(--tp-bg-color);
    background: var(--tp-bg-color);
    padding: 7px 22px;
    border-radius: 15px;
    color: var(--tp-txt-color) !important;
    font-weight: bold;
}

.sl-btn-outline {
    border: 2px solid var(--tp-bg-color);
    background: transparent;
    color: var(--tp-bg-color) !important;
    padding: 7px 22px;
    border-radius: 15px;
    font-weight: bold;
}

.mgmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 23px);
    height: 450px;
    background: #fff;
    margin-top: 46px;
    z-index: 11;
    border-radius: 0 0 15px 15px;
    margin-left: 11px;
    padding: 0;
    max-width: 300px;
    max-height: 0;
    transition-duration: .5s;
    overflow: hidden;
}

.mgmenu.opened {
    overflow: inherit;
    max-height: 500px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    padding: 20px 0;
}

.mgmenu li {
    list-style: none;
    padding: 0 0.875rem;
}

.mgmenu li a {
    padding-top: 0.406rem;
    padding-bottom: 0.406rem;
    padding-right: 0.31237rem;
    padding-left: 0.31237rem;
    font-weight: 100;
    color: #0a3251;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    position: relative;
}

.has-dropdown a {
    font-weight: bold !important;
}

.has-dropdown a::after {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Line Awesome Free';
    margin-top: 5px;
}

.mgmenu li:hover a {
    color: #384854;
}

.mn-cat-box {
    background: var(--tp-bg-color-o3);
    padding: 30px;
    border-radius: 15px;
}

#important-cats {
    padding: 30px 0;
}

.mn-cat-box img {
    max-height: 120px;
    width: auto;
    height: auto;
}

.mn-cat-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
    cursor: pointer;
}

.mn-cat-box h4 {
    font-weight: bold;
    color: #0a3251;
    font-feature-settings: "case" on;
    font-size: 20px;
}

.mn-cat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--tp-bg-color);
    z-index: -1;
    margin-left: -20px;
    margin-top: -50px;
    opacity: 0.3;
    transition-duration: 0.5s;
}

.mn-cat-box:hover::before {
    width: 200px;
    height: 200px;
    transition-duration: 0.5s;
    opacity: 0.04;
}

a {
    text-decoration: none !important
}

.search-drp {
    box-shadow: 0 2px 5px rgb(0 0 0 / 28%);
    border-radius: 15px;
    background: #fff;
    border: 0;
    overflow: hidden;
}

.search-drp .select2-results__option--selected {
    background: var(--tp-bg-color);
    color: var(--tp-txt-color);
}

.search-drp .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--tp-bg-color);
    color: var(--tp-txt-color);
}

.form-control {
    box-shadow: none !important;
}

.product-list {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
    transition-duration: 0.3s;
}

.product-list:hover {
    box-shadow: 4px 4px 10px #e2e2e2;
    transition-duration: 0.3s;
}

.prod-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.category-tag {
    color: var(--tp-txt-color);
    font-size: 0.74987rem;
    font-weight: bold;
    background: var(--tp-bg-color);
    border-radius: 15px;
    padding: 1px 10px;
}

.minus-prc {
    color: #007948;
    font-weight: bold;
}

.product-title {
    font-size: 17px;
    color: #0a3251;
    margin-top: 10px;
    min-height: 40px;
}

.product-img-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto;
}

.product-img-container {
    width: 100%;
    height: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart {
    background: var(--tp-bg-color-o2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--tp-txt-color-o2);
    cursor: pointer;
}

.product-cart.cart-added {
    background: var(--tp-bg-color);
    color: var(--tp-txt-color);
}

.product-price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.old-price {
    font-size: 0.94987rem;
    text-decoration: line-through;
    color: #d00000;
}

.new-price {
    font-weight: bold;
    font-size: 1.4rem;
    color: #0a3251;
    line-height: 30px;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
}

.product-footer span {
    font-size: 0.9rem;
    cursor: pointer;
    color: #0a3251;
    font-feature-settings: "case" on;
}

.product-footer span.added {
    color: #1d7948 !important;
}

.spec-of {
    border: 2px solid var(--tp-bg-color);
    background: var(--bs-light);
}

.spec-of .product-img-container::before {
    content: 'SPECIAL';
    transform: rotate(-45deg);
    font-size: 58px;
    position: absolute;
    opacity: 0.2;
    letter-spacing: 10px;
    color: #0a3251;
    font-weight: bold;
    background: #fff;
    border-radius: 15px;
}

.spec-of-ttlsr {
    font-size: 1rem;
    font-weight: bold;
    font-feature-settings: "case" on;
    color: #0a3251;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.spec-of-ttlsr span {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

#product-section .owl-dot.active span,
#discount-section .owl-dot.active span,
#bestseller-section .owl-dot.active span,
#new-product-section .owl-dot.active span {
    width: 40px;
    display: block;
    background: var(--tp-bg-color);
}

#product-section .owl-dots,
#discount-section .owl-dots,
#bestseller-section .owl-dots,
#new-product-section .owl-dots {
    margin-top: -10px;
}

.banner img {
    width: 100%;
}

.banner {
    border-radius: 15px;
    max-height: 160px;
    overflow: hidden;
}

.product-list p {
    margin-bottom: 2px;
    font-size: 0.8rem;
    color: #0a3251;
    font-weight: bold;
}

.descr {
    margin: 20px 0;
}

#partner-section {
    background: var(--tp-bg-color);
    width: 70%;
    border-radius: 0 20px 100px 0;
    padding: 20px 0;
    margin-bottom: -50px;
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

#partner-section a {
    max-width: 120px;
    height: 60px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partner-section .owl-carousel {
    width: 95%;
    border-radius: 15px;
    overflow: hidden;
}

footer {
    background: #0a3251;
    position: relative;
    z-index: 1;
    padding: 100px 50px 20px 50px;
}

.qu-lns {
    color: #fff;
    font-weight: normal;
    font-feature-settings: "case" on;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.lbs-dd li {
    list-style: none;
}

.lbs-dd {
    padding: 0;
}

.lbs-dd a {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: block;
}

.lbs-dd a i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: middle;
}

.spter {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 5px;
}

.spter img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.devider {
    width: 100%;
    height: 1px;
    background: rgb(242 249 255 / 15%);
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-pad {
    padding: 50px 0;
    min-height: calc(100vh - 665px);
}

.my-control {
    border-radius: 15px;
    height: 50px;
    margin-top: 5px;
    padding-left: 40px;
}

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

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

.login-card {
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #e2e2e2;
    background: #fff;
    position: relative;
}

.section-title {
    color: #0a3251;
}

#bridge {
    background: var(--tp-bg-color-o2);
    padding: 15px 0;
    position: relative;
}

#bridge a {
    color: #0a3251 !important;
    font-feature-settings: "case" on;
}

.el-mask {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    margin-top: 40px;
    margin-left: 10px;
}

.btn-devider {
    margin-top: 20px
}

.gogetregister {
    margin-top: 20px;
    display: block;
    color: #0a3251 !important;
}

.gosign {
    display: block;
    color: var(--tp-bg-color) !important;
}

.gogetregister span {
    color: var(--tp-bg-color);
    font-weight: bold;
}

.hgd {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.rct9 {
    padding-left: 30px;
    font-size: 14px;
}

.rct9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--tp-bg-color);
    border-radius: 5px;
    margin-top: 3px;
}

.rct9::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--tp-bg-color);
    margin-top: 8px;
    margin-left: 5px;
    border-radius: 2px;
    display: none;
}

.hgd:checked+.rct9::after {
    display: block;
}

.fgpassword {
    color: #0a3251 !important;
}

.showpass {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 8px;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
}

.form-group {
    position: relative;
}

.passw {
    padding-right: 40px;
}

.btns-devider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.company {
    display: none;
}

.svl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: fit-content;
    margin-top: -24px;
}

.svl-buttons button {
    border-radius: 15px;
    padding: 10px 15px;
    margin-left: 10px;
    background: #ffff;
    border: 1px solid #ddd;
}

.svl-buttons button.active {
    border: 1px solid #fff;
    background: var(--tp-bg-color);
}

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

.myprofile {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px 20px;
}

.myprofile ul {
    padding: 0;
    margin-top: 20px;
}

.myprofile li {
    list-style: none;
}

.myprofile li a {
    display: block;
    color: #0a3251;
    font-weight: bold;
    padding: 1rem 0;
    position: relative;
}

.myprofile li a i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.hello {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.us-icon {
    font-size: 40px;
    background: var(--tp-bg-color-o2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-bg-color);
    margin-right: 10px;
}

.user-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.hello strong {
    font-size: 18px;
}

.myprofile li:last-child a {
    padding-bottom: 0;
    color: rgb(255 0 0 / 73%);
}

.myprofile li.active a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 40px;
    background: var(--tp-bg-color);
    margin-top: 10px;
    margin-right: -20px;
}

.order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.order-num span:first-child,
.order-date span:first-child,
.order-sum span:first-child,
.order-status span:first-child,
.order-action span:first-child {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #616161;
}

.product-item-jn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-item-img img {
    height: 40px;
}

.order-item-ttl h5,
.order-item-ammount,
.order-item-price,
.order-item-price-all {
    font-size: 0.9rem;
}

.joint-pro {
    background: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #eee;
    padding: 10px;
    border-top: 0;
    display: none;
}

.order-item.active {
    border-radius: 15px 15px 0 0;
}

.address-box .select2-selection {
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 15px;
}

.address-box .select2-selection__rendered {
    line-height: 48px !important;
}

.address-box .select2-selection__arrow {
    height: 50px !important;
}

.absens .select2-search__field {
    border-radius: 15px;
    padding: 5px 10px;
}

.address-box .sl-btn i {
    font-size: 23px;
    vertical-align: middle;
}

.address-box .sl-btn {
    padding: 12px;
    width: 100%;
    text-align: center;
}

.added-addresses {
    padding: 40px 20px;
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    position: relative
}

.address-box .el-mask {
    margin-top: 12px;
}

.delete-addr-box {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    color: rgb(255 0 0 / 73%) !important;
    margin-top: -20px;
    margin-right: -15px;
}

.mycart {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px;
}

.mycart ul {
    padding: 0;
    margin-top: 20px;
}

.mycart li {
    list-style: none;
}

.mycart li a {
    display: block;
    color: #0a3251;
    font-weight: bold;
    padding: 1rem 0;
    position: relative;
}

.mycart li a i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.total-cart-price {
    font-size: 37px;
    font-weight: bold;
    color: var(--tp-bg-color);
    position: relative;
    margin-top: 20px;
}

.cart-number {
    width: 100px;
    padding: 5px 10px;
    text-align: center;
}

.order-del a {
    display: block;
    font-size: 27px;
    color: rgb(255 0 0 / 73%);
}

.order-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mycart h4 {
    font-feature-settings: "case" on;
    font-weight: bold;
}

.order-item-ttl h5 {
    color: #0a3251;
}

.filter {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: 30px;
}

.filter-box {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px;
}

.filter span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter .form-group label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}

.filter .form-group label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
}

.filter .form-group label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--tp-bg-color);
    border-radius: 2px;
    margin-top: 7px;
    margin-left: 5px;
    display: none;
}

.filter .form-group input:checked+label::after {
    display: block;
}

.filter .form-group {
    margin-bottom: 6px;
}

.pricerng {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.pricerng input {
    padding-left: 5px;
    height: 40px;
    max-width: 70px;
    text-align: center;
    margin-left: 10px;
}

#price-slider .ui-state-active {
    background: var(--tp-bg-color) !important;
    border-color: var(--tp-bg-color) !important
}

#price-slider .ui-widget-header {
    background: var(--tp-bg-color-o2) !important;
}

.valign-middle {
    vertical-align: middle;
    margin-bottom: 0 !important;
    margin-left: 5px;
    margin-top: 8px;
}

.news-box {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.news-img-box {
    background: url(../img/demos/news.jpg);
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.news-box h4 {
    color: #0a3251;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px;
    margin-bottom: 0;
}

.news-box p {
    color: rgba(21, 43, 81, .8);
    padding: 10px;
    margin: 0;
}

.more-news {
    display: table;
    margin-top: 20px;
    color: #15489e !important;
    font-size: 16px;
    position: relative;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.more-news::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 50px;
    background: #15489e;
}

.full-news-img {
    background: url(../img/demos/news.jpg);
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.main-title-news {
    font-weight: bold;
    font-feature-settings: "case" on;
    margin-top: 20px;
}

.details-panel {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #eee;
}

.details-panel span {
    margin-right: 10px;
    opacity: 0.6;
}

.descript {
    margin-top: 30px;
}

.s-dater {
    color: #0a3251;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px;
    margin-bottom: 0;
    opacity: 0.7;
}

.category-box {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.category-img-box {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}

.category-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-box h4 {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0a3251;
    padding: 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-pickup-method {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px;
}

.get-pickup-method h4 {
    font-weight: bold;
    font-feature-settings: "case" on;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.pickup-method {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--tp-bg-color-o2);
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
    min-height: 150px;
    cursor: pointer;
}

.pickup-method i {
    font-size: 50px;
    margin-bottom: 10px;
}

.pickup-method::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-top: 10px;
    margin-left: 10px;
}

.pickup-method::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: var(--tp-bg-color);
    border-radius: 50%;
    margin-top: 17px;
    margin-left: 17px;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
}

.mginput {
    transition-duration: 0.5s;
}

.mginput:checked+label .pickup-method::after {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
}

.small-txt {
    font-size: 11px;
    opacity: 0.7;
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 5px;
}

.pickup-method .select2-selection {
    border-radius: 15px;
    border: 0;
}

.pickup-method .select2-container {
    margin-top: 10px;
}

.pickup-method .select2-selection__rendered {
    font-size: 12px;
    color: #0a3251 !important;
    opacity: 0.7;
}

.mgslc .select2-results__option {
    font-size: 13px;
}

.mgslc .select2-search__field {
    height: 30px;
}

.add-new-address {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
    min-height: 150px;
    cursor: pointer;
    border: 1px solid #eee;
}

.add-new-address i {
    font-size: 50px;
    margin-bottom: 10px;
}

.showaddbox {
    display: none;
}

.showaddbox .select2-container {
    width: 100% !important;
}

.cart-side-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cart-side-item img {
    width: 50px;
    margin-right: 10px;
}

.cart-side-item h4 {
    font-size: 12px;
    margin: 0;
}

.ltsti {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    margin-left: 10px;
}

.ltsti span {
    font-size: 12px;
    font-weight: bold;
}

.ltsti span:first-child {
    border-bottom: 1px dashed #0a3251;
}

.pointer {
    cursor: pointer;
}

.mt-50 {
    margin-top: 50px;
}

.add-lgs i {
    font-size: 30px;
    margin-right: 10px;
}

.add-lgs h5 {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.add-lgs p {
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
}

.pay-method,
.transport-method {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
    min-height: 180px;
    cursor: pointer;
}

.inner-transport {
    background: var(--tp-bg-color-o2);
}

.pay-method.tbc {
    background: rgb(36 164 225 / 5%);
}

.pay-method.bog {
    background: rgb(242 104 43 / 5%);
}

.pay-method.paypal {
    background: rgb(35 56 131 / 5%);
}


.pay-method.crystal {
    background: rgb(240 85 70 / 5%);
}

.pay-method.space {
    background: rgb(26 134 203 / 5%);
}

.pay-method.credo {
    background: rgb(234 75 55 / 5%);
}

.transport-method.gpost {
    background: rgb(63 193 239 / 10%);
}

.transport-method.easyway {
    background: rgb(49 188 169 / 10%);
}

.img-container-card-pay img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.prices-all {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    font-size: 20px;
    color: #777;
}

.prices-all strong {
    color: #0a3251;
    font-size: 15px;
}

.prices-all span {
    display: block;
}

.prices-all i {
    font-size: 23px;
}

.flip-out {
    transform: scale(0.5);
}

.flip-in {
    transform: scale(1);
    transition-duration: 0.3s;
}

.animation {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}


.flipcard {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flipcard.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipcard .front-trs,
.flipcard .back-trs {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


.flipcard .back-trs {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}


.pay-method::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-top: 10px;
    margin-left: 10px;
}

.pay-method::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: var(--tp-bg-color);
    border-radius: 50%;
    margin-top: 17px;
    margin-left: 17px;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
}

.gsinput {
    transition-duration: 0.5s;
}

.gsinput:checked+label .pay-method::after {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
}

.gsinput+label {
    width: 100%;
}

.compare-image {
    max-width: 100%;
    max-height: 140px;
    width: auto;
}

.table-compare {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

.table-compare th {
    border-bottom: 0 !important;
    color: #0a3251;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

.table-compare td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #eee !important;
    color: #0a3251;
}

.jgps {
    font-size: 20px;
}

.m-0-auto {
    margin: 0 auto;
}

.product-favorites {
    background: var(--tp-bg-color-o2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--tp-bg-color);
    cursor: pointer;
}

.product-favorites.added {
    background: var(--tp-bg-color);
    color: var(--tp-txt-color);
}

.product-remove {
    background: rgb(234 71 71 / 10%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: rgb(234 71 71);
    cursor: pointer;
}

.contact-side {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 175px;
    margin-bottom: 20px;
}

.contact-side i {
    font-size: 50px;
    margin-right: 10px;
}

.rgt-sd p {
    margin: 0;
    font-size: 14px;
}

.rgt-sd h4 {
    margin: 0;
}

.contact-side {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 40px 10px;
    overflow: hidden;
}

.hsect {
    resize: none;
    height: 150px;
    width: 100%;
}

.spdg label {
    font-weight: bold;
}

.hjps {
    background: var(--tp-bg-color-o2);
    padding: 15px 10px;
    border-radius: 15px;
    color: var(--tp-txt-color-o2)
}

.map-container {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
}

.product-description {
    background: #fff;
    box-shadow: 4px 4px 10px #e2e2e2;
    border-radius: 15px;
    padding: 30px;
}

#sync1 .item {
    background: var(--tp-bg-color-o2);
    padding: 0;
    margin: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border-radius: 15px;

}

#sync1 .owl-prev {
    background: #fff;
    margin-left: -10px;
    border-radius: 0;
    padding: 10px !important;
    box-sizing: content-box;
    border-radius: 0 10px 10px 0;
}

#sync1 .owl-next {
    background: #fff;
    margin-right: -10px;
    border-radius: 0;
    padding: 10px !important;
    box-sizing: content-box;
    border-radius: 10px 0 0 10px;
}

#sync1 .item img {
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#sync2 .item {
    background: #fff;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

#sync2 .item img {
    max-height: 70px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#sync2 .current .item {
    background: var(--tp-bg-color-o2);
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.details-price {
    color: var(--tp-bg-color);
    font-size: 40px;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}

.details-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: var(--tp-bg-color);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    margin-top: 28px;
}

.product-code {
    opacity: 0.8;
}

.action-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.add-to-cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mw-40 {
    min-width: 40px;
}

.add-to-favorites {
    margin-left: 20px;
}

.add-to-compare {
    margin-left: 10px;
}

.spec-in {
    width: 100px;
    padding-left: 10px;
    height: 40px;
    margin: 0;
    margin-right: 10px;
}

.add-to-favorites span.added,
.add-to-compare span.added {
    background: var(--tp-bg-color) !important;
    color: var(--tp-txt-color) !important;
}

.additional-options {
    margin-top: 35px;
    position: relative;
}

.specs {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.specs strong {
    margin-right: 20px;
    min-width: 250px;
}

.additional-options h5 {
    margin-bottom: 20px;
    font-feature-settings: "case" on;
}

.additional-options::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(208 208 208 / 58%);
    margin-top: -15px;
}

.additional-options::after {
    content: '...';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin-bottom: -27px;
    font-size: 40px;
    line-height: 20px;
    opacity: 0.7;
}

.fb-share {
    background: #365899;
    display: block;
    padding: 3px 25px;
    border-radius: 15px;
    color: #fff !important;
    font-weight: bold;
}

.in-stock {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--tp-bg-color);
    color: var(--tp-txt-color);
    border-radius: 15px 0 0 15px;
    padding: 5px 10px 5px 20px;
    margin-top: 15px;
    margin-right: -10px;
    font-weight: bold;
}

.in-stock::before {
    content: '';
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    width: 10px;
    height: 10px;
    background: var(--tp-bg-color-o1);
    margin-bottom: -10px
}

.more-options {
    margin-top: 30px;
    opacity: 0.7;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.cart-word {
    margin-left: 5px;
    font-weight: bold;
    display: block;
}

.product-add-cart {
    display: flex;
    align-items: center;
}

.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs .nav-item .nav-link {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #0a3251;
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #8e47ea !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #8e47ea;
}

.nopsudo::before,
.nopsudo::after {
    display: none;
}

.mt-35 {
    margin-top: 35px;
}

.gbh {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 10px;
    margin: 0;
}

.flt-box .select2-selection {
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 15px;
}

.flt-box .select2-selection__rendered {
    line-height: 38px !important;
}

.flt-box .select2-selection__arrow {
    height: 40px !important;
}

.flt-box .select2-search__field {
    border-radius: 15px;
    padding: 5px 10px;
}

.gtps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.gtps strong {
    margin-left: 5px;
    margin-right: 5px;
}

.my-pagination li {
    margin-right: 10px;
}

.my-pagination li a,
.my-pagination li span {
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 4px 4px 10px #e2e2e2;
    color: #0a3251 !important;
    font-size: 18px;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-item.active .page-link {
    background: var(--tp-bg-color);
    color: var(--tp-txt-color) !important;
}

.bs-card {
    padding: 30px 15px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #e2e2e2;
    background: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
}

.bs-card p {
    margin: 0;
}

.bs-card i {
    font-size: 70px;
}

.go-drop {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(100%);
    background: #fff;
    min-height: 100%;
    border-radius: 0 0 15px 15px;
    padding: 0;
    min-width: 300px;
    visibility: hidden;
    margin-top: 20px;
}

.go-drop a {
    color: #0a3251 !important;
}

.go-drop a:hover {
    color: #384854 !important;
}

.has-dropdown:hover .go-drop {
    display: block;
    visibility: visible;
    margin-top: 0;
    transition-duration: 0.2s;
}

.go-drop a::after {
    display: none;
}

.go-drop a {
    font-weight: normal !important;
}

.go-drop a i {
    margin-right: 5px;
}

.zoomContainer {
    z-index: 1;
}

.zoomWindow {
    border: 1px solid #ddd !important;
    border-radius: 15px;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background: #fff;
    padding: 0;
    z-index: 99;
    margin-left: -300px;
    transition-duration: 0.5s;
}

.sidebar-menu::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 300px);
    background: rgb(0 0 0 / 50%);
    height: 100%;
    backdrop-filter: blur(2px);
    margin-right: -100%;
}

.sidebar-menu li {
    list-style: none;
}

.sidebar-menu a {
    padding: 10px 20px;
    display: block;
    color: #0a3251 !important;
    font-weight: bold;
}

.sidebar-menu h4 {
    text-align: center;
    font-feature-settings: "case" on;
    margin-top: 20px;
}

.sidebar-menu.active {
    margin-left: 0;
    transition-duration: 0.5s;
}

.sidebar-menu.active::after {
    margin-right: 0;
    transition-duration: 0.5s;
}

.sidebar-menu.active1 .close-lmenu {
    display: flex;
}

.close-lmenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    margin-left: 310px;
    z-index: 1;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.close-lmenu span {
    display: block;
    height: 0.125rem;
    width: 2rem;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
}

.close-lmenu span:last-child {
    transform: rotate(-45deg);
}

.showhidecats {
    background: var(--tp-bg-color-o2);
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 0 0 15px 15px;
}

.showallcats li {
    display: block !important;
}

.mobile-show,
.mobile-block {
    display: none;
}

.categories-popup {
    display: none;
}

.product-price {
    min-height: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.ds-company {
    display: none;
}

.legal-type .select2-selection {
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 15px;
}

.legal-type .select2-selection__rendered {
    line-height: 48px !important;
}

.legal-type .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0a3251 !important;
}

.sub_ct_box {
    padding: 0 !important;
}

.sub_ct_box li {
    list-style: none;
    margin-bottom: 5px;
}

.sub_ct_box li a {
    color: #0a3251;
}

.sub_ct_box li a.active {
    font-weight: bold;
}

.old-s-price {
    font-size: 20px;
    color: #0a3251;
    opacity: 0.6;
}

#map {
    width: 100%;
    height: 420px;
}

.btr-0 {
    border-top-right-radius: 0;
}

.bbr-0 {
    border-bottom-right-radius: 0;
}

.savePromo {
    width: 70px;
    height: 50px;
    background: var(--tp-bg-color-o2);
    border: 0;
    margin-top: 4px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 28px;
}

.news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.full-news-img {
    overflow: hidden;
}

.full-news-img img {
    width: 100%;
}

#top-ge-counter-container {
    margin-top: 5px;
}

.jit_logo {
    height: 22px;
    padding-left: 15px;
}

.filter_arrow {
    cursor: pointer;
}

.filter_content {
    display: none;
}

.filter_content.not_hide {
    display: block !important;
}

.cartListItem.loading {
    pointer-events: none !important;
    opacity: 0.5;
}

.cartListItem.loading .inpCartProductCount {
    visibility: hidden;
}

.lang-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.lang-tabs .nav-link {
    color: #222;
}