/* ============================================================
   Горизонтальне меню каталогу (десктоп) + ховер-мегаменю
   Мобільний варіант підставляється окремо в бургері.
   ============================================================ */
/* @media (min-width: 1200px) {
    .ds-header-left {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
        flex: 0 0 7%;
    }
	button.ds-header-catalog-button {
		display: none !important;
	}
} */

li.ds-menu-catalog-item:has(.menu-chevron-icon)>a {
    pointer-events: none;
}
/* Біла полоса-обгортка (на всю ширину; вставляється в header.twig).
   position: relative -> панель розтягується на всю ширину полоси. */
.ds-hmenu-bar {
	position: relative;
	background: #fff;
}

/* Центрований внутрішній контейнер під ширину сайту */
.ds-hmenu-bar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.ds-hmenu {
	position: static;          /* щоб панель кріпилась до .ds-hmenu-bar */
}

.ds-hmenu-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ds-hmenu-item {
	position: static;
}

/* --- Пункт топ-категорії в рядку --- */
.ds-hmenu-link {
	display: inline-block;
	padding: 14px 16px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #1d1d1f;
	text-decoration: none;
	border-radius: 6px;
	white-space: nowrap;
	transition: color .15s ease;
}

.ds-hmenu-item:hover > .ds-hmenu-link,
.ds-hmenu-link:hover {
	color: #00A8E8;
}

/* --- Широка випадаюча панель --- */
.ds-hmenu-mega {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
	border-top: 1px solid #eef2f5;
	box-shadow: 0 24px 40px rgba(0, 52, 89, .10);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s;
}

.ds-hmenu-item.has-dropdown:hover > .ds-hmenu-mega,
.ds-hmenu-item.has-dropdown:focus-within > .ds-hmenu-mega {
	display:block!important;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ds-hmenu-mega-inner {
	/* max-width: 1280px; */
	margin: 0 auto;
	padding: 34px 24px 46px;
	padding-left: 12px;
}

/* Дрібний сірий підпис над списком (як "Дізнатися про Mac").
   Не потрібен — просто прибери .ds-hmenu-mega-label з шаблону. */
.ds-hmenu-mega-label {
	display: block;
	font-size: 12px;
	color: #86868b;
	margin-bottom: 18px;
}

/* Великі посилання-підкатегорії, розбиті на category.column колонок */
.ds-hmenu-biglist {
	column-count: var(--cols, 1);
	column-gap: 48px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ds-hmenu-biglist li {
	break-inside: avoid;
	margin-bottom: 14px;
}

.ds-hmenu-biglink {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.25;
	color: #003459;
	text-decoration: none;
	transition: color .15s ease;
}

.ds-hmenu-biglink:hover {
	color: #00A8E8;
}

/********************************/


.modal-backdrop.fade.in.hide {
    display: none!important;
}

#oct-policy .d-flex.align-items-center.flex-wrap.gap-2 {
    display: flex!important;
    flex-direction: row-reverse!important;
    width: 50%!important;
	flex-wrap: nowrap !important;
}

@media (min-width: 1600px) {
    #logo {
        max-width: 95px;
		/*transform: scale(1.3);*/
    }
}
       


.col-md-6.col-lg-3.order-1.order-lg-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

#open-cookie-settings {
    margin-top: auto;
	color: #0055ec;
    opacity: 0.8;
}

@media (max-width: 767px) {
	.lg{
		display: none;
	}
	.sm{
		display: block;
	}
	#logo {
		max-height: 78px;
	}
	a#open-cookie-settings {
		margin-bottom: 10px;
	}
}



@media (min-width: 767px) {
	
	.ds-product-tabs {
      top: 65px!important; 
	  /*top: 105px !important;*/
	}
	.lg{
		display: block;
	}
	.sm{
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	#open-cookie-settings {
		margin-left: 20%;
	}
}
	
@media (min-width: 991px) {
	#open-cookie-settings {
		margin-top: 102px;
	}
}




.content-top-box {
    display: flex;
    flex-wrap: nowrap;
}
.social-login-wrap {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-check:has(#shipping_scales) {
    display: none !important;
}

.social-log h3 {
    display: none;
}

.social-log {
    margin-top: 10px;
    max-height: 60px;
    margin-left: -20px;
}

.social-login {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: absolute;
    margin-top: 95px;
    right: 45px;
    max-width: 105px;
}
div#loginTabsContent {
    background: white;
}
.modal-body.p-0.pt-4 {
    padding-top: 0px !important;
}
.social-login h3,
.content-top-box h3{
	display:none!important;
}

.alert-block {
    right: 1rem;
    top: 1rem;
    left: 1rem;
}

@media(min-width:576px) {
    .alert-block {
        right: 1.5rem;
        top: 1.5rem;
        left: auto;
    }
}

div#common-maintenance img {
    margin: 0 auto;
    display: flex;
    padding-top: 40px;
}

.ds-alert {
    background: var(--ds-white-color);
    box-shadow: 0px 4px 40px 0px rgba(37, 38, 39, 0.22);
    padding: 1.5rem;
    overflow: hidden;
    border: var(--ds-main-border)
}

.ds-alert .purchase-success {
    display: none !important;
}

.ds-alert-text {
    font-size: 12px;
}

@media(min-width:1200px) {
    .ds-alert-text {
        font-size: 14px;
    }
}

@media(min-width:576px) {
    .ds-alert {
        width: 370px;
    }
}

.ds-alert-text a {
    color: var(--ds-links-color);
    text-decoration: underline
}

.ds-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.ds-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#ds_fixed_contact_button {
    background: var(--ds-primary-color);
    position: fixed;
    right: 15px;
    bottom: 26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#ds_fixed_contact_button.clicked {
    z-index: 1041
}

