<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
img {
    vertical-align: middle;
    border-style: none;
}
.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
} 

.catalog-product-view {
    font-family: 'Work Sans', sans-serif;    
}
body.catalog-product-view {
	background-color: #fff;
}
.breadcrumbs {
	display: none;
}
/* .catalog-product-view .page-main {
	margin-top: 40px;
} */

.product-options-bottom .box-tocart &gt; .fieldset {
	display: flex;
}
.product-options-bottom .box-tocart &gt; .fieldset .qty {
	margin-right: 5px;
	border-radius: 3px;
	height: 52px;
}
.product-options-bottom .box-tocart &gt; .fieldset .actions {
	flex: 1;
}
.product-options-bottom .box-tocart .action.tocart {
	width: 100%;
	/* background-color: #FF4822; */
    background-color: black;
	border-color: black;
}
.product .fotorama__stage__frame .fotorama__img {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    position: static;
    margin-top: auto !important;
}
.mgz-element-text {
	font-family: Roboto, sans-serif;
}


.amstockstatus-category {
    display: none;
}
.amstockstatus-category._show {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 35px;
    border-style: solid;
    border-width: thin;
    padding: 5px;
    font-size: 1.1em;
    border-color: #000;
    background-color: #eee;
    z-index: 99999;
}
span.cart-icon img {
    width: 20px !important;
    /* margin-top: 5px; */
    margin-top: 13px;
}
span.cart-icon {
    display: inline-block;
    float: right;
}

span.cart-icon span {
    font-size: 18px;
    position: relative;
    top: 5px;
}
span.cart-icon .green {
    color: #008000;
}
span.cart-icon .red {
    color: #ec1d25;
}
span.cart-icon .yellow {
    color: #fedd00;
}
span.cart-icon .yellow img {
  width: 25px !important;
    background-color: #ffd300;
    border-radius: 100%;
}
.product-item .price-box .price {
    font-size: 2.0rem;
    font-weight: normal;
    font-family: helvetica;
}
span.compare-icon {
    display: inline-block;
    padding-left: 10px;
}
span.compare-icon img {
    width: 25px;
}


/* Catalog Product view Page css */

