
:root {
    --xamax-color-blue: #004991;
    --xamax-color-orange: #ffa61b;
    --xamax-color-page-bg: #f4f9fd;
    --xamax-color-text: #20231f;

     --xamax-color-border-light: #cfdde5;
    --xamax-color-border-mid: #e0e6ec;
    --xamax-color-bg-elevated: #ffffff;

    --xamax-font-base: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    --xamax-font-size-base: 1.6rem;
    --xamax-line-height-base: 1.25;

    --xamax-radius-sm: 4px;
    --xamax-radius-md: 8px;
    --xamax-radius-lg: 16px;
    --xamax-radius-pill: 50px;

    --xamax-shadow-soft: 0 0 14px rgba(0, 0, 0, 0.18);
    --xamax-shadow-nav: 0 14px 14px 0 rgba(0, 0, 0, 0.18);
}

body {
    color: var(--xamax-color-text) !important;
    font-family: var(--xamax-font-base) !important;
    font-style: normal !important;
    line-height: var(--xamax-line-height-base) !important;
    font-size: var(--xamax-font-size-base) !important;
    background: var(--xamax-color-page-bg);
}

body.waiting * {
    cursor: progress;
}

a,
.alink {
    color: var(--xamax-color-blue) !important;
    text-decoration: none !important;
}

a:hover,
a:focus,
.alink:hover,
.alink:focus {
    color: var(--xamax-color-orange) !important;
    text-decoration: none !important;
}

.breadcrumbs {
    margin: 20px 0 0 20px;
    padding: 0 !important;
    max-width: 90%;
}
.breadcrumbs strong {
    font-weight: 700;
}
.breadcrumbs .item:not(:last-child):after {
    content: '/';
    color: var(--xamax-color-border-light);
    font-size: 1.2em;
    background: none;
    height: auto;
    padding: 0 6px 0 0;
}


.amtheme-backtotop-wrap {
    background: var(--xamax-color-orange) !important;
    border: 1px solid var(--xamax-color-blue);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amtheme-backtotop svg {
    width: 20px !important;
    height: 20px !important;
    fill: var(--xamax-color-blue) !important;
}


.columns {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .page-layout-2columns-left.page-with-filter .columns,
    .page-layout-2columns-right.page-with-filter .columns,
    .page-layout-3columns.page-with-filter .columns {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    }
}

.catalog-product-view .page-main,
.cms-page-view .page-main,
.wordpress-post-view .page-main,
.category .page-main {
    padding-inline-start: 20px !important;
    padding-inline-end: 20px !important;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}
.page-wrapper{
	overflow:visible;
	background: var(--xamax-color-page-bg);
}

.cms-page-view .columns {
    padding: 0 10px;
    grid-column-gap: 20px !important;
}




.panel.wrapper {
    background: var(--xamax-color-page-bg) !important;
    border-top: 1px solid var(--xamax-color-border-light);
    display: none;
}

.page-header .header.content {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    background: var(--xamax-color-blue);
    padding: 16px;
}
@media (max-width: 767px) {
	.page-header .header.content {
		padding: 4px 16px;
    }
 }

.amtheme-icons-position.-top-right {
    margin: 10px 0 0 0;
}

.page-header .amtheme-icons-container {
    order: 1;
    margin: 0 0 0 15px;
}

.block.block-search.-header {
    border: 2px solid var(--xamax-color-orange);
    border-radius: var(--xamax-radius-pill);
    background: var(--xamax-color-bg-elevated);
}

.block.block-search.-header .block-title {
    display: none;
}

.block.block-search.-header .control {
    position: relative;
}

.block.block-search.-header .control input {
    border-radius: var(--xamax-radius-pill);
    border: 0;
    padding-left: 40px;
}

.block.block-search.-header .actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.minicart-wrapper a.action.showcart {
    background: url(/media/icons/theme/basket.svg) center center no-repeat;
    background-size: 44px 36px !important;
    height: 50px;
    width: 50px;
}

@media (max-width: 767px) {
	.minicart-wrapper a.action.showcart {
    background-size:26px !important;
    background-position: 0 0;
    height: 28px;
    width: 30px;
    margin-top: 12px;
	}
}

div.minicart-wrapper:hover a.action.showcart {
    background: url('/media/icons/theme/basket-fill.svg') center center no-repeat;
}

ul.contact-block {
    display: inline-flex;
    list-style: none;
    margin: 0;
    width: 180px;
    padding: 0;
}

ul.contact-block > li {
	margin: 0 62px 0 0;
}

li.amtheme-icon-block.wishlist-icon {
    margin: 0 30px 0 -28px;
}

li.amtheme-icon-block.contact-icon a.icon-link{
	background: url(/media/icons/theme/email.svg) no-repeat 0;
    background-size: 48px;
    display: block;
    width: 48px;
    height: 44px;
}

li.amtheme-icon-block.phone-icon {
    background: var(--xamax-color-blue) url(/media/icons/theme/phone.svg) no-repeat 0 center;
    display: inline-flex;
    height: 44px;
    background-size: 40px !important;
}

ul.phone-block.only-desktop {
    margin: 5px 60px -6px 102px;
    padding: 0;
}

li.amtheme-icon-block.phone-icon:hover {
    background: url(/media/icons/theme/phone-fill.svg) no-repeat 0 center;
}

a.phone-number {
    font-size: 1.6em;
    line-height: 1.8em;
    padding: 0 0 0 16px;
    color: #fff !important;
}

li.amtheme-icon-block div h6 {
    font-size: 1.2em;
    margin: 0 0 5px;
    color: var(--xamax-color-blue);
}

li.amtheme-icon-block div p.tel {
    font-size: 1.8em;
    color: var(--xamax-color-blue);
}

li.amtheme-icon-block.phone-icon.only-desktop .qrcode.mainqr {
	display: block;
	border: 10px solid var(--xamax-color-orange);
    border-radius: 20px;
    height: 240px;
    margin: 10px;
    background: var(--xamax-color-orange) url(/media/qr-codes/qr-code-vcard.svg) bottom center no-repeat;
    background-size: contain;
    color: #fff;
}

li.amtheme-icon-block.phone-icon.only-desktop .qrcode.mainqr strong {
    font-weight: 700;
    font-size: 1.8em;
}

li.amtheme-icon-block:hover div {
	display:block;
}

li.amtheme-icon-block.contact-icon:hover a.icon-link {
    background: url('/media/icons/theme/email-fill.svg') no-repeat left center;
    background-size: 48px;
}


li.amtheme-icon-block.profile-icon a.icon-link {
    background: url('/media/icons/theme/profile.svg') no-repeat left center;
    background-size: 40px;
    display: block;
    width: 40px;
    height: 44px;
}

li.amtheme-icon-block.profile-icon:hover a.icon-link,li.amtheme-icon-block.profile-icon.is-loggedin a.icon-link {
    background: url('/media/icons/theme/profile-fill.svg') no-repeat left center;
    background-size: 40px;
}

li.amtheme-icon-block.mobile-search {
    background: url('/media/icons/theme/search.svg');
    display: block;
}

li.amtheme-icon-block.mobile-search:hover {
    background: url('/media/icons/theme/search-fill.svg'); 
}

.amtheme-wishlist,.amtheme-sidebar-wishlist,a.action.towishlist,a.action.mailto.friend,.wishlist-index-index .price-box  {
    display: none!important;
}

li.amtheme-icon-block.wishlist-icon a.icon-link{
    background: url('/media/icons/theme/star.svg');
    display: block;
}

li.amtheme-icon-block.wishlist-icon:hover a.icon-link{
    background: url('/media/icons/theme/star-fill.svg');
}

li.amtheme-icon-block div {
    background: #fff;
    border-radius: .4em;
    list-style: none;
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 999;
    box-shadow: 0 2px 8px rgb(57 56 56 / 25%);
	text-align: center;
    padding: 10px;
    min-width: 200px;
    font-size: .8em;
}

li.amtheme-icon-block.phone-icon.only-desktop div {
	top:40px;
}

li.amtheme-icon-block div:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: var(--xamax-color-bg-elevated);
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
}

li.amtheme-icon-block.profile-icon div.loggedin ul li:first-child {
	margin-top:4px;
}


.account_dropdown.account {background: url(/media/icons/theme/profile-fill.svg) 0 center no-repeat;
    background-size: 28px;}
.account_dropdown.history {background: url(/media/icons/theme/history.svg) 0 center no-repeat;
    background-size: 24px;}
.account_dropdown.wishlist {background: url(/media/icons/theme/star-fill.svg) 0 center no-repeat;
    background-size: 24px;}
.account_dropdown.info {background: url(/media/icons/theme/info.svg) 0 center no-repeat;
    background-size: 24px;}
.account_dropdown.logout {background: url(/media/icons/theme/logout.svg) 0 center no-repeat;
    background-size: 24px;}
.account_dropdown.saved_basket {background: url(/media/icons/theme/save-icon.svg) 0 center no-repeat;
    background-size: 24px;}

.amtheme-icon {
    width: 42px;
    height: 42px;
    }
 
 
 
.topfavs {
    width: auto;
}

div.topfavs ul.topfav-list {
	padding: 10px 0 0 0;
	width: 200px;
}

div.topfavs ul.topfav-list li {
    list-style-type: none;
} 

div.topfavs ul.topfav-list li a {
    background-size: 40px 40px!important;
    display: block;
    height: 40px;
    text-align:left;
    padding-left:50px;
    border-bottom:2px solid #fff;
    cursor:pointer;
}

div.topfavs ul.topfav-list li a.gotolist {
    
    border: 0!important;
    margin-top:20px;
}

div.topfavs ul.topfav-list li:hover a {
	border-bottom:2px solid var(--xamax-color-orange);
}

span.amtheme-circle-icon {
    background: var(--xamax-color-orange);
}

span.amtheme-circle-icon svg {
    fill: var(--xamax-color-blue)!important;
}

a.action.towishlist.amtheme-circle-icon svg,a.action.tocompare.amtheme-circle-icon svg {
	display:none;
}
a.action.towishlist.amtheme-circle-icon,a.action.tocompare.amtheme-circle-icon {
    border: 2px solid var(--xamax-color-orange);
    background-size: 24px!important;
}

a.action.towishlist.amtheme-circle-icon {
    background:	#fff url(/media/icons/theme/star.svg) center center no-repeat;
}

a.action.tocompare.amtheme-circle-icon {
    background: #fff url(/media/icons/theme/compare.svg) center center no-repeat;
}

a.action.towishlist.amtheme-circle-icon:hover {
    background: var(--xamax-color-blue) url(/media/icons/theme/star-fill.svg) center center no-repeat;
    box-shadow:none;
}

a.action.tocompare.amtheme-circle-icon:hover {
    background: var(--xamax-color-blue) url(/media/icons/theme/compare-fill.svg) center center no-repeat;
    box-shadow:none;
}






.xamenu__mobile {
    display: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .xamenu__mobile {
    width: 100%;
    }
    nav.xamenu {
    height: 100%!important;
    }
}



.navigation,
.nav-sections,
.nav-sections-item-content,
.nav-toggle {
    display: none !important;
}

nav.xamenu {
    display: block;
    position: relative;
    z-index: 50;
    width: 100%;
    background: var(--xamax-color-page-bg);
    background: linear-gradient(to bottom, var(--xamax-color-page-bg) 0%, #e8f0f8 100%);
    box-shadow: var(--xamax-shadow-soft);
    height: 36px;
}

.xamenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
    justify-content: center;
    height: 36px;
}

.xamenu__item {
	position: static;
    border-left: 1px solid var(--xamax-color-border-mid);
}

.xamenu__item:last-child {
    border-right: 1px solid var(--xamax-color-border-mid);
}

.xamenu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.xamenu__link:hover,
.xamenu__link:focus {
    background: var(--xamax-color-bg-elevated);
    color: var(--xamax-color-blue);
}

.xamenu__inner-list.xamenu__inner-list--level1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 50;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);
    transition:
    opacity   0.18s ease-out 0.18s,
    transform 0.18s ease-out 0.18s,
    visibility 0s linear 0.18s;

    display: block;
    background: #fff;
    border-radius: 0 0 var(--xamax-radius-lg) var(--xamax-radius-lg);
    border: 2px solid var(--xamax-color-blue);
    border-top: none;
    box-shadow: var(--xamax-shadow-nav);
    box-sizing: border-box;
}

.xamenu__inner-item.xamenu__inner-item--level1 {
    list-style: none;
}

.xamenu__inner-item--level1 .pagebuilder-column-group {
    margin-bottom: 40px;
}

.xamenu__inner-link {
    display: block;
    padding: 4px 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
}

.xamenu__inner-link:hover,
.xamenu__inner-link:focus {
    color: var(--xamax-color-blue);
}

p.mega-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.2;
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
}

li.xamenu__inner-item.xamenu__inner-item--level1 ul li {
    display: flex;
    align-items: center;
}

li.xamenu__inner-item.xamenu__inner-item--level1 ul li::before {
    content: "\21B3";
    margin-right: 6px;
    color: var(--xamax-color-orange);
}

@media (hover: hover) and (pointer: fine) {
    .xamenu__item:hover > .xamenu__inner-list--level1,
    .xamenu__item:focus-within > .xamenu__inner-list--level1 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
        opacity   0.18s ease-out,
        transform 0.18s ease-out,
        visibility 0s linear;
    }

}

nav.xamenu .pagebuilder-column-group {
    margin-top: 0;
    padding: 0;
}

nav.xamenu .pagebuilder-column {
    min-height: 0;
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

nav.xamenu .pagebuilder-column.with-slide {
    max-width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 12px 0;
    padding: 0 !important;
}


@media (max-width: 1024px) {
    nav.xamenu {
    position: fixed;
    top: 48px !important;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: var(--xamax-color-page-bg);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: none;
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0.25s ease-out;
    }

    nav.xamenu.is-visible {
    display: block;
    }

    body.nav-open {
    overflow: hidden;
    }

    .xamenu__list {
    display: block;
    padding: 0;
    margin: 0;
    gap: 0;
    flex-direction: column;
    }

    .xamenu__item {
    position: relative;
    border-left: 0;
    border-bottom: 1px solid var(--xamax-color-border-mid);
    }

    .xamenu__link {
    justify-content: space-between;
    padding: 12px 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
    color: #000;
    }

    .xamenu__item--parent > .xamenu__link::after {
    content: "\25BC";
    font-size: 0.8em;
    margin-left: 8px;
    }

    .xamenu__item--parent.is-open > .xamenu__link::after {
    content: "\25B2";
    }

    .xamenu__inner-list.xamenu__inner-list--level1 {
    display: none;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.25s ease-out;
    }

    .xamenu__item--parent.is-open > .xamenu__inner-list--level1 {
    display: block;
    max-height: 999px;
    opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
    }

    .xamenu__inner-link {
    padding: 4px 0;
    font-size: 1.4rem;
    }

    nav.xamenu .mega-bottom-row {
    display: none;
    }
}



.wrapper-description {
    max-width: 1600px;
    margin: 0 auto 20px!important;
    padding-top: 0 !important;
    box-sizing: border-box;
}

.wrapper-description .page-title-wrapper {
    margin: 0 0 10px 0;
}

.wrapper-description .page-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    color: var(--xamax-color-blue);
}

.category-description,
.page-main-description {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 20px;
}

.category-description [data-content-type="row"],
.page-main-description [data-content-type="row"] {
    margin-inline: 0;
    padding-inline: 0;
}