#ds_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#ds_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.ds-fixed-contact-pulsation {
    background: var(--ds-primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation;
    display: none;
}

@media(min-width:420px) {
    #ds_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }
    .ds-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.ds-fixed-contact-icon {
    color: var(--ds-white-color);
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    display: none;
}

.ds-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .ds-fixed-contact-icon {
        font-size: 28px
    }
    .ds-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.ds-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: var(--ds-white-color)
}

.ds-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: var(--ds-white-color);
    display: block;
    opacity: 0;
    z-index: -1;
    transform: translateY(20px);
    -webkit-transition: transform .3s, opacity .3s;
    -o-transition: transform.3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px;
    will-change: transform, opacity;
}

@media(min-width:420px) {
    .ds-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }
    .ds-fixed-contact-dropdown {
        right: 60px
    }
}

.ds-fixed-contact-dropdown.expanded {
    transform: translateY(0);
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.ds-fixed-contact-item {
    color: var(--ds-dark-text-color);
    transition: color var(--ds-main-transition);
}

.ds-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.ds-fixed-contact-item:hover {
    color: var(--ds-links-color)
}

.ds-fixed-contact-item > * {
    pointer-events: none;
}

.ds-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: var(--ds-white-color)
}

.ds-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.ds-fixed-contact-messenger {
    background: #0084ff
}

.ds-fixed-contact-viber {
    background: #7c529d
}

.ds-fixed-contact-telegram {
    background: #2ca5e0
}

.ds-fixed-contact-skype {
    background: #31c4ed
}

.ds-fixed-contact-whatsapp {
    background: #25d366
}

.ds-fixed-contact-email {
    background: #50a8ff
}

.ds-fixed-contact-call {
    background: #3cba8b
}

.ds-fixed-contact-contacts {
    background: #e6a83a
}

@media(max-width:991px) {
    .ds-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #ds_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Ubuntu, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    box-shadow: var(--ds-medium-shadow);
    background-color: var(--ds-white-color);
    color: var(--ds-dark-text-color)
}

.popover-arrow::after {
    border-top-color: var(--ds-white-color) !important;
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(max-width:991px) {
    #ds_fixed_contact_button {
        max-width: 0;
    }
}

@media(min-width:992px) {
    .popover {
        z-index: 19999
    }

    .ds-fixed-contact-pulsation {
        display: block;
    }

    .ds-fixed-contact-icon {
        display: flex;
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem;
    color: var(--ds-dark-text-color);
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .875rem;
    color: var(--ds-secondary-text-color);
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}
.ds-loader {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    position: relative;
    background: currentColor;
    color: var(--ds-primary-color);
    opacity: 0.7;
    box-sizing: border-box;
    animation: animloader 0.3s 0.3s linear infinite alternate;
  }
  
  .ds-loader::after, .ds-loader::before {
    content: '';
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    box-sizing: border-box;
    animation: animloader 0.3s  0.45s  linear infinite alternate;
  }
  .ds-loader::before {
    left: -20px;
    animation-delay: 0s;
  }
  
  @keyframes animloader {
    0%   { height: 48px} 
    100% { height: 4px}
  }

.ds-loader-overlay {
    position: fixed;
    z-index: 19999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@keyframes loaderMove {
    0% {
        transform: translateX(-40%);
    }
    50% {
        transform: translateX(20%);
        width: 80%;
    }
    100% {
        transform: translateX(100%);
        width: 100%;
    }
}

.ds-livesearch {
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12300;
    background: var(--ds-light-bg-color);
    gap: .5rem;
    -webkit-box-shadow: 0 2px 24px 0 rgba(37,38,39,.08);
    box-shadow: 0 2px 24px 0 rgba(37,38,39,.08);
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    max-height: 0;
}

@media (min-width: 768px) {
    .ds-livesearch {
        z-index: 13300;
    }
}

.ds-livesearch.expanded {
    max-height: unset;
}

.ds-livesearch .ds-livesearch-categories-item {
    flex: 1 0 30%;
    max-width: 30%
}

.ds-livesearch .ds-livesearch-categories-item img {
    max-width: 100%;
    height: auto
}

.ds-livesearch .ds-subcategories-title {
    hyphens: auto;
}

.ds-livesearch-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
}

@media (min-width: 568px) {
    .ds-livesearch .ds-livesearch-categories-item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .ds-last-reviews-item {
        width:50%
    }

    .ds-livesearch {
        top: calc(100% + .325rem);
        max-height: 0;
        left: 1rem;
        right: 0;
        border-radius: 7px;
        position: absolute;
        bottom: auto;
    }

    .ds-livesearch.expanded {
        max-height: calc(100vh - 5rem)
    }

    .ds-livesearch .ds-livesearch-categories-item {
        flex: 1 0 25%;
        max-width: 25%
    }
}

.ds-livesearch-item {
    background: var(--ds-white-color);
    gap: 1rem
}

.ds-livesearch-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border-right: var(--ds-main-border)
}

.ds-livesearch-item-img img {
    margin-bottom: 1rem
}

