:root {
    --main-color: #02458D;
    --sub-color: #887E76;
    --heading-color: #453536;
}

/******** MAIN *******/
html, body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
}

body .page-main {
    max-width: 100%;
    padding: 0px;
    margin-top: 15px;
}

img {
    height: auto;
}

:target:before {
    content:"";
    display:block;
    height:150px; /* fixed header height*/
    margin:-150px 0 0; /* negative fixed header height */
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.fc-red {
    color: #e02b27;
}

.col-xs-5ths {
    max-width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        max-width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        max-width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        max-width: 20%;
        float: left;
    }
}

:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

.modal-inner-wrap {
    top: 200px;
}

.page-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .container, .breadcrumbs {
        max-width:750px !important
    }
}

@media (min-width: 992px) {
    .container, .breadcrumbs {
        max-width:970px !important
    }
	
	.page-header__content {
		position: relative;
	}
}

@media (min-width: 1200px) {
    .container, .breadcrumbs {
        max-width:1180px !important
    }
}

@media (min-width: 1400px) {
    .container, .breadcrumbs {
        max-width:1290px !important
    }
}

@media (min-width: 1800px) {
    .container, .breadcrumbs {
        max-width:1800px !important
    }
}

/******** HEADER *******/
.page-header {
    margin-bottom: 79px !important;
}
#navbar-top {
    background-color: #444444;
	padding: 5px 15px;
    line-height: 1em;
	font-size: 14px;
}

#navbar-top p {
    margin: 0;
	color: #FFF;
}

#navbar-top .navbar-nav {
    width: 100%;
    flex-direction: row;
}
#navbar-top .navbar-nav li{
    margin: 0;
    margin-right: 20px;
}
#navbar-top .navbar-nav .nav-item i{
    padding: 0 5px 0 0;
}
#navbar-top .navbar-nav .nav-item a{
    color: #FFF;
}

#navbar-top .minisearch .form-control {
	border-radius: 4px; 
	border: 1px solid #FFF;
	background-color: #444444;
	padding: 5px;
	height: 25px;
	color: #FFF;
	width: 300px;
}

#navbar-top .minisearch .form-control:focus {
	box-shadow: unset;
}

@media screen and (max-width: 991px) {
	.navbar-collapse .form.minisearch.active .control {
		position: static !important;
		width : 100% !important;
	}
	
	.navbar-collapse .form.minisearch .actions {
		display: none;
	}
	
	.navbar-collapse .minisearch.active .search-category {
		display: none !important;
	}
}

.navbar {
    background: transparent;
    padding: 0;
    margin: 0;
}
.navbar-shadow {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
    box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg {
        background-color: #A4A4A4;
    }
}

.navbar-main {
    padding: 10px;
    width: 100%;
    background-color: #A4A4A4;
}
.navbar li {
    margin: 0;
}
.navbar a {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar .dropdown-toggle:after{
    display: none;
}
.navbar li ul li {
    margin-bottom: 10px;
}

.navbar .user-icon {
	width: 30px;
}

.block-search {
	width: unset;
	padding-left: 0px !important;
}

.block-search .control {
	padding: 0px;
}

#search {
    border-radius: 5px;
}
.banner {
    background-color: #FFF;
    padding: 10px 0 5px;
    font-size: 12px;
}
.banner img {
    color: #217EC4;
    float: left;
    margin-right: 6px;
}
.banner h4 {
    margin: 0;
    font-size: 12px;
}
.banner a {
    color: #333 !important;
}

.banner a:hover {
    text-decoration: none;
}

.best-seller {
    color: #0000FF;
}

.navbar .dropdown{
    position: static;
}

.dropdown .dropdown-menu {
    width: 100%;
    font-size: 1.2rem;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: .2s;
    max-height: 0;
    display: flex;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 800px;
    opacity: 1;
    padding: 2rem;
    border-bottom: 1px solid #796d64;
    border-top: 1px solid #796d64;
    transition-delay: .2s;
	font-size: 16px;
}

.dropdown-menu h3 {
	color: #004390;
	font-weight: 400;
}

.dropdown-menu h4 {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	font-size: 1rem;
}

.dropdown-menu ul li a {
    color: #000 !important;
    font-weight: normal;
    text-transform: none !important;
}
.dropdown-menu ul {
    margin-bottom: 40px;
    padding: 0;
}

.chapter-8 {
    font-family: 'Teko', sans-serif;
    font-size: 3rem;
    color: #000 !important;
}

.chapter-8 h2{
    font-size: 4rem;
    letter-spacing: 10px;

}

