/* =====================================
			n-General Styles
===================================== */

/* Current Reset time 2.40 H */

/* font-family: 'Font Awesome 5 Free'; */

/* Include in javascript 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=chevron_right" /> */

/* Google Icons
   font-family: 'Material Symbols Outlined' !important;
   font-family: 'Material Symbols Rounded' !important;
   font-family: 'Material Symbols Sharp' !important;
*/
 :root {
     --white:#fff;
     --black:#000;
     --radius:10px;
     --awesome:"Font Awesome 6 Free";
     --icon:'Material Symbols Outlined' !important;
}


/* General */
h1, h2, h3, h4, h4, h5, h6, p, span, a {
   font-family: "Inter", sans-serif;
}
.resource-menu-desktop ul li>ul>li:hover a {
    color: var(--button-color);
    font-weight: bold;
}
.first-page-content .section .images {
    padding: 0;
}
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
    background-color: var(--button-color);
    padding-right: 20px;
}
/* Header */
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.left > ul > li:nth-child(1) {
    padding-left: 0px;
}
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.right > ul > li:nth-child(2) {
    padding-right: 0px;
}


/* Buttons */
.buy-button {
    background-color: var(--button-color)!important;
}
.buy-button:hover, .buy-button:focus, .buy-button:active {
    background-color: var(--button-hover-color)!important;
}
.menu-bar-desktop-products-menu-items a:hover {
    padding-left: 10px;
    transition: .2s ease-in-out;
    color: var(--button-color);
}

/* Icons */

i.fas.fa-chevron-left {
    transform: rotateY(183deg);
}
.minibasket-icon .fas {
    color: #fff;
}
/* Buttons */
.minibasket .minibasket-icon {
    background-color: var(--button-color)!important;
}
.minibasket .minibasket-icon:hover {
    background-color: var(--button-hover-color)!important;
}
span.material-symbols-outlined {
    font-weight: 200;
    top: 4.4px;
    position: relative;
    font-size: 1.2rem;
    right: -5px;
}

/* =====================================
			n-Menu
===================================== */

.menu-bar-desktop-products-menu-show-more {
    font-size: .8rem;
    font-weight: bold;
    padding-left: 0px;
}
.menu-bar-desktop-products-menu-items {padding-left:0px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a {transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover {padding-left:10px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover:before {
    content: "\e5cc";
    font-family: var(--icon);
    margin-right: 3px;
    color: #aaa;
    transition: .2s ease-in-out;
    font-size: 18px;
    position: absolute;
    margin-left: -15px;
    margin-top: -4px;
    font-weight: 600;
}
.menu-bar-desktop-categories-menu-item {
    border-bottom: none;
    cursor: pointer;
    line-height: 34px;
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
ul.menu-bar-desktop-categories-menu-items {
    padding: 14px 0px;
}
.menu-bar-desktop-products-menus {
    padding: 14px;
}
.menu-bar-desktop-products-menu-label {
    border-bottom: none;
}
.menu-bar-desktop-categories-menu-item:hover {
    background-color: transparent;
    transition:.2s ease-in-out;
}
.menu-bar-desktop-categories-menu-item:hover>a {
    color: var(--button-color);
}
.minibasket .minibasket-icon {
    background-color: #d60115;
}



/* Resource menu */
.resource-menu-desktop ul li>ul>li:hover {background: none;}

/* Login Box */
.message-box {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}
button.button.login-form-button {
	background-color: var(--button-hover-color)!important;
	border-radius: 2px;
	padding: 11px 30px;
	color: #fff;
	font-weight: 700;
	float: right;
}
.login-container, .checkout-login-container {
	width: 1200px!important;
	background-color: var(--base-color);
}
.login-form-forgot-password {
	background-color: transparent!important;
	color: --base-text-color!important;
	float: right;
	margin-right: 24px;
}
label.forgot-password-email.input-required {
	color: #fafafa;
}
.login-form-forgot-password::before {
    content: "\f0e0";
    margin-right: 6px;
    top: 0px;
    position: relative;
    font-family: 'Font Awesome 5 Free';
}
.login-form-register {
	float: right;
	color: #D60115!important;
	border: 2px solid #D60115;
	background-color: transparent!important;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 41px;
	border-radius: 2px;
}
form#loginform {
	position: relative;
	height: 190px;
}
#loginform {
	padding: 40px;
	padding: 48px 40px 40px 40px;
}
.forgot-password-form {
	padding: 40px;
}
#loginform .login-username, #loginform .login-password {
	width: 50%;
	float: left;
	color: #fafafa;
}
#loginform label:nth-child(2) {
	float: right;
}
.login-username {
	padding-right: 10px;
}
.login-password {
	padding-left: 10px;
}
#loginform input[type="text"], input[type="password"] {
	border-radius: 3px;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	box-shadow: none;
}
button.login-form-forgot-password:hover {
	background-color: transparent;
	opacity:0.6!important;
}
.login-username.input-required {
	color: #fafafa!important;
}