.ds-livesearch-item-sticker {
    background: var(--ds-green-color);
    color: var(--ds-white-color);
    text-align: center;
    border-radius: 4.0625rem;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ds-livesearch-item-sticker.red-bg {
    background: var(--ds-red-color)
}

.ds-livesearch-item-title {
    line-height: 1
}

.ds-livesearch-item-title:hover {
    color: var(--ds-links-color)
}

.ds-livesearch-item .ds-price-new {
    line-height: 1
}

@media (max-width: 567.98px) {
    .ds-livesearch-items-box {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
}

.modal {
    z-index: 14505
}

.modal-open {
    overflow: hidden
}

.modal-backdrop {
    background: var(--ds-popup-backdrop-bg);
    opacity: 1;
    z-index: 12500;
    --bs-backdrop-opacity: 1
}

.modal-dialog.wide {
    --bs-modal-width: 860px
}

.modal-content {
    padding: 1.5rem;
    border: 0;
    background-color: var(--ds-white-color);
    -webkit-box-shadow: var(--ds-dark-shadow);
    box-shadow: var(--ds-dark-shadow)
}

.modal-header {
    border: 0;
    border-bottom: var(--ds-main-border)
}

.modal-header .btn-close {
    border-radius: .625rem;
    background-color: var(--ds-popup-close-btn-bg);
    --bs-btn-close-bg: none;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    display: grid;
    place-items: center;
    padding: 0;
    opacity: 1
}

.modal-header .btn-close svg path {
    fill: var(--ds-secondary-dark-color)
}

.modal-title {
    line-height: 1.2
}

.modal-body {
    padding: 0;
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-body .ds-buy-one-click {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.modal-body .ds-buy-one-click>:first-child {
    margin-bottom: .5rem
}

.modal-body .ds-buy-one-click .form-control {
    font-size: .75rem;
    min-width: 200px;
}

.modal-body .ds-buy-one-click .form-control::-webkit-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::-moz-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control:-ms-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::-ms-input-placeholder {
    font-size: .75rem
}

.modal-body .ds-buy-one-click .form-control::placeholder {
    font-size: .75rem
}

@media (max-width: 767.98px) {
    #error_minimum {
        font-size: .875rem
    }
}

.modal-body-cart .ds-buy-one-click {
    border-top: 0
}

.modal-body-cart .ds-buy-one-click>:first-child {
    display: none
}

.modal-body .ds-cart-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.modal-body-cart .ds-cart-recommended-products {
    overflow-x: auto;
}

.modal-body-cart .ds-cart-recommended-products-item {
    flex: 0 0 80%;
    max-width: 80%;
}

@media(min-width: 768px) {
    .modal-body-cart .ds-cart-recommended-products-item {
        flex: 0 0 330px;
        max-width: 330px;
    }
}

.modal-body-cart .ds-cart-recommended-products .content-block {
    transition: border var(--ds-main-transition);
}

.modal-body-cart .ds-cart-recommended-products .content-block:hover {
    box-shadow: none;
    border-color: var(--ds-form-control-focus-color);
}

.modal-body-buttons {
    border-top: var(--ds-main-border)
}

@media (max-width: 575.98px) {
    .modal-body-buttons .button-primary {
        width:100%
    }
}

.modal-body-form>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3rem);
    flex: 0 0 calc(50% - 3rem)
}

.modal-body-product-img-box {
    flex: 0 0 320px;
    min-width: 320px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA&data-fill-color=12345");
    padding: 0;
    margin: 0 auto;
}

.modal-body-product-panel {
    border: var(--ds-main-border);
    flex: 0 0 13809px
}

.modal-body-product-img img {
    width: 100px;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: .25rem;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto
}

@media (min-width: 360px) {
    .modal-body-product-img {
        width:158px;
        height: 158px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 158px;
        flex: 0 0 158px
    }

    .modal-body-product-img img {
        width: 150px
    }
}

.modal-body-product-title {
    line-height: 1.2
}

.modal-body-product-info .ds-module-rating-star {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer
}

.modal-body-product-info .ds-module-rating-star+.ds-module-rating-star {
    margin-left: .75rem
}

.modal-body-product .ds-product-options {
    border-bottom: 0
}

.modal-body-quick-view {
    background-color: var(--ds-light-bg-color)
}

.modal-body-quick-view .ds-product-main-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-body-quick-view .ds-product-main-buttons .button-outline {
    margin-top: 1rem;
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-body-product {
        border-right:var(--ds-main-border)
    }

    .modal-body .ds-product-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(52% - 1rem);
        flex: 0 0 calc(52% - 1rem);
        max-width: calc(52% - 1rem)
    }
}

.modal-body .ds-product-main-content {
    border-top: var(--ds-main-border)
}

.modal-body-popup-text>:not(:first-child) {
    margin-top: 1rem
}

.modal-body-popup-text ol,.modal-body-popup-text ul {
    padding-left: 1rem
}

.modal-small-text {
    line-height: 1.2
}

#popup_review_form .modal-body-product-img {
    width: 88px;
    height: 88px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px
}

#popup_review_form .modal-body-product-img img {
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: .25rem;
    width: 80px;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto
}

@media (min-width: 360px) {
    #popup_review_form .modal-body-product-img {
        width:120px;
        height: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    #popup_review_form .modal-body-product-img img {
        width: 112px
    }
}

@media (max-width: 359.98px) {
    .modal-header .modal-title {
        font-size:1.25rem!important
    }

    #quickViewModal .ds-product-main-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #quickViewModal .ds-product-main-cart .ds-module-quantity {
        margin-right: 0!important;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    #quickViewModal .ds-product-main {
        -webkit-box-flex:0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%
    }
}

#quickViewModal .ds-product-images-main {
    height: auto
}

#quickViewModal .ds-product-images-main img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

[data-bs-dismiss=modal] {
    text-decoration: none
}

@media (min-width: 360px) {
    #productOptionModal .modal-body-product-img {
        width:128px;
        height: 128px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
        flex: 0 0 128px
    }

    #productOptionModal .modal-body-product-img img {
        width: 120px
    }
}

#cartModal .modal-dialog {
    --bs-modal-width: 720px
}

@media (max-width: 767.98px) {
    .empty-popup-cart .button-primary {
        width:100%
    }
}