.catalog-product-view .product-info-main .page-title-wrapper.product h1.page-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.catalog-product-view .product-info-price .product-info-stock-sku p.stock.available {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.catalog-product-view .product-info-price .old-price span.price-container.price-final_price.tax.weee {
    text-decoration: line-through;
}

.catalog-product-view .product-options-bottom .box-tocart &gt; .fieldset {
    flex-direction: row-reverse;
}
.catalog-product-view .product-info-main .product-add-form .bundle-options-container {
    margin-bottom: 0px;
}
.catalog-product-view .product-options-bottom .box-tocart .fieldset .field.qty.bundle-pack {
    margin-bottom: 0px;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-bottom {
    margin: 0 0 0px;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-bottom .box-tocart {
    margin: 0 0px;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-bottom .box-tocart .fieldset:last-child {
    margin-bottom: 0px;
}
.catalog-product-view .mp_social_share_inline:last-child {
    display: none !important;
}
/* .catalog-product-view .fotorama-item.fotorama .fotorama__wrap.fotorama__wrap--css3 .fotorama__stage {
    height: 470px !important;
} */
 #product-attribute-specs-table &gt; tbody &gt; tr &gt; th {
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #D2D2D2;
    width: 24% !important;
}

.catalog-product-view td.powercord_prodspecth{
    font-weight: 600;
    background-color: white;
    border: 1px solid #D2D2D2;
    width: 20% !important;
    padding: 3px !important;
}

.catalog-product-view td.powercord_prodspectd, #product-attribute-specs-table &gt; tbody &gt; tr &gt; td {
    border: 1px solid #D2D2D2;
    padding: 3px !important;
}

@media (max-width: 767px) {
    .catalog-product-view .page-wrapper .page-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .catalog-product-view div#tab-label-description {
        display: none;
    }
    .catalog-product-view .product.data.items &gt; .item.content {
        border: none;
    }
    .catalog-product-view .product-info-main .product-social-links .product-addto-links {
        display: none !important;
    }
}
.catalog-product-view .breadcrumbs {
    display: none;
}
.catalog-product-view .page-wrapper .breadcrumbs a {
    color: #006bb4;
}
.catalog-product-view .page-wrapper .breadcrumbs .items {
    font-size: 1.4rem !important;
    padding-top: 18px;
}

/* Videos on product page  */
.video-list { padding-top: 20px; }

/* Remove tab title on product page */
.product.data.items .data.item.title { display: none; }

/* Remove margin under image gallery in product page */
.product.media { margin-bottom: 0px; }


/* Thumbnails on product page  */

.fotorama__thumb {
    background-color: #ffffff;
  border-style: solid;
    border-width: thin;
    border-color: #dddddd;
}

.fieldset &gt; .field &gt; .label, .fieldset &gt; .fields &gt; .field &gt; .label { font-weight: 600; }

.box-tocart {
  width: 100%;
  display: inline-block;
}
.box-tocart .field.qty {
  float: left;
  margin-right: 20px;
}
.box-tocart .actions {
  width: 73%;
  float: left;
  margin-top: 7px;
}

/* Formatting category view product boxes  */
.item.product.product-item {
  border-style: solid;
  border-width: thin;
  border-color: #ddd;
  padding: 10px;
}

span[data-price-type="oldPrice"], span.old-price { 
  text-decoration: line-through; 
}
span.price-label { 
  display:none; 
}


.product-item .price-box {
    display: inline-block;
    /* margin: 10px 0 25px; */
    margin: 20px 0 25px;
  margin-bottom: 0;
}
.product-item-name {
    height: 50px;
    /* overflow: hidden; */
}

/* related/upsell/crossell product item grid */
@media (min-width: 1025px) {
  .page-layout-1column .products-grid .product-item {
    width: calc((100% - 5%)/6);
    margin-left: 1% !important;
  }
  .page-layout-1column .products-grid .product-item-info {
    width: 100%;
  }
  .page-layout-1column .products-grid .product-item-info .product-item-name {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .action.primary {
    width: 100%;
  }
  .catalog-product-view .product-item-actions .actions-primary + .actions-secondary &gt; .action {
    margin-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-layout-1column .products-grid .product-item {
        width: calc((100% - 4%)/5);
        margin-left: 1% !important;
      }
}


@media (min-width: 768px) {
    .catalog-product-view.page-layout-1column .products-grid .product-item {
        margin-left: 0 !important;
    }
}

@media (min-width: 1025px){
  .products-grid .product-item-inner {
    bottom: 110px;
  }
}

@media (min-width: 640px) {
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .products-grid .product-item-inner {
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .products-grid .product-item-inner .product-item-actions {
        margin: 0px;
    }
}
.mp_social_share_inline {
    display: none !important;
}
/* Catalog Page CSS */
.page-main .columns .column.main #layered-filter-block {
    display: none;
}
.product-item-info .actions-primary,
.product-item-info .actions-secondary {
    display: none !important;
}
.columns .column.main #amasty-shopby-product-list .products-grid .product-item-info:hover {
    background-color: #E6E9EC;
    position: static;
}
#amasty-shopby-product-list .products.list.product-items li.item.product.product-item {
    border: none;
}
/* .product-price-custom .product-addtocart {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #E74C3C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E74C3C;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 40px 15px 40px;
    width: 64%;
    display: block;
    text-align: center;
    text-decoration: none;
} */
.product-price-custom .tocart.custom-product-addtocart {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #E74C3C !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E74C3C !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 40px 15px 40px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.box-tocart .actions button#product-addtocart-button,
.login .actions-toolbar .primary button.action.login.primary,
.login-container .actions-toolbar .primary a.action.create.primary{
    background-color: #E74C3C !important;
    border-color: #E74C3C !important;
}

.modal-popup.confirm button.action-primary.action-accept,
.actions-toolbar .primary button.action.primary.add,
.actions-toolbar .primary button.action.save.primary,
.checkout-success .actions-toolbar .primary a.action.primary.continue,
.actions-toolbar .primary button.action.tocart.primary {
    background-color: #E74C3C !important;
    border-color: #E74C3C !important;
}

#maincontent .login-container .block.block-customer-login,
#maincontent .login-container .block.block-new-customer{
    color: black;
}

.customer-account-create fieldset#group-fields-customer-attributes {
    margin: 0;
    padding: 0;
}

.customer-account-create #maincontent .create.account fieldset.fieldset.create.account {
    margin-bottom: 0px;
}


.page-wrapper main#maincontent,
#maincontent .page-title span.base
{
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}


.mpquickcart .minicart-items .product-item-name{
    margin-right: 0% !important;
    text-align: left;
}

.minicart-wrapper .product-item-details .product-item-pricing .price-container {
    text-align: left;
}

.minicart-wrapper .product-item-details .product-item-pricing .details-qty.qty {
    text-align: left;
}

.minicart-wrapper .block-minicart .block-title {
    text-align: left;
}

.mpquickcart .minicart-wrapper .block-footer{
    height: 35%;
}

.customer-account-forgotpassword .page-wrapper {
    background-color: #E6E9EC;
}

.form.password.forget .primary button.action.submit.primary {
    background: #E74C3C;
    border: #E74C3C;
    padding: 12px;
}

.form-create-account .primary button.action.submit.primary {
    background: #E74C3C;
    border: #E74C3C;
    padding: 12px;
}

.product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs {
    padding-left: 18px;
}

.checkout-cart-index .page-wrapper{
    background-color: #E6E9EC !important;
}

