@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../../fonts/IRANSansXFaNum-DemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: IRANSansX;
}
h1, h2, h3, h4, h5, h6,input, textarea, [data-count]:after {
	font-family: IRANSansX;
}

input, textarea, select, .qty, .woocommerce-input-wrapper .select2-selection--single, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce form .form-row .input-text, .woocommerce form .form-row select, a.shop_icon, a.custom-wc-account-link, .cz_middle_footer > .row, a.cz-telegram, a.cz-instagram, span.custom-contact-info-icon, .row.elms_row, .woocommerce-info, .woocommerce-info::before, #imagebanner, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, #brands-section, #off-section, .woocommerce ul.products li.product a img, ul.products li.product a img, h2.woocommerce-loop-category__title, .xtra-share, .codevz-woo-assistance, .woocommerce div.product form.cart .button, .codevz-wcb-inner a, .cz_popup_in, .widget, .wc-order-checker-field, .wc-order-checker-submit, .wc-order-checker-message, .wc-order-card, .wc-order-card-badge, .wc-order-status-icon, .wc-order-meta-icon, .wc-order-products, .e-form-submit-button-base, iframe, .e-svg-base, .cz_social a, form button, .comment-form button, a.cz_btn, div.cz_btn, a.cz_btn_half_to_fill:before, a.cz_btn_half_to_fill_v:before, a.cz_btn_half_to_fill:after, a.cz_btn_half_to_fill_v:after, a.cz_btn_unroll_v:before, a.cz_btn_unroll_h:before, a.cz_btn_fill_up:before, a.cz_btn_fill_down:before, a.cz_btn_fill_left:before, a.cz_btn_fill_right:before, .wpcf7-submit, input[type=submit], input[type=button], .form-submit #submit, .button, .cz_header_button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #edd-purchase-button, .edd-submit, [type=submit].edd-submit, .edd-submit.button.blue, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.wc-forward, .wp-block-search .wp-block-search__button, .woocommerce-message a.restore-item.button {
    corner-shape: squircle;
}

.custom-wc-account-link {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #0391db;
    color: #fff;
    padding: 8px 14px;
}

.custom-wc-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.custom-wc-account-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.custom-wc-account-text {
    display: inline-block;
}

.custom-phone-link {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.custom-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.custom-phone-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.custom-phone-text {
    display: inline-block;
}

a.custom-wc-account-link:hover {
    color: #fff;
}

.custom-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    direction: rtl;
}

.custom-contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-size: 14px;
    line-height: 1.8;
}

.custom-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
    padding: 6px;
    background-color: #0391db;
    border-radius: 50px;
}

.custom-contact-info-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.custom-contact-info-text {
    display: inline-block;
    line-height: normal;
}

.custom-contact-info-text strong {
    font-weight: 700;
}





.custom-image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    direction: ltr;
    border-radius: 30px;
    corner-shape: squircle;
}

.custom-image-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.55s ease;
}

.custom-image-slider-slide {
    min-width: 100%;
    flex: 0 0 100%;
}

.custom-image-slider-link {
    display: block;
    width: 100%;
}

.custom-image-slider-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.custom-image-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(34, 33, 33, 0.75);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom-image-slider-arrow svg {
    width: 24px;
    height: 24px;
    display: block;
}

.custom-image-slider-prev {
    left: 18px;
}

.custom-image-slider-next {
    right: 18px;
}

.custom-image-slider-pagination {
    border-radius: 30px 30px 0px 0px;
    corner-shape: squircle;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 6;
    transform: translateX(-50%);
    min-width: auto;
    height: 22px;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
}

.custom-image-slider-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: rgb(0 0 0 / 45%);
    cursor: pointer;
    padding: 0;
    transition: 0.25s ease;
}

.custom-image-slider-dot.active {
    background: #0391db;
    transform: scale(1.25);
}

@media (max-width: 768px) {
    .custom-image-slider-link img {
        height: auto;
    }

    .custom-image-slider-arrow {
        width: 26px;
        height: 26px;
    }

    .custom-image-slider-prev {
        left: 10px;
    }

    .custom-image-slider-next {
        right: 10px;
    }

    .custom-image-slider-pagination {
        min-width: auto;
        padding: 0 17px;
    }
}

ul.products li.product .button:before {
    margin-left: 0px !important;
}

span.woocommerce-Price-currencySymbol {
    font-size: 11px;
}



.custom-product-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    direction: rtl;
    margin: 20px 0px 20px 0px;
}