.toolbar.toolbar-products {
    max-width: 1600px;
    margin: 0 auto 10px auto;
    padding-inline: 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.toolbar.toolbar-products .toolbar-amount {
    margin: 0;
    font-size: 1.4rem;
}

.toolbar.toolbar-products .sidebar-tax {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.toolbar.toolbar-products .toolbar-sorter.sorter {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toolbar.toolbar-products .amtheme-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: var(--xamax-radius-pill);
    border: 1px solid var(--xamax-color-border-light);
    background: var(--xamax-color-bg-elevated);
    cursor: pointer;
}

.toolbar.toolbar-products .amtheme-filter-button .filter-title-text {
    font-size: 1.3rem;
    font-weight: 500;
}

.toolbar.toolbar-products .sorter-options {
    min-width: 160px;
}

.products.wrapper.grid.products-grid {
    max-width: 1600px;
    margin: 10px auto 40px auto;
    box-sizing: border-box;
}

.page-with-filter .sidebar-main {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .wrapper-description {
    padding-inline: 15px;
    margin-bottom: 15px;
    }

    .wrapper-description .page-title {
    font-size: 2.1rem;
    }

    .toolbar.toolbar-products {
    padding-inline: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }

    .toolbar.toolbar-products .toolbar-sorter.sorter {
    margin-left: 0;
    width: 94%;
    justify-content: space-between;
    margin: 0 auto 40px;
    }

    .products.wrapper.grid.products-grid {
    padding-inline: 15px;
    margin-bottom: 30px;
    }

    .page-with-filter .sidebar-main {
    padding-inline: 15px;
    }
}





.products-grid .product-item-info {
    padding: 12px 0 0 0 !important;
    border-radius: 8px;
    margin-bottom: 4px;
}

.products-grid .product-item-info a.product.photo {
    background: none;
}

.catalog-category-view li.item.product.product-item,
.catalogsearch-result-index li.item.product.product-item {
    max-width: 48%;
    min-width: 48%;
    margin: 1%;
}

a.cta-button.plp-cta {
    width: 90%;
}

li.item.product.product-item {
    border: 1px solid var(--xamax-color-page-bg);
    border-radius: 8px;
}

@media (min-width: 768px) {  
.catalog-category-view li.item.product.product-item,
.catalogsearch-result-index li.item.product.product-item {
    max-width: 32.5%;
    min-width: 32.5%;
    margin: 1%;
	}
}


li.item.product.product-item .product-item-info {
    background: var(--xamax-color-bg-elevated);
    border: 2px solid var(--xamax-color-orange);
}

li.item.product.product-item .product-item-info:hover {
    border: 2px solid var(--xamax-color-blue);
}

ol.products.list h6.product.name.product-item-name.-capitalize {
    margin-right: 100px;
}

ol.products.list .product-item .product-item-link {
    text-align: center;
    color: var(--xamax-color-blue);
    border-bottom: 2px solid #fff;
}

ol.products.list .product-item .product-item-link:hover {
    border-bottom: 2px solid var(--xamax-color-orange);
    color: var(--xamax-color-orange);
}

.page-layout-3columns.catalog-category-view .products-list .product-item-info {
    padding: 20px;
}

img.product-image-photo {
    margin: 0 !important;
    width: 360px;
    float: left;
}




.catalog-product-view .amtheme-product-wrap {
    margin-top: 30px !important;
    padding: 0 10px;
    grid-column-gap: 20px !important;
    grid-template-columns: calc(45% - 20px) 55% !important;
}

.amtheme-productinfo-wrap {
    padding: 5px 10px;
    width: 97% !important;
    background: var(--xamax-color-page-bg) !important;
}

.catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after,
.catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before,
amtheme-productinfo-wrap:before,
amtheme-productaside-wrap .block.related:after {
    display: none !important;
}

.page-layout-1column .amtheme-product-wrap > .amtheme-product-info {
    max-width: 100%;
    text-align: center;
}




.popToSize {
    cursor: pointer;
}

.popToSize img {
    height: 30px;
    cursor: pointer;
}

.popToSize span {
    color: var(--xamax-color-orange);
} 


.amtheme-product-info .product-info-stock-sku, .amtheme-product-info .product.attribute.sku {
	line-height: 29px;
    margin-left: 6px;
    font-size: 1em;
    color: #666666;
    font-weight: 300;
}

.product.attribute.sku strong.type {
    display: none;
}

.stock.available {
    text-transform: none!important;
}

span.traffic-light.tl-red {
    border-bottom:3px solid #d93b1f;
    color: #d93b1f;
}

span.traffic-light.tl-grey {
    background:  var(--xamax-color-border-light);
    color: var(--xamax-color-text);
}

span.traffic-light.tl-amber {
    border-bottom:3px solid #ffbf00;
    color: #ffbf00;
}

span.traffic-light.tl-green {
    border-bottom: 3px solid #1d8f5b;
    color: #1d8f5b;
}

span.moreinfo {
	margin: 0 4px;
    position: relative;
    cursor: pointer;
}

span.moreinfo span {
	display: none;
    width: 400px;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 300;
    border: 1px solid  var(--xamax-color-border-light);
    border-radius: 8px;
    padding: 6px 10px;
    position: absolute;
    left: -400px;
    background: var(--xamax-color-page-bg);
    color: var(--xamax-color-text);
    text-align: center;
    z-index: 9;
}

span.moreinfo:hover span {
	display:block;
}





.productmatrix-single-prices-outer {
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
}

.productmatrix-single-prices-outer span {
    font-size: 1.6em;
    color: var(--xamax-color-blue);
    position: relative;
}

.productmatrix-single-prices-outer span.singleprice {
    color: var(--xamax-color-text);
    font-size: 2.4em;
   font-weight: 700;
}

span.price-with-tax span.pound, span.price-no-tax span.pound, span.price-with-tax span.pence, span.price-no-tax span.pence {
    font-size: 0.55em;
    margin: 0;
    padding: 0 2px;
    width: auto;
    color: var(--xamax-color-text);
    font-weight: 300;
}

.catalog-product-view .singlepricetext:before {
    content: "\2714";
    position: absolute;
    left: -30px;
    top: 0px;
    color: var(--xamax-color-orange);
}

    
.productmatrix-single-prices-outer span.incVat {
    display: block;
    font-size: 0.8em;
    margin: 2% 0 0 10%;
    color: #8ca8b8;
}

.productmatrix-single-prices-outer p.caveat {
    margin-top: 60px;
}

div.productmatrix-tier-prices.justsingle {
    border: 1px solid var(--xamax-color-orange);
    border-radius: 8px;
    overflow: hidden;
}

.productmatrix-tier-prices-outer {
    position: relative;
}

 .toggle-radio .switch {
	position: absolute;
    top: 56px;
    right: 14px;
    width: 160px;
    height: 28px;
    text-align: center;
    background: var(--xamax-color-page-bg);
    transition: all 0.2s ease;
    border-radius: 8px;
    border: 1px solid var(--xamax-color-orange);
    z-index: 7;
  }
 
 .page-products .toggle-radio .switch {
    z-index: initial;
}

.productmatrix-single-prices-outer .switch {
    top: 58px;
    left: calc(50% - 80px);
}

  .toggle-radio input[type=radio] {
    display: none;
  }
  .toggle-radio .switch label {
    cursor: pointer;
    color: #8ca8b8;
    width: 80px;
    font-size: 1em;
    line-height: 1.9em;
    transition: all 0.3s ease;
    border-radius: 8px 0 0 8px;
    text-shadow: 1px 1px 1px #fff;
  }
  .toggle-radio label[for=yes] {
    position: absolute;
    left: 0px;
    height: 28px;
    background: var(--xamax-color-page-bg);
  }
  .toggle-radio label[for=no] {
    position: absolute;
    right: 0px;
    height: 30px;
    text-shadow: 1px 1px 1px #fff;
  }
 .toggle-radio #no:checked ~ .switch {
    background: #fff;
  }
  .toggle-radio #no:checked ~ .switch span {
    background: var(--xamax-color-blue);
    margin-left: -8px;
  }
  .toggle-radio #no:checked ~ .switch span:after {
    background: var(--xamax-color-blue);
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
  }
  
  .toggle-radio #yes:checked ~ .switch label[for=yes] {
    color: #0e0e0e;
    background: #fff;
    outline: 2px solid var(--xamax-color-orange);
    border-radius: 8px;
  }
  .toggle-radio #no:checked ~ .switch label[for=no] {
    color: #0e0e0e;
    outline: 2px solid var(--xamax-color-orange);
    border-radius: 8px;
    height: 28px;
    background: #fff;
  }
  
span.price-with-tax span, span.price-no-tax span {
    font-size: 12px;
    color: #8ca8b8;
    margin-left: 5px;
}

.list-tier-prices span.price-with-tax span, .list-tier-prices span.price-no-tax span {
    font-size: 9px;
    color: #8ca8b8;
    margin-left: 5px;
    display: block;
}

.list-tier-prices span.price-with-tax span, .list-tier-prices span.price-no-tax span {
	width:initial;
}


.sidebar-tax {
    position: absolute;
    left: calc(50% - 82px);
    top: calc(50% - 14px);
    width: 200px;
}

.sidebar-tax > label {
    position: absolute;
    left: -158px;
    width: 154px;
    top: 4px;
    padding: 0;
    font-size: 1.2em;
    color: #666 !important;
    font-weight: 700;
}

.sidebar-tax .switch {
    left: 0;
    top: 0;
}

.pagebuilder-column .productmatrix-tier-prices table {
    margin-bottom: -10px;
}

   
table.pricer thead tr th,table.pricer tbody tr td {
    padding: 5px 0;
}


table.pricer tbody tr td.plain {
    width: 33%;
    text-align: center;
    color: #666;
}

table.pricer tbody tr{
	border: 1px solid #fff;
}

th.top-th {
	padding: 20px 0 10px 0!important;
    font-size: 1.6em;
}

table.pricer thead tr th span {
    font-size: .8em;
    font-style: italic;
    color: var(--xamax-color-page-bg);
}

table.pricer tbody tr.tier-on {
    background-color: var(--xamax-color-page-bg);
    position: relative;
}

table.pricer thead tr th {
    text-align: center;
    background: var(--xamax-color-blue);
    color: var(--xamax-color-orange);
    border: none;
    text-transform: initial;
}

table.pricer.justsingle thead tr:first-child th {
    font-size: 1.2em;
}

table.pricer thead tr:first-child th i{
	color:#fff;
	font-weight:300;
}

table.pricer tbody tr.tier-on td:first-child::before {
    content: "\2713";
    position: absolute;
    left: 10px;
    top: 6px;
    color: var(--xamax-color-orange);
}

.productmatrix-tier-prices-outer table.pricer tbody tr.tier-on td:first-child::before {
    left: 30px;
}

table.pricer tbody tr.tier-on td {
    color: var(--xamax-color-blue);
    background: var(--xamax-color-page-bg);
    font-weight: 700;
    border-left: 0;
}
.productmatrix-tier-prices-outer table.pricer tbody tr.tier-on td{
	font-size: 1.5em;
}

table.pricer tbody tr.tier-on td span.shake {
	animation: colorCycleRev 2s infinite;
	position:relative;
}

.tier-on span.shake:before {
    content: "You're Saving";
    font-size: 0.7em;
    font-weight: 300;
    position: absolute;
    left: -70px;
    top: -6px;
    width: 50px;
    display: block;
    text-align: center;
}

table.pricer tbody tr:first-child span.shake:before {
    display:none;
}

table.pricer tbody tr.tier-on td.decorated:last-child {
    border-right: 1px solid  var(--xamax-color-border-light);
}

table.pricer>tbody:last-of-type>tr:last-of-type td {
	padding-bottom:10px!important;
}


table.list-tier-prices.productmatrix-tier-prices tr:nth-child(3) td:first-child {
    border-left: 1px solid var(--xamax-color-orange);
}
table.list-tier-prices.productmatrix-tier-prices tr:nth-child(3) td:last-child {
    border-right: 1px solid var(--xamax-color-orange);
}


.product-variant-summary {
    margin: 0 auto 10px!important;
    font-size: .8em;
    color: #555;
    width: 80%;
    text-align: center;
}





.tab-container {
    position: relative;
}

.tab-container ul.nav.nav-tabs {
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.tab-container ul.nav.nav-tabs li {
    border: 2px solid var(--xamax-color-orange);
    border-bottom: 2px solid #fff;
    width: auto;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    margin-left: 2px;
    cursor: pointer;
}
.tab-container ul.nav.nav-tabs li:first-child {
    margin-left: 0;
}

.tab-container ul.nav.nav-tabs li.inactive {
    background: var(--xamax-color-page-bg);
    max-height: 20px;
    margin-top: 9px;
    padding: 6px 20px;
    border: 1px solid var(--xamax-color-orange);
    border-bottom: 2px solid var(--xamax-color-orange);
    text-shadow: 1px 1px 1px #fff;
    color:#666666;
}

ul.nav.nav-tabs li:last-child {
    color: var(--xamax-color-orange);
    font-size: 1.6em;
    padding: 0 20px;
}

ul.nav.nav-tabs li.inactive:last-child .tick {
 animation: colorCycle 2s infinite;
}

@keyframes colorCycle {
  0% {
    color: var(--xamax-color-blue);
  }
  25% {
    color: var(--xamax-color-orange);
  }
  100% {
    color: var(--xamax-color-orange);
  }
}

@keyframes colorCycleRev {
  0% {
    color: var(--xamax-color-orange);
  }
  25% {
    color: var(--xamax-color-blue);
  }
  100% {
    color: var(--xamax-color-blue);
  }
}






body.account main#maincontent{
    margin-top: 25px;
    padding-inline-end: 20px!important;
    padding-inline-start: 20px!important;  
}

main#maincontent {
    background: var(--xamax-color-page-bg);
}

.emergency-message {
    background: var(--xamax-color-page-bg);
    border: 1px solid var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

span.highlight {
    font-size: 0.5em;
    vertical-align: super;
}

h3 a, h3 a:visited, alink:visited {
    color: var(--xamax-color-blue);
}

div.greet.welcome,.amtheme-header-icon .amtheme-link{
    display: none;
}


.sidebar .amtheme-filter-action,
.sidebar .swatch-option.color:hover:before,
.sidebar .swatch-option.color:before {display:none!important;}

.sidebar div.swatch-attribute-options a span {box-shadow:none; border:1px solid  var(--xamax-color-border-light)}

.first-of-his-name .pagebuilder-column-group {
    margin-top: -330px;
    z-index: 9;
    padding: 0 10px;
}




   
@media (min-width: 768px){
	.message.info {
		background: var(--xamax-color-page-bg);
	}

	.amtheme-header-icon {
		margin: 0!important;
	}

	.only-mobile,span.wk-cart-icon {
		display:none!important
	}

	.page-main { 
	   width: 100%!important;
		padding: 0;
		margin: 0;
		min-width: 100%;
	}

	.product.media div#am-gallery {
		min-height: 480px;
		height: 480px;
	}

	.catalog-product-view .page-wrapper{
		overflow: unset;
	}

}


svg.amtheme-icon {
    height: 30px;
    width: 30px;
}

a.action svg.amtheme-icon,svg.amtheme-icon {
    fill: var(--xamax-color-blue)!important;
}

.details-qty.qty svg.amtheme-icon {
	fill: var(--xamax-color-orange)!important;
}


.header.links {
    font-size: 0.8em;
    margin-inline-start: 0;
}

span.splide__spinner {
    display: none!important;
}

.am-gallery-placeholder .splide__slide {
    border: none!important;
}

.splide__slide__container.video-slide.splide__slide__container--has-video {
    text-align: center;
}

.splide__slide.is-active.is-visible {	
	z-index:999;
}

li.amtheme-icon-block {
    position: relative;
}

li.amtheme-icon-block a{
    color:var(--xamax-color-blue);
}

li.amtheme-icon-block svg {
    width: 38px;
    height: 38px;
}

li.amtheme-icon-block a.icon-link {
	background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
}

.profile-icon svg.amtheme-icon, .contact-icon svg.amtheme-icon {
    fill: var(--xamax-color-orange);
    margin: -2px;
}

.amtheme-sticky-compare .amtheme-wrapper.-link,.amtheme-wrapper.-clear {
    background: var(--xamax-color-orange);
}

.amtheme-sticky-compare .amtheme-wrapper.-link a.amtheme-link:hover span {
    color: #fff!important;
}

.amtheme-compare-item .amtheme-wrapper {
    text-align: center;
}

.amtheme-compare-header.page-title-wrapper {
    text-align: center!important;
    display: block;
    margin-top: 20px;
}

.amtheme-compare-header .page-title:after {
    color: var(--xamax-color-orange);
    font-size: 0.6em;
}

.amtheme-compare-actions {
    text-align: center;
}


.amtheme-explore-link.hidden-print a.product-item-link {
    display: inline;
   }
   
.amtheme-explore-link.hidden-print a.product-item-link:hover button {
    border: 4px solid var(--xamax-color-orange)!important;
}

.amtheme-explore-link.hidden-print a.product-item-link:hover button span{
    color:#fff!important;
}
    
.amtheme-compare-actions .action>* {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
    border-radius: 0;
}

.amtheme-compare-actions .action>*:hover {
    color: var(--xamax-color-orange);
}

.amtheme-compare-item .amtheme-wrapper, .amtheme-item.product-item {
    text-align: center!important;
    margin: 0 auto;
}

.amtheme-compare-sticky.-visible span.product-image-container {
    margin: 0 auto;
}

.amtheme-photo-wrapper .towishlist-wrap {
	position:relative;
}

.amtheme-explore-link {
    height: 50px;
}

a.product-item-link button {
    background-color: var(--xamax-color-orange)!important;
    border-radius: 50px;
    width: 100%;
    border: 4px solid  var(--xamax-color-border-light)!important;
    display: block;
}

a.product-item-link button span {
    color: var(--xamax-color-blue);
}

table#product-comparison th,table#product-comparison td {
    text-align: center;
}

table#product-comparison tr:nth-child(2) td {
	text-align:justify;
}

.wishlist-index-index li.product-item {
    text-align: center;
}

.wishlist-index-index li.product-item .box-tocart,.wishlist-index-index li.product-item .product-item-actions,
.wishlist-index-index .actions-toolbar .primary .action.tocart {
    display: none;
}

.wishlist-index-index .actions-toolbar {
    justify-content: center;
}

.wishlist-index-index .actions-toolbar .primary .action.share {
    height: 40px;
    padding: 0 20px;
    border: 4px solid  var(--xamax-color-border-light);
    color: var(--xamax-color-blue);
}

.actions-toolbar .action.primary, .actions-toolbar .primary > .action:hover {
    border: 2px solid var(--xamax-color-orange)!important;
    color: #fff!important;
}




.minicart-wrapper .counter {
	background: var(--xamax-color-blue);
    padding: 0 15px;
    top: 21px;
    left: 50%;
    transform: translate(-50%, 10%);
    border: 1px solid var(--xamax-color-orange);
}


.minicart-wrapper .counter-number {
    color: #fff;
}


span.filterDot {
    display: inline-block;
    border: 1px solid var(--xamax-color-orange);
    border-radius: 50%;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 1.9em;
    background: var(--xamax-color-page-bg);
    color: var(--xamax-color-blue);
    font-weight: 700;
}

a.swatch-option-link-layered {
    width: 34px;
    height: 34px;
    margin: 4px !important;
    border: 2px solid #8ca8b8;
    border-radius: 50px;
    overflow: hidden !important;
}

a.swatch-option-link-layered:hover {
    border: 2px solid #fff;
}

.swatch-option.color {
    width: 100%!important;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-shadow: 0px 0px 2px var(--xamax-color-text);
    padding-top: 4px;
}

.sidebar .swatch-attribute.swatch-layered.brand .swatch-option.text {
    border: 0;
    text-align:left;
}

.bouncing-ball {
	animation: bounce 1.4s infinite ease-out;
}

.sidebar .swatch-attribute.swatch-layered.brand a {
    margin: 0;
    border: 0;
    width: 100%;
    height:auto;
    text-align: left;
}

.swatch-option:hover {
    color: var(--xamax-color-blue);
    border:0;
}

.products.wrapper .swatch-attribute.color .swatch-option.image {
    height: 10px !important;
    width: 10px !important;
    min-height: 10px !important;
    min-width: 10px;
}

.pagebuilder-column {
    min-height: 400px;
	display: table-cell!important;
}


@media (min-width: 768px){

	li.amtheme-icon-block.mobile-search,.products-grid .product-item-info:hover:after, .products-grid .product-item-info.-hover:after{
		display:none!important;
	}
}	

li.amtheme-icon-block:hover svg.amtheme-icon {
	fill: var(--xamax-color-blue)!important;
}






a.header_dropdown_link {
    display: block;
    padding: 10px 0 10px 40px;
    border-bottom:2px solid #fff;
    border-top:0;
    white-space: nowrap;
    text-align: left;
    color: var(--xamax-color-blue);
}

a.header_dropdown_link:hover {
    border-bottom:2px solid var(--xamax-color-orange);
}

li.amtheme-icon-block.profile-icon div ul {
	list-style:none;
	padding: 0;
}

li.amtheme-icon-block.profile-icon div li {
    margin:0;
}

li.amtheme-icon-block.profile-icon:hover div {
	display:block;
}


div.amscroll-page-num.-amscroll-button {
    color: var(--xamax-color-blue);
    border: 1px solid  var(--xamax-color-border-light);
    padding: 10px 20px;
    border-radius: 40px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: -20px;
    margin-left: -40px;
}

div.amscroll-page-num.-amscroll-button#amscroll-page-num1 {
    top: 21px;
    margin-left: 0;
}

h2.filteredlist {
    text-align: center;
    font-weight: 300;
    margin-top: 0;
}

h2.filteredlist b {
    border-bottom: 2px solid var(--xamax-color-orange);
}

p#catText {
    margin: 6px auto 0 auto;
    height: 75px;
    overflow: hidden;
    position: relative;
    padding: 0 0.5%;
    line-height: 1.8em;
    width: 67.5%;
}

p#catText:before{
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 9;
}

p#catText a {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}


.no-child p#catText {
    height: auto;
    overflow: visible;
    position: relative;
    border: 4px solid #fff;
    padding: 1%;
    background: rgba(255,255,255,0.8);
    
}

.no-child p#catText:before,.no-child p#catTextMore {
    display:none;
}

