/* CV2 header account dropdown + favorites drawer — staging only. 2026-08-17 */
/* Isolated: does not restyle cart drawer, search overlay, or prefs drawer. */

.cv2-account-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: right;
	overflow: visible;
	z-index: 6;
}
.cv2-account-wrap > .cv2-header-icon {
	float: none;
	margin: 0;
}
.cv2-account-wrap.is-open {
	z-index: 40;
}

/* Restore header slot after wrapping the account icon (prefs.css uses > child selectors). */
@media only screen and (max-width: 800px) {
	body:not(.cv2-page) .webstore-header-container > .cv2-account-wrap {
		float: none;
		flex: 0 0 auto;
		order: 4;
		width: 36px;
		height: 36px;
		margin: 0;
		position: relative;
		overflow: visible;
	}
	body:not(.cv2-page) .webstore-header-container > .cv2-account-wrap > .cv2-header-icon {
		float: none;
		width: 36px;
		height: 36px;
		margin: 0;
		position: relative;
		overflow: visible;
		color: #fff !important;
	}
	body:not(.cv2-page) .webstore-header-container > .cv2-account-wrap > .cv2-header-icon svg {
		width: 32px;
		height: 32px;
	}
	body:not(.cv2-page) .webstore-header-container > .cv2-account-wrap .cv2-header-alert-pill {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -4px;
		right: -4px;
		width: 16px;
		min-width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		border-radius: 50%;
		background: #F08E1A;
		color: black !important;
		font-size: 14px;
		font-family: serif;
		font-weight: 800;
		line-height: 1;
		z-index: 3;
	}
}

@media only screen and (min-width: 801px) {
	body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap {
		float: right;
		margin: 10px 0 0 16px !important;
		border: 0 !important;
		width: 40px;
		height: 40px;
	}
	body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap > .cv2-header-icon {
		width: 40px;
		height: 40px;
		margin: 0;
		color: #fff !important;
		opacity: 1;
		background: transparent !important;
		border: 0 !important;
		border-left: 0 !important;
		position: relative !important;
		overflow: visible !important;
	}
	body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap > .cv2-header-icon svg,
	body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap > .cv2-header-icon .cv2-ic-user {
		width: 30px !important;
		height: 30px !important;
		color: #fff !important;
		stroke: #fff !important;
		fill: none !important;
	}
	body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap .cv2-header-alert-pill {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -4px;
		right: -4px;
		width: 16px;
		min-width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		border-radius: 50%;
		background: #F08E1A;
		color: black !important;
		font-size: 14px;
		font-family: serif;
		font-weight: 800;
		line-height: 1;
		z-index: 3;
	}
}

/* ----- Account dropdown ----- */
.cv2-acc-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 248px;
	padding: 8px 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(27, 21, 25, .14), 0 0 0 1px rgba(27, 21, 25, .06);
	z-index: 80;
	display: none;
	font-family: Manrope, Lato, Arial, sans-serif;
}
.cv2-account-wrap.is-open .cv2-acc-menu { display: block; }
.cv2-acc-menu a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px 16px;
	color: #1b1519 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	text-decoration: none !important;
	white-space: nowrap;
}
.cv2-acc-menu a i {
	flex: 0 0 18px;
	width: 18px;
	text-align: center;
	font-size: 14px;
	color: #7B1224;
}
.cv2-acc-menu__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	flex: none;
	color: #7B1224;
}
.cv2-acc-menu__ic svg {
	display: block;
	width: 16px;
	height: 16px;
}
.cv2-acc-menu__ic .fa {
	width: auto;
	margin: 0;
}