.chapter-8 ul li{
    margin-bottom: 5px;
    color: #000 !important;
}

.chapter-8 button {
    padding: 0 30px;
    font-size: 2rem;
}

.chevron h3 {
    font-size: 1em;
    font-weight: bold;
}

.chevron a {
    color: #000 !important;
    text-transform: none;
}

.chevron ul {
    list-style: disc;
    list-style-position: inside;
}

.bg-click_collect {
    width: 18px; height: 39px;
    background: url('../images/css_sprites.png') -133px -10px;
    float: left;
    margin-right: 6px;
}

.bg-free_next_day_delivery {
    width: 49px; height: 31px;
    background: url('../images/css_sprites.png') -10px -10px;
    float: left;
    margin-right: 6px;
}

.bg-lowest_price {
    width: 17px; height: 31px;
    background: url('../images/css_sprites.png') -133px -69px;
    float: left;
    margin-right: 6px;
}

.bg-payment_on_account {
    width: 32px; height: 39px;
    background: url('../images/css_sprites.png') -10px -61px;
    float: left;
    margin-right: 6px;
}

.bg-same_day_delivery {
    width: 34px; height: 32px;
    background: url('../images/css_sprites.png') -79px -10px;
    float: left;
    margin-right: 6px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .container {
        margin: 0;
        padding: 0;
    }
    .nav-link {
        padding-left: 1rem !important;
        background-color: #A4A4A4;
        border-bottom: 1px solid #dcdcdc;
    }
    .nav-links {
        width: 70%;
        background-color: #eee;
    }
    .w3-animate-right {
        position: relative;
        animation: animateright 0.7s;
    }
    @keyframes animateright {
        from{
            right: -300px;
            opacity: 0
        } to {
            right: 0;
            opacity: 1
        }
    }
    .navbar-collapse {
        right: 0;
        max-height: calc(100vh - 200px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }
    .minisearch {
        padding: 0 15px;
        position: relative;
    }

    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu.navbar-shadow {
        box-shadow: none;
    }

    .dropdown-menu ul li {
        border-bottom: 1px solid #A4A4A4;
        padding: 10px;
        background-color: #eee;
        line-height: 20px;
    }
    .dropdown-menu ul li:first-of-type a {
        text-decoration: none;
    }

    .dropdown:hover .dropdown-menu {
        padding: 0px;
    }
	.page-header {
        margin-bottom: 60px !important;
    }
	.dropdown-menu ul {
		margin-bottom: 0px !important;
	}
	.dropdown-menu h4 {
		background-color: #eee;
		margin: 0;
		padding: 10px;
	}
	.minisearch {
        padding: 0 15px;
        position: relative;
        margin: 15px 0;
    }
	.minisearch input {
        height: 40px;
    }
	.minisearch button {
        border: none;
        background-color: transparent;
        padding: 0;
        color: #c2c2c2;
    }
	.minisearch .actions {
        position: absolute;
        top: 8px;
        right: 25px;
    }

}
.menu-sprite {
    width: 197;
    height: 197px;
    background-image: url('../images/menu-sprite.png');
}

.menu-sprite.application-tape {
    background-position: -230px -10px;
}
.menu-sprite.easimark-evoflex {
    background-position: -230px -450px;
}
.menu-sprite.easimark-nylon-plus {
    background-position: -10px -230px;
}
.menu-sprite.easimark-quickpress {
    background-position: -230px -230px;
}
.menu-sprite.easimark-specialties {
    background-position: -450px -10px;
}
.menu-sprite.easipress-consumables {
    background-position: -450px -230px;
}
.menu-sprite.easitrans {
    background-position: -10px -450px;
}
.menu-sprite.tools-consumables {
    background-position: -10px -10px;
}
.menu-sprite.avery-supreme {
    background-position: -450px -450px;
}
.menu-sprite.easimark-colourprint {
    background-position: -670px -10px;
}
.menu-sprite.easimark-premium {
    background-position: -670px -230px;
}
.menu-sprite.easimark-dtf {
    background-position: -670px -450px;
}
.menu-sprite.easimark-sports {
    background-position: -10px -670px;
}
.menu-sprite.reflective-fluorescent {
    background-position: -230px -670px;
}
.menu-sprite.sign-vinyl {
    background-position: -450px -670px;
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before
{
	background-image: url('/media/theme/basket-icon.png');
    background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 46px; 
    height: 46px;
    content:"";
}

.minicart-wrapper .action.showcart .text {
    position: relative !important;
}

/******** HOME PAGE *******/

.image-overlay {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	font-weight: 500;
	font-size: 1.5rem;
	color: #FFF;
}

.image-overlay p {
	text-shadow: 0px 0px 25px black, 0 0 10px black, 0 0 5px black;
}

.hover-overlay {
	background: rgba(67, 77, 91, 0.6);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    top: 0;
}

.overlay-button {
	background: #FFF;
	color: #000 !important;
	position:absolute;
	bottom: 20px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 230px;
	text-align: center;
	padding: 3px;
	font-weight: 500;
}

.victory-button
{
	display: block;
	width: 100%;
	text-align: center;
	padding: .25rem!important;
	color: #343a40 !important;
	border: 1px solid #dee2e6!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.victory-button:hover {
	background-color: #343a40;
	color: #FFF !important;
	text-decoration: none;
}

.img-height {
	height: 100%;
	max-width: unset;
}

.hover-animation {
	display: block;
}

.hover-animation:hover .hover-overlay {
	opacity: 1;
	color: #FFF;
}

.brands {
    height: 172px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.brands > div {
    height: 172px;
    width: 2330px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.brands .animation {   
    animation: smoothscroll 28s linear infinite;
}

.brands img {
    height: 170px;
    width: auto;
}

@keyframes smoothscroll { 0% { margin-left: 0px; } 50% { margin-left: -1600px; } 100% {margin-left: 0px;} } >div>div:first-of-type { -webkit-animation: smoothscroll 20s linear infinite; -moz-animation: smoothscroll 20s linear infinite; -ms-animation: smoothscroll 20s linear infinite; -o-animation: smoothscroll 20s linear infinite; animation: smoothscroll 20s linear infinite; }

.top-picks {
    color:  #00458d;
    border-bottom: 2px solid #00458d;
}

.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-indicators li {
	margin-bottom: 0px;
}

/******** SITE WIDE *******/
@media screen and (max-width: 991px) {
    .animation div {
        width: 200px;
    }

    .show-mobile {
        display: block !important;
        max-height: 5000px !important;
        opacity: 1 !important;
    }
    .navbar li ul li {
        margin: 0px;
    }
}
@media screen and (max-width: 576px) {
    .brands {
        margin: 10px auto;
    }
    .animation div {
        width: 100px;
    }
}

.text-victory {
	color: #004390 !important;
}

h1 {
    margin-bottom: 0px;
}

h2 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-top: 0;
}

.breadcrumbs {
    margin-top: 95px;
	padding-left: 0px;
	position: relative;
}

.breadcrumbs .category a {
    display: inline;
}

.navigation, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container {
    max-width: 1140px !important;
}
.category {
    margin-top: 30px;
    flex-direction: row-reverse;
}
.category a {
    display: block;
    overflow: hidden;
}
.category img:hover {
    transition: .5s ease;
    transform: scale(1.1);
}
.category-overlay {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 18px;
    width: calc(100% - 30px);
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
}

#page-overlay {
    background-color: #000;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 100;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    opacity: 0;
    min-height: 0;
}

.tax-toggle {
	display: flex;
	top: 10px;
	right: 10px;
}

.tax-toggle-switch {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 0px;
}

/* Hide the default checkbox */
.tax-toggle-switch input {
  display: none;
}

/* The slider */
.tax-toggle-switch .slider {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-color: #ccc;
	border-radius: 34px;
	transition: background-color 0.4s;
	margin-left: 10px;
	margin-right: 10px;
}

.tax-toggle-switch .slider::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Toggle effect */
.tax-toggle-switch input:checked + .slider {
  background-color: #21438E;
}

.tax-toggle-switch input:checked + .slider::before {
  transform: translateX(20px);
}

/******** CATALOG *******/
.subnav .category img {
    width: 75%;
    padding-bottom: 40px;
}
.page-layout-2columns-left .column.main {
    width: 75% !important;
}
.page-layout-2columns-left .sidebar-main {
    width: 25% !important;
}
.page-products .products-grid .product-item {
    margin-left: 10px !important;
    width: 19% !important;
    box-shadow: 5px 4px 10px 1px rgba(232,232,232,0.8);
    position: relative;
}

.cms-new-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 22.977%) / 4) !important;
    width: 22.977% !important;
    box-shadow: 5px 4px 10px 1px rgba(232,232,232,0.8);
    position: relative;
}

