/*==========================*/
/*===Import Font Family===*/
/*==========================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');

/* In 2024 New Banner Release for specific time period  */
.cx-free-banner-img {
	margin-top: 10px;
	width: 102%;
}
.notice-info.is-dismissible {
    background: url(../img/promo/co-notice.png) no-repeat;
    /* background: #1255FF1A; */
    height: 61px;
    background-size: contain;
}
.notice-dismiss {
	/* /* padding: 20px; */
    display: flex;
    align-items: center;
    /* gap: 240px; */
    background-size: contain;
    /* background: url(../img/promo/kik-off.png) no-repeat; */
    /* background-position-y: center;
    background-size: cover; */
    /* width: 100%;
    height: 20px; */
}
.codesigner-dismissible-notice-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
}
.codesigner-countdown-timer {
    /* display: flex; */
    text-align: center;
    font-weight: bold;
}
#codesigner-countdown {
    justify-content: center;
    gap: 15px;
    display: flex;
    align-items: center;
}
#codesigner-countdown .codesigner-countdown-item {
    width: 48px;
    height: 42px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(180deg, #FFCEAE 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    background-color: white;
}

.codesigner-notice-title{
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.codesigner-notice-title span{
	font-weight: 800;
    background: url(../img/promo/easycommerce_background_image.png) no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-size: 155px;
}
.codesigner-dismissible-notice-button {
	font-size: 16px;
    font-weight: 500;
    color: #2162FF;
    backdrop-filter: blur(22.899999618530273px);
    border: 2px #2162FF solid;
    padding: 10px 22px;
    border-radius: 22px;
    text-decoration: none;
}
.notice-dismiss:focus {
	box-shadow: 0 0 0 0 !important;
}
.codesigner-dismissible-notice-button:hover {
	/*background: linear-gradient(89.92deg, #2b97ff 1.31%, #a42dff 100.35%);
	transform: scale(1.2);*/
	color: #FFFFFF;
	background: #2162FF;
}
.notice.notice-info.is-dismissible.notice-dismiss {
	padding-right: 115px;
}
.row-actions .codesigner-get-pro a {
	color: #ff6640;
}
@media (max-width: 1440px) {
    .codesigner-notice-title {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .notice.notice-info.is-dismissible {
        display: none;
    }
}


/* Mothers Day Sale Notice */
.codesigner-spring-deals-notice-content {
    background: linear-gradient(90deg, #FFF4DB 0%, #FFF0E6 49%, #FFF4DB 100%);
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
    height: 60px;
}

.codesigner-spring-deals-notice-content .notice-title {
	font-family: 'Inria';
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #420042;
}

.codesigner-spring-deals-notice-content .notice-subtitle {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #411900;
}

.codesigner-spring-deals-notice-content .notice-discount {
    color: #705442;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    font-family: 'Roboto';
}

.codesigner-spring-deals-notice-content .notice-discount span {
    color: #FF5A44;
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Sonsie One';
    vertical-align: middle;
}

.codesigner-spring-deals-notice-content .notice-subtitle span {
    color: #FF1D43;
}

.codesigner-spring-deals-notice-content .notice-cta-button {
    background: #FF873A;
    padding: 10px 22px;
    border-radius: 100px;
    box-shadow: 0px 5px 0px 0px #C7682B;
    color: #000000;
    text-decoration: none;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-right: 240px;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper {
    display: none;
    gap: 70px;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper .tp-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper .tp-count {
	width: 50px;
    height: 50px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper .tp-count::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: 5px;
	/* background: linear-gradient(180deg, #FFCEAE 0%, rgba(255, 255, 255, 0) 100%); */
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper .tp-count span {
    color: #FF2F63;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.codesigner-spring-deals-notice-content .tp-timer-wrapper .tp-count label {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #2F2D2D;
    margin-top: 3px;
}
.notice[data-notice-id="codesigner-mothers_day_campaign"] {
    padding: 0;
    height: 100%;
    padding-right: 0 !important;
    border: none;
}