/*checkout-css-start*/

/* ===============MINI-CART=====CSS=============== */
.minicart-wrapper .block-minicart{
    width: 450px;
    padding: 15px 15px 0px 15px;
}
.minicart-wrapper .block-minicart .items-total,
.minicart-wrapper .block-minicart .subtotal,
.minicart-wrapper .block-minicart .actions .primary {
    margin-left: 0px;
    margin-right: 0px;
}

.minicart-wrapper .block-minicart .subtotal{
    display: flex;
    align-items: center;
    width: 100%;
}

.minicart-wrapper .block-minicart .subtotal .price-including-tax,
.minicart-wrapper .block-minicart .subtotal .price-excluding-tax{
   display: none;
   margin-left: 5px;
   margin-top: 0px;
}
.minicart-wrapper .block-minicart .subtotal .price-including-tax::after{
    content: " inkl moms";
    font-size: 14px;
    margin-left: 5px;
}
.minicart-wrapper .block-minicart .subtotal .price-excluding-tax::after{
    content: " exkl moms";
    font-size: 14px;
    margin-left: 5px;
}
.page-wrapper.exclude-tax .minicart-wrapper .block-minicart .subtotal .price-excluding-tax::before{
   display: none;
}

.page-wrapper.include-tax .minicart-wrapper .block-minicart .subtotal .price-including-tax,
.page-wrapper.exclude-tax .minicart-wrapper .block-minicart .subtotal .price-excluding-tax{
   display: flex !important;
}