.new-icon {
    position: absolute;
    top: 0;
	left: 0;
    z-index: 1000;
}

.product-info-main .product-reviews-summary .reviews-actions {
	font-size: 1rem;
}
@media screen and (max-width: 991px) {
    .page-products .products-grid .product-item {
        margin-left: calc((100% - 3 * 30.977%) / 3) !important;
        width: 47% !important;
        box-shadow: 5px 4px 10px 1px rgba(232,232,232,0.8);
        min-height: 435px;
    }
    .product-reviews-summary .reviews-actions {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .page-products .products-grid .product-item {
        min-height: 490px;
    }
}
@media screen and (max-width: 767px) {
    .page-products .products-grid .product-item {
        min-height: 300px;
        margin-bottom: 20px;
    }
}
.attachment-icon {
    float: left;
    width: 45px;
}
.product-item {
    margin: 10px;
    padding: 0px 17px !important;
}

.product-item .product-item-name {
    min-height: 40px;
}

.product-item .price-box {
    display: inline-block;
}

.products-related .product-item, .products-related .action.primary {
	font-size: 1rem;
}

.products-related .actions-primary, .products-related .action.primary {
	width: 100%;
}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before, .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
	content: '' !important;
}

.product-info-main .price-box .price-including-tax + .price-excluding-tax .price {
	font-size: 1.8rem;
}

