<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--dark: #222943;
	--marine: #06386c;
  	--steel: #717d8d;
  	--pale-grey:#f0f2f5;
  	--background-grey: #F8F9FB;
  	--common-grey: #e5e9f1;
  	--disabled-text-gray: #B8BEC6;
  	--disabled-button-gray: #E2E6EB;
  	--light-periwinkle: #dee3ed;
  	--slate-grey: #586473;
  	--battleship-grey: #666f85;
  	--bluey-grey: #919eba;
  	--gunmetal: #414c5b;
  	--teal-blue: #049ead;
  	--indigo: #500099;
  	--brick: #cc2d1f;
  	--white: #ffffff;
  	--frog-green: #75af0a;
  	--faded-frog-green: #f2f7e6;
  	--light-khaki: #f0f4b3;
  	--khaki: #939d04;
  	--deep-turquoise: #006777;
  	--turquoise_blue: #14C0D9;
  	--peacock-blue: #0058AD;
  	--faded-orange: #ff983a;
  	--light-faded-orange: #fff4eb;
  	--navy-blue: #012850;
  	--ice-blue-32: #EDFAFC;
  	--pop-blue-1: #06386C;
  	--pop-blue-2: #0872AE;
  	--corporote-blue: #002855;
  	--white-white: #FFFFFF;
}

body {
    background-color: var(--background-grey) !important;
}

 
.checkmark-change, .white-row {
    background-color: white;
}

.in-iframe {
	max-width: 570px;
	margin: auto;
}

.tt-labelError {
	line-height: 16px !important;
}

p {
	line-height: 1.5 !important;
}
.xs-text {
	font-size: 12px;
}

.s-text {
	font-size: 14px;
}

.m-text {
	font-size: 16px;
}

.ml-text {
	font-size: 18px !important;
}

.l-text {
	font-size: 20px;
}

.xl-text {
	font-size: 22px;
}

.slightly-bold-text {
	font-weight: 600;
}

.bold-text {
	font-weight: bold;
}

.steel {
	color: var(--steel) !important;
}

.dark {
	color: var(--dark);
}

.white {
	color: white;
}

.marine {
	color: var(--marine);
}