.catalog-product-view #maincontent .columns .column.main .product.info.detailed {
    width: 97.5%;
    margin: 0 auto;
}
.catalog-product-view .columns .block.related .block-content.content,
.catalog-product-view .columns .block.related .block-title.title {
    padding-left: 18px;
}

.items.order-links li.nav.item strong,
.table-wrapper.order-items .table-order-items tfoot,
.order-details-items .table-wrapper.order-items .table-order-items tfoot td {
    background: #0F0F0F;
}



#amasty-shopby-product-list .products-grid ol.products.list.items.product-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item-details strong.product.name.product-item-name a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    text-decoration: none;
}

.product-mix-match-wrapper .product-item-details strong.product.name.product-item-name a {
    color: black;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 400;
    text-decoration: none;
}


.product-mix-match-wrapper .product-item-details strong.product.name.product-item-name {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 16px;
}

.product-info-main .stock.available {
    font-size: 13px !important;
}

.product-item-info .product-image-container {
    max-width: 89%;
}
.product-item-info span.product-image-wrapper {
    width: 240px;
    border-radius: 4px;
}
.product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
    height: 100%;
}
.page-products .products-grid .product-item-details .product-item-inner:before {
    background: none !important;
}
#amasty-shopby-product-list .magebees_no_content.mageb-no-more-load {
    display: none;
}
.minicart-wrapper .mpquickcart-icon-wrapper {
    margin-right: 0px;
    margin-top: 0;
}

/* Mobile Css */

@media (max-width: 768px) {
    #amasty-shopby-product-list .products-grid ol.products.list.items.product-items {
        flex-direction: column !important;
        align-content: center !important;
    }
    #amasty-shopby-product-list .products-grid .product-item {
        width: 85%;
    }
    strong.product-price-custom a{
        padding: 10px 12px 10px 12px;
        font-size: 16px;
        width: 88%;
    }
    #amasty-shopby-product-list .products-grid .product-items li.item.product.product-item {
        margin-left: 0px;
    }
    /* .engloy-custom-price strong.product-price-custom {
        display: flex;
        justify-content: center;
    } */
    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.5);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .page-wrapper .page-header .header.content span.action.nav-toggle {
        top: 48px;
    }
    .page-products .product.product-item .product-item-info{
        width: 100%;
        text-align: center;
    }
    .product-item-details strong.product.name.product-item-name {
        padding-bottom: 25px !important;
        width: 70%;
    }
    .product.details.product-item-details .engloy-custom-price {
        width: 76%;
    }
    .product.details.product-item-details {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
        border-radius: 4px;
    }
    .page-wrapper .page-header .minicart-wrapper {
        margin-top: 0;
    }
    .page-wrapper .page-header .header.content {
        display: block !important;
    }
    .page-wrapper .page-header .header.content a.logo {
        margin-left: 0 !important;
    }
    .page-wrapper .page-header .block.block-search {
        width: 100% !important;
    }
    .block-search .label:before {
        margin-right: 0;
        font-size: 34px !important;
        margin-top: 28px !important;
        color: white !important;
    }
    .block-search .control {
        border-top: none !important;
    }
    .checkout-klarna-index .page-wrapper .page-header .header.content span.action.nav-toggle {
        display: none;
    }
}

.nav-sections .nav-sections-items .navigation .level0.active &gt; .level-top {
    border: none;
    color: #E74C3C;
}
.nav-sections-item-content .navigation .level-top.ui-corner-all span {
    font-size: 15px;
    font-weight: 500;
}

.sections.nav-sections .section-items.nav-sections-items,
.page-header .header.content .minicart-wrapper {
}
.header.content .nav-sections-item-content nav.navigation {
    width: 100% !important;
    display: none !important;
}
.page-wrapper .page-header .header.content {
    padding: 10px 20px 0px 20px;
}
.page-wrapper .page-header .header.content a.logo {
    margin-bottom: 12px;
}


/* Mini Cart Css */

.modal-slide.mpquickcart .modal-inner-wrap header.modal-header {
    background: #3333338f;
    color: white;
}

.mpquickcart .modal-inner-wrap .modal-header .action-close:before {
    color: white;
    font-size: 30px;
}
.mpquickcart .modal-inner-wrap .modal-content {
    background: white;
}
.mpquickcart .modal-inner-wrap .modal-content .minicart-wrapper .block.block-minicart {
    background: white;
    color: black;
}
.mpquickcart .details-qty.qty .item-qty.cart-item-qty {
    background: white;
    color: black;
    border-color: black;
}
.mpquickcart .details-qty.qty .button-action.minus:before {
    content: '\002D';
    color: black;
    font-size: 23px;
    line-height: 15px;
}
.mpquickcart .details-qty.qty .button-action.plus:before {
    content: '\002B';
    color: black;
    font-size: 23px;
    line-height: 15px;
}