.cv2-acc-menu a.logout i { color: #7B1224; }
.cv2-acc-menu a:hover,
.cv2-acc-menu a:focus {
	background: #f7f3f5;
	color: #7B1224 !important;
}
.cv2-acc-menu a.logout { color: #7B1224 !important; }
.cv2-acc-menu__sep {
	height: 1px;
	margin: 6px 12px;
	background: #eee4e8;
	border: 0;
}

/* Alert pill next to orders item in account dropdown */
.cv2-acc-menu .cv2-header-alert-pill,
.cv2-acc-menu__alert {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	top: auto !important;
	right: auto !important;
	flex: 0 0 auto;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: 0 0 0 2px;
	padding: 0;
	border-radius: 50%;
	background: #F08E1A;
	color: #000 !important;
	font-size: 12px;
	font-family: serif;
	font-weight: 800;
	line-height: 1;
	box-shadow: none;
	z-index: auto;
}

/* Same pill in mobile login/account sheet rows */
.cv2-login-row .cv2-header-alert-pill,
.cv2-login-row .cv2-acc-menu__alert {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	flex: 0 0 auto;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: 0 0 0 6px;
	padding: 0;
	border-radius: 50%;
	background: #F08E1A;
	color: #000 !important;
	font-size: 12px;
	font-family: serif;
	font-weight: 800;
	line-height: 1;
}


/* ----- Favorites drawer ----- */
.cv2-fav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 10020;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 320ms ease-in-out, visibility 320ms ease-in-out;
}
.cv2-fav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 400px;
    max-width: 92vw;
    padding: 0 22px 28px;
    box-sizing: border-box;
    height: 100%;
    background: #f7f3ef;
    z-index: 10021;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 320ms ease-in-out, visibility 320ms ease-in-out, opacity 220ms ease-in-out;
    box-shadow: -18px 0 40px rgba(24, 18, 22, .16);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: Manrope, Lato, Arial, sans-serif;
    color: #1b1519;
}
body.cv2-fav-open { overflow: hidden; }
body.cv2-fav-open .cv2-fav-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.cv2-fav-open .cv2-fav-drawer {
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
	.cv2-fav-overlay,
	.cv2-fav-drawer { transition: none !important; }
}

