.main-slide {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.main-slide .carousel-inner,
.main-slide .item {
    background: #021634;
}

.main-slide .item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
}

.site-toast {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 10050;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 360px;
    padding: 14px 16px;
    background: rgba(8, 34, 70, .96);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
    transform: translateY(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.site-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.site-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #60b82b;
    color: #fff;
    flex: 0 0 auto;
}

.site-toast.error .site-toast-icon {
    background: #b53a3a;
}

.site-toast-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.footer-legal {
    position: relative;
    z-index: 5;
    padding: 28px 15px 14px;
    color: #fff;
}

.footer-legal .row {
    padding: 22px 20px;
    background: rgba(3, 19, 45, .58);
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-legal-col {
    margin-bottom: 16px;
}

.footer-legal-wide {
    width: 100%;
}

.footer-legal h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 12px;
}

.footer-legal a,
.footer-legal span {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 4px;
}

.footer-legal-links {
    column-count: 3;
    column-gap: 64px;
    max-width: 1200px;
}

.footer-legal-links a {
    break-inside: avoid;
    page-break-inside: avoid;
}

.footer-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .footerBottom {
    margin-top: 18px;
}

.products {
    position: relative;
    z-index: 5;
}

.products .container {
    position: relative;
}

.products-home,
.catalog-products {
    background: linear-gradient(
        180deg,
        rgba(4, 28, 64, .68) 0%,
        rgba(3, 31, 70, .78) 46%,
        rgba(2, 20, 48, .90) 100%
    );
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 24px 40px rgba(1, 14, 34, .22);
}

.products-home {
    padding-bottom: 28px;
}

.catalog-products {
    padding-bottom: 32px;
}

.home-category-block {
    margin-bottom: 34px;
}

.home-category-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 4px 0 18px;
    border-bottom: 1px dotted rgba(255, 255, 255, .45);
    padding-bottom: 10px;
}

.home-category-head h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.home-category-head a {
    border: 1px solid #f2b544;
    background: #f2b544;
    color: #10264c;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.home-category-head a:hover {
    border-color: #fff;
    background: #fff;
    color: #10264c;
    text-decoration: none;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-grid-col {
    display: flex;
}

.product-card {
    width: 100%;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    background: url("../img/proItemBg.png") repeat;
    padding: 12px;
    margin-bottom: 24px;
}

.product-card-image {
    height: 190px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}

.product-card-image img {
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
    margin: 0 auto;
}

.product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.product-card h4 {
    min-height: 48px;
    margin: 12px 0 6px;
    font-size: 17px;
    line-height: 1.35;
}

.product-card h4 a {
    color: #fff;
    text-decoration: none;
}

.product-card h4 a:hover {
    color: #f2b544;
}

.product-card-category {
    min-height: 20px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
}

.product-card-bottom {
    margin-top: auto;
}

.product-card p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 5px 4px;
}

.product-card .ProItem-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin-top: 12px;
    border: 1px solid #fff;
    border-radius: 24px;
    background: #313cf0;
    color: #fff;
    padding: 10px 18px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}

.product-card .ProItem-a:hover {
    background: #fff;
    color: #223dea;
    text-decoration: none;
}

.product-card .ProItem-a i {
    font-size: 15px;
    margin-top: 3px;
}

.product-card-disabled {
    background: #536071;
    cursor: not-allowed;
    opacity: .85;
}

.product-card-out .product-card-image img {
    opacity: .55;
    filter: grayscale(100%);
}

.catalog-group {
    margin-bottom: 18px;
}

.catalog-products {
    margin-top: -120px;
    padding-top: 0;
}

.catalog-category-block {
    position: relative;
}

.catalog-category-block .home-category-head h3 small {
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    font-weight: 400;
    margin-left: 7px;
    text-transform: none;
}

.catalog-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.catalog-page-head h2 {
    margin-bottom: 8px;
}

.catalog-page-head p {
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    margin: 0;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: 16px;
    background: rgba(2, 19, 48, .82);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 16px;
}