.custom-product-feature-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: none !important;
}

.custom-product-feature-title {
    font-size: 13px;
    font-weight: 700;
    color: #222121;
    line-height: 1.6;
}

.custom-product-feature-value {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .custom-product-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .custom-product-features-grid {
        grid-template-columns: 1fr;
    }
}

.custom-single-dynamic-price {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.custom-price-prefix {
    font-weight: 500;
    color: #222121;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

ul.brand-thumbnails a:hover {
    transform: none;
    filter: saturate(0);
}

.codevz-product-brands {
	width: auto;
	border:none;
}

.codevz-product-brands:hover, .cz-compare-tr-brand a:hover {
    box-shadow: none!important;
}

.codevz-woo-assistance {
    border-radius: 40px;
    border: none!important;
}

.woocommerce div.product p.price {
    flex-direction: row!important;
}

.cz_popup_in {
	border-radius: 40px;
}

h2.woocommerce-loop-product__title {
    min-height: 86px;
}

.loginuser {
	color: #0391db;
}



.wc-order-checker {
	width: 100%;
}

.wc-order-checker-form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.wc-order-checker-field {
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 16px;
	padding: 6px;
	overflow: hidden;
}

.wc-order-checker-field input {
	width: 100%;
	height: 46px;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 14px !important;
	margin: 0 !important;
}

.wc-order-checker-field input:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.wc-order-checker-submit {
	width: 46px;
	min-width: 46px;
	height: 46px;
	border-radius: 12px !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	margin: 0 !important;
}

.wc-order-checker-submit svg {
	width: 22px;
	height: 22px;
	display: block;
	transform: rotate(180deg);
}

.wc-order-checker-result {
	width: 100%;
	max-width: 100%;
	margin: 28px 0 0;
}

.wc-order-checker-message {
	padding: 14px 16px;
	border-radius: 14px;
	background: #f1f5f9;
	color: #334155;
	text-align: center;
	border: 1px solid rgba(15, 23, 42, .08);
}

.wc-order-checker-message a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: none;
}

.wc-order-checker-message a:hover {
	text-decoration: underline;
}

.wc-order-card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 22px;
	padding: 24px;
	overflow: hidden;
}

.wc-order-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.wc-order-card-label {
	display: block;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 6px;
}

.wc-order-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.5;
	color: #0f172a;
}

.wc-order-card-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0369a1;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.wc-order-status-line {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 26px 0;
	padding: 10px 0;
	direction: rtl;
	overflow-x: auto;
}

.wc-order-status-step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	min-width: 96px;
	text-align: center;
	opacity: .45;
	transition: .25s ease;
}

.wc-order-status-step.is-active,
.wc-order-status-step.is-done {
	opacity: 1;
}

.wc-order-status-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f1f5f9;
	color: #64748b;
	border: 1px solid #cbd5e1;
}

.wc-order-status-icon svg {
	width: 23px;
	height: 23px;
	display: block;
}

.wc-order-status-step.is-done .wc-order-status-icon {
	background: #dcfce7;
	color: #16a34a;
	border-color: #86efac;
}

.wc-order-status-step.is-active .wc-order-status-icon {
	background: #dbeafe;
	color: #2563eb;
	border-color: #93c5fd;
}

.wc-order-status-step span:last-child {
	font-size: 13px;
	line-height: 1.7;
	color: #64748b;
}

.wc-order-status-step.is-done span:last-child {
	color: #15803d;
	font-weight: 700;
}

.wc-order-status-step.is-active span:last-child {
	color: #1d4ed8;
	font-weight: 700;
}

.wc-order-status-separator {
	height: 2px;
	min-width: 60px;
	flex: 1;
	background: linear-gradient(90deg, #cbd5e1, #94a3b8);
	opacity: .5;
	margin-bottom: 31px;
}

.wc-order-meta-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 22px;
}

.wc-order-meta-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
}

.wc-order-meta-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	color: #64748b;
	border: 1px solid rgba(15, 23, 42, .08);
}

.wc-order-meta-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.wc-order-meta-content {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
}

.wc-order-meta-content small {
	font-size: 14px;
	color: #475569;
	font-weight: 600;
}

.wc-order-meta-content strong {
	font-size: 14px;
	line-height: 1.7;
	color: #0f172a;
	font-weight: 700;
}

.wc-order-products {
	margin-top: 22px;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
}

