#body {
    background-color: var(--base-color);
}


 :root {
     --white:#fff;
     --black:#1f2124;
     --main1:#ccc;
     --main2:#eee;
     --radius:10px;
     --awesome:"Font Awesome 6 Free";
     --icon:'Material Symbols Rounded' !important;
     --font1:"Hanken Grotesk", sans-serif;
     --font2: "Plus Jakarta Sans", sans-serif;
}

/* =====================================
			n-Colors & Font
===================================== */

h1, h2, h3, h4, h5, span.price-text, .price-text {
    font-family: var(--font1);
    font-weight:500!important;
    color:var(--base-text-color)!important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.button {
    border-radius: 0px;
}
.content-column div, .content-column p, .content-column span, .content-column b, .content-column ul, .content-column li, .content-column h6, .resource-menu-desktop, ul.menu-bar-desktop-categories-menu-items, a.menu-bar-desktop-products-menu-item {
    font-family: var(--font2);
    font-weight:400!important; 
}
a.menu-bar-desktop-products-menu-show-more {
    font-family: var(--font2);
    font-weight:bold; 
}
.resource-menu-desktop>ul>li a {
    color:#000;
}
a:hover, a:focus, .link:hover, .link:focus, .action:hover, .action:focus, .file-upload-existing:hover, .file-upload-existing:focus {
    color: #000;
}
a.menu-bar-desktop-products-menu-item:hover { color: #acb0b4;}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {

}

/* =====================================
			n-Icons
===================================== */

/* Plus Minus*/
.tab-expand, .tab-expand-inner, .tab-fold {
    color: #000000;
    float: right;
}
/* Comment */
.fa-comment::before {
    content: "\f075";
    color: #000;
}
/* == Mini basket == */

/* button */
.minibasket .minibasket-icon {
    background-color:transparent;
}
.minibasket .minibasket-icon {
    padding-top: 1px;
    height: 38px;
    width: 36px;
}
.small-12.columns.login-basket {
    transform: scale(0.8);
    margin-top: -10px;
}

/* Menu bar */
i.fas.fa-bars {
    display: none;
}

/* Forms */
.form-container.grid {
    border: 1px solid #e6e8e7;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {

}


/* =====================================
			n-Buttons
===================================== */

.buy-button {
    font-size:14px!important;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {

}

/* =====================================
			n-Menu
===================================== */


/* n-Header wrapper */
.header-wrapper {
    background-color: var(--base-color);
}
.header-wrapper .inner-wrapper .row.header {
    height: 56px;
}
.header-wrapper.fixed {
    -webkit-box-shadow: none;
    -moz-box-shadow:none
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    background-color:var(--base-color);
}
.header-wrapper.fixed {
    height: 58px;
}

/* n-Product menu */
li.menu-bar-desktop-categories-menu-item.active {
    font-size: 13px;
}
.menu-bar-desktop-categories-menu-item>img {
    margin-right: 6px;
}
.menu-bar-desktop-categories-menu-item.active::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: calc((42px - 27px) / 2);
    width: 0;
}
ul.menu-bar-desktop-categories-menu-items {
    border-right: 1px solid #eeeeee;
}
li.menu-bar-desktop-products-menu-item a, a.menu-bar-desktop-products-menu-show-more {
    font-size: 0.75rem!important;
}
.menu-bar-desktop-products-menu-show-more {
    padding-left:0px;
    font-weight:bold!important;
}
.menu-bar-desktop-categories-menu-item {
    border-bottom: none;
}
ul.menu-bar-desktop-categories-menu-items {
    background-color: #fff;
}
.menu-bar-desktop-products-menu-items {
    padding-left: 0px;
}
a.menu-bar-desktop-products-menu-label {
    font-weight: 600 !important;
    border-bottom:0px;
}
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
    background-color: #f8ff70;
}
.menu-bar-desktop-categories-menu-item {
    line-height: 32px;
    padding-left: 15px;
}
.menu-bar-desktop-categories-menu-item:hover>a, .menu-bar-desktop-categories-menu-item.active>a {
    color: #000000;
    font-weight: 400;
}
.menu-bar-desktop-categories-menu {background-color:#fff;
}