.catalog-sidebar-title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.catalog-sidebar a {
    display: block;
    color: rgba(255, 255, 255, .84);
    line-height: 1.3;
    padding: 7px 8px;
    text-decoration: none;
}

.catalog-sidebar a:hover,
.catalog-sidebar a.active {
    background: rgba(242, 181, 68, .16);
    color: #f2d27a;
}

.catalog-sidebar-all {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-weight: 700;
    margin-bottom: 7px;
}

.catalog-category-list,
.catalog-category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-category-list ul a {
    font-size: 14px;
    padding-left: 18px;
}

.catalog-category-list ul ul a {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    padding-left: 30px;
}

.catalog-category-root {
    font-weight: 700;
}

.catalog-category-toggle {
    display: none;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(2, 19, 48, .72);
    color: #fff;
    padding: 9px 14px;
    font-weight: 700;
}

.catalog-category-toggle i {
    margin-right: 6px;
}

.catalog-search-form {
    display: flex;
    min-height: 44px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .34);
}

.catalog-search-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    color: #333;
    padding: 10px 13px;
}

.catalog-search-form button {
    width: 48px;
    border: 0;
    background: #f2b544;
    color: #10264c;
    font-size: 17px;
}

.catalog-empty {
    margin: 20px 0 30px;
}

.karagoz,
.kefal,
.levrek {
    pointer-events: none;
}

.simple-page,
.cart-legacy,
.product-detail-legacy {
    color: #fff;
    position: relative;
    z-index: 5;
}

.simple-page {
    margin-top: 28px;
    margin-bottom: 50px;
}

.simple-page .content,
.cart-legacy .cart-panel {
    background: url("../img/proItemBg.png") repeat;
    padding: 20px;
    margin-bottom: 24px;
    position: relative;
    z-index: 6;
}

.simple-page .karagoz,
.simple-page .kefal,
.simple-page .levrek,
.cart-legacy .karagoz,
.cart-legacy .kefal,
.cart-legacy .levrek {
    pointer-events: none;
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page p,
.simple-page li,
.cart-legacy h1,
.cart-legacy h2,
.cart-legacy h3,
.cart-legacy h4,
.cart-legacy label,
.cart-legacy p,
.cart-legacy li {
    color: #fff;
}

.simple-page article {
    font-size: 18px;
    line-height: 1.7;
}

.simple-page article a {
    color: #f2d27a;
    font-weight: 700;
}

.info-page {
    color: #fff;
    margin: 30px 0 50px;
    position: relative;
    z-index: 5;
}

.info-page .container {
    background: url("../img/proItemBg.png") repeat;
    padding: 24px;
}

.info-hero h1,
.info-content-card,
.info-content-card p,
.info-content-card li,
.info-nav-card,
.info-trust-strip {
    color: #fff;
}

.cart-page-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin: 24px 0 18px;
}

.cart-page-head h1 {
    margin-top: 0;
}

.cart-continue-link {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 9px 16px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.cart-continue-link:hover {
    background: #fff;
    color: #223dea;
    text-decoration: none;
}

.cart-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border-bottom: 1px dotted rgba(255, 255, 255, .45);
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.cart-panel-head h2 {
    margin: 0;
}

.cart-panel-head span {
    color: rgba(255, 255, 255, .75);
    font-weight: bold;
}

.cart-empty {
    background: rgba(255, 255, 255, .1);
    padding: 18px;
}

.cart-empty p {
    margin: 8px 0 12px;
}

.cart-empty a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

.cart-summary {
    border-top: 1px dotted rgba(255, 255, 255, .45);
    margin-top: 18px;
    padding-top: 14px;
}

.cart-summary-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cart-summary div:not(.cart-summary-title) {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
}

.cart-summary .grand {
    border-top: 1px solid rgba(255, 255, 255, .22);
    color: #f2b544;
    font-size: 21px;
    margin-top: 8px;
    padding-top: 11px;
}

.cart-summary p {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    margin: 8px 0 0;
}

.shipping-choice {
    display: block;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 0, 0, .14);
    padding: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}

