@charset "UTF-8";

/* 01. FONTS
==================================================================================================================================== */

@font-face {
  font-family: 'Camber-Light';
  src: url("../assets/fonts/Camber-Lg.eot");
  src: url("../assets/fonts/Camber-Lg.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Lg.woff2") format("woff2"), url("../assets/fonts/Camber-Lg.woff") format("woff"), url("../assets/fonts/Camber-Lg.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-UltraLight';
  src: url("../assets/fonts/Camber-Ul.eot");
  src: url("../assets/fonts/Camber-Ul.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Ul.woff2") format("woff2"), url("../assets/fonts/Camber-Ul.woff") format("woff"), url("../assets/fonts/Camber-Ul.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-Semibold';
  src: url("../assets/fonts/Camber-Sb.eot");
  src: url("../assets/fonts/Camber-Sb.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Sb.woff2") format("woff2"), url("../assets/fonts/Camber-Sb.woff") format("woff"), url("../assets/fonts/Camber-Sb.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-Medium';
  src: url("../assets/fonts/Camber-Md.eot");
  src: url("../assets/fonts/Camber-Md.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Md.woff2") format("woff2"), url("../assets/fonts/Camber-Md.woff") format("woff"), url("../assets/fonts/Camber-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Scala-Bold";
  src: url("../assets/fonts/1378116/8ace973c-1432-4a83-9650-2eab92f4cb65.eot?#iefix");
  src: url("../assets/fonts/1378116/8ace973c-1432-4a83-9650-2eab92f4cb65.eot?#iefix") format("eot"), url("../assets/fonts/1378116/f16c400a-aaed-4edd-80aa-2354d95ebed5.woff2") format("woff2"), url("../assets/fonts/1378116/8cf1250c-1b81-4867-a974-cd3bc57527dd.woff") format("woff"), url("../assets/fonts/1378116/02153bd9-8e7e-428e-af89-6b0b8011cc88.ttf") format("truetype");
}

@font-face {
  font-family: "Scala-Regular";
  src: url("../assets/fonts/1378152/142d4177-0c46-4e7e-8486-29683794c32c.eot?#iefix");
  src: url("../assets/fonts/1378152/142d4177-0c46-4e7e-8486-29683794c32c.eot?#iefix") format("eot"), url("../assets/fonts/1378152/94d00522-cbbe-4811-97a7-06b22f5ac205.woff2") format("woff2"), url("../assets/fonts/1378152/0e53be2f-4657-4e88-bf2e-cc56dc15ba92.woff") format("woff"), url("../assets/fonts/1378152/ad92c8af-6b5e-41f9-a936-ca60fa0042ab.ttf") format("truetype");
}

@font-face {
  font-family: "Scala-Italic";
  src: url("../assets/fonts/1378158/1ae9c95b-87e7-4a72-9597-cf0bc9570c8b.eot?#iefix");
  src: url("../assets/fonts/1378158/1ae9c95b-87e7-4a72-9597-cf0bc9570c8b.eot?#iefix") format("eot"), url("../assets/fonts/1378158/0e4c40ed-1427-4fab-b422-e7d9a21d5798.woff2") format("woff2"), url("../assets/fonts/1378158/f1a473bf-e931-4156-8a66-1c2c02b47d65.woff") format("woff"), url("../assets/fonts/1378158/cb3b5ef7-ebf7-41ef-8c2d-749bb8260490.ttf") format("truetype");
}

/* 02. COLOURS
==================================================================================================================================== */

/* DARK GREY = #282828 */
/* ORANGE = #FF6D15 */
/* LIGHT GREY = #EAEAEA */


/* 03. BODY & HTML
==================================================================================================================================== */

/** {
  	text-rendering: auto;
	box-sizing: border-box;
	padding: 0;
    margin: 0;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }*/

/* 04. PRIMARY LAYERS & GRID
==================================================================================================================================== */

.MaterialsHomeModule {
	padding-left: 0!important;
	padding-right: 0!important;
}

.ml-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 8px;
	background-color: #FFF;
	/*min-height: 100%;*/
}

.ml-full-width-container {
	padding: 0!important;
}

.ml-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -8px 0 -8px;
}

.ml-column {
    flex: 0 0 auto;
    max-width: 100%;
}

.ml-column-1, .ml-column-2, .ml-column-3, .ml-column-4, .ml-column-5, .ml-column-6,
.ml-column-7, .ml-column-8, .ml-column-9, .ml-column-10, .ml-column-11, .ml-column-12,
.ml-column-50 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 8px 0 8px; 
}

.ml-dividing-line:after {
	content: "";
	/*position: absolute;*/
	width: 100%;
	/*height: 1px;
	background-color: #EAEAEA;
	display: block;
	bottom: 0;
	left: 0;*/
	
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	display: block;
	padding-top: 32px;
}

@media (min-width: 568px) {
	.ml-column-1 { 
        flex: 0 0 8.333333%;
        max-width: 8.333333%; 
    }
    .ml-column-2 { 
        flex: 0 0 16.666667%;
        max-width: 16.666667%; 
    }
    .ml-column-3 { 
        flex: 0 0 25%;
        max-width: 25%; 
    }
    .ml-column-4 { 
        flex: 0 0 33.333333%;
        max-width: 33.333333%; 
    }
    .ml-column-5 { 
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .ml-column-6, .ml-grid .ml-column-3 { 
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ml-column-7 { 
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .ml-column-8 { 
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .ml-column-9 { 
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ml-column-10 { 
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .ml-column-11 { 
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .ml-column-12, 
	.ml-finish-container .ml-column-8,
	.ml-finish-container .ml-description-column,
	.ml-product-container .ml-column-8,
	.ml-product-container .ml-description-column { 
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ml-column-50 { 
        flex: 0 0 50%;
        max-width: 50%;
    }
	.ml-dividing-line:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		bottom: auto;
		left: auto;
		top: 0;
		right: 0;
		
		background-color: #EAEAEA;
	}
	.ml-dividing-line:nth-child(2n+2):after {
		background-color: #FFF;
	}
}

@media (min-width: 768px) {
	.ml-container {
		padding: 0 42px;
	}
	.ml-row {
		margin: 0 -13px 0 -12px;
	}
	.ml-column-1, .ml-column-2, .ml-column-3, .ml-column-4, .ml-column-5, .ml-column-6,
	.ml-column-7, .ml-column-8, .ml-column-9, .ml-column-10, .ml-column-11, .ml-column-12,
	.ml-column-50 {
		padding: 0 13px 0 12px; 
	}
	.ml-dividing-line:after {
		padding-top: 0;
	}
}

@media (min-width: 1024px) {
    .ml-grid .ml-column-3,
	.ml-finish-container .ml-description-column,
	.ml-product-container .ml-description-column { 
        flex: 0 0 33.333333%;
        max-width: 33.333333%;  
    }
	.ml-finish-container .ml-column-8,
	.ml-product-container .ml-column-8 { 
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
	.ml-dividing-line:nth-child(2n+2):after {
		background-color: #EAEAEA;
	}
	.ml-dividing-line:nth-child(3n+3):after {
		background-color: #FFF;
	}
}

@media (min-width: 1366px) {
	.ml-grid .ml-column-3 { 
        flex: 0 0 25%;
        max-width: 25%; 
    }
	.ml-dividing-line:nth-child(3n+3):after {
		background-color: #EAEAEA;
	}
	.ml-dividing-line:nth-child(4n+4):after {
		background-color: #FFF;
	}
}

@media (min-width: 1512px) {
  
}

/* 05. GLOBAL STYLES & RESETS
==================================================================================================================================== */

.ml-container img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.ml-container .scale {
	width: 100%;
	height: auto;
}

.ml-container img.scale {
	display: block;
}

.ml-container h1, 
.ml-container h2, 
.ml-container h3, 
.ml-container h4,
.ml-container h5 {
	margin: 0;
	padding: 0;
}

.ml-container h2, 
.ml-container h3 {
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
}

.ml-container h3 {
	/*font-size: 2.0rem;*/
	font-size: 20px;
	/*display: block;*/
}

.ml-container a {
	text-decoration: none;
    color: inherit;
}

.ml-container a:hover {
	text-decoration: none;
}

/* 06. CUSTOM STYLES (ALL PAGES)
==================================================================================================================================== */

.ml-large-button {
	width: calc(100% - 42px);
	height: 40px;
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	/*font-size: 1.5rem;*/
	font-size: 15px;
	color: #282828;
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 22px; /*EQUALS 25PX*/
	/*cursor: pointer;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*transition: background 200ms , border 200ms ease-in-out, color 200ms ease-in-out;*/
	transition-property: color, background, border;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
}

.ml-large-button-dark {
	color: #FFF!important;
	background-color: #282828;
	margin-top: 22px;
	margin-bottom: 22px; /*EQUALS 25PX*/
	border: 1px solid #282828;
}

.ml-description-product .ml-large-button-dark {
	margin-top: 0;
}

.ml-large-button:hover{
	color: #FFF;
	background-color: #FF6D15;
	border: 1px solid #FF6D15;
}

.ml-horizontal-rule {
	width: 100%;
	height: 1px;
	background-color: #EAEAEA;
	margin-top: 55px;
}

/*@media (hover: hover) { 
  
}*/

@media (hover:none) {
   .ml-large-button:hover{
		color: inherit;
		background-color: inherit;
		border: 1px solid #282828;
	}
}

@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	.ml-large-button {
		width: 260px;
	}
	
}

@media (min-width: 1024px) {
	.ml-horizontal-rule {
		margin-top: 160px;
	}
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}

/* 07. MATERIALS GRID & LINK BLOCKS
==================================================================================================================================== */

.ml-container .ml-row:first-of-type .ml-column:first-of-type {
	padding-top: 60px; /* EQUALS 74PX*/
	padding-bottom: 41px; /* EQUALS 45PX*/
}

.ml-container .ml-row:first-of-type > div > div,
.ml-grid-header > div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/*align-items: center;*/
}

.ml-container .ml-row:first-of-type > div > div {
	align-items: baseline;
}

.ml-container .ml-row:first-of-type h2 {
	display: inline-block;
}

.ml-container .ml-row:first-of-type h4 {
	/*font-size: 2.6rem;*/
	font-size: 26px;
	font-family: "Camber-Light", helvetica;
	display: none;
}

.ml-container h2 {
	/*font-size: 3.0rem;*/
	font-size: 30px;
	/*line-height: 1.44;*/
	line-height: 1.1;
	letter-spacing: -0.012em;
}

.ml-grid-items .ml-column {
    /*padding-bottom: 32px;*/
	margin-bottom: 60px;
}

.ml-container .ml-row:nth-of-type(1) .ml-column > div:nth-of-type(1) {
    padding: 0 21px;
}

.ml-grid .ml-hover-block-info,
.ml-grid-header > div {
    padding: 0 21px;
}

.ml-grid h3 {
	margin-top: 29px;
}

a.ml-button {
	/*display: flex;*/
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	/*justify-content: center;*/
	/*text-align: center;*/
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	/*font-size: 1.5rem;*/
	font-size: 15px;
	margin-top: 29px;
}

.ml-grid .ml-hover-block-info a.ml-button {
	display: flex;
	width: 100%;
}

a.ml-button span {
	width: 27px;
	height: 27px;
	margin-right: 8px;
}

.ml-grid .ml-hover-block-info a.ml-button span {
	position: absolute;
	right: 21px;
}

a.ml-button span svg circle,
.ml-hover-block-overlay a:hover svg circle,
.ml-cycle-nav > span:hover svg circle {
    transition: fill 200ms ease-in-out;
}

a.ml-button:hover span svg circle,
.ml-hover-block-overlay a:hover svg circle,
.ml-cycle-nav > span:hover svg circle {
	fill: #FF6D15;
}

.ml-grid .ml-hover-block-info > a:nth-of-type(2) {
	margin-top: 27px;
}

.ml-hover-block {
	position: relative;
	width: 100%;
	display: block;
}

.ml-hover-block-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.60);
	/*display: flex;*/
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: 500;
	
	transition: all 500ms ease-in-out;
	
	display: none;
}

.ml-block-opacity {
	opacity: 1;
}

.ml-hover-block-overlay > a {
	width: 27px;
	height: 27px;
}

.ml-hover-block-overlay > a:first-of-type {
	margin-bottom: 25px;
}

@media (hover:none) {
   a.ml-button span svg circle,
	.ml-hover-block-overlay a:hover svg circle,
	.ml-cycle-nav > span:hover svg circle {
		transition: none;
	}

	a.ml-button:hover span svg circle,
	.ml-hover-block-overlay a:hover svg circle,
	.ml-cycle-nav > span:hover svg circle {
		fill: inherit;
	}
	/*.ml-hover-block-overlay {
		display: none;
	}*/
}

@media (min-width: 568px) {
	.ml-container .ml-row:first-of-type h4 {
		display: inline-block;
	}	
}

@media (min-width: 768px) {
	.ml-container .ml-row:first-of-type .ml-column:first-of-type {
		padding-top: 67px; /* EQUALS 74PX*/
		padding-bottom: 56px; /* EQUALS 64PX*/
	}
	.ml-container h2 {
		/*font-size: 4.8rem;*/
		font-size: 39px;
	}
	.ml-grid-items .ml-column {
		padding-bottom: 19px;
		margin-bottom: 80px;
	}
	.ml-grid h3 {
		margin-top: 44px;
	}
}

@media (min-width: 1024px) {
	.ml-container .ml-row:nth-of-type(1) .ml-column > div:nth-of-type(1) {
		padding: 0 42px;
	}
	.ml-container h2 {
		/*font-size: 4.8rem;*/
		font-size: 48px;
	}
	.ml-grid .ml-hover-block-info,
	.ml-grid-header > div {
		padding: 0 42px;
	}
	.ml-hover-block-overlay {
		display: flex;
	}
	.ml-grid .ml-hover-block-info a.ml-button {
		display: inline-flex;
		width: auto;
	}
	.ml-grid .ml-hover-block-info a.ml-button span {
		position: relative;
		right: auto;
	}
	.ml-grid .ml-hover-block-info > a:nth-of-type(2) {
		display: none;
	}
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}

/* 08. HOME PAGE
==================================================================================================================================== */

.ml-cycle-slide-container { 
	/*position: relative;*/
	/*overflow: hidden;
	min-height: 100%;*/
	/*height: 100vh;*/
    /*width: 100%;*/
}

.ml-cycle-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	/*height: 100vh;*/
	height: calc(100vh - 121px);
	display: none;  /*STOP CYCLE FICKER*/
}

.ml-cycle-slide-mobile {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: none;  /*STOP CYCLE FICKER*/
}

.ml-cycle-slide-container > div:first-of-type { 
	display: block;  /*STOP CYCLE FICKER*/
}

#ml-hero-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	/*padding-bottom: 10px;*/
	
	z-index: 500;
}

#ml-hero-content h1 { 
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	/*font-size: 3.6rem;*/
	font-size: 36px;
	letter-spacing: -0.012em;
	padding-bottom: 7px; /*EQUALS 36PX*/
	text-shadow: 1px 1px 3px rgba(0,0,0,0.50);
}

#ml-hero-content h2 { 
	font-family: "Camber-Light", helvetica;
	/*font-size: 1.8rem;*/
	font-size: 18px;
	letter-spacing: -0.012em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.50);
}