.price-container .price-including-tax + .price-excluding-tax .price {
	font-size: 1.4rem
}

/******** FILTERS *******/
.sidebar-main .filter{
    border: 1px solid #DCDCDC;
}

.block.filter {
	margin-bottom: 0px !important;
}

.filter-title {
    display: inline-block;
    margin-bottom: 0 !important;
    padding: 10px;
}
.filter-content {
	display: inline-block;
    padding: 15px;
}

.filter-current + .filter-actions {
	margin-bottom: 0px;
}

.filter-options-title {
    padding: 10px 0;
    border-bottom: none;
    font-size: 18px !important;
    position: relative;
    cursor: pointer;
}
.filter-options-title:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    bottom: 20px;
}
.sidebar-main .block.filter .filter-options .filter-options-content {
    margin: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    height: 0;
    overflow: hidden;
    transition: .3s ease;
}
.filter-options-content .items li {
    line-height: 22px;
    margin-left: 0;
}
.filter-options-content .items li a{
    color: #000;
}
.filter-options .count {
    float: right;
}

.page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
}

.page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
}

.page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
}

.page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
}

.page-layout-1column .filter-options-content .item a {
    margin-left: 0;
}

.page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
	height: auto !important;
}

.page-layout-1column .filter-options-item.active:after, .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
}

/******** PRODUCT PAGE *******/
.product.media {
	float: none;
}

.fotorama__caption {
    display: none;
}
.catalog-product-view .page-title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.attachments {
    margin-top: 10px;
}
.attachments .product-attachment {
    border: 1px solid black;
    background-image: linear-gradient(to right bottom, #8b8b8b, #838383, #7b7b7b, #737373, #6b6b6b);
    color: #FFF;
    padding: 10px;
}
.attachments .product-attachment h3 {
    margin: 0px;
    font-weight: 600;
}
.attachments .product-attachment a {
    color: #FFF;
}
.attachments .product-attachment a:hover {
    text-decoration: none;
}
.attachments .product-attachment i {
    line-height: 40px;
}
.attachments .product-attachment p {
    padding-top: 5px;
    margin-bottom: 0px;
    font-size: 1.3rem;
}
.product.data.items .item.title a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    min-width: 150px !important;
    line-height: 40px !important;
    height: 50px !important;
    background-color: #A4A4A4 !important;
    color: #FFF !important;
    text-align: center;
}
.product.data.items .item.title.active a {
    background-color: #000 !important;
}
.product.data.items .item.content {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .page-layout-1column .product-info-main {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .page-layout-1column .product-info-main {
		padding: 15px;
    }
}

.gallery-placeholder {
    width: 100%;
}

.product.attribute.description .table-bordered th, .product.attribute.description .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.product.attribute.overview ul {
    overflow: hidden;
}

.stock.available {
    background: #d4edda;
    color: #155724;
    position: relative;
    padding: .5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
}

.stock.custom {
    display: block;
	width: fit-content;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fcf8e3;
    color: #8a6d3b;
    position: relative;
    padding: .75rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #faf2cc;
    border-radius: .25rem;
}

.sku {
    padding: .75rem 0.75rem;
}

.product-tab {
    background-color: #000;
    padding: 5px 20px;
    width: fit-content;
    color: #FFF;
    font-weight: 600;
    font-size: 1.4rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    min-width: 150px !important;
    line-height: 40px !important;
    height: 50px !important;
    margin-bottom: 0;
}

#priceUnit {
	font-size: 1.2rem;
}

.prices-tier {
	width: fit-content;
	background: #D2D3D5;
}

