/* Checkout Colours */
.opc-progress-bar-item._active::before { background: #6593c4; border-color: #6593c4; }
.opc-progress-bar-item._active > span::before { background: #6593c4; border-color: #6593c4; }
.opc-progress-bar-item._active > span::after { border-color: #6593c4; }

/* Checkout Header */
.page-layout-checkout .header.content { padding: 0 0; }
.header-checkout-wrapper { padding: 8px 0; }
.header-checkout-flex { display: flex; align-items: center; justify-content: space-between;  }
.header-checkout-logo { display: inline-block; width: 120px; }
.header-checkout-logo .img {}
.header-checkout-contact .topcall { position: static; }

.page-header .header-checkout-flex a.logo  {
	display: inline-block; 
	width: 120px;
	position: static;
	margin: 0;
	max-width: inherit;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║ ####################################   DEVELOPMENT BREAKPOINTS   ##################################  ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */

/* MD */
@media (max-width: 991.98px) {
	.page-header .header-checkout-flex a.logo,
	.header-checkout-logo { display: inline-block; width: 100px; }
	.customer-account-login .page-main { padding-top: 20px; } 
	.header-checkout-contact .topcall { display: block; }
	
} /* @media -----------------------------------| width < 992px |-------------------------------------------*/
 
/* SM */
@media (max-width: 767.98px) {
	.page-header .header-checkout-flex a.logo,
	 .header-checkout-logo { display: inline-block; width: 64px; }.amquickview-hover { display: none !important; }
	

	
} /* @media -----------------------------------| width < 768px |-------------------------------------------*/

/* XS */
@media (max-width: 575.98px) a 
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  { font-size: 17px; }

/* ════════════════════════════════════════════╣     END    ╠════════════════════════════════════════════ */
@media screen and (min-width: 320px) and (max-width: 767.98px) and (orientation: landscape) { }
/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                                 ¡ NO STYLES BELOW THIS LINE PLEASE !                                 ║ */
