@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --cds-blue: #3a69b5;
  --cds-blue-dark: #083a90;
  --cds-blue-soft: #edf4ff;
  --cds-orange: #ff6b1a;
  --cds-orange-dark: #e2580d;
  --cds-ink: #4f5154;
  --cds-text: #5d6577;
  --cds-line: #dfe7f3;
  --cds-surface: #ffffff;
  --cds-surface-alt: #f6f9ff;
  --cds-shadow: none;
  --cds-shadow-soft: none;
  --cds-radius: 8px;
  --cds-radius-sm: 5px;
  --cds-transition: 0.25s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--cds-text);
  background:
    radial-gradient(circle at top left, rgba(11, 77, 184, 0.06), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 22%, #ffffff 100%);
}

body,
p,
.text-muted,
.product-description,
.block-category .category-description,
.facet-label,
.page-content.page-cms ul {
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: var(--cds-blue);
  transition: color var(--cds-transition), opacity var(--cds-transition), transform var(--cds-transition);
}

a:hover,
a:focus {
  color: var(--cds-blue-dark);
  text-decoration: none;
}

.label, label
{
text-align: unset;	
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--cds-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

.container {
  width: min(1440px, calc(100% - 32px));
  max-width: 1440px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  padding-right: 12px;
  padding-left: 12px;
}

#wrapper {
  background: #fff;
}

.card,
.block-category,
#search_filters,
.tabs,
.cart-summary,
.cart-container,
.block_newsletter,
.page-my-account #content,
.addresses-footer,
.login-form,
.register-form,
.forgotten-password,
.contact-form,
.product-right-column > div,
#block-reassurance,
.products-sort-order .dropdown-menu,
.facet-dropdown .dropdown-menu {
  background: var(--cds-surface);
  border: 1px solid rgba(13, 73, 173, 0.09);
  border-radius: var(--cds-radius);
  box-shadow: var(--cds-shadow-soft);
}

.btn,
button,
input[type="submit"] {
  border-radius: var(--cds-radius);
  font-weight: 700;
  transition:
    background-color var(--cds-transition),
    border-color var(--cds-transition),
    color var(--cds-transition),
    box-shadow var(--cds-transition),
    transform var(--cds-transition);
}



.btn-primary,
.btn-secondary,
.btn-tertiary,
.button,
.product-miniature .ajax_add_to_cart_button,
.product-miniature .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  border-color: var(--cds-blue);
  background: var(--cds-blue);
  box-shadow: 0 0 4px 0px #9d9d9d;
  padding: 0 16px;
  font-size: 0.9em;
  line-height: 1.2;
}
.btn-secondary,
#category #left-column #search_filter_controls button
{
	color: var(--cds-surface) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus,
.button:hover,
.button:focus,
.product-miniature .ajax_add_to_cart_button:hover,
.product-miniature .add-to-cart:hover {
  border-color: var(--cds-blue-dark);
  background: var(--cds-blue-dark);
}

.btn-outline-primary,
.btn-unstyle:hover {
  color: var(--cds-blue);
}
img {
	max-width: 100%;
    max-height: max-content;
}
.card-block.category-additional-description {
    padding: 10px;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
  min-height: 40px;
  border: 1px solid var(--cds-line);
  border-radius: 8px;
  color: var(--cds-ink);
  box-shadow: none;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(11, 77, 184, 0.45);
  box-shadow: none;
  outline: none;
}

.header-nav {
  border-bottom: 1px solid rgba(11, 77, 184, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.header-nav .container,
.header-top .container {
  width: min(1440px, calc(100% - 24px));
}

.header-nav .row,
.header-top .row {
  align-items: center;
}

.header-nav a,
.header-nav .text-xs-right,
.header-nav .right-nav {
  color: var(--cds-ink);
  font-size: 13px;
  font-weight: 500;
}

.header-nav a:hover {
  color: var(--cds-blue);
}

.header-top {
  padding: 18px 0 20px;
  background: transparent;
}

#_desktop_logo img,
.header-top .top-logo img {
  max-height: 74px;
  width: auto;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#search_widget {
  flex: 1 1 540px;
  max-width: 640px;
}

#search_widget form {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 56px;
  background: #fff;
  border: 1px solid var(--cds-line);
  border-radius: 14px;
  box-shadow: var(--cds-shadow-soft);
}

#search_widget input[type="text"] {
  min-height: 56px;
  padding: 0 148px 0 54px;
  border: 0;
  font-size: 15px;
}

#search_widget .search {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #8b94a7;
  pointer-events: none;
}

#search_widget .clear {
  right: 130px;
  left: auto;
  color: #b7c0d0;
}

#search_widget button,
#search_widget form::after {
  border-radius: 0;
}

#search_widget form::after {
  content: "Cauta";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0 24px;
  background: linear-gradient(180deg, var(--cds-blue) 0%, var(--cds-blue-dark) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  pointer-events: none;
}

#_desktop_user_info .user-info a,
#_desktop_cart .header,
#_desktop_language_selector .language-selector button,
#_desktop_currency_selector .currency-selector button,
#contact-link a,
.header-nav #_desktop_contact_link a,
.header-nav .block-contact-title,
.header-nav .language-selector,
.header-nav .currency-selector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cds-ink);
  font-weight: 600;
}

#_desktop_user_info .material-icons,
#_desktop_cart .material-icons,
#_desktop_language_selector .material-icons,
#_desktop_currency_selector .material-icons {
  color: var(--cds-ink);
}

#_desktop_cart .blockcart,
#_desktop_user_info .user-info a,
#wishlist_block .header,
.wishlist-header,
.header-top [class*="wishlist"] a {
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
}

#_desktop_cart .blockcart:hover,
#_desktop_user_info .user-info a:hover,
.header-top [class*="wishlist"] a:hover {
  border-color: rgba(11, 77, 184, 0.12);
  background: var(--cds-surface);
}

#_desktop_cart .cart-products-count,
.header-top [class*="wishlist"] .count,
.header-top [class*="favorite"] .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: 2px;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: var(--cds-orange);
  border-radius: 999px;
}

.header-nav + .header-top + .top-menu,
#_desktop_top_menu,
.menu.js-top-menu {
  background: transparent;
}

#_desktop_top_menu {
  margin-top: 4px;
}

#_desktop_top_menu .top-menu[data-depth="0"] {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  overflow-x: auto;
  background: linear-gradient(180deg, var(--cds-blue) 0%, var(--cds-blue-dark) 100%);
  border-radius: 0;
  box-shadow: none;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li {
  flex: 1 0 auto;
  list-style: none;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > a,
#_desktop_top_menu .top-menu[data-depth="0"] > li.current > a {
  background: rgba(255, 255, 255, 0.08);
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:last-child > a {
  background: linear-gradient(180deg, #ff7a1f 0%, var(--cds-orange-dark) 100%);
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:last-child:hover > a {
  background: linear-gradient(180deg, #ff8d3e 0%, var(--cds-orange) 100%);
}

#_desktop_top_menu .popover.sub-menu {
  margin-top: 0;
  border: 1px solid rgba(11, 77, 184, 0.1);
  border-radius: 0 0 18px 18px;
  box-shadow: var(--cds-shadow);
}

.breadcrumb {
  margin: 18px 0 22px;
  padding: 0;
  background: transparent;
}

.breadcrumb li::after {
  color: #9fa9bc;
}

.breadcrumb a,
.breadcrumb span {
  color: #7d879a;
  font-size: 13px;
  font-weight: 600;
}

#main .page-header h1,
#main h1.h1,
.block-category h1 {
  margin-bottom: 8px;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.08;
  font-size: 2em;

}

.page-content,
#product #content {
  position: relative;
  max-width: 100%;
  margin: 0;
}

.block-category,
.tabs,
.cart-container,
.cart-summary,
.page-my-account #content,
.addresses-footer,
.login-form,
.register-form,
.forgotten-password,
.contact-form {
  padding: 28px;
}

.products-section-title,
.featured-products .h2,
.product-accessories .h5 {
  margin-bottom: 22px;
  color: var(--cds-ink);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.12;
  text-transform: none;
}

.featured-products .all-product-link,
.product-accessories .all-product-link {
  color: var(--cds-blue);
  font-size: 16px;
  font-weight: 700;
}

.featured-products .products,
.product-accessories .products,
#products .products {
  margin-bottom: -24px;
}

.featured-products .products > div,
.product-accessories .products > div,
#products .products > div {
  margin-bottom: 24px;
}