.mpquickcart .minilist .action.delete:before, .mpquickcart .minicart-wrapper .action.edit:before {
    color: black !important;
    font-size: 22px;
}

.mpquickcart .minicart-items .action.delete:before{
    color: black !important;
    font-size: 22px;
}
.mpquickcart li.item.product.product-item.odd.last {
    border: black;
}

.mpquickcart .block-content.block-footer .cart-totals {
    background: white !important;
    color: black !important;
    padding-bottom: 20px;
}
.mpquickcart .modal-inner-wrap .block-minicart .block-content &gt; .actions &gt; .primary .action.viewcart {
    background: #E74C3C;
    border: #E74C3C;
}
.mpquickcart .modal-inner-wrap .block-minicart .block-content &gt; .actions &gt; .primary .action.checkout {
    background: #E74C3C !important;
    border: #E74C3C;
}

/* End Minicart */

/* Cart Page Css */

.checkout-cart-index .page-main .page-title-wrapper h1.page-title span {
    color: white;
}
.checkout-cart-index .cart.table-wrapper table#shopping-cart-table &gt; thead &gt; tr &gt; th {
    color: black;
    border: black;
}
.checkout-cart-index .cart.item .item-info .product-item-details .product-item-name a {
    color: black;
}
.checkout-cart-index .cart.item .item-info .product-item-details dl.item-options dt,
.checkout-cart-index .cart.item .item-info .product-item-details dl.item-options dd {
    color: black;
}
.checkout-cart-index .cart.item .item-info span.price-including-tax span {
    color: black;
}
.checkout-cart-index .field.qty .control.qty .input-text.qty {
    background: white;
    color: black;
    border: #0F0F0F;
}
.cart-container .cart.table-wrapper .cart &gt; .item {
    border-bottom: none !important;
    border-top: none !important;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar &gt; .action-edit:before {
    color: black;
    font-size: 22px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar &gt; .action-delete:before {
    color: black;
    font-size: 22px;
}
.checkout-cart-index .cart.main.actions button.action.update {
    background: #E74C3C;
    color: white;
    border: #E74C3C;
}
.checkout-cart-index .cart-discount .block.discount .title strong#block-discount-heading {
    color: black;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
    background: #E6E9EC;
    color: black;
}
.checkout-cart-index .cart-summary .checkout.methods .item button.action.primary.checkout {
    background: #E74C3C;
    border: #E74C3C;
}


/* End Cart Page Css */

/* checkout Page css */
.checkout-klarna-index .totals span.price::after,
.checkout-klarna-index .totals-tax span.price::after,
.checkout-klarna-index .opc-estimated-wrapper .estimated-block span.estimated-price::after{
    content: ",-";
}
.checkout-klarna-index .opc-block-summary .block.items-in-cart.active {
    margin-top: 22px;
}
.checkout-klarna-index .opc-block-summary tr.grand.totals.excl {
    display: none;
}
.checkout-klarna-index .opc-block-summary .table-totals tbody .mark{
    padding: 6px 0 !important;
}
.checkout-klarna-index .opc-block-summary tr.totals.shipping.incl {
    display: none;
}
.checkout-klarna-index .opc-block-summary .items-in-cart &gt; .title:after {
    font-size: 40px !important;
}
.checkout-klarna-index .checkout-payment-method .payment-option form#discount-form {
    display: block;
}
.checkout-klarna-index #discount-form .payment-option-inner .field .label {
    margin-bottom: .5rem !important;
    display: inline-block;
}
.checkout-klarna-index .actions-toolbar .primary .action.action-apply span span {
    font-weight: 300;
}
.checkout-klarna-index .opc-block-summary .items-in-cart.active &gt; .title:after {
    font-size: 40px !important;
}
.checkout-klarna-index .page-main .column.main .checkout-container .opc-wrapper {
    width: 66.66666667%;
    float: left;
    padding-right: 30px;
}
.checkout-klarna-index .page-wrapper header.page-header {
    background-color: #181818;
}
.checkout-klarna-index #maincontent .page-title-wrapper {
    margin-top: 10px;
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto;
}
.block.related .product-item-details .actions-primary button.action.tocart.primary {
    border-radius: 3px;
}
.block.related .product-item-details .product-item-inner {
    bottom: 110px;;
}
.block.related .products-grid .product-items .product-item-info .actions-primary{
    display: inline-block !important;
}

