.counter-num {color: #ee2228;}
.header-wrap.sticky {z-index:10;}
.btn.style5 {background-color: #ee2228;}
.stamps__table table {width: 100%; margin-bottom: 70px;}
.stamps__table table td {padding: 10px; line-height: 1.2; color:#fff; text-align:left;}
.stamps__table table tr:not(:first-child):nth-child(2n+1) {background: rgba(255, 255, 255, 0.1);}
.stamps__table table td:first-child {width: 36%;}
.stamps__table table td:nth-child(2) {width: 31%;}
.stamps__head {font-size: 11px; font-weight: normal; text-transform: uppercase; border-bottom: 2px solid rgba(255, 255, 255, 0.5);}
.stamps__head td:first-child {letter-spacing: 0.07em;}
.stamps__row {font-size: 15px; font-weight: normal;}
.stamps__row td {height: 48px; vertical-align: middle;}
.stamps__row td:first-child {font-weight: 600; }
.product-card p {line-height: 20px; font-size: 14px;}
.product-card.style2 .product-img {background-color: #f1f1f1;}
.product-card .product-img img {max-width: 380px;}
.stamps__table.black table td {padding: 10px; line-height: 1.2; color:#000; text-align:left;}
.stamps__table.black table tr:not(:first-child):nth-child(2n+1) {background: rgba(0, 0, 0, 0.1);}
.stamps__table.black .stamps__head {font-size: 11px; font-weight: normal; text-transform: uppercase; border-bottom: 2px solid rgba(0, 0, 0, 0.5);}
.error {color:#ff2929;}
.product-card .ci-info {position: absolute; bottom: 20px; right: 21px; padding-left: 30px; padding-top: 24px; text-align: center;}
.product-card .ci-info .cii-itm {display: block; color: #ffc14c; font-size: 16px; line-height: 24px; font-weight: 500; margin-bottom: 1px;}
.product-card .ci-info .cii-itm:last-child {margin-bottom: 0;}
.product-card .ci-info .cii-itm.red {color: #ffffff; background: #ee2228; padding: 6px 20px;}

.product-card .ci-info .cii-itm.top {color: #ffffff; background: #3e3e3e; padding: 6px 20px;}

.single-product-details .cii-itm {color: #ffc14c; font-size: 16px; line-height: 24px; font-weight: 500; margin-bottom: 20px;}
.single-product-details .cii-itm:last-child {margin-bottom: 0;}
.single-product-details .cii-itm.red {color: #ffffff; background: #01348b; padding: 6px 20px;}
.single-product-details .cii-itm.top {color: #ffffff; background: #ec080e; padding: 6px 20px;}

.product-price span {font-weight: 500;}

.calculator-count {width:80px; height: 80px; background:#efefef; border-radius: 40px; font-size: 22px; font-weight: 700; padding: 23px 33px;}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {line-height: 1.3;}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {line-height: 1.2;}
.comment-price {margin: 12px 0 0 0;}
.comment-price h5 {font-size: 18px;}

.comment-item-wrap .comment-item.active {box-shadow: 0px 0px 13px rgb(173 149 115 / 45%)}

textarea.error, input.error {border: 1px solid #ff4042 !important;}
.error-message {color: #ff4042; margin-top: 15px;}

.result-message {color: #1B7261; margin-top: 15px;}

.navbar-nav.desktop {display:flex;align-items: center;}
.navbar-nav.mobile {display:none;}

@media only screen and (max-width: 767px) {
	li.mobile-hidden {display:none !important;}
	.hidden_mobile {display:none !important;}
	.stamps__table table td:first-child {font-size:13px;}
	.stamps__table table td {padding:7px;}
	.comment-item-wrap .comment-item .comment-author-img {display:none;}
	.nav-item a {display:block;}
	.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now i {top: -6px;}
}

@media only screen and (max-width: 990px) {
	.header-top-right {display:none !important;}
	.navbar-nav.desktop {display:none;}
	.navbar-nav.mobile {display:block;}
}

@media only screen and (max-width: 1400px) {
	.option-item.mobile-hidden {display:none !important;}
}

.checkbox-google {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;            
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;		
}
.checkbox-google .checkbox-google-switch {
	display: inline-block;	
	width: 36px;
	height: 14px;	
	border-radius: 20px;
	position: relative;
	top: 6px;			
	vertical-align: top;
	background: #9f9f9f;
	transition: .2s;
}
.checkbox-google .checkbox-google-switch:before {
	content: '';
	display: inline-block;	
	width: 20px;	
	height: 20px;
	position: absolute;
	top: -3px;
	left: -1px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
	transition: .15s;		
}
.checkbox-google input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
	background: #9ABEF7;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
	background: #1a73e8;
	transform:translateX(18px);
}
 
/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
	animation: checkbox-active-on 0.5s forwards linear;
}
@keyframes checkbox-active-on {
	0% {
		box-shadow: 0 0 0 0 rgba(212,212,212, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
	}
}
 
.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
	animation: checkbox-active-off 0.5s forwards linear;
}
@keyframes checkbox-active-off {
	0% {
		box-shadow: 0 0 0 0 rgba(154,190,247, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
	}
}
 
/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
	filter: grayscale(60%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
	background: #eee;
}

@media only screen and (max-width: 767px) {
	.checkbox-google {margin-left: -29px;}
}

.nav-link.red {
	font-weight: 600 !important;
	color:#ee1d22 !important;
}

.contact-info-item h3 {
	margin-bottom: 15px;
}

.contact-info-item > div {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #000;
	margin: 7px 0;
}

.contact-info-item .address {
	align-items: flex-start;
}

.contact-info-item > div i {
	color: #ee1d22;
}

.logo-text {
    position: relative;
}

.logo-text span.text {
    position: absolute;
    top: 24px;
    left: 0;
    font-family: 'Geologica';
    font-size: 32px;
    font-weight: 600;
    color: #23418e;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.logo-text span.text span {
    color: #b69e7c;
}

.footer-logo {
    position: relative;
}

.footer-logo span.text {
    position: absolute;
    top: 37px;
    left: 0;
    font-family: 'Geologica';
    font-size: 40px;
    font-weight: 600;
    color: #23418e !important;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.footer-logo span.text span {
    color: #b69e7c !important;
}

.logo-signature {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Geologica';
    margin-top: 30px;
    font-weight: 300;
}
/* Full-screen notice about the Canlon rebranding */
.brand-relocation {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 32px;
    overflow-y: auto;
    color: #fff;
    background: rgb(42 42 42 / 96%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.brand-relocation.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

body.brand-relocation-open {
    overflow: hidden !important;
    touch-action: none;
}

.brand-relocation__content {
    position: relative;
    width: min(100%, 900px);
    padding: 68px 72px 72px;
    overflow: hidden;
    text-align: center;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
}

.brand-relocation__content::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 96px;
    height: 5px;
    background: #e31e00;
    content: "";
    transform: translateX(-50%);
}

.brand-relocation__content::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(227, 30, 0, 0.28);
    border-radius: 50%;
    content: "";
}

.brand-relocation__eyebrow {
    margin-bottom: 38px;
    color: #e31e00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.brand-relocation__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
    line-height: 1;
}

.brand-relocation__brand-old {
    color: rgba(255, 255, 255, 0.48);
    font-size: clamp(25px, 4vw, 42px);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.brand-relocation__brand-logo {
    display: block;
   /*  width: min(42vw, 300px); */
    height: auto;
}

.brand-relocation__arrow {
    position: relative;
    width: 58px;
    height: 1px;
    background: #e31e00;
}

.brand-relocation__arrow::after {
    position: absolute;
    top: -4px;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #e31e00;
    border-right: 1px solid #e31e00;
    content: "";
    transform: rotate(45deg);
}

.brand-relocation__title {
    position: relative;
    z-index: 1;
    margin: 50px 0 20px;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.brand-relocation__text {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto 38px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: normal;
    line-height: 1.7;
}

.brand-relocation__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 58px;
    padding: 16px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    background: #e31e00;
    border: 1px solid #e31e00;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.brand-relocation__button:hover,
.brand-relocation__button:focus {
    color: #111;
    text-decoration: none;
    background: #fff;
    border-color: #fff;
    outline: none;
}

.brand-relocation__button:focus-visible {
    box-shadow: 0 0 0 4px rgba(227, 30, 0, 0.35);
}

@media (max-width: 767px) {
    .brand-relocation {
        padding: 16px;
    }

    .brand-relocation__content {
        padding: 50px 22px 42px;
    }

    .brand-relocation__brand {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
    }

    .brand-relocation__brand-old {
        font-size: 20px;
    }

    .brand-relocation__arrow {
        width: 24px;
        transform: rotate(90deg);
    }

    .brand-relocation__brand-logo {
        width: min(72vw, 280px);
    }

    .brand-relocation__text {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.55;
    }

    .brand-relocation__button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 13px;
    }
}

@media (max-height: 640px) {
    .brand-relocation {
        align-items: flex-start;
    }

    .brand-relocation__content {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .brand-relocation__eyebrow,
    .brand-relocation__brand {
        margin-bottom: 38px;
    }

    .brand-relocation__text {
        margin-bottom: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-relocation,
    .brand-relocation__button {
        transition: none;
    }
}