#loginTabs {
    border-bottom: 0;
}

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #fdfdfd;
    border: var(--ds-main-border);
    border-radius: 0.25rem;
    padding: .5rem 1rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    line-height: 1;
    transition: background-color var(--ds-main-transition), color var(--ds-main-transition), border var(--ds-main-transition);
    font-size: .75rem;
    color: var(--ds-light-text-color);
}

@media (min-width: 1200px) {
    #loginTabs .nav-link {
        padding: .75rem 1.5rem;
        font-size: .875rem;
    }
}

#loginTabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

#loginTabs .nav-link.active {
    color: var(--ds-primary-color);
    box-shadow: var(--ds-light-shadow);
    font-weight: 700;
    color: var(--ds-dark-text-color);
    background-color: var(--ds-white-color);
}

#loginTabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ds-primary-color);
}

#otp-form-code .otp-code-block {
    background: var(--ds-light-bg-color);
}

.ds-account-column-nav li {
    padding: 0;
    font-size: inherit
}

.ds-account-column-nav li:not(:last-child) {
    border-bottom: var(--ds-main-border)
}

.ds-account-column-nav .ds-column-categories-children.ds-categories-2 li {
    padding: 1rem!important;
    border-bottom: 0;
    border-top: var(--ds-main-border)
}

.ds-account-column-nav-item {
    line-height: 1;
    white-space: nowrap;
    padding: .75rem 1rem;
    -webkit-transition: background-color var(--ds-main-transition);
    transition: background-color var(--ds-main-transition)
}

.ds-account-column-nav-item:hover {
    background-color: #fbfbfb
}

.ds-account-column-nav-item:hover .ds-account-column-nav-item-text {
    text-decoration: underline
}

.ds-account-column-nav-item-icon {
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: .75rem;
    background-color: var(--ds-light-bg-color)
}

.ds-account-column-nav-item-icon svg path {
    fill: var(--ds-dark-text-color)
}

.ds-account .content-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ds-account-login-button {
    min-width: 160px
}

@media (max-width: 575.98px) {
    .ds-account-login-button {
        width:100%
    }
}

.ds-account-wishlist-info {
    border-left: var(--ds-main-border)
}

.ds-account-wishlist-title {
    line-height: 1.2
}

.ds-account-wishlist-title:hover {
    color: var(--ds-links-color);
    text-decoration: underline
}

.ds-account-wishlist .no-btn {
    top: 1rem;
    right: 1rem;
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center
}

.ds-account-wishlist .no-btn svg {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767.98px) {

    .ds-account table td {
        white-space: nowrap
    }
}

@keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

@keyframes fadeInColumn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.fadeInColumn {
    animation-name: fadeInColumn;
    animation-duration: 0.8s;
}

.oct-animated svg {
    animation: rotateIcon 0.5s ease-in-out infinite;
}

.error_style {
    background-color: var(--ds-error-bg-color)!important;
    border: 1px solid #fe4d97!important;
    -webkit-transition: background-color var(--ds-main-transition),border var(--ds-main-transition);
    transition: background-color var(--ds-main-transition),border var(--ds-main-transition)
}

.error_style+label {
    color: var(--ds-red-color)!important
}

.error_style::-webkit-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::-moz-placeholder {
    color: var(--ds-red-color)!important
}

.error_style:-ms-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::-ms-input-placeholder {
    color: var(--ds-red-color)!important
}

.error_style::placeholder {
    color: var(--ds-red-color)!important
}

.tooltip {
    z-index: 19999;
}

.ds-switcher button {
    background: 0 0;
    border: none;
    text-decoration: underline;
    color: var(--ds-links-color);
    font-size: .875rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0
}

.ds-switcher button.active {
    color: var(--ds-primary-dark-color);
    text-decoration: none;
    background: var(--ds-primary-light-color);
    font-size: 1rem;
    font-weight: 700;
    padding: .25rem .5rem;
    cursor: default;
    pointer-events: none;
    border: var(--ds-main-border)
}

.ds-switcher button+button {
    margin-left: .5rem
}

.ds-switcher button.language-select {
    text-transform: uppercase
}

.ds-switcher button:hover {
    text-decoration: none
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    gap: 1rem;
    padding: 1rem 0
}

.pagination li a,.pagination li span {
    display: block;
    line-height: 1rem;
    padding: .5rem .75rem;
    border-radius: 7px;
    color: var(--ds-light-text-color);
    -webkit-transition: background var(--ds-main-transition),color var(--ds-main-transition);
    transition: background var(--ds-main-transition),color var(--ds-main-transition);
    text-decoration: none;
    will-change: background, color;
}

.pagination li.active span,.pagination li:hover a {
    color: var(--ds-white-color);
    background: var(--ds-primary-color)
}

.table {
    margin-bottom: 0;
    border-left: var(--ds-main-border);
    border-right: var(--ds-main-border);
    border-color: var(--ds-border-color);
    font-weight: 400
}

.table>:not(:first-child) {
    border-top: var(--ds-main-border)
}

.table .thead-dark th {
    background-color: var(--ds-light-bg-color);
    border-top: var(--ds-main-border);
    color: var(--ds-dark-text-color)
}

.table tbody {
    font-size: 14px;
    color: var(--ds-secondary-text-color)
}

.table td {
    border-color: var(--ds-border-color)
}

.table td,.table th {
    vertical-align: top
}

.table tbody tr:first-child td {
    border-top: 0
}

.table td a {
    color: var(--ds-links-color);
    text-decoration: underline
}

.table td a:hover {
    text-decoration: none
}

.table thead {
    border-left: var(--ds-main-border);
    border-right: var(--ds-main-border)
}

.table thead th {
    font-size: 1rem;
    line-height: 20px;
    padding: .75rem 1rem;
    vertical-align: middle;
    font-weight: 700;
    color: var(--ds-dark-text-color);
    background-color: var(--ds-primary-light-color);
    border: 0;
    border-bottom: var(--ds-main-border)
}