.minicart-wrapper .block-minicart .actions button#top-cart-btn-checkout{
    padding: 0px 10px;
    font-size: 13px;
    line-height: 34px;
    background-color: #00aece;
    border-color: #00aece;
    border-radius: 5px;
}
.minicart-wrapper .block-minicart .actions button#top-cart-btn-checkout:hover{
    background-color: #333;
    border-color: #333;
}
/* ====================== */
.minicart-wrapper .block-minicart .minicart-items-wrapper{
    padding: 15px 0px !important;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product{
    position: relative;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-name a{
   display: block;
   text-align: left;
    font-size: 12px;
    color: #333;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-pricing{
    display: flex;
    align-items: center;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-pricing .details-qty {
    margin-top: 0px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-pricing .details-qty label{
    display: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-pricing .details-qty input{
    width: 35px;
    font-size: 12px;
    height: 25px;
    padding: 0;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product-item-pricing .price-container .price-excluding-tax::before{
    display: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item > .product .product.actions{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0 !important;
    float: none !important;
}


.page-wrapper.include-tax .minicart-wrapper .block-minicart .minicart-items .product-item .product-item-details .product-item-pricing .price-container .price-including-tax,
.page-wrapper.exclude-tax .minicart-wrapper .block-minicart .minicart-items .product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax{
   display: block !important;
   font-size: 14px;
}
.page-wrapper.include-tax .minicart-wrapper .block-minicart .minicart-items .product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax,
.page-wrapper.exclude-tax .minicart-wrapper .block-minicart .minicart-items .product-item .product-item-details .product-item-pricing .price-container .price-including-tax{
   display: none !important;
}
/* ===============MINI-CART=====CSS=============== */

.page-header, .panel.wrapper {
    border-bottom: 0;
}
.checkout-index-index .panel.header a:hover {
    background-color: #333333;
    color: #ffffff !important;
    text-decoration: none !important;
}
.panel.header a:hover:before {
    color: #fff !important;
}
.checkout-index-index .panel.header a {
    line-height: 29px !important;
    padding: 0 5px;
    display: inline-block;
    color: #333 !important;
    cursor: pointer;
    transition: 0.3s all;
}
.panel.header .top-bar-left {
    float: right;
}
.panel.header .authorization-link:after {
    margin: 0 !important;
}
.panel.header .top-bar-left a:before, .panel.header .authorization-link a:before, .panel.header .authorization-link~li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 15px;
    color: #333;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    display: inline-block;
    font-weight: 900;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 10px;
    margin-right: 2.5px;
    transition: 0.3s all;
}
.panel.header .authorization-link a:before {
    content: '\f023';
   font-size: 12px;
   line-height: normal;
   margin-right: 5px;
}
.panel.header .authorization-link~li a:before {
    content: '\f234';
   font-size: 12px;
   line-height: normal;
   margin-right: 5px;
}
.panel.header .top-bar-left a:before {
   content: '\f095';
   transform: rotate(90deg);
   font-size: 12px;
   line-height: normal;
   margin: 0 5px 0 0;
}
.checkout-index-index .page-wrapper header.page-header .panel.header ul.header.links li span {
   color: #333;
   font-size: 12px;
   line-height: 29px;
   cursor: pointer;
   transition: 0.3s all;
}
.checkout-index-index .page-wrapper header.page-header .header.content {
    background: #ffffff;
    padding: 20px 20px 20px;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.5);
    height: 92px;
}
.header.content .logo {
    margin: 0 auto 0;
    width: 31.3%;
}
.header.content .block-search {
    display: none;
}
.header.content .block-search .actions .action.search {
    left: 25px;
    right: initial;
    position: absolute;
}
.header.content .block-search input {
    border: 0;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    padding-right: 7px;
    padding-left: 35px;
    box-shadow: none !important;
}
.header.content .block-search .searchsuite-autocomplete {
    left: 15px;
}
.header.content .block-search .action.search {
    height: 37px;
}
.header.content .block-search .action.search:before {
    font-size: 14px;
}
.header.content #profile-links {
    padding: 20px;
    list-style: none;
    margin-bottom: 0;
}
.header.content #profile-links li {
    margin-bottom: 0;
}
.header.content #profile-links a {
    color: #333;
    text-decoration: none;
    padding: 5px;
    line-height: 35px;
}
.header.content .text-notice {
    padding: 6px 0;
    line-height: 14px;
    background-color: #1b9bcb;
    background-color: #e8008c;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.header.content .text-notice span {
    font-size: 12px;
    text-transform: initial;
}
.header.content .header-tax-switcher-mobile {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.header.content .header-tax-switcher-mobile ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    background: #fff;
    padding: 5px 0;
}
.header.content .header-tax-switcher-mobile ul li {
    margin-bottom: 0;
    border-radius: 2px;
}
.header.content .header-tax-switcher-mobile ul li.active {
    background-color: #f2f2f2;
}
.header.content .header-tax-switcher-mobile ul li label {
    font-size: 12px;
    padding: 5.5px 10px;
    display: flex;
    align-items: center;
}
.header.content .header-tax-switcher-mobile ul li label input {
    margin: 0;
    margin-right: 5px;
    box-shadow: none !important;
}
.header.content .header-tax-switcher-mobile ul li label span {
    font-size: 11px;
    margin-left: 3px;
}
.checkout-index-index .page-wrapper header.page-header .panel.header {
   padding: 0px 20px;
   background: #fff;
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   margin-bottom: 6px;
   border-radius: 4px 4px 0 0;
}
.checkout-index-index .page-wrapper header.page-header .panel.header a.action.skip.contentarea {
   display: none;
}
.checkout-index-index .page-wrapper header.page-header .panel.header:after , 
.checkout-index-index .page-wrapper header.page-header .panel.header:before {
   display: none;
}
.checkout-index-index .page-wrapper header.page-header .panel.header ul.header.links {
   margin: 0;
}
.checkout-index-index .page-wrapper {
   background: #f2f2f2;
   margin: 10px auto;
   width: 96%;
}
.checkout-index-index #maincontent .column.main #checkout .opc-wrapper {
   padding: 0px;
}
.checkout-index-index {
   background: #f2f2f2;
   color: #333;
   font-size: 14px;
}
.checkout-index-index #maincontent {
   background: #fff;
}
.checkout-index-index .sections.nav-sections {
   display: none;
}
.checkout-index-index  .page-header .panel.wrapper {
   background: none;
   border: none;
}
.checkout-index-index .page-wrapper header.page-header {
   max-width: 1360px;
   margin: 0 auto;
   width: 100%;
}
.header.content .header-tax-switcher-mobile {
   display: none;
}
.checkout-index-index .top-bar-left p {
   font-size: 12px;
   color: rgb(51 51 51);
}
.checkout-index-index .top-bar-left p span.text , .top-bar-left p span.text a {
   color: #333 !important;
}
.checkout-index-index .header.panel > .header.links > li > a {
   color: #333;
   font-size: 12px;
}
.header-tax-switcher {
   float: right;
}
.checkout-index-index .page-wrapper header.page-header .minicart-wrapper {
   padding: 5px;
   background: #eeeeee;
   border-radius: 8px;
   width: 44px;
   height: 39px;
   text-align: center;
}
.checkout-index-index .page-wrapper header.page-header .minicart-wrapper .action.showcart .counter.qty {
   background: #009900;
   width: 24px;
   height: 24px;
   line-height: 24px;
   font-size: 12px;
   position: absolute;
   border-radius: 50%;
   padding: 0;
   top: -6px;
   right: -6px;
   margin: 0;
}
.checkout-index-index .page-wrapper header.page-header .minicart-wrapper .action.showcart:before{
   display: none;
}
.checkout-index-index .page-wrapper header.page-header .minicart-wrapper .action.showcart.active:before {
   line-height: 39px;
}
header.page-header .header.content .minicart-wrapper .action.showcart {
   display: flex;
   align-items: center;
   justify-content: center;
   color: #333;
}
.checkout-index-index .page-wrapper header.page-header .panel.header ul.header.links li.link.authorization-link {
   position: relative;
}
.checkout-index-index .page-wrapper header.page-header a.action.showcart:after {
   line-height: 39px;
   font-family: Font Awesome\ 5 Free;
   vertical-align: middle;
   display: inline-block;
   font-weight: 900;
   overflow: hidden;
   speak: none;
   text-align: center;
   font-size: 10px;
   margin-right: 2.5px;
   transition: all .3s;
   content: "\f105";
   transform: rotate(90deg);
   margin-left: 2.5px;
   color: #aaa;
}
.page-header .header.panel ul li {
   margin: 0 10px 0 0 !important;
}
.page-header .header.panel ul li.link.authorization-link a:after {
   content: "|";
   color: rgb(222 222 222);
   right: -8px;
   position: absolute;
   height: 100%;
   width: 10px;
   text-align: center;
}
.header.panel > .header.links > .authorization-link:after {
   display: none;
}
.checkout-index-index footer.page-footer {
   background: #fff;
   padding-bottom: 0;
   border-top: 1px solid #e4e4e4;
}
.checkout-index-index footer.page-footer .links {
   padding-right: 0px;
}
.checkout-index-index footer.page-footer .links .inner-content.mgz-container .mgz-col-md-15 {
   width: 20%;
}
.checkout-index-index footer.page-footer .links .inner-content.mgz-container {
   width: 100%;
}