@media (max-width: 570px) {
	.narrow-screen {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
}

.comtr-body {
	max-width:700px !important;
}

.right-grid {
	display: grid;
    grid-template-columns: auto fit-content(100%);
}

.left-grid {
	display: grid;
    grid-template-columns: fit-content(100%) auto;
    gap: 12px;
}

.teal-text {
	text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: var(--teal-blue);
}

.speed-text {
	font-size: 42px;
  	font-weight: 800;
  	color: var(--deep-turquoise);
}

.invoice-input-area {
	padding: 0 45px 10px 15px;
}

.btn-e2e, .btn-tarife {
	border-radius: 100px !important;
}

.btn-e2e {
	font-weight: bold !important;
	width: 100% !important;}

.btn-inactive-next {
	color: var(--disabled-text-gray) !important;
	background-color: var(--disabled-button-gray) !important;
}

.e2e-box {
	border: solid 1px var(--light-periwinkle);
	border-radius: 4px;
}

.info-box {
	padding: 20px 30px;
	background-color: var(--common-grey);
	margin-top: 32px;
}

.basic-box {
	padding:16px;
	background-color: var(--pale-grey);
	margin-bottom: 20px;
	margin-top: 16px;
}

.not-paper {
	width: 88px;
	height: 88px;
	background: transparent url(../img/e2e-digital-bill.svg) no-repeat 0 0;
}

.orange-info-box {
	padding: 16px;
	background-color: var(--light-faded-orange);
	border: solid 1px var(--faded-orange);
	border-left-width: 4px;
	border-radius: 4px;
	display: grid;
    grid-template-columns: 24px auto;
    gap: 8px;
    margin-bottom: 10px;
}

.orange-info {
	width: 24px;
	height: 24px;
	background: transparent url(../img/e2e-orange-info.svg) no-repeat 0 0;
}

.blue-info-box {
	padding: 16px;
	background-color: var(--ice-blue-32);
	border: solid 1px var(--turquoise_blue);
	border-left-width: 4px;
	border-radius: 4px;
	display: grid;
    grid-template-columns: 24px auto;
    gap: 8px;
    margin: 0px 20px 10px 20px;
}

.blue-info {
	width: 24px;
	height: 24px;
	background: transparent url(../img/e2e-blue-info.svg) no-repeat 0 0;
}

.speed-box {
	border-radius: 8px;
	padding: 20px;
	background-color: var(--faded-frog-green);
	display: grid;
	grid-template-columns: 96px auto;
    gap: 8px;
    margin-bottom: 32px;
}

.speed-wifi {
	width: 60px;
	height: 60px;
	background: transparent url(../img/e2e-wifi.svg) no-repeat 0 0;
	margin: auto;
}

.speed-text-area {
	display: grid;
}

.dark-title {
	color: var(--dark);
	font-size: 20px;
	font-weight: bold;
}

.month-info-box {
	padding: 4px 16px;
  	border-radius: 20px;
  	background-color: var(--light-khaki);
  	font-size: 14px;
  	font-weight: 600;
  	color: var(--khaki);
  	display: inline-block;
}

.month-arrow {
	width: 46px;
	height: 46px;
	cursor: pointer;
	margin-right: 16px;
}
.month-arrow-dark {
	background: transparent url(../img/e2e-arrow-dark.svg) no-repeat 0 0;
}

.month-arrow-light {
	background: transparent url(../img/e2e-arrow-light.svg) no-repeat 0 0;
}

.speed-options {
	color: var(--faded-orange);
	font-weight: bold;
}

.campaign-box {
	display: grid;
  	gap: 30px;
  	margin-bottom: 20px;
}

.campaign-box-no-header {
	grid-template-columns: 270px auto;
}

.campaign-box-with-header {
	grid-template-columns: 180px auto;
}

.tarife-box {
	border-radius: 8px;
  	background-color: var(--white);
  	margin-bottom: 20px;
	position: relative;
}

.tarife-box-with-header {
	padding: 32px 40px;
}

.tarife-box-no-header {
	padding: 32px 50px;
}

.tarife-foto {
	border-radius: 8px;
}

.tarife-foto-no-header {
	width: 270px;
	height: 270px;
}

.tarife-foto-with-header {
	width: 180px;
	height: 180px;
}

.tarife {
	display: grid;
	align-items: center;
}

.tarife-akerdeon {
	display: flex;
	justify-content: flex-start;
	row-gap: 30px;
	column-gap: 77px;
	flex-wrap: wrap;
}

.tarife-info &gt; * {
	margin-bottom: 12px;
}

.campaign-bottom {
	display: grid;
	grid-template-columns: 170px auto;
	gap: 20px;
}

.btn-tarife {
	border-radius: 	4px;
	font-size: 16px;
	line-height: 44px;
    font-weight: 600;
    width: 100%;
}

.btn-tarife-closed {
	background-color: var(--marine);
	color: white;
}

.btn-tarife-opened {
	background-color: white;
	color: var(--marine);
	border: solid 1px var(--marine);
}

.tarife-akerdeon .package-container {
	box-shadow: 0 0px 40px 0 var(--light-periwinkle);
    border-radius: 8px;
    position: relative;
    width: 270px;
    background-size: cover;
    background-repeat: no-repeat;
}

.package-box {
	text-align: center;
/*  	background-image: linear-gradient(133deg, var(--deep-turquoise), #00a0af 100%); */
 	height: 248px;
 	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: grid;
    padding-top: 48px;
}

.package-name {
	font-size: 36px;
	font-weight: 800;
}

.package-price-box {
/* 	background-color: white; */
	height: 97px;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prices-container {
	padding-left: 16px;
}

.prices {
	display: flex;
	gap: 20px;
}

.package-commitment {
	font-size: 12px;
	font-weight: 800;
	color: var(--peacock-blue);
}

.dynamic-alt {
	font-weight: 600;
}

.ek-faydalar {
	grid-column: 2/3;
}

.sale-package, .campaign-info, .gift-select, .dropdown-area, #no-campaign {
	display: none;
}

.gift-select {
	margin-top: 20px;
}

.fayda-title {
	font-size: 16px;
	font-weight: bold;
	color: var(--dark);
}

.fayda-badges {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
    column-gap: 8px;
}

.ek-fayda {
	border-radius: 24px;
	background-color: var(--pale-grey);
	padding: 12px 24px;
}

.campaign-info {
	grid-column: 2/3;
}

.info-grid {
	display:flex;
    gap: 7px;
    margin-top: 20px;
}

.info-icon {
	/* background: transparent url(../img/e2e-info.svg) no-repeat 0 0;	 */
	width: 18px;
	height: 18px;
	align-self: center;
}

.indigo-box {
	border-radius: 0px 26px 0px 100px;
	padding: 5px 16px 5px 20px;
/*   	background-color: var(--indigo); */
  	font-weight: 800;
  	position: absolute;
  	right: 0px;
  	color: black;
  	font-size: 12px;
}

.e2e-line {
	height: 1px;
    border: none;
}

.package-line {
	background-color: white;
	opacity: 0.25;
	margin: 0px;
}

.tarife-line {
	background-color: var(--light-periwinkle);
}
    
.e2e-header-inner-container {
    display: inline-flex;
    width: 100%;
}

.above {
	margin-top: 10px;
}

.button-container {
	margin-top: 32px;
	margin-bottom: 32px !important;
}

.tarife-container {
  	border-radius: 8px;
  	background-image: linear-gradient(217deg, var(--deep-turquoise) 10%, #00a0af);
  	margin-top: 32px;
}

.tarife-container-no-header {
	padding: 50px;
}

.tarife-container-with-header {
	padding: 32px;
}

.e2e-select {
	width: 100% !important;
}

.dropdown-area {
	text-align: center;
	margin-top: 24px;
}

.dropdown-area &gt; * {
	margin-top: 20px;
}

.dropdown-container {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.tt-radio .checkmark::after {
	top: 0px !important;
  	left: 0px !important;
  	width: 100% !important;
  	height: 100% !important;
  	border: solid 3px white !important;
}

@media (min-width: 780px) {
	.btn-tarife {
		max-width: 170px;
	}
	
	.btn-campaign {
		max-width: 570px;
    	margin-left: 0px !important;
    	float: none;
	}
}

@media (max-width: 780px) {
	.tarife-akerdeon {
		flex-wrap: nowrap;
		gap: 12px;
	}
	
	.tarife-container-with-header, .tarife-container-no-header {
		padding: 16px;
	}
	
	.tarife-box-with-header, .tarife-box-no-header {
		padding: 0px;
	}
	
	.campaign-box {
		gap: 20px;
		padding: 20px 16px 0px 16px;
	}
	
	.campaign-bottom {
		grid-template-columns: none;
		gap: 20px;
	}
	
	.btn-tarife-closed {
		margin-bottom: 16px;
	}
	
	.dropdown-area {
		padding: 0px 16px 20px;
	}
	
	.campaign-box-no-header, .campaign-box-with-header {
		grid-template-columns: none;
	}
	.tarife-foto-with-header, .tarife-foto-no-header {
		width: 160px;
		height: 160px;
	}
	
	.ek-faydalar {
		grid-column: auto;
	}
	
	.ek-fayda {
		margin-right: 7px;
		flex-grow: 0;
    	flex-shrink: 0;
	}
	
	.fayda-badges {
		flex-wrap: nowrap;
    	height: 48px;
    	overflow: auto;
	}
	
	.sale-package {
		overflow-x: scroll;
		padding-bottom: 16px;
    	padding-left: 16px;
    	border-bottom-left-radius: 8px;
  		border-bottom-right-radius: 8px;
	}
	
	.campaign-info {
		grid-column: auto;
	}
	
	.speed-box {
		display: block;
	}
	
	.speed-wifi {
		display: none;
	}
}

.prefix {
	position: absolute;
	display: none;
	top: 28.5px;
	left: 31px;
	font-size: 16px;
	color: var(--dark);
	line-height: 15px;
}

.e2e-floating-label {
    display: block;
    position: absolute;
    pointer-events: none;
    color: var(--steel) !important;
    font-size: 14px !important;
    font-weight: normal;
    left: 32px;
    top: 16px;
    line-height: 1.5 !important;
    letter-spacing: 0.4px;
    transition: 0.2s ease all;     
}

.e2e-floating-label-top {
    top: 8px;
    font-size: 12px !important;
}

.floating-input {
    padding: 24px 4px 8px 16px !important;
    color: var(--dark) !important;
    border: solid 1px var(--light-periwinkle) !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-radius: 4px !important;
}

.e2e-combo-floating-label {
	position: absolute;
	top: 8px !important;
    color: var(--steel);
    font-size: 12px;
    line-height: normal;
}

.e2e-combo-floating-input {
	margin-top: 9px !important;
}

.left-block-input {
	position: relative;
}

.left-block {
	position:absolute;
	right: 16px;
	top: 1px;
	width: 94px;
	height:54px;
	border-left: solid 1px var(--light-periwinkle);
	text-align: center;
	font-family: Mulish;
	background-color: white;
	display: flex;
    justify-content: center;
    align-items: center;
}

.left-block-valid {
	width: 56px;
	background-color: var(--faded-frog-green);
}

.left-block-text {
	display: inline-block;
}

.otp-timer {
    color: var(--battleship-grey);
    font-weight: 600;
}

.resend-block {
	text-align: center;
	display: none;
	margin-top: 17px;
	margin-bottom: 17px;
}

.wrong-code {
	font-family: Mulish;
  	font-size: 12px;
  	line-height: 1.5 !important;
  	color: var(--brick);
  	display: none;
  	height: inherit !important
}

.wrong-input {
	border-bottom: 3px solid var(--brick) !important;
}


.wrong-input-text {
	color:var(--brick) !important;
}

.verified-input {
	background-color:var(--faded-frog-green) !important;
	width: 136px;
}

.verified-checkmark {
	display: none;
	width: 24px;
	height: 24px;
	background:transparent url(../../_e2eSaleAssets/img/e2e-icon-checkmark.svg) no-repeat 0 0;
	background-size: contain;
}

.verified-text {
	display: none;
	color: var(--frog-green);
	font-weight: 600;
	font-size: 16px;
	margin-left: 4px;
}

.warning-verification {
	width: 24px;
	height: 24px;
	background:transparent url(../../_assets/img/status-warning.png) no-repeat 0 0;
	background-size: contain;
}

#loadingBox {
	display: none;
	position: fixed !important;
	z-index: 9999;
	left: calc(50% - 64px);
}
#loadingBoxMask {
	position: fixed !important;
	display: none;
	background: #FFFFFF!important;
}

/* SeÃ§ilen Kampanya */

div.nopbtm span:last-child:before{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		margin-bottom: -2px;
		border-width: 8px 8px 8px 14px;
		border-color: transparent transparent transparent #14b8ca;
		line-height: 0px;
		_border-color: #000000 #000000 #000000 #002854;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		display: inline-block;
		margin-left: 0px;
	}
	.cname {
		font-size: 16px;
		line-height: 1.5;
		color: var(--dark);
	}


/* DROPWDOWN MENU */

.e2e-dropdown {
	position: relative;
}

.e2e-dropdown select {
	display: none;
}

.head-container {
	position:relative;
	cursor: pointer;
	padding-right: 10px;
}

.dropdown-head {
	font-family: Mulish;
  	font-size: 24px;
  	line-height: 1.25;
    color: var(--dark);
    font-weight: 600;
}

.header-arrow {
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7.5px solid var(--dark);
    width: 0;
  	height: 0;
  	position:absolute;
  	top: 9px;
}

.arrow-up {
	border-bottom: 7.5px solid var(--dark);
    border-top: none;
}

.items {
	position:absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index:100;
	background-color: var(--white);
	border-radius: 4px;
  	border: solid 1px var(--light-periwinkle);
  	max-height: 420px;
  	width: fit-content;
  	overflow: auto;
  	margin-top: 12px;
}

.item {
	font-size: 16px;
	line-height: 1.38;
	color: var(--dark);
}

.item-container {
	display: grid;
    grid-template-columns: auto fit-content(100%);
    align-items: center;
    border-bottom: solid 1px var(--light-periwinkle);
	padding:  21px 12px 21px 16px;
}

.current-step {
	background-color: var(--pale-grey);
}

.checked-step {
	background:transparent url(../img/e2e-icon-checkmark.svg) no-repeat 0 0;
	background-size: contain;
	height: 24px;
	width: 24px;
	margin-left: 16px;
}

.active-step {
	cursor: pointer;
}

.active-radio {
	border: 1px solid var(--teal-blue) !important;
}

.closed {
	display: none;
}
.search-glass {
	background:transparent url(../img/e2e-dropdown-search.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	width:24px;
	height: 24px;
	top: 28px;
	right: 20px;
}
        
@media (max-width: 420px) {
	.dropdown-head {
		font-size: 20px;
	}
	.above {
        font-size: 14px;
    }
    
    .items {
    	top: 105px;
    	left: -95px;
    }
}

.e2e-popup &gt; table &gt; tr:nth-child(1) &gt; td &gt; img {
    	height: 120px;
    	width: 120px;
	}
.e2e-popup table &gt; tr &gt; td {
	padding: 0px;
}

.e2e-popup#ZebraDialogId {
	border-radius: 4px 20px 4px 20px !important;
}

.e2e-popup .ZebraDialog_Buttons {
	background-color: transparent !important;
}

.e2e-pop-header {
	background-color: var(--pop-blue-1);
	background-image: linear-gradient(45deg, var(--pop-blue-1) 0%, var(--pop-blue-2) 100%);
	text-align: center;
	vertical-align: middle;
}

.e2e-pop-header-responsive {
	border-radius: 4px 20px 0px 0px;
}

.e2e-pop-header-desktop {
	border-radius: 0px 20px 4px 0px;
}

.e2e-popup .ZebraDialog_Body {
	padding: 0px !important;
}

.e2e-popup .ZebraDialog_Title{
	padding: 0px !important;
}

.e2e-popup .ZebraDialog_Buttons {
	width: auto !important;
}

.e2e-popup .ZebraDialog_Buttons a,.e2e-popup .ZebraDialog_Buttons a:hover {
	margin: 0px !important;
	display: block !important;
	border-radius: 100px !important;
	width: 100% !important;
	font-weight: 900 !important;
}

.e2e-popup-two-buttons .ZebraDialog_Buttons {
	display: flex;
}

.e2e-popup .ZebraDialog_Buttons a:hover {
	background-color: var(--corporote-blue) !important;
	color: white !important;
}

.e2e-popup-two-buttons a:first-child, .e2e-popup-two-buttons a:first-child:hover {
	background-color: white !important;
	border: solid 1px var(--corporote-blue);
	color: var(--corporote-blue) !important;
}

.e2e-popup-otp .ZebraDialog_Body .row {
		margin-left: 0px;
		margin-right: 2px !important;
}


@media (min-width: 771px) {
	.e2e-popup .ZebraDialog_Title{
		margin: 32px 32px 16px 32px !important;
	}
	
	.e2e-popup .ZebraDialog_Body {
		margin: 0px 32px 24px!important;
	}
	
	.e2e-popup .ZebraDialog_Buttons {
		margin: 0px 32px 32px 32px;
	}
	
	.e2e-popup-two-buttons .ZebraDialog_Buttons {
		flex-direction: row;
		gap: 20px;
	}
	
	.e2e-popup#ZebraDialogId {
		max-width: 740px !important
	}
	
	.e2e-pop-header-desktop {
		width: 210px;
	}
	
	
}