.wc-order-products-title {
	padding: 14px 16px;
	font-weight: 700;
	background: #f1f5f9;
	color: #0f172a;
	border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.wc-order-product-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-top: 1px solid rgba(15, 23, 42, .06);
	background: #ffffff;
}

.wc-order-product-row:first-of-type {
	border-top: 0;
}

.wc-order-product-row:nth-child(even) {
	background: #f8fafc;
}

.wc-order-product-row strong {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.7;
	color: #0f172a;
}

.wc-order-product-row span {
	display: block;
	font-size: 12px;
	color: #64748b;
}

.wc-order-product-row > div:last-child {
	color: #16a34a;
	font-weight: 700;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.wc-order-checker-form {
		max-width: 100%;
	}

	.wc-order-card {
		padding: 18px;
		border-radius: 18px;
	}

	.wc-order-card-head {
		flex-direction: column;
	}

	.wc-order-status-line {
		justify-content: flex-start;
	}

	.wc-order-status-step {
		min-width: 86px;
	}

	.wc-order-status-icon {
		width: 42px;
		height: 42px;
		min-width: 42px;
	}

	.wc-order-status-icon svg {
		width: 20px;
		height: 20px;
	}

	.wc-order-status-separator {
		min-width: 36px;
	}

	.wc-order-meta-content {
		flex-wrap: wrap;
	}

	.wc-order-product-row {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.wc-order-checker-field {
		border-radius: 14px;
	}

	.wc-order-checker-field input {
		height: 44px;
		font-size: 13px;
	}

	.wc-order-checker-submit {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}

	.wc-order-card h3 {
		font-size: 19px;
	}

	.wc-order-meta-icon {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	.wc-order-meta-icon svg {
		width: 18px;
		height: 18px;
	}
}

ul.brand-thumbnails .slick-list.draggable {
    margin-right: auto !important;
    margin-left: auto !important;
    width: auto !important;
}

ul.brand-thumbnails li {
    margin-bottom: 0;
}

i.fa.czico-036-commerce-6 {
    font-size: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("/wp-content/uploads/2026/05/cart-icon11.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center left 10px !important;
    background-size: auto !important;
    padding: 8px 18px;
}

i.fa.czico-036-commerce-6:before {
    content: "" !important;
    display: none !important;
}

i.fa.czico-140-search-7 {
    font-size: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("/wp-content/uploads/2026/05/search-icon1.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

i.fa.czico-140-search-7:before {
    content: "" !important;
    display: none !important;
}

.outer_search form button {
    height: 50%;
}

i.fa.fa-home.cz_breadcrumbs_home {
    font-size: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("/wp-content/uploads/2026/05/home-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto!important;
    position: relative;
    bottom: -5px;
}

i.fa.fa-home.cz_breadcrumbs_home:before {
    content: "" !important;
    display: none !important;
}


i.fa.czico-Icon-Navigation-Chevron-Left.mr10 {
    font-size: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("/wp-content/uploads/2026/05/arrow-left-icon1.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto!important;
}

i.fa.czico-Icon-Navigation-Chevron-Left.mr10:before {
    content: "" !important;
    display: none !important;
}

.cz_sl_icon {
    line-height: 0;
}

.elementor .e-656d7d4-8d03465 {
    object-fit: scale-down;
}









a.button.product_type_simple.add_to_cart_button,
a.button.product_type_variable.add_to_cart_button,
a.added_to_cart.wc-forward.button,
button.single_add_to_cart_button.button.alt {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

a.button.product_type_simple.add_to_cart_button,
a.button.product_type_variable.add_to_cart_button,
a.added_to_cart.wc-forward.button {
    font-size: 0 !important;
    line-height: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
}

h2.woocommerce-loop-product__title {
    text-wrap: auto;
}

button.single_add_to_cart_button.button.alt {
    gap: 8px !important;
}

a.button.product_type_simple.add_to_cart_button:before,
a.button.product_type_variable.add_to_cart_button:before,
a.added_to_cart.wc-forward.button:before,
button.single_add_to_cart_button.button.alt:before,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:before,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button:before,
.woocommerce ul.products li.product a.added_to_cart.wc-forward.button:before,
.elementor-loop-container a.button.product_type_simple.add_to_cart_button:before,
.elementor-loop-container a.button.product_type_variable.add_to_cart_button:before,
.elementor-loop-container a.added_to_cart.wc-forward.button:before {
    content: "" !important;
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    flex: 0 0 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

a.button.product_type_simple.add_to_cart_button:before,
a.button.product_type_variable.add_to_cart_button:before,
button.single_add_to_cart_button.button.alt:before,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:before,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button:before,
.elementor-loop-container a.button.product_type_simple.add_to_cart_button:before,
.elementor-loop-container a.button.product_type_variable.add_to_cart_button:before {
    background-image: url("/wp-content/uploads/2026/05/cart-add.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

a.added_to_cart.wc-forward.button:before,
.woocommerce ul.products li.product a.added_to_cart.wc-forward.button:before,
.elementor-loop-container a.added_to_cart.wc-forward.button:before {
    background-image: url("/wp-content/uploads/2026/05/cart-added-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

a.button.product_type_simple.add_to_cart_button:after,
a.button.product_type_variable.add_to_cart_button:after,
a.added_to_cart.wc-forward.button:after,
button.single_add_to_cart_button.button.alt:after,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:after,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button:after,
.woocommerce ul.products li.product a.added_to_cart.wc-forward.button:after,
.elementor-loop-container a.button.product_type_simple.add_to_cart_button:after,
.elementor-loop-container a.button.product_type_variable.add_to_cart_button:after,
.elementor-loop-container a.added_to_cart.wc-forward.button:after {
    content: none !important;
    display: none !important;
}










#cz2619.cz_social_icons a.cz-073-checked-3{
    position:relative!important;
}

#cz2619.cz_social_icons a.cz-073-checked-3 i,
#cz2619.cz_social_icons a.cz-073-checked-3 i:before,
#cz2619.cz_social_icons a.cz-073-checked-3:before{
    opacity:0!important;
    visibility:hidden!important;
    content:""!important;
}

#cz2619.cz_social_icons a.cz-073-checked-3:after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:20px!important;
    height:20px!important;
    transform:translate(-50%,-50%)!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    pointer-events:none!important;
    display:block!important;
    background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.425 23.987a12.2 12.2 0 0 1-2.95-.514 7 7 0 0 0-.336-.116C4.936 22.303 2.22 19.763.913 16.599a11.9 11.9 0 0 1-.9-4.063C.005 12.377.001 10.246 0 6.74 0 .71-.005 1.137.07.903.23.394.673.05 1.224.005c.421-.034.7.088 1.603.699.562.38 1.119.78 1.796 1.289.315.237.353.261.376.247l.35-.23c.58-.381 1.11-.677 1.7-.945A12 12 0 0 1 9.766.21a11 11 0 0 1 2.041-.2c1.14-.016 2.077.091 3.152.36 3.55.888 6.538 3.411 8.028 6.78.492 1.113.845 2.43.945 3.522.033.366.039.43.053.611.008.105.015.406.015.669 0 .783-.065 1.57-.169 2.064a6 6 0 0 0-.046.26c-.056.378-.214.987-.399 1.535-.205.613-.367.999-.684 1.633a12 12 0 0 1-2.623 3.436c-.44.396-.829.705-1.26 1.003-.647.445-1.307.812-2.039 1.134-.6.265-1.44.539-2.101.686a11 11 0 0 1-1.178.202 12.3 12.3 0 0 1-2.076.082m-.61-5.92c.294-.06.678-.209.864-.337.144-.099.428-.376 2.064-2.013a162 162 0 0 1 1.764-1.753c.017 0 1.687-1.67 1.687-1.689s1.64-1.648 1.661-1.648c.01 0 .063-.047.118-.106.467-.495.682-.957.716-1.547.026-.433-.06-.909-.217-1.196a2.55 2.55 0 0 0-.983-1.024c-.281-.163-.512-.233-.888-.27-.306-.031-.688 0-.948.075-.243.07-.603.274-.853.481-.042.035-1.279 1.265-2.748 2.733l-2.671 2.67-1.093-1.09c-.6-.6-1.12-1.114-1.155-1.142a2.4 2.4 0 0 0-1.338-.51c-.404-.013-.91.09-1.224.25a2.9 2.9 0 0 0-.659.526c-.108.12-.287.357-.29.385-.003.03-.009.044-.065.16a2.3 2.3 0 0 0-.224.91c-.011.229-.01.265.019.491.045.353.24.781.51 1.115.05.063.97.992 2.044 2.064 1.507 1.505 1.98 1.97 2.074 2.039.327.24.683.388 1.101.456.182.03.5.016.734-.03' fill='%23fff'/%3E%3C/svg%3E")!important;
}

a.cz-073-checked-3 {
    background-color: #0cb689;
}