.checkout-index-index footer.page-footer .footer.content > .newsletter {
   padding-top: 35px;
}
.copyright .mgz-element-column > .mgz-element-inner {
   padding: 10px 0;
}
.checkout-index-index footer.page-footer .footer.content {
   max-width: 1296px !important;
   border-bottom: 1px solid #E5E5E5;
}
.checkout-index-index footer.page-footer h3.block-title.heading {
   margin-top: 20px;
   margin-bottom: 20px;
   letter-spacing: .05em;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
   color: #333;
   position: relative;
}
.checkout-index-index footer.page-footer .footer.content .block-content ul li {
   padding-left: 16px;
   margin: 0;
   position: relative;
}
.checkout-index-index footer.page-footer .footer.content .block-content img.icon {
   max-width: 140px;
   margin-bottom: 10px;
}
.checkout-index-index footer.page-footer .footer.content p {
   font-size: 11.5px;
   font-weight: 300;
   color: #333;
   margin-bottom: 10px;
}
.checkout-index-index footer.page-footer .footer.content .block-content ul li span.fas.mgz-fa-angle-right {
   color: #aaa;
   font-size: 12px;
   position: absolute;
   top: 6px;
   left: 0;
   transition: .3s all;
}
.checkout-index-index footer.page-footer .footer.content .block-content ul li a {
   font-size: 11.5px;
   font-weight: 300;
   --tw-text-opacity: 1;
   color: #333;
   padding: 0;
   display: inline-block;
}
.checkout-index-index footer.page-footer .footer.content .block-content ul li:hover span.fas.mgz-fa-angle-right {
   left: 3px;
}
.checkout-index-index  footer.page-footer .footer.content .block-content .feature > a , 
.checkout-index-index footer.page-footer .footer.content .block-content .feature span a {
   display: inline-block;
   padding: 0;
   width: 26px;
   height: 26px;
   background: #5B514A;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 11px;
   color: #fff !important;
   text-decoration: none;
}
.checkout-index-index footer.page-footer .footer.content .block-content .feature.feature-icon-hover {
   display: flex;
   gap: 10px;
   align-items: center;
   margin-bottom: 10px;
   width: 100%;
}
.checkout-index-index footer.page-footer .footer.content .block-content .feature.feature-icon-hover p.icon-text {
   margin: 0;
}
.checkout-index-index footer.page-footer .footer.content .block-content .feature:hover > a, 
.checkout-index-index footer.page-footer .footer.content .block-content .feature:hover span a {
   background:#D03074;
   text-decoration: none;
}
.checkout-index-index footer.page-footer .footer.content .block-content .feature.feature-icon-hover p.icon-text a {
   text-decoration: none;
}
.firecheckout.checkout-index-index  footer.page-footer{
   max-width: 1360px !important;
   width: 100%;
   margin: 0px auto;
}
.checkout-index-index > .newsletter {
   padding-top: 25px;
   width: auto;
   max-width: 100%;
   margin: 0;
   float: none;
   border-top: 1px solid #e4e4e4;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail {
   display: flex;
   justify-content: flex-end;
   padding: 10px 0px 35px;
   width: auto;
   gap: 10px;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail  input#newsletter {
   min-width: 160px;
   box-shadow: none;
   text-shadow: none;
   height: 36px;
   line-height: 36px;
   padding: 8px 0 8px 12px;
   font-size: 12px;
   font-weight: 400;
   margin: 0;
   border: 1px solid #C5C5C5;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail .field.newsletter {
   max-width: 160px;
   width: 100%;
}
.checkout-index-index .newsletter .field .control:before {
   display: none;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail .actions {
   display: block;
   width: auto;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail .actions button {
   font-weight: 300;
   font-size: 12px;
   background: #5B514A;
   border-color: #5B514A;
   padding: 9px 10px;
   min-width: 124px;
   border-radius: 5px;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail .actions button:hover {
   background: #009900;
   border-color: #009900;
}
.copyright {
   background: #1c1916;
   width: 100%;
   border-bottom-right-radius: .5rem;
   border-bottom-left-radius: .5rem;
   padding: 20px;
}
.checkout-index-index .copyright .magezon-builder .mgz-container {
   width: 100%;
}
.checkout-index-index .copyright .magezon-builder .mgz-container .footer-additional-right {width: 50%;}
.checkout-index-index .copyright .magezon-builder .mgz-container .footer-additional-right > .mgz-element-inner {
   display: flex;
   align-items: center;
   padding: 0 10px;
   justify-content: end;
}
.checkout-index-index .copyright .magezon-builder .mgz-container .footer-additional-right > .mgz-element-inner img.mgz-hover-main {
   height: 30px;
}
.checkout-index-index .copyright .mgz-child:not(:last-child) > .mgz-element-inner {
   margin: 0;
}
.checkout-index-index .copyright .magezon-builder .mgz-container p {
   color: #888;
   font-size: 11.5px;
   padding: 0 10px;
}
.checkout-index-index .copyright .magezon-builder .mgz-container .mgz-col-md-8 {
   width: 50%;
}
.checkout-index-index .page-wrapper header.page-header .panel.header {
   border-start-start-radius: 4px;
   border-end-start-radius: 4px;
   padding: 6px 14px;
   background: #fff;
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   align-items: center;
   height: 29px;
}
.checkout-index-index .page-wrapper header.page-header .panel.header a.action.skip.contentarea {
   display: none;
}
.checkout-index-index .page-wrapper header.page-header .panel.header ul.header.links {
   margin: 0;
}
.checkout-index-index footer.page-footer ul.bullet{
   padding-right: 0px;
}
.caupo-tooltip span.popup-window {
   background: #fff;
   color: #222;
   font-size: 12px;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   font-weight: normal;
   -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
   box-shadow: 0 3px 10px rgba(0,0,0,0.15);
   transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
   -moz-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
   -webkit-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
   -o-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
   padding: 15px 10px 5px;
   position: absolute;
   display: none;
   z-index: 111111;
   top: 100%;
   margin-top: 5px;
}
a.caupo-tooltip.bona-popup:hover span.popup-window {
   display: block;
}
.caupo-tooltip.bona-popup {
   position: relative;
}
.firecheckout-index-index .caupo-tooltip.bona-popup>.popup-window h3 {
   margin-top: 0px;
}
.firecheckout.fc-form-tooltips #checkout form.form-discount .actions-toolbar{
    display: flex;
}
.firecheckout.fc-form-tooltips #checkout form.form-discount .actions-toolbar .primary{
    margin-bottom: 0px;
}
.minicart-wrapper #minicart-content-wrapper .block-content > .subtotal{
   display: flex;
   width: 100%;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary{
   margin: 0px 0px 15px 0px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button.checkout{
   font-size: 13px;
   padding: 0px 10px;
   background-color: #00aece;
   border-color: #00aece;
}

.opc-wrapper .shipping-address-item.selected-item:after{
   font-size: 12px;
   width: 18px;
   height: 18px;
   line-height: 16px;
}
.fc-form-tooltips.firecheckout #checkout .field ._with-tooltip div.mage-error{
    right: 7px !important;
    left: auto !important;
}


.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap div[name="shippingAddress.region_id"]{
   display: none !important;
}
/*Responsive*/
@media screen and (max-width: 800px) {
   .checkout-index-index .top-bar-left p span.text {
       font-size: 11px !important;
   }
}
@media screen and (min-width: 770px){
   .header.panel > .header.links > .authorization-link:after{
       display: none;
   }
   .mobile-header-wrapper ,
   #profile-links {
       display: none;
   }
   .header.panel > .header.links > .authorization-link:after{
       display: none;
   }
}
@media screen and (max-width: 769px) {
   .minicart-wrapper .block-minicart{
        width: 100%;
        left: 0px;
    }
   .checkout-index-index .page-wrapper header.page-header .minicart-wrapper{
        width: 100%;
        display: flex;
        height: inherit;
        float: none;
        padding: 0px;
    }
    .checkout-index-index .page-wrapper header.page-header .minicart-wrapper > div{
        position: initial;
        width: 100%;
    }
    .checkout-index-index .page-wrapper header.page-header .minicart-wrapper > div .block-minicart {
        position: initial;
    }




   .checkout-index-index .page-wrapper {
       margin: 0px;
       width: 100%;
   }
   .header-tax-switcher{
       display: none;
   }
   .checkout-index-index .page-header .panel.wrapper {
       display: none;
   }
   .checkout-index-index .page-wrapper header.page-header .header.content {
       padding: 15px 10px;
   }
  
   .mobile-header-wrapper {
       width:60%;
       justify-content: flex-end;
       position: relative;
       display: flex;
       background: #fff;
   }
   .mobile-header-wrapper #mobile-show-account, .mobile-header-wrapper #mobile-show-search, .mobile-header-wrapper #mobile-show-menu, .mobile-header-wrapper #mobile-show-cart {
       display: flex;
       align-items: center;
       color: #333;
       justify-content: center;
       background-color: #fafafa;
       text-decoration: none;
   }
   .mobile-header-wrapper>a {
       width:40px !important;
       margin-right:5px;
       background-color:#fff !important;
       border-radius:5px 5px 5px 5px;
       -moz-border-radius:5px 5px 5px 5px;
       -webkit-border-radius:5px 5px 5px 5px;
       -khtml-border-radius:5px 5px 5px 5px;
       -ms-border-radius:5px 5px 5px 5px;
       -o-border-radius:5px 5px 5px 5px;
       cursor:pointer;
   }
   .mobile-header-wrapper>a:hover,
   .mobile-header-wrapper>a.active {
       background-color:#f5f5f5 !important;
       color:#000 !important;
   }

   .mobile-header-wrapper>a#mobile-show-search {
       display:none !important;
   }
   .mobile-header-wrapper>#mobile-show-cart {
       margin-right: 0;
       position: relative;
   }
   .mobile-header-wrapper a .far,
   .mobile-header-wrapper a .fas,
   .mobile-header-wrapper>#mobile-show-cart>.text::after {
       font-size:22px;
   }
   .mobile-header-wrapper a .far {
       font-weight:400;
   }
   .mobile-header-wrapper a .fas {
       font-weight:700;
   }
   .mobile-header-wrapper>#mobile-show-cart>.text::after {
       font-weight:400;
   }
   .mobile-header-wrapper #mobile-show-cart.active>.text::after {
       color:#000;
   }
   .mobile-header-wrapper .action.showcart .counter.qty {
       width: 25px;
       height:25px;
       line-height:25px;
       font-size:12px;
       top: -12px;
       left: 10px;
       background:#13a83d;
       padding: 0;
       position: absolute;
       border-radius: 50%;
       color: #fff;
   }
   .mobile-header-wrapper>a>.label {
       display:none;
   }
   .mobile-header-wrapper #mobile-show-cart,.mobile-header-wrapper #mobile-show-account,.mobile-header-wrapper #mobile-show-search,.mobile-header-wrapper #mobile-show-menu {
       width: 25%;
       text-align: center
   }
   .mobile-header-wrapper #mobile-show-account,.mobile-header-wrapper #mobile-show-search,.mobile-header-wrapper #mobile-show-menu,.mobile-header-wrapper #mobile-show-cart {
       display: flex;
       align-items: center;
       color: #333;
       justify-content: center;
       background-color: #fafafa;
       text-decoration: none
   }
   .mobile-header-wrapper #mobile-show-account .label,.mobile-header-wrapper #mobile-show-search .label,.mobile-header-wrapper #mobile-show-menu .label,.mobile-header-wrapper #mobile-show-cart .label {
       margin-left: 5px
   }
   .mobile-header-wrapper #mobile-show-account.active,.mobile-header-wrapper #mobile-show-search.active,.mobile-header-wrapper #mobile-show-menu.active,.mobile-header-wrapper #mobile-show-cart.active {
       background-color: #f5f5f5;
       color: #d03074
   }
   .mobile-header-wrapper #mobile-show-cart .text:after {
       color: #333
   }
   .mobile-header-wrapper a {
       padding: 0;
       height: 40px
   }
   .mobile-header-wrapper a .far,.mobile-header-wrapper a .fas {
       font-size: 20px;
       line-height: 28px
   }
   .mobile-header-wrapper .action.showcart {
       position: relative
   }
   .mobile-header-wrapper .action.showcart span.text:after {
       webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 22px;
       line-height: 28px;
       color: #757575;
       content: '\e611';
       font-family: 'luma-icons';
       margin: 0;
       vertical-align: top;
       display: inline-block;
       font-weight: 400;
       overflow: hidden;
       speak: none;
       text-align: center
   }
   .mobile-header-wrapper .action.showcart .counter.qty.empty ,
   .checkout-index-index .page-wrapper header.page-header a.action.showcart:after{
       display: none
   }
   .mobile-header-wrapper .action.showcart .counter.qty .counter-label {
       border: 0;
       clip: rect(0, 0, 0, 0);
       height: 1px;
       margin: -1px;
       overflow: hidden;
       padding: 0;
       position: absolute;
       width: 1px
   }
   .minicart-wrapper .action.showcart {
       display: none !important
   }
   .minicart-wrapper .action.close {
       display: none
   }
   .minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after {
       display: none
   }
   .mini-cart .action.showcart {
       display: flex !important
   }
   header.page-header .header.content>.logo img {
       margin-left: 20px;
   }
   .checkout-index-index footer.page-footer .links .inner-content.mgz-container .mgz-col-md-15 {
       width: 100%;
   }

   .checkout-index-index .newsletter .content form#newsletter-validate-detail {
       justify-content: center;
   }
   .checkout-index-index footer.page-footer .footer.content > .newsletter {
       padding-top: 25px;
       border-top: 1px solid #E5E5E5;
   }
   .checkout-index-index footer.page-footer h3.block-title.heading:after {
       content: "\f078";
       font-weight: 900;
       font-family: "Font Awesome 5 Free";
       -moz-osx-font-smoothing: grayscale;
       -webkit-font-smoothing: antialiased;
       display: inline-block;
       font-style: normal;
       font-variant: normal;
       text-rendering: auto;
       color: #333;
       position: absolute;
       top: 2px;
       right: 0;
   }

   .header.content #profile-links {
       padding: 20px;
       position: relative;
       border: 1px solid #bbb;
       box-shadow: none;
       margin: 10px;
       list-style: none;
   }
   .checkout-index-index footer.page-footer h3.block-title.heading {
       border-bottom: 1px solid rgb(238 238 238);
       padding-bottom: 10px;
       margin: 0px 0px 15px 0px;
   }
   .checkout-index-index footer.page-footer .block-content {
      height: 0px;
      overflow: hidden;
      transition: all 0.4s ease-in-out;
   }

   .checkout-index-index footer.page-footer .links > div{
      width: 100%;
   }
   .checkout-index-index footer.page-footer .links .inner-content.mgz-container > div{
      width: 100%;
   }
   .checkout-index-index footer.page-footer .links .inner-content.mgz-container .block-content.main{
      height: auto;
      margin-bottom: 10px;
   }
   .checkout-index-index footer.page-footer .links .mgz-element-column > .mgz-element-inner{
      padding: 0px;
   }

}