@media (max-width: 770px) {
	.e2e-popup .ZebraDialog_Title{
		margin: 24px 12px 12px !important;
		text-align: center;
	}
	.e2e-popup .ZebraDialog_Body {
		margin: 0px 12px 24px!important;
		text-align: center;
	}
	
	.e2e-popup .ZebraDialog_Buttons {
		margin: 0px 12px 24px 12px;
	}
	
	.e2e-popup-two-buttons .ZebraDialog_Buttons {
		flex-direction: column;
		gap: 20px;
	}
}

/* Combo-Box*/

.select2-selection__placeholder {
	color: var(--steel) !important;
	font-size: 14px !important;
	letter-spacing: 0.4px;
	margin-top: -9px !important;
}

.select2-search__field {
	background: unset !important;
	border-radius: 4px !important;
  	border: solid 1px var(--light-periwinkle) !important;
}

.select2-search {
	padding: 12px 12px 0 12px;
}

.select2-results {
	padding-left: 0px !important;
}

.select2-results__option {
	color: var(--slate-grey) !important;
	font-size: 16px !important;
	padding-top:16px !important;
	padding-bottom: 16px !important;
	border-bottom: solid 1px var(--light-periwinkle) !important;
	padding-left: 12px !important;
}

.select2-selection--single {
	font-weight: normal !important;
	background-color: white !important;
}