#ml-scroll-icon-container {
	position: absolute;
	bottom: 35px; /*EQUALS 35PX*/
	font-family: "Camber-Light", helvetica;
	/*font-size: 1.8rem;*/
	font-size: 18px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

#ml-scroll-icon {
	position: relative;
    width: 20px;
    height: 37px;
	/*margin-top: -35px;*/
    border: 2px solid #fff;
    border-radius: 10px;
}

#ml-scroll-dot {
	position: absolute;
    width: 6px;
    height: 6px;
	top: 5px;
	left: 5px;
	background-color: #FFF;
    border-radius: 2px;
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll-mobile;
}

#ml-scroll-icon-container span {
	display: none;
	color: #FFF!important;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}

@keyframes scroll-mobile {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(16px)
    }
}

@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	#ml-hero-content h1 { 
		font-size: 64px;
		/*padding-bottom: 14px;*/
		text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	}
	#ml-hero-content h2 { 
		font-size: 33px;
		text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	}
	#ml-scroll-icon-container {
		/*bottom: 33px; EQUALS 35PX*/
		/*font-size: 1.8rem;*/
		font-size: 18px;
	}
	#ml-scroll-icon {
		width: 30px;
		height: 55px;
		border-radius: 15px;
		margin-bottom: 22px;
	}
	#ml-scroll-dot {
		width: 8px;
		height: 8px;
		top: 10px;
		left: 9px;
		border-radius: 3px;
		animation-name: scroll;
	}
	#ml-scroll-icon-container span {
		display: block;
	}
}