.product-miniature .thumbnail-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 73, 173, 0.1);
  border-radius: 8px;
  box-shadow: var(--cds-shadow-soft);
  transition: transform var(--cds-transition), box-shadow var(--cds-transition), border-color var(--cds-transition);
}

.product-miniature:hover .thumbnail-container {
  transform: none;
  border-color: rgba(11, 77, 184, 0.18);
  box-shadow: none;
}

.product-miniature .thumbnail-top {
  padding: 0;
}

.product-miniature .thumbnail.product-thumbnail {
  display: block;
  width: 100%;
  min-height: 220px;
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
  border-radius: 0;
  overflow: hidden;
}

.product-miniature .thumbnail.product-thumbnail picture {
  display: block;
  width: 100%;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
	top: calc(100% - 3rem);
}


.product-miniature .thumbnail.product-thumbnail img {
  width: 100%;
  max-width: 100%;
  max-height: none;
  height: auto;
  transition: transform 0.35s ease;
}



.product-miniature .product-description {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 10px 20px;
  text-align: center;
}

.product-miniature .product-title {
  margin: 1em 0 0 0 !important;
    min-height: calc(1.32em * 3);
    line-height: 1.32;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1rem;
}

.product-miniature .product-title a {
  color: var(--cds-ink);
  display: -webkit-box;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-miniature .product-title a:hover {
  color: var(--cds-blue);
}

.product-miniature .product-price-and-shipping {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
}

.product-miniature .price,
.product-price .current-price-value,
.current-price .price {
  color: var(--cds-orange);
  font-size: 1.2em;
  font-weight: 600;
  
}

.product-miniature .regular-price,
.product-price .regular-price,
.product-line-info .regular-price {
  color: #8d97aa;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 600;
}

.product-miniature .cds-product-miniature-actions {
  margin-top: auto;
  padding-top: 8px;
  width: 100%;
}

.product-miniature .cds-product-miniature-stock {
  margin-top: auto;
 
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.product-miniature .cds-product-miniature-stock.is-instock {
  color: var(--cds-text);
}

.product-miniature .cds-product-miniature-stock.is-outofstock {
  color:var(--cds-ink);
}

.product-miniature .cds-product-miniature-actions form {
  margin: 0;
}

.product-miniature .cds-product-miniature-actions .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  border-color: var(--cds-blue);
  background: var(--cds-blue);
  box-shadow: 0 0 4px 0px #9d9d9d;
  padding: 0 16px;
  font-size: 0.9em;
  line-height: 1.2;
}

.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons
{
	font-size: 1.2em;
    width: 0.2em;
}
.col-md-6.cds-product-related-main
{
	background: var(--cds-surface-alt);
	border-radius: var(--cds-radius);
}
.col-md-6.cds-product-related-side,
.col-md-6.cds-product-related-main
{
	padding: 1em;
	/* border:1px solid #ccc; */
	box-shadow: 3px 5px 6px 0px var(--cds-surface-alt);
}

.col-md-6.cds-product-related-side span.price,
.col-md-6.cds-product-related-main span.price
{
font-size: 1em;	
}



.col-md-6.cds-product-summary-main{
padding: 1em;
    border: 1px solid #ccc;
    border-radius: var(--cds-radius);
}
.product-miniature .cds-product-miniature-actions .add-to-cart:hover,
.product-miniature .cds-product-miniature-actions .add-to-cart:focus {
  border-color: var(--cds-blue-dark);
  background: var(--cds-blue-dark);
  box-shadow: 0 0 4px 0px #9d9d9d;
  transform: none;
}

.product-miniature .product-list-reviews,
.product-miniature .product-list-reviews .grade-stars {
  display: flex;
  justify-content: center;
}

.product-miniature .product-list-reviews {
  width: 100%;
}

.wishlist-button-add {
  left: 0.635rem;
  right: auto;
  position: absolute;
    top: .635rem;
    right: .635rem;
    z-index: 10;
}

.product-miniature .discount-percentage,
.product-miniature .discount-amount,
.product-flags .product-flag.discount,
.product-price .discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: var(--cds-orange) !important;
  border-radius: 4px 0 0 4px;
}

.product-miniature .discount-percentage,
.product-miniature .discount-amount {
  font-size: 12px;
}

.product-flags li.product-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 4px 0 0 4px;
  background: var(--cds-blue) !important;
}

.product-flags .product-flag.new {
  background: #2f7d4f !important;
}

.product-flags .product-flag.pack {
  background: #3a69b5 !important;
}

.product-flags .product-flag.online-only {
  background: #6a4fb3 !important;
}

.product-flags .product-flag.out_of_stock,
.product-flags .product-flag.out-of-stock,
.product-flags .product-flag.unavailable {
  background: #a84a2a !important;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
    border: var(--cds-blue-soft) 1px solid;
    border-radius: 4px;
}
.product-miniature .product-flags li.product-flag{
	margin: 1px 0;
}
.product-flags {
  top: 16px;
  right: 16px;
  display: flex;
  align-items: flex-end !important;
}

.product-flags li {
  margin-right: 8px;
}

.product-flags li:last-child {
  margin-right: 0;
}

.highlighted-informations {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--cds-transition), transform var(--cds-transition);
}

.product-miniature:hover .highlighted-informations {
  opacity: 1;
  transform: translateY(0);
}
.product-cover{
    border: 1px solid rgba(13, 73, 173, 0.09);
}
.quick-view {
  gap: 8px;
  padding: 10px 0;
  color: var(--cds-ink);

}

.product-miniature .highlighted-informations .quick-view:hover{
	color:var(--cds-blue-dark);
	
}
.product-miniature .highlighted-informations .quick-view:focus{
outline: none;
outline-offset: 0;
}
.product-miniature .highlighted-informations{
	text-align: calc(center-2em);
}

#product .product-container {
  margin-bottom: 28px;
  padding: 30px;

}

#product .product-container.js-product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#product .product-container:has(.product-right-column:empty) > .col-md-5 {
  width: 42%;
}

#product .product-container:has(.product-right-column:empty) > .col-md-4 {
  width: 58%;
}

#product .product-container:has(.product-right-column:empty) > .product-right-column {
  display: none;
}

#product .product-container > .col-md-5,
#product .product-container > .col-md-4,
#product .product-container > .col-md-3 {
  margin-bottom: 0;
}

#product .product-information {
  padding-right: 12px;
}

#product .h1 {
  margin-bottom: 12px;
  font-size: clamp(30px, 2.2vw, 44px);
  line-height: 1.12;
}

#product .cds-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 12px;
  margin-top: 1.5em;
}

#product .cds-meta-item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #6b7486;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--cds-text);
}

#product .cds-meta-label {
  color: #7a8395;
}

#product .cds-meta-value,
#product .cds-meta-link {
  
  font-weight: 800;
}

#product .cds-product-review-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