p#catTextMore {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 99!important;
    color: var(--xamax-color-orange);
    height:10px;
    width: 67.5%;
    border: 1px solid  var(--xamax-color-border-light);
    border-top: 0;
    text-align: center;
    box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px;
    border-radius: 0 0 20px 20px;
}

p#catTextMore:hover {
    color: var(--xamax-color-blue);
    border-bottom: 1px solid  var(--xamax-color-border-light);
}

p#catTextMore span, span.catMore, .block.filter .filter-options-title:after {
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 0 0 auto;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0 0 20px 20px;
    border: 1px solid var(--xamax-color-orange);
    box-shadow: rgba(0, 73, 145, 0.2) 0px 20px 25px -5px, rgba(0, 73, 145, 0.2) 0px 10px 10px -5px;
}

p#catTextMore span{
	position: absolute;
    right: calc(50% - 15px);
}

span.catMore.expanded {
    margin-top: -32px;
}
/*
p#catTextMore span:after, span.catMore:after, .block.filter .filter-options-title:after {
    content: "\02C5";
    font-size: 2em;
    line-height: 1.3em;
    background: none;
    color: var(--xamax-color-orange);
}*/

.sidebar li.level0.active .expand:after {
    content: "\02C4";
}

.sidebar .bsif {
    border: 2px solid var(--xamax-color-orange);
    text-align: center;
    background: var(--xamax-color-page-bg);
    margin-top: 20px;
    border-radius: 8px 8px 50% 50%;
    overflow: hidden;
}

.sidebar .bsif a {
    display: block;
    padding: 40px;
}

p#catTextMore span:hover, span.catMore:hover {
    box-shadow: none;
}

.flip {
	transform: rotate(-180deg);
	box-shadow: none !important;
}


.block-search .input-text {
	z-index:2!important;
	min-height: 40px;
	background: var(--xamax-color-page-bg);
    font-weight: 700;
    color: var(--xamax-color-blue);
    font-size: 1.6em;
    padding: 0 46px 0 16px;
}

.block-search .actions {
    left: initial;
    right: -2px;
    top: -2px;
    z-index: 99;
    cursor: pointer;
}

input#search::placeholder{
	color:#8ca8b8;
	font-size:0.8em!important;
	font-weight:300;
} 

.block-search .action {
	background: var(--xamax-color-blue);
    border-radius: 50%;
    padding: 5px;
    border: 3px solid var(--xamax-color-orange);
}

.block-search .amtheme-icon {
    fill: var(--xamax-color-orange) !important;
    width: 28px;
    height: 28px;
}

.block-search .action:hover {
    background: var(--xamax-color-orange) !important;
	border: 3px solid var(--xamax-color-orange);
}

.block-search .action:hover svg {
    fill: var(--xamax-color-blue)!important;
}


.search-autocomplete {
    top: 16px;
    left: 3px;
    z-index: 1;
    background: #fff;
    max-width: 99%!important;
    box-shadow: 0 2px 8px rgb(57 56 56 / 25%);
}

.catalogsearch-result-index .toolbar.toolbar-products {
    margin-top: 60px;
}

.catalogsearch-result-index .page-title-wrapper h1 {
    width: 100%;
    text-align: center;
}

.catalogsearch-result-index .page-title-wrapper h1 span {
    display: inline-block;
}


figcaption {
    color: var(--xamax-color-blue)!important;
    text-align: center;
    font-size: 0.8em;
}

.just-contain td {
	height:28px;
}
.just-contain td span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

.just-contain td span a {
    padding-left: 34px;
    display:block;
}

.all-categories .widget.block.block-category-link-inline a,
.widget.block.block-category-link-inline a,a.menu-links {
    font-size: 1.5rem!important;
    color: var(--xamax-color-text)!important;
    font-weight:300!important;
}

.all-categories .widget.block.block-category-link-inline a:hover,
.widget.block.block-category-link-inline a:hover {
    border-bottom:2px solid var(--xamax-color-orange);
}

.all-categories .widget.block.block-category-link-inline a {
	margin-left:0;
}


div#amasty-shopby-product-list {
    margin-top: 40px;
}

.swatch-option-tooltip {display:none!important;}



@media (min-width: 768px){
	.page-title {
		margin: 0 auto;
		text-align: center;
	}
}

.brand-header-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.category-heading {
	width:67.5%;
	position:relative;
	margin: 0 auto;
}

.brand-logo-container {
    display: block;
    position: absolute;
    top: -50px;
    left: 6%;
    border: 2px solid var(--xamax-color-orange);
    border-radius: 8px;
    padding: 4px 8px;
    background: #fff;
}

.brand-logo-container img {
    height: 80px;
}

.brand-headings {
    flex: 1 1 auto;
    min-width: 200px;
}

.brand-filter-label {
    margin: 0;
    font-size: 1rem;
    color: #555;
    font-weight: normal;
}


.pagebuilder-slider.main-bg-slider {
    background: transparent url('/media/wysiwyg/icon/loader.svg') no-repeat 100px center !important;
}

.pagebuilder-collage-content {
    background: rgba(0, 73, 145, 0.4);
    padding: 1%;
}

.pagebuilder-overlay {
    padding: 0 !important;
    max-width: 100% !important;
}

.pagebuilder-collage-content div {
    min-height: 500px !important;
}

.pagebuilder-collage-content p {
    z-index: 99999999;
    position: relative;
    max-width: 50%;
    margin: 20px auto;
    color: #fff;
}

.pagebuilder-collage-content p a {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
    text-shadow: 0 0 1px #fff;
}

.pagebuilder-collage-content p a span {
    color: #fff;
    border-bottom: 2px solid var(--xamax-color-orange);
}

.pagebuilder-collage-content p a:hover span {
    border-bottom: 2px dashed var(--xamax-color-orange);
}




.cms-home .row-full-width-inner {
    max-width: fit-content !important;
}

.cms-home .pagebuilder-collage-content img {
    margin: 0 auto;
    height: 60px;
    width: 60px;
}

.cms-home .pagebuilder-collage-content a span,
.cta-button {
    border: 2px solid var(--xamax-color-blue) !important;
    display: inline-block;
    padding: 4px 20px;
    background: var(--xamax-color-orange);
    border-radius: 50px;
    font-size: 1.2em !important;
    font-weight: 700;
    color: var(--xamax-color-blue) !important;
}

.cms-home .pagebuilder-collage-content a span:hover,
.cta-button:hover {
    border: 2px solid var(--xamax-color-orange) !important;
    color: #fff !important;
}



.decoration-hero h2,
.decoration-hero h3,
.decoration-hero h4 {
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
    margin-top: 30px;
}

.decoration-hero {
    text-align: center;
    padding-top: 20px;
}



.existing-customer-row {
    max-height: 370px;
}

.existing-customers {
    color: #888;
}

.existing-customers p {
    text-align: justify;
}

.existing-customers.login-text {
    padding: 10% 0 0 0;
}

.existing-customers a.cta-button {
    width: 300px;
    margin-top: 26px;
}

a.cta-button.plp-cta {
	width: 70%;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    font-weight: 300;
    font-size: .8em !important;
}


.homepage-product-grid .slick-slide, .block.related  .slick-slide{
    border: 1px solid  var(--xamax-color-border-light);
    background: #fff;
    margin: 0 10px;
    height: 350px !important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px;
}

.homepage-product-grid li.product-item .product-item-info {
    box-shadow: none!important;
}


.homepage-product-grid .swatch-attribute.size,
.homepage-product-grid .product-item-inner,
.homepage-product-grid .price-box.price-final_price {
    display: none;
}

.block.related ol.products {
    min-width: 100%!important;
}
.block.related .slick-slide {
    min-width: 210px;
}

.block.related .slick-slide li.item.product.product-item {
    border: 0;
}

.block.related .slick-slide li.item.product.product-item .product-item-info {
    background: none;
    box-shadow: none!important;
}


.block.related span.normal-price {
    margin: 30px auto;
}


.block.related span.price-wrapper {
    display: block;
}

.block.related span.price {
    color: var(--xamax-color-orange)!important;
    font-weight: 700!important;
}

.block.related .slick-slide .product-item-info {
    margin: 0 -10px !important;
}

.homepage-product-grid .product-item .product-item-details {
    text-align: center;
}

.amtheme-categories-choice .amtheme-content {
    height: 170px;
    max-height: 170px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    display: block;
    padding-top: 10px;
}

.amtheme-categories-choice .amtheme-content li {
    width: 110px;
    margin: 0;
    display: inline-block;
}

.amtheme-categories-choice .amtheme-image-block {
	margin: 0 auto;
}


.amtheme-categories-choice .amtheme-content li:hover p {
    color: var(--xamax-color-blue);
}

.panel.header {
    padding: 0 20px!important;
}

.homepage-blog-links {
    padding: 0 40px;
    text-align: center;
}

.homepage-blog-links .blogLinks {
    border: 1px solid  var(--xamax-color-border-light);
    border-radius: 8px;
    height: 300px;
    overflow-y: scroll;
    margin: 0 auto;
    width: 90%;
    background: rgba(255,255,255,0.7);
}

.homepage-blog-links h3 {
    color: var(--xamax-color-orange)!important;
    border-bottom: 2px solid var(--xamax-color-blue);
}


.homepage-contact-links {
    padding: 20px 40px 40px 40px!important;
    background: #fcfcfc;
}

.homepage-contact-links h3, .homepage-contact-links h4 {
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
}

.homepage-contact-links h4 {
    margin-top: 30px;
}

.homepage-contact-links ul {
    list-style: none;
    padding: 10px 0 0 0;
}


.row-full-width-inner .slick-slide h1,
.row-full-width-inner .slick-slide h2 {
    line-height: 1.4em !important;
    color: var(--xamax-color-orange) !important;
    font-weight: 700 !important;
    text-shadow: 0 0 2px var(--xamax-color-blue);
}


.row-full-width-inner .slick-slide h3{
	color:#fff!important;
}


.slick-slider .slick-arrow {
    top: 150px;
    background-color: var(--xamax-color-orange)!important;
    color: var(--xamax-color-blue);
    border: 1px solid var(--xamax-color-blue);
}


.no-children {
	height:300px;
}

.page-layout-1column-notitle .slick-arrow {
    border:1px solid #fff;
    cursor:pointer;
}


button.slick-prev.slick-arrow {
    margin-left: 40px;
}

button.slick-next.slick-arrow {
    margin-right: 40px;
}

.short-slider {
    height: 300px!important;
    overflow: hidden;
}


div.block .title {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
}

.cart-container .cart-summary #block-shipping .title, .cart-container .cart-summary #block-shipping #shipping-zip-form {
    display: none;
}

.product.data.items {
    text-align: justify;
    line-height: 1.5em;
}

.product.data.items ul {
    padding: 0 0 0 20px;
}

div.title.amtheme-item-title a.data.switch {
    color: #8ca8b8 !important;
    font-weight: 300 !important;
    text-shadow: 1px 1px #fff;
    }

div.title.amtheme-item-title {
	padding: 0 20px;
    background: var(--xamax-color-page-bg);
    border: 1px solid var(--xamax-color-orange);
    border-radius: 8px 8px 0 0 !important;
    margin: 0 1px !important;
    border-bottom: none !important;
}


div.title.amtheme-item-title.active {
	background:#fff;
	border: 2px solid var(--xamax-color-orange);
	border-bottom:none;
	border-radius:8px 8px 0 0;
	z-index: 1;
    position: relative;
}

div.title.amtheme-item-title a.data.switch {
    color: #070605!important;
    }
 
.product.data.items .data.item span.amtheme-icon {
    top: 0;
    background-size: 50px;
}   
    
.data.item.content {
    border: 2px solid var(--xamax-color-orange) !important;
    margin-top: 28px !important;
    position: relative;
    border-radius: 0 0 8px 8px;
    background: #fff !important;
}


footer.page-footer {
    background: var(--xamax-color-blue);
}

.footer.links a, .footer-link a, a.footer-link {
    color: var(--xamax-color-orange)!important;
}


.amtheme-newsletter-block.amtheme-subscribe {
    border-top: 1px solid var(--xamax-color-orange);
    border-bottom: 1px solid var(--xamax-color-orange);
}

button.action.subscribe {
    background: var(--xamax-color-orange);
    border-radius: 0 50px 50px 0;
    margin: 0;
    color: var(--xamax-color-blue);
    font-weight: 700;
}

.amtheme-newsletter-block .amtheme-input {
    border-radius: 50px 0 0 50px;
    padding: 10px 20px;
}


.blinky {
    animation: opacity 2s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.1;
  }
}


.block-content .filter-options-content {
    display:none;
}

.block.filter .filter-options-title {
    padding-left: 10px;
}

.filter-options-item.allow.-active .filter-options-title {
    font-weight: 700;
    font-style: italic;
}

.sidebar.sidebar-main h3, .block.account-nav .title.account-nav-title, .amtheme-heading span {
    border-bottom: 2px solid var(--xamax-color-orange);
    padding: 10px 0;
}

.sidebar .o-list li, .account .sidebar .nav.items li, .filter-options-item, .display-posts-listing li{
    position: relative;
}


.sidebar > .o-list, .account .sidebar .nav.items li a, .display-posts-listing {
    margin-top: 0;
    padding:0;
    background: none;
}


.category-description .row-full-width-inner {
    max-width: fit-content!important;
}

span.amtheme-caret {
    display:none;
}


.amasty-jet-theme.am-tabs-view .product.data.items {
	border:none;
}

div.product.info.detailed {
    height: auto!important;
    margin: 80px auto !important;
	box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px;
}

.page-products .column.main {
    padding-top: 40px;
}

.amtheme-popup-block .amtheme-icon.-icon-close {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--xamax-color-text);
}

.amtheme-icon {
    transition: fill 0.2s, color 0.2s ease-in-out;
}

.amtheme-icons-container .amtheme-icon {
	fill: var(--xamax-color-orange);
}

.amtheme-icon.-hover-bg:hover, .amtheme-icon.-hover-bg.-selected {
fill: var(--xamax-color-blue);
    color: var(--xamax-color-orange);
}



h1, h2, h3, h4, h5, h6 {
    color: var(--xamax-color-blue)!important;
    font-weight:500!important;
}

h2 {
line-height:3.6rem;
}


div.product-item-info {
	padding: 20px 0 0 0 !important;
}

h6.product.name.product-item-name {
    font-size: 1.1em;
    margin: 10px auto 4px;
    height: 30px;
}

.product.details.product-item-details {
    justify-content: revert;
}

.page-products .page-title,.wordpress-post-view .page-title {
    text-align:center;
    color: var(--xamax-color-blue);
    margin-top: 30px;
}

.product.details.product-item-details .price-box.price-final_price {
    margin-top: 0;
}

.product-item .swatch-attribute {
	text-align: center;
    padding: 0 4px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    max-height: 60% !important;
    overflow: auto;
 }
 
.product-item .swatch-attribute.size {
    display: none;
}



.swatch-attribute.swatch-layered.brand {
    padding: 0;
}

.filter-options-content {
    max-height: 312px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.swatch-attribute.swatch-layered.color_family {
    text-align: center;
}

.toolbar-sorter.sorter {
    margin-right: 20px;
}

.toolbar-sorter .amtheme-icon {
    width: 36px;
    height: 36px;
    background: var(--xamax-color-orange);
}

.toolbar-sorter .amtheme-icon.spinny {
	background:0;
	animation: animSpin 1s linear infinite;
}

label.sorter-label {
    color: var(--xamax-color-blue)!important;
    border: 1px solid var(--xamax-color-orange);
    border-right: 0;
    border-radius: 40px 0 0 40px;
    padding: 10px 0 10px 16px;
    background: var(--xamax-color-bg-elevated);
   margin: 0 -20px 0 -10px;
}

.amtheme-select-block.-no-border, .amtheme-select-block.-no-border.-active {
	border: 1px solid var(--xamax-color-orange) !important;
    border-left: 0!important;
    border-right: 0!important;
}

.toolbar-sorter .amtheme-select-block .amtheme-select-options {
    right: 0;
    width: calc(70%);
    border: 1px solid  var(--xamax-color-border-light);
    border-top: 0;
    margin: 0 -20px;
}

.toolbar-sorter .amtheme-select-block>.amtheme-placeholder:after {
    border: 3px solid var(--xamax-color-orange);
    border-top: 0;
    border-left: 0;
    height: 10px;
    width: 10px;
    top: calc(50% - 10px);
}

.toolbar-sorter a.action {
    border: 1px solid var(--xamax-color-orange);
    border-left: 0;
    margin-inline-start: 0;
    border-radius: 0 40px 40px 0;
    padding: 2px;
    background: var(--xamax-color-bg-elevated);
    margin-left: -20px;
}

p.toolbar-amount{
	display:none!important;
}

div.amtheme-empty {
    color: #8ca8b8;
    font-size: 0.8em;
    text-align: justify;
}

.page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2), 
.page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2), 
.page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2), 
.page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2) {
    margin-top: 30px;
}

.page-products.page-layout-2columns-left .products-grid .product-items .product-item {
    width: calc(91%/3)!important;
    max-width: calc(94%/3)!important;
    margin-inline-end: 30px!important;
}


.swatch-attribute-options.clearfix, span.price-container.price-final_price.tax.weee {
    display: inline;
}

span.normal-price span.price-container.price-final_price.tax.weee {
    text-align: center;
}

.product-item-details span.brand-logo img{
	height:80px; 
}
.product-item-details .swatch-attribute .swatch-option {
    cursor: pointer;
    background-size: cover!important;
    min-height: 30px!important;
    font-size: 0.8em;
}

div.swatch-option.image.disabled {
    position: relative;
}

div.swatch-option.image.disabled:after{
    content: '\2715';
    font-size: 1.8em;
    position: absolute;
    left: 11%;
    bottom: -15%;
    color: #fff;
    text-shadow: -1px -1px 0 var(--xamax-color-text), 1px -1px 0 var(--xamax-color-text), -1px 1px 0 var(--xamax-color-text), 1px 1px 0 var(--xamax-color-text);
}

span.swatch-circle.noStock {
    opacity: 0.8;
}
span.swatch-circle.noStock:after {	
	content: '\2715';
    font-size: 3.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d93b1f;
      text-shadow: -1px -1px 0 var(--xamax-color-text), 1px -1px 0 var(--xamax-color-text), -1px 1px 0 var(--xamax-color-text), 1px 1px 0 var(--xamax-color-text);

}

button.action.tocart, button.action.secondary.checkout {
	background-color: var(--xamax-color-orange);
    width: 100%!important;
    min-height: 80px;
    border-radius: 50px!important;
    color:var(--xamax-color-blue);
    font-weight:700;
    border: 2px solid var(--xamax-color-blue);
    box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px; 
}

button.action.secondary.checkout {
    min-height: initial;
}

button.action.tocart:hover, button.action.secondary.checkout:hover {
	background-color: var(--xamax-color-orange);
	border:2px solid var(--xamax-color-orange);
	color:#fff;
	box-shadow:none;
}