@media (min-width: 1024px) {
	.ml-cycle-slide-mobile {
		overflow: visible !important;
		display: block;
	}
	#ml-hero-content h1 { 
		font-size: 92px;
		padding-bottom: 21px; /*EQUALS 50PX*/
		text-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	}
	#ml-hero-content h2 { 
		/*font-size: 4.8rem;*/
		font-size: 48px;
		text-shadow: 3px 3px 9px rgba(0,0,0,0.50);
	}	
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}

/* 09. FINISH AND PRODUCT PAGES
==================================================================================================================================== */

.ml-description-column {
	/*padding-right: 42px;*/
	font-family: "Camber-UltraLight", helvetica;
}

.ml-description-column h3 {
	/*font-size: 2.8rem;*/
	font-size: 28px;
	/*line-height: 1.142857142857;*/
	line-height: 32px;
	margin-bottom: 32px; /*EQUALS 42PX*/
}

.ml-description-column p {
	/*font-size: 1.5rem;*/
	font-size: 15px;
	line-height: 20px;
}

.ml-description-column h4 {
	font-family: "Camber-Medium", helvetica;
	/*font-size: 1.5rem;*/
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	display: block;
	/*padding: 21px 0; EQUALS 24PX*/
	padding-top: 23px;
	padding-bottom: 22px;
}