/*checkout-css-end*/
#svea_checkoutSidebar table.svea-checkout-review td.svea-checkout-col.qty input::-webkit-inner-spin-button,
#svea_checkoutSidebar table.svea-checkout-review td.svea-checkout-col.qty input::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
#svea_checkoutSidebar table.svea-checkout-review td.svea-checkout-col.qty input{
   -moz-appearance: textfield;
}
.firecheckout .field-tooltip {
   display: none
}
.caupo-tooltip .fas {
   color: #5fb7e1;
   font-size: 1.33em;
}
.firecheckout.firecheckout-index-index #checkout .opc-block-summary>.title{
   font-size: 18px;
}
.firecheckout .opc-block-summary .product-image-wrapper img{
   max-width: 100%
}
/*.firecheckout.checkout-index-index #maincontent .column.main #checkout .field._required.fc-dirty {
   display: none;
}*/
.firecheckout.checkout-index-index aside .data.table.table-totals tbody tr.totals {
   display: none;
}

.firecheckout.checkout-index-index .page-wrapper.exclude-tax aside .data.table.table-totals tbody tr.totals.sub.excl ,
.firecheckout.checkout-index-index .page-wrapper.exclude-tax aside .data.table.table-totals tbody tr.totals.shipping.excl {
   display: table-row;
}
.firecheckout.checkout-index-index .page-wrapper.include-tax aside .data.table.table-totals tbody tr.totals.sub.incl , 
.firecheckout.checkout-index-index .page-wrapper.include-tax aside .data.table.table-totals tbody tr.totals.shipping.incl {
   display: table-row;
}
.firecheckout.checkout-index-index aside .data.table.table-totals tbody tr.grand.totals {
   display: table-row;
}
.firecheckout.checkout-index-index .page-wrapper aside .subtotal span.price {
   display: none;
}
.firecheckout.checkout-index-index .page-wrapper.exclude-tax aside .subtotal span.price-excluding-tax span.price, 
.firecheckout.checkout-index-index .page-wrapper.include-tax aside .subtotal span.price-including-tax span.price{
   display: block;
}