.prices-tier .price, strong.benefit {
	font-weight: 400 !important;
	font-size: 1rem !important;
}

.product-info-main .box-tocart .action.tocart {
	padding: 7px 15px;
}


/******** NORMAL CONFIGURABLE PRODUCT PAGE *******/
.page-product-configurable .swatch-attribute {
	margin-bottom: 20px;
}

.product.attribute.overview {
    width: 57%;
}

.page-product-configurable .swatch-opt {
    clear: both;
}

.page-product-configurable .swatch-attribute strong {
    font-size: 20px;
}

.page-product-configurable .swatch-attribute.color, .swatch-attribute.etch_finish, .cms-page-view .swatch-attribute.color {
    width: 90%;
    margin-top: 20px;
}

.page-product-configurable .swatch-option {
    border: none !important;
    max-width: none;
}

.page-product-configurable .swatch-option.color[aria-label*="White"] {
    border: 1px solid #ddd !important;
}

.page-product-configurable .swatch-option.text{
    background: none;
    float: left;
    text-align: center;
    width:32%;
    padding: 10px;
    border: 1px solid #1D1D1D !important;
    color: #1D1D1D;
    height: auto;
}

.page-product-configurable .swatch-option.text.selected{
    outline: unset;
    color: #FFF;
    background-color: #1D1D1D !important;
}

.page-product-configurable .swatch-option.text.disabled {
    opacity: 0.4;
}

.page-product-configurable .swatch-option.color.disabled, .page-product-configurable .swatch-option.image.disabled {
    display: none;
}

.page-product-configurable .swatch-option.text.disabled:after {
    background: unset;
}

.page-product-configurable .swatch-option.text input {
    position: absolute;
    right: -200px;
}

.page-product-configurable .swatch-attribute.color .swatch-attribute-options, .cms-page-view .swatch-attribute.color .swatch-attribute-options {
    padding: 20px;
}