button.action.tocart span.amtheme-title span {
    display: block;
    font-size: 0.7em;
    }







@media (min-width: 768px) {

  .block.block-minicart.-sticky-minicart .block-content,
  .block-minicart.-sticky-minicart .amtheme-payment-methods {
    background: #fff;
    margin: auto -20px 0;
    padding: 40px;
    position: fixed;
    left: calc(100vw / 3);
    top: calc(100vh / 3.5);
    width: calc(100vw / 4);
    border: 2px solid var(--xamax-color-orange);
    border-radius: 8px;
  }

  .block-minicart.-sticky-minicart .amtheme-payment-methods {
    padding-top: 0;
    background: none;
    border: none;
    margin-top: calc(100vh / 1.8);
    display: initial;
  }

}

.block.block-minicart .subtotal {
  background: transparent;
  align-items: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  font-weight: 300;
  margin: -20px 0 0 0;
  padding: 20px 0;
}

.block-minicart .subtotal .mini-continue { order: 999; text-align: center; }

.block-minicart .subtotal .mini-continue .action.continue {
  background: none;
  border: 0;
  padding: 0;
  color: var(--xamax-color-blue);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.block-minicart .subtotal .mini-continue .action.continue:hover {
  text-decoration: none;
}

.block-minicart .subtotal .mini-inline-links {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.95rem;
}

.block-minicart .subtotal .mini-inline-link {
  display: inline-block;
  color: var(--xamax-color-blue);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 0.25rem;
  font-size: 1.6em !important;
}

.block-minicart .subtotal .mini-inline-link:hover {
  text-decoration: none;
}

.block-minicart .subtotal .mini-inline-separator {
  padding: 0 0.25rem;
  color: #999;
  font-size: 2em;
}

.block-minicart .action.viewcart {
  display: none !important;
}

.block-minicart .block.block-minicart .action.checkout {
  min-height: 60px;
}

.block.block-minicart .subtotal .price-container .price-including-tax span,
.block.block-minicart .subtotal .price-container .price-excluding-tax span {
  font-weight: 700;
  font-size: 2em;
}

.block-minicart .price-excluding-tax::before {
  content: 'Ex VAT' !important;
}
.block-minicart .price-including-tax::before {
  content: 'Inc VAT' !important;
}

.block-minicart .price-including-tax::before,
.block-minicart .price-excluding-tax::before {
  display: inline-block !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: .5em;
  color: #aaa;
}

.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
  box-shadow: none;
  padding: 0 0 20px;
  width: 25%;
  border-left: 2px solid var(--xamax-color-orange);
}

.block.block-minicart .action.close {
  left: calc(100vw / 1.58);
  top: calc(100vh / 5);
  width: 0;
  padding: 0;
  border: none;
}

.block.block-minicart .action.close .amtheme-icon {
  height: 40px;
  width: 40px;
}

.block.block-minicart .product-item-details .actions {
  top: calc(50% + 15px);
  position: absolute;
  right: 0;
}

.minicart-wrapper.active .block.block-minicart.-sticky-minicart .amtheme-minicart-overlay {
  backdrop-filter: blur(10px);
}

.block.block-minicart .block-title {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid var(--xamax-color-orange);
  padding: 16px 10px;
  background: var(--xamax-color-blue);
}

.block.block-minicart li.item.product.product-item {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.block.block-minicart .product-item > .product {
  border: none;
  padding: 10px 0;
  margin-left: 10px;
  border-bottom: 1px solid var(--xamax-color-orange);
}

.block-minicart .product.minicart-grid {
  display: grid !important;
  grid-template-columns: 88px 1fr auto auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  align-items: start;
}

.minicart-grid .product-name-row {
  grid-column: 1 / -1;
}
.minicart-grid .product-item-name {
  display: block;
  line-height: 1.3;
  margin: 0 0 2px;
}
.minicart-grid .product-item-name a,
.minicart-grid .product-item-name span {
  text-decoration: none;
}

.minicart-grid .product-photo {
  grid-column: 1;
  grid-row: 2;
}
.minicart-grid .product-item-photo {
  display: block;
  max-width: 88px;
}

.minicart-grid .product-details-open {
  grid-column: 2;
  grid-row: 2;
  padding-inline-end: 0 !important;
}
.minicart-grid .product.options {
  margin: 0;
}
.minicart-grid .product.options .toggle {
  display: none;
}
.minicart-grid .product.options .content {
  display: block !important;
}
.minicart-grid .product.options .product.options.list {
  margin: 0;
  font-size: 0.7em;
}

.minicart-grid .product.options .product.options.list dt.label,
.details-qty.qty label {
  color: #aaa;
}

.minicart-grid .product-qty-col {
  grid-column: 3;
  grid-row: 2;
}
.minicart-grid .details-qty.qty {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 6px;
  align-items: start;
  position: relative;
}
.minicart-grid .details-qty .label {
  font-size: 12px;
  margin: 0;
}
.details-qty.qty svg.amtheme-icon {
  height: 30px !important;
  width: 30px !important;
}
.minicart-grid .amtheme-qty-box {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-items: center;
  row-gap: 2px;
  width: 48px;
}
.minicart-grid .amtheme-plus,
.minicart-grid .amtheme-minus {
  cursor: pointer;
  width: 20px !important;
  padding: 0 5px;
  line-height: 2em;
  height: 28px;
}
.minicart-grid .amtheme-qty {
  width: 48px;
  text-align: center;
}
.minicart-grid .update-cart-item {
  position: absolute;
  right: -30px;
}

.minicart-grid .product-actions-inline {
  grid-column: 4;
  grid-row: 2;
  display: flex;
  align-items: start;
  gap: 10px;
}

.minicart-grid .product-actions-inline .action.delete {
  color: inherit;
  margin: 40px -10px 0 10px;
}

.minicart-grid .product-actions-inline .action.delete svg.amtheme-icon {
  height: 20px;
}

.minicart-grid .price-row {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 2px;
}
.minicart-grid .product-info-price,
.minicart-grid .details-map {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.minicart-grid .old-price .price {
  text-decoration: line-through;
  opacity: 0.75;
  margin-left: 6px;
}

body.show-inc-vat .price-with-tax { display: inline; }
body.show-ex-vat  .price-no-tax   { display: inline; }

body.show-inc-vat .block-minicart .price-including-tax { display: inline; }
body.show-ex-vat  .block-minicart .price-excluding-tax { display: inline; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: inline;
}

.minicart-items-wrapper a.action.edit {
  display: none !important;
}






@media (max-width: 420px) {
    .minicart-grid {
    grid-template-columns: 72px 1fr auto;
    grid-template-rows: auto auto auto auto;
    }

    .minicart-grid .product-qty-col {
    grid-column: 2;
    }
    .minicart-grid .price-row {
    grid-row: 4;
    }
}

.amtheme-product-wrap .product-addto-links {
    margin-top: 0;
    display: none;
}

.cart-discount {
    display: none;
}

.cart-container {
    margin-bottom: 40px;
}

.product-info-main .amtheme-payment-methods {
    max-width: 100%;
    margin: 0;
    text-align:center;
}

.product-info-main ul.amtheme-payments-list {
    display: block!important;
}

.pagebuilder-column div[data-content-type="buttons"]  {
    text-align: center;
}

a.pagebuilder-button-primary {
    background: var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    border-radius: 40px!important;
    width: 200px;
    margin: 20px auto 0 auto;
}

a.pagebuilder-button-link {
    margin: 20px auto 0;
    color: var(--xamax-color-orange)!important;
    border-bottom: 2px solid var(--xamax-color-orange);
    padding: 0;
}

.-full [data-content-type='row'][data-appearance='contained'] .pagebuilder-column {
    min-height: 200px;
    background-position-y: 8px!important;
}
.brand-logo-img.inlist {
    position: absolute;
    right: 6px;
    top: 0;
}

.brand-logo-img.inlist .product-brand-img {
    width: 60px;
}

.amtheme-short-info {
    display: inline-flex;
    margin: 0 0 20px!important;
}

.brand-logo-img {
	border: 1px solid  var(--xamax-color-border-light);
    padding: 12px 20px 8px 20px;
    border-radius: 4px;
    display: contents;
}

.product-brand-img {
	max-width: 100px;
    max-height: 50px;
    display: inline-flex;
    border: 1px solid var(--xamax-color-orange);
    border-radius: 8px;
}

.sizechart {
    text-align: center;
    display:none;
}



span.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}

@keyframes pulsate {
    0% { 
    opacity: 0.5;
    }
    50% { 
    opacity: 1.0;
    }
    100% { 
    opacity: 0.5;
    }
}

.amtheme-product-info .product-info-stock-sku>div:nth-child(n+2):before {
	background: #fff;
    height: 75%;
    margin: 2px;
}


.page-layout-1column.home h1, .home.page-layout-1column.home .breadcrumbs, .home.page-layout-1column.home .page-title-wrapper, 
.page-template-template-full-width .page-title-wrapper,.page-template-template-full-width .breadcrumbs,.product-add-form.-amcaret-active.-amcaret-stick {
	 display: none!important;
} 

.amtheme-productaside-wrap {
	width:100%;
	max-width:100%!important;
	padding: 0 !important;
}
.product.actions.product-item-actions {
    text-align: center;
    position: absolute;
    bottom: 88px;
    right: 81%;

}

a.product-item-button-link {
    background-color: var(--xamax-color-orange);
    width: 100%!important;
    border-radius: 50px!important;
    color: var(--xamax-color-blue)!important;
    font-weight: 700;
    box-shadow: 0 3px 5px  var(--xamax-color-border-light);
    padding: 10px 20px;
    margin: 0 auto;
    border: 1px solid var(--xamax-color-blue);
}

a.product-item-button-link:hover {
	border: 1px solid var(--xamax-color-orange);
	box-shadow:none;
	color: #fff!important;
}

.block.related .product.actions.product-item-actions {
    position: relative;
    left: 0;
}


.field.choice.consents {
    background: #fff;
    padding: 10px 20px;
    border: 2px solid var(--xamax-color-orange);
    border-radius: 50px;
    box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px;
}

.field.choice.consent.required .mage-error {
    margin: -6px 0 0 10px;
    padding: 0 0 0 0;
    color: red;
    font-weight: bold;
}

.field.choice.consent.required .mage-error:before {
    content: '\2190';
    color: red;
    font-size: 1.6em;
    margin-right: 10px;
}



.page-header-container {
	background-color:var(--xamax-color-blue);
	max-width: calc(100% + 30px);
}
.page-header-container h1 {
  font-size: 4em;
  margin: 40px auto 0;
  background: linear-gradient(45deg, var(--xamax-color-bg-elevated) 50%, #ffa200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.15;
  padding-block: 0.12em;
  text-shadow: 0 0 0 rgba(0,0,0,0.01);
}


.page-header-container h1, .page-header-container h2 {
    color: #fff !important;
}

.page-header-container p {
    width: 50%;
    margin: 0 auto;
    color: var(--xamax-color-page-bg);
    font-size:1.2em;
	padding: 2% 3%;

}

.page-header-container table {
    width: 35% !important;
    margin: 0 auto;
}





.first-row .pagebuilder-column.with-slide {
    border: 2px solid var(--xamax-color-orange);
    margin: 24px 14px;
    border-radius: 8px;
    max-height: 340px !important;
    min-height: 340px;
    width: 340px !important;
    background-size: cover !important;
    overflow: hidden;
}
.first-row .pagebuilder-column.with-slide .slideUp {
    height: 340px;
    margin-top: 84%;
    background: rgba(255, 255, 255, 0.9);
    display:block;
    padding: 0px 20px 20px;
    border-top: 1px solid var(--xamax-color-orange);
    font-weight: initial;
	color:#222220!important;
}


.first-row .pagebuilder-column.with-slide:hover .slideUp {
    margin-top: -4px;
    transition:0.2s;
}

.first-row .pagebuilder-column.with-slide .slideUp h3 {
    font-size: 1.4em;
    text-align: center;
margin-bottom:40px;
}

.first-row .pagebuilder-column.with-slide .slideUp img {
    width: 50px;
    float: right;
    margin: 0 10px 10px 10px;
}




@media (max-width: 767px) {
	.cms-index-index .page-header-container {
		margin: 0 -10px 10px;
		padding-bottom: 10px;
	}
	.cms-index-index h1 {
		font-size: 2em !important;
	}
}



@keyframes swipe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}


@keyframes animSpin {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

@keyframes bounce {
  0% { 
    transform: translateY(0) scaleY(1) scaleX(1);
  }
  30% { 
    transform: translateY(-15px) scaleY(1) scaleX(1);
  }
  50% { 
    transform: translateY(0) scaleY(0.85) scaleX(1.1);
  }
  65% { 
    transform: translateY(-8px) scaleY(1.05) scaleX(0.95);
  }
  80% { 
    transform: translateY(0) scaleY(0.95) scaleX(1.05);
  }
  90% { 
    transform: translateY(-5px) scaleY(1.02) scaleX(0.98);
  }
  100% { 
    transform: translateY(0) scaleY(1) scaleX(1);=
  }
}



.tab-container ul.nav.nav-tabs li.inactive:last-child {
    padding-top: 2px;
}

.tab-container ul.nav.nav-tabs li.inactive:last-child {
    padding: 2px 20px 10px 20px;
}

.tab-content {
    border: 2px solid var(--xamax-color-orange);
    margin: -12px auto 20px;
    border-radius: 0 8px 8px 8px;
    padding: 0 0 5px 0;
    box-shadow: rgba(0, 73, 145, 0.1) 0px 20px 25px -5px, rgba(0, 73, 145, 0.04) 0px 10px 10px -5px;
    background:#fff;
}

.tab-content img.icon {
    width: 56px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.tab-content h3 {
    margin: 18px;
    font-weight: 700;
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
}

.tab-content p {
    padding: 0 18px;
    color: #666666;
    text-align: center;
}

.tab-container .tab-content .tab-pane {
    text-align: left;
    margin:0;
    position: relative;
}


.tab-container .tab-content .tab-pane.inactive {
	display:none;
}

.tab-content h3 span.optional {
    color: #666;
    font-style: italic;
    font-size: 0.8em;
}

td.plain.incVat {
    font-weight: 300!important;
    font-style: italic!important;
   }
    
p.caveat {
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: center;
    color: #8ca8b8;
    margin: 8px auto 0;
    padding: 0;
}

a.fair-price-text {
    padding: 0 20px;
    color:var(--xamax-color-blue);
}

.productlist-single-prices-outer {
    text-align: center;
}

.productlist-single-prices-outer span.singleprice {
    border-bottom: 2px solid var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    font-weight: 700;
}

.quick-estimate{display:none;}

/*ULMOD*/

.product-options-wrapper {
	position:relative;
	min-height:100px!important;
	background:transparent url('/media/wysiwyg/icon/loader.svg') no-repeat top center;
}

.matrix-contain{
	border:1px solid var(--xamax-color-page-bg);
	    background: var(--xamax-color-page-bg) !important;
}

.um-prodmatrix {
    position:relative;
    display:none;
    height:0;
    padding: 18px 0 3px 6px;
    margin-bottom:0;
}


.matrix {
	overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
	scrollbar-width: none;
	position: relative;
    white-space: nowrap;
    width: 60%;
	margin: 20px auto 0 auto;
    
}

.matrix::-webkit-scrollbar {
  display: none;
  background: transparent;
  width: 0px;
}

.scrollArr span {
    border: 2px solid var(--xamax-color-page-bg);
    border-radius: 50%;
    display: inline-block;
    background: var(--xamax-color-orange);
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
    line-height: 1.5em;
    font-size: 1.6em;
    color: #fff;
}

.scrollArr span:hover {
    color: var(--xamax-color-blue);
    border: 2px solid var(--xamax-color-blue);
}



.prodmatrix-swatch-block {
    position: relative;
    background: var(--xamax-color-page-bg);
}

.prodmatrix-swatch-block .swatch-contain {
	width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: var(--xamax-color-page-bg);
    padding-top: 25px;
}

.swatch-contain.colLimit:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 18px;
    left: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),var(--xamax-color-bg-elevated) 3em);
    z-index: 1;
}

p#colourMore {
    margin: 0 auto;
    z-index: 999999!important;
    color: var(--xamax-color-orange);
    width: 71%;
    border: 0;
    text-align:center;
}

p#colourMore:hover {
    color: var(--xamax-color-blue);
}

p#colourMore span:hover {
    border: 1px solid  var(--xamax-color-border-light);
}

p#colourMore span {
	cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto -20px;
    background: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
}

p#colourMore span:after {
	content:"\02C5";
	font-size: 2em;
	line-height: 1.2em;
}


span.displayColour, div.displaySize, .customiser > label span {
    text-transform: capitalize;
    width: 100%;
    font-size: 1.6em;
    color: var(--xamax-color-blue);
    display: inline!important;
    border-bottom: 2px solid var(--xamax-color-orange);
}

div.displaySize {
    margin: 25px 5px 0 0;
    display: inline;
}

span.step-label.displayColour {
    display: block;
}

span.colour-selected {
	border:0;
}

.amtheme-product-info .swatch-attribute {
	margin:0;
}
tr.swatch-attribute-options {
margin-top:0;
display: table-row;
}

.uk-prodmatrix {
	overflow-y: hidden;
	overflow-x: auto;
}

.um-prodmatrix table {
    width: auto;
    margin: 0 auto 34px;
}

.um-prodmatrix thead tr th {
	background: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	width: 50px;
    padding: 1.5px;
    vertical-align: bottom;
}

.um-prodmatrix thead tr th .swatch-option.text {
    border: none;
    margin: 0 !important;
    cursor: initial;
}
 
.um-prodmatrix tbody tr.swatch-attribute-options {
    width:100%;
}

.um-prodmatrix table tbody tr td:first-child,.um-prodmatrix table thead tr th.th-blank {
	border: 0;
    position: relative;
    width: 48px;
    padding: 0;
    min-width: 48px;
 }
 

th.th-blank {
    width: 51.5px!important;
}

.um-prodmatrix tbody tr td {
    background-color: transparent !important;
}

.um-prodmatrix tbody tr td {
	border: 0;
    width: 54px;
    margin: 0 1px;
    background: var(--xamax-color-page-bg);
    background: linear-gradient(180deg, rgba(244, 249, 253, 1) 10%, rgba(204, 204, 204, 1) 50%, rgba(244, 249, 253, 1) 90%);
}

.um-prodmatrix tbody tr td.firstof, .um-prodmatrix thead tr th.th-blank {
	width: 50px !important;
    position: sticky!important;
    left: 0;
    z-index: 2;
    background: var(--xamax-color-page-bg)!important;
}


.um-prodmatrix tbody:last-of-type>tr:last-of-type td {
    padding-bottom: 0;
}

.prodmatrix-price-container {
    display: none;
}