.firecheckout-index-index .fc_title_box {
   background-color:#fbf9e2;
   border:none;
   border-radius:2px 2px 2px 2px;
   -moz-border-radius:2px 2px 2px 2px;
   -webkit-border-radius:2px 2px 2px 2px;
   -khtml-border-radius:2px 2px 2px 2px;
   -ms-border-radius:2px 2px 2px 2px;
   -o-border-radius:2px 2px 2px 2px;
   display:block;
   text-align:center;
   padding: 20px;
   margin-bottom: 20px;
}
.firecheckout-index-index .fc_title_box h1 {
   font-weight:700;
   font-size:1.8rem;
   margin-bottom:10px !important;
}
.firecheckout-index-index .fc_title_box h1 span {
   display:block;
   margin:1rem 0 0;
   font-weight:400;
   font-size:1.4rem;
   line-height:1.42857143;
}
.firecheckout-index-index .fc_title_box a {
   display:inline-block !important;
   text-align:center;
   font-weight: 600;
   font-size: 1.1111em;
   padding: 7.5px 25px !important;
   color: #fff;
   background-color: #00aece;
   border: 1px solid #00aece;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   -khtml-border-radius: 3px 3px 3px 3px;
   -ms-border-radius: 3px 3px 3px 3px;
   -o-border-radius: 3px 3px 3px 3px;
}
.firecheckout-index-index .fc_title_box>a:hover {
   background-color: #377e98;
   text-decoration: none;
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout input[type=radio]:not(:checked) {
   border: 2px solid #00325c !important
}

.firecheckout #checkout input[type=radio]:checked:after {
   background-image: url('../../sv_SE/Svea_Checkout/images/check.svg') !important;
   background-size: 38px 20px !important;
   height: 20px !important;
   background-color: #fff !important;
   width: 20px !important
}