.ml-description {
	padding-bottom: 55px;
	border-bottom: 1px solid #EAEAEA;
}

.ml-description-controls {
	/*margin-bottom: 42px;
	border-bottom: 1px solid #EAEAEA;*/
}

.ml-description-controls > div {
	display: flex;
	/*flex-flow: row nowrap;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}

.ml-description-controls > div > div {
	/*height: 40px;*/
	/*width: 40px;*/
	height: 39px;
	width: 39px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	/*display: inline-block;*/
	/*display: flex;*/
	display: inline-flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.ml-description-controls .ml-subtract,
.ml-description-controls .ml-add {
	cursor: pointer;
}

.ml-description-controls > div > div:hover svg rect,
.ml-description-controls > div > div:hover svg polygon{
	fill: #FF6D15;
}

.ml-description-controls .ml-number {
	/*font-size: 1.8rem;*/
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	font-size: 18px;
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.ml-description-controls p {
	color: #A6A6A6;
}

.ml-description-controls p a,
a.ml-more-button, span.ml-more-button {
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	text-decoration: underline!important;
}

span.ml-more-button {
cursor: pointer;
}




.ml-description-controls p a:hover,
a.ml-more-button:hover,
span.ml-more-button:hover{
	color: #FF6D15;
}

@media (hover:none) {
   	.ml-description-controls > div > div:hover svg rect,
	.ml-description-controls > div > div:hover svg polygon{
		fill: inherit;
	}
	.ml-description-controls p a:hover,
	a.ml-more-button:hover,
	span.ml-more-button:hover {
		color: inherit;
	}
}

@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	.ml-description-controls {
		margin-bottom: 42px;
		border-bottom: 1px solid #EAEAEA;
	}
	.ml-description-controls p {
		padding-bottom: 27px; /*EQUALS 30PX*/
	}
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1366px) {
	.ml-description-column {
		padding-right: 42px;
	}
}

@media (min-width: 1512px) {
  
}

/* 10. FINISH PAGE ONLY
==================================================================================================================================== */

.ml-finish-cycle-row {
	/*margin: 0;*/
}

/*.ml-finish-container > .ml-row:nth-of-type(2) {
	margin: 0;
}*/

.ml-finish-container .ml-hover-block {
	margin-bottom: 15px;
}

#ml-finish-cycle {
	/*margin-bottom: 0;*/
}

#ml-finish-cycle > div:last-of-type {
	margin-bottom: 0;
}

.ml-description-column h3, 
.ml-description-column h4,
.ml-description-column p,
.ml-description-column .ml-more-button,
.ml-sticky-div > div > div {
	padding-left: 21px;
	padding-right: 21px;
}

.ml-description-column h3 {
	margin-top: 38px;
}

.ml-description-column a.ml-large-button, .ml-description-column button.ml-large-button {
	margin-left: 21px;
}

.ml-sticky-div > a,
.ml-sticky-div > button {
	display: none;
}


.ml-description-column > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ml-cycle-nav {
	display: flex;
	padding-left: 21px;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 28px;
	/*margin-bottom: 38px;*/
}

.ml-cycle-nav > span {
	width: 31px;
	height: 31px;
	cursor: pointer;
	margin-right: 7px;
}

@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	/*.ml-description-column a.ml-large-button {
		margin-left: 21px;
	}*/
}