.block.related .products-grid .product-items .product-item-actions .actions-secondary &gt; .action {
    background: #6B9834 !important;
    color: white !important;
    border: 1px solid transparent !important;
    font-weight: normal;
    border-radius: 3px;
    line-height: 34px !important;
}
.block.related .product-item-info .product-item-actions .actions-primary {
    width: 74%;
}
@media only screen and (max-width: 767px) {

    .page-header .header.content .sections.nav-sections {
        background-color: #181818 !important;
    }
    .page-header .header.content .navigation {
        background-color: #181818 !important;
    }
    .nav-sections-item-content .navigation .level-top.ui-corner-all span {
        color: white;
    }
    .nav-sections-items .nav-sections-item-title a.nav-sections-item-switch {
        color: white;
    }
    .nav-sections .nav-sections-item-content {
        margin-top: 50px;
    }
    .sections.nav-sections .section-items.nav-sections-items {
        padding-top: 10px !important;
    }
    .nav-sections .header.links {
        border-bottom: none !important;
    }
    .section-item-content.nav-sections-item-content .header.links li a,
    .section-item-content.nav-sections-item-content .header.links li.greet.welcome {
        color: white !important;
    }
    .nav-sections .header.links li.greet.welcome,
    .nav-sections .header.links li &gt; a {
        border-top: none !important;
    }
    .nav-sections-item-content .navigation .level0 {
        border-top: none;
    }
    .nav-sections-item-content .navigation li.level0:last-child {
        border-bottom: none;
    }
    .block.related .products-grid .secondary-addto-links.actions-secondary {
        display: none;
    }
    .block.related .product-item-info .product.details.product-item-details {
        display: block;
    }
    .block.related .product-item-inner button.action.tocart.primary {
        border-radius: 3px;
    }
    .block.related .products.wrapper.grid.products-grid.products-related .product-item{
        width: 48%;
    }
    .block.related .product-item-details strong.product.name.product-item-name {
        width: 100% !important;
        margin-left: 0px;
    }
    .checkout-klarna-index .page-main .column.main .checkout-container .opc-wrapper {
        width: 100%;
        padding-right: 0px !important;
    }
    .checkout-klarna-index .header.content a.logo img {
        width: 80px;
    }
    .checkout-klarna-index .checkout-container .authentication-wrapper {
        
        margin-top: -45px;
        margin-right: 5px;
    }
    .checkout-klarna-index .opc-estimated-wrapper .estimated-block {
        padding-left: 19px;
    }
    .checkout-klarna-index .page-wrapper .page-header .header.content span.action.nav-toggle {
        top: 20px;
    }
    .checkout-klarna-index .opc-estimated-wrapper .minicart-wrapper{
        padding-right: 12px;
    }
    .checkout-klarna-index #maincontent h1.page-title {
        display: none;
    }
    .mgz-element-inner.row1innercolumn1, .mgz-element-inner.en-video-section {
        margin-top: 0 !important;
    }
}

body.checkout-klarna-index.page-layout-klarnacheckout {
    background: white;
}
.checkout-klarna-index small.copyright.copyright-custom {
    display: none;
}


.minicart-items-wrapper #mini-cart li.item.product {
    border: none;
}



.mpquickcart .block-items::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #E6E9EC;
	border-radius: 10px;
	background-color: black;
}

.mpquickcart .block-items::-webkit-scrollbar
{
	width: 7px;
	background-color: black;
}

.mpquickcart .block-items::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px black;
	background-color: black;
}




.checkout-cart-index .cart-container .cart.item .product-item-details .amstockstatus-cart {
    background: #E6E9EC;
    color: black;
}
.checkout-cart-index #cart-totals tr.grand.totals.excl {
    display: none;
}
.checkout-cart-index .cart-summary #shipping-zip-form div[name="shippingAddress.region"] {
    display: none;
}

.checkout-cart-index .cart-summary .block.active &gt; .title:after,
.checkout-cart-index .cart-summary .block &gt; .title:after {
    font-size: 36px;
}

.minicart-wrapper .block-minicart .block-content.block-items .subtitle span {
    display: none;
}
.minicart-items .product-item-details .price::after,
.product-info-main .price-box .price::after{
    content: ",-";
}
.minicart-wrapper .cart-totals .amount span.price span::after {
    content: ",-";
}
#description .product.attribute.description .supplier-block {
    margin-top: 20px;
    background-color: #efefef;
    border: 1px solid #d1d1d1;
}

#description .product.attribute.description .supplier-block .mgz-element-inner p {
    color: black;
    font-size: 15px;
}


.block.related .product-item-info .product-image-container {
    max-width: 100%;
}
.block.related .product-item-info span.product-image-wrapper{
    width: auto;
}
.block.related .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
    height: 80%;
}
.block.related .product-item-details strong.product.name.product-item-name a {
    color: black !important;
    font-weight: 400;
    font-size: 1.4rem;
}
.related .product.details.product-item-details .price-box span.price::after {
    content: ",-";
}



/* Product Page Css */

/* .catalog-product-view #maincontent .product-info-main .mp_social_share_inline_under_cart{
    background: #0F0F0F;
    margin-bottom: 12px;
} */

.catalog-product-view #maincontent .product-info-main .mp_social_share_inline_under_cart{
    display: none;
}


