.cdmxfl_mainpage_container button{font-size:14px;font-weight:300;color:#222222;background-color:#eee;text-transform:none;}
.cdmxfl_mainpage_container button:hover{opacity:.8;color:#222222;background-color:#eee;text-transform:none;}
button.cdmxfl_toggle-favorite{background:transparent;width:20px;height:20px;position:absolute;top:0;right:0;display:block;padding:0!important;}
button.cdmxfl_toggle-favorite:hover{opacity:.8;background:transparent!important;}
body.single-product button.cdmxfl_toggle-favorite{position:relative;}
.cdmxfl_loader_container{width:100px;height:100px;display:inline-block;margin:auto;}
.cdmxfl_loader{width:100%;height:100%;transform-origin:50% 50%;animation:cdmxfl_rotate 2s linear infinite;}
.cdmxfl_track{fill:none;stroke:#eee;stroke-width:8;}
.cdmxfl_indicator{fill:none;stroke:#ddd;stroke-width:8;stroke-linecap:round;stroke-dasharray:60 180;stroke-dashoffset:0;animation:cdmxfl_dash 1.5s ease-in-out infinite;}
@keyframes cdmxfl_rotate{100%{transform:rotate(360deg);}}
@keyframes cdmxfl_dash{0%{stroke-dasharray:1 239;stroke-dashoffset:0;} 50%{stroke-dasharray:120 120;stroke-dashoffset:-60;} 100%{stroke-dasharray:1 239;stroke-dashoffset:-240;}}
.cdmxfl_info{padding:10px;background:#eee;border-radius:10px;width:100%;display:flex;align-items:center;gap:10px;}
.cdmxfl_info .cdmxfl_infotext{display:flex;flex-direction:column;gap:10px;}
.cdmxfl_info .cdmxfl_infotext2{display:flex;align-items:center;gap:10px;}
.cdmxfl_info h2{font-size:15px;margin:0;font-family:'Poppins',sans-serif;}
.cdmxfl_info .cdmxfl_infoicon{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:30px;height:30px;}
.cdmxfl_info .cdmxfl_infobutton a{white-space:pre;background-color:#193443;padding:10px;border-radius:4px;color:white;}
.cdmxfl_counter{
    transform:translateY(-28px) translateX(26px);
    font-family:Arial, Helvetica, sans-serif;
    font-weight:800;
    font-size:11px;
    line-height:18px;
    height:18px;
    width:18px;
    vertical-align:middle;
    text-align:center;
    color:white;
    background:#193443;
    border-radius:50%;
    border:0px solid transparent;
    display:block;
    position:absolute;
}
.cdmxfl_icon-wrapper:before{
    background-image:url("https://miixi.se/wp-content/uploads/2022/11/heart-regular.svg");
    background-size:25px 25px;
    width:25px;
    height:25px;
    content:" "!important;
    background-repeat:no-repeat;
    background-position:center;
    display:block;
    margin:auto;
}

.cdmxfl_saved .cdmxfl_hearticon{display:none!important;}
.cdmxfl_saved .cdmxfl_solidhearticon{display:block!important;}

.cdmxfl_grayed-row{opacity:0.5;text-decoration:line-through;}

.cdmxfl_item{display:flex;gap:20px;margin:auto;min-width:100%;justify-content:space-between;}
.cdmxfl_item .cdmxfl_pimage{display:block;padding:30px 0 20px 0;filter:contrast(0.93);background-color:white;}
.cdmxfl_item .cdmxfl_pimage img{width:120px;height:120px;filter:contrast(1.1);}
.cdmxfl_item .cdmxfl_pbrand a{
    color:#193443;
    display:block;
    font-weight:500;
    font-size:14px;
    line-height:28px;
}
.cdmxfl_item .cdmxfl_ptitle a{
    color:#222222!important;
    text-align:left;
    font-weight:300;
    font-size:14px;
    line-height:18px;
}
.cdmxfl_item a.cdmxfl_brand{
    color:#222222!important;
    text-align:left;
    font-weight:300;
    font-size:14px;
    line-height:18px;
}
.cdmxfl_tab,#tab1,#tab2,#tab3{display:none;}
.cdmxfl_tab{flex-direction:column;gap:10px;}
.cdmxfl_tab-select{display:flex;gap:10px;justify-content:center;}
.cdmxfl_tab-select label{cursor:pointer;background:#eee;padding:10px;text-align:center;}
.cdmxfl_tab-select label:hover{opacity:.8;}
#tab1:checked ~ #cdmxfl_tab-products{display:flex;}
#tab2:checked ~ #cdmxfl_tab-brands{display:flex;}
#tab3:checked ~ #cdmxfl_tab-latest{display:flex;}
#tab1:checked ~ .cdmxfl_tab-select label[for="tab1"],
#tab2:checked ~ .cdmxfl_tab-select label[for="tab2"],
#tab3:checked ~ .cdmxfl_tab-select label[for="tab3"]{background:#ddd;}
.cdmxfl_pbuttons{display:flex;gap:10px;padding-top:15px;}
.cdmxfl_mainpage_container{display:flex;flex-direction:column;gap:20px;max-width:360px;margin:auto;}
.cdmxfl_icon-wrapper:after{display:block;content:"Favoriter";color:black;font-size:11px;margin-top:1px;font-weight:500;white-space:nowrap;}

/*
@media(min-width:769px){
}
@media(max-width:768px){
}
*/