@media (min-width: 1024px) {
	/*.ml-finish-cycle-row {
		margin: 0 -13px 0 -12px;
	}*/
	.ml-finish-container .ml-hover-block {
		margin-bottom: 36px;
	}
	.ml-sticky-div {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.ml-sticky-div > a {
		display: flex;
	}
	.ml-description-column h3, 
	.ml-description-column h4,
	.ml-description-column p,
	.ml-description-column .ml-more-button,
	.ml-sticky-div > div > div {
		padding-left: 0;
		padding-right: 0;
	}
	.ml-description-column h3 {
		margin-top: 0;
	}
	.ml-description-column a.ml-large-button, .ml-description-column button.ml-large-button {
		margin-left: 0;
	}
	.ml-cycle-nav {
		display: none;
	}
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}

/* 11. PRODUCT PAGE ONLY
==================================================================================================================================== */

.ml-description-links {
	/*padding-bottom: 5px; EQUALS 25PX*/
	/*border-bottom: 1px solid #EAEAEA;
	margin-bottom: 42px;*/
}

.ml-description-column .ml-description-links h4 {
	padding-bottom: 0;
}

.ml-description-links a {
	display: none;
}

a.ml-more-button {
	/*font-size: 1.5rem;*/
	font-size: 15px;
	display: inline-block;
	margin-top: 25px;
}

span.ml-more-button {
	/*font-size: 1.5rem;*/
	font-size: 15px;
	display: inline-block;
	margin-top: 25px;
}

.ml-more-text {
	display: none;
}

.ml-more-text p {
	padding-top: 13px; /*EQUALS 20PX*/
}

.ml-grid .ml-grid-header {
	padding-top: 27px;
	padding-bottom: 25px !important;
	margin-bottom: 0 !important;
	
	border-top: 1px solid #EAEAEA;
	cursor: pointer;
	/*border-bottom: 1px solid #EAEAEA;*/
}

.ml-grid-header > div {
	/*padding: 0 42px;*/
	align-items: flex-end !important;
}

.ml-grid-header h3 {
	/*font-size: 2.1rem;*/
	font-size: 21px;
	margin-top: 0;
	transition: color 0.3s ease-out;
}

.active h3 {
	/*color: #FF6D15 !important;*/
}

.ml-grid-header span svg circle {
	/*fill: #BFBFBF;*/
	transition: fill 0.3s ease-out;	
}

.ml-grid-header:hover h3 {
	color: #FF6D15 !important;
}

.ml-grid-header:hover span svg circle {
	fill: #FF6D15;
}

.ml-grid-header h3 span {
	display: none;
	font-weight: 300;
}

.ml-grid-header a.ml-button {
	display: none;
	margin-top: 0;
}

.ml-grid-header > div > span {
	height: 27px;
	width: 27px;
	transition: transform 0.3s ease-out;
	/*transition: 300ms linear all;*/
}

.rotating-arrow {
	transform: rotate(180deg);
}

.rotating-arrow circle {
	fill: #FF6D15 !important;
}

/*.ml-grid-accordion-items {
	display: none;
}*/

/*.active-grid {
	display: flex !important;
}*/

@media (hover:none) {
	.ml-grid-header:hover h3 {
		color: inherit!important;
	}

	.ml-grid-header:hover span svg circle {
		fill: inherit;
}
}

@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	.ml-description-links {
		padding-bottom: 5px; /*EQUALS 25PX*/
		border-bottom: 1px solid #EAEAEA;
		margin-bottom: 42px;
	}
	.ml-description-links a {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.ml-grid .ml-grid-header {
		padding-top: 52px;
		padding-bottom: 46px !important;
		margin-bottom: 0 !important;
		border: none;
		cursor: default;
	}
	.ml-grid-header h3 {
		/*font-size: 2.8rem;*/
		font-size: 28px;
		margin-top: 0;
	}
	.ml-grid-header:hover h3 {
		color: #282828!important;
	}
	.ml-grid-header h3 span {
		display: inline-block;
	}
	.ml-grid-header a.ml-button {
		display: flex;
	}
	.ml-grid-header > div > span {
		display: none;
	}
	/*.ml-grid-accordion-items {
		display: flex;
	}*/
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}




/* 11. RESOURCES PAGES
==================================================================================================================================== */

.ml-resource-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 8px;
	background-color: #FFF;
}

.ml-resource-container .ml-column-1 { 
	flex: none;
	max-width: none;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 8px;
	top: 30px;
	padding: 0;
	/*background-color: red;*/
}

.ml-resource-container .ml-column-3,
.ml-resource-container .ml-column-4,
.ml-resource-container .ml-resource-quantity { 
	flex: 0 0 100%;
	max-width: 100%; 
}

.ml-resource-container .ml-resource-quantity { 
	margin-left: 0;
	margin-top: 0;
	padding-left: 28px;
}

.ml-resource-divide {
	border-bottom: 1px solid #EAEAEA;
	padding-top: 30px;
	margin-bottom: 30px;
}

/*.ml-resource-container .ml-row:first-of-type {
	border-top: 1px solid #EAEAEA;
}*/

/*.ml-resource-container > .ml-resource-items:last-of-type > .ml-column-divide:last-of-type {
	display: none;
}*/


.ml-resource-container .scale {
	width: 100%;
	height: auto;
}

.ml-resource-container img.scale {
	display: block;
}

.ml-resource-container h2, 
.ml-resource-container h3 {
	margin: 0;
	padding: 0;
}

.ml-resource-container h2, 
.ml-resource-container h3 {
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	font-size: 18px;
}

