/*
 Theme Name:   Smort Commerce Child
 Theme URI:    https://smort.se
 Description:  Smort Commerce Child Theme
 Author:       Smort AB
 Author URI:   https://smort.se
 Template:     smort_commerce
 Version:      1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../Smort_commerce/style.css");

/* Add your custom styles here */


/* Main */ 

/* Core */ 
:root {
	--textColor: #616573;
	--textColorLight: #fff;
	--textColorDark: rgb(136,137,145);
  --textColorHeadlines: var(--accentColor);


	--textSize: 18px;
	--textLineHeight: 160%;

	--fontFamily: 'Arial';
	--fontFamilySecond: 'Arial' !important;

	--accentColor: #f5f5f5;
	--accentColor2: #000000;
  --accentColor3: #e9e9e9;
  --accentColor4: #03142B;  

	--buttonColorLight: #fff;
	--buttonColorDark: var(--accentColor2);
	--buttonTextLight: var(--textColorLight);
	--buttonTextDark: var(--textColorLight);

	--mainLetterSpacing: 2px;
}
article{
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500 !important;
}
body{
    font-family: var(--fontFamilySecond);
}
p {
    font-size: 20px;
    line-height: 1.5;
}
a:hover{
  color: var(--accentColor2);
}
a:active{
  color: var(--accentColor) !important;
}
a{
	text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
/* Header */ 

.smort-header {
    background: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.smort-header .menu-item a {
    color: #fff;
}

/* Headings */ 

.hero-heading-bp {
    font-size: 8rem;
    line-height: 1.1;
    margin-bottom: 0px;
	margin-top: 0px;
}
.main-heading-bp {
    font-size: 4.5rem;
    margin: 0px;
	line-height: 1.2;
}
.hero-heading-bp-2 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 0px;
	margin-top: 0px;
}

.main-heading-bp strong {
    font-weight: 800;
    font-family: 'Saira';
}

/* Buttons */ 

.main-btn-bcf a {
    background-color: #fff;
    border-radius: 30px;
    text-align: left;
    padding: 10px;
    min-width: 200px;
    border: 1px solid var(--accentColor);
    min-width: 240px;
    position: relative;
    font-family: var(--fontFamily);
    color:#000;
}
.black-btn-bcf a {
    background-color: #000000;
    border-radius: 30px;
    text-align: left;
    padding: 10px;
    min-width: 200px;
    border: 1px solid var(--accentColor);
    min-width: 240px;
    position: relative;
    font-family: var(--fontFamily);
    color:#fff;
}

.outline-btn-bcf a {
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid;
    padding: 10px;
    min-width: 240px;
    text-align: left;
    position: relative;
    font-family: var(--fontFamily);
}

.outline-btn-bcf a:hover{
	transform: scale(0.95);
	color:#fff;
	border-color: #fff;
	transition-duration: 0.95;
}

.main-btn-bcf a:hover{
	transform: scale(0.95);
	color:#000;
	transition-duration: 0.95;
}
.black-btn-bcf a:hover{
	transform: scale(0.95);
	color:#000;
	transition-duration: 0.95;
}

.black-btn-bcf a:after {
    content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 9px;
    top: 10px;
	transition: transform 0.2s ease-in-out;
    filter:invert(1);
}

.main-btn-bcf a:after {
    content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 9px;
    top: 10px;
	transition: transform 0.2s ease-in-out;
}
.outline-btn-bcf a:after {
    content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 9px;
    filter: brightness(0) invert(1);
    top: 10px;
	transition: transform 0.2s ease-in-out;
}

.main-btn-bcf a:hover:after, .outline-btn-bcf a:hover:after{
	transform: rotate(45deg);
	transition-duration: 0.2s;
}

/* Headings */ 


.hero-title {
    font-size: 12vw !important;
    margin: 0;
    line-height: 1;
    margin-bottom: -2.8%;
    color:#fff;
}
.sub-hero-heading {
    font-size: 2rem;
    padding: 0px 15px;
    line-height: 2;
    margin-bottom: -1px;
}

.main-heading-bcf {
    font-size: 3.5rem;
    text-transform: uppercase;
    margin: 0px !important;
}
.cta-kat {
    text-transform: uppercase;
    font-size: 2rem;
}
.cta-kat:after {
    content: "";
    position: absolute;
    right: 20px;
    filter: invert(1);
    width: 35px;
    height: 35px;
    background-image: url(/wp-content/uploads/2024/12/arrow-up-right-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-col:hover .cta-kat:after {
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
}

.qi-block-process .qodef-e-icon{
    margin:inherit !important;
}
h4.qodef-e-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 40px 0px 0px 0px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.alignfull>.kt-row-layout-inner>.kt-row-column-wrap, .alignfull>.kt-row-column-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Archive products */ 

.shop-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff; /* Textfärg för att säkerställa kontrast */
}

.shop-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Mörk overlay för bättre läsbarhet */
    z-index: 1;
}

.shop-header-content {
    position: relative;
    z-index: 2; /* Placera texten ovanför overlay */
    text-align: center;
}

.shop-header h1 {
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

.kb-submit-field span {
    color: #fff !important;
    font-family: 'CustomHeadingFont';
}
.content-inside-loop-product img {
    background-color: transparent !important;
}

.woocommerce ul.products li.product a img{
    background-color: #F2F2F2;
    margin: 0px;
    height: 300px; 
    object-fit: contain;
}
h2.woocommerce-loop-product__title {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    color: #000;
    margin-top:20px !important;
}
h2.woocommerce-loop-product__title, .content-inside-loop-product{
    padding: 0px 10px 0px 10px !important;
}
.content-inside-loop-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.content-inside-loop-product .amount {
    color: #000;
    font-size: 18px;
    font-family: 'CustomHeadingFont';
}
.kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-middle {
    border-bottom: 1px solid #fff !important;
}
.woocommerce ul.products li.product .button{
    padding: 0px;
}
a.button.linked-product-button , .woocommerce ul.products li.product .button{
    margin: 0px !important;
    padding: 10px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid;
}
a.button.linked-product-button img {
    background-color: transparent !important;
}
.woocommerce ul.products li.product .price {
    margin-bottom: 0px;
    padding-top: 10px;
}
.product-type-linked_product .amount:before {
    content: "fr. ";
}

p.linked-product-slogan {
    padding-left: 10px;
    font-size: 12px;
    color: #000;
    margin-top:10px;
}
h1.title-archive {
    text-align: center;
    font-family: 'CustomHeadingFont';
    text-transform: uppercase;
    font-size: 2.5rem;
	margin-bottom: 0px;
}


/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product:hover .custom-arrow-link{
    transform: rotate(45deg);
} */

.category-description {
    max-width: 1000px;
    margin: 0 auto;
}
.arhive-product-text {
    padding-bottom: 2%;
    border-bottom: 1px solid #e6e6e6;
	text-align: center;

}
.category-description p {
    margin-bottom: 15px;
    font-size: 17px;
}

li.product:hover .div a img {
    transform: rotate(45deg);
}

/* Footer */ 

.footer-row-2 p {
    font-size: 16px !important;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* Topbar */ 

.smort-topbar {
    padding: 5px 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: 'CustomHeadingFont';
    font-size: 14px;
    align-items: center;
}


/* Custom lang switcher */ 

.gtranslate_wrapper img {
    margin: 0px 5px !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    object-fit: cover;
}
ul.custom-switcher li {
    width: 30px;
    float: left;
}
ul.custom-switcher {
    padding: 0px 0px;
    text-align: right !important;
    list-style: none;
    margin: 0px;
    margin-left: 10px;
}

.nm-right-menu ul li{
	display: list-item !important;
}
ul.custom-switcher img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0px 5px;
    object-fit: cover;
}
span.right-topbar {
    display: flex;
    align-items: center;
}

.kb-submit-field button {
    justify-content: flex-start;
}

.kb-submit-field button:after {
    content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 13px;
    top: 12px;
    filter: invert(1);
}

.smort-cart button {
    background: var(--accentColor);
    border-radius: 30px;
    color: #000;
    border: 0px;
    width: 200px;
    text-align: left;
    font-family: var(--fontFamily);
    padding: 12px 15px;
    position: relative;
    margin-right: 15px;
}
.smort-cart button:after {
    content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 10px;
    transition: transform 0.2s ease-in-out;
    top: 10px;
}
.wc-j-upsellator-cart-count-container {
    padding: 0px 5px !important;
    margin-top: 5px;
}
.wc-timeline-button-show-cart.right {
    display: none;
}

/* 50/50 kategorisidor */ 


.acf-5050-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px; /* Justera efter behov */
}

.acf-5050-section.image-left .acf-5050-image {
    order: 1;
}
.acf-5050-section.image-left .acf-5050-text {
    order: 2;
}

.acf-5050-section.image-right .acf-5050-image {
    order: 2;
}
.acf-5050-section.image-right .acf-5050-text {
    order: 1;
}

.acf-5050-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 550px;
}