/* n-Resource menu */
.resource-menu-desktop * {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 2px !important;
}
.resource-menu-desktop ul li a {
    padding: 3px 6px;
    line-height: 24px;
}
.resource-menu-desktop ul li a:hover {
    background-color: var(--button-color);
}
.resource-menu-desktop ul .menu-item-node-container:hover {
    background: transparent;
}
.resource-menu-desktop ul .menu-item-node-container:hover a {
    color: #000;
    font-weight: 400;
}
.menu-wrapper .menu-bar a, .menu-wrapper .menu-bar span {font-weight:400}

/* n-Minibasket */
.row.header .minibasket {
    margin: 0;
    padding: 0px;
}

/* n-Logged in as */
.logged-in-info-text {
    font-size: 0.6rem;
    position: relative;
    top: 3px;
    left: 0px;
}

/* n-logo */
.header-wrapper .row.header .logo-container img[src$=".svg"] {
    width: auto;
    height: 23px;
    display: block;
}
.logo-container {
    padding:0px!important;   
}
.header-wrapper.fixed .row.header .logo-container .logoFixed {
    width: auto;
    height: 23px;
    display: block;
}


/* n-Search */
.product-search-input-container {
    background-color: #e0e0e0;
}
.product-search .product-search-input {
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.product-search .product-search-input:focus {
    outline: none !important;
}

/* n-menu bar */
.menu-wrapper .menu-bar {
    height: 80px;
    margin: 0 auto;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    height: fit-content;
}
.menu-wrapper .menu-bar a, .menu-wrapper .menu-bar span {
    font-size: 13px;
}
.menu-bar-items {
    padding: 0px 5px;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
 /* n-Search */
    .header-wrapper .product-search-input-container {
        padding: 9px 15px;
    }
}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {
    /* n-Search */
    .header-wrapper .product-search-input-container {
        padding: 9px 15px;
    }
}

/* =====================================
			n-Front page
===================================== */

/* n-Promotions */
.promotion-item {
    border: none;
    background-color: transparent;
}
.promotion-item.only-product {
    background-color: #fff;
}
p.hide-for-small-only.descriptionDesktop {
    font-size: 13px;
    height: 42px;
}
.promotion-item-bar {
    margin-top: 20px !important;
}
h6.product-price.promotion-price.price {
    margin-bottom: 0px;
}
.product-card 
button.button.buy-button.has-text {
    margin-top: -4px;
}
button.button.buy-button.has-text {
    margin-top: 10px;
}
.promotion-price.price {
    font-weight: 500;
    font-size: 15px;
}
.product__stock * {
    font-size: 12px !important;
}

/* Dynamisk HTML - Velkommen */

.dynamic_container {
  display: flex;
  min-height: fit-content;
}
.dynamic_left {
  background-color: #1e1e1e;
  color: white;
  padding: 20px 30px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}
.dynamic_left img {
  width: 100%;
  max-width: fit-content;
  margin-bottom: 12px;
}
.dynamic_name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 19px;
    line-height: 30px !important;
}
.dynamic_title, .dynamic_email, .dynamic_phone {
  font-size: 14px!important;
  margin-bottom: 1px!important;
}
.dynamic_email,
.dynamic_phone {
  font-size: 15px;
  margin-bottom: 5px;
}

.dynamic_right {
    flex: 1;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to right, #F7F4F1 74%, #FFFFFF 26%);    
}

.dynamic_welcome {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.dynamic_welcome strong {
  font-weight: bold;
}
.dynamic_intro {
  font-size: 15px;
  line-height: 1.5;
  max-width: 580px;
  margin-bottom: 40px;
}

.dynamic_buttons {
  display: flex;
  gap: 15px;
}

.dynamic_button {
  background-color: #1e1e1e;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.dynamic_logo {
    background-color: #fff;
    width: fit-content;
    position: absolute;
    right: 30px;
    bottom: 76px;
}

.dynamic_logo img {
  width: 150px;
  height: auto;
}
.welcome-button {
    background-color: #e6e8e7;
    color: var(--text-color);
    padding: 5px 10px;
    transition:.2s ease-in-out;
    font-size:15px;
}
.welcome-button:hover {
    background-color: var(--button-color);
    transition:.2s ease-in-out;
}
/* Sales Team */
.first-page-sales-team {
    margin-top: 30px;
}
.first-page-sales-team .sales-team-main-wrapper .sales-team-admins .sales-team-business-cards .sales-team-admin-info {
    justify-content: center;
}

/* Hover */
.promotion-item:hover {
    box-shadow: none;
}

/* n-Slider */

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {
   /* n-Promoted products */
    .promoted-products {
        padding: 0px;
        margin: 10px auto 0 auto;
    }
}


/* =====================================
			n-Footer
===================================== */
/* Footer logo */
.footer {
    background-image: url(https://www.comm2ig.dk/wp-content/themes/comm2ig/assets/img/logo-footer.svg);
    background-position: left 40px bottom 40px;
    background-repeat: no-repeat;
    background-size: 80px auto;
}


/* Footer general */

#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(1) {
    width: 100%;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 70px;
    font-family: var(--font1) !important;
    line-height: 42px;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(1) a {
    font-size: 24px;
}

#footer > footer > div.row > div.footer-wrapper > ul > li a:hover {
    color:#fff;
    text-decoration:none;
}

#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(5) {
    display: none;
}