#product .cds-product-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  
  font-size: 14px;
  font-weight: 700;
}

#product .cds-product-review-link::before {
  content: "star";
  font-family: "Material Icons";
  color: #f7a400;
  font-size: 18px;
  line-height: 1;
}

#product .cds-product-review-link-secondary::before {
  content: "edit";
  color: var(--cds-blue);
}

#product .product-prices,
#product .product-description-short {
  max-width: 720px;
}

#product .product-prices {
  margin: 0;
}



#product .product-price .current-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

#product .product-discount {
  margin-bottom: 8px;
}

#product .tax-shipping-delivery-label,
#product .product-unit-price,
#product .product-without-taxes {
  color: #6b7486;
}

#product .product-description-short,
#product .product-description {
  color: var(--cds-text);
}

#product .product-description-short {
  margin-bottom: 18px;
}

#product .product-description-short strong {
  color: var(--cds-ink);
  font-weight: 800;
}

#product .product-description-short ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#product .product-description-short li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}

#product .product-description-short li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--cds-blue);
  border-radius: 50%;
  box-shadow: none;
}

#product .product-variants {
  /*margin-bottom: 18px;*/
}

#product .product-variants > .product-variants-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
 /* margin-bottom: 18px;*/
}

#product .product-variants > .product-variants-item select {
  min-width: 160px;
  width: auto;
  padding-right: 42px;
  font-weight: 700;
  background-color: #fff;
}

#product .product-variants label,
#product .control-label {
  margin-bottom: 0;
  color: var(--cds-ink);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
 
  width: auto;
}

#product .product-add-to-cart {
  margin-top: 12px;
}

#product .product-quantity {
  display: flex;
flex-wrap: wrap;
  align-items: center;
}

#product .qty {
  width: 25%;
  margin:-6px 5px 0 0;
  padding:0;
}

#product .product-quantity .bootstrap-touchspin {
  height: 40px;
}

#product .product-quantity .bootstrap-touchspin .form-control {
  height: 40px;
  min-height: 40px;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
  height: 40px;
}

#product .product-quantity .bootstrap-touchspin .btn-touchspin {
  min-height: 20px;
}

#product .product-quantity input[type="number"],
.cart-grid .js-cart-line-product-quantity {
  min-height: 40px;
  text-align: center;
  font-weight: 700;
}

#product .product-add-to-cart .add {
  width: 73%;
}

#product .product-add-to-cart .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  border-color: var(--cds-orange);
  background: var(--cds-orange);
  box-shadow: 0 0 4px 0px #9d9d9d;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.2;
}

#product .product-add-to-cart .add-to-cart:hover,
#product .product-add-to-cart .add-to-cart:focus {
  border-color: var(--cds-orange-dark);
  background: var(--cds-orange-dark);
  box-shadow: 0 0 4px 0px #9d9d9d;
  transform: none;
}

#product .product-quantity .wishlist-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1 / -1;
}

#product .product-quantity .cds-wishlist-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 18px;
  color: var(--cds-blue);
  background: #fff;
  border: 1px solid rgba(11, 77, 184, 0.16);
  border-radius: 8px;
  box-shadow: var(--cds-shadow-soft);
  white-space: nowrap;
  width: 100%;
  justify-content: center;
	margin-top: 0.5em;
	cursor:pointer;
}
span#product-availability i.material-icons.product-last-items{
	height:unset;
}
section.product-attachments .attachment p {
    line-height: 14px;
}

hr.divider {
    display: block;
    position: relative;
    clear: both;
    padding: 1em 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}
.product_info_right .blockreassurance_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	gap: 10px;
}
.product_info_right .blockreassurance_product div:nth-child(1), .product_info_right .blockreassurance_product div:nth-child(2), .product_info_right .blockreassurance_product div:nth-child(3) {
    flex-basis: calc(33.33% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-left: 1px solid #083a902b;
    padding-left: 10px;
    border-radius: var(--cds-radius);
   align-content: flex-start;
}
.blockreassurance_product p {
    display: block;
	color: var(--cds-text) !important;
	font-size: 14px;
	width: 100%;
}
.blockreassurance_product span.block-title{
	font-weight: 700;
}
.blockreassurance_product .item-product{
	height:unset;
	float:none;
	margin-right:0;
	padding-top:0;
	width:unset;
}
.blockreassurance_product .item-product svg path  {
    fill: var(--cds-blue);
}

#product .product-quantity .cds-wishlist-action-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#product .product-quantity .cds-wishlist-action:hover {
  color: #fff;
  background: var(--cds-blue);
  border-color: var(--cds-blue);
}

#product .product-quantity .cds-wishlist-action:hover .cds-wishlist-action-label {
  color: #fff;
}

#product .product-quantity .cds-wishlist-action .wishlist-button-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  min-width: 0 !important;
  width: auto !important;
  height: auto;
  position: static !important;
  top: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  color: var(--cds-blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition:
    color var(--cds-transition),
    border-color var(--cds-transition),
    background-color var(--cds-transition),
    transform var(--cds-transition);
}

#product .product-quantity .cds-wishlist-action .wishlist-button-add:hover {
  color: inherit;
  background: transparent;
  border-color: transparent;
  transform: none;
}

#product .product-quantity .cds-wishlist-action .wishlist-button-add .material-icons {
  font-size: 24px;
  margin-top: 0;
}

#product .product-quantity .cds-wishlist-action:hover .wishlist-button-add,
#product .product-quantity .cds-wishlist-action:hover .wishlist-button-add .material-icons {
  color: #fff;
}

#product .cds-product-secondary-actions {
  margin-top: 14px;
}

#product .cds-b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  color: var(--cds-blue);
  background: #fff;
  border: 1px solid rgba(11, 77, 184, 0.18);
  box-shadow: none;
}

#product .cds-b2b-btn:hover,
#product .cds-b2b-btn:focus {
  color: #fff;
  background: var(--cds-blue);
  border-color: var(--cds-blue);
}

#product .cds-product-stock-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
 
}

#product .cds-stock-pill,
#product .cds-delivery-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
}

#product .cds-stock-pill.is-instock {
  color: #16833d;
}

#product .cds-stock-pill.is-outofstock {
  color: #c7521a;
}

#product .cds-delivery-pill {
  color: #6b7486;
}

#product #product-availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #16833d;
  font-weight: 700;
}

#product .product-right-column > * {
 
  padding: 15px 10px 15px 15px;
  border-radius: var(--cds-radius);
}

#product .cds-side-card {
  height: 100%;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(13, 73, 173, 0.09);
  border-radius: 8px;
  box-shadow: var(--cds-shadow-soft);
}

#product .cds-side-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--cds-blue);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

#product .cds-side-card-title .material-icons {
  font-size: 28px;
}

#product .cds-side-card-list {
  margin: 0;
  padding-left: 18px;
  color: var(--cds-text);
}

#product .cds-side-card-list li {
  margin-bottom: 10px;
}

#product .cds-side-card-list li:last-child {
  margin-bottom: 0;
}

#product .cds-side-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--cds-blue);
  font-size: 14px;
  font-weight: 800;
}

#product .cds-product-cards-row,
#product .cds-product-cards-row > [class*="col-"] {
  margin-bottom: 16px;
}
.product-pack{
	margin-top:0;
}
#product .cds-product-pack-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}

#product .cds-product-pack-grid > * {
  width: 33.3333%;
  padding-right: 9px;
  padding-left: 9px;
}

#product .product-right-column .blockreassurance_product,
#product .product-right-column .block-reassurance-item {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#product .product-right-column .blockreassurance_product > div,
#product .product-right-column .block-reassurance-item {
  margin-bottom: 18px;
}