.table tbody tr:hover>* {
    --bs-table-bg-state: #FDFDFD
}

.table a:has(.img-thumbnail) {
    width: 100px;
}

.ds-theme-switcher {
    background-color: var(--ds-light-bg-color)
}

.ds-theme-switcher-btn {
    display: grid;
    place-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    cursor: pointer
}

.ds-theme-switcher-btn.active {
    background-color: var(--ds-white-color);
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08)
}

.ds-theme-switcher-btn.light svg path {
    fill: var(--ds-yellow-color)
}

.ds-blog-search-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.75rem
}

.ds-blog-search-button svg path {
    -webkit-transition: fill var(--ds-main-transition);
    transition: fill var(--ds-main-transition)
}

.ds-blog-search-button:focus:not([disabled]),.ds-blog-search-button:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.ds-blog-search-button:focus:not([disabled]) svg path,.ds-blog-search-button:hover svg path {
    fill: var(--ds-primary-color)
}

.ds-blog-post-gallery,.ds-blog-post-text {
    border-bottom: var(--ds-main-border)
}

.ds-blog-post-gallery-items {
    gap: .5rem
}

.ds-blog-post-gallery-item {
    display: grid;
    place-items: center;
    border: var(--ds-main-border);
    width: 92px;
    height: 92px
}

.ds-blog-post-gallery-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1
}

.ds-blog-post-info {
    border-bottom: var(--ds-main-border);
    gap: 1rem
}

.ds-blog-post-comments {
    border-top: var(--ds-main-border)
}

@media (max-width: 575.98px) {
    .ds-blog-post .button-primary {
        width:100%
    }
}

#article-comments .ds-product-reviews-item-content {
    border-bottom: 0;
    padding-bottom: 0!important
}

.ds-empty-reviews svg path {
    fill: var(--ds-border-color);
}

#oct-infobar.hidden {
	opacity: 0;
	display: none;
}

.progress-bar {
    background-color: var(--ds-primary-color);
}

@media (max-width: 991.98px) {
    iframe#credential_picker_iframe {
        margin-bottom: 68px;
    }
}











@media (min-width: 991px) {
	.ds-slideshow-item img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		position: absolute!important;
		margin-left: -50% !important;
		top: -10%;
		max-width: 667px;
		max-height: 667px;
	}

	.ds-slideshow-item-title.fsz-24.fw-700 {
		font-family: Roboto Condensed;
		font-weight: 500 !important;
		font-size: 42px !important;
		max-width: 400px;
		line-height: 110%;
		vertical-align: middle;
	}
	.ds-slideshow .swiper-android .swiper-slide, 
	.ds-slideshow .swiper-ios .swiper-slide, 
	.ds-slideshow .swiper-wrapper {
		padding-bottom: 20px;
	}

	#slideshow-plus-0 .swiper-wrapper{
		padding-top: 30px!important;
	}

	.ds-slideshow-item-horizontal {
		min-height: 300px;
		padding-left: 150px;
	}
	#slideshow-plus-0 .ds-slideshow-item{
		box-shadow: none!important;
	}

	#slideshow-plus-0 .ds-slideshow-item .ds-slideshow-item-text {
		color: rgb(255, 255, 255);
		font-family: Roboto Condensed;
		font-weight: 500;
		font-style: Medium;
		font-size: 24px !important;
		line-height: 28.8px;
		vertical-align: middle;
	}

	#slideshow-plus-0 .ds-slideshow-item{
	  max-height: 351px;
	  padding-top: 50px;
	  padding-bottom: 50px;
	  /* background-color: #F2F2F2 !important;
	  background: 
		linear-gradient(to right, #0055EC 0 68%, #F2F2F2 68% 100%) !important; */
	  background-repeat: no-repeat, no-repeat;
	  background-position: left center, left top;
	  background-size: auto 100%, 100% 100%;
	}

	.ds-slideshow.mt-3.with-pagination {
		background: #F2F2F2;
	}

	.ds-slideshow-item-text.fsz-20 {
		max-width: 315px;
	}

	.ds-slideshow-item-horizontal .mt-auto {
		margin-top: 0px !important; 
	}



	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		transform: scale(1) !important;
	}
	.swiper-pagination.swiper-pagination-0.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		background: transparent;
	}
	.ds-slideshow{
		background: #F2F2F2;
	}
	.swiper-pagination-bullet {
	  background-color: #112638 !important;
	  opacity: 0.4 !important;   
	  height: 8px !important;
	  width: 8px !important;
	}
	.swiper-pagination-bullet-active {
	  background-color: #112638 !important;
	  opacity: 1 !important;  
	  height: 10px !important;
	  width: 10px !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		height: 48px !important;
		width: 48px !important;
		background: transparent !important;
		border: none ! Important;
	}
	.ds-slideshow .swiper-button-prev svg path,
	.ds-slideshow .swiper-button-next svg path{
		fill: var(--ds-white-color)!important;
	}

	.swiper-button-next svg, 
	.swiper-button-prev svg{
		height: 48px!important;
		width: 48px!important;
	}


	.button.button-outline-primary {
		border-color: var(--ds-primary-color);
		color: rgb(255 255 255);
		background-color: #0055ec;
	}
	.button.button-outline-primary svg path {
		fill: rgb(255 255 255);
	}
	.button.button-outline-primary:hover {
		color: #0055ec!important;
		background-color: rgb(255 255 255)!important;
	}
	.button.button-outline-primary:hover svg path {
		fill: #0055ec!important;
	}


	div#slideshow-plus-0 {
		background-color: #F2F2F2 !important;
	}
	
}