.page-product-configurable .swatch-attribute.color .swatch-option, .swatch-attribute.etch_finish .swatch-option, .cms-page-view .swatch-attribute.color .swatch-option, .page-product-configurable .swatch-attribute.color .swatch-option.image {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.page-product-configurable .option-labels {
	display: none;
}

.page-product-configurable .swatch-attribute-label {
    margin-right: 15px;
    font-size: 1.6rem;
}

.page-product-configurable .product-info-price {
	position: sticky;
	top: 120px;
	z-index: 10;
	background-color: #FFF;
}

.clear {
    font-size: 11px;
    clear: both !important;
    width: 100%;
    cursor: pointer;
    color: #00F;
    display: none;
}

.swatch-attribute:last-of-type .clear {
    display: block;
}

.option-selected {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.products-related .item {
    box-shadow: 2px 2px 8px 4px rgba(232,232,232,0.8);
    margin: 10px !important;
}

.products-related .item .product-item-info {
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
	width: 100%;
}

.products-related .item .product-item-info .product-item-name {
    height: 100%;
}

.products-related .item .product-item-info .product-item-details {
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    height: 100% !important;
}

.products-related .item .actions-secondary, .products-related .item .field.choice.related {
    display: none;
}

@media screen and (max-width: 991px) {
    .products-related .item {
        margin: 0px !important;
    }
	.product.attribute.overview {		
		width: 100%;
		padding: 15px;
	}
}


/******** LEXI CONFIGURABLE PRODUCT PAGE *******/
@media screen and (max-width: 991px) {
    .lexi-configurable .product.media {
        width: 100%;
        float: left;
    }
    
    .lexi-configurable .product.overview
    {
        width: 100%;
    }

    .lexi-configurable .product-info-main {
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .lexi-configurable .product.media {
        width: 67%;
        float: left;
    }
    .lexi-configurable .product.overview
    {
        width: 100%;
    }

    .lexi-configurable .product-info-main {
        width: 33%;
    }
}
/******** STATIC PAGES *******/
.cms-page-view h1 {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.cms-page-view .swatch-option {
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cms-page-view .product.data.items {
    position: unset;
}

/******** FOOTER *******/
.full {
    width: 100%;
}
.footer {
    background: #EDEFF1;
	padding-top: 50px;
    height: auto;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    display: block;
}
.footer a {
    color: #78828D
}

.newsletter-box {
    overflow: hidden;
	background: #FFF;
	padding: 20px;
}

.newsletter-box .btn {
	background: #535152;
	font-weight: bold;
	font-size: 12px;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
	margin-top: 15px;
    padding: 5px 0;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer h3 {
        padding: 10px 0 10px;
    }
    .footer ul {
        margin-bottom: 0px;
    }
}

/******** SOCIAL ICONS *******/
.collapse .social {
	align-items: center;
}

.collapse .social li {
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.collapse .social .youtube i {
	margin: 6px;
}

.social {
	display: flex;
	justify-content: space-between;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;    
	height: 50px;
}

.social li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}

.facebook {
    background: #3B5998;
    color: white;
  }

.twitter {
    background: #55ACEE;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.pinterest {
    background: #bd081b;
    color: white;
}

.instagram {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    color: white;
}

.linkedin {
    background: #0976b4;
    color: white;
}

/******** TOOL TIP *******/

.tooltip{opacity:1!important;}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #FFF;
    font-size: 14px;
    border: 1px solid black;
}



/******** ORDERING INFORMATION *******/
.cms-ordering-information .row {
    margin-bottom: 20px;
}
.cms-ordering-information .row .col-3 img {
    max-width: 75%;
}


/******** easyTRANS *******/

.cms-easitrans .heading {
    background-color: #378BCB;
}

.cms-easitrans h1 {
    position: absolute;
    bottom: 0;
    right: 30px;
    border: none;
}

.cms-easitrans h2 {
    font-size: 1.3em;
    font-weight: 600;
}

.cms-easitrans .overlay {
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.cms-easitrans .page-main ul li {
    width: 49%;
    float: left;
}

/******** MINICART *********/
.minicart-items-wrapper {
    max-height: 500px;
}
.minicart-items-wrapper .product-item .product-item-name {
    min-height: auto;
}

@media screen and (max-width: 991px) {
	.minicart-items-wrapper .product-item .product-item-name {
		font-size: 1em;
	}
	
	#top-cart-btn-checkout {
		font-size: 14px;
		padding: 0px;
	}
}
#top-cart-btn-checkout, .actions-toolbar .primary button {
    background-color: #007bff;
    border: 1px solid #007bff;
}
.block-minicart .subtotal {
    margin: 0 20px 10px;
}

.discount-message {
    display: block;
}


/******** CHECKOUT *********/
.mpblog-post-index #maincontent,
.page-layout-2columns-left #maincontent,
body[class^='contact-'] #maincontent,
body[class^='checkout-'] #maincontent,
body[class^='customer-account'] #maincontent {
    max-width: 1200px;
    padding: 20px;
}

.opc-block-summary {
    margin: 0;
}
.opc-block-shipping-information {
    background: #f5f5f5;
}
td:first-child.col-method {
    align-items: center;
    display: flex;
    justify-content: center;
}
[class^='checkout-'] .columns {
    margin-top: 3rem;
}
.checkout-methods-items .checkout span {
    white-space: pre-wrap;
}
.field.street .label span {
    font-size: 1.6rem !important;
}
.breadcrumbs-title .page-title-wrapper .print {
    display: none;
}
.opc-block-shipping-information .ship-via {
    padding: 0 0 20px;
    margin: 0 !important;
}
#co-payment-form.payments {
    font-size: 1.6rem;
    font-weight: 300;
}
#co-payment-form .step-title {
    font-weight: 500;
}
.checkout-index-index .page-title-wrapper {
    border: unset;
    clip: unset;
    height: unset;
    margin: unset;
    overflow: unset;
    padding: unset;
    position: unset;
    width: unset;
}

.checkout-index-index .amazon-button-container, .checkout-index-index .amazon-button-container, .checkout-index-index .amazon-divider {
    display: none;
}

.checkout-index-index .payment-method-content .amazon-button-container {
    display: block;
}

.table-checkout-shipping-method .row {
    margin-left: 0;
    margin-right: 0;
}
.cart.table-wrapper .items thead + .item {
    border-top: unset !important;
}
.cart-summary > .title {
    font-weight: 700 !important;
}
.cart.table-wrapper .product-item-details {
    vertical-align: middle !important;
}
.fieldset>.field {
    margin: 0 0 10px !important;
}

.table-checkout-shipping-method tbody td {
    padding-bottom: 8px;
    padding-top: 8px;
}

@media screen and (max-width: 991px) {
    .product-item-details {
        padding-left: 15px;
    }
    .cart.table-wrapper .product-item-photo {
        position: relative !important;
        top: unset;
    }
    .cart.table-wrapper .item .col.item {
        display: flex;
        align-items: center;
        min-height: unset !important;
        padding-top: 20px;
        padding: .75rem;
        position: relative;
    }
}

/******** NEWS *********/

#timeline {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
}

#timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    border-left: 4px solid var(--main-color);
    margin-left: -2px
}