.shipping-choice.active {
    border-color: #f2b544;
    background: rgba(242, 181, 68, .12);
}

.shipping-choice:hover,
.bank-option:hover {
    border-color: rgba(255, 255, 255, .72);
}

.shipping-choice input {
    margin-right: 8px;
}

.shipping-choice strong {
    display: inline-block;
}

.shipping-choice span {
    display: block;
    margin-left: 24px;
    color: rgba(255, 255, 255, .78);
}

.carrier-group label {
    color: #fff;
}

.cart-customer-panel .form-control {
    min-height: 42px;
}

.cart-final-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.terms-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    max-width: 760px;
}

.terms-row a {
    color: #f2d27a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.terms-row a:hover {
    color: #fff;
}

.cart-legacy .muted,
.simple-page .muted {
    color: rgba(255, 255, 255, .78);
}

.cart-legacy input,
.cart-legacy select,
.cart-legacy textarea,
.product-detail-legacy input {
    color: #333;
}

.cart-qty-control {
    display: inline-flex;
    align-items: stretch;
    height: 38px;
    background: #fff;
}

.cart-qty-control input {
    width: 66px;
    height: 38px;
    border: 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 6px;
    text-align: center;
    font-size: 16px;
}

.cart-qty-btn {
    width: 38px;
    border: 0;
    background: #f4f4f4;
    color: #10264c;
    font-size: 20px;
    font-weight: 700;
}

.cart-qty-btn:hover {
    background: #f2b544;
}

.legacy-product-page-title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 26px 0 18px;
}

.legacy-product-title-line {
    width: 72px;
    height: 4px;
    background: #fff;
    margin-bottom: 42px;
}

.legacy-product-main {
    position: relative;
    z-index: 6;
}

.legacy-product-photo {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    min-height: 360px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legacy-product-photo img {
    max-height: 390px;
    margin: 0 auto;
    object-fit: contain;
}

.legacy-product-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 14px;
}

.legacy-product-thumb {
    height: 126px;
    border: 0;
    border-right: 2px solid #10264c;
    background: #fff;
    padding: 8px;
}

.legacy-product-thumb:last-child {
    border-right: 0;
}

.legacy-product-thumb.active,
.legacy-product-thumb:hover {
    outline: 3px solid #f2b544;
    outline-offset: -3px;
}

.legacy-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.legacy-product-info {
    background: rgba(2, 19, 48, .72);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    min-height: 360px;
    padding: 24px 26px;
    padding-left: 34px;
}

.legacy-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.legacy-product-meta span {
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    text-transform: uppercase;
}

.legacy-product-info h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.08;
    margin: 8px 0 18px;
}

