.deal-teasor-hr {
    margin-bottom: 54px;
}
.deal-teasor-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.deal-teasor-inner {
	
	column-gap: 16px;
}
.deal-teasor-hr .deal-teasor-inner:not(:last-of-type) {
	margin-bottom: 16px;
}
.deal-teasor-inner-hr { 
	display: none;
}
.deal-teasor-heading {
    display: block;
    margin: 0 0 24px;
    font-size: 2.8rem;
    line-height: 1.275;
    letter-spacing: 0.1rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
}
.deal-teasor-heading small {
    display: block;
	margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.275;
    color: rgb(60, 60, 60);
    font-weight: 400;
}
.deal-promo-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 16px;
}
.deal-promo-reason {
    -webkit-box-flex: 1;
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
}
.deal-promo-reason {
    min-height: 1px;
    min-width: 0;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.deal-promo-reason {
    padding: 28px 16px 18px;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
}
.deal-promo-title {
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: 1.675;
    font-weight: 600;
    color: rgb(60, 60, 60);
}
.deal-promo-para {
    font-size: 1.5rem;
    line-height: 1.475;
    font-weight: 400;
    color: rgb(60, 60, 60);
}
.deal-promo-ico {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    font-family: 'go_font_v21';
}
.deal-promo-ico::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.deal-promo-ico::before {
    position: absolute;
    height: 45px;
    width: 45px;
    top: -10px;
    left: calc(50% - 20px);
    font-size: 4.2rem;
    line-height: 1;
    color: rgb(50, 50, 50);
    border: 1px solid transparent;
}
.deal-promo-saving::before {
    content: "\e9a7";
}
.deal-promo-extra::before {
    content: "\e9f9";
}
.deal-promo-service::before {
    content: "\e96d";
}
.deal-promo-insurance::before {
    content: "\e984";
}
/*------------------------------------------------------------*/
.deal-teasor-wrapper {
	position: relative;
}
.deal-teasor-scroll {
    padding: 24px;
    margin: -24px;
    cursor: grab;
    user-select: none;
}
.deal-teasor-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 16px;
}
.deal-teasor-scroll {
    overflow-x: auto;
    /*scrollbar-width: none;*/
}
.deal-teasor-nav-btn {
    background: none;
    outline: none;
    border: none;
    text-decoration: none;
}
.deal-teasor-nav-btn {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.deal-teasor-nav-next, .deal-teasor-nav-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 4px 0 rgba(85, 85, 85, .5);
    box-shadow: 0 1px 4px 0 rgba(85, 85, 85, .5);
}
.deal-teasor-nav-prev {
    left: -5px;
}
.deal-teasor-nav-next {
    right: -5px;
}
.deal-teasor-strip-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 60px;
    z-index: 9;
    background: linear-gradient(to right, transparent 0%, #f5f5f5 65%, #f5f5f5 100%);
}
.teasor-overlay-right {
    margin: -24px;
}
.deal-teasor-strip-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 60px;
    z-index: 9;
    background: linear-gradient(to left, transparent 0%, #f5f5f5 65%, #f5f5f5 100%);
}
.teasor-overlay-left {
    margin: -24px;
}
/*------------------------------------------------------------*/
.deal-badge-float {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #191e3b;
}
.deal-badge-float {
    display: flex;
	align-items: center;
	justify-content: center;
    white-space: nowrap;
}
.deal-badge-text {
	font-size: 12px;
	line-height: 1.275;
	color: #FFF;
    font-weight: 600;
}
.deal-teasor-container-box {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
}
.deal-teasor-box {
    transition: box-shadow 0.2s ease-in-out;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	box-shadow: 0px 2px 8px 0px #1a1a1a29;
}
.deal-teasor-box {
	position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.275;
    background-color: #fff;
	transform: translate3d(0px, 0px, 0px);
}
.deal-teasor-box:hover {
	cursor: pointer;
	z-index: 1;
}
.deal-teasor-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.deal-teasor-col {
	flex: 0 1 50%;
	max-width: 50%;
}
.deal-teasor-item.teasor-1 {
    min-width: 330px;
    width: 330px;
}
.deal-teasor-item.teasor-2 {
	min-width: 248px;
    width: 248px;
}
.deal-teasor-pic {
    position: relative;
    width: auto;
    transform: translate3d(0px, 0px, 0px);
}
.deal-teasor-pic .item-image {
    border-radius: 8px 8px 0 0;
}
.deal-teasor-content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    width: 100%;
    height: 100%;
    padding: 16px;
}
.deal-teasor-top {
	margin-bottom: auto;
}
.deal-teasor-dot {
    color: #babac0;
    padding: 0px 4px;
}
/*.deal-teasor-badge {
	padding: 4px 8px;
	background-color: #227950;
}
.deal-teasor-badge span {
	font-size: 12px;
    font-weight: 600;
    line-height: 1.275;
	color: #fff;
}*/
.deal-teasor-prefix {
	margin-bottom: 6px;
	font-size: 1.3rem;
    line-height: 1.475;
    color: rgb(60, 60, 60);
    word-wrap: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
.deal-teasor-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.475;
	color: rgb(36, 36, 53);
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.deal-teasor-title.large {
    font-size: 2rem;
}
.deal-teaser-descc {
	margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.675;
    font-weight: 400;
    color: rgb(60, 60, 60);
}
.deal-teasor-rating {
    margin-top: 8px;
    line-height: 1;
}
.deal-teasor-dg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.deal-teasor-dg {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.475;
    margin: 12px 0px 8px;
}
.deal-item-inline {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.deal-item-inline del {
    color: #444;
    text-decoration: line-through;
}
.deal-item-price {
    font-size: 2rem;
    line-height: 1.275;
    font-weight: 600;
	color: rgb(36, 36, 53);
	letter-spacing: 0.12rem;
}
.deal-item-bbtext {
    display: block;
    font-size: 12.5px;
	line-height: 1.8;
    color: rgb(60, 60, 60);
    font-weight: 400;
}
.deal-anchor-button {
    padding: 10px 18px;
    border: none;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.deal-anchor-button span {
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgb(255, 255, 255);
}
.deal-anchor-button svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.deal-anchor-button:hover svg {
    transform: translateX(0);
}
/*------------------------------------------------------------*/
.deal-teasor-tab-startline {
	white-space: nowrap;
	list-style: none;
	overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.deal-teasor-tab-startline {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.deal-teasor-tab-startline {
	margin: -12px 0 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
}
.deal-teasor-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
	block-size: 100%;
    margin: 0;
	padding: 0;
}
.deal-teasor-tab-anchor {
	position: relative;
    cursor: pointer;
    padding: 10px 16px;
}
.deal-teasor-tab-anchor:before {
    content: "";
    display: block;
    height: 0.15rem;
    bottom: 0;
    left: 1px;
    position: absolute;
    width: calc(100% - 3px);
    background-color: #333;
	transform: scaleX(0);
    transition: transform 0.3s;
    /*-webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;*/
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.deal-teasor-tab-anchor.active:before, .deal-teasor-tab-anchor:hover:before  {
	transform: scaleX(1);
}
.deal-teasor-tab-text {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.275;
} 
.deal-teasor-tab-anchor:not(.active):hover {
	opacity: 0.8;
}
/*------------------------------------------------------------*/
.price--tip {
    position: relative;
}
.price--tip-explain {
    background-color: #fff;
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #d9dee2;
}
.price--tip-explain {
	position: absolute;
    bottom: calc(100% + .6rem);
    left: 50%;
	transform: translateX(-26%);
    opacity: 0;
    padding: 1.5rem;
    text-align: left;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    transition: visibility .2s linear,opacity .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 260px;
    z-index: 1;
}
.price--tip:hover .price--tip-explain {
    opacity: 1;
    visibility: visible;
}
.price--tip-explain:before,.price--tip-explain:after {
    border-style: solid;
    content: " ";
    left: 50%;
    position: absolute;
    top: 100%;
}
.price--tip-explain:before,.price--tip-explain:after {
    left: 48px;
}
.tooltip-expanded:before,.price--tip-explain:before {
    border-width: 8px;
    margin-left: -8px;
	border-color: #d9dee2 transparent transparent;
}
.tooltip-expanded:after,.price--tip-explain:after {
    border-width: 7px;
    margin-left: -7px;
	border-color: #fff transparent transparent;
}
.price--tip-text {
    font-size: 1.25rem;
    line-height: 1.4;
	color: #227950;
	font-weight: 400;
}
.price--tip-explain p {
	font-size: 1.4rem;
    line-height: 1.475;
	color: rgb(36, 36, 53);
	font-weight: 600;
}
.price--tip-content {
	display: flex;
    flex-direction: column;
	gap: 12px;
}
.price--tip-item {
	display: flex;
	justify-content: space-between;
}
.price--tip-item {
    font-size: 1.35rem;
    line-height: 1.275;
	color: #343B53;
	font-weight: 500;
}
.price--tip-item-hr {
	margin-bottom: 12px;
    margin-top: 12px;
	border-bottom: 1px dashed rgb(36, 36, 53);
}
/*------------------------------------------------------------*/
.deal-teasor-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -moz-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    -webkit-transition: background 1s ease-in;
}
.deal-overlay-text-wrap {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.deal-overlay-text-wrap h4 {
	margin: 0;
	color: #fff;
    font-size: 1.86rem;
	font-weight: 600;
	letter-spacing: 0.04rem;
    text-shadow: #000 0.0625rem 0 0.625rem;
}
/*.deal-teasor-single {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}*/
.deal-teasor-single {
    display: grid;
    gap: 16px;
}
.deal-teasor-single-anch {
    display: block;
	overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 80px -10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 80px -10px;
}
/*------------------------------------------------------------*/
.deal-wide-roundcorner {
    position: relative;
	min-width: 210px;
    width: 210px;
    transform: translate3d(0px, 0px, 0px);
}
.deal-narrow-roundcorner {
    position: relative;
	min-width: 167px;
    width: 167px;
    transform: translate3d(0px, 0px, 0px);
}
.deal-item-float {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.deal-item-anchh {
    color: inherit;
	overflow: hidden;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /* transition: ease-in-out all 0.3s; */
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}
.deal-narrow-base {
	padding: 16px;
}
.deal-narrow-title {
	display: block;
    font-size: 16.5px;
    line-height: 1.275;
    font-weight: 600;
	color: rgb(36, 36, 53);
}
.deal-narrow-subtitle {
	display: block;
	margin-top: 6px;
    font-size: 13.5px;
    line-height: 1.475;
    font-weight: 500;
	color: rgb(60, 60, 60);
}
/*------------------------------------------------------------*/
.promo-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.promo-card-wrapper {
    padding: 0 10px;
    text-align: center;
}
.promo-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.promo-card-content {
    width: 100%;
    max-width: 760px;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #e7e7e7;
}
.promo-card-content {
	line-height: 1.275;
    color: rgb(36, 36, 53);
}
.promo-card-content h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 2.4rem;
    line-height: 1.475;
    font-weight: 600;
}
.promo-card-content p {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
}
/*------------------------------------------------------------*/
.searched-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.searched-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.searched-item-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.searched-item-list > li {
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    margin-bottom: 0.25rem;
}
.searched-item-list > li:not(:last-child):after {
    content: "";
    height: 15px;
    border-right: 1px solid #ccc;
}
.searched-item-list > li a {
    margin-right: 0.75rem;
    font-size: 13.5px;
	color: rgb(60, 60, 60);
	line-height: 1.475;
}
.searched-item-list > li:hover a {
    text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
.teasor-overlay-right {
    margin: -20px;
}
.teasor-overlay-left {
    margin: -20px;
}
.deal-teasor-scroll {
    padding: 20px;
    margin: -20px;
}
}
@media only screen and (max-width: 767.98px) {
.deal-teasor-inner-hr {
	display: block;
	margin-top: 16px;
	width: 100%;
}
.deal-teasor-container-box {
	flex-wrap: nowrap;
	overflow: auto hidden;
	scrollbar-width: none;
}
.deal-teasor-container-box {
	padding: 20px;
    margin: -20px;
}
.deal-teasor-col {
	flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
}
@media (min-width: 600px) {
.deal-teasor-single {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 180px;
}
.deal-teasor-single .teasor-single:nth-of-type(1) {
	grid-column: unset;
}
.deal-teasor-single .teasor-single:nth-of-type(2) {
	grid-column: 2 / span 2;
}
.deal-teasor-single .teasor-single:nth-of-type(5) {
	grid-area: unset;
}
.deal-teasor-single .teasor-single:nth-of-type(6) {
	grid-column: 3 / span 2;
}
.deal-teasor-single .teasor-single:nth-of-type(7) {
	grid-column: 1 / span 2;
}
.deal-teasor-single .teasor-single:nth-of-type(8) {
	grid-column: 3 / span 2;
}
.deal-teasor-single .item-image-wrap {
	padding-top: 180px;
}
}
@media (min-width: 900px) {
.deal-teasor-single {
	grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 220px;
}
.deal-teasor-single .teasor-single:nth-of-type(6) {
	grid-column: unset;
}
.deal-teasor-single .teasor-single:nth-of-type(7) {
	grid-column: 3 / span 2;
}
.deal-teasor-single .teasor-single:nth-of-type(8) {
	grid-column: unset;
}
.deal-teasor-single .item-image-wrap {
	padding-top: 220px;
}
}