/* =====================================
			n-Front page
===================================== */
nav.small-12.columns.menu-bar.clearfix {
    box-shadow: inset 1px 0px 4px 0px #0000002b;
}
.row.header-bar.clearfix {
    background-color: #158828;
    padding: 5px 0px;
    box-shadow: 990px 0px 0px 0px #158828, -990px 0px 0px 0px #158828;
}
.row.header-bar * {
    color: #fff;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.promotion-item.only-product {
    border-radius: 10px;
}
.section.small-12.js-section-c2_products {
    margin: 40px 0px 60px 0px;
}
.c2-kategori-container span.material-symbols-outlined {
    font-size: 2rem;
    margin: 5px 0px 7px 0px;
    transition:ease-in-out .2s;
}
.c2-kategori:hover {
    background-color:#E8F1EA;
    transition:ease-in-out .2s;
    box-shadow:0px 0px 0px 1px #A5D1AF;
}
.c2-kategori {
    transition:ease-in-out .2s;
    box-shadow:0px 0px 0px 0px;
}
.c2-kategori:hover span.material-symbols-outlined {
    color:var(--button-color);
    transition:ease-in-out .2s;
}
.c2-kategori-container p {
    margin-bottom:0px;
}

/* =====================================
			n-Filter Page
===================================== */

/* Filter Menu */
.es-filters-wrapper {
    box-shadow: none;
    background-color: #fff;
    padding: 1px 17px 12px;
    margin-bottom: 0px!important;
    border: 1px solid #e6e6e6;
}

.row.medium-uncollapse.es-product-list .columns.small-12.medium-3 {
    padding-left: 0px !important;
}

.es-filters-wrapper {
    box-shadow: none;
    background-color: transparent;
    padding: 1px 17px 12px;
    margin-bottom: 30px;
    border: none;
}
.pagination .current {
    background-color: transparent;
    color: var(--button-color);
}
.noUi-connect {
    background: var(--button-color);
}
.es-expand-filter, .es-expand-category {
    color: var(--button-color);
}
.es-options-header {
    background-color: #edf0f2;
    padding: 3px 9px;
    border-radius: 7px;
}
.fa-trash {
    color: #8fabbd;
}

.fa-chevron-up::before {
    display:none;
}

/* =====================================
			n-Product Page
===================================== */


.product-card .product-card-price .price .price-text {
    font-size: 2rem;
    font-weight: bold;
    color: #1c1c1c;
}
.product-card__tablinks {
    margin-top: 10px;
}
.admin-tablink {
    border-left: 1px solid var(--black);
    padding: 0px;
}
.product-card-information-container > div > div.product-card__tablinks > a:nth-child(2), .product-card-information-container > div > div.product-card__tablinks > a:nth-child(3) {padding-left:7px; margin-right:5px;}

/* Accordion */