.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row {
   border-bottom: 1px solid #ddd
}

.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row:last-child {
   border-bottom: 0
}

.firecheckout .table-checkout-shipping-method tbody td {
   padding: 15px 10px !important
}

.checkout-onepage-success .checkout-success {
   display: flex;
   flex-direction: column
}

.checkout-onepage-success .checkout-success .checkout-success-container {
   width: 100% !important
}

.checkout-onepage-success .checkout-success .checkout-success-container .block.thank-you-note {
   text-align: center !important
}

.checkout-onepage-success .checkout-success .checkout-success-container .block.thank-you-note .block-content .actions-toolbar {
   display: flex !important;
   margin-top: 30px !important
}

.firecheckout.checkout-index-index .buyer-agreement {
   text-align: center;
   margin-bottom: 25px
}

.firecheckout.checkout-index-index .remove-product:hover {
   cursor: pointer
}

.firecheckout.checkout-index-index .remove-product span {
   display: none
}

.firecheckout.checkout-index-index .remove-product:after {
   content: url(../../sv_SE/Svea_Checkout/images/trash.svg);
   padding-left: 20px;
   display: inline-block;
   width: 30px;
   height: 30px;
   margin-top: 13px
}

.firecheckout.checkout-index-index #maincontent {
   position: relative
}

