.elementor-kit-6{--e-global-color-primary:#18345D;--e-global-color-text:#18345D;--e-global-color-accent:#CE6185;--e-global-typography-primary-font-family:"Kodchasan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kodchasan";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kodchasan";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kodchasan";--e-global-typography-accent-font-weight:500;font-family:"Kodchasan", Kod;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF;color:#18345D;border-style:solid;border-color:#18345D;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#18345D;color:#FCFCFC;border-style:solid;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Kodchasan", Kod;}.elementor-kit-6 a:hover{color:#18345D;}.elementor-kit-6 h2{font-family:"Kodchasan", Kod;font-size:10px;}.elementor-kit-6 h3{font-family:"Kodchasan", Kod;}.elementor-kit-6 h4{font-family:"Kodchasan", Kod;}.elementor-kit-6 h5{font-family:"Kodchasan", Kod;}.elementor-kit-6 h6{font-family:"Kodchasan", Kod;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h5{font-size:1.6rem;}.elementor-kit-6 h6{font-size:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- ТВОЙ ИСХОДНЫЙ КОД --- */
a.button.product_type_variable.add_to_cart_button:visited,
a.button.product_type_simple.add_to_cart_button:visited {
    color: #18345D;
}

/* Основной контейнер */
.description-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto; /* Центрирует контейнер, если ширина ограничена */
}

/* Контейнер для значков */
.icon-container {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}


/* Стили значков */
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background-color: transparent;
    color: #18345D;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #18345D;
    text-align: center;
    white-space: nowrap;
}

/* Темно-синий значок с белым текстом */
.icon.dark-blue {
    background-color: #18345D;
    color: white;
    border: 1px solid #18345D;
}

/* Стили для таблицы */
#packing-list-table {
    width: 100%; /* Ширина таблицы остается на 100% */
    border-collapse: collapse;
    font-size: 12px;
}

#packing-list-table .table-header {
    border-top: 1px solid #18345D;
    border-bottom: 1px solid #18345D;
    padding: 8px;
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

#packing-list-table .table-cell {
    border-top: 1px solid #18345D;
    border-bottom: 1px solid #18345D;
    padding: 8px;
    text-align: center;
}

#product-details .product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}

#product-details .product-info {
    margin-bottom: 6px;
}

a.added_to_cart.wc-forward {
	display: none;
}

#custom_tabs .woocommerce-Tabs-panel h2 {
  display: none;
}

    /*Menge*/
    #cus_id form.cart > div:nth-child(1), #cus_id .woocommerce-variation-add-to-cart > div:nth-child(1){
        margin-top: 5px !important;
    }

/* TRANSPOSING THE TABLE */
#cus_id .variations{
  display: -ms-grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto auto;
  display: grid;
  grid-template-columns: min-content min-content;
  grid-template-rows: auto auto;
  grid-template-areas:
    "caption caption"
    "head body";
}
#cus_id .variations thead {
  grid-area: head;
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#cus_id .variations tbody {
    grid-area: body;
    display: flex;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
      column-gap: 10px;
}
#cus_id .variations tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}
#cus_id .variations td, #cus_id .variations th {
  display: block;
  padding: 0px;
}
#cus_id .variations caption {
  display: block;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: caption; 
}
#cus_id .variations {
    border: none;
}

#cus_id .variations td select {
 background: transparent;
  margin: 0;
  border: 1px solid #e3e3e3;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  color: #000;
  font-family: "Kodchasan", Kod;
}

/* Options Table Styling */
/* width of the variations table */
#cus_id .variations_form{
        max-width: 85vw;
    }
    
@media (max-width: 767px) {
    #cus_id .variations td select {
	font-size: 1.3rem;
    }
    
    #cus_id .reset_variations {
	display: flex;
     width: 100%;
    }
    
    /* TRANSPOSING THE TABLE */
#packing-list-table {
  display: -ms-grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto auto;
  display: grid;
  grid-template-columns: min-content min-content;
  grid-template-rows: auto auto;
  grid-template-areas:
    "caption caption"
    "head body";
    border: none;
}
#packing-list-table thead {
  grid-area: head;
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#packing-list-table tbody {
    grid-area: body;
    display: flex;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#packing-list-table tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}
#packing-list-table td, #packing-list-table th {
  display: block;
}
#packing-list-table caption {
  display: block;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: caption; 
}
#packing-list-table table {
    border: none;
}
}/* End custom CSS */