/*
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}


a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ 
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}

input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
*/

/*//////////////////////////////////////////////////////////////////
[ CSS Custom Properties ]*/

:root {
  --brand-primary: #35bceb;
  --brand-dark: #222222;
  --text-muted: #999999;
  --border-color: #e0e0e0;
  --success: #90d942;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  /*background: #c4d3f6;*/

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  /*width: 960px;*/
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: var(--brand-primary);
  font-weight: 900;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

.cell a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

.cell a:focus {
	outline: none !important;
}

.cell a:hover {
	text-decoration: none;
}


@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row .cell {
  /*font-family: Poppins-Regular;*/
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row .price {
  font-weight: 700;
  font-size: 1.3em;
  color: var(--brand-primary);
}
.row .color-green {
  background: #c5eff7;
}
.row .large-font {
  font-size: 1.3em;
}
.row .large-font2 {
  font-size: 1.3em;
}

.row.header .cell {
  /*font-family: Poppins-Regular;*/
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.row .cell:nth-child(1) {
  width: 360px;
  padding-left: 40px;
  border-left: 1px solid #f2f2f2;
}

.row .cell:nth-child(2) {
  width: 160px;
}

.row .cell:nth-child(3) {
  width: 250px;
}

.row .cell:nth-child(4) {
  width: 190px;
}


.table, .row {
  width: 100% !important;
}

.row:not([class*='header']):hover {
  background-color: #e8f7ff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}

.banner-text {
  position: relative;
  padding: 20px;
}

.special-offer {
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #ffd700; 
  color: #000; 
  font-size: 0.9em; 
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Небольшая тень для выделения */
}

.dropdown-popup li a:hover {
    font-weight:600;
	color: var(--brand-primary);
}

.header1-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  width: 100%;
  gap: 16px; 
}

.header1-item {
  flex: 0 1 auto;
  text-align: center;
}


@media (max-width: 768px) {
  .header1-wrapper {
    flex-direction: column; 
    align-items: stretch;
  }
  
  .header1-item {
    width: 100%; 
  }
}

/*//////////////////////////////////////////////////////////////////
[ Lead Capture — checkout email gate ]*/

/* Wrapper: centered column, removes the generic shopping-cart margin */
.lead-capture {
  max-width: 520px;
  margin: 40px auto;
}

/* Override generic-cols margin that .shopping-cart normally inherits */
.shopping-cart.lead-capture {
  margin-top: 40px;
}

/* Form card: white background, top accent strip in brand blue, subtle shadow */
.lead-capture .extras-form.promo-code {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: 4px solid var(--brand-primary);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
}

/* Heading: lock icon in brand blue, no uppercase (override site default h2) */
.lead-capture .extras-form h2 {
  color: #222222;
  text-transform: none;
  font-size: 1.4em;
}

.lead-capture .extras-form h2 .fa-lock {
  color: var(--brand-primary);
  margin-right: 6px;
}

/* Email input: taller, border-radius, smooth focus glow */
.lead-capture .extras-form .input input {
  height: 50px;
  font-size: 1.15em;
  padding: 0 14px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  outline: none;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.lead-capture .extras-form .input input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(53, 188, 235, 0.18);
}

.lead-capture .extras-form .input input::placeholder {
  color: #bbbbbb;
}

/* Submit button: full-width, rounded, override float from .cart-controls .checkout */
.lead-capture .cart-controls {
  margin-top: 2px;
}

.lead-capture .cart-controls .checkout {
  float: none;
  display: block;
  width: 100%;
  min-width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
}

/* Order summary card: sits flush below form card, no gap */
.lead-capture .cart-total {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 0 20px;
  margin-bottom: 0;
}

.lead-capture .cart-total .subtotal {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.lead-capture .cart-total .subtotal:last-of-type {
  border-bottom: none;
}

/* Prevent long product titles from overflowing the price span */
.lead-capture .cart-total em {
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mobile: remove auto margins, add side padding instead */
@media (max-width: 600px) {
  .lead-capture {
    margin: 20px 15px;
    max-width: 100%;
  }

  .lead-capture .cart-total em {
    max-width: 180px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Checkout — Progress Stepper ]*/

.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 20px;
  max-width: 520px;
  padding: 0 10px;
}

.checkout-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 60px;
}

.checkout-steps .step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  background: #fff;
  color: #bbb;
  font-size: 0.95em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.checkout-steps .step-label {
  font-size: 0.72em;
  color: #bbb;
  white-space: nowrap;
  font-weight: 500;
  transition: color 0.2s;
}

.checkout-steps .step.active .step-num {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.checkout-steps .step.active .step-label {
  color: var(--brand-primary);
  font-weight: 700;
}

.checkout-steps .step.done .step-num {
  background: var(--success);
  border-color: var(--success);
  color: #fff;
}

.checkout-steps .step.done .step-label {
  color: var(--success);
}

.checkout-steps .step-sep {
  flex: 1;
  height: 2px;
  background: var(--border-color);
  margin: 0 4px;
  margin-bottom: 22px;
}

@media (max-width: 400px) {
  .checkout-steps .step-label { display: none; }
  .checkout-steps .step { min-width: 40px; }
}

/*//////////////////////////////////////////////////////////////////
[ Trust Line — product page ]*/

.trust-line {
  margin: 12px 0 4px;
  padding: 10px 0 2px;
  border-top: 1px solid var(--border-color);
  font-size: 0.82em;
  color: #777;
  text-align: center;
}

.trust-line i {
  display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Sticky Add-to-Cart — mobile ]*/

.pc-sticky-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--border-color);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.12);
}

.pc-sticky-btn a {
  display: block;
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  .pc-sticky-btn.visible {
    display: block;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Toast Notification ]*/

.pc-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background: var(--brand-dark);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 0.9em;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  max-width: 300px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.pc-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/*//////////////////////////////////////////////////////////////////
[ Product Table — Filter Bar ]*/

.pc-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.pc-filter-bar label {
  font-size: 0.85em;
  color: #555;
  font-weight: 600;
  white-space: nowrap;
}

.pc-filter-bar select {
  font-size: 0.85em;
  padding: 5px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
}

.pc-filter-bar select:focus {
  border-color: var(--brand-primary);
}

.row.pc-hidden {
  display: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Cookie Consent Banner ]*/

.pc-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  background: rgba(30, 30, 30, 0.97);
  color: #ddd;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.83em;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.25);
}

.pc-cookie-bar p {
  flex: 1 1 260px;
  margin: 0;
  line-height: 1.5;
}

.pc-cookie-bar a {
  color: var(--brand-primary);
  text-decoration: underline;
}

.pc-cookie-bar .pc-cookie-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.pc-cookie-bar button {
  padding: 7px 18px;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  border: none;
  font-weight: 600;
  transition: opacity 0.2s;
}

.pc-cookie-bar button:hover { opacity: 0.85; }

.pc-cookie-bar .pc-cookie-accept {
  background: var(--brand-primary);
  color: #fff;
}

.pc-cookie-bar .pc-cookie-decline {
  background: transparent;
  color: #aaa;
  border: 1px solid #555 !important;
}