.legacy-product-description {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.legacy-product-description-row {
    margin-top: 34px;
}

.legacy-product-description {
    background: rgba(2, 19, 48, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 24px 28px;
}

.legacy-product-description h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.legacy-product-description h3:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 12px;
    background: #fff;
}

.legacy-product-description p,
.legacy-product-description div,
.legacy-product-description span {
    color: inherit;
}

.legacy-product-description strong,
.legacy-product-description b {
    color: #fff;
}

.legacy-product-checks {
    list-style: none;
    margin: 34px 0 28px;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.legacy-product-checks li {
    margin-bottom: 8px;
}

.legacy-product-checks i {
    margin-right: 8px;
}

.legacy-product-order {
    border-top: 1px solid rgba(255, 255, 255, .65);
    padding-top: 18px;
    margin-top: 18px;
    margin-bottom: 0;
}

.legacy-product-price-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
}

.legacy-qty-control {
    display: inline-flex;
    align-items: stretch;
    height: 42px;
    background: #fff;
}

.legacy-qty-control input {
    width: 92px;
    height: 40px;
    border: 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 8px 6px;
    font-size: 18px;
    text-align: center;
}

.legacy-qty-btn {
    width: 42px;
    border: 0;
    background: #f4f4f4;
    color: #10264c;
    font-size: 20px;
    font-weight: 700;
}

.legacy-product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.legacy-product-submit {
    width: 280px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #fff;
    background: #313cf0;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.legacy-product-submit[disabled] {
    opacity: .6;
}

.legacy-product-cart-link,
.legacy-product-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.legacy-product-cart-link {
    display: none;
    background: #fff;
    color: #10264c;
}

.legacy-product-cart-link.show {
    display: inline-flex;
}

.legacy-product-whatsapp {
    background: #3f9f39;
}

.legacy-product-whatsapp i {
    margin-right: 7px;
}

.product-add-result {
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.4;
}

.product-add-result.ok {
    color: #b6ff9f;
}

.product-add-result.error {
    color: #ffd2d2;
}

.legacy-order-notes {
    display: grid;
    gap: 6px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
}

.legacy-order-notes i {
    margin-right: 6px;
}

.product-related-legacy {
    position: relative;
    z-index: 5;
    margin-top: 42px;
}

.product-related-head {
    margin-bottom: 22px;
}

.product-related-head h3 {
    text-transform: none;
}

.thankyou-legacy {
    color: #fff;
    position: relative;
    z-index: 5;
}

.thankyou-panel {
    background: url("../img/proItemBg.png") repeat;
    padding: 24px;
    margin-bottom: 24px;
}

.thankyou-panel h1,
.thankyou-panel h2,
.thankyou-panel p,
.thankyou-panel li {
    color: #fff;
}

.thankyou-panel h1 {
    margin-top: 0;
    font-size: 38px;
}

.thankyou-order-no,
.thankyou-total {
    border-top: 1px dotted rgba(255, 255, 255, .45);
    border-bottom: 1px dotted rgba(255, 255, 255, .45);
    padding: 16px 0;
    margin-top: 18px;
}

.thankyou-order-no span,
.thankyou-total span {
    display: block;
    color: rgba(255, 255, 255, .78);
}

.thankyou-order-no strong,
.thankyou-total strong {
    display: block;
    color: #f2b544;
    font-size: 26px;
    margin-top: 4px;
}

.thankyou-panel button,
.thankyou-home-link {
    display: inline-block;
    border: 1px solid #fff;
    background: #223dea;
    color: #fff;
    border-radius: 15px;
    padding: 8px 20px;
    margin-top: 12px;
    text-decoration: none;
    font-weight: bold;
}

.thankyou-panel button:hover,
.thankyou-home-link:hover {
    background: #fff;
    color: #223dea;
    text-decoration: none;
}

.thankyou-bank {
    margin-top: 18px;
}

.thankyou-steps {
    padding-left: 20px;
    margin-top: 18px;
}

.cart-legacy .cart-line {
    display: table;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, .45);
    padding: 12px 0;
}

.cart-legacy .cart-line > div {
    display: table-cell;
    vertical-align: middle;
}

.cart-legacy .cart-line .line-qty {
    width: 170px;
    text-align: center;
}

.cart-legacy .cart-line .line-total {
    width: 120px;
    text-align: right;
    font-weight: bold;
}

.cart-legacy .cart-line .line-actions {
    width: 74px;
    text-align: right;
}

.cart-line-qty {
    width: 62px;
    height: 34px;
    border: 0;
    text-align: center;
    margin-right: 6px;
}

.cart-line-update,
.cart-line-remove {
    border: 1px solid rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
}

.cart-line-remove {
    background: rgba(180, 32, 32, .75);
}

.cart-line-update:hover,
.cart-line-remove:hover {
    background: #fff;
    color: #10264c;
}

.cart-legacy .bank-option {
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 12px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .16);
    cursor: pointer;
    display: block;
}

.cart-legacy .bank-option.active {
    border-color: #f2b544;
    background: rgba(242, 181, 68, .12);
}

.cart-legacy .bank-option strong {
    color: #fff;
}