#product .product-right-column .blockreassurance_product > div:last-child,
#product .product-right-column .block-reassurance-item:last-child {
  margin-bottom: 0;
}

#product .product-right-column .item-product {
  color: var(--cds-text);
}

#product .product-right-column strong,
#product .product-right-column b,
#product .product-right-column .h6 {
  color: var(--cds-blue);
}

#product .product-discounts {
  margin: 20px 0;
}
.cds-product-price-line{
	margin-bottom: 1em;
	margin-top: 2em;
}
.product-prices div,
p.product-pack-price
{
	margin-bottom:2px;
}
#product .product-discounts .table-product-discounts {
  max-width: 360px;
  margin-bottom: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 73, 173, 0.08);
  border-radius: var(--cds-radius);
  box-shadow: var(--cds-shadow-soft);
}

#product .product-discounts .table-product-discounts th,
#product .product-discounts .table-product-discounts td {
  padding: 12px 12px;
  border-color: rgba(13, 73, 173, 0.08);
}

#product .product-discounts .table-product-discounts th {
  color: var(--cds-ink);
  font-size: 14px;
  font-weight: 800;
  background: #f7faff;
}

#product .product-discounts .table-product-discounts td {
  color: var(--cds-text);
  font-weight: 600;
}



#product .cds-product-summary-grid,
#product .cds-product-related-grid {
  margin-bottom: 28px;
}

#product .cds-product-summary-main,
#product .cds-product-summary-side,
#product .cds-product-related-main,
#product .cds-product-related-side,
#product .cds-product-related-full {
  display: flex;
  flex-direction: column;
}

#product .cds-product-summary-main > section:last-child,
#product .cds-product-summary-side > section:last-child,
#product .cds-product-related-main > section:last-child,
#product .cds-product-related-side > section:last-child,
#product .cds-product-related-full > section:last-child {
  margin-bottom: 0;
}

#product .cds-product-short-description-section > .h3,
#product .cds-product-description-section > .h3,
#product .cds-product-extra-section > .h3,
#product .cds-same-category-section h2,
#product .product-accessories.cds-compact-products-section > .h5,
#product .cds-product-comments-section #product-comments-list-header {
  margin-bottom: 20px;
}
.product-features{
	margin-top: 0;
}
#product .cds-product-short-description-section .product-description,
#product .cds-product-description-section .product-description {
  color: var(--cds-text);
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
	background:none;
}
.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even), .product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even)
{
	background: var(--cds-surface-alt);
}

#product .cds-product-features-section .product-features {
  margin-bottom: 18px;
  border: 1px solid var(--cds-line);   
  border-radius: var(--cds-radius);
  background: #fff;
}


#product .cds-product-features-section .product-features:last-child {
  margin-bottom: 0;
}

#product .cds-product-features-section .product-features .h6 {
  color: var(--cds-ink);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  padding: 18px 0 0 18px;
}

#product .cds-product-features-section .data-sheet {
  margin-bottom: 0;
}

#product .cds-product-features-section .data-sheet dt,
#product .cds-product-features-section .data-sheet dd {
  margin: 0;
  border-top: 1px solid #d7dbe2;
}

#product .cds-product-features-section .data-sheet dd{
  border-left: 1px solid #d7dbe2;
}

#product .cds-product-features-section .data-sheet dt:last-of-type,
#product .cds-product-features-section .data-sheet dd:last-of-type {
  border-bottom: 0;
}

#product .cds-product-related-grid .row {
  display: flex;
  flex-wrap: wrap;
}

#product .cds-product-extra-section .attachment + .attachment {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(13, 73, 173, 0.08);
}

#product .cds-compact-products-section {
  margin-bottom: 28px;
}

#product .cds-compact-products-section > .h5,
#product .cds-same-category-section .products-section-title,
#product .cds-same-category-section .h2 {
  margin-bottom: 16px;
  color: var(--cds-ink);
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
}

#product .cds-same-category-section section,
#product .cds-compact-products-section section {
  margin: 0 !important;
}

#product .cds-same-category-section section > div,
#product .cds-compact-products-section .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

#product .cds-half-products-section .products > [class*="col-"],
#product .cds-half-products-section .js-product.product {
  flex: 0 0 33%;
  width: 33%;
  max-width: 33%;
  padding: 0 6px;
  margin-bottom: 12px;
}

#product .cds-full-products-section .js-product.product {
  flex: 0 0 16.6667%;
  width: 16.6667%;
  max-width: 16.6667%;
  padding: 0 6px;
  margin-bottom: 12px;
}

#product .cds-compact-products-section .product-miniature .thumbnail.product-thumbnail,
#product .cds-same-category-section .product-miniature .thumbnail.product-thumbnail {
  min-height: 150px;
}

#product .cds-compact-products-section .product-miniature .product-title,
#product .cds-same-category-section .product-miniature .product-title {
  min-height: calc(1.28em * 3);
    font-size: 0.9em;
    line-height: 1.28;
	margin-bottom: 1em !important;
}

#product .cds-compact-products-section .product-miniature .product-price-and-shipping .price,
#product .cds-same-category-section .product-miniature .product-price-and-shipping .price {
 font-size: 1em;
}

#product .cds-compact-products-section .product-miniature .regular-price,
#product .cds-same-category-section .product-miniature .regular-price {
  font-size: 13px;
}

#product .cds-compact-products-section .product-miniature .cds-product-miniature-stock,
#product .cds-same-category-section .product-miniature .cds-product-miniature-stock {
  font-size: 12px;
}

#product .cds-compact-products-section .product-miniature .cds-product-miniature-actions .add-to-cart,
#product .cds-same-category-section .product-miniature .cds-product-miniature-actions .add-to-cart {
	min-height: 2.4em;
	padding: 0.3em 1em;
	font-size: 0.8em;
	gap: 6px;
	/* border-color: var(--cds-blue); */
	/* background: var(--cds-blue);	 */
}
#product .cds-compact-products-section .product-miniature .cds-product-miniature-actions .add-to-cart:hover,
#product .cds-same-category-section .product-miniature .cds-product-miniature-actions .add-to-cart:hover
{
	/* border-color: var(--cds-orange-dark); */
    /* background: var(--cds-orange-dark); */
	
}
#product .cds-compact-products-section .product-miniature .cds-product-miniature-actions .add-to-cart .material-icons{
	width: 0em;
    font-size: 1.2em;
}

#product .cds-same-category-section .product-description {
  min-height: 0;
}

#product .cds-product-comments-section #product-comments-list-header {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(13, 73, 173, 0.08);
}

#search_filters .text-uppercase.h6,
.facet .facet-title,
.products-sort-order .select-title,
.products-selection .h6 {
  color: var(--cds-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#search_filters {
  position: sticky;
  top: 24px;
  padding: 22px;
}

.facet {
  padding: 18px 0;
  border-top: 1px solid rgba(13, 73, 173, 0.08);
}

.facet:first-of-type {
  padding-top: 6px;
  border-top: 0;
}

.facet ul {
  margin-bottom: 0;
}

.facet li {
  margin-bottom: 8px;
  list-style: none;
}

.facet-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  color: var(--cds-text);
  font-weight: 600;
}

.facet-label a {
  color: inherit;
}

.facet-label.active,
.facet-label.active a,
.facet-label:hover,
.facet-label:hover a {
  color: var(--cds-blue);
}

.custom-checkbox input,
.custom-radio input {
  accent-color: var(--cds-blue);
}

.products-selection {
  margin-bottom: 18px;
  padding: 16px 20px;
  background: var(--cds-surface);
  border: 1px solid rgba(13, 73, 173, 0.09);
  border-radius: 8px;
  box-shadow: var(--cds-shadow-soft);
}