#slideshow-plus-0 .ds-slideshow-item .button {
	font-family: Roboto Condensed;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 16.1px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #0055EC !important;
	background: white;
	border-radius: 7px !important;
	height: 52px;
	min-width: 248px;
}

.button.button-outline-secondary {
    border-color: #0055EC !important;
    color: #0055EC;
}
.button.button-outline-secondary:focus:not([disabled]), 
.button.button-outline-secondary:hover:not([disabled]) {
    background-color: #0055EC !important;
    color: var(--ds-white-color);
}

a.ds-category-wall-title.dark-text{
    text-decoration: none;
}


.button.button-secondary svg path{
	fill: var(--ds-white-color)!important;
}

.button.button-outline-primary {
	border-color: var(--ds-primary-color);
	color: rgb(255 255 255);
	background-color: #0055ec;
}
.button.button-outline-primary svg path {
	fill: rgb(255 255 255);
}
.button.button-outline-primary:hover {
	color: #0055ec!important;
	background-color: rgb(255 255 255)!important;
}
.button.button-outline-primary:hover svg path {
	fill: #0055ec!important;
}


@media (min-width: 992px) {
    #banner_plus_0 .swiper-slide {
        height: 160px !important;
    }
	.ds-bannerplus-item img {
		margin-bottom: 10px;
	}
}

@media(max-width:767px){
	
	.ds-slideshow .swiper-wrapper{
		background: #F2F2F2;
		padding: 20px 0px;
	}
	
	img.d-block.mx-auto.mt-auto {
		max-width: 100%;
	}
	#slideshow-plus-0 .ds-slideshow-plus-item_1 .button {
		height: 40px;
		min-width: 156px;
	}
	
	.ds-column-banners .button.button-secondary svg path {
		fill: #112638 !important;
	}
	
	.button.button-secondary svg path {
		fill: #112638 !important;
	}
	
	
	.ds-slideshow .swiper-button-prev,
	.ds-slideshow .swiper-button-next {
		background: transparent !important;
		border: none ! Important;
	}
	.ds-slideshow .button.button-secondary svg path{
		fill: var(--ds-white-color)!important;
	}

	.ds-slideshow .swiper-button-next svg, 
	.ds-slideshow .swiper-button-prev svg{
		height: 20px!important;
		width: 20px!important;
	}
	
	

	.ds-slideshow-item img {
		width: 95%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: cover;
        max-width: fit-content;
        max-height: 100%;
        position: absolute;
        right: -22%;
        margin-top: -32px;
        z-index: -1;
	}
	
		
		
		
	
	.ds-bannerplus .swiper-button-next svg {
		transform: rotate(180deg)!important;
	}
	.ds-bannerplus .button svg {
		margin-right: 0px!important;
	}
	
	.ds-bannerplus .swiper-button-next,
	.ds-bannerplus	.swiper-button-prev {
		margin-top: -20px!important;
	}
	.ds-bannerplus .swiper-button-next{
		right: 0px!important;
	}
	.ds-bannerplus .swiper-button-prev {
		left: 0px!important;
	}
}


@media (min-width: 1200px) {
    .ds-advantages-item {
        width: 15.75%;
		max-height: 180px;
    }
	div#ds-shop-advantages-0 {
		gap: 15px;
	}
	div#ds-shop-advantages-0 {
		flex-wrap: nowrap;
	}
}

.ds-advantages-item .content-block{
	padding-right: 12px !important;
    padding-left: 12px !important;
}


@media (min-width: 1200px) {
    .ds-subcategories-item {
        min-width: 144px;
        /* max-height: 97px; */
    }
}


	#banner_plus_0 .ds-bannerplus-item p,
	#banner_plus_1 .ds-bannerplus-item p {
		color: #000000 !important;
		font-family: Roboto Condensed;
		font-weight: 500;
		font-size: 12px !important;
		line-height: 18px;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
		margin-top: 0px;
		margin-bottom: 10px;
	}

    #banner_plus_0 .ds-bannerplus-box, 
	#banner_plus_1 .ds-bannerplus-box,
	#banner_plus_0 .ds-bannerplus-box.ds-banner-plus-25,
    #banner_plus_1 .ds-bannerplus-box.ds-banner-plus-25	{
        width: 50%;
    }
	#banner_plus_0 .ds-bannerplus-item,
	#banner_plus_1 .ds-bannerplus-item	{
		flex-direction: column-reverse !important;
        align-items: center;
		max-height: 160px;
		max-width: 210px;
		padding: 5px;
		gap: 0px;
	}
	
	span.ds-bannerplus-button {
		display: none;
	}


@media (min-width: 992px) {
	 #banner_plus_0 .ds-bannerplus-box, 
	 #banner_plus_1 .ds-bannerplus-box,
	 .ds-bannerplus-box.ds-banner-plus-25 {
        width: 16.65%;
    }
}


#banner_plus_0,
#banner_plus_1 {
    margin-top: 20px;
}

.ds-category-description-img {
    display: none;
}
.ds-category-description-text.secondary-text.fw-300 img{
    padding-right: 10px;
	overflow: hidden;
    display: inline-block;
    border-radius: 4px !important;
 }
 
 
 .ds-header .badge {
    background-color: #0055EC!important;
}
 
 .ds-price-new.fsz-20.fw-700.dark-text {
    margin-top: 5px;
}


.ds-column-categories a.current {
    color: #112638;
    font-weight: 600;
}