.cart-legacy .bank-option input {
    float: left;
    margin: 5px 10px 0 0;
}

.bank-main {
    display: block;
    overflow: hidden;
}

.bank-main em {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-style: normal;
    margin-top: 2px;
}

.bank-iban {
    color: #fff;
    display: block;
    font-family: Consolas, "Courier New", monospace;
    font-size: 15px;
    margin: 8px 0 0 28px;
    overflow-wrap: anywhere;
}

.cart-help-text {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    margin-top: 10px;
}

.cart-legacy .alert {
    border-radius: 0;
}

.cart-legacy .btn-order {
    background: #f2b544;
    border: 0;
    color: #10264c;
    font-weight: bold;
    min-width: 210px;
    padding: 14px 24px;
    text-align: center;
}

.cart-legacy .btn-order[disabled] {
    opacity: .6;
}

@media (max-width: 767px) {
    .header {
        min-height: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        overflow: visible;
    }

    .header .cupra {
        pointer-events: none;
    }

    .header-top {
        min-height: 118px;
        position: relative;
        z-index: 20;
    }

    .header .logo {
        display: block;
        padding-top: 14px;
    }

    .header .logo img {
        max-width: 210px;
        height: auto;
    }

    .header-social {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 18px;
        position: relative;
        z-index: 25;
    }

    .header-social li {
        margin: 0 !important;
    }

    .header-social li:nth-child(1),
    .header-social li:nth-child(2),
    .header-social li:nth-child(3) {
        display: none;
    }

    .header-social a {
        width: 42px !important;
        height: 42px !important;
        line-height: 42px !important;
        font-size: 18px !important;
    }

    .header-social .piece {
        width: 24px;
        height: 24px;
        line-height: 24px;
        right: -8px;
        top: -10px;
        font-size: 13px;
    }

    .menuBg {
        position: relative;
        z-index: 40;
        margin-top: 0;
        background: rgba(11, 41, 88, .88);
    }

    .simple-page,
    .info-page,
    .cart-legacy,
    .product-detail-legacy,
    .products {
        clear: both;
        margin-top: 18px;
        position: relative;
        z-index: 5;
    }

    .catalog-products {
        margin-top: 18px;
    }

    .products-home,
    .catalog-products {
        background: linear-gradient(
            180deg,
            rgba(4, 28, 64, .78) 0%,
            rgba(3, 31, 70, .86) 52%,
            rgba(2, 20, 48, .94) 100%
        );
        padding-bottom: 20px;
    }

    .catalog-page-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .catalog-page-head p {
        font-size: 14px;
    }

    .catalog-category-toggle {
        display: inline-block;
    }

    .catalog-layout {
        display: block;
    }

    .catalog-sidebar {
        display: none;
        position: static;
        margin-bottom: 18px;
    }

    .catalog-sidebar.open {
        display: block;
    }

    .catalog-search-form {
        margin-bottom: 18px;
    }

    .simple-page .content,
    .info-page .container {
        padding: 18px;
    }

    .simple-page h1,
    .info-page h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 0;
    }

    .simple-page article,
    .info-content-card {
        font-size: 17px;
        line-height: 1.65;
    }

    .menuBg .navbar {
        min-height: 54px;
        margin-bottom: 0;
    }

    .menuBg .navbar-header {
        min-height: 54px;
    }

    .menuBg .navbar-toggle {
        display: block;
        float: right;
        margin: 8px 0 8px auto;
        background: #2d559b;
        border: 1px solid rgba(255, 255, 255, .55);
        border-radius: 0;
        padding: 10px 12px;
    }

    .menuBg .navbar-toggle .icon-bar {
        background: #fff;
        width: 26px;
        height: 2px;
    }

    .menuBg .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, .18);
        box-shadow: none;
        padding: 0;
        transition: none !important;
    }

    .menuBg .navbar-nav {
        float: none;
        margin: 0;
    }

    .menuBg .navbar-nav > li {
        float: none;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .menuBg .navbar-nav > li > a {
        display: block;
        padding: 14px 4px !important;
        text-align: left;
        background: transparent !important;
        color: #fff !important;
        line-height: 20px;
        min-height: 48px;
    }

    .menuBg .navbar-nav > li > a:hover,
    .menuBg .navbar-nav > li > a:focus,
    .menuBg .navbar-nav > li > a.active {
        padding: 14px 4px !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #fff !important;
    }

    .main-slide .item img {
        height: 240px;
    }

    .home-category-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-category-head h3 {
        font-size: 21px;
    }

    .product-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .product-grid-col {
        padding-left: 6px;
        padding-right: 6px;
    }

    .product-card {
        min-height: 315px;
        padding: 8px;
        margin-bottom: 14px;
    }

    .product-card-image {
        height: 135px;
        padding: 7px;
    }

    .product-card-image img {
        max-height: 120px;
    }

    .product-card h4 {
        min-height: 44px;
        font-size: 14px;
        line-height: 1.28;
        margin: 9px 0 5px;
    }

    .product-card-category {
        font-size: 12px;
        min-height: 18px;
    }

    .product-card p {
        font-size: 15px;
        margin: 8px 2px 2px;
    }

    .product-card .ProItem-a {
        min-height: 40px;
        margin-top: 9px;
        padding: 8px 12px;
        font-size: 15px;
        border-radius: 20px;
    }

    .main-slide .carousel-control {
        top: 18px !important;
        bottom: 18px !important;
        width: 56px;
        z-index: 8;
        background: none !important;
    }

    .main-slide .larrow,
    .main-slide .rarrow {
        top: 50% !important;
        margin-top: -24px !important;
        width: 48px;
        height: 48px;
        opacity: .9;
    }

    .main-slide .larrow {
        left: 8px !important;
    }

    .main-slide .rarrow {
        right: 8px !important;
    }

    .cart-legacy .cart-line,
    .cart-legacy .cart-line > div {
        display: block;
        width: 100%;
        text-align: left;
    }

    .cart-page-head {
        display: block;
    }

    .cart-continue-link {
        margin-top: 10px;
    }

    .cart-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-summary div:not(.cart-summary-title),
    .cart-final-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-summary .grand {
        font-size: 19px;
    }

    .cart-final-panel .btn-order {
        width: 100%;
    }

    .terms-row {
        width: 100%;
    }

    .bank-iban {
        margin-left: 0;
    }

    .line-qty,
    .line-total,
    .line-actions {
        margin-top: 8px;
    }

    .legacy-product-page-title {
        font-size: 24px;
    }

    .legacy-product-info {
        padding-left: 0;
        margin-top: 24px;
        min-height: 0;
        padding: 18px;
    }

    .legacy-product-info h2 {
        font-size: 30px;
    }

    .legacy-product-description {
        font-size: 18px;
        padding: 18px;
    }

    .legacy-product-description h3 {
        font-size: 22px;
    }

    .footer-legal {
        padding: 18px 15px 6px;
    }

    .footer-legal .row {
        padding: 18px 16px;
    }

    .footer-legal h4 {
        font-size: 17px;
    }

    .footer-legal a,
    .footer-legal span {
        font-size: 14px;
    }

    .footer-legal-links {
        column-count: 1;
        column-gap: 0;
    }

    .legacy-product-photo {
        min-height: 260px;
    }

    .legacy-product-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .legacy-product-thumb {
        height: 92px;
    }

    .legacy-product-price-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .legacy-product-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .legacy-product-submit {
        width: 100%;
    }

    .legacy-product-cart-link,
    .legacy-product-whatsapp {
        width: 100%;
    }

    .forMobile.wtsp1 {
        left: 10px !important;
        bottom: 14px !important;
        max-width: 210px;
    }

    .forMobile.wtsp1 img {
        max-width: 210px;
        height: auto;
    }

    .site-toast {
        left: 14px;
        right: 14px;
        bottom: 18px;
        max-width: none;
    }
}