.products-sort-order .select-title,
.facet-dropdown .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--cds-line);
  border-radius: 12px;
}

.pagination {
  margin-top: 14px;
}

.pagination .page-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.pagination .page-list li {
  list-style: none;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  color: var(--cds-ink);
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--cds-line);
  border-radius: 12px;
}

.pagination .current a,
.pagination .current span,
.pagination a:hover {
  color: #fff;
  background: var(--cds-blue);
  border-color: var(--cds-blue);
}

.cart-grid {
  align-items: flex-start;
}

.cart-container .card-block,
.cart-summary .card-block {
  padding: 0;
}

.cart-container hr.separator {
  margin: 20px 0 24px;
  border-color: rgba(13, 73, 173, 0.1);
}

.cart-grid .product-line-grid {
  padding: 20px 0;
  border-bottom: 1px solid rgba(13, 73, 173, 0.08);
}

.cart-grid .product-line-grid:last-child {
  border-bottom: 0;
}

.cart-grid .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(13, 73, 173, 0.08);
  border-radius: 16px;
}

.cart-grid .product-image img {
  max-height: 120px;
  width: auto;
}

.cart-grid .product-line-info > .label,
.cart-grid .product-line-info a.label {
  color: var(--cds-ink);
  font-size: 18px;
  font-weight: 800;
}

.cart-grid .product-price strong,
.cart-grid .product-line-info .price {
  color: var(--cds-orange);
}

.cart-grid-right .cart-summary {
  position: sticky;
  top: 24px;
}

.cart-grid-right .cart-summary .cart-summary-line,
.cart-grid-right .cart-summary .separator {
  border-color: rgba(13, 73, 173, 0.08);
}

.cart-grid-right .cart-summary .label,
.cart-grid-right .cart-summary .value {
  color: var(--cds-ink);
}

.cart-grid-right .cart-summary .cart-total .value {
  color: var(--cds-orange);
  font-size: 34px;
  font-weight: 800;
}

.cart-grid-right .checkout .btn-primary,
.cart-grid-right .cart-detailed-actions .btn-primary,
.cart-grid-right [href*="order"] .btn-primary {
    gap: 8px;
    width: 100%;
    min-height: 44px;
    border-color: var(--cds-orange);
    background: var(--cds-orange);
    box-shadow: 0 0 4px 0px #9d9d9d;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.2;
}
.cart-grid-right .cart-detailed-actions .btn-primary:hover
{
	background: var(--cds-orange-dark);
}

.cart-grid .label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
}

#block-reassurance,
.blockreassurance_product {
  margin-top: 18px;
}

#block-reassurance ul,
.blockreassurance_product ul {
  margin: 0;
  padding: 0;
}

#block-reassurance li,
.blockreassurance_product li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  list-style: none;
}

#block-reassurance li:last-child,
.blockreassurance_product li:last-child {
  margin-bottom: 0;
}

.footer-container {
  margin-top: 40px;
  padding-top: 34px;
  color: #dbe6ff;
  background:
    linear-gradient(180deg, rgba(5, 35, 89, 0.98) 0%, rgba(3, 23, 59, 1) 100%);
}

.footer-container a,
.footer-container .h3,
.footer-container .h4,
.footer-container .block_newsletter form p,
.footer-container .links .h3 {
  color: #fff;
}

.footer-container a:hover {
  color: #9ec2ff;
}

.footer-container .row + .row {
  margin-top: 12px;
}

.footer-container .block_newsletter {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.footer-container p {
  color: rgba(255, 255, 255, 0.78);
}

.page-content.page-cms,
.page-authentication #content,
.page-customer-account #content {
  padding: 28px;
}

.alert {
  border: 0;
  border-radius: 14px;
}

.alert-success {
  color: #0e5f33;
  background: #e8fbef;
}

.alert-warning {
  color: #965d08;
  background: #fff3da;
}

.alert-danger {
  color: #8d2433;
  background: #ffe9ec;
}

@media (max-width: 1199px) {
  .header-top-right {
    gap: 12px;
  }

  #search_widget {
    flex-basis: 100%;
    order: 3;
    max-width: none;
  }

  #product .product-container {
    padding: 22px;
  }

  #product .cds-half-products-section .products > [class*="col-"],
  #product .cds-half-products-section .js-product.product {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  #product .cds-full-products-section .js-product.product {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .page-category #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-products-new #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-prices-drop #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-best-sales #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-search #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-manufacturer #wrapper .container:has(#left-column) #js-product-list .products .js-product.product,
  .page-supplier #wrapper .container:has(#left-column) #js-product-list .products .js-product.product {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .page-category #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-products-new #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-prices-drop #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-best-sales #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-search #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-manufacturer #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product,
  .page-supplier #wrapper .container:not(:has(#left-column)) #js-product-list .products .js-product.product {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
	padding: 0;
  }

  .block-category,
  .featured-products,
  .product-accessories,
  .tabs,
  .cart-container,
  .cart-summary,
  .page-my-account #content,
  .login-form,
  .register-form,
  .forgotten-password,
  .contact-form {
    padding: 22px;
  }

  .header-top {
    padding: 14px 0 16px;
  }

  .header-top-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #product .product-container:has(.product-right-column:empty) > .col-md-5,
  #product .product-container:has(.product-right-column:empty) > .col-md-4 {
    width: 100%;
  }

  #product .product-quantity {
    grid-template-columns: 112px minmax(220px, 1fr);
  }

  #product .cds-side-card {
    padding: 20px 22px;
  }

  #product .cds-half-products-section .products > [class*="col-"],
  #product .cds-half-products-section .js-product.product {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  #product .cds-full-products-section .js-product.product {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  #search_filters {
    position: static;
    margin-bottom: 20px;
  }

  .cart-grid-right .cart-summary {
    position: static;
  }
}

@media (max-width: 767px) {
	#category #left-column #search_filters_wrapper {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.product_info_right .blockreassurance_product {
   
    flex-direction: column;
}

  #product .cds-product-short-description-section,
  #product .cds-product-description-section,
  #product .cds-product-features-section,
  #product .cds-product-extra-section,
  #product .cds-same-category-section,
  #product .product-accessories.cds-compact-products-section,
  #product .cds-product-comments-section {
    padding: 18px;
  }

  #product .cds-product-summary-main,
  #product .cds-product-summary-side,
  #product .cds-product-related-main,
  #product .cds-product-related-side,
  #product .cds-product-related-full {
    display: block;
  }

  #product .cds-product-summary-main,
  #product .cds-product-related-main {
    margin-bottom: 22px;
  }

  #product .cds-half-products-section .products > [class*="col-"],
  #product .cds-half-products-section .js-product.product,
  #product .cds-full-products-section .js-product.product {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  #product .product-container.js-product-container {
    display: block;
  }

  #product .product-container > .col-md-5,
  #product .product-container > .col-md-4,
  #product .product-container > .col-md-3 {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  #product .images-container,
  #product .product-cover,
  #product .js-qv-mask {
    width: 100%;
    max-width: 100%;
  }

  #product .product-cover {
    overflow: hidden;
  }

  #product .product-cover img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  body,
  p,
  .product-description,
  .facet-label {
    font-size: 14px;
  }
