.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;
}