@media only screen and (max-width: 767px) {
    .catalog-product-view .block.related .block-content.content .products.wrapper .products.list.items .item.product.product-item {
        width: 49%  !important;
    }
    .catalog-product-view .columns .block.related .block-content.content{
        padding-left: 0px !important;
    }
    .product-mix-match-wrapper .mixmatch-page-product .product-item-info span.product-image-wrapper{
        width: 100% !important;
    }
    .product-mix-match-wrapper .mixmatch-page-product .product-item-details strong.product.name.product-item-name{
        padding-bottom: 40px !important;
        width: 100% !important;
    }
    .mixmatch-page-product .product-item-info .product.details .product-cart-item-action{
        gap: 15px;
    }
}

.catalog-product-view .product.data.items div#description,
.catalog-product-view #description .product.attribute.description .supplier-block,
.catalog-product-view .products.wrapper.grid.products-grid.products-related ol &gt; li,
.catalog-product-view .products-grid .product-item-info:hover{
    background: white;
}
.catalog-product-view .page-wrapper{
    background: white;
}

.cms-page-view .page-wrapper {
    background-color: #E6E9EC;
}

.page-footer .mgz-element-inner.qebo3lw-s.enolagaye-footer-text-inner p {
    color: #D1D1D1;
}

.catalog-product-view .product.media .fotorama-item .fotorama__arr:active, .catalog-product-view .product.media .fotorama-item .fotorama__arr:hover, .catalog-product-view .product.media .fotorama-item .fotorama__arr {
    background: none !important;
}

#account-nav .nav.items li.nav.item a {
    color: black;
}

.cms-index-index .columns .column.main .mgz-element-text {
    color: #D1D1D0 !important;
}

.cms-page-view .mgz-element-inner.p63nba3-s,
.cms-no-route .page-wrapper,
.customer-account-index .page-wrapper,
.account.sales-order-history .page-wrapper,
.account.downloadable-customer-products .page-wrapper,
body.account .page-wrapper{
    background-color: #E6E9EC !important;
}

.catalog-product-view .price-final_price .price-wrapper span.price {
    
}

.catalog-product-view .products-grid .product-item-inner{
    background: transparent !important;
}


.product-info-price .product-info-stock-sku .amstockstatus {
    font-weight: 500;
    font-size: 1.6rem;
}

/* End Product Page Css */


/* Category Page css */

.catalog-category-view .page-wrapper {
    background: #E6E9EC;
}

/* end category page  */


.petrichor-product-info .product-content .mgz-element .mgz-container p {
    color: white;
}

body.catalog-category-view .page-wrapper main#maincontent {
    max-width: 100%;
    margin-top: 0;
}
.catalog-category-view .page-wrapper #maincontent .columns .column.main div#amasty-shopby-product-list {
    max-width: 1280px;
    margin: 0 auto;
}

.product-info-main .product-social-links {
    display: none;
}

.custom-category-carousel .item.category-slide-item a:hover {
    text-decoration: none !important;
}


@media (min-width: 768px) {
    .header.content .nav-sections-item-content nav.navigation {

        display: none !important;
    }
    .block.related .products-grid .product-items .product-item-info .secondary-addto-links.actions-secondary {
        display: inline-block !important;
    }
    .product-item-name {
        height: 62px;
    }
}

.mpquickcart .block-items {
    border-bottom: none;
}
.block-minicart &gt; .block-items &gt; strong { display: none !important; } 
.minicart-items &gt; .item.product.product-item:hover { box-shadow: none; }
.minicart-items &gt; .item.product.product-item {
  border-style: none;
  padding: 15px 0;
}

.mpquickcart .minicart-items .product-item-name {
    margin-right: 0%;
    min-height: unset;
    max-height: unset;
}

.price-container .price {
    font-size: 1.8rem;
}

.mpquickcart .button-action:before { font-size: 24px; }
.minicart-items .action:before{ font-size: 24px !important; }
.mpquickcart .modal-header .action-close:before { font-size: 24px; }

.mpquickcart .product.actions .primary {
    display: none;
}

.minicart-items .action.delete:before {
  font-size: 16px !important;
    content: '\f2ed';
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}

.minicart-items .product-item-name {
    margin: 0px;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 0px;
}

.mpquickcart .action-close:before {
  content: '\f00d' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 18px !important;
  font-weight: 600;
}

.mpquickcart .button-action.plus:before {
  content: '\f0da' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 20px;
  font-weight: 900;
}
.mpquickcart .button-action.minus:before {
  content: '\f0d9' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 20px;
  font-weight: 900;
}

.mpquickcart .block-minicart .block-content &gt; .actions &gt; .primary {
    padding-left: 3%;
    padding-right: 3%;
}