.row.cds-product-pack-row{
	margin:0;
}
#wrapper .breadcrumb{
	padding: 0 10px;
}
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 10px;
    padding-left: 15px;
  }

  .block-category,
  .featured-products,
  .product-accessories,
  .tabs,
  .cart-container,
  .cart-summary,
  .page-my-account #content,
  .page-authentication #content,
  .login-form,
  .register-form,
  .forgotten-password,
  .contact-form {
    padding: 18px;
    border-radius: 8px;
  }

  #main .page-header h1,
  #main h1.h1,
  .block-category h1,
  #product .h1 {
    font-size: 30px;
  }

  #search_widget input[type="text"] {
    padding-right: 118px;
    font-size: 14px;
  }

  #search_widget form::after {
    min-width: 98px;
    padding: 0 16px;
    font-size: 14px;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > a {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .product-miniature .thumbnail.product-thumbnail {
    min-height: 180px;
  }

  .product-miniature .price,
  .product-price .current-price-value,
  .current-price .price,
  .cart-grid-right .cart-summary .cart-total .value {
    font-size: 26px;
  }

  #product .product-quantity {
    display: flex;

	flex-wrap: wrap;
  }

  

  #product .product-quantity .wishlist-button,
  #product .product-quantity .wishlist-button-add,
  #product .product-quantity .cds-wishlist-action {
    width: 100%;
  }
  

  #product .cds-product-pack-grid > * {
    width: 100%;
  }

  #product .cds-product-meta,
  #product .cds-product-review-bar,
  #product .cds-product-stock-line {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  #product .cds-half-products-section .products > [class*="col-"],
  #product .cds-half-products-section .js-product.product,
  #product .cds-full-products-section .js-product.product {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.block-category{
	min-height:unset;
}

.cds-special-offers {
    background: #ff4b00;
}
.cds-special-offers:hover {
    background: #ff6b1a;
}
li.mm_menus_li.mm_sub_align_full.hover:hover{
	background:var(--cds-blue-dark);
}
.cds-header-favorites .material-icons {
    font-size: 34px;
}
.cds-header-favorites >em {
	background:var(--cds-blue-dark);
	color: #fff;
    border-radius:100%;
	text-align: center;
	min-width: 1.6em;
	height: 1.6em;
	display: inline-block;
	margin-left:3px;	
}
.elementor-cart__main .elementor-cart__footer-buttons div>a.elementor-button:hover{
	background: var(--cds-blue-dark);
}
.elementor-cart__main .elementor-cart__footer-buttons div>a.elementor-button
{
	background: var(--cds-blue);
}
.elementor-cart__main .elementor-cart__footer-buttons span.elementor-button-text
{
	color: var(--cds-surface);
}
.cds-header-cart span.elementor-button-text
{
	font-weight: 700;
	color: var(--cds-ink);
}
.ets_mm_megamenu{
	background:var(--cds-blue);
}
.ets_mm_megamenu ul.mm_menus_ul>li>a{
	color: var(--cds-surface) !important;
}
#header a:hover {
	color: var(--cds-blue-dark);
}
.elementor-cart__product-price{
	color: var(--cds-blue-dark);
	font-weight: 500;
}
/*****mobile header*/
.cds-mobile-megamenu-mobile .ets_mm_megamenu .container{
	background-color:unset;
}
.cds-mobile-search input[type="search"]{
	min-height: 1em;
}
.cds-mobile-megamenu-mobile .mm_menus_ul
{
	background:var(--cds-blue);
	
}

.cds-native-card-business .elementor-icon-box-title,
.cds-native-card-business .elementor-icon-box-description {
  color: #fff !important;
}
.cds-native-hero-side img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.cds-native-retail-products .products,
.cds-native-recommended-products .products {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cds-native-hero-side:first-child { display: none; }
  .cds-native-hero-side img { min-height: 240px; }
}
.cards_uls {
	text-align:right;
	display: block;
	margin-top: 1em;
	font-size: small;
}

.inline-links a{
	display:inline-block !important;
	width: unset !important;
}

.page-content.page-cms-4,
.page-content.page-cms-8,
.page-content.page-cms-12,
.page-content.page-cms-5
{
padding: 0rem 1.25rem 1.25rem 1.25rem;
}
#wrapper{
	padding:0;
}

.cds-b2b-v2-benefits .elementor-row .elementor-column {
    position: relative;
}

.cds-b2b-v2-benefits .elementor-row .elementor-column:not(:last-child)::after
 {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background: #d9d9d9;
}
.automatizari_ce_include .elementor-row .elementor-inner-column,
.despre_noi_ce_oferim .elementor-row .elementor-inner-column
{
    box-shadow: 0 0 3px 0px #d7d7d7;
    margin: 5px 5px 5px 5px;
    border-radius: var(--cds-radius);
}

.cds-b2b-audienta  .elementor-row .elementor-inner-column
{
    box-shadow: 0 0 4px 0px #9d9d9d;
    margin: 5px 5px 5px 5px;
	border-radius: var(--cds-radius);
}
.cds-b2b-prod-serv-col,
.cds-b2b-prod-col
{
	border-radius: var(--cds-radius);
	border:1px solid #ccc;
	margin:5px;
	
	
}
.cds-b2b-prod-serv-col{
	background:var(--cds-blue-dark);
	color:#FFF;
}
.cds-b2b-prod-serv-col .linie{
	background:var(--cds-blue-soft);
	margin:5px 0;
}
.cds-b2b-prod-col{
	background:var(--cds-blue-light);
}
.page-content.page-cms ul, p{
	color: unset;
}

.cds-b2b-v2-step-number .elementor-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3A69B5;
  color: #fff !important;
}

.cum-decurge .elementor-row .elementor-inner-column
{
 box-shadow: 0 0 4px 0px #9d9d9d;
    margin: 5px 5px 5px 5px;
	border-radius: var(--cds-radius);
}
.devii-partener .elementor-row .elementor-inner-column{
	box-shadow: 0 0 4px 0px #9d9d9d;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
	border-radius: var(--cds-radius);
}
.devii-partener .elementor-row .elementor-inner-column:not(:last-child)
{
	 margin-right: 50px;
}
.devii-partener .elementor-inner-section .elementor-row {
    overflow: visible;
}

.devii-partener .elementor-row > .elementor-inner-column {
    position: relative;
}

.devii-partener
.elementor-row > .elementor-inner-column:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translate(50%, -50%);

    color: #c5cbd3;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;

    z-index: 10;
    pointer-events: none;
}
@media (max-width: 1024px) {
	.devii-partener .elementor-row .elementor-inner-column{
	box-shadow: 0 0 4px 0px #9d9d9d;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px !important;
	}
	.devii-partener .elementor-row .elementor-inner-column:not(:last-child)
{
	 margin-bottom: 50px;
}

    .devii-partener
    .elementor-row > .elementor-inner-column:not(:last-child)::after {
        content: "\2193";
        top: auto;
        right: 50%;
        bottom: -40px;
        transform: translateX(50%);

        font-size: 32px;
    }
}

/* =========================================================
   CDS Solutions - Authentication page
   Add this block at the END of:
   /themes/child_classic/assets/css/custom.css
   ========================================================= */

.page-authentication #main .page-header {
  margin-bottom: 6px;
}