.ml-resource-container h2 {
	padding-top: 26px;/*30PX SPACE*/
}

.ml-resource-container h3 {
	color: #A6A6A6;
}

.ml-resource-container h4 {
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	font-size: 15px;
	display: block;
	padding-bottom: 32px;
}

.ml-resource-finish {
	padding-left: 28px;
}

.ml-resource-finish h4 {
	display: none;
}

.ml-resource-quantity h4 {
	padding-bottom: 10px;
	padding-top: 16px;
}

.ml-quantity-controls {
	display: flex;
}

.ml-quantity-controls > div {
	height: 39px;
	width: 39px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	display: inline-flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.ml-quantity-controls .ml-subtract,
.ml-quantity-controls .ml-add {
	cursor: pointer;
}

.ml-quantity-controls > div:hover svg rect,
.ml-quantity-controls > div:hover svg polygon {
	fill: #FF6D15;
}

.ml-quantity-controls .ml-number {
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	font-size: 18px;
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.ml-resource-container .ml-large-button {
	width: 100%;
	text-decoration: none;
}

.ml-resource-container .ml-large-button-dark {
	margin-top: 12px;
	/*margin-bottom: 22px; EQUALS 25PX*/
}

@media (hover:none) {
   	.ml-quantity-controls > div:hover svg rect,
	.ml-quantity-controls > div:hover svg polygon{
		fill: inherit;
	}
}

@media (min-width: 568px) {
	.ml-resource-container .ml-column-1 { 
		top: 0;
    }
    .ml-resource-container .ml-column-3 { 
        /*flex: 0 0 25%;
        max-width: 25%;*/ 
		flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .ml-resource-container .ml-column-4 { 
        /*flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
		flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
	.ml-resource-container .ml-resource-quantity { 
        /*flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
		margin-left: 41.666667%;
		margin-top: -68px;
		padding-left: 8px;
    }
	.ml-resource-finish h4 {
		display: block;
	}
	.ml-resource-container h2 {
		padding-top: 0;
	}
	.ml-resource-quantity h4 {
		/*padding-bottom: 10px;*/
		padding-top: 0;
	}
	.ml-resource-finish {
		padding-left: 8px;
	}
	.ml-resource-container .ml-large-button {
		width: 75%;
	}
}

@media (min-width: 768px) {
	.ml-resource-container {
		padding: 0 42px;
	}
	.ml-resource-container .ml-column-1 { 
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
		position: relative;
		width: auto;
		height: auto;
		right: auto;
		top: auto;
		padding: 0 13px 0 12px;
		background-color: #FFF;
    }
    .ml-resource-container .ml-column-3 { 
        flex: 0 0 25%;
        max-width: 25%; 
    }
    .ml-resource-container .ml-column-4 { 
        flex: 0 0 33.333333%;
        max-width: 33.333333%; 
    }
	.ml-resource-container .ml-resource-quantity { 
		margin-left: 0;
		margin-top: 0;
    }
	.ml-resource-quantity h4 {
		padding-bottom: 36px;
	}
}

@media (min-width: 1024px) {
	.ml-resource-finish {
		padding-left: 42px;
	}
	.ml-resource-container .ml-large-button {
		display: none;
	}
}

@media (min-width: 1366px) {
	/*.ml-resource-container .ml-grid .ml-column-3 { 
        flex: 0 0 25%!important;
        max-width: 25%!important; 
    }*/

}

@media (min-width: 1512px) {
  
}

/* 12. RESOURCES PAGES - REQUEST PANEL
==================================================================================================================================== */

#request-panel-container {
	position: fixed;
	bottom: 0;
	right: 42px;
	width: 100%;
	max-width: 568px;
	z-index: 10;
	background-color: #EAEAEA;
	height: 81px;
	
	display: none;
}

#request-panel {
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 45px;
}

#request-panel h3 {
	font-size: 15px;
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	color: #282828;
}

#request-panel a {
	font-size: 15px;
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	color: #282828;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: color 200ms ease-in-out;
}

#request-panel a span {
	width: 41px;
	height: 41px;
	margin-left: 10px;
}

#request-panel a span svg circle,
#request-panel a span svg path,
#request-panel a span svg line {
    transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
}

#request-panel a:hover {
	color: #FF6D15;
}

#request-panel a:hover span svg circle {
	fill: #FFF;
}

#request-panel a:hover span svg line,
#request-panel a:hover span svg path {
	/*fill: #FFF;*/
	stroke: #FF6D15;
}

@media (min-width: 1024px) {
	#request-panel-container {
		display: block;
	}
}

/* 12. RESOURCES PAGES - SAMPLE ORDERING
==================================================================================================================================== */

/*.ml-resource-ordering .column {
	padding-left: 44px;
	padding-right: 44px;
}*/

/*.ml-resource-ordering h2,
.ml-resource-ordering form {
	padding: 0 44px;
}*/

.ml-resource-ordering h2,
.ml-resource-ordering form,
.ml-confirmation-column h3,
.ml-confirmation-column h4 {
	padding-left: 8px;
	padding-right: 8px;
}
.ml-confirmation-column p {
	margin: 0 8px;
}

.ml-resource-ordering .ml-row .ml-column-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

.ml-resource-ordering h2,
.ml-resource-ordering h3 {
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
	color: #282828;
}

.ml-resource-ordering h2 {
	font-size: 28px;
	line-height: 110%;
	padding-top: 0;
}