.select2-dropdown--below {
	top:-56px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--dark) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: var(--slate-grey) !important;
	background-color: var(--pale-grey) !important;
}

.select2-container--default .select2-results &gt; .select2-results__options {
	max-height: 250px !important;
}

.select2-selection .select2-selection--single {
	font-weight: normal !important;
}

.white-box {
	border-radius: 4px;
	background: var(--white-white);
	box-shadow: 0px 2px 12px 6px rgba(88, 100, 115, 0.07) !important;
	border: solid 1px var(--white-white);
	width: auto;
	padding: 20px 16px;
	align-items: flex-start;
	gap: 20px;
	margin: 10px 0px;
}

.Courier-address {
	overflow-wrap: break-word;
}


.ek-bilgiler-area {
	height: 66px;
	background: white;
	position: relative;
}

.ek-bilgiler-collapse {
	overflow: hidden;
	scrollbar-width: thin;
  	max-height: 0px;
  	transition: 0.5s;
}

.ek-bilgiler-expanded .ek-bilgiler-collapse {
	max-height: 200px;
	animation: hide-scroll 0.5s backwards;
	overflow: auto;
}

.ek-bilgiler-collapse ul li {
	display: grid;
  	gap: 10px;
  	grid-template-columns: fit-content(100%) auto;
}