/* Mageplaza Quick cart */
body._has-modal.mpquickcart-has-modal { overflow: hidden; }
.modal-slide .action-close:hover { border: none !important; }
.mpquickcart .action-close:focus { outline: none; }

.mpquickcart .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-minicart &gt; .block-items &gt; strong { display: none !important; } 
.minicart-items &gt; .item.product.product-item:hover { box-shadow: none; }
.minicart-items &gt; .item.product.product-item {
  border-style: none;
  padding: 15px 0;
}

.mpquickcart .minicart-items .product-item-name {
    margin-right: 0%;
    min-height: unset;
    max-height: unset;
}


.modal-header { border-bottom: none; }
.modal-footer { border-top: none; }
.modal-content { border: none; }
.modal-footer &gt; .action-primary {
    background: #fcb800;
    border: 1px solid #f4f4f4;
    font-weight: 400;
}

.modal-footer &gt; .action-primary:hover {
  background: #ffc107;
  border: 1px solid #333;
}
.mpquickcart .block-items { border-bottom: none; }
.mpquickcart .block-footer .cart-totals &gt; table { margin-bottom: 0px; }
.mpquickcart .block-footer .cart-totals { overflow-y: visible; }
.mpquickcart .block-footer .cart-totals .mark { 
  background-color: #ffffff; 
  font-size: 24px;
  font-weight: 600 !important;
}
.mpquickcart .block-footer .cart-totals .amount { 
  background-color: #ffffff; 
  font-size: 24px;
  font-weight: 600 !important;
}
.mpquickcart .minicart-items-wrapper { padding: 0px; }


.mpquickcart .modal-header .modal-content { padding: 0 1.6rem 2.6rem 2.6rem; }

/* Mageplaza quickcart */


.modal-slide .action-close:hover {border: none !important;}
.mpquickcart .action-close:focus {outline: none;}

.mpquickcart .block-items { height: 80%; }
.mpquickcart .block-footer { height: 10%; }
.mpquickcart .minicart-items-wrapper { 
  height:auto;
  overflow-y: auto;
}

.mpquickcart .block-footer .cart-totals .totals .amount .price .price::after{ display: none; }
.mpquickcart .block-minicart .block-footer &gt; .actions {
  position: fixed;
  bottom: 10px;
}
.mpquickcart .block-footer {
  position: fixed;
  width: 90%;
  bottom: 50px;
  height: fit-content !important;
  z-index: 10;
}

.mpquickcart .button-action:before { font-size: 24px; }
.minicart-items .action:before{ font-size: 24px !important; }
.mpquickcart .modal-header .action-close:before { font-size: 24px; }

.mpquickcart .product.actions .primary {
  display: none;
}

.minicart-items .action.delete:before {
  font-size: 16px !important;
    content: '\f2ed';
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}

.minicart-items .product-item-name {
    margin: 0px;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 0px;
}

.mpquickcart .action-close:before {
  content: '\f00d' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 18px !important;
  font-weight: 600;
}

.mpquickcart .button-action.plus:before {
  content: '\f0da' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 20px;
  font-weight: 900;
}
.mpquickcart .button-action.minus:before {
  content: '\f0d9' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 20px;
  font-weight: 900;
}

.mpquickcart .block-minicart .block-content &gt; .actions &gt; .primary {
    padding-left: 3%;
    padding-right: 3%;
}
.totals .amount .price::after {
    content: ",-";
}
.mpquickcart .action-close {
    top: 0;
}
.catalog-category-view .column.main h1#page-title-heading {
    display: none;
}

.page-wrapper ul.account.wrapper {
    float: right;
    margin: 0;
    padding-left: 15px;
    list-style: none none;
    line-height: 33px;
}

ul.account.wrapper .account-icon img {
    width: 26px;
}
ul.account.wrapper &gt; li &gt; span &gt; span {
    padding: 0px;
    line-height: 30px;
}
ul.account.wrapper &gt; li &gt; span &gt; span &gt; a {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    color: #000;
}

.page-wrapper .page-header .block.block-search {
    width: 50%;
}

.block-search .action.search:before {
    font-size: 22px !important;
}

.page-header .panel.wrapper {
    display: none !important;
}
.copyright.copyright-custom {
    display: none;
}
.category-slide-item.active a .cat-title {
    color: #ff0000;
}

.minimal-price-link { display: none !important; }

/* Mageplaza tier price on product page  */
.mp-tabular th.col.quantity {
  width: 1%;
  padding: 0px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 1.5rem !important;
}
.mp-tabular th.save-amount {
  width: 1%;
  padding: 0px;
  font-weight: 600;
  font-size: 1.5rem !important;
}
.mp-tabular th.col.price {
  width: 1%;
  padding: 0px;
  font-weight: 600;
  font-size: 1.5rem !important;
}
.mp-tabular th.col.radio {
  width: 1%;
  padding: 0px;
  font-weight: 600;

}
.mp-tabular td {
  font-size: 1.8rem !important;
  padding-bottom: 0px;
  padding-top: 5px;
}
.product-info-main h3  {
  padding-bottom: 10px;
  padding-top: 10px;
}
.price-tier_price span span::after {
  content: ",-"
}
.mp-tabular {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  border: 1px solid #CCC;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: 'Work Sans', sans-serif;
}