#timelinestart {
    background-color: var(--main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -10;
    width: 20px;
    height: 20px;
    margin: 0px auto 10px auto
}

#timelinestart:after,
#timelinestart:before {
    content: "";
    height: 12px;
    position: absolute
}

#timelinestart:after {
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    margin: 4px 0 0 4px;
    z-index: 1
}

#timelinestart:before {
    width: 10px;
    border-left: solid 3px #f0f0f0;
    border-right: solid 3px #f0f0f0;
    background-color: var(--main-color);
    top: 8px;
    margin-left: 5px;
    z-index: 10;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px
}

#timelineend {
    background-color: #e73900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -10;
    width: 20px;
    height: 20px;
    margin: 10px auto 0px auto
}

#timelineend:after,
#timelineend:before {
    content: "";
    height: 12px;
    position: absolute
}

#timelineend:after {
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    margin: 4px 0 0 4px;
    z-index: 1
}

#timelineend:before {
    width: 4px;
    border-left: solid 3px #f0f0f0;
    border-right: solid 3px #f0f0f0;
    background-color: #e73900;
    bottom: 8px;
    margin-left: 5px;
    z-index: 10;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.timelineitem {
    width: 575px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: #FFFFFF;
    margin-top: 20px;
    height: auto;
    float: left
}

.pointerleft {
    width: 13px;
    height: 20px;
    position: absolute;
    left: 585px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: none;
    border-bottom: solid var(--main-color) 4px
}

.pointerright {
    width: 14px;
    height: 20px;
    position: absolute;
    left: 602px;
    background-position: 13px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: none;
    border-bottom: solid var(--main-color) 4px
}

.timelineevent {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    background-color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 20px;
    clear: both;
    margin-top: 20px
}

.sharebox {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 55px;
    background-color: #f0f0f0;
    line-height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -28px;
    box-shadow: 5px 10px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #f1f1f1
}

.shareholder {
    height: 222px
}

.wide {
    width: 500px;
    text-align: left
}

.timelineevent h1 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.timelineevent h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px
}

#timelinebottom {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    clear: both;
    background-image: url("/pub/media/theme/line-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 30px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.timelineitem .imagepad:after {
    position: absolute;
    content: "";
    bottom: 71%;
    right: 19px;
    width: 3%;
    top: 12px;
    max-width: 300px;
    background: #999;
    -webkit-box-shadow: 17px -5px 7px #666;
    -moz-box-shadow: 17px -5px 7px #666;
    box-shadow: 17px -5px 7px #666;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

.firstright .imagepad:after {
    position: absolute;
    content: "";
    bottom: 71%;
    left: 19px;
    width: 3%;
    top: 12px;
    max-width: 300px;
    background: #999;
    -webkit-box-shadow: -15px 0 10px #666;
    -moz-box-shadow: -15px 0 10px #666;
    box-shadow: -17px -5px 7px #666;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.timelineitem .imagepad .imagepadwhite {
    padding: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.timelineitem .imagepad .imagepadwhite img {
    width: 100%;
}

.latest-news {
    width: 100%;

    .image {
        float: left;
    }
    .news {
        width: 60%;
        float: right;
    }
}
.imagepad {
    box-shadow: 0px 0px 1px #dddddd;
    position: relative;
    overflow: visible
}

.imagepad::after {
    position: absolute;
    content: "";
    bottom: 16px;
    right: 10px;
    width: 73%;
    top: 75%;
    max-width: 300px;
    background: #999;
    -webkit-box-shadow: 0 15px 10px #666;
    -moz-box-shadow: 0 15px 10px #666;
    box-shadow: 0 15px 10px #666;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    border-top-right-radius: 100%
}
.other-articles {
    margin-top: 2.5rem;
    background-color: #fff;
}
.articles-header {
    padding: 10px;
    background-color: var(--main-color);
    color: #fff;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.article-name a {
    color: inherit;
    font-weight: 600;
}
.article-name a:hover {
    opacity: 0.7;
}
.articles-container {
    padding: 10px 15px;
}
.post-post_content h2 {
    font-weight: 600;
}
.btn:not(.btn-block):visited {
    color: #FFF !important;
}
.mp-post-info {
    font-size: 1.6rem !important;
}

@media (max-width: 1199px) {
    #timeline {
        width: 100%;
    }
    .timelineitem {
        width: 100%;
    }
}

/******** ADDITIONAL STATIC PAGE FORMATTING *******/

.meet-the-team p {
	padding-top: 5px;
	text-align: center;
}
.spacer {
	height:20px;
}
.login-container {
	width: 70%;
	margin: 0 auto;
}

.form-create-account {
	margin-left: 9%;
}


.cms-index-index .covid {
    display: none;
}

.even-button {
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FFF !important;
	background-color: #23272b;
	border-color: #1d2124;
	vertical-align: middle;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	margin-right: 30px;
}

@media screen and (max-width: 991px) {
	.even-button {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		
	}
}

/****** FAQ BLOCK ******/
.faqs .cardHeader h2 {
    margin-top: 0;
}

.faqs .cardHeader h2 button {
    color: #333333;
    white-space: normal !important;
    width: 95% !important;
}

.faqs .cardHeader h2 button:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 5px;
    color: #333;
}