.um-prodmatrix tbody tr td:first-child .swatch-option {
	background-size: 100% 100%!important;
    width: 40px!important;
    height: 130px!important;
    margin: 0 auto -10px auto!important;
    padding: 0;
    border: 1px solid var(--xamax-color-page-bg);
    border-radius: 8px;
}

.um-prodmatrix tbody tr td.hasCheck .swatch-option {
    background-repeat: repeat!important;
    background-size: 80% 30% !important;
}

.um-prodmatrix tbody tr td.hasMulti .swatch-option {
    background-size: 250% 100%!important;
}




.um-prodmatrix-summary {
    margin: 0!important;

}




.qty-hint .including-cart {
	font-style:italic;
}

.pm-dec-label, .um-dec-grandtotal {
    display: inline-flex;
}


.swatch-attribute .swatch-option.image:hover {
    border: 2px solid #fff;
}

tr.swatch-attribute-options.clearfix {
    flex-wrap: nowrap;
}

tr.swatch-attribute-options {
    display: table-row;
}

td.prodmatrix-quantity {
    padding: 0;
}

.prodmatrix-qty-wrapper {
    width: auto !important;
    margin: 0 1px !important;
    border-radius: 8px;
    background: #fff;
}

input.prodmatrix-qty {
    width: 40px!important;
    padding: 0!important;
    margin: 2px auto;
    border: 1px solid  var(--xamax-color-border-light);
}

input.prodmatrix-qty {
	border:1px solid  var(--xamax-color-border-light);
}

input.prodmatrix-qty.added {
	border: 1px solid var(--xamax-color-orange);
    box-shadow: 0px 0px 4px var(--xamax-color-orange);
}

div#hitTheMax {
    color: red;
    font-weight: 700;
}


div.hitmax input.prodmatrix-qty {
    border: 2px solid red;
    box-shadow: 0 0 14px yellow;
}


li.isMax, li.add-more, div#toAddList .hint {
	padding: 6px 45px 8px 40px;
    border-bottom: 1px solid  var(--xamax-color-border-light);
    border-left: 2px solid  var(--xamax-color-border-light);
    border-radius: 50px 0 0 50px;
    font-size: 0.8em;
    position: relative;
}

div#toAddList .hint:before {
    content: "\1F4A1";
    display: inline-block;
    font-size: 1.6em;
}

li.isMax:hover, li.add-more:hover {
    border-bottom: 1px solid var(--xamax-color-orange);
    border-left: 2px solid var(--xamax-color-orange);
}

div.isMaxSticker {
    height: 22px;
    width: 22px;
    left: 6px;
    top: 6px;
    position: absolute;
    background-size: contain!important;
}

li.isMax div.isMaxSticker {
	background:url('/media/wysiwyg/mega-menu/icon/std-warning.png') center center no-repeat;
}

li#hitMaxWarning div.isMaxSticker {
	background:none;
	color:var(--xamax-color-orange);
	font-weight: 700;
	font-size: 1.2em;
}


span.prodmatrix-qty-button {
    position: relative!important;
    width: 30px!important;
    padding: 5px 11.5px;
    -webkit-user-select: none;       
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	border: 1px solid #fff;
}

span.prodmatrix-qty-button:hover {
    border: 1px solid var(--xamax-color-orange)!important;
}
span.prodmatrix-qty-button.plus {
   border-radius: 8px 8px 0 0;
}

span.prodmatrix-qty-button.minus {
    border-radius: 0 0 8px 8px;
}

span.prodmatrix-qty-button.active {
	background: var(--xamax-color-page-bg) !important;
    color: #8ca8b8;
    text-shadow: 1px 1px 0 #fff
}

span.prodmatrix-qty-button.inactive {
	background:#fff!important;
	color: var(--xamax-color-border-light);
	cursor: not-allowed!important;
}



td.disabled,span.hatch {
ebackground-image: linear-gradient(45deg,  var(--xamax-color-border-light) 5.56%, var(--xamax-color-bg-elevated) 5.56%, var(--xamax-color-bg-elevated) 50%,  var(--xamax-color-border-light) 50%,  var(--xamax-color-border-light) 55.56%, var(--xamax-color-bg-elevated) 55.56%, var(--xamax-color-bg-elevated) 100%)!important;
background-size: 12.73px 12.73px;
	cursor: not-allowed!important;
	color: var(--xamax-color-border-light);
}

.um-prodmatrix ul#isMessage {
	display: block!important;
    color: #8ca8b8;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

.um-prodmatrix ul#isMessage:before {
	display:none;
    content: "FYI";
    position: absolute;
    left: 10px;
    top: 7px;
    font-weight: 700;
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}

.add-more,.isMax {
	transition: display 0.4s;
	list-style: none;
}
.add-more {
	display:none;
}

.colour-tip {
	color:#8ca8b8;
}

.colour-tip span {
    color: var(--xamax-color-blue);
    font-weight: 700;
    border-bottom: 2px solid var(--xamax-color-orange);
    text-align: center;
}


#tier_rate, .add-more-qty, .only-more-qty {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid var(--xamax-color-orange);
    min-width: 19px;
    color: var(--xamax-color-blue);
    text-transform:capitalize;
    text-align: center;
}

span.hatch,span.hitMax {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius:4px;
   }

span.hatch {
    background-image: linear-gradient(45deg, #8ca8b8 5.56%, var(--xamax-color-bg-elevated) 5.56%, var(--xamax-color-bg-elevated) 50%, #8ca8b8 50%, #8ca8b8 55.56%, var(--xamax-color-bg-elevated) 55.56%, var(--xamax-color-bg-elevated) 100%)!important;
    background-size: 8px 8px;
    border:1px solid  var(--xamax-color-border-light);
   }
span.hitMax {
    background:pink;
    border:1px solid red;
   }

td.disabled .prodmatrix-qty-button,td.disabled input {
    background: none!important;
    border: 1px solid  var(--xamax-color-border-light);
    color:  var(--xamax-color-border-light);
    cursor: not-allowed!important;
}

.um-pm-grandtotal {
    display: block;
    border: 0;
}
  
.forReset .um-prodmatrix-button.prodmatrix-btn-reset a, a.filter-clear{
    background: none!important;
    border: 0;
    padding: 2px 4px 4px 4px;
    font-size: 0.8em;
    color: var(--xamax-color-orange)!important;
}

.forReset a {
    color: var(--xamax-color-blue);
    font-weight: 300;
    display:block;
    padding: 10px;
}


.forReset {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    border: 2px solid  var(--xamax-color-border-light);
    border-radius: 8px;
}


.forReset:hover {
    border: 2px solid var(--xamax-color-orange);
}

span.swatch-circle {
    width: 40px;
    height: 40px;
    outline: 1px solid  var(--xamax-color-border-light);
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-size: cover!important;
    display: flex;
    flex-flow: row wrap;
}

span.swatch-block {
    display: block;
    border: 3px solid #fff;
    width: 100%!important;
    height: 36px;
    outline: 1px solid  var(--xamax-color-border-light);
    border-radius: 25px;
}

span.swatch-block span {
    top: 10px!important;
}

span.swatch-circle:hover,span.colour-selected {
    border: 3px solid #fff;
    width: 34px;
    height: 34px; 
    outline:1px solid  var(--xamax-color-border-light);
}

span.colour-selected {
	 border: 3px solid #fff!important;
}
span.stay-selected {
	border: 3px solid #fff!important;
    width: 36px;
    height: 36px;
}

    
span.stay-selected span {
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
 
div.colour-tip span{
	display:block;
	border: 1px solid  var(--xamax-color-border-light);
    background: #fff;
    width: 40%;
    height: 15px;
    padding: 2px;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -11px;
    border-radius: 8px; 
    z-index:3;
}

div#toAddList .hint {
	display:none;
	color: #8ca8b8;
    font-size: 0.8em;
    border: none;
}

div#toAddList ul {
    padding: 0 1% !important;
    width: 94%;
    margin: 0 auto 20px;
}

div#toAddList ul li {
    list-style: none;
    padding: 0 0 9px 16px;
    margin: 6px auto;
    position: relative;
    text-align: left;
    height: 36px;
    line-height: 2em;
    display: inline-flex;
    width: 99%;
    border: 1px solid var(--xamax-color-page-bg);
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

span.list-swatch, span.list-swatch:hover {
width: 30px;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    position: absolute;
    top: -2px;
    left: -3px;
    border-radius: 4px;
}

span.list-swatch:hover {
    border: 1px solid  var(--xamax-color-border-light);
    border-bottom: 1px solid #8ca8b8;
    border-right: 1px solid #8ca8b8;
}

span.lightText span {color:#fff;text-shadow: -1px -1px 0 var(--xamax-color-text), 1px -1px 0 var(--xamax-color-text), -1px 1px 0 var(--xamax-color-text), 1px 1px 0 var(--xamax-color-text);}
span.darkText span {color:var(--xamax-color-text);text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;}


div#toAddList{
	text-transform:capitalize;
	
}


span.toolwrap-wrapper {
    max-width: 73%;
    display: inline-flex;
    overflow-x: auto;
    height: 40px;
    -ms-overflow-style: none;
	scrollbar-width: none;
}

span.toolwrap-wrapper::-webkit-scrollbar {
  display: none;
}

span.toolwrap {
    margin-left:8px
}

span.zerosize {
    display:none
}
span.toolwrap.zerosize span {
    color:  var(--xamax-color-border-light);
}

span.colourText {
    width: 140px;
    height: 90%;
    display: inline-flex;
    margin: 4px 0 0 40px;
    line-height: 2em;
    font-size: 1.2em;
    overflow-x: auto;
    -ms-overflow-style: none;
	scrollbar-width: none;
}

span.colourText::-webkit-scrollbar {
  display: none;
}

span.toolsize {
    color: #8ca8b8;
    margin: 10px 4px 10px 0;
}
 
span.toolcount {    
	font-weight: 700;
}

span.rowTools {
    position: absolute;
    left: 4px;
    top: 6px;
    font-size: 1.6em;
    color: #fff;
    display:none
}

span.deleteRow, span.editRow {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
    padding: 0 0 10px 0;
}

span.deleteRow:hover, span.editRow:hover {
    color:var(--xamax-color-text);
}

span.editRow{
  transform: rotateY(180deg);
}

div#toAddList ul li:hover span.rowTools{
	display:block;
}

.subtotalTierMessage {
	display:none;
    font-size: 0.7em;
    color: #8ca8b8;
    text-align: center;
    padding: 10px 0 0 0;
}

.subtotalTierMessage a {
    color: var(--xamax-color-blue);
    border-bottom: 1px solid var(--xamax-color-orange);
}

.prodmatrix-umtierprice-container{
	display:none!important;
}


select#decor-multiplier {
    width: 70px;
    margin: 0 10px;
    color: var(--xamax-color-blue);
    font-weight: 700;
    border: 0;
    background: var(--xamax-color-page-bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px;
}

.prodmatrix-btn-view-full {display:none;}

.amtheme-payment-methods ul.amtheme-payments-list li.amtheme-item {
	display:inline-block;
	vertical-align: middle;
	margin: 0 5px !important;
}

.product-options-bottom{
    padding-top:25px;
}

.price-box.price-tier_price{
	display:none;
}

.product-info-price {
	display:none;
}



.amsl-tablist .amsl-title .amsl-link {
    border-bottom: 4px solid #fff;
}

.amsl-tablist .amsl-title.active .amsl-link {
    border-bottom: 4px solid var(--xamax-color-orange);
    color: var(--xamax-color-blue);
}

.amsl-tablist .amsl-title .amsl-link:hover {
    border-bottom: 4px solid var(--xamax-color-orange);
    background:#fff;
}


h4.amtab-title {
    text-align: center;
}

p.amtab-head {
    color: var(--xamax-color-blue)!important;
}

.sizechart-digram section.amtab-grid-wrapper {
    display: block;
}

h2.sizechart-name {
    text-align: center;
}

.accordion-container h2 {
    display: none;
}

span.amtab-cell.-active, .amtab-title.-amtab-hoverline, .amtab-cell.-amtab-hoverline {
    background: var(--xamax-color-blue)!important;
    color: #fff;
}

.amtab-table-container p.size-disclaimer {
    color: #8ca8b8;
    padding: 30px;
}

span.amtab-arrow:before, span.amtab-arrow:after, .amtab-grid-wrapper.-small .amtab-arrow {
    border-bottom: 2px solid var(--xamax-color-blue)!important;
}

.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    right: auto;
    left: 75%;
    max-width: 174px;
}



.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 137px 10px 0 0;
    width: 44px;
}

figure.amtab-grid-container.amtab-measure {
    flex-basis: 100%!important;
}

.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 4%;
    right: 4%;
    left: auto;
    max-width: 180px;
}

.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 57.5%;
    left: 1%;
    max-width: 180px;
}

.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: -2%;
    top: 62.5%;
    left: auto;
    max-width: 180px;
}


    
.login-overlay {
    position: fixed;
    background: rgba(255,255,255,0.8);
    height: 100%;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
}

.login-overlay .login-register-popup,.modal-inner-wrap{
    margin: 1% auto;
    left: 0;
    right: 0;
    position: fixed;
    border: 3px solid  var(--xamax-color-border-light);
    padding: 2%;
    border-radius: 10px!important;
    background: #fff url(/media/logos/xamax-logo-blue.svg) center 25px no-repeat!important;
    background-size: 150px!important;
    max-width: 30%;
}

.login-overlay .container{
	padding: 0;
    background: transparent!important;
    margin: 0 auto;
    max-width: 90%;
}

.login-overlay .container label {
    min-width: 100%!important;
}

.login-overlay a, .modal-inner-wrap a {
    color: var(--xamax-color-orange);
}

.login-overlay button.action, .modal-inner-wrap button.action {
    background: var(--xamax-color-orange);
    border: 3px solid  var(--xamax-color-border-light);
    border-radius: 30px;
    color: var(--xamax-color-blue);
}

.login-overlay button.action:hover, .modal-inner-wrap button.action:hover {
    background: var(--xamax-color-orange);
    border: 3px solid #fff;
}

.login-overlay .container.new-to-blue {
    border: 2px solid var(--xamax-color-orange);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    background: var(--xamax-color-page-bg)!important;
}

.login-overlay .container.new-to-blue strong {
    color: var(--xamax-color-blue);
    display: block;
}


.amsl-popup-block .input-text {
    border: 1px solid  var(--xamax-color-border-light);
}

form div.mage-error[generated] {
    color: #d93b1f;
}

div.modal-content {
    box-shadow: none;
    margin-top: 30px;
    border: 0;
    background: none;
}

.popup-contact .modal-content legend.legend span {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}

.popup-contact .modal-content legend.legend {
    border: 0;
}

.amsl-login-content .secondary .action.remind {
    color: var(--xamax-color-orange);
}

.amsl-popup-block .actions-toolbar .action.primary {
	background: var(--xamax-color-orange);
	color: var(--xamax-color-blue);
	border-radius: 50px;
}

.amsl-popup-block .actions-toolbar .action.primary:hover, .amsl-popup-block .actions-toolbar .action.primary:hover:focus {
    background: var(--xamax-color-blue);
	color: var(--xamax-color-orange);
}

.amsl-forgot-content .amsl-error {
    max-width: 100%;
}

.actions-toolbar .action.primary, .actions-toolbar .primary > .action {
    border-radius: 50px;
    background: var(--xamax-color-orange)!important;
    color: var(--xamax-color-blue)!important;
    font-weight: 700;
    border: 2px solid var(--xamax-color-blue)!important;
    position: relative;
}

button.action.primary.checkout:after {
    background: url(/media/wysiwyg/100-secure-logo_100.png) no-repeat;
    background-size: 64px;
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    left: -80px;
    top: -6px;
}

.actions-toolbar .action.primary:hover, .actions-toolbar .primary > .action:hover {
    border: 2px solid var(--xamax-color-orange);
    background: var(--xamax-color-orange)!important;
}


.wk-send-mail-box,.wk-save-cart-box {
    top: 40% !important;
    margin: 0 auto;
    height: 80% !important;
}

.wk-send-mail-box h1.modal-title,.wk-save-cart-box h1.modal-title  {
    text-align: center;
}

.wk-send-mail-box button.wk-send-mail, .wk-save-cart-box button.wk-hold-cart {
	border: 2px solid var(--xamax-color-blue);
    width: 100%;
    border-radius: 50px;
    background-color: var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    font-weight: 700;
    box-shadow: 0 3px 5px  var(--xamax-color-border-light);
}

.wk-send-mail-box button.wk-send-mail:hover, .wk-save-cart-box button.wk-hold-cart:hover {
    background-color: var(--xamax-color-orange);
    border: 2px solid var(--xamax-color-orange);
    color: #fff;
    box-shadow: none;
}

.primary.wk-container {
    text-align: center;
    display: inline-block;
    margin: 10px 0 20px 0;
}

.primary.wk-container button{
    background: none;
    color: var(--xamax-color-blue);
    padding: 0 0 0 30px !important;
    font-weight: 300;
    font-size: 1em;
}

.cart.main.actions .action {
    background: none;
    color: var(--xamax-color-blue);
    padding: 6px 0 6px 28px !important;
}

.primary.wk-container button#save_cart_action_mini, .cart.main.actions #savecart_action{background: url(/media/icons/theme/save-icon.svg) 0 center no-repeat;
    background-size: 20px;}
    
.primary.wk-container button#share_cart_action_mini, .cart.main.actions #share_cart_action{background: url(/media/icons/theme/share-cart.svg) 0 center no-repeat;
    background-size: 24px;}
    
.cart.main.actions a.action.continue {
    background: url(/media/icons/theme/continue.svg) 0 center no-repeat;
    padding-left: 30px;
    background-size: 24px;
}

.cart.main.actions #empty_cart_button {
	background: url(https://www.xamax.co.uk/media/wysiwyg/bin.png) 0 center no-repeat;
    padding-left: 30px;
    background-size: 20px;
}
    
.primary.wk-container button:hover {
    color: var(--xamax-color-orange)!important;
}

.wk-comment {
    color: #8ca8b8;
}


.shareandmulticart-sharecart-viewitems .page-title-wrapper {
    text-align: center;
}

.shareandmulticart-sharecart-viewitems .page-title-wrapper h1 {
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
    margin: 20px auto;
}

.shareandmulticart-sharecart-viewitems table#shopping-cart-table {
    width: 90%;
    margin: 0 auto;
}

.shareandmulticart-sharecart-viewitems table#shopping-cart-table tr {
    border-bottom: 1px solid  var(--xamax-color-border-light);
}

.shareandmulticart-sharecart-viewitems table#shopping-cart-table img {
    width: 100px;
    border: 1px solid  var(--xamax-color-border-light);
    border-radius: 8px;
    box-shadow: 0 3px 5px  var(--xamax-color-border-light);
}

.shareandmulticart-sharecart-viewitems .cart.main.actions.save_cart_action {
    margin: 0 100px 60px;
    text-align: center;
    background: none;
}