/* :root{--kmnd-swatch-size:80px;--kmnd-swatch-radius:0px}
.kmnd-swatch-swiper{overflow:visible}
.kmnd-swatch{width:var(--kmnd-swatch-size);height:var(--kmnd-swatch-size);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}



.kmnd-swatch img{min-width:100%;max-height:100%;border-radius:0px;display:block}
.kmnd-swatch.active{outline:1px solid #111}
.kmnd-swatch.disabled{opacity:.4;pointer-events:none}
.swiper-slide *{pointer-events:none}
.swiper-slide.kmnd-swatch{pointer-events:auto}
.ds-control-label{display:flex;align-items:center;gap:8px}
.kmnd-right-hint{margin-left:auto;font-size:12px;color:#6b7280;font-weight:600}
.oc-has-swatch .oc-option-native{display:none!important}



.swiper-slide.kmnd-swatch {
    min-width: 80px !important;
    min-height: 80px !important;
} */

.button.button-outline-secondary:hover svg path {
    fill: #fff !important;
}
.button.button-outline-secondary svg path {
	 fill: #0055ec !important;
}

@media (max-width: 991px) {
	.ds-category-description-text img {
		min-width: 100%;
	}
	
	.ds-sidebar-header.d-flex.align-items-center.justify-content-between.py-2.px-3{
		background: #F8F9FA;
	}
	.menu-close-icon{
		background: #0055ec !important;
	}
	nav.ds-menu-catalog-inner {
		background: #fff;
	}
	span.menu-close-icon {
		margin-right: -20px;
	}

}
strong,
strong em {
    font-weight: 700;
}

.ds-blog-post img {
    padding: 10px;
	border-radius: 0px;
}

.ds-blog-post-text p {
    font-family: var(--ds-main-font) !important;
	color: #112638!important;
}
@media (min-width: 768px) {
    .ds-page-title .h1, 
	.ds-page-title h1 {
		font-family: var(--ds-main-font) !important;
        font-size: 2.5rem;
		font-weight: 700;
    }
}
.ds-blog-post-text a {
	color: ##0055ec !important;
}

a.review-readmore.d-block.mt-2.text-muted {
    text-align: right;
}

.wrapper-see-all {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

a.button.button-outline.button-outline-primary.button-large.see-all {
    max-width: 278px;
	width: 278px;
    height: 45px;
    margin-top: 20px;
	display: block !important;
}


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

b, strong {
    font-weight: bolder;
    font-weight: 700;
}

:root{--swatch-size:80px;--swatch-gap:12px}


.anchor-offset {
  position: relative;
}

.anchor-offset::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -50px;
  visibility: hidden;
}


.kmnd-swatch-swiper{
  position:relative;
  overflow:hidden;            
  /* padding:0 34px;   */           
}










.ds-product-attributes-item span {
  white-space: pre-line;
}

.kmnd-swatch{
	width:var(--swatch-size);
	height:var(--swatch-size);
	padding:0;
	border:0;
	border-radius:0;
	background:none;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.kmnd-swatch img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	border-radius:0
}
.kmnd-swatch.active{
	outline:1px solid #000;
	outline-offset:0
}
.kmnd-swatch{
	margin-top: 5px;
}
.kmnd-swatch.disabled{
	opacity:.4;
	pointer-events:none
}

.kmnd-swatch-swiper .swiper-slide{
	width:var(--swatch-size)!important
}

.kmnd-swatch-swiper .swiper-button-prev,
.kmnd-swatch-swiper .swiper-button-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border:none;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  cursor:pointer;
}
.kmnd-swatch-swiper .swiper-button-prev{left:4px}
.kmnd-swatch-swiper .swiper-button-next{right:4px}
.kmnd-swatch-swiper .swiper-button-prev::after{content:'‹';font-size:22px;line-height:1;color:#000}
.kmnd-swatch-swiper .swiper-button-next::after{content:'›';font-size:22px;line-height:1;color:#000}

/* ховаємо навігацію, якщо не потрібна */
.kmnd-swatch-swiper.kmnd-hide-nav .swiper-button-prev,
.kmnd-swatch-swiper.kmnd-hide-nav .swiper-button-next{display:none!important}

/* ховаємо нативні radio лише для груп зі свотчами */
.oc-has-swatch .oc-option-native{display:none!important}



#ds-product-options{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#ds-product-options .form-group.radio-option {
    width: 100%;
}

#ds-product-options .form-group {
    width: 49%;
    margin-top: 20px;
}

@media (max-width: 768px){
	#ds-product-options .form-group {
		width: 100%;
	}
	.ds-product-attributes-item>:last-child {
		width: 100%;
	}
}

.kmnd-right-hint {
    color: #6b6b6b;
    padding-left: 5px;
}

.form-group:has(.date),
.form-group:has(#input-option231) {
    width: 100%!important;
}



.form-group [data-opt="228"] .kmnd-swatch {
    width: 113px ! Important;
    height: 113px;
}

.kmnd-swatch-swiper .swiper-wrapper {
    padding-bottom: 5px;
} 
.kmnd-swatch-swiper[data-opt="227"] .swiper-wrapper {
	padding-left: 20px;
	padding-right: 20px;
} 


.kmnd-swatch-swiper[data-opt="227"] .swiper-button-next:before {
    content: '';
    position: absolute;
    margin-right: -38px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 9999;
    margin-top: 35px;
    width: 20px;
    height: 100px;
    background: #f9fdff;
    background-image: url(../image/nar-prev.svg);
    background-position-y: 45%;
    background-repeat: no-repeat;
}
.kmnd-swatch-swiper .swiper-button-next {
    right: 5px;
}

.kmnd-swatch-swiper[data-opt="227"] .swiper-button-prev:before {
    content: '';
    position: absolute;
    margin-left: -40px;
    margin-top: 50px;
    background-position-y: 45% !important;
    background-position-x: 15% !important;
    height: 100px;
    background: #f9fdff;
    width: 20px;
    padding-left: 9px;
    background-image: url(../image/nar-prev.svg);
    background-repeat: no-repeat;
}

.kmnd-tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 4px 6px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
}




#ds-product-options select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  position: relative;
  background: #fff;
}