.cv2-fav-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 0 0 auto;
    padding: 22px 0 18px;
    border-bottom: 1px solid #ece5e9;
    background: #fff;
    color: #1b1519;
    position: sticky;
    top: 0;
    z-index: 5;
    box-sizing: border-box;
}
.cv2-fav-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 0 0 auto;
    padding: 22px 0 18px;
    border-bottom: 1px solid #ece5e9;
    background: none;
    color: #1b1519;
    position: sticky;
    top: 0;
    z-index: 5;
    box-sizing: border-box;
}
.cv2-fav-drawer__head h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	color: #1b1519 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}
.cv2-fav-drawer__close {
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	flex: 0 0 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1b1519;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cv2-fav-drawer__close i,
.cv2-fav-drawer__close .fa {
	font-size: 20px;
	line-height: 38px;
	width: auto;
	height: auto;
	display: inline-block;
}
.cv2-fav-drawer__close:hover { color: #9f0049; background: transparent; }

.cv2-fav-drawer__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 5px;
}
.cv2-fav-drawer__foot {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 16px calc(14px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #eee4e8;
	background: #fff;
}
.cv2-fav-create {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 10px;
	background: #9d0048;
	color: #fff;
	font: 700 14px/1 Manrope, Lato, Arial, sans-serif;
	cursor: pointer;
}
.cv2-fav-create:hover { background: #7B1224; }
.cv2-fav-viewall {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #eadbe3;
	border-radius: 10px;
	background: #fff;
	color: #7B1224 !important;
	font: 700 14px/1 Manrope, Lato, Arial, sans-serif;
	text-decoration: none !important;
}
.cv2-fav-viewall:hover { background: #f7f3f5; }

.cv2-fav-status {
	padding: 22px 8px;
	color: #64748b;
	font: 500 14px/1.4 Manrope, Lato, Arial, sans-serif;
	text-align: center;
}

/* Accordion over existing account-favorites markup */
.cv2-fav-drawer .account-favorites-shell {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cv2-fav-drawer .account-favorites-list-card {
	padding: 0;
	border: 1px solid #eee4e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
}
.cv2-fav-drawer .account-favorites-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 12px 12px 12px 14px;
	cursor: pointer;
}
.cv2-fav-drawer .account-favorites-list-heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}
.cv2-fav-drawer .account-favorites-list-heading h3 {
	margin: 0;
	font: 700 15px/1.25 Manrope, Lato, Arial, sans-serif;
	color: #1b1519;
}
.cv2-fav-drawer .account-favorites-list-heading span {
	font: 500 12px/1.3 Manrope, Lato, Arial, sans-serif;
	color: #64748b;
}
.cv2-fav-drawer .account-favorites-list-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}
.cv2-fav-drawer .js-favorites-list-rename,
.cv2-fav-drawer .js-favorites-list-delete { display: none !important; }
.cv2-fav-drawer .js-favorites-list-add-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 32px;
	padding: 0 10px;
	border-radius: 8px;
	border: 0;
	background: #9d0048;
	color: #fff;
	font: 700 11px/1 Manrope, Lato, Arial, sans-serif;
	cursor: pointer;
	white-space: nowrap;
}
.cv2-fav-drawer .js-favorites-list-add-all:hover { background: #7B1224; }
.cv2-fav-drawer .js-favorites-list-add-all i { display: none; }
.cv2-fav-chev {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-left: 4px;
	border-right: 2px solid #7B1224;
	border-bottom: 2px solid #7B1224;
	transform: rotate(45deg);
	transition: transform 180ms ease;
}
.cv2-fav-drawer .account-favorites-list-card.is-open .cv2-fav-chev {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.cv2-fav-drawer .account-favorites-products,
.cv2-fav-drawer .account-favorites-empty-small {
	display: none;
	padding: 0 12px 12px;
	border-top: 1px solid #f1e8ec;
}
.cv2-fav-drawer .account-favorites-list-card.is-open .account-favorites-products,
.cv2-fav-drawer .account-favorites-list-card.is-open .account-favorites-empty-small {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.cv2-fav-drawer .account-favorites-empty,
.cv2-fav-drawer .account-favorites-empty-small {
	padding: 16px 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #64748b;
	font: 500 13px/1.4 Manrope, Lato, Arial, sans-serif;
	box-shadow: none;
}

/* Product rows → compact cart-ish */
.cv2-fav-drawer .account-favorites-product-row {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	grid-template-areas:
		"img copy actions"
		"img price actions";
	gap: 4px 10px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #f3eef1;
}
.cv2-fav-drawer .account-favorites-product-row:first-child { border-top: 0; padding-top: 10px; }
.cv2-fav-drawer .account-favorites-product-image {
	grid-area: img;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	border: 1px solid #eee4e8;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cv2-fav-drawer .account-favorites-product-image img {
	max-width: 54px;
	max-height: 54px;
	object-fit: contain;
}
.cv2-fav-drawer .account-favorites-product-copy {
	grid-area: copy;
	min-width: 0;
}
.cv2-fav-drawer .account-favorites-product-name {
	font: 600 14px/1.25 Manrope, Lato, Arial, sans-serif;
	color: #1b1519;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cv2-fav-drawer .account-favorites-product-ref {
	display: block;
	font: 500 12px/1.3 Manrope, Lato, Arial, sans-serif;
	color: #64748b;
}
.cv2-fav-drawer .account-favorites-product-price {
	grid-area: price;
	font: 700 14px/1 Lato, Manrope, Arial, sans-serif;
	color: #1b1519;
	white-space: nowrap;
}
.cv2-fav-drawer .account-favorites-product-actions {
	grid-area: actions;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}
.cv2-fav-drawer .account-favorites-product-actions .account-favorites-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	min-width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 8px;
	border: 1px solid #eadbe3;
	background: #fff;
	color: #7B1224;
	cursor: pointer;
}
.cv2-fav-drawer .account-favorites-product-actions .js-favorites-product-add-cart {
	background: #9d0048;
	border-color: #9d0048;
	color: #fff;
}
.cv2-fav-drawer .account-favorites-product-actions .account-favorites-action span { display: none; }
.cv2-fav-drawer .account-favorites-product-actions .account-favorites-action i { font-size: 14px; }
.cv2-fav-drawer .account-favorites-product-row.is-removing { opacity: .4; }

@media only screen and (max-width: 500px) {
	.cv2-fav-drawer {
		width: 100%;
		max-width: 100%;
		left: 0;
		right: 0;
		padding: 0 14px 20px;
		box-sizing: border-box;
	}
	.cv2-acc-menu {
		right: -8px;
		min-width: 220px;
	}
	.cv2-fav-drawer .account-favorites-list-header {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.cv2-fav-drawer .account-favorites-list-heading {
		min-width: 0;
		flex: 1 1 auto;
	}
	.cv2-fav-drawer .js-favorites-list-add-all {
		white-space: normal;
		max-width: 100%;
	}
	.cv2-fav-drawer .js-favorites-list-add-all span {
		max-width: none;
		overflow: visible;
		text-overflow: clip;
	}
	.cv2-fav-drawer .account-favorites-product-row {
		grid-template-columns: 56px minmax(0, 1fr);
		grid-template-areas:
			"img copy"
			"img price"
			"actions actions";
	}
	.cv2-fav-drawer .account-favorites-product-actions {
		flex-direction: row;
		justify-content: flex-end;
	}
}


/* Fav-pick sheet (catalog heart with options) — reuses qb sheet chrome */
.cv2-favpick-root .cv2-qb-cta[disabled] { opacity: .45; cursor: default; }
.cv2-favpick-lists { display: flex; flex-direction: column; gap: 0; }
.cv2-favpick-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 14px 4px;
	border-bottom: 1px solid #f1e8ec;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width: 100%;
	text-align: left;
	cursor: pointer;
	font: 600 15px/1.3 Manrope, Lato, Arial, sans-serif;
	color: #1b1519;
}
.cv2-favpick-item:last-child { border-bottom: 0; }
.cv2-favpick-item.is-on { color: #7B1224; }
.cv2-favpick-item__ico {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	color: #9d0048;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cv2-favpick-item__ico svg { display: block; }
.cv2-favpick-item__name { min-width: 0; flex: 1 1 auto; }
.cv2-favpick-item__check {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #eadbe3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	font-size: 12px;
}
.cv2-favpick-item.is-on .cv2-favpick-item__check {
	background: #9d0048;
	border-color: #9d0048;
	color: #fff;
}
.cv2-favpick-create {
	margin-top: 12px;
	display: flex;
	gap: 8px;
}
.cv2-favpick-create input {
	flex: 1 1 auto;
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid #eadbe3;
	border-radius: 10px;
	font: 500 14px/1 Manrope, Lato, Arial, sans-serif;
}
.cv2-favpick-create button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0 14px;
	border: 0;
	border-radius: 10px;
	background: #9d0048;
	color: #fff;
	font: 700 13px/1 Manrope, Lato, Arial, sans-serif;
	cursor: pointer;
}
.cv2-favpick-status {
	padding: 18px 8px;
	text-align: center;
	color: #64748b;
	font: 500 14px/1.4 Manrope, Lato, Arial, sans-serif;
}

.cv2-favpick-title {
	margin: 2px 16px 10px;
	padding: 0;
	font: 700 17px/1.25 Manrope, Lato, Arial, sans-serif;
	color: #1b1519;
	text-align: left;
}

.cv2-favpick-root.is-one-step .cv2-qb-progress { display: none !important; }
.cv2-favpick-root.is-one-step .cv2-qb-foot { display: none !important; }


@media (max-width: 1023px) {
	.cv2-account-wrap.is-open .cv2-acc-menu { display: none !important; }
}

/* Fav-pick sheet spacing = A minha conta */
.cv2-favpick-root .cv2-qb-sheet {
	background: #F7F2EC;
	padding: 26px 22px 16px;
	box-sizing: border-box;
}
.cv2-favpick-root .cv2-favpick-title {
	margin: 0 0 12px;
	padding: 0;
}
.cv2-favpick-root .cv2-qb-head {
	padding: 0 0 10px;
	gap: 12px;
}
.cv2-favpick-root .cv2-qb-head__img[src=""],
.cv2-favpick-root .cv2-qb-head__img:not([src]) {
	display: none;
}
.cv2-favpick-root .cv2-qb-progress {
	padding: 0 0 10px;
}
.cv2-favpick-root .cv2-qb-body {
	padding: 4px 0 8px;
}
.cv2-favpick-root .cv2-qb-foot {
	padding: 8px 0 0;
	background: transparent !important;
	border-top: 0 !important;
	box-shadow: none !important;
}
.cv2-favpick-root .cv2-qb-x {
	position: absolute;
	top: 16px;
	right: 12px;
	z-index: 2;
}
.cv2-favpick-root .cv2-favpick-title {
	padding-right: 44px;
}
@media (min-width: 501px) {
	.cv2-favpick-root .cv2-qb-sheet {
		padding: 28px 28px 18px;
		width: 440px;
		max-width: calc(100vw - 48px);
		border-radius: 24px;
	}
	.cv2-favpick-root .cv2-qb-x {
		top: 18px;
		right: 16px;
	}
}
.cv2-favpick-root .cv2-qb-cta[disabled],
.cv2-favpick-root .cv2-qb-cta:disabled {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}

.cv2-favpick-root.is-lists-step .cv2-qb-foot,
.cv2-favpick-root .cv2-qb-foot:has(.cv2-qb-cta[hidden]) {
	display: none !important;
}
.cv2-favpick-root.is-lists-step .cv2-qb-sheet {
	padding-bottom: 12px;
}
.cv2-favpick-root.is-lists-step .cv2-qb-body {
	padding-bottom: 4px;
}


/* mobile header: hamburger + logo + cart only */
@media only screen and (max-width: 800px) {
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-account-wrap,
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .cv2-header-icon--fav,
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .cv2-globe-btn {
		display: none !important;
	}
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .header-branding-link {
		flex: 1 1 auto !important;
		display: flex !important;
		justify-content: center !important;
		margin: 0 !important;
	}
	html body:not(.cv2-page) .header-wrapper.webstore-header-cupido .webstore-header-container > .shopcart-container {
		margin-left: auto !important;
	}
}


/* t1623-account-country-dd: dropdown país na área de conta (fora do checkout) */
#account_table_form,
#account_table_form .user_area_div,
#account_update,
#account_registration,
#account_table_form .cv2-field,
#account_table_form .floatl {
  overflow: visible !important;
}
#account_table_form .select2-container.cv2-country-s2 {
  width: 100% !important;
  display: block !important;
}
body .select2-dropdown.cv2-country-dd {
  z-index: 10061 !important;
}