.shareandmulticart-sharecart-viewitems button.action.update span {
    background-color: var(--xamax-color-orange);
    padding: 20px 50px;
    width: 100% !important;
    min-height: 80px;
    border-radius: 50px !important;
    color: var(--xamax-color-blue);
    font-weight: 700;
    font-size: 1.4em;
    border: 2px solid var(--xamax-color-blue);
    box-shadow: 0 3px 5px  var(--xamax-color-border-light);
}

.shareandmulticart-sharecart-viewitems button.action.update span:hover {
    background-color: var(--xamax-color-orange);
    border: 2px solid var(--xamax-color-orange);
    color: #fff;
    box-shadow: none;
}






.account .page-main table {
    border: 1px solid var(--xamax-color-blue);
    border-collapse:separate;
}
.account .page-main table thead tr th {
    background: var(--xamax-color-blue);
    color: #fff!important;
    text-align:center;
    font-size: 1.6em;
    font-weight: 300;
    border-left: 1px solid #666;
}

.account .page-main table tbody tr {
    border-top: 1px solid var(--xamax-color-blue);
}

.account .page-main table tbody tr:nth-child(even) {
	background:var(--xamax-color-page-bg);
}
.account .page-main table tbody tr:hover {
	background: rgba(0, 73, 145, 0.1);
}
.account .page-main table tbody tr td {border-right: 1px solid #ccc;}

.account .page-main span.amtheme-title, .account h3 {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange) !important;
    padding: 0;
    display: inline-block;
    font-weight: 300;
}

.account .page-main .amtheme-card-block,.account .page-main .amtheme-addresses-block {
    border:1px solid var(--xamax-color-orange);
    background: #fff;
    border-radius: 8px;
}

.account .page-main .amtheme-addresses-block .amtheme-content {
    background: #fff;
}

.account .page-main .amtheme-card-block:hover,.account .page-main .amtheme-addresses-block:hover {
    border:1px solid var(--xamax-color-blue);
}

.account .amtheme-card-wrap {
    border: 1px solid var(--xamax-color-orange);
    padding: 10px;
    border-radius: 8px;
    margin: 10px !important;
}

.amtheme-address-card .amtheme-row {
    display: table-row;
}

.amtheme-address-card .amtheme-row span {
    display: table-cell;
    vertical-align: top;
}

.amtheme-address-card .amtheme-row span.amtheme-title {
    margin-right: 10px;
    text-transform: none;
    vertical-align: middle;
    line-height: 1.5em;
}

.amtheme-address-card span.amtheme-title {
    border: none !important;
}

.account .page-main a.action, .account .button-as-link {
    background: var(--xamax-color-orange)!important;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid var(--xamax-color-blue)!important;
    font-weight: 300 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
    color: var(--xamax-color-blue);
}

.account .page-main a.action:hover, .account .button-as-link:hover {
    color: #fff !important;
    box-shadow: none;
}

.account h1.page-title {
    border-bottom: 2px solid var(--xamax-color-orange);
    display: block;
    margin: 0 0 20px;
    text-align: left;
}

.block.account-nav .title.account-nav-title {
    display: block;
    width: 100%;
}

.account .title.account-nav-title strong {
    font-size: 1.2em;
    font-weight: 300 !important;
}

.account li.nav.item {
    padding: 6px 10px 10px 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc !important;
}


.account .fields.-am-block {
    background: #fff !important;
    border-radius: 8px;
    border: 1px solid var(--xamax-color-orange);
}

.account .message.info {
    background: var(--xamax-color-page-bg);
}

.field.choice.-as-link label {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}


.action-close.cookie-close {
    display: none;
}

a#privacyLink {
    color: var(--xamax-color-orange);
}

.mst-gdpr__cookie-bar {
    border: 3px solid var(--xamax-color-orange);
    box-shadow: 0 0 100px #000 !important;
    bottom: 40% !important;
    left: calc(50% - 25vw) !important;
}

.mst-gdpr__buttons button span {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}

.mst-gdpr__buttons .action {
    background-color: #aaaaaa;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #aaa!important;
    width: auto!important;
    padding: 10px 20px;
    white-space: nowrap;
}

.mst-gdpr__buttons .action.primary {
    background-color: var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    border: 2px solid var(--xamax-color-blue)!important;
}


div#privacy-policy-nav-content {
    border-right: 1px solid  var(--xamax-color-border-light);
}

.amtheme-privacy-container li.amtheme-item {
    border-bottom: 2px solid  var(--xamax-color-border-light);
}


.amtheme-privacy-container .amtheme-title {
    color: var(--xamax-color-blue);
    font-size: 1.4em;
    border-bottom: 2px solid var(--xamax-color-orange);
}

.amtheme-privacy-container h2 {
    border-bottom: 2px solid var(--xamax-color-orange);
    display: inline-block;
    margin: 10px 0 20px;
}

.amtheme-privacy-container table.data-table tr {
    border: 1px solid  var(--xamax-color-border-light);
}



.block.filter .filter-title, .sidebar .amtheme-title,.sidebar.sidebar-main h3 {
    display: block;
    border-bottom: 2px solid var(--xamax-color-orange);
    padding: 10px 0;
    font-size: 1.2em;
    /*color: var(--xamax-color-blue)!important;*/
    font-weight: 700;
}

.block-title.filter-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--xamax-color-page-bg) url(/media/wysiwyg/icon/filter-32.svg) no-repeat center;
    background-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sidebar .o-list li > ul, .account .sidebar .nav.items li > li {
	font-size: .9em;
}

.sidebar .o-list a, .account .sidebar .nav.items a, .filter-options-title, .display-posts-listing a{
    display: block!important;
    font-weight:300;
    list-style:none;
}

.sidebar .o-list .level3 a {
    padding-left: 15px;
}

.sidebar .o-list .level2 a,.sidebar .o-list .level3.active a {
  padding-left: 0;
}


.display-posts-listing {
    list-style-type: none;
}

.account-nav-content .nav.item.current:before {display:none!important;}

.sidebar li.level0.active, .account .sidebar .nav.items li.current {
    display: block;
    font-weight: 700 !important;
    background: var(--xamax-color-page-bg);
    padding: 10px;
}

span.isThis {
    padding: 10px 0 10px 20px!important;
    display: block;
}

.sidebar .o-list li:hover, .account .sidebar .nav.items li:hover {
    transition: none!important;
    transition:0.2s!important;
    margin-inline-start: 0;
}

.account .sidebar .nav.items li.current {
    padding: 0 0 10px 20px;
}


.block.filter .filter-options-title:after {
    position: absolute;
    display: block;
    left: 90%;
    top: 28px !important;
    line-height: 1.6em;
    background: #fff;
    box-shadow: none;
}

.sidebar .o-list span.catMore.expand {
    top: 12px !important;
    position: absolute;
    display: block;
    left: 90%;
    line-height: 1.6em;
    background: #fff;
    box-shadow: none;
}

.block.filter .filter-options-title:after {
    top: 24px;
    font-size: 1.2em;
}



.catalog-products li.product .product-item-details .swatch-attribute.color .swatch-option {
	
	background-size: cover!important;
	width:30px!important;
	height:30px!important;
	border:1px solid  var(--xamax-color-border-light);
}



div.swatch-wrapper div.swatch-option.disabled {
	display:none;
}


.page-header > .content:after {
	display:none;
}

.am-gallery-placeholder {
    position: sticky;
    top: 40px;
}

div#am-gallery:after {
    content: " \1F50D Rollover to Zoom";
    display: block;
    position: absolute;
    bottom: 20px;
    right: calc(50% - 80px);
    background-color: var(--xamax-color-blue);
	background-color: hsla(210, 100%, 28%, 0.5);
	color:#fff;
    border-radius: 50px;
    padding: 5px;
    width: 160px;
    text-align: center;
}

.zoomLens {
    border: 1px solid var(--xamax-color-blue)!important;
}



media only screen and (max-width: 479px) {

.block-search.-header > .block-content {
		margin: 0;
		padding: 0;
	}


	main#maincontent {
		padding: 0;
	}

	.pagebuilder-slider.main-bg-slider.slick-initialized.slick-slider {
		padding: 0;
		margin-top: -20px;


	}


}


.field.customiser.decoration-positions{
	display:none;
	text-align: center;
}

.options-list.nested * {
  margin: 0;
  padding: 0;
  --transition: 0.15s;
  --border-radius: 8px;
  --background: var(--xamax-color-orange);
  --box-shadow: var(--xamax-color-orange);
}

.options-list.nested .cont-bg {
  min-height: 100vh;
  background-image: radial-gradient(
    circle farthest-corner at 7.2% 13.6%,
    rgba(37, 249, 245, 1) 0%,
    rgba(8, 70, 218, 1) 90%
  );
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.options-list.nested .cont-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.options-list.nested {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.options-list.nested .field.choice {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: var(--border-radius);
  border: 2px solid var(--xamax-color-orange);
  transition: transform var(--transition);
  margin:1rem 1rem 0.7rem 1rem;
  position:relative;
}

.options-list.nested .field.choice:hover {
	border: 2px solid var(--xamax-color-blue);
}

.options-list.nested .field.choice:active {
  transform: scale(0.9);
} 

.options-list.nested .field.choice span {
    color: var(--xamax-color-blue);
    border-bottom: 2px solid var(--xamax-color-orange);
}

.mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_checkbox, 
.mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
    margin-top: -110px;
    margin-left: 20px;
}


.product-options-wrapper .field.choice>.label:before, .product-options-wrapper .field.choice>.label:after {
    margin: 115px 0 0 115px;
}


.options-list.nested input {
  display: none;
}

.options-list.nested input:checked + label {
  opacity: 1;
  box-shadow: 0 0 0 3px var(--background);
}

.options-list.nested input:checked + label img {
  -webkit-filter: none;
  filter: none;
}

.options-list.nested input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

.options-list.nested input:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}

.options-list.nested label {
  display: inline-block;
  cursor: pointer;
  border-radius: var(--border-radius);
  overflow: hidden;
    width: 140px;
    height: 140px;
    position: relative;
    opacity: 0.6;
    text-align: center;
}

.options-list.nested label img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0, 100% 81%, 50% 100%, 0 81%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.options-list.nested .field.choice .checkbox {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--box-shadow);
  border: 2px solid #fff;
  transition: transform var(--transition),
    opacity calc(var(--transition) * 1.2) linear;
  opacity: 0;
  transform: scale(0);
}


.field.file.customiser.add-logo {
    min-height: 170px;
    margin: 0 auto !important;
    border-bottom: 0;
    padding: 0 0 16px 0;
    width: 60%;
}

.swatch-opt {
	background: #fff;
	margin: 32px 0 0 0;
    text-align: center;
}


p.no-logo-now {
    margin-top: 20px;
}

.field.file p.note, .field.file p.no-logo-now {
	color:#8ca8b8;
}

.field.file p.note {
    margin-top: 0;
    width: 100%;
}

.field.file .product-custom-option {
    padding: 0 0 120px 0;
    width: 130%;
    margin: 0 0 0 -130px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    border: 1px solid;
    opacity: 0;
   }

.field.textarea.decoration-notes label span {
    color: var(--xamax-color-blue);
    font-weight: 700;
    border-bottom: 2px dotted var(--xamax-color-orange)!important;
    cursor: help;
}


.field.file p.note:first-of-type {
    margin-top: 70px;
}

.field.textarea.decoration-notes p.note{
	color:#8ca8b8;
	margin: 0 0 0 22%;	 
}

.field.textarea.customiser.customer-notes textarea {
	border: 1px solid  var(--xamax-color-border-light);
    width: 80%;
    margin: 10px auto 0 auto;
}


div.toUploadPlace {
	position: absolute;
    border: 3px solid  var(--xamax-color-border-light);
    height: 100px;
    width: 100px;
    text-align: center;
    padding: 5px;
    margin: 16px 0 0 -130px;
    border-radius: 10px;
    background-image: url(/media/wysiwyg/mega-menu/icon/awaiting-image.png);
    background-color: #fff;
    background-position: 50% 50%;
    background-size: contain;
    overflow: hidden;
}

.field.file.customiser.add-logo .control:hover .toUploadPlace {
    border: 3px dashed var(--xamax-color-orange);
}

div.toUploadPlace:hover,.field.textarea.customiser.customer-notes textarea:hover {
	border:1px solid #8ca8b8;
}

.field.textarea.customiser.customer-notes .control p.note {
    margin-left: 12%;
    color: #8ca8b8;
}

div.toUploadPlace.uploadActive {
    border: 3px solid var(--xamax-color-orange)!important;
    background-image: none!important;
}

div.toUploadPlace span.replaceupload {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/media/wysiwyg/mega-menu/icon/replaceit.png) no-repeat center center;
    background-size: contain;
    opacity: 0.4;
    cursor: pointer;
}

span.replaceupload.hovered {
	opacity: 0.9!important;
    transform: rotate(-360deg);
    transition: all 0.4s;
}

img.toUpload {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

span.removeupload {
	cursor: pointer;
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    margin: 0 0 0 20px;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    background: url(/media/wysiwyg/mega-menu/icon/closeit.png) no-repeat center center;
    background-size: contain;
}
    
span.removeupload:hover {
	border:2px solid  var(--xamax-color-border-light);
}

.field.file label.label {
    color: var(--xamax-color-blue);
}

img[class^="option-value-tooltip-"] {
    position: absolute;
    width: 25px!important;
    height: 25px!important;
    left: -14px;
    top: -14px;
    cursor:help;
}


.field.required.customiser.preferred-finish-options {
	padding-bottom: 0;
    font-size: 0.8em;
    padding-top: 0;
}

.field.customiser.preferred-finish-options label.label.admin__field-label {
    height: 80px;
}

.field.customiser.preferred-finish-options .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
	margin: -60px auto 0 10px;
}


.field.customiser.preferred-finish-options .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio img.mageworx-optionswatches-option-gallery_image {
    height: 60px;
}

.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option {
    width: 80px;
    height: 80px;
    font-size: 0.7em;
}
.customiser.preferred-finish-options .options-list.nested input:checked + label {
    height: 80px!important;
    }

.customiser.preferred-finish-options > label {
    margin: 0;
}  
    
    
    
.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio {
    margin: -80px 0 0 0;
}

.customiser.preferred-finish-options .field.choice.admin__field.admin__field-option .mageworx-optionswatches-option-gallery.mageworx-optionswatches-option-gallery-type_radio img.mageworx-optionswatches-option-gallery_image {
    width: 60px;
    margin: 16px 10px;
}

.field.customiser {
    margin: 0;
    padding-top: 18px;
    display: none;
}

.customiser textarea {
    border: 2px solid  var(--xamax-color-border-light);
    width: 90%;
    margin: 0 auto;
}

.field.textarea.customiser label {
    margin-bottom: 40px;
}

.customiser textarea:focus {
    border: 2px solid var(--xamax-color-orange);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: var(--xamax-color-blue) !important;
    border-radius: 8px 8px 0 0;
    color: var(--xamax-color-text) !important;
}

.ui-widget.ui-datepicker .ui-datepicker-calendar th {
    background: #f0f7ff;
    color: var(--xamax-color-blue);
    border: 1px solid var(--xamax-color-blue);
}

.frm_continue_chat svg {
    transform: rotate(180deg);
}

.ui-widget.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: var(--xamax-color-orange);
    border-bottom: 4px solid var(--xamax-color-blue);
    color: var(--xamax-color-text) !important;
}

.frm_style_formidable-style.with_frm_style td.ui-datepicker-today > a {
    border-bottom: 4px solid var(--xamax-color-orange);
    background: #f0f7ff;
    color: var(--xamax-color-text) !important;
}

.isDiscontinued .frm_combo_inputs_container .frm_form_field .frm_description {
    display: none;
}

a.product.photo.product-item-photo {
    position: relative;
}

.ribbon {
	color: var(--xamax-color-page-bg);
    font-size: .75em;
    text-align: center;
}

.ribbon {
    --f: .5em;
    position: absolute;
    top: -12px;
    left: -2px;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51% / var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1) * 100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: var(--xamax-color-blue);
}

.turnaround-time-block div {
    padding: 0 !important;
}

.turnaround-time-block h2 {
    margin: 0;
    width: 100%;
    background: var(--xamax-color-blue);
    color: #fff !important;
    border-radius: 4px 4px 0 0;
}

.turnaround-time-block table tbody tr td:first-child {
    border-right: 1px dotted #aaa !important;
}

.xamax-delivery-date {
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: var(--xamax-color-blue);
}