.acf-5050-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    text-align: left;
}

.acf-5050-text h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.acf-5050-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}


.acf-5050-text p, .acf-5050-text h2{
    padding: 0% 10%;
}
.acf-5050-sections {
    margin-top: 6%;
}

/* Grundinställning för animation */
[data-animation="fade-in"] {
    opacity: 0;
    transform: translateY(20px); /* Flytta elementet lite nedåt för att skapa en rörelse */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* När elementet är synligt */
[data-animation="fade-in"].visible {
    opacity: 1;
    transform: translateY(0); /* Flytta tillbaka till sin ursprungliga position */
}



.category-text-content p {
    font-size: 17px;
}

.category-text-content h2, .category-text-content h1, .category-text-content h3 {
    text-transform: uppercase;
    font-weight: 600 !important;
}
.category-text-content p {
    font-size: 17px;
    margin-bottom: 20px;
}
.category-text-content li {
    margin: 10px 0px;
}


.collapsible-text {
    max-width: 1000px;
    margin: 5% auto;
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #f1f1f1;
}

.text-content {
    overflow: hidden;
    max-height: 500px; /* Justera efter behov */
    transition: max-height 0.3s ease-in-out;
}

.text-content.expanded {
    max-height: 100%;
}

button.read-more {
    background: var(--accentColor2);
    border-radius: 30px;
    color: #fff;
    border: 0px;
    width: 200px;
    text-align: left;
    font-family: var(--fontFamily);
    padding: 12px 15px;
    position: relative;
    margin-top: 40px;
}
button.read-more:after{
content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
    position: absolute;
    right: 10px;
    filter: invert(1);
    transition: transform 0.2s ease-in-out;
    top: 10px;
}

button.read-more:hover {
    background-color: #171717;
}

.single-product .smort-header{
    background: none;
    position: relative;
    width: calc(100% - 0px);
    z-index: 9999;
    background-color: #000;
}
.single-product .smort-logo img {
    height: 40px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 0em;
    padding: 10px;
    background-color: #f9f9f9;
    font-family: 'CustomHeadingFont';
}

/* add-ons*/ 

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option label{
    min-width: auto !important;
    justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option {
    min-width: calc(25% - 20px);
    margin: 0px 15px 15px 0px;
    display: block;
    float: left;
}
.yith-wapo-block .yith-wapo-addon .options.per-row-3 .yith-wapo-option img {
    display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option label:hover, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected label{
    border: 2px solid #000 !important;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected label:after, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected label::after, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected label:after{
    display: none;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

li.cykel-modell-item.featured-model {
    font-size: 1.5rem;
    line-height: 2;
}


/* Tabs produkter  */ 

/* Tabbar */
.custom-tabs-wrapper {
    margin-top: 40px;
    max-width: 90vw;
    margin: 4% auto;
}

.custom-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 20px;
}

.tab-button {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid rgb(181, 181, 181);
    padding: 15px 0px;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 25%;
    text-align: left;
    font-size: 1.5rem;
    font-family: 'Arial';
	color:#000 !important;
}

.tab-button.active {
    border-color: black;
    border-bottom: 3px solid #000;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
    margin-top: 5%;
}

.tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-section {
    display: flex;
    gap: 30px;
    align-items: center;
}

.tab-text {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.6;
}

.tab-text h2 {
    margin-bottom: 10px;
    font-size: 2rem;
}

.tab-image {
    flex: 1;
    text-align: center;
}

.tab-image img {
    max-width: 100%;
    border-radius: 0px;
    object-fit: cover;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


h2.tabs-main-title {
    font-size: 5rem;
    margin: 4% 0px;
}

.wysiwyg-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.wysiwyg-content p {
    margin-bottom: 1em;
    max-width: 90%;;
}

.wysiwyg-content a {
    color: #0073aa;
    text-decoration: underline;
}

.wysiwyg-content a:hover {
    color: #005177;
}

/* Styling tabell / detaljer */ 

#user-selected-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Lägger mellanrum mellan boxarna */
}

.checkbox-details {
    flex: 0 0 calc(25% - 10px); /* 4 kolumner med mellanrum */
    box-sizing: border-box; /* Säkerställer att padding inte påverkar bredden */
    padding: 15px 10px;
    border-bottom: 1px solid #ddd; /* Tunn border under varje box */
}

.col-2-table {
    display: flex;
    flex-direction: column; /* Säkerställer att texten staplas */
    align-items: flex-start; /* Vänsterjustera texten */
}

.parent-title {
    font-weight: bold; /* Fetstil för titeln */
    font-size: 1rem;
    color: #333; /* Mörk färg för bättre kontrast */
    margin-bottom: 5px;
}

.product-name {
    font-weight: 300; /* Lättare text för innehållet */
    font-size: 0.9rem;
    color: #666; /* Ljusare färg */
}

/* Responsiv justering för mindre skärmar */
@media (max-width: 1024px) {
    .checkbox-details {
        flex: 0 0 calc(33.33% - 10px); /* 3 kolumner */
    }
}

@media (max-width: 768px) {
    .checkbox-details {
        flex: 0 0 calc(50% - 10px); /* 2 kolumner */
    }
}

@media (max-width: 480px) {
    .checkbox-details {
        flex: 0 0 48%; /* 1 kolumn */
    }
}


/* Responsivt fix */ 



/* Responsiva tabbar */
@media (max-width: 1024px) {
    .tab-button {
        font-size: 1.8rem;
        padding: 8px 15px;
    }
}

@media (max-width: 768px) {
    .tab-button {
        font-size: 1.5rem;
        padding: 8px 10px;
    }

    .custom-tabs {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .tab-button {
        font-size: 1.2rem;
        padding: 6px 8px;
    }

    .custom-tabs {
        flex-direction: row;
        align-items: center;
    }
}



/* Grundstil för tabellen */

/* Responsiv tabell */
@media (max-width: 1024px) {
    .checkbox-details {
        flex: 0 0 calc(33.33% - 10px); /* 3 kolumner */
    }

    .parent-title {
        font-size: 0.95rem;
    }

    .product-name {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .checkbox-details {
        flex: 0 0 calc(50% - 10px); /* 2 kolumner */
    }

    .parent-title {
        font-size: 0.9rem;
    }

    .product-name {
        font-size: 0.8rem;
    }
    .woocommerce .woocommerce-breadcrumb{
        font-size: 11px;
    }
    .custom-tabs-wrapper{
        margin: 20% auto;
        max-width: 95vw;;
    }
    .sub-hero-heading {
        font-size: .8rem;
        padding: 0px 5px;
        line-height: 2;
        margin-bottom: -1px;
    }
	.hero-title{
		font-size: 13vw;
	}

}

@media (max-width: 480px) {
    .checkbox-details {
        flex: 0 0 48%; /* 1 kolumn */
    }

    .parent-title {
        font-size: 0.85rem;
    }

    .product-name {
        font-size: 0.75rem;
    }
}





.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: calc(33% - 5px) !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 4px !important;
    width: calc(33% - 0px) !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    display: flex !important;
	flex-wrap: wrap;
}
.woocommerce-info {
    border-top-color: transparent;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    max-width: 90vw;
    margin: 0 auto;
    margin-bottom: 40px;
}
.woocommerce-info::before {
    color: #ffffff;
}


/* Addons styling */ 

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option{
    width: calc(25% - 10px) !important;
    margin: 5px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected label{
    border: 2px solid #000 !important; 
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label {
    font-size: 11px !important;
    text-align: center !important;
    height: 60px;
    line-height: 1.2 !important;
}
.woocommerce a.added_to_cart{
    display: none;
}

/* Cart & Checkout styling */ 


.wc-timeline-container-close-icon {
    font-size: 30px;
    font-family: Arial;
    cursor: pointer;
    width: 90px;
    height: 100%;
    line-height: 90px;
    color: #000000 !important;
    background-color: #fff !important;
    border-radius: 50%;
}
.wc-timeline-modal-cover-container{
    background-color:#fff !important;
}
.wc-timeline-inner-container {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
}
.wc-timeline-product .image {
    width: 160px !important;
    background-color: #fff;
    padding: 20px !important;
    border-radius: 10px;
}
.wc-timeline-product-data{
    gap: 20px;
}

/* .wc-timeline-product .product-meta-data{
    display: none;
} */
.wc-timeline-product {
    width: calc(100% - 20px) !important;
    padding: 10px 25px;
    margin: 10px !important;
    background-color: #efefef;
    border-radius: 10px;
}
.wc-timeline-container-header-image img {
    height: 60px;
    padding-right: 35px;
    filter: invert(1);
}
.wc-timeline-empty-modal .wc-timeline-button, .wc-timeline-checkout-button {
    width: 100%;
    height: 65px;
    border-radius: 5px;
    font-size: 1.2rem !important;
    font-weight: 500;
    font-family: 'CustomHeadingFont';
    text-transform: none !important;
    background: #000 !important;
    padding: 42px !important;
    border-radius: 50px !important;
}
.wc-timeline-product-price {
    font-weight: bold;
    font-size: 18px;
    font-family: 'CustomHeadingFont';
}
.wc-timeline-product-title {
    font-size: 1.2rem;
    font-family: 'CustomHeadingFont';
    margin: 10px 0px;
}


/* Döljer sektionen från start */
.product-meta-data {
    display: none;
}

.toggle-spec-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.toggle-spec-button:hover {
    background-color: #333;
}

button#toggle-spec-button {
    background-color: #000;
    border: 0px;
    min-width: 200px;
    text-align: left;
    padding: 0px;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'CustomHeadingFont';
    border-radius: 30px;
    padding: 8px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1;
}

/* Variations */ 

/* Huvudlayout med två kolumner */
.variation {
    display: grid;
    grid-template-columns: 100px 1fr; /* Två lika stora kolumner */
    gap: 10px 0px; /* Mellanrum mellan rader och kolumner */
}

/* Styla varje par (dt och dd) */
.variation dt, 
.variation dd {
    margin: 0; /* Ta bort standardmarginal */
}

.variation dt {
    font-weight: bold; /* Fet stil för rubriken */
    color: #333; /* Mörk färg */
    display: inline-block; /* Se till att dt håller sig bredvid */
    margin-bottom: 5px; /* Luft mellan rubrik och värde */
}

.variation dd {
    color: #555; /* Mjukare färg för värden */
    margin-bottom: 10px; /* Luft under värdet */
}

/* Kombinera dt och dd i samma kolumn */
.variation dt, 
.variation dd {
    grid-column: span 1; /* Rubrik och värde håller ihop i kolumnen */
}

/* Anpassning för att dt och dd ligger bredvid varandra */
.variation dt {
    grid-column: 1; /* Rubrik i första delen av kolumnen */
}

.variation dd {
    grid-column: 2; /* Värdet direkt bredvid rubriken */
}

.flex-row-end.wc-timeline-price-container {
    position: absolute;
    top: 20px;
}
.wc-timeline-product .options{
    justify-content: center !important;
}
.variation dt, .variation dd {
    border-bottom: 1px solid #d7d7d7;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0px;
    font-family: 'Arial';
}
.wc-timeline-product .product-meta-data{
    margin-bottom: 20px;
}

/* Checkout */ 


.woocommerce-checkout .smort-header{
    position: relative;
}
.woocommerce-checkout .smort-header {
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
}

.woocommerce-page .wc-svea-checkout-page form.svea-checkout{
    gap: 0px;
}
.order-review-wrapper {
    padding: 20px;
}
.woocommerce table.shop_table{
    border: 0px;
}
h3#order_review_heading {
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr {
    background: #f4f4f4 !important;
}
.MuiBox-root {
    max-width: 1200px !important;
}
p#billing_country_field {
    max-width: 1200px;
    margin: 20px auto 50px;
}

.woocommerce-page .wc-svea-checkout-page form.svea-checkout .order-country-wrapper {
    border-bottom: 1px solid #e1e1e1;
}
.select2-container--default .select2-selection--single{
    height: 40px;
    border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.order-country-wrapper label {
    text-align: center;
    font-size: 1.5rem;
}

/* Cart items */ 




/* Wrapper för ordergranskningen */
.checkout-review-order {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

/* Varje produkt */
.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 15px;
    background: #fff;
    border-radius: 8px;
}
/* Kolumn 1: Produktbild */
.cart-item-image {
    flex: 0 0 100px; /* Bredd på bild */
    text-align: center;
}

.cart-item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Kolumn 2: Produktnamn och antal */
.cart-item-details {
    flex: 1; /* Tar upp det mesta av utrymmet */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.cart-item-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.cart-item-quantity {
    font-size: 14px;
    color: #666;
}

/* Kolumn 3: Pris */
.cart-item-price {
    flex: 0 0 120px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: right;
    height: 100px;
    font-family: 'CustomHeadingFont';
}

/* Responsiv anpassning */
@media screen and (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item-price {
        text-align: left;
    }
}

.checkout-totals .totals-line:first-of-type {
    background-color: #f9f9f9;
    border-radius: 15px;
}
.totals-line {
    padding: 15px;
    margin: 10px 0px;
}
.checkout-totals .totals-line:nth-of-type(2) {
    background-color: #e3fee1;
    border-radius: 15px;
}
.cart-item-image {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.totals-line bdi {
    float: right;
    font-family: 'CustomHeadingFont';
}
h3#order_review_heading {
    border-bottom: 1px solid #343434;
    line-height: 1.5;
}
.woocommerce-additional-fields h3 {
    font-size: 2rem;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 15px;
    font-family: 'CustomHeadingFont';
    border-radius: 30px;
}
p#order_comments_field label {
    display: none;
}
button.cart-toggle-btn {
    background-color: #000;
    max-width: 200px;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
    margin-top: 10px;
}

/* Grundläggande menybildstil */
.menu-item-with-image {
    height: 80px;
    background-size: cover;
    border-radius: 10px;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
}

/* Bakgrundsbild för menyobjekt */
.menu-with-image .menu-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7); /* Gör bilden mörkare */
    transition: filter 0.3s ease;
}

/* Overlay för text */
.menu-with-image .menu-overlay {
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Hover-effekt */
.menu-with-image:hover .menu-image {
    filter: brightness(1); /* Ljusare på hover */
}
ul.sub-menu {
    margin-left: 15px;
}
.menu-item-with-image .menu-overlay {
    font-size: 2rem;
}

.custom-country-select {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.country-flag-list {
    display: flex
;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    margin: 2% 0% 3%;
}

.country-flag-list li {
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s;
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 10px;
}

.country-flag-list li img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}

.country-flag-list li.selected {
    border-color: #000000;
    transform: scale(1.1);
}

.country-flag-list li span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #333;
}

.order-country-wrapper{
    display: none; 
}
p.no-margin-text {
    margin: 10px;
}

/* Upsells */ 
.wc-timeline-product.upsell {
    margin: 15px;
    padding: 10px;
    border-radius: 8px;
    width: calc(100% - 30px);
    box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, .0) !important;
}
.wc-timeline-product{
    background-color: #f8f8f8 !important;
    border: 0px;
}
h3.upsell-title {
    padding-left: 20px;
    font-size: 2rem;
    margin: 20px 0px 10px;
}
.wc-timeline-product-add a {
    background-color: #000 !important;
    border-radius: 30px !important;
    min-width: 100px;
    text-align: center;
}


/* Responsivt generellt */ 
@media (max-width: 992px) {
.main-heading-bcf{
	font-size: 2rem;
}
	.smort-header-style_2 .smort-logo{
		width: 50% !important;
	}
	.single-product .smort-logo img{
		object-fit: contain;
	}
	.yith-wapo-block .yith-wapo-addon .options.per-row-4 .yith-wapo-option {
		width: 45% !important;
		max-width: 45% !important;
		float: left;
	}
	#sticky-order-bar .product-name{
		width: 70%;
		font-size: 16px;
	}
}