.ml-resource-ordering h3 {
	font-size: 20px;
	padding-top: 27px; /*30PX SPACE*/
}

/*.ml-resource-ordering h3:not(:first-of-type) {
	padding-top: 85px;
}*/

.ml-resource-ordering form {
	display: flex;
	flex-flow: row wrap;
	padding-top: 60px!important; /*74PX SPACE*/
}

.ml-resource-ordering form h3 {
	padding-top: 76px; /*80PX SPACE*/
	padding-bottom: 19px; /*50PX SPACE*/
}

.ml-resource-ordering form h3:first-of-type {
	padding-top: 0;
}

.ml-resource-ordering form .input {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	margin-top: 23px;
}

.ml-resource-ordering form .input input {
	padding-bottom: 19px;
	color: #A6A6A6;
	font-size: 15px;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #F3F3F3;
}

.ml-resource-ordering form .input input::placeholder {
    color: #A6A6A6;
    opacity: 1; /* FIREFOX */
}

.ml-resource-ordering form .input input:-ms-input-placeholder { /* IE 10-11 */
    color: #A6A6A6;
}

.ml-resource-ordering form .input input::-ms-input-placeholder { /* MICROSOFT EDGE */
    color: #A6A6A6;
}

.ml-button-container {
	display: flex;
	margin-top: 42px; /*40PX SPACE*/
	margin-bottom: 65px; /*90PX SPACE*/
	padding-left: 8px;
}

.ml-resource-ordering button {
    /*background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;*/
    cursor: pointer;
    outline: inherit;
}

.ml-resource-ordering .ml-large-button {
	display: flex;
	width: 200px;
	margin-top: 0;
	/*margin-top: 72px; 70PX SPACE*/
	/*margin-left: 44px;*/
}

.ml-resource-ordering .ml-button-amend {
	width: 150px;
	margin-right: 20px;
	margin-top: 0;
}

.ml-summary-column > div {
	margin-top: 33px;
	padding: 0 8px 47px 8px;
	background-color: #F3F3F3;
	/*margin-right: 44px;*/
	margin-bottom: 30px;
}

/*.ml-summary-column > div > div {
	display: flex;
	justify-content: space-between;
}*/

.ml-summary-column table, 
.ml-summary-column tr, 
.ml-summary-column td {
	margin: 0px;
	padding: 0px;
}

.ml-summary-column table {
	border-collapse: collapse;
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	color: #282828;
	width: 100%;
	/*margin-bottom: 54px; 85PX SPACE*/
}

.ml-summary-column table th,
.ml-summary-column table td {
	text-align: right;
}

.ml-summary-column table th:first-of-type,
.ml-summary-column table td:first-of-type {
	width: 75%;
	text-align: left;
}

.ml-summary-column table th,
.ml-summary-column table tfoot td {
	font-family: "Camber-Medium", helvetica;
	font-weight: 500;
}

.ml-summary-column table th {
	font-size: 18px;
	padding: 27px 8px 20px 8px;
}

.ml-summary-column table td {
	font-size: 15px;
	border: 1px solid #EAEAEA;
	padding: 28px 8px;
} 

.ml-summary-column table td span {
	font-size: 15px;
	color: #A6A6A6;
}

.ml-summary-column > div > h3 {
	padding: 81px 8px 17px 8px!important; /*85PX SPACE*/
}

.ml-summary-accordion {
	border-top: 1px solid #EAEAEA;
	/*border-bottom: 1px solid #000;*/
	/*padding: 24px 18px;*/
}

.ml-summary-accordion:last-of-type {
	border-bottom: 1px solid #EAEAEA;
}

.ml-summary-accordion h3 {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	padding: 24px 8px;
}

.ml-summary-accordion h3 span {
	display: flex;
	align-items: center;
	transform-origin: center center;
	transform-box: fill-box;
	transition: transform 200ms ease-in-out;
	/*display: inline-block;*/
}

.ml-summary-accordion h3 span svg {
	/*transform-box: fill-box;*/
	/*transform-origin: center center;*/
	/*transition: transform 200ms ease-in-out;*/
	height: 25px;
	width: 25px;
}

.ml-summary-accordion p {
	font-size: 15px;
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	color: #282828;
	padding: 0 8px 23px 8px;
}

.ml-summary-accordion p:last-of-type {
	padding-bottom: 27px;
}

.ml-summary-accordion h3 span svg circle {
	/*fill: #282828;*/
	fill: #F3F3F3;
	stroke: #EAEAEA;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
}

.ml-summary-accordion h3:hover span svg circle {
	fill: #282828;
	stroke: #282828;
}

.ml-summary-accordion h3 span svg polyline {
	fill: none;
	stroke: #282828;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 200ms ease-in-out;
}

.ml-summary-accordion h3:hover span svg polyline {
	stroke: #FFF;
}

h3.ml-active-accordion span svg circle {
	fill: #282828;
	stroke: #282828;
}

h3.ml-active-accordion span svg polyline {
	stroke: #FFF;
}

.ml-accordion-arrow {
	transform: rotate(180deg);
}

.ml-summary-accordion-items {
	display: none;
}

.ml-confirmation-column h3 {
	padding-top: 45px; /*58PX SPACE*/
}

.ml-confirmation-column h4 {
	padding-top: 29px; /*38PX SPACE*/
	padding-bottom: 22px; /*30PX SPACE*/
}

.ml-confirmation-column p,
.ml-confirmation-column p a {
	font-family: "Camber-Light", helvetica;
	font-weight: 300;
	color: #282828;
}