.firecheckout.checkout-index-index #maincontent .column.main {
   padding-bottom: 80px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout {
   display: grid;
   grid-template-columns: 100%;
   grid-template-rows: auto;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .step-title:before,.firecheckout.checkout-index-index #maincontent .column.main #checkout .title:before {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .step-title {
   font-size: 18px !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.vat_id'] label:after {
   position: static;
   content: ' *';
   color: #e02b27;
   font-size: 1.4rem;
   margin: 0 0 0 2px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.country_id'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.country_id'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.region'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.region'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.custom_attributes.invoice_pdf_email'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.custom_attributes.order_bestallare_id'] {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.custom_attributes.invoice_pdf_email'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.company'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.company'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.vat_id'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.telephone'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.custom_attributes.reference'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.telephone'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.custom_attributes.reference'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.vat_id'] {
   width: 100% !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.custom_attributes.order_bestallare_id'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.lastname'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.firstname'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.city'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.postcode'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.lastname'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.firstname'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.city'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.postcode'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.custom_attributes.customer_mobilephone'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.custom_attributes.customer_mobilephone'] {
   width: 50% !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.street.1'] label,.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='shippingAddress.street.2'],.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.street.1'] label,.firecheckout.checkout-index-index #maincontent .column.main #checkout [name='billingAddressshared.street.2'] {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout #opc-shipping_method,.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box {
   margin-bottom: 0 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout #shipping,.firecheckout.checkout-index-index #maincontent .column.main #checkout #opc-shipping_method,.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box,.firecheckout.checkout-index-index #maincontent .column.main #checkout aside {
   border: 1px solid #e1e7ea;
   box-shadow: 0 2px 2px 2px rgba(0,0,0,.0125)
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout aside {
   margin-bottom: 45px !important;
   border: 0 !important;
   border-bottom: 1px solid #e1e7ea !important;
   box-shadow: none !important;
   padding: 10px !important;
   border-radius: 0 !important;
   position: static !important;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .subtotal {
   display: flex !important;
   align-items: center
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-including-tax span,.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-excluding-tax span,.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-including-tax span:before,.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-excluding-tax span:before {
   font-size: 14px !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-including-tax span,.firecheckout.checkout-index-index #maincontent .column.main #checkout aside .opc-block-summary .content.minicart-items .product-item-inner .price-excluding-tax span {
   font-weight: 600 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout #shipping,.firecheckout.checkout-index-index #maincontent .column.main #checkout .fieldset.swissup-checkout-fields,.firecheckout.checkout-index-index #maincontent .column.main #checkout .checkout-billing-address>fieldset,.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box,.firecheckout.checkout-index-index #maincontent .column.main #checkout #opc-shipping_method {
   border-radius: 10px !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout input {
   background: #fff !important;
   border: 1px solid #e2e2e2 !important
}

/*.firecheckout.checkout-index-index #maincontent .column.main #checkout #checkout-payment-method-load {
   display: none
}*/

.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box {
   width: 100%
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box h3 {
   margin-bottom: 20px;
   margin-top: 10px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box ul {
   list-style: none !important;
   padding-left: 0 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .data.table.table-totals .totals.shipping.incl .value {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .payment-option._collapsible.opc-payment-additional.discount-code {
   width: 50%;
   float: left
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary #block-discount-heading {
   padding-left: 6px;
   cursor: default !important;
   font-weight: 400
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary #block-discount-heading:after {
   display: none
}



.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper .opc-block-summary button,
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper .opc-block-summary button:hover{
    background-color: transparent !important;
    border: none !important;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary button span{
    display: none;
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary button::before{
    content: '\e604';
    font-size: 18px;
    color: #757575;
    font-family: 'luma-icons';
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .choice.field.fc-dirty,.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .payment-option-title.field.choice.fc-field-choice {
   padding: 0 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .payment-option-title {
   margin-left: 60px;
   margin-top: 70px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .payment-option-title .action.action-toggle {
   color: #333 !important;
   font-size: 14px !important;
   text-transform: initial !important;
   cursor: pointer
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-block-summary .payment-option-title .action.action-toggle .discount-underline {
   cursor: pointer;
   text-decoration: underline
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper {
   float: none;
   width: auto
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps {
   display: grid;
   grid-template-columns: 48.5% 48.5%;
   grid-template-rows: auto;
   grid-gap: 3%
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping {
   box-sizing: border-box;
   width: 100%;
   background: #f9f9f9;
   border: 1px solid #e1e7ea;
   box-shadow: 0 2px 2px 2px rgba(0,0,0,.025);
   height: fit-content
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping .fieldset.hidden-fields {
   margin-bottom: 40px !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping #block-discount-heading {
   padding-left: 6px;
   cursor: default !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping #block-discount-heading:after {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping button {
   background: #77a24c !important;
   border-color: #77a24c !important;
   color: #fff !important;
   font-weight: 400 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping .choice.field.fc-dirty,.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping .payment-option-title.field.choice.fc-field-choice {
   padding: 0 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping .payment-option-title .action.action-toggle {
   color: #333 !important;
   font-size: 14px !important;
   text-transform: initial !important;
   cursor: pointer
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #shipping .payment-option-title .action.action-toggle .discount-underline {
   cursor: pointer;
   text-decoration: underline
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method {
   margin: 0;
   width: 100%;
   margin-bottom: 20px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method {
   width: 100%
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody {
   display: block
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row {
   display: flex;
   align-items: center
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(1) {
   order: 1
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(2) {
   order: 3;
   padding-left: 0 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(3) {
   order: 2
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(3):after {
   content: "-";
   margin-left: 10px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(4) {
   display: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #opc-shipping_method .table-checkout-shipping-method tbody tr.row td:nth-child(5) {
   order: 4;
   margin-left: auto
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment {
   height: fit-content;
   margin: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0;
   background: #fff;
   border: 0;
   border-radius: 0;
   box-shadow: none
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment .action.action-cancel {
   background: 0 0 !important;
   color: #00aece;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment .checkout-billing-address>fieldset {
   box-sizing: border-box;
   padding: 25px;
   background: #f9f9f9;
   border: 1px solid #e1e7ea;
   border-radius: 4px;
   box-shadow: 0 2px 2px 2px rgba(0,0,0,.025);
   margin-left: 0 !important;
   margin-right: 0 !important;
   margin-top: 25px !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment .checkout-billing-address {
   margin-bottom: 20px;
   margin-bottom: 10px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment .place-order.order-review-form .actions-toolbar button {
   background: #77a24c !important;
   border-color: #77a24c !important;
   font-weight: 400 !important;
   width: 90% !important;
   margin: 0 auto !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment .action.action-update {
   background: #77a24c !important;
   border-color: #77a24c !important;
   font-weight: 400 !important
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment #co-payment-form>fieldset {
   display: flex;
   flex-direction: column-reverse
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment #co-payment-form .fieldset .fieldset.swissup-checkout-fields {
   box-sizing: border-box;
   padding: 25px;
   background: #f9f9f9;
   border: 1px solid #e1e7ea;
   border-radius: 4px;
   box-shadow: 0 2px 2px 2px rgba(0,0,0,.025);
   margin-bottom: 10px !important
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps #payment #co-payment-form .billing-address-same-as-shipping-block.field.choice {
   background: none;
   color: #333;
   padding: 5px;
   border: 2px solid #32c59a;
   border-radius: 8px 8px 8px 8px;
   -moz-border-radius: 8px 8px 8px 8px;
   -webkit-border-radius: 8px 8px 8px 8px;
   -khtml-border-radius: 8px 8px 8px 8px;
   -ms-border-radius: 8px 8px 8px 8px;
   -o-border-radius: 8px 8px 8px 8px;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .modal-custom.opc-sidebar.opc-summary-wrapper {
   order: 1;
   position: initial;
   float: none;
   width: 100%;
   margin: 0
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .modal-custom.opc-sidebar.opc-summary-wrapper .place-order.order-review-form {
   position: absolute;
   bottom: 10px !important;
   z-index: 200;
   width: calc(27.5%) !important;
   margin-left: -25px
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .modal-custom.opc-sidebar.opc-summary-wrapper .place-order.order-review-form .actions-toolbar {
   margin: 0
}

.customer-account-index #category_list,.sales-order-history #category_list,.wishlist-index-index #category_list,.customer-account-edit #category_list,.newsletter-manage-index #category_list {
   display: none
}

.checkout-index-index footer.page-footer .footer.content{
   display: flex;
   flex-direction: column;
}
.checkout-index-index footer.page-footer .footer.content > .newsletter{
   display: flex;
   align-items: center;
   width: 100%;
   max-width: inherit;
   justify-content: end;
   border-top: 1px solid #eee;
}
.checkout-index-index .newsletter .content .form.subscribe{
   padding-top: 0px !important;
}
.checkout-index-index .page-footer .footer.content> .newsletter{
   padding: 35px 0px;
   margin-bottom: 0px;
}
.checkout-index-index .page-footer .newsletter > .title{
   display: block;
   margin-bottom: 0px;
}
.checkout-index-index .page-footer .newsletter > .title strong{
    font-weight: 400;
    font-size: 16px;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail{
   padding: 10px 10px 0px;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail input#newsletter{
   min-width: inherit;
   padding: 7px 15px;
   line-height: 20px;
   border-radius: 5px;
}
.checkout-index-index .newsletter .content form#newsletter-validate-detail .actions button{
   min-width: inherit;
   padding: 7px 15px;
   line-height: 20px;
}


.firecheckout.checkout-index-index .page-wrapper.include-tax aside .data.table.table-totals tbody .totals.sub.incl,
.firecheckout.checkout-index-index .page-wrapper.include-tax aside .data.table.table-totals tbody .totals.shipping.incl{
   display: table-row!important;
}
.firecheckout.checkout-index-index .page-wrapper.exclude-tax aside .data.table.table-totals tbody .totals.sub.excl,
.firecheckout.checkout-index-index .page-wrapper.exclude-tax aside .data.table.table-totals tbody .totals.shipping.excl{
   display: table-row!important;
}
.firecheckout.checkout-index-index .data.table.table-totals tbody .totals.shipping.excl .mark span.value{
  display: none;
}
.firecheckout .minicart-items-wrapper, .firecheckout .opc-block-summary .minicart-items-wrapper,
.firecheckout.checkout-index-index #checkout .minicart-items .product-image-container{
   height: auto !important;
   max-height: inherit !important;
}
.checkout-index-index footer.page-footer .footer.content .field.newsletter div.mage-error{
    position: absolute;
}

.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper form.form-discount{
   gap: 5px;
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper form.form-discount .actions-toolbar .primary{
   display: flex;
   gap: 5px;
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper form.form-discount .actions-toolbar .primary button{
    border: 1px solid #e2e2e2 !important;
    height: 50px;
    width: 50px;
    margin: 0px;
}
.firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-summary-wrapper form.form-discount .actions-toolbar .primary button:hover{
    background-color: transparent !important;
}
.firecheckout.fc-form-tooltips #checkout form.form-discount .actions-toolbar .primary button.action-apply::before{
    content: "\e610" !important;
}


.MuiPaper-root .MuiFormControl-root:nth-child(2) > label{
    width: 100%;
    padding-right: 100px;
}

@media screen and (max-width: 768px) {
   .caupo-tooltip.bona-popup {
       position:initial
   }

   .caupo-tooltip.bona-popup span.popup-window {
       left: auto !important;
       top: auto !important;
/*       display: block;*/
       left: 50% !important;
       width: 90% !important;
       transform: translateX(-50%);
   }

   .svea-checkout-radio-row .caupo-tooltip.bona-popup {
       position: initial
   }

   .svea-checkout-radio-row .caupo-tooltip.bona-popup span.popup-window {
       width: 79vw !important
   }

   .checkout-billing-address .caupo-tooltip.bona-popup {
       position: initial
   }

   .checkout-billing-address .caupo-tooltip.bona-popup span.popup-window {
       left: 0 !important;
       width: 95% !important
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps {
       display: flex !important;
       flex-direction: column
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps li#shipping {
       order: 2
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps li#opc-shipping_method {
       order: 3
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps li#payment {
       order: 4
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .opc-wrapper #checkoutSteps li.notice-box {
       order: 1;
       margin-top: 0 !important;
       margin-bottom: 20px !important
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .modal-custom.opc-sidebar.opc-summary-wrapper {
       margin-bottom: 20px !important
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout #checkoutSteps {
       display: block !important
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout .notice-box {
       margin-top: 30px
   }

   .firecheckout.checkout-index-index #maincontent .column.main #checkout #opc-shipping_method {
       margin-bottom: 20px !important;
       margin-top: 10px !important
   }

   .firecheckout.checkout-index-index #maincontent .column.main .checkout-billing-address {
       margin-bottom: 0
   }
   
}

@media screen and (min-width: 768px) {
   .firecheckout.checkout-index-index .buyer-agreement {
       text-align:center;
       margin-bottom: 25px
   }

   .firecheckout.checkout-index-index .remove-product:hover {
       cursor: pointer
   }

   .firecheckout.checkout-index-index .remove-product span {
       display: none
   }

   .firecheckout.checkout-index-index .remove-product:after {
       content: url(../../sv_SE/Svea_Checkout/images/trash.svg);
       padding-left: 20px;
       display: inline-block;
       width: 30px;
       height: 30px;
       margin-top: 13px
   }

   .firecheckout.checkout-index-index aside .content.minicart-items {
       border-bottom: 1px solid #ddd !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product-item {
       border-top: 1px solid #ddd !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-image-container {
       width: 100px !important;
       height: 100px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details {
       padding-left: 130px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner {
       display: flex;
       justify-content: space-between;
       margin-top: 20px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper {
       width: 100% !important;
       display: flex !important;
       border-radius: 10px !important;
       border-color: #ddd !important;
       height: 39px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper input {
       position: relative !important;
       order: 2;
       top: -2px !important;
       height: 44px !important;
       min-height: 44px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper .qty-toggler.qty-less {
       display: inline-block !important;
       position: relative !important;
       height: 36px !important;
       width: 36px !important;
       order: 1;
       text-align: center;
       border: 0 !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper .qty-toggler.qty-less svg {
       width: 17px !important;
       height: 40px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper .qty-toggler.qty-more {
       display: inline-block !important;
       position: relative !important;
       height: 36px !important;
       width: 36px !important;
       order: 3;
       text-align: center;
       border: 0 !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .details-qty .qty-wrapper .qty-toggler.qty-more svg {
       width: 17px !important;
       height: 40px !important
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .product-item-name-block {
       display: flex;
       width: 60% !important;
       justify-content: space-between
   }

   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
       font-weight: 700 !important;
       font-size: 16px !important
   }

   .firecheckout.checkout-index-index aside .data.table.table-totals {
       max-width: 500px;
       float: right !important;
       border-top: 0 !important
   }
}

@media screen and (max-width: 1110px) {
   .opc-block-summary .action.action-toggle {
       padding-left:0 !important
   }

   .opc-block-summary .payment-option._collapsible.opc-payment-additional.discount-code {
       width: auto !important
   }

   .opc-block-summary .payment-option-title {
       margin-top: 30px !important;
       margin-bottom: 10px !important;
       margin-left: 0 !important
   }
}

@media screen and (max-width: 1023px) {
   .opc-block-summary table.data.table.table-totals {
       max-width: 100% !important
   }
}


@media screen and (max-width: 959px) {
   .checkout-index-index .opc-block-summary .title {
       font-size: 22px
   }
}

@media screen and (max-width: 769px) {
   .firecheckout.checkout-index-index .page-wrapper header.page-header .header.content{
      height: auto;
   }
}
@media screen and (max-width: 659px){
   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner{
      position: relative;
   }
   .firecheckout.checkout-index-index aside .minicart-items-wrapper .product .product-item-details .product-item-inner button.delete-item{
      position: absolute;
      left: 120px;
      bottom: 3px;
   }
}
@media screen and (max-width: 480px){
    .checkout-index-index footer.page-footer .footer.content .block.newsletter{
        justify-content: start;
        flex-wrap: wrap;
        gap: 10px;
    }
    .checkout-index-index footer.page-footer .footer.content .block.newsletter > .content{
        width: 100%;
    }
    .checkout-index-index footer.page-footer .footer.content .block.newsletter > .content .form.subscribe{
        justify-content: start !important; 
        padding: 0px !important;
    }
}