.faqs .cardHeader h2 button.collapsed:after {
    content: '\f078';
}

/****** CUSTOMER ACCOUNT PAGE ******/
.form-create-account {
    width: 48% !important;
    margin-left: 0;
    float: left;
}

.account-benefits {
    width: 48%;
    float: right;
    padding: 20px;
}

/****** CHAPTER 8 PAGE ******/
.chapter-8-brands {
    height: 150px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.chapter-8-brands > div {
    width: 4625px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.chapter-8-brands img {
    width: 140px;
    height: auto;
}
.chapter-8-brands .animation {   
    animation: chapter8smoothscroll 60s linear infinite;
}

.chapter-8-brands .animation:hover {
    animation-play-state: paused;
}

.chapter-8-brands img {
    height: 170px;
    width: auto;
}

@keyframes chapter8smoothscroll { 0% { margin-left: 0px; } 50% { margin-left: -4000px; } 100% {margin-left: 0px;} } >div>div:first-of-type { -webkit-animation: smoothscroll 20s linear infinite; -moz-animation: smoothscroll 20s linear infinite; -ms-animation: smoothscroll 20s linear infinite; -o-animation: smoothscroll 20s linear infinite; animation: smoothscroll 20s linear infinite; }

.reg-search {
    border: 2px solid black;
    border-radius: 5px;
    background-color: yellow;
    text-align: center;
    height: 75px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    width: 350px;
}

.left-angle {
    background: rgb(161,161,161);
    background: linear-gradient(90deg, rgba(161,161,161,1) 0%, rgba(122,123,128,1) 47%, rgba(78,81,86,1) 100%);
}

.left-angle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -52px;
    width: 50%;
    height: 100%;
    background: #a1a1a1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 101% 0;
    -webkit-transform: skew(-56deg);
    -ms-transform: skew(-45deg);
    transform: skew(8deg);
    z-index: -1;
}

.left-angle-sibling {
    z-index: -2;
}

.filter-current .items .item {
	background-color: #A3A3A3;
    display: inline-block;
    float: left;
    margin: 0 10px;
    color: #FFF;
    border-radius: 4px;
	min-width: 100px;
    display: flex;
    justify-content: space-around;
}
.filter-current .items .item:last-of-type {
	background-color: #A3A3A3;
    display: inline-block;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    color: #FFF;
    border-radius: 4px;
}
.filter-current .items .item:first-of-type {
	margin-left: 0;
}

.filter-current .items .item a.remove {
	color: #FFF;
}

.options-list .field:has(input[type="radio"]) {
  float: left;
  margin: 0 5px 0 0;
  width: 32%;
  height: 40px;
  position: relative;
  text-align: center;
  border: 1px solid #1D1D1D !important;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px
}

.options-list .field:has(input[type="radio"]) label,
.options-list input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.options-list .field:has(input[type="radio"]) label {
	margin-bottom: 0 !important;
	padding: 10px;
}

.options-list input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.options-list input[type="radio"]:checked+label,
.checked+label {
  background: #1D1D1D;
  color: #FFF;
}

.options-list label:hover {
  background: #DDD;
}

.options-list .price-notice {
	display: none;
}


.bg-grey {
	background-color: #999;
	color: #FFF;
}

[data-content-type=row][data-appearance=contained] {
    max-width: unset;
}

.review {
	width: 250px;
	text-align: center;
}

.review h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.review p {
	font-size: 14px;
}

#mobile-contact {
	width: 46px;
	height: 56px;
	align-items: center;
	justify-content: space-around;
}

#mobile-contact a {
	margin-top: 10px;
}

/***** TRADE ACCOUNT *****/
.trade-intro {
	background-color: #01458E;
	color: #FFF;
	border-radius: 20px;
	margin-bottom: 25px;
}
.trade-intro .image {
	width: 25%;
}

.trade-intro .content {
	width: 75%;
}