.ml-confirmation-column p:last-of-type {
	padding-bottom: 79px; /*90PX SPACE*/
}

.ml-confirmation-column p a {
	transition: color 200ms ease-in-out;
}

.ml-confirmation-column p a:hover {
	color: #FF6D15; 
}

.ml-confirmation-column .ml-button-container {
	display: none; 
}


@media (min-width: 568px) {
	.ml-resource-ordering h2,
	.ml-resource-ordering form,
	.ml-confirmation-column h3,
	.ml-confirmation-column h4 {
		padding-left: 16px;
		padding-right: 16px;
	}
	.ml-summary-column > div {
		padding: 0 16px 47px 16px;
	}
	.ml-summary-column table th {
		font-size: 20px;
		padding: 27px 18px 20px 18px;
	}
	.ml-summary-column table td {
		padding: 28px 18px;
	}
	.ml-summary-column > div > h3 {
		padding: 81px 18px 17px 18px!important; /*85PX SPACE*/
	}
	.ml-summary-accordion h3 {
		padding: 24px 18px;
	}
	.ml-summary-accordion p {
		padding: 0 18px 23px 18px;
	}
	.ml-confirmation-column p {
		margin: 0 16px;
	}
	.ml-button-container {
		padding-left: 16px;
	}

}

@media (min-width: 768px) {
	.ml-resource-ordering h2,
	.ml-resource-ordering form,
	.ml-confirmation-column h3,
	.ml-confirmation-column h4 {
		padding-left: 0;
		padding-right: 0;
	}
	.ml-summary-column > div {
		padding: 0 26px 47px 26px;
	}
	.ml-confirmation-column p {
		margin: 0;
	}
	.ml-button-container {
		padding-left: 0px;
	}

}

@media (min-width: 1024px) {
	.ml-resource-ordering .ml-row .ml-column-6 { 
        flex: 0 0 50%;
        max-width: 50%;
    }
	.ml-resource-ordering form h3 {
		padding-top: 86px; /*90PX SPACE*/
	}
	.ml-resource-ordering form .input:nth-of-type(2),
	.ml-resource-ordering form .input:nth-of-type(3),
	.ml-resource-ordering form .input:nth-of-type(9),
	.ml-resource-ordering form .input:nth-of-type(10){
		width: 50%;
	}
	.ml-resource-ordering form .input:nth-of-type(2),
	.ml-resource-ordering form .input:nth-of-type(9) {
		padding-right: 12px;
	} 
	.ml-resource-ordering form .input:nth-of-type(3),
	.ml-resource-ordering form .input:nth-of-type(10) {
		padding-left: 12px;
	}
	.ml-button-container {
		margin-top: 72px; /*70PX SPACE*/
		margin-bottom: 0;
	}
	.ml-confirmation-column h3 {
		padding-top: 60px;
	}
	.ml-confirmation-column h4 {
		padding-top: 41px; /*50PX SPACE*/
		padding-bottom: 30px; /*38PX SPACE*/
	}
	.ml-confirmation-column p:last-of-type {
		padding-bottom: 59px; /*63PX SPACE*/
		border-bottom: 1px solid #EAEAEA;
	}
	.ml-confirmation-column .ml-button-container {
		display: block;
		margin-top: 52px; /*50PX SPACE*/ 
	}
}

@media (min-width: 1366px) {
	.ml-resource-ordering h2,
	.ml-resource-ordering form,
	.ml-confirmation-column h3,
	.ml-confirmation-column h4 {
		padding-left: 44px;
		padding-right: 44px;
	}
	.ml-button-container {
		padding-left: 44px;
	}
	.ml-confirmation-column p {
		margin: 0 44px;
	}
	.ml-summary-column > div {
		margin-right: 44px;
	}
}

@media (min-width: 1512px) {
  
}









@media (min-width: 568px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 1024px) {
    
}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {
  
}



#MaterialsOrderModuleStep1 {

z-index: 7;

}



.hidden {
	display: none;
}


.inPuterror {
    border: 2px solid #ff6d15 !important;
}



/*New Buttons*/

.ml-overlay-hyperlink-svg-enlarge-btn {
background-image: url('/images/materials/ml-enlarge-button.svg');
}
.ml-overlay-hyperlink-svg-enlarge-btn:hover {
background-image: url('/images/materials/ml-enlarge-button-orange.svg');
}
/*--*/
.ml-overlay-hyperlink-svg-download-btn {
background-image: url('/images/materials/ml-download-button.svg');
}
.ml-overlay-hyperlink-svg-download-btn:hover {
background-image: url('/images/materials/ml-download-button-orange.svg');
}
/*--*/
.ml-overlay-hyperlink-svg-add-to-basket-btn {
background-image: url('/images/materials/ml-add-to-basket-button.svg');
}
.ml-overlay-hyperlink-svg-add-to-basket-btn:hover {
background-image: url('/images/materials/ml-add-to-basket-button-orange.svg');
}
/*--*/
.ml-overlay-hyperlink-svg-basket-button-btn {
background-image: url('/images/materials/ml-basket-button.svg');
}
.ml-overlay-hyperlink-svg-basket-button-btn:hover {
background-image: url('/images/materials/ml-basket-button-orange.svg');
}
/*--*/



.delete-main-materials-category {

background-image: url('/assets/images/static/main/icons/icon_small_cross_@2.png');

}

.delete-main-materials-category:hover {

background-image: url('/assets/images/static/main/icons/icon_small_cross_white_@2.png');

}