.footer a {
    display: inline-block;
    width: 100%;
}
.footer li.small-11.medium-2.large-2 {
    line-height: 25px;
}

.content-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;                /* mellemrum - justér efter behov */
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}


.content-footer-wrapper > li {
  box-sizing: border-box;
  padding: 8px 12px;
}

.content-footer-wrapper > li.large-2:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.content-footer-wrapper > li.large-2:not(:first-child) {
  flex: 1 1 25%;
  max-width: 25%;
}

.content-footer-wrapper > li.large-2:not(:first-child):nth-last-child(1),
.content-footer-wrapper > li.large-2:not(:first-child):nth-last-child(2),
.content-footer-wrapper > li.large-2:not(:first-child):nth-last-child(3),
.content-footer-wrapper > li.large-2:not(:first-child):nth-last-child(4) {
  min-width: 0;
}

.footer-switches {
    margin-top: 90px;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {
.footer .footer-wrapper .content-footer-wrapper, .footer li {
        margin-left:0px;
    }
}


/* Små skærme: stack responsivt */
@media (max-width: 900px) {
  .content-footer-wrapper > li.large-2:not(:first-child) {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .content-footer-wrapper > li.large-2:not(:first-child) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* =====================================
			n-Filter page
===================================== */

/* es filter wrapper */
.es-filters-wrapper * {
    font-size: 0.8125rem !important;
}

.fa-chevron-left::before {
    content: "\f061";
    font-size: 11px;
    left: -5px;
    position: relative;
}
nput.es-options-checkbox {
	background-color: none!important;
}
.es-options-label:hover .es-options-badge, input[type="checkbox"]:checked+.es-options-badge {
    font-size: 12px !important;
}
input.es-options-checkbox::before {
	content: url(https://danielkose.netset.com/netset/files/images/comm2ig/checkbox.svg);
	background-color: #fff!important;
	top: 0px;
	position: relative;
}
input.es-options-checkbox:checked {
	content: url(https://danielkose.netset.com/netset/files/images/comm2ig/checkbox_checked.svg);
	top: -2px!important;
	position: relative;
}
.es-options-checkbox {
    cursor: pointer;
    padding: 0;
    margin: 6px 5px 0 0;
}
.es-filters-wrapper {
    box-shadow: none;
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.noUi-connect {
    background: #26292c;
}

/* Product list */
.prodlist__label, .prodlist__manufacturer, .product-list__title-link {
    font-size: 15px !important;
}
.prodlist-row input.input-number.buy-quantity__input {
    float: right;
}
.small-grid button.button.buy-button.has-text {
    height: 32px;
}
.prodlist-row:has(.has-text).large-grid .buy-form-container {
    flex-direction: row;
    height: 45px;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {

}


/* =====================================
			n-Product page
===================================== */


/* Card */


/* Specs & Price */
.product-information-wrapper {
    padding-bottom: 2px;
}
.price-row {
    margin-top: 20px;
}
.price-row {
    padding-right: 0px;
}
.product-card__variations {
    margin-right: 0px;
}

/* Bid */
.price-row .price-container {
    display: flex;
    align-items: flex-start;
}
.price-row .bid {
    margin-top: 10px;
}
/* Admin Tablinks */
.product-card__tablinks a {
    background-color: #ffffff;
    margin-right: 6px;
    border: 1px solid #cacaca!important;
    font-size: 15px;
    padding: 5px 9px;
}
.product-card__tablinks {
    display: flex;
    justify-content: space-between;
}
.product-card-information-container > div > div.product-card__tablinks > a:nth-child(3) {
    margin-right: 0px;
}
li.product-card-price * {
    font-size: 15px;
}

/* Accordion */

ul.product-card-pdfs {
	padding-bottom: 20px;
	margin-bottom: 15px;
	padding-top: 14px;
}
.price-info {
	border: none!important;
}
.price-info>div {
	background: #fff!important;
	color: #3d4044!important;
	border-bottom: 1px solid #9294a4!important;
	padding: 8px 0px 5px 0px!important;
}
.product-card-tab-information {
	padding: 10px 0px;
}
table thead {
	background: #ffffff;
	color: #3d4044!important;
}
tr.responsive-table-header {
	border-bottom: 1px solid #dfdfdf!important;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(223, 223, 223, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(223, 223, 223, 1);
	box-shadow: 0px 1px 0px 0px rgba(223, 223, 223, 1);
}
.product-card-related-product-main-category, .product-card-related-product-sub-category {
	font-size: 13px!important;
	padding: 4px 0px;
}
.ccs-ds-extendedSpec-header {
	color: #3d4044!important;
	border-bottom: 1px solid #9294a4!important;
	padding: 8px 0px 5px 0px!important;
    background:none!important;
}
.price-info>div .list-label {
	position: absolute;
	left: 27px!important;
}
.is-active .accordion-title, .accordion-title:hover {
	color: #3d4044!important;
}
.accordion-title {
	font-size: 15px!important;
}
.product-card .product-card-tabs .accordion-title {
	padding: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
    background-color:#fff!important;
}
.product-card .product-card-tabs ul li .accordion-content {
	font-size: 12px;
	padding: 0 7px;
}
.price-info {
	font-size: 13px!important;
}
.product-card-min-packs {
	font-size: .8125rem;
}
table tbody, table tfoot, table thead {
	border: none!important;
}
.ccs-ds-extendedSpec-area {
	margin-top: 15px;
}
table.responsive-table.side-by-side, .accordion-content .price-info {
	margin-top: 15px!important;
}
.ccs-ds-mainSpec-area {
	color: #3d4044!important;
	font-size: 13px!important;
	margin-top: 15px;
}
.ccs-ds-extendedSpec-item, .ccs-ds-extendedSpec-value {
	font-size: .8125rem;
	color: #3d4044!important;
}
.ccs-ds-extendedSpec-body table td {
	border-bottom: none!important;
}
.product-comparison__table {
	font-size: 13px!important;
}
.product-comparison table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #ffffff!important;
}
.product-comparison table tbody tr:nth-child(odd) {
	border-bottom: 0;
	background-color: #ffffff!important;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #ffffff;
}
table tbody tr:nth-child(odd) {
	border-bottom: 0;
	background-color: #f1f1f1;
}
.buy-quantity__input {
	border: 1px solid #e6e8e7!important;
	font-size: 11px!important;
	width: 36px!important;
	height: 36px!important;
}
td.ccs-ds-mainSpec-item {
	padding-left: 7px!important;
}
td.ccs-ds-extendedSpec-item, td.ccs-ds-mainSpec-item {
	width: 260px;
}
.ccs-ds-mainSpec-item, .ccs-ds-extendedSpec-item {
	padding-left: 0px!important;
}
.ccs-ds-mainSpec-area table td {
	border-bottom: none!important;
}
.SPECIFICATION {
	padding-left: 20px!important;
	padding-right: 20px!important;
}


/* Disclaimer */

.agreement-disclaimer {
	color: #9294a4!important;
	padding-left: 23px;
	padding-right: 23px;
}
li #product-card-tab-23d4044 {
	border-bottom: none;
}

/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {
 /* Checkout items*/
    #body .checkout .basket-items {
        margin-left:0px;
    }
     .checkout-section .basket-items {
        width:100%!important;
        padding-right: 20px; 
    }
    .checkout-section.basket .checkout-section.basket {
        padding-left: 0px;
    }
    .checkout-section.basket .basket-product-image a img {
        margin-left: 15px;
    }
    .checkout-section.basket .checkout .basket-items {
        width: 100%;
        padding-right: 15px;
    }
    .basket .basket-qty-disabled-container {
        margin-left: 0px;
        float: left;
    }
    .basket .basket-product-container {
        margin-bottom: 5px;
        padding-right: 6px;
    }
}


/* =====================================
			n-Basket & Cart
===================================== */

/* Basket */
.basket-item.product-group.product-group-top {
    border: 2px solid #000;
}
.basket .basket-item {
    border: 1px solid #efefef;
}
.basket-cost-price {
    display: table-row;
}
/*.basket-item.product-group.product-group-top::After {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    left: 37%;
}*/
.basket-item.product-group.product-group-middle::before, .basket-item.product-group.product-group-bottom::before {
    content: "\e31b";
    font-family: 'Material Symbols Rounded';
    right: -40px;
    position: absolute;
    top: 2px;
}
.product-group-middle>div:first-child, .product-group-bottom>div:first-child {
    border-right: none;
}
.basket-item.product-group.product-group-middle::after, .basket-item.product-group.product-group-bottom::after  {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    border-right: 2px dashed #000000;
}
.basket-item.product-group.product-group-middle, .basket-item.product-group.product-group-bottom {
    border: 1px solid #efefef;
    width: 95%!important;
    position:relative;
}
.basket .basket-product-description {
    color: #585858;
    font-size: 0.6855rem;
    display: inline-block;
    line-height: 130%;
    padding-right: 20px;
}
.product-with-stock {
    border: 0px;
}

.basket .basket-product-image a img {
    border: 1px solid #f5f5f5;
    max-height: 100px;
    width: 100px;
}
.basket-item.product-group.product-group-bottom {
    border: 1px solid #ccc;
    width: 100%;
}
.basket-item .form-main, .same-as-container {
    border:none;
}

.basket-agreement select {
    font-size: 12px;
}

/* Checkout Forms */
.basket-agreement  h5.form-label {
    text-align: right;
}
.basket .basket-agreement-help {
    font-size: 0.8rem;
    margin-top: 15px;
}
.basket .basket-agreement .form-container {
    margin-right:30px;
    padding:0px;
}
.form-main {
    font-size: 15px;
}
.form-main p {
    margin-bottom: 0px !important;
    margin-top: 2px;
}


/* Basked Price total */
.basket-totals.clearfix.row li {
    border-bottom: 1px dashed #e6e8e7;
}
.basket-customer-details.row {
    font-size: 13px !important;
    background-color: #f5f5f5;
    padding: 13px;
    border: 1px solid #e2e2e2;
}
div.basket-totals.clearfix.row > ul > li:nth-child(4) span {
    font-weight: bold !important;
}

/* Basket Buttons */
.basket-buttons .button {border-radius:0px!important;}
.basket-buttons.row.float-right * {
    font-size: 13px;
}
a.button.basket-to-checkout {
    font-weight: 800;
    padding: 11px 21px;
    margin-left: 20px;
}
/* Basked kundeinformation skift kunde */
.basket-customer-details.row {
    font-size: 13px !important;
    background-color: #f5f5f5;
    padding: 13px;
}
.basket-customer-details h6 {
    font-size: 13px;
    font-weight: bold !important;
    width:fit-content;
}
.customer-details-info.small-12.medium-6.large-5.columns {
    margin-top: -24px;
}
button.button.menu-customer-changer {
    margin-top: -13px;
}

a.button.basket-to-checkout {
    background-color: #143730;
    color: #fff;
}
a.button.basket-to-checkout:hover {
    background-color: #1F5147;
    color: #fff;
}

/* Checkout */
.checkout .basket-item {
    border: none !important;
}
.checkout-section .basket-cost-price {
    display: flex
;
    justify-content: space-between;
}
form.checkout .basket-item.product-group.product-group-middle, form.checkout .basket-item.product-group.product-group-bottom {
    width: 100% !important;
}
form.checkout  .basket-item.product-group.product-group-middle::before, form.checkout  .basket-item.product-group.product-group-bottom::before {
    content: none;
    font-family: 'Material Symbols Rounded';
    right: -40px;
    position: absolute;
    top: 2px;
}
form.checkout .basket-item.product-group.product-group-middle::after, form.checkout .basket-item.product-group.product-group-bottom::after {
    content: none;
    border-right: none!important;
}
/* Only mobile (up to 767px) */
@media (max-width: 767px) {

}

/* Only tablets (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

}

/* Only desktop (1200px and above) */
@media (min-width: 1200px) {

}