.page-authentication #main .page-header h1 {
  margin-bottom: 0;
  color: var(--cds-ink, #4f5154);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.page-authentication #content.cds-auth-page {
  max-width: none;
  margin: 0;
  padding: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cds-auth-intro {
  margin: 0 0 24px;
  color: var(--cds-text, #5d6577);
  font-size: 14px;
  line-height: 1.55;
}

.cds-auth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.cds-auth-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 525px;
  padding: 28px 26px 24px;
  background: #fff;
  border: 1px solid var(--cds-line, #dfe7f3);
  border-radius: 6px;
  box-shadow: none;
}

.cds-auth-card--business {
  background: linear-gradient(135deg, #fff 0%, var(--cds-blue-soft, #edf4ff) 100%);
  border-color: #9bc2f5;
}

.cds-auth-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.cds-auth-card-heading {
  flex: 1 1 auto;
  min-width: 0;
}

.cds-auth-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cds-auth-card-header h2 {
  margin: 0 0 5px;
  color: #252b36;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.cds-auth-card--business .cds-auth-card-header h2 {
  color: var(--cds-blue-dark, #083a90);
}

.cds-auth-card-header p {
  margin: 0;
  color: var(--cds-text, #5d6577);
  font-size: 14px;
  line-height: 1.5;
}

.cds-auth-card-icon {
  display: inline-flex;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #0757d6;
}

.cds-auth-card-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cds-auth-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 24px;
  padding: 3px 12px;
  color: var(--cds-blue-dark, #083a90);
  background: #dbeaff;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* Native login form, restyled for this page only */
.cds-login-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
}

.cds-login-fields {
  display: block;
}

.cds-form-field {
  margin: 0 0 20px;
}

.cds-form-field label {
  display: block;
  margin: 0 0 8px;
  color: #252b36;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.cds-form-field .form-control {
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 15px;
  color: var(--cds-ink, #4f5154);
  background: #fff;
  border: 1px solid var(--cds-line, #dfe7f3);
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
}

.cds-form-field .form-control::placeholder {
  color: #8a94a7;
  opacity: 1;
}

.cds-form-field .form-control:focus {
  border-color: var(--cds-blue, #3a69b5);
  box-shadow: none;
  outline: none;
}

.cds-form-field.has-error .form-control,
.cds-form-field.has-error .cds-password-group {
  border-color: #d9534f;
}

.cds-form-field .help-block,
.cds-form-field .alert,
.cds-form-field ul {
  margin: 7px 0 0;
  padding: 0;
  color: #b83a3a;
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
}

.cds-password-group {
  display: flex;
  width: 100%;
  height: 48px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--cds-line, #dfe7f3);
  border-radius: 4px;
}

.cds-password-group.focus {
  border-color: var(--cds-blue, #3a69b5);
}

.cds-password-group .form-control {
  flex: 1 1 auto;
  height: 46px;
  min-height: 46px;
  border: 0;
  border-radius: 0;
}

.cds-password-group .input-group-btn {
  display: flex;
  flex: 0 0 46px;
  width: 46px;
}

.cds-password-toggle,
.cds-password-toggle:hover,
.cds-password-toggle:focus,
.cds-password-toggle:active {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  outline: 0;
}

.cds-password-toggle::before {
  content: "visibility";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #303744;
  font-family: "Material Icons";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.cds-forgot-password {
  margin: -3px 0 0;
  text-align: right;
}

.cds-forgot-password a {
  color: #0757d6;
  font-size: 13px;
  font-weight: 600;
}

.cds-login-footer {
  margin-top: auto;
  padding: 28px 0 0;
  text-align: left;
}

.cds-auth-login-hook:empty {
  display: none;
}

.cds-auth-login-hook:not(:empty) {
  margin-top: 18px;
}

/* Account benefits */
.cds-auth-benefits,
.cds-auth-business-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cds-auth-benefits {
  display: grid;
  gap: 24px;
  margin: 4px 0 28px;
}

.cds-auth-benefits li,
.cds-auth-business-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.cds-auth-benefits li > span:last-child {
  padding-top: 4px;
  color: #3d4655;
  font-size: 15px;
  line-height: 1.65;
}

.cds-auth-benefit-icon {
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #0757d6;
}

.cds-auth-benefit-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cds-auth-card--new > .cds-auth-button {
  margin-top: auto;
}

.cds-auth-business-benefits {
  display: grid;
  gap: 20px;
  margin: 0 0 22px;
}

.cds-auth-business-benefits strong,
.cds-auth-business-benefits span {
  display: block;
}

.cds-auth-business-benefits strong {
  margin-bottom: 3px;
  color: #0757d6;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.cds-auth-business-benefits div > span {
  color: #3d4655;
  font-size: 14px;
  line-height: 1.45;
}

.cds-auth-business-action {
  margin-top: auto;
}

/* All 3 CTA buttons: exactly 43px, flat style */
.cds-auth-button,
.cds-auth-button.btn {
  display: inline-flex;
  width: 100%;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: none !important;
  background-image: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.cds-auth-button svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cds-auth-button--blue,
.cds-auth-button--blue:hover,
.cds-auth-button--blue:focus {
  color: #fff;
  border: 1px solid var(--cds-blue, #3a69b5);
  background-color: var(--cds-blue, #3a69b5);
}

.cds-auth-button--blue:hover,
.cds-auth-button--blue:focus {
  border-color: var(--cds-blue-dark, #083a90);
  background-color: var(--cds-blue-dark, #083a90);
}

.cds-auth-button--orange,
.cds-auth-button--orange:hover,
.cds-auth-button--orange:focus {
  color: #fff;
  border: 1px solid var(--cds-orange, #ff6b1a);
  background-color: var(--cds-orange, #ff6b1a);
}

.cds-auth-button--orange:hover,
.cds-auth-button--orange:focus {
  border-color: var(--cds-orange-dark, #e2580d);
  background-color: var(--cds-orange-dark, #e2580d);
}

.cds-auth-button--outline,
.cds-auth-button--outline:hover,
.cds-auth-button--outline:focus {
  color: #0757d6;
  border: 1px solid #0757d6;
  background-color: #fff;
}

.cds-auth-button--outline:hover,
.cds-auth-button--outline:focus {
  color: #fff;
  border-color: #0757d6;
  background-color: #0757d6;
}

.cds-auth-approval {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #4c5565;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.cds-auth-approval svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #0757d6;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Reassurance strip */
.cds-auth-reassurance {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
  padding: 24px 0 8px;
  border-top: 1px solid var(--cds-line, #dfe7f3);
}

.cds-auth-reassurance-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid var(--cds-line, #dfe7f3);
}

.cds-auth-reassurance-item:first-child {
  padding-left: 0;
}

.cds-auth-reassurance-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.cds-auth-reassurance-icon {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #0757d6;
}

.cds-auth-reassurance-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cds-auth-reassurance-item strong,
.cds-auth-reassurance-item span {
  display: block;
}

.cds-auth-reassurance-item strong {
  margin-bottom: 3px;
  color: #252b36;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.cds-auth-reassurance-item div > span {
  color: var(--cds-text, #5d6577);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .cds-auth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cds-auth-card--business {
    grid-column: 1 / -1;
  }

  .cds-auth-reassurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 22px;
  }

  .cds-auth-reassurance-item:nth-child(3),
  .cds-auth-reassurance-item:last-child {
    border-right: 0;
  }

  .cds-auth-reassurance-item:nth-child(4) {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .page-authentication #main .page-header,
  .page-authentication #content.cds-auth-page {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .cds-auth-grid {
    grid-template-columns: 1fr;
  }

  .cds-auth-card--business {
    grid-column: auto;
  }

  .cds-auth-card {
    min-height: 0;
  }

  .cds-auth-card--new > .cds-auth-button,
  .cds-auth-business-action,
  .cds-login-footer {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .page-authentication #main .page-header h1 {
    font-size: 28px;
  }

  .cds-auth-intro {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .cds-auth-grid {
    gap: 16px;
  }

  .cds-auth-card {
    padding: 22px 18px 20px;
  }

  .cds-auth-card-header {
    gap: 12px;
    margin-bottom: 22px;
  }

  .cds-auth-card-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .cds-auth-card-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .cds-auth-card-icon svg {
    width: 38px;
    height: 38px;
  }

  .cds-auth-benefits {
    gap: 19px;
  }

  .cds-auth-reassurance {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding-top: 20px;
  }

  .cds-auth-reassurance-item,
  .cds-auth-reassurance-item:first-child,
  .cds-auth-reassurance-item:nth-child(4),
  .cds-auth-reassurance-item:last-child {
    padding: 0 14px;
    border-right: 1px solid var(--cds-line, #dfe7f3);
  }

  .cds-auth-reassurance-item:nth-child(odd) {
    padding-left: 0;
  }

  .cds-auth-reassurance-item:nth-child(even),
  .cds-auth-reassurance-item:last-child {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 479px) {
  .cds-auth-reassurance {
    grid-template-columns: 1fr;
  }

  .cds-auth-reassurance-item,
  .cds-auth-reassurance-item:first-child,
  .cds-auth-reassurance-item:nth-child(4),
  .cds-auth-reassurance-item:last-child,
  .cds-auth-reassurance-item:nth-child(odd),
  .cds-auth-reassurance-item:nth-child(even) {
    padding: 0;
    border-right: 0;
  }
}
/* =========================================================
   Authentication page fixes
   Append at the END of custom.css
   ========================================================= */

/* Card 3: long title + badge alignment */
.page-authentication .cds-auth-card--business .cds-auth-card-title-row {
  align-items: flex-start;
}

.page-authentication .cds-auth-card--business .cds-auth-card-title-row h2 {
  padding-right: 8px;
}

/* The business CTA was removed; keep the approval note aligned at the bottom. */
.page-authentication .cds-auth-business-action .cds-auth-approval {
  margin-top: 0;
}

/*
 * Password visibility control.
 * Uses an embedded SVG, so it does not depend on the Material Icons font.
 * PrestaShop may replace the button text with Show/Hide through JavaScript;
 * text-indent keeps that text hidden while preserving the native behavior.
 */
.page-authentication .cds-password-group .input-group-btn {
  display: flex;
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px;
}

.page-authentication .cds-password-group .input-group-btn > .cds-password-toggle,
.page-authentication .cds-password-group .input-group-btn > .cds-password-toggle:hover,
.page-authentication .cds-password-group .input-group-btn > .cds-password-toggle:focus,
.page-authentication .cds-password-group .input-group-btn > .cds-password-toggle:active {
  display: block !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: transparent !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23303744' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  text-transform: none !important;
  outline: 0 !important;
}

.page-authentication .cds-password-toggle::before {
  content: none !important;
  display: none !important;
}

#product-availability .product-available,
#product-availability .product-unavailable
{
	
	margin-bottom: 0.6em;
}

#product .cds-product-secondary-actions {
  margin-top: 14px;
}

#product .cds-mailalert-tabs,
#product .cds-mailalert {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left !important;
}

#product .cds-mailalert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#product .cds-b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  color: var(--cds-blue);
  background: #fff;
  border: 1px solid rgba(11, 77, 184, 0.18);
  box-shadow: none;
}

#product .cds-mailalert__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  margin-top: 0 !important;
  color: var(--cds-blue);
  background: #fff;
  border: 1px solid rgba(11, 77, 184, 0.18);
  box-shadow: none;
}

#product .cds-b2b-btn:hover,
#product .cds-b2b-btn:focus,
#product .cds-mailalert__button:hover,
#product .cds-mailalert__button:focus {
  color: #fff;
  background: var(--cds-blue);
  border-color: var(--cds-blue);
}

section.product-attachments {
    margin: 1em 0;
}
@media (min-width: 479px) {
	.contact_mobile_menu{
		display:none;
	}
}


.contact_mobile_menu>.contact-us  a{
	font-weight:500;
	color: var(--cds-surface) !important;
}
.contact_mobile_menu{
	color: var(--cds-surface);
	padding: 1em;
}


/* ps_categorytree - toate categoriile deschise pe desktop */
@media (min-width: 768px) {
  .block-categories .category-sub-menu .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  .block-categories .category-sub-menu .collapsing {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .block-categories .category-sub-menu .collapse-icons {
    display: none !important;
  }
}


.facet-dropdown .dropdown-menu{
	max-height: 500px;
    overflow: auto;
}
/* =========================================================
   CDS - Modal imagini produs
   Inlocuieste complet CSS-ul anterior pentru #product-modal
   ========================================================= */

/* Dimensiunea generala a modalului */
#product-modal .modal-dialog {
  width: calc(100vw - 48px);
  max-width: 1280px;
  margin: 24px auto;
}

#product-modal .modal-content {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.22);
}

/* Structura reala: imagine + thumbnails */
#product-modal .modal-content .modal-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 18px;
  align-items: start;
  margin-left: 0 !important;
  padding: 18px !important;
}

/* Zona imaginii principale */
#product-modal .modal-body > figure {
  min-width: 0;
  width: 100%;
  margin: 0 !important;
  background: #fff;
}

#product-modal .modal-body > figure > picture {
  display: block;
  width: 100%;
}

#product-modal .product-cover-modal {
  display: block;
  width: 100% !important;
  height: clamp(520px, calc(100vh - 190px), 820px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

/* Textul de sub imagine */
#product-modal .image-caption {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0;
  padding: 14px 18px !important;
  color: #303744;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border-top: 1px solid #e8edf3 !important;
}

#product-modal .image-caption p {
  margin: 0;
}

/* Coloana de thumbnails */
#product-modal #thumbnails {
  position: relative;
  width: 112px;
  min-width: 0;
  margin: 0;
}

#product-modal #thumbnails .mask {
  position: relative;
  max-height: clamp(520px, calc(100vh - 190px), 820px);
  margin-top: 0 !important;
  padding-right: 4px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* Lista verticala */
#product-modal #thumbnails .product-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

#product-modal #thumbnails .thumb-container {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

#product-modal #thumbnails picture {
  display: block;
  width: 100%;
}

/* Fiecare thumbnail */
#product-modal #thumbnails .thumb {
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  height: 100px !important;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  object-fit: contain;
  background: #fff;
  border: 1px solid #dfe5ec !important;
  border-radius: 6px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#product-modal #thumbnails .thumb:hover {
  border-color: #8baedf !important;
  box-shadow: 0 2px 8px rgba(4, 93, 210, 0.12);
}

#product-modal #thumbnails .thumb.selected {
  border: 2px solid #045dd2 !important;
}

/* Folosim scroll, nu sagetile originale */
#product-modal .modal-body .arrows {
  display: none !important;
}

/* Scrollbar discreta */
#product-modal #thumbnails .mask::-webkit-scrollbar {
  width: 5px;
}

#product-modal #thumbnails .mask::-webkit-scrollbar-thumb {
  background: #c7d2e1;
  border-radius: 10px;
}

/* =========================================================
   Tableta si mobil
   ========================================================= */

@media (max-width: 991px) {
  #product-modal .modal-dialog {
    width: calc(100vw - 20px);
    margin: 10px auto;
  }

  #product-modal .modal-content .modal-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    padding: 12px !important;
  }

  #product-modal .product-cover-modal {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 68vh !important;
  }

  /* Thumbnails sub imagine, pe orizontala */
  #product-modal #thumbnails {
    width: 100%;
  }

  #product-modal #thumbnails .mask {
    width: 100%;
    max-height: none;
    padding: 0 0 6px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #product-modal #thumbnails .product-images {
    flex-direction: row;
    gap: 8px;
    width: max-content;
  }

  #product-modal #thumbnails .thumb-container {
    flex: 0 0 76px;
    width: 76px;
  }

  #product-modal #thumbnails .thumb {
    width: 76px !important;
    height: 76px !important;
  }

  #product-modal .image-caption {
    padding: 12px 4px 4px !important;
  }
}

iframe {
    margin: 1em auto;
    max-width: 100%;
    display: block;
}
.product-description img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