.accordion-title {
  font-size: 16px;
  font-weight: 700;
}
.product-card-tabs .accordion-title {
  padding: 17px 22px;
  background-color: #fff;
  font-weight: bold;
}
.product-card-tabs .accordion li {
  border: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.product-card-tabs .accordion-title:after {
  content: inherit;
}
i.fas.fa-plus.tab-expand {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
i.fas.fa-minus.tab-fold {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
.tab-expand, .tab-fold {
  color: #231F20;
}
.product-card-tabs .accordion-title:hover {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
.product-card-tabs .accordion-content {
  background-color: transparent;
  padding: 0px 22px!important;
  margin: 0px;
}
.product-card-tabs .accordion {
  background-color: transparent;
}
th.product-card-specification-label {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 28px;
  text-align: left;
}
:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0px;
  border-radius: 0 0 0 0;
}
:last-child>.accordion-content:last-child {
  border-bottom: none;
}
.product-card-tab-information {
  padding-bottom: 20px;
}
.ccs-ds-extendedSpec-header {
    background: none!important;
}
/* =====================================
			n-Landing Page 
===================================== */
.banners.small-12.hide-for-small-only {margin:20px 0px;}

.c2_container {
    display: flex;
    gap: 20px;
    max-width: -webkit-fill-available;
    margin: 20px 0px;
}

.c2_box {
    background: #113042;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    flex: 1;
    border: 1px solid #2c3341;
    color: #E7EEF6;
}

.section.small-12.js-section-c2_box_wrapper {
    background-color: #051f2e;
    padding: 40px 0px;
}

.c2_box p {
    font-size:1rem;
}

.c2_box h2 {
    margin-bottom: 10px;
     color: #caddf1;
}

.bx-viewport img {
    border-radius: 20px;
}


.c2-kategori-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin: 30px 0px;
}

.c2-kategori {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: -webkit-fill-available;
}

.c2-kategori img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.c2-kategori p {
    font-size: 14px;
    color: #333;
}
.first-page-content .section .images li img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.js-section-c2_articles {margin:30px 0px;}

.js-section-c2_articles .images {
    display: flex;
    gap: 10px; /* Adjust the value as needed */
    list-style: none;
    padding: 0;
    margin: 0;
}

.js-section-c2_articles .images li {
    margin-right: 10px; /* Adjust the value as needed */
}

.js-section-c2_articles .images li:last-child {
    margin-right: 0; /* Remove margin on the last item to avoid extra spacing */
}

/* =====================================
			n-Order & n-Basket Page 
===================================== */

/* Basket 
.fa-minus-circle:before {
    content: "\f068";
}
.fa-plus-circle:before {
    content: "\2b";
}
.basket .basket-qty-minus, .basket .basket-remove {
    color: #585858;
    font-size: .7rem;
}
.basket .basket-qty-plus {
    color: #585858;
    font-size: 1.2rem;
}
ul.no-bullet.basket-totals-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}*/

/* =====================================
			n-Footer
===================================== */
footer.footer.small-12 {
    padding-top: 30px;
    margin-top:-10px;
}
.footer a {
    font-weight: 600;
    color: #158828 !important;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(1) a {
    font-size: 22px;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(2) a {
    color: #000 !important;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(2) a {
    margin-bottom: 13px;
}
.footer .footer-wrapper .content-footer-wrapper li h3 {
    color: var(--footer-text-color);
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .large-2 {
        width: fit-content;
}
.fa-youtube:before {
    content: url(https://2cnetworks.dk/wp-content/uploads/2023/08/instagram-min.png)!important;
}
.fa-linkedin:before {
    content: url(https://2cnetworks.dk/wp-content/uploads/2023/08/linkedin-min.png)!important;
}
i.fa.fa-fw.fa-youtube {
    transform: scale(.6);
    left: -10px;
    position: relative;
}
i.fa.fa-fw.fa-linkedin {
    position: absolute;
    transform: scale(.6);
    left: 60px;
    margin-top: -126px;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(3) > h3 {
    display: none;
}
#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(4) {
    display: none;
}
/* =====================================
			n-Media Queries
===================================== */

@media (max-width: 575px) {
    /* Mobile styles */
}

@media (min-width: 576px) and (max-width: 767px) {
    /* Landscape phone styles */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Tablet styles */
    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Desktop styles */
}

@media (min-width: 1200px) {
    /* Target the parent container */

    /* Large screens styles */
    #footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(1) {
    padding-top: 60px;
}
    li.small-11.medium-2.large-2 img {
        position: absolute;
        width: 20%;
        top: 0;
    }
    .menu-bar-items {
        padding:0px;
    }
    .header-wrapper .row.header .logo-container {
        padding:0px;
    }
    .row.header .minibasket {
        padding: 8px 0px 8px 8px;
    }
    ul.content-footer-wrapper {
        display: flex;
    }
    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
}