.ek-bilgiler-collapse ul li:not(:last-child) {
	margin-bottom: 8px;
}

.ek-bilgiler-collapse-item {
	width: 6px;
	height: 6px;
	background-color: var(--peacock-blue);
	border-radius: 50%;
	margin-top: 5px;
}

.ek-bilgiler-expanded {
	top: -200px !important;
	background-color: white;
}

.ek-bilgiler-container {
	position: absolute;
  	top: 0px;
  	width: 100%;
  	bottom: 0px;
  	color: var(--battleship-grey);
  	padding: 21px 16px 11px;
  	border-bottom: solid 1px var(--light-periwinkle);
  	transition: 0.5s;
  	background: white;
}

.ek-bilgiler-arrow {
	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-bottom: 7.5px solid var(--bluey-grey);
  	width: 0;
  	height: 0;
}

.ek-bilgiler-arrow-down {
	border-bottom: none;
	border-top: 7.5px solid var(--bluey-grey);
}

.ek-bilgiler-box {
	display: flex;
  	padding-bottom: 11px;
  	justify-content: space-between;
  	align-items: center;
}

.product-foto {
	width: 65px;
	height: 65px;
}

.product-foto &gt; img {
	border-radius: 4px;
	width: 60px;
	height: 60px;
}

#product-title {
	margin-bottom: 5px;
}

.product-text {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
}

.box-arrow {
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid var(--teal-blue);
    height: 12px;
    margin-top: 6px;
}

.product-name {
	margin-bottom: 12px;
}

.product-title {
	text-align:left;
	font-weight: 600;
}


@media only screen and (max-height: 650px) {
	.e2e-address-popup .e2e-pop-header-responsive img{
		width: 80px !important;
		height: 80px !important;
	}

	.e2e-address-popup .ZebraDialog_Title{
		margin: 5px 12px 5px !important;
	}

	.e2e-address-popup .ZebraDialog_Body {
		margin: 0px 12px 0px !important;
	}

	.e2e-address-popup a:first-child, .e2e-address-popup a:first-child:hover,
	.e2e-address-popup a:nth-child(2), .e2e-address-popup a:nth-child(2):hover {
		padding-top: 0px;
		line-height: 30px !important;
	}
}</pre></body></html>