@media (max-width: 767px) { .mp-tabular { width: 50%; } }
@media (min-width: 768px) { .mp-tabular { width: 75%; } }
@media (min-width: 920px) { .mp-tabular { width: 65%; } }
@media (min-width: 1050px) { .mp-tabular { width: 57%; } }
@media (min-width: 1170px) { .mp-tabular { width: 50%; } }

.mp-tabular &gt; tbody &gt; tr &gt; td:nth-child(3) {
  text-align: right;
}
.mp-tabular &gt; tbody &gt; tr &gt; td:nth-child(2) {
  text-align: right;
}
.mp-tabular &gt; tbody &gt; tr &gt; td:nth-child(1) {
  text-align: right;
  padding-right: 20px;
}
.mp-tabular &gt; tbody &gt; tr:nth-child(odd) {
  background-color: #eee;
}

.mp-tabular &gt; thead &gt; tr &gt; th {
  padding-bottom: 5px;
}
.product-item .tocart  {
    font-size: 2rem !important;
    font-weight: normal;
    border-radius: 3px;
    padding: 7px 15px;
}
.products-grid .product-item  .product.details.product-item-details .price-box {
    display: none;
}
.block.related .products-grid .product-item .product.details.product-item-details .price-box {
    display: block;
}
.cart-price .price::after {
    content: ",-";
}
.action.primary, .action.primary.viewcart, button {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding: 7px 15px;
    font-size: 1.4rem;
}

@media (min-width: 640px) {
    .product-item .tocompare:before {
        font-size: 2.6rem !important;
        width: 2.6rem !important;
    }
}

@media (max-width: 767px) {
    .mgz-element-inner.row1innercolumn1 {
        margin-bottom: 0!important;
    }
    .mgz-element-inner.en-video-section {
        margin-bottom: 0!important;
    }
    .frontpageinfoboxes .m-margin-off, 
    .frontpageinfoboxes .fourth-section-in,
    .frontpageinfoboxes .fifth-section-in,
    .frontpageinfoboxes .sixth-section-in {
        margin: 0 !important;
    }
    .footer-container {
        display: none;
    }
    .first-sec-font-in span {
        font-size: 34px !important;
    }
    .first-sec-font-in .elementor-heading-title {
        line-height: 40px;
    }
    .page-wrapper ul.account.wrapper {
        line-height: 28px;
    }
    .page-products .columns {
        padding-top: 0;
    }
    .products-grid .product-item  .product.details.product-item-details .price-box {
        display: none;
    }
    .mp-tabular {
        width: 100%;
    }
    .product-item-details .product-item-inner .product-item-actions .actions-secondary {
        display: none !important;
    }
    .block.related .product-item-info .product-item-actions .actions-primary {
        width: 100%;
    }
    .block.related .products-grid .product-item .product.details.product-item-details .price-box {
        display: block;
    }
    .mpquickcart .block-content.block-footer .cart-totals {
        padding-bottom: 0;
    }
    .page-wrapper .page-header .header.content a.logo {
        width: 80px;
    }
    .cart.table-wrapper .actions-toolbar &gt; .action-edit {
        display: none;
    }
    .checkout-cart-index .cart.table-wrapper .actions-toolbar &gt; .action-delete:before {
        font-size: 38px;
    }
    .cart-discount .block &gt; .title:after {
        font-size: 34px !important;
    }
    .checkout-klarna-index #maincontent #checkout .opc-estimated-wrapper {
        display: none;
    }
}

body.customer-account-login  {
    background-color: #fff;
}
.minicart-wrapper .action.showcart:hover:before {
    color: #fff;
}
.minicart-wrapper .action.showcart:before {
    line-height: 48px;
}
.page-wrapper ul.account.wrapper {
    line-height: 50px;
}
.minicart-wrapper .action.showcart .counter.qty {
    margin: 12px 0 0;
}

@media(min-width: 768px) {
    .actions-toolbar .secondary {
        float: none;
    }
    .actions-toolbar .primary .action {
        margin-right: 15px;
    }
    .checkout-klarna-index .authentication-wrapper {
        margin-top: 0;
    }
    .minicart-wrapper, .page-wrapper ul.account.wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .page-wrapper ul.account.wrapper {
        line-height: 58px;
    }
}

.cms-produktdatablader .magezon-builder .mgz-single-image-wrapper img.mgz-hover-main {
    width: 300px !important;
    height: 350px !important;
    object-fit: contain;
}</pre></body></html>