.xamax-delivery-date.calendar-style {
    width: 80px;
    height: 80px;
    border: 2px solid var(--xamax-color-orange);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

.xamax-delivery-date.calendar-style .date-number {
    font-size: 4em;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.xamax-delivery-date.calendar-style .month-label {
    background-color: var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    padding: 4px 0;
    width: 100%;
    font-size: 1.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}

small.copyright span {
    color: var(--xamax-color-blue);
}

span.slide-matrix {
	display:none;
}




.wordpress-post-view .page-title-wrapper,.wordpress-term-view .page-title-wrapper  {margin-top:40px;}

.wordpress-post-view .page-title {
    margin-top: 30px;
}

ul.su-posts.su-posts-list-loop {
    margin: 20px 0;
    list-style: none;
}

.wp-block-list li {
    font-size: 1.2em !important;
}

.post-content h3.wp-block-heading{
	margin: 30px 0;
}



ul.table-contents,.crp_related ul{margin:0 auto 20px;border:1px solid  var(--xamax-color-border-light);width:max-content;border-radius:8px;padding: 10px 26px;background:var(--xamax-color-page-bg);box-shadow: 0px 6px 6px #8ca8b8;}
ul.table-contents li,.crp_related ul li{margin: 8px 20px;list-style-type:none;font-size:12pt!important}
ul.table-contents li ul{margin-bottom:0!important}
ul.table-contents>li:first-child,.crp_related h3{color:var(--xamax-color-blue)!important;font-weight:700;margin:6px 0 12px;text-transform:uppercase}
ul.table-contents>li:first-child:after{content:"\1F4D6";margin-left:12px;color:var(--xamax-color-orange);}
ul.table-contents li ul li{font-size:.9em}
ul.table-contents li ul li:before{content:"\221f";color:#8ca8b8}
ul.table-contents a {font-weight:300;}
.post-image {padding: 20px;height: 260px;height: 300px;background-repeat: no-repeat;background-size: cover;   margin-top: 40px;}
.post-date.post-meta-item {
    background-color: rgba(255,255,255,0.4);
    padding: 4px 10px;
    width: fit-content;
}

.archive.category .post-date.post-meta-item {
    padding: 10px;
    background-color:transparent;
    color: #8ca8b8;
  }  
    
.post-content p {
    font-size: 2rem;
    line-height: 3.6rem;
    margin: 40px 20px;
}
.post-content h2 {
    font-size: 3rem;
    color: var(--xamax-color-blue);
    margin-top: 50px;
}
.post-content h3 {
    font-size: 2.6rem;
}

.page-template-template-full-width .post-content p, .page-template-template-full-width ul {
    margin: 40px 50px;
    list-style:none;
}

.page-template-template-full-width h2.wp-block-heading {
    padding-left: 50px;
}

.wordpress-post-view .column.main a, .post-list-item h2 a{
    color: var(--xamax-color-blue);
    border-bottom:2px solid var(--xamax-color-orange)!important;	
}

.wordpress-post-view blockquote.wp-block-quote p {
    margin: 0;
}

.wordpress-post-view blockquote.wp-block-quote {
    border-left: 10px solid var(--xamax-color-blue);
    border-radius: 8px;
    color: var(--xamax-color-blue);
    background: var(--xamax-color-page-bg);
    padding: 10px!important;
}


.wordpress-post-view a[target="_blank"]:after{
    content: "\2398";
    font-size: 1.6em;
    display: inline-block;
    font-weight: 300;
    color: var(--xamax-color-orange);
}

.wordpress-post-view a[target="_blank"] {
	border-bottom:2px dotted var(--xamax-color-orange)!important;
}

.archive.category p.post-list-description {
    text-align: center;
    padding: 20px;
    background: var(--xamax-color-page-bg);
    margin: 10px auto 40px;
    width: 90%;
}

.archive.category .post-image {
    height: 150px;
    padding: 0;
}

.archive.category .post-entry {
    border: 4px solid var(--xamax-color-page-bg);
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    height: 400px;
    background: var(--xamax-color-page-bg);
}

.archive.category h2 {
    padding: 10px 20px;
    margin: -50px 20px 10px 20px;
    background: var(--xamax-color-page-bg);
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    width: calc(100% - 40px);
}

.archive.category .post-excerpt {
    padding: 10px 20px;
}


td.col.price span, td.col.subtotal span {
    display: inline-block !important;
}

td.col:before {
    display: none !important;
}


/*MOBILE*/
@media only screen and (max-width: 767px) {

html,body{overflow-x:hidden!important;}
.only-desktop, button.action.amtheme-reset.am-no-display-desktop, 
.amscroll-page-num.-amscroll-button,
.swatch-wrapper .swatch-attribute.size,.swatch-contain [data-tooltip]:after, .swatch-contain .tooltip:after, .swatch-contain .tooltip-top:after,
.product-add-form.-amcaret-active, .scrollArr, .product.attribute.sku strong.type, .stock.available,.amtheme-product-info .product.attribute.sku>.type:after, 
ul.splide__pagination,.amtheme-actions-wrap,button.action.amtheme-close.am-no-display-desktop,
.block.block-minicart .product-item-details .actions a:first-child,.block-minicart.-sticky-minicart .amtheme-payment-methods {
    display: none !important;
}

main#maincontent {
    padding: 10px;
}

.page-header .logo {
	max-width: 120px;
    position: absolute;
    left: calc(50% - 60px);
}

.page-header .logo img.logo-image {
    max-width: 120px;
}

.page-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: unset;
}

.modals-wrapper {
    z-index: 9999;
    position: relative;
}

.mst-gdpr__cookie-bar {
    bottom: 0!important;
    left:0!important
}

button.action-primary.action-accept {
    background: var(--xamax-color-orange);
    border-radius: 50px;
}


.block.filter .amtheme-icon.-close {
	    fill: var(--xamax-color-orange) !important;
    background: var(--xamax-color-blue);
    padding: 4px 14px;
    top: -44.5px;
    border-radius: 50px 0 0 50px;
    border-bottom: 1px solid var(--xamax-color-orange);
    border-left: 1px solid var(--xamax-color-orange);
}

.footer-column img.logo-image {
    width: 40%;
}



.copyright {
	font-weight:300;
	color:var(--xamax-color-blue);
}

.page-header > .content {
    position: relative;
    padding: 20px 40px;
}

.field.search button.action.amtheme-close {
	background: none !important;
    border: none;
}


body.checkout-index-index .opc-block-summary {
    display: none;
}

.checkout-index-index .header.content>.logo {
    margin: 0 auto !important;
}

.checkout-index-index .header.content>.logo:before {
content: 'Secure Checkout';
        color: var(--xamax-color-orange);
        font-weight: 300;
        font-size: 0.8em;
        display: inline;
        text-align: center;
        position: absolute;
        top: 3px;
        width: 150px;
        right: calc(50% - 75px);
        top: 24px;
        background: #004991;
        border-radius: 0 0 50px 50px;
        padding-bottom: 4px;
}

ul.opc-progress-bar {
    margin: 0;
}


.pagebuilder-column {
    min-height: unset;
}

span.moreinfo span {
    right: -100%;
    margin-left: 50%;
}

.category-heading {
    width: 100%!important;
}

.brand-logo-container{
	top: unset;
    left: 0;
}
.brand-logo-container img {
    height: 30px;
}

ul#isMessage {
  padding-inline-end: 0!important;
  margin-inline-start: 0!important;
  padding-left: 0!important;
}

.amtheme-payment-methods ul.amtheme-payments-list {
	width:100%!important;
}

.sidebar .o-list,.header.content ul.header.links .amtheme-icon-block,.only-desktop {
    display: none!important;
}

.sidebar-tax .switch {
    top: 66px!important;
    left: calc(50% - 80px);
}


.productmatrix-single-prices-outer {
    margin: 0 0 60px 0;
}

.productmatrix-single-prices-outer .switch {
    left: calc(50% - 80px);
}

.productmatrix-single-prices-outer p.caveat {
    display: none;
}

a.phone-icon {
		background: url(/media/icons/theme/phone.svg);
    background-size: 34px !important;
    background-repeat: no-repeat;
    background-position: -3px;
    border-radius: 50px;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 96px;
    border: 1px solid #004991;
}

a.phone-icon.only-mobile.icon-link:hover {
    transform: rotate(-360deg);
    transition: all 0.2s;
}

span.search-icon {
	    background: url(/media/icons/theme/search.svg) no-repeat 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 70px;
}

a.only-mobile.amtheme-icon-block.profile-icon.authorization-link {
    width: 26px;
    height: 26px;
    background: url(/media/icons/theme/profile.svg) no-repeat 0;
    background-size: 22px;
    position: absolute;
    left: calc(75%);
}


.amtheme-icons-container {
    height: 25px;
    margin: 0;
    position:relative;
}

.minicart-wrapper {
    margin: 0!important;
}


.minicart-wrapper .counter-number {
    color: #004991;
    font-size: 1.3rem;
    background: #ffa61b;
    padding: 0 4px;
    border-radius: 8px;
}

.minicart-wrapper .counter {
    background: #ffa61b;
    border: none;
    top: calc(100% - 24px);
    border-radius: 0 0 50px 50px;
    height: 14px;
    padding: 4px 16px;
    border: 1px solid #ffa61b;
    border-bottom: 2px solid #ffa61b;
}

main#maincontent .category-description {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

.cms-home main#maincontent {
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-top: 0!important;
    margin-top: -12px;
}

.page-products .category-description .row-full-width-inner {
	margin-top: -20px;
}

.cms-home .jarallax{
	background-size:contain!important;
}

.cms-home .homepage-blog-links.jarallax {
    background-size: cover!important;
}


.first-of-his-name .pagebuilder-column-group {
    margin-top: -380px;
}    

.homepage-product-grid-wrapper {
    padding: 0!important;
}

.cms-home ol.product-items {
    padding: 0;
}

.homepage-product-grid .slick-slide {
    height: 370px!important;
}

.cms-home .decoration-price-list {
    margin: 30px 0!important;
}

.existing-customer-row {
    max-height: initial;
}

.existing-customers {
    padding: 0;
}

.existing-customers h3 {
    border-bottom: 2px solid var(--xamax-color-orange);
}

.existing-customers h3, .existing-customers p {
    text-align: center!important;
}

.existing-customers.login-text {
    padding: 0;
}

.pagebuilder-column.ctas {
	margin-top: -90px;
    max-height: 250px!important;
    min-height: 180px;
}

.block.filter .filter-content {
    padding: 40px 0;
    box-shadow: none;
    border-left: 1px solid var(--xamax-color-orange);
}

.block.filter .amtheme-close:after {
    backdrop-filter: blur(10px);
    background: 0 !important;
}

a.cta-button {
width: 90% !important;
    }

.amtheme-short-info {
    width: 100%;
    margin-top: 0!important;
    flex-direction: row;
    display: block;
    height: 40px;
    position: relative;
    padding: 6px !important;
}

.amtheme-categories-choice {
    background-color: #fff;
}

.blogLinks {
    width: 100%!important;
}

.page-title-wrapper {
    border-bottom: 2px solid var(--xamax-color-orange);
}

.account .page-title-wrapper {
    border: none;
    margin-top: 40px;
}

.page-with-filter .page-title-wrapper {
    border:none;
}

.cms-index-index .page-title-wrapper {
	border:0!important;
}

.amtheme-product-info .page-title-wrapper {
    border:none;
    padding-top:0;
}

.cms-home .page-title-wrapper {
    border:none;
}


.amtheme-navigation-icon .amtheme-icon-box .amtheme-item {
    background: var(--xamax-color-orange);
}

.amtheme-menustatic-wrapper {
    padding: 8px 16px !important;
    background: var(--xamax-color-blue) !important;
    height: 48px;
}

h1.page-title {
    margin: 0;
    text-align: center;
    
}

.catalog-category-view h1.page-title {
    font-size: 2em;
    line-height: 1em;
    margin-top: 0;
}


.cms-home h1.header-h {
    line-height: 1.2em;
    padding: 0 10px;
}

.sidebar.sidebar-main h3 {
	display:none;
}

.amtheme-filter-wrap, .amtheme-select-block {
    border: 1px solid  var(--xamax-color-border-light);
    border-radius: 8px;
    text-align: center;
}

.toolbar-sorter .amtheme-filter-button {
    min-height: 31px;
}

.amtheme-select-block.-no-border {
    margin-left: 4.1%;
    width: 48%!important;
}

.toolbar-sorter .amtheme-select-block .amtheme-select-options {
    margin: 0;
}

.amtheme-filter-wrap, .amtheme-select-block {
    border: none;
    }
    
.toolbar.toolbar-products .amtheme-filter-button{
	padding: 4.5px 48px;
}

span.amtheme-placeholder.-selected {
    outline: 1px solid var(--xamax-color-border-light);
    border-radius: 8px;
    width: 146px;
    margin-left: -13px;
}

.page-product-configurable #maincontent {
	padding-inline-end: 10px!important;
    padding-inline-start: 10px!important;
}

.first-of-his-name.only-mobile .pagebuilder-column {
    border: 2px solid var(--xamax-color-orange);
    min-height: 50px!important;
    background-color: rgba(255,255,255,0.7)!important;
    border-radius: 50px;
    padding: 0!important;
}

.first-of-his-name.only-mobile .pagebuilder-column h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 auto;
}

.first-of-his-name.only-mobile .pagebuilder-column h3 a {
    display: block;
    height: 100%;
    padding: 4%;
    border-radius: 50px;
    color: var(--xamax-color-blue);
}

p#catText {
    line-height: 1.4em;
    width: 86%;
    padding: 0 2%;
    font-size: .9em;
    text-align: justify;
}
 
p#catTextMore {
	width: 90%;
	z-index: unset !important;
}

svg.amtheme-icon.-filter {
    fill: var(--xamax-color-orange) !important;
    position: absolute;
    left: 0;
    width: 28px !important;
    height: 26px !important;
}

.filter-options .amtheme-name {
    margin-left: 10px;
}

.page-header-container h1, .page-header-container h2 {
    margin-top: 0;
}

.page-header-container p {
    width: 90%;
    margin: 0 auto;
    font-size: .8em;
}

.first-row .pagebuilder-column.with-slide {
    max-width: 48%;
    min-height: 210px;
    height: 210px;
    margin: 1%;
    padding: 0 !important;
}

.first-row .pagebuilder-column.with-slide .slideUp {
    margin-top: 71%;
}

a.slideUp h3 {
    font-size: 1em !important;
    margin: 4px auto !important;
}

a.slideUp p {
    font-size: .7em;
    margin: 0 !important;
}

a.slideUp .cta-button {
    padding: 2px 4px;
    font-weight: 300;
}

.products.wrapper.grid.products-grid {
    margin-top: -30px;
}

ol.products.list {
    margin-top: 47px;
}

li.item.product.product-item{
	width:initial;
}

li.item.product.product-item:first-child, li.item.product.product-item:nth-child(2) {
    margin-top: 0 !important;
}



.catalog-category-view .product-item-details .swatch-attribute .swatch-option {
    min-height: 20px !important;
    min-width: 20px;
}

.checkoutcrosssell li.item.product.product-item {
    width: 160px !important;
}

.checkout-cart-index .block.crosssell>.block-title {
    line-height: 1em;
}

.block-search.-header > .block-content {
	box-shadow: none;
	border-bottom: 0;
	padding: 0;
	background: var(--xamax-color-blue);
	height: 38px;
}

.block.filter .block-title.filter-title {
    display: none!important;
}

.catalog-category-view .toolbar-sorter.sorter {
	margin: 10px 0 25px 0;
}

.page-products .column.main {
     padding-top: 0;
}
.page-header .block-search {
    width: 100%;
	max-width: 100% !important;
	z-index: 9;
	display: none;
}

.block-search .actions {
	left: 83.5%;
    top: 18px !important;
    height: 40px;
    display: block !important;
}

button.action.search{
	height: 28px;
	width: 28px;
	margin-top: 3px;
	margin-right: 1px;
	border: 1px solid var(--xamax-color-orange);
}

.block-search .amtheme-icon {
	margin-top: -5px;
	width: 20px;
}

.block-search .input-text {
	min-height: 30px;
	height: 30px;
	border: 1px solid var(--xamax-color-orange);
	background: var(--xamax-color-page-bg);
	color: #8ca8b8;
	font-weight: 300;
}

li.amtheme-icon-block svg.amtheme-icon {
    fill: var(--xamax-color-orange);
    height: 30px;
    width: 30px;
}
	
li.amtheme-icon-block:hover svg.amtheme-icon {
	fill: var(--xamax-color-orange)!important;
}
	
li.amtheme-icon-block.searchon svg.amtheme-icon {
	fill: #fff!important; 
	transform:rotate(90deg);
    transition:0.3s;
}
    
li.amtheme-icon-block.searchoff svg.amtheme-icon {
	fill: var(--xamax-color-orange); 
	transform:rotate(0deg);
    transition:0.3s;
    }


strong.block-subtitle.filter-subtitle {
    top: 0 !important;
    border-bottom: 1px solid var(--xamax-color-orange);
    background: var(--xamax-color-blue);
    color: var(--xamax-color-bg-elevated);
    padding: 10px;
    text-align: center;
}


.page-header .block-search .field.search span.closeIt {
    position: absolute;
    left: 10%;
    width: 28px;
    z-index: 999999;
    border: 1px solid var(--xamax-color-page-bg);
    height: 28px;
    border-radius: 20px;
    background: #004991;
    text-align: center;
    font-size: 2.3rem;
    color: #ffa61b;
}



div#search_autocomplete {
    top: 10px;
    left: 20% !important;
    max-width: 59% !important;
    border-radius: 0 0 8px 8px;
    border: 2px solid #004991;
    border-top: none;
}

.breadcrumbs {
    padding: 0!important;
    max-width: 90%;
    display: block;
    margin: 10px;
}

.breadcrumbs li {
    font-size: 0.8em;
}

.pagebuilder-collage-content {
    padding: 8% 1% 1% 1%;
}

.pagebuilder-collage-content h2 span, .pagebuilder-collage-content h1 span {
    font-size: 28px!important;
    max-width:90%!important;
}

h1.header-h {
    line-height: 1em;
}

.pagebuilder-collage-content h3 span {
    font-size: 20px!important;
}

.pagebuilder-collage-content p {
    max-width: 90%;
}

.pagebuilder-collage-content p span {
    font-size: 14px!important;
}

.pagebuilder-collage-content p a {
    color: #fff!important;
    border-bottom: 2px solid var(--xamax-color-orange);
}









.sidebar-tax {
    top: -10px;
    left: calc(50% - 102px);
} 

.sidebar-tax > label {
    display: none;
}

.sidebar .bsif {
    width: 40%;
    margin: auto;
    padding: 10px 0;
}

.sidebar .bsif a {
    padding: 0;
}

.catalog-product-view .amtheme-product-wrap {
    margin-top: 0!important;
    padding: 0;
}

.amtheme-product-wrap>.product.media {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    min-height: 370px;
}
   s
.am-gallery-fullscreen-container {
	padding: 0;
}

.catalog-product-view .am-gallery-fullscreen-wrapper,
.catalog-product-view .am-gallery-fullscreen-wrapper * {
  box-sizing: border-box;
}

.catalog-product-view .am-gallery-fullscreen-wrapper {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

.catalog-product-view .am-gallery-fullscreen-wrapper .splide__track,
.catalog-product-view .am-gallery-fullscreen-wrapper .splide__list,
.catalog-product-view .am-gallery-fullscreen-wrapper .splide__slide {
  max-width: 100vw;
  max-height: 100vh;
}

.catalog-product-view .am-gallery-fullscreen-wrapper .splide__slide img {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}



.field.customiser {
    z-index: 7;
}

.field.file.customiser.add-logo {
    width: 100%;
}

.field.file.customiser.add-logo .control {
    margin-left: 36%;
    width: 60%;
}

.field.textarea.customiser .control {
	display:none;
}

.field.file .control {
    margin-left: 66px;
}

.amtheme-add-form-bottom.-under {
    z-index: 9;
    position: relative;
    background: var(--xamax-color-page-bg);
    margin: 0 -10px;
    padding: 0 10px;
    }

.customiser, .prodmatrix-swatch-block {
    background: transparent!important;
}

div.product.info.detailed {
    min-height: 600px !important;
    height: auto !important;
    margin: 0 auto !important;
    background: var(--xamax-color-page-bg);
    z-index: 99;
    position: relative;
    padding-top: 40px;
}

.catalog-product-view .amtheme-productinfo-wrap {
    z-index: 8;
    position: relative;
    background: #fff;
    margin: -20px 0 -30px 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
    }

.catalog-product-view div.block .title {
    margin-bottom: 0;
}


footer.page-footer {
    z-index: 9;
    text-align: center;
}



.splide__slide__container.image-slide:before {
	content: "";
	position: absolute;
	top: 15px;
    right: 15px;
	padding: 8px;
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
	border-radius: 50%;
	border: 1px solid var(--xamax-color-page-bg);
	background: var(--xamax-color-page-bg) url(/media/wysiwyg/icon/fs-close.svg) center center no-repeat;
}

.gallery-fullscreen-close {
	right: 14px;
	top: 14px;
	border: 1px solid var(--xamax-color-page-bg);
	background: var(--xamax-color-page-bg);
}




.am-gallery-fullscreen-container .splide__arrow,
.am-gallery-placeholder .splide__arrow {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    width: 20px;
}

.am-gallery-placeholder .splide__arrow_arrow,
.am-gallery-placeholder .splide__pagination {
    opacity: 1;
}

div#am-gallery:after {
    display: none;
}