#ds-product-options select.form-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 14px;
  background: url("../image/nar-d.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
}

#ds-product-options select.form-select:focus::after {
  transform: translateY(-50%) rotate(180deg);
}

#ds-product-options select.form-select {
	background-color: #fff;
    background-image: url(../image/nar-d.svg);
	background-repeat: no-repeat;
    transition: transform 0.3s ease;
	background-size: 12px;
    background-position: calc(100% - 10px) center;
}

.text-danger.fsz-14.fw-500.mb-4 {
    position: absolute;
    margin-top: -50px;
}

.fsz-12 {
    font-size: 12px !important; 
}
@media (max-width: 768px){
	
	.kmnd-swatch-swiper[data-opt="228"] .swiper-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		transform: translate3d(0px, 0px, 0px) !important;
	}


	.form-group [data-opt="228"] .kmnd-swatch {
		min-width: 47% !important;
		margin-top: 15px;
		margin-right: 0px !important;
		height: auto !important;
	}
	
	.kmnd-swatch-swiper[data-opt="227"] .swiper-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	.kmnd-swatch-swiper[data-opt="227"] .swiper-button-prev:before {
		border-radius: 4px;
		background-position-y: 45% !important;
		background-position-x: 45% !important;
		height: 44px!important;
		background: #F8F9FA;
		width: 27px;
		padding-left: 10px;
		margin-left: -5px;
		background-image: url(../image/nar-prev.svg);
		background-repeat: no-repeat;
	}
	.kmnd-swatch-swiper[data-opt="227"] .swiper-button-next:before {
		content: '';
		margin-right: -5px;
		transform: rotate(180deg);
		position: absolute;
		z-index: 9999;
		margin-top: 45px;
		background: #F8F9FA;
		background-image: url(../image/nar-prev.svg);
		background-repeat: no-repeat;
		border-radius: 4px;
		background-position-y: 45% !important;
		background-position-x: 34% !important;
		height: 44px !important;
		width: 27px;
	}

}

@media (min-width: 991px){
	.ds-slideshow-item-title {
		/*min-width: 575px!important;*/
		min-width: 520px !important;
	}
}

#accordion .mb-3 {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

button.no-btn.position-absolute svg path {
    fill: #0055EC;
}

.button-outline-secondary.ds-product-fixed-cart-btn.added,
.button-outline-secondary.ds-product-fixed-cart-btn.added svg path{
    color: white!important;
	fill: #fff!important;
}

#button-cart.added svg path, 
#oct-popup-button-cart.added svg path, 
body .ds-category-cart-btn.added svg path, 
body .ds-module-cart-btn.added svg path, 
body .ds-product-fixed-cart-btn.added svg path {
   fill: #fff!important;
}


.disabled-step .accordion-header .accordion-button {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.step-warning {
    color: #c00;
    font-size: 0.95em;
    margin-left: 10px;
    display: none;
}

.accordion-header .accordion-button.step-error {
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.12);
  border-color: #dc3545;
}

.ds-product-content-attributes-list-title.fw-500 {
    display: none;
}
.ds-product-main-attributes.dark-text {
    display: none !important;
}

div#oct-policy {
    padding-bottom: 2px !important;
}

a.agree {
    padding: 3px;
}


.accordion-item.disabled-step .accordion-collapse {
    display: none;
}

div#language {
    padding-left: 10px;
}

ul.dropdown-menu.show {
    margin-left: -10px !important;
	max-width: 30px !important;
    min-width: 70px;
}



button.lang-dropdown-toggle.d-flex.align-items-center.br-7 {
    background: none;
}

@media (min-width: 1200px) {
    .ds-menu-catalog.ds-menu-main-catalog .ds-menu-catalog .ds-menu-catalog-inner {
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
	.catalog .col-6.col-md-4.col-lg-3.mb-4 {
		width: 20%;
	}
}

.ds-product-images-additional-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



/* Базовий рядок */
.form-check {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 6px 25px;
    transition: .15s;
}

/* Виділення рамки */
.form-check:has(.form-check-input:checked) {
    border-color: #0d6efd;
}

/* Виділення тексту */
.form-check:has(.form-check-input:checked) .form-check-label {
    font-weight: 600;
    color: #111;
}


#ds-product-options select.form-select.selected {
    border: 2px solid #0d6efd;
    background-color: #fff;
    color: #111;        /* темніший текст */
    font-weight: 600;  /* жирніший */
}

.text-danger.fsz-14.fw-500.mb-4 {
    display: none;
}

/* .ds-product-main-price {
    position: sticky !important;
    top: 165px;
    align-self: flex-start;
    z-index: 9999;
    background: white;
} */


.ds-product-main-price {
    width: 100%;
    background: white;
    z-index: 999;
    padding: 5px 20px;
}


@media (min-width: 992px) {
	.ds-product-main-price {
		margin-left: -10px;
	}
	.ds-product-main-price {
		width: 572px !important;
	}
	
	.ds-product-block.sticky-md-top.ds-module-col {
		top: 220px !important;
	}
}


@media (max-width: 767px) {
	.ds-product-main-price {
		width: 120% !important;
		margin-left: -10%;
		padding-left: 10%;
		padding-top: 15px;
	}
}

.form-check.d-flex.align-items-center{
    padding-left: 1.5rem !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ds-product-main-price {
        width: 100% !important;
        margin-left: 0%;
        padding-left: 8%;
        padding-top: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .ds-product-main-price {
        width: 100% !important;
        margin-left: 0%;
		top: 85px!important;
        padding-left: 8%;
        padding-top: 25px;
    }
}


img.fancybox-image {
	padding: 20px;
    background: white;
}

.ds-product-images-additional .swiper-slide img{
	padding: 5px;
}