.product-info-stock-sku {
    text-align: center;
}

.product.attribute.sku {
    display: block!important;
    color: var(--xamax-color-blue)!important;
}

.swatch-opt {
    margin: 0;
    background: none;
}

span.swatch-circle {
    border:1px solid  var(--xamax-color-border-light);
}

span.colour-selected {
	 border: 4px solid  var(--xamax-color-border-light)!important;
}

span.stay-selected {
    border: 4px solid #fff!important;
}

span.swatch-circle,span.swatch-circle:hover,span.colour-selected,span.stay-selected {
    outline:0;
}

.prodmatrix-swatch-block .swatch-contain, span.displayColour, div.displaySize  {
    text-align: center;
}

.forReset, .prodmatrix-btn-reset {
	position: relative;
	text-align: center;
	max-width: 30%;
	margin: 10px auto 0;
	padding: 0 10px;
	color: #8ca8b8;
	border-radius: 50px;
}


.product.attribute.sku strong, .colour-tip {
    display: none;
}

.amtheme-product-info .brand-logo-img {
		margin: 0;
    display: block;
    padding: 0;
    width: 60%;
    border: none;
    text-align: left;
}

.product-brand-img {
    margin: 0 auto!important;
    max-width: 150px;
    max-height: 75px;
}

.productmatrix-tier-prices table tbody tr.tier-on td:first-child::before {
	left:2px!important;
}

.productmatrix-tier-prices table tbody th {font-size:1rem;}

.tier-on span.shake:before {
    font-size: 0.5em;
    left: -50px;
    top: 0;
}

.matrix {
    width: auto;
    margin-top: 10px;
}


.um-prodmatrix thead tr th {
    width: 50px;
    min-width: 50px;
}

table#preCartBtn td {
    font-size: 1.5rem;
}

div#toAddList ul {
    padding: 0;
}

div#toAddList ul li {
    padding-bottom: 9px;
}

span.colourText {
	width: 100px;
}

span.toolwrap {
    line-height: 2.9em;
}

div#toAddList ul li span.rowTools{
	display:block;
}

span.editRow{
	display:inline-block;
}

.amtheme-product-info .product-info-stock-sku, .amtheme-product-info .product.attribute.sku {
		padding: 0 0 0 0 !important;
    margin: 20px 10px 0 0;
    font-size: .9em;
    text-align: right;
}


.amtheme-product-info .product-info-stock-sku {
	    margin: -80px auto 0 auto;
	}
	
.amtheme-product-info .product.attribute.sku .value {
    font-size: 1.4em;
}


.productmatrix-tier-prices-outer {
    margin-top: 0;
}

.minicart-wrapper.active .block.block-minicart.-sticky-minicart {
    z-index: 900;
}

.block.block-minicart .product-item-pricing .update-cart-item {
    left: -18px;
    top: 22px;
    border: 2px solid var(--xamax-color-orange);
    display: block;
    height: 30px;
    width: 30px;
    background: var(--xamax-color-page-bg);
    border-radius: 4px;
}


.block.block-search.-header {
    border: 0;
    position: absolute;
    top: 22px;
    left: 0;
}

.block-search .action {
    border: none !important;
}

.block.block-search.-header .control input {
    padding-left: 40px;
    width: 80%;
    margin: 0 auto;
}


.modals-overlay {
    background-color: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px);
}

    .modal-popup.confirm._show .modal-inner-wrap {
    top: 22%;
    border: 1px solid #ffa61b;
    }


.block.block-minicart .product-item-pricing .update-cart-item svg {
    fill: var(--xamax-color-blue) !important;
}

.cart-discount {
    display: none!important;
}

.options-list.nested .field.choice {
    margin: 0.5rem!important;
}

button#btn-minicart-close .amtheme-icon {
    fill: var(--xamax-color-orange) !important;
    height: 34px;
    width: 34px;
    margin: 8px;
    padding: 4px;
    border-radius: 50%;
}


.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
    width: 90%;
    padding: 0;
}

.block.block-minicart.-sticky-minicart .minicart-items-wrapper {
    max-height: none !important;
    overflow-y: auto !important;
    }


.block.block-minicart .product-item > .product {
    padding: 0;
}

.block.block-minicart.-sticky-minicart .product-item .product-photo {
    width: 100px;
    height: 100px;
}

.block.block-minicart .product-item-pricing .details-qty {
    margin-left: 98%;
    }

.block.block-minicart .product-item-pricing .details-qty.qty label {
    display: none;
}

.block.block-minicart .product-item-pricing .update-cart-item {
    left: 30px;
    top: 26px; 
    background: none;
    border: none;
}

.minicart-grid .product-actions-inline .action.delete {
    margin: 0;
}

.block.block-minicart .subtotal {
	margin:0;
}

.block-minicart .subtotal .mini-inline-links {
    margin: 0 0 10px;
}

button.action.tocart, button.action.secondary.checkout {
    min-height: 50px;
}

.block.block-minicart.-sticky-minicart .block-content {
	background: #fff;
    margin: 0;
    padding: 10px 10px 20px 10px;
    border-top: 2px solid var(--xamax-color-orange);
}

.block.block-minicart .subtotal {
    padding: 0 10px;
    background:#fff;
}

.block.block-minicart .product-item-pricing .details-qty {
	margin-left: 90%;
}

.minicart-wrapper .block-minicart li .price-container {
    margin-top: -80px;
}

.block.block-minicart .product-item {
	background: none;
	min-width: 100%!important;
	max-width: 100% !important;
}

.block.block-minicart .action.close {
    left: 10%;
    top: 0;
}

h6.product.name.product-item-name {
    font-size: 1em;
   }
   
.price-box.price-final_price {
    text-align: center;
}

.price-box.price-final_price span.normal-price {
    padding: 0 !important;
    margin: 10px auto;
}

.toolbar.toolbar-products .amtheme-filter-button {
    display: inline-flex;
    align-items: center;
    gap: unset;
    padding: 4.5px 48px;
    border-radius: 8px;
    background: var(--xamax-color-bg-elevated);
}

.toolbar.toolbar-products .amtheme-filter-button .filter-title-text {
    font-size: 1.7rem;
    font-weight: 500;
}


.product.actions.product-item-actions {
    padding: 0 0 20px;
}

.swatch-wrapper {
	display:block;
}

.product-item-details .swatch-attribute .swatch-option {
    margin: 0 1px;
}

table.list-tier-prices.productmatrix-tier-prices,
li.item.product.product-item table.list-tier-prices.productmatrix-tier-prices tr {
    border: 0;
    border-radius: 0;
}

.list-tier-prices.productmatrix-tier-prices td {
	padding: 10px 0;
	font-size: 0.8em;
}

.field.file p.note, .field.file p.no-logo-now {
    font-size: 0.8em;
}

button.action.button-as-link.amtheme-close {
    top: 26px;
}
    
.amtheme-payment-methods ul.amtheme-payments-list li.amtheme-item {
    width: 40px;
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_chat_form_cont{
	min-width: 100%;
}

div.data.item.content {
    margin-top: 0 !important;
}

.catalog-category-view table.pricer tbody tr.tier-on td:first-child::before{
	left: 0;
}


span.slide-matrix {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    animation: swipe 2s infinite;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

img.filter-orange {
    filter: invert(69%) sepia(43%) saturate(5819%) hue-rotate(12deg) brightness(109%) contrast(103%);
}

.block.related .block-content.content {
    margin-top: 30px;
}


.catalogsearch-result-index .sidebar-tax > label {
    margin: 70px 0 0 50px;
}

.catalogsearch-result-index .sidebar-tax {
    top: 46px;
    width: 87% !important;
}


.account .sidebar-main > .account-nav {
    margin-bottom: 0;
}

.account .title.account-nav-title {
    margin: 0px;
    background: none;
    border: 0 !important;
}
.account .title.account-nav-title strong {
    margin-left: 10px;
}


.account .sidebar.sidebar-main {
        border: 2px solid var(--xamax-color-orange);
        border-top: none;
        margin: -34px 0 20px 0 !important;
        border-radius: 0 0 40px 40px;
        padding: 0 0 0 30px !important;
        background: var(--xamax-color-bg-elevated);
        position: absolute;
        width: 90%;
}

.account-nav-content {
    max-width: 90%;
    background: transparent;
}
.account li.nav.item {
    padding: 0 0 0 24px !important;
}

.sidebar li.level0.active, .account .sidebar .nav.items li.current {
    background: var(--xamax-color-bg-elevated);
    padding: 0px 0 20px 30px !important;
}

img.product-brand-img {
    max-height: 50px;
   }
   
.tab-content h3 span.optional {
    display: none;
}

p.caveat {
    font-size: 0.6em;
    color: #000;
}

ul.table-contents, .crp_related ul {
    width: initial;
}

.post-content h2 {
    font-size: 2.6rem !important;
}

.post-content p {
    margin:20px 0;
    text-align: justify;
}

.amtheme-backtotop-wrap {
    width: unset;
    border-radius: unset;
}

table.pricer tbody tr td {
    font-size: .8em;
}

table.pricer tbody tr.tier-on td:first-child::before {
	display:none;
}

table.pricer tbody tr {
border: none
}

.productmatrix-tier-prices-outer table.pricer tbody tr.tier-on td {
    font-size: 1.3em;
}

.block.related .product.actions.product-item-actions {
    bottom: 0;
}

a.cta-button.plp-cta {
	padding:6px
}

.account .page-title-wrapper {
    border: none;
}
.account h1.page-title {
    display: inline-block;
}

.account .page-main table thead tr th, .account .page-main table tbody tr td {
    display: table-cell !important;
    font-size: 0.6em;
    width: auto;
    text-align: left;
}

.account .page-main table thead tr th, .account .page-main table tbody tr td {
    display: table-cell !important;
    font-size: 0.6em;
    width: auto;
    text-align: left;
}

.account .page-main table tbody tr {
    display: table-row !important;
}


}/*ends mobile*/


div.title.amtheme-item-title {
    margin-left: 0 !important;
}

div.title.amtheme-item-title {
    padding: 0 20px;
    background: var(--xamax-color-page-bg);
    border: 1px solid var(--xamax-color-orange);
    border-radius: 8px;
}


.block.related {
    margin-top: 0 !important;
}
.product-info-main {
    min-height: initial !important;
}


body.checkout-cart-index main#maincontent{
    margin-top: 25px;
    padding-inline-end: 20px!important;
    padding-inline-start: 20px!important;  
}


.checkout-cart-index .cart.main.actions{
	background:var(--xamax-color-page-bg);
}

.checkout-cart-index .cart-summary {
    border: 2px solid var(--xamax-color-orange);
    background: #fff;
    border-radius: 8px;
}

.checkout-cart-index strong.summary.title {
    color: var(--xamax-color-blue);
    font-size: 1.6em;
    text-align: center;
}

.checkout-cart-index tr.item-info {
    border-top: 1px solid var(--xamax-color-orange);
}

.checkout-cart-index div.gift-options-cart-item {
    display: none;
}

.checkout-cart-index a.action.action-delete {
    display: inline-block;
    height: 36px;
    width: 20px;
    background: url(https://www.xamax.co.uk/media/wysiwyg/bin.png) no-repeat bottom center;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 31%;
    color: #f4f8fe !important;
    font-size: .1em;
}


.checkout-index-index .opc-block-summary {
    padding-bottom: 50px;
    max-height: calc(200vh - 170px) !important;
    min-height: calc(200vh - 170px) !important;
    border: 2px solid var(--xamax-color-orange);
    overflow: auto;
    border-radius: 8px;
    background: var(--xamax-color-page-bg);
}


a.action.action-edit {
    display: none;
}

.checkout-cart-index .block.crosssell{
	margin-top:0;
	text-align: center;
}

.checkout-cart-index .block.crosssell>.block-title {
    font-size: 2em;
    font-weight: 300;
    padding-bottom: 10px;
}

.checkoutcrosssell .slick-slide li .product-item-info {
    width: 150px;
    height: 170px;
    padding: 0 !important;
    border: 1px solid  var(--xamax-color-border-light);
 }

.checkoutcrosssell li.item.product.product-item {
	border:none!important;
	width: 0 !important;
}

.checkoutcrosssell .slick-track {
    width: 70% !important;
}

.checkoutcrosssell .slick-slide li {
    width: 150px !important;
    display: block !important;
}

.checkoutcrosssell li.item.product.product-item .product-item-info:hover .product.details.product-item-details {
    margin-top: -100px;
}

.checkoutcrosssell .block.crosssell .product-item-info:hover .product-item-actions {
	margin-top:revert !important;
	margin-top:0!important;
}

.checkoutcrosssell .product.actions.product-item-actions {
    margin-top: 0;
}

.checkoutcrosssell a.product-item-button-link {
    font-size: 0.8em;
}

.shipping-address-items .shipping-address-item.selected-item, .opc-wrapper .shipping-information {
    border: 2px solid var(--xamax-color-orange);
    padding: 10px 20px 0;
    border-radius: 8px;
}

.opc-wrapper .shipping-information {
	margin-top: 38px;
}

.ship-to > div > span, .ship-via > div.shipping-information-title > span {
    font-size: 1.4em;
    font-weight: 700;
    color: var(--xamax-color-blue);
}


.page-layout-checkout .page-header .header.content {
    padding: 8px 0 4px 0;
    margin: 0 !important;
    background: var(--xamax-color-blue) url(/media/wysiwyg/100-secure-logo_100.png) no-repeat 35% 47%;

}

body.page-layout-checkout .page-header:before {
    height: 0;
}

.payment-method-title img {
    margin: 0 0 0 30px !important;
}


p#label_method_bestway_tablerate {
    background: url(https://www.xamax.co.uk/media/wysiwyg/dpd_blue.png) no-repeat left top;
    background-size: 40px;
    padding-left: 50px;
}

.modal-inner-wrap {
    min-width: 90vw;
}

.download-attachment a:before {
    background: url(/media/wysiwyg/icon/download-100.png);
    height: 30px;
    width: 30px;
    background-size: contain;
}

ul.opc-progress-bar {
    margin: 10px 0 0 0;
}

.opc-progress-bar li.opc-progress-bar-item._active:before {
    border: 1px solid var(--xamax-color-orange);
    background: var(--xamax-color-orange);
    color: var(--xamax-color-blue);
    font-weight: 700;
}

.opc-progress-bar>.opc-progress-bar-item._complete:before {
    height: 30px;
    width: 30px;
}
.opc-progress-bar>.opc-progress-bar-item:after {
    width: 8px;
    backrgound-repeat:no-repeat;
    background-position:center center;
   }

span.product-image-container div.details-qty {
    background: var(--xamax-color-orange)!important;
}

.payment-option-content .order-comment-form {
    width: 100%;
    max-width: 100%!important;
}

span.um-remaining-chars {
    background: #fff;
    margin: 0;
    color: #8ca8b8;
}

.options-list.nested .field.choice span.price-notice, ul.prices-tier.items {
    display: none!important;
}

.search-bar .input-text {
    min-width: 105px!important;
    width: 105px!important;
}

.search-bar button.action.primary {
	background: var(--xamax-color-orange);
    width: 60%;
    border-radius: 30px;
    box-shadow: 0 2px 2px  var(--xamax-color-border-light);
    margin: -38px 4px 4px;
    padding: 4px;
}

button.button-as-link span, .product-item-details .product.options span.toggle span {
    color: var(--xamax-color-orange);
    border-bottom: 2px solid var(--xamax-color-orange);
}

button.button-as-link:hover span,.product-item-details .product.options span.toggle span:hover {
    color: var(--xamax-color-blue);
}

.search-bar button.action.primary span {
    color: var(--xamax-color-blue);
    font-weight: 300;
    font-size: 0.8em;
}

.search-bar button.action.primary:hover span {
    color: #fff;
}

.search-bar button.action.primary:hover {
    box-shadow:none;
}

.search-list select {
    margin: 5px 0;
    width: 95%;
    border: 1px solid  var(--xamax-color-border-light);
}


ul.opc-progress-bar.-success {
    display: none;
}

.checkout-onepage-success h1.page-title {
    font-size: 2.2em;
    margin-top: 40px;
}

.checkout-success {
    margin: 0 auto 50px auto;
    padding: 10px;
}

.checkout-success a.action.outline.continue {
    border: 0;
    box-shadow: 0 2px 2px  var(--xamax-color-border-light);
    background: var(--xamax-color-orange);
    border-radius: 50px;
    color: var(--xamax-color-blue);
}

.checkout-success a.action.outline.continue:hover {
    color: #fff!important;
    box-shadow: none;
}

header.page-header {
    margin: 0!important;
    padding-bottom: 0!important;
}


.page-template-template-full-width .post-content {
    width: 80%;
    margin: 10px auto;
}

ul.kt-svg-icon-list {
    width: 90%;
    margin: 0 auto !important;
}


.tooltip-wrapper {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #999;
}

.custom-tooltip {
    visibility: hidden;
    background-color: var(--xamax-color-blue);
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre-line;
    min-width: 240px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-wrapper:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}


[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:     
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:     translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 8;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 300px;
  background-color: var(--xamax-color-blue);
  background-color: hsla(210, 100%, 28%, 0.9);
  color: #fff;
  font-weight:700;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  border-radius:40px;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: var(--xamax-color-blue);
  border-top-color: hsla(210, 100%, 28%, 0.9);
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:     translateY(-12px); 
}

.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: var(--xamax-color-blue);
  border-left-color: hsla(210, 100%, 28%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:     translateX(-12px); 
}

.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 90%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: var(--xamax-color-blue);
  border-bottom-color: hsla(210, 100%, 28%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:     translateY(12px); 
}

.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: var(--xamax-color-blue);
  border-right-color: hsla(210, 100%, 28%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:     translateX(12px); 
}

.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

body:not(.page-product-bundle) .product-add-form.-amcaret-active{display:none!important;}

.page-product-bundle .product-add-form,
.page-product-bundle .product-add-form.-amcaret-active,
.page-product-bundle .product-add-form.-amcaret-active.-amcaret-stick,
.page-product-bundle .bundle-options-wrapper,
.page-product-bundle .fieldset-bundle-options {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

.amtheme-menustatic-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: var(--xamax-color-blue);
}

.amtheme-menustatic-wrapper .page-header,
.amtheme-menustatic-wrapper .header.content {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 8px;
}

@media (max-width: 767px) {
	.page-layout-checkout .page-header .header.content {
		height: 40px;
		text-align: center;
		display: block;
		    display: block;
    background-size: 40px;
    background-position: 2%;
	}
}


.page-print .page-wrapper, .page-print #maincontent {
    background: #fff !important;
}
.page-print .page-main table thead tr th {
    font-size: 1.2em;
}
