.page-content__static {
    margin: 50px auto 60px;
    padding: 40px;
    background-color: #FFF;
    border-radius: 30px;
	-webkit-border-radius: 30px;
    border: 1px solid #ebeaea;
}
/*.page-content__static {
	max-width: 984px;
    margin: 0 auto;
	padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid;
    border-color: rgba(0,0,0,.1);
}*/
.page-content__hr {
	margin-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid;
    border-color: rgba(0,0,0,.1);
}
.page-heading__txt {
    font-size: 24px;
    line-height: 1;
	letter-spacing: 0.35rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
    margin-bottom: 30px;
}
.page-content__text {
	font-size: 14px;
    line-height: 1.775;
    color: rgb(72, 72, 72);
	overflow-wrap: break-word;
}
.page-content__text h1, .page-content__text h2, .page-content__text h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-weight: 600 !important;
	line-height: 1.6 !important;
	color: rgb(36, 36, 53) !important;
}
.page-content__text h1:first-child, .page-content__text h2:first-child, .page-content__text h3:first-child {
    margin-top: 0;
}
.page-content__text p:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------*/
.page-heading__nav {
    padding: 0;
	background-color: #FFF;
    border-bottom: 1px solid #d9dee2;
}
.heading-nav__inner {
    height: 64px;
}
.heading-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 100%;
}
.heading-nav__items {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.heading_nav__item {
    position: relative;
    cursor: pointer;
	margin: 0;
    padding: 20px 8px;
}
.heading_nav__item {
    flex: 1 1 auto;
    -webkit-flex: 1 auto;
}
.heading-nav__link {
    position: relative;
    font-weight: 500;
    text-decoration: none;
}
.heading-nav__link {
    color: #333;
    cursor: pointer;
}
.heading-nav__active {
    cursor: default;
}
.heading-nav__active:before {
    content: "";
    display: block;
    height: 0.2rem;
    bottom: -10px;
    left: 1px;
    position: absolute;
    width: calc(100% - 3px);
    background-color: #333;
    -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;
}
.heading-nav__link:not(.heading-nav__active):hover {
	color: #0063fb;
}
/*------------------------------------------------------------*/
.generic-faq-wrapper {
    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;
    -webkit-box-align: start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.generic-faq-wrapper {
    margin: 0 auto;
}
.generic-faq-wrapper.generic-faq {
    width: 100%;
}
.generic-faq-list {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*margin: 16px 0;*/
	margin: 0;
}
.generic-faq-content {
	position: relative;
    border: solid 1px #e7e7e7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 0 28px;
    padding: 28px 32px 32px;
    background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
/*.generic-faq-content:after, .generic-faq-content:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 45px;
    width: 45px;
    overflow: hidden;
    z-index: 10;
}
.generic-faq-content:after, .generic-faq-content:before {
    border-left: solid 1px #e7e7e7;
}
.generic-faq-content::before {
    right: -23px;
    top: -23px;
    transform: rotate(-45deg);
}
.generic-faq-content::after {
    bottom: -23px;
    left: -23px;
    transform: rotate(135deg);
}*/
.generic-faq-list .generic-faq-content:last-child {
	margin-bottom: 10px;
}
.generic-faq-content.faq--selected {
    background-color: #fff;
    border: 2px solid #333;
    /*-webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;*/
}
.generic-faq-content .faq-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.generic-faq-content .faq-title {
	cursor: pointer;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.generic-faq-content .faq-title:after {
    font-size: 3rem;
    line-height: 1;
    content: "\f107";
    font-family: 'FontAwesome';
}
.generic-faq-content .faq--txt {
    width: 93%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: rgb(72, 72, 72);
    display: none;
}
.generic-faq-content .faq--txt p:last-child {
    margin-bottom: 0;
}
.faq--selected .faq--txt {
    display: block;
}
/*------------------------------------------------------------*/
.contact-wrapper {
    position: relative;
    width: 100%;
    border: 1px solid #eddede;
	border-radius: 30px;
	-webkit-border-radius: 30px;
    overflow: hidden;
}
.contact-wrapper-bg {
    position: absolute;
	/*width: 552px;*/
    width: 60%;
    right: 0;
    height: 100%;
    margin-left: 350px;
    z-index: 0;
}
.contact-wrapper-content {
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
    min-height: 400px;
	position: relative;
    z-index: 1;
}
.contact-wrapper-content-info {
    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;
    -webkit-box-align: start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 432px;
    padding: 40px;
	/*box-shadow: 0 4px 20px #0000001a, 0 -4px 20px #0000001a;
	-webkit-box-shadow: 0 4px 20px #0000001a, 0 -4px 20px #0000001a;
    border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #FFF;*/
}
.contact-wrapper-content-text {
	font-weight: 400;
	color: rgb(72, 72, 72);
}
.contact-wrapper-content-text p:last-child {
	margin-bottom: 0;
}
.contact-wrapper-bg-photo {
	position: relative;
    z-index: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*------------------------------------------------------------*/
.msg-form-horizontal {
    position: relative;
    width: 100%;
}
.msg-form-horizontal fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.msg-form-horizontal legend {
    display: none;
}
.msg-form-horizontal .msg-form-group {
    width: calc(50% - 25px);
    margin-bottom: 10px;
}
.msg-form-horizontal .msg-form-group.submit-message {
    position: absolute;
    top: 0;
    right: 0;
}
.msg-form-horizontal textarea {
    display: block;
    min-height: 164px;
    padding: 16px 25px;
    border: 1px solid rgba(0,0,0,.15);
    text-transform: none;
    resize: vertical;
}
.msg-form-horizontal .msg-form-group.info {
    margin-top: 20px;
	margin-bottom: 0;
	float: left;
}
.msg-form-horizontal .msg-form-group.buttons {
    margin-top: 20px;
	margin-bottom: 0;
    margin-left: 50px;
	float: left;
}
.msg-form-horizontal .msg-form-group .submit-btn-icon {
    height: 36px;
    width: 36px;
    fill: #fff;
    margin-right: 6px;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
.msg-form-horizontal .msg-form-group .btn-primary {
	padding: 0;
    height: auto;
    border: none;
    background: none;
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.msg-form-submission {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.msg-form-submission {
	margin-bottom: 20px;
	padding: 15px 20px 20px;
	border: 1px solid #fafafa;
	background-color: #fff2ea;
}
.msg-form-submission-wrap {
    min-width: 11.4286rem;
    width: 11.4286rem;
    margin: 1rem 0;
}
.msg-form-submission-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
	line-height: 1.4;
    font-weight: 600;
    text-align: center;
}
.msg-form-submission-subtitle {
    text-align: center;
}
/*--------------------------------------------------------------
# See offer
--------------------------------------------------------------*/
/*.deal-card-offer-list {
	margin-top: 10px;
}
.deal-card-offer-list ul {
    margin: 0;
    padding-top: 0;
}
.deal-card-offer-list ul li {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    overflow-wrap: break-word;
}
.deal-card-offer-list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f05d";
    font-size: 1.5rem;
    font-family: 'FontAwesome';
    color: #333;
}*/
/*.home-offers-hr {
	margin: 130px 0 75px;
}*/
.home-offers-heading {
    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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    max-width: 952px;
	margin: 0 auto;
}
.home-offers-col {
    height: 0.08rem;
    background-color: #c9c9c9;
    vertical-align: super;
    width: calc(33% - 80px);
}
.home-offers-txt-inline {
    display: inline-block;
}
.home-offers-heading-txt {
    font-size: 32px;
    line-height: 130%;
    font-weight: 600;
    color: rgb(36, 36, 53);
	background: transparent;
	padding: 0 10px;
	min-width: 424px;
    text-align: center;
	letter-spacing: 0.12rem;
}
/*.home-offers-recent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/
.deal-teaser-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	row-gap: 40px;*/
}
/*.deal-teaser-container .col-sm-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/
.deal-teaser-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.deal-teaser-wrap {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
	margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
}
.deal-teaser-reveal {
	width: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    background-color: #FFF;
    /*border: 1px solid rgb(232, 232, 232);*/
	box-shadow: rgba(28, 28, 28, 0.14) 0px 1.42623px 2.85246px;
	-webkit-box-shadow: rgba(28, 28, 28, 0.14) 0px 1.42623px 2.85246px;
	/*-webkit-box-shadow: rgb(0 0 0 / 3%) 0px -1px 0px 0px, rgb(0 0 0 / 20%) 0px 0px 2px 0px, rgb(0 0 0 / 12%) 0px 4px 2px -2px, rgb(0 0 0 / 16%) 0px 4px 8px -1px;
    box-shadow: rgb(0 0 0 / 3%) 0px -1px 0px 0px, rgb(0 0 0 / 20%) 0px 0px 2px 0px, rgb(0 0 0 / 12%) 0px 4px 2px -2px, rgb(0 0 0 / 16%) 0px 4px 8px -1px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;*/
}
.deal-teaser-reveal {
    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-teaser-reveal:hover {
	-webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    -moz-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-box-shadow: rgba(28, 28, 28, 0.08) 0px 4px 8px;
    box-shadow: rgba(28, 28, 28, 0.08) 0px 4px 8px;
    cursor: pointer;
}*/
.deal-teaser-reveal, .deal-teaser-reveal .item-image {
    -webkit-border-radius: 16px;
    -moz-border-radius: 116px;
    border-radius: 16px;
}
.deal-teaser-pic {
	padding: 8px 8px 0;
}
.deal-teaser-content {
    border: none;
    border-top: 0;
    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;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.deal-teaser-content {
	min-height: 165px;
}
.deal-teaser-detail {
    padding: 16px;
}
.deal-teaser-title {
    font-size: 20px;
    line-height: 1.575;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: rgb(36, 36, 53);
    font-weight: 600;
	letter-spacing: 0.04rem;
    text-decoration: none;
}
.deal-teaser-title small {
    display: block;
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
}
.deal-teaser-smdesc {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.675;
    font-weight: 400;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}
.deal-teaser-base {
	width: 100%;
    position: relative;
    padding: 14px 16px 16px;
    border-top: 1px solid #e3e3e3;
}
.deal-teaser-base:before, .deal-teaser-base:after {
    border-style: solid;
    content: " ";
    left: 40px;
    position: absolute;
    top: -1px;
}
.deal-teaser-base:before {
    border-width: 8px;
    margin-left: -8px;
    border-color: #dad9d9 transparent transparent;
}
.deal-teaser-base:after {
    border-width: 7px;
    margin-left: -7px;
    border-color: #FFF transparent transparent;
}
.deal-teaser-base-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-pack: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*.deal-teaser-basetxt {
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.32rem;
    line-height: 1.625;
    color: rgb(97, 97, 97);
}
.deal-teaser-basetxt {
	display: block;
    font-size: 13px;
    line-height: 1.5;
	font-weight: 500;
}*/
.deal-teaser-price {
    font-size: 20px;
    line-height: 1.375;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
	color: rgb(36, 36, 53);
}
.deal-teaser-basetxt, .deal-teaser-price small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
	color: #4d4d4d;
}
.deal-teaser-checker {
    margin-top: 15px;
    white-space: normal;
}
.deal-teaser-checker ul {
    margin: 0;
}
.deal-teaser-checker ul li {
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.deal-teaser-checker ul li {
    position: relative;
	font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #717171;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}
/*.deal-teaser-checker ul li [class*=" icon-"] {
    margin-right: 15px;
}*/
/*--------------------------------------------------------------
# All product listing
--------------------------------------------------------------*/
/*.product-tag {
	position: absolute;
    top: 20px;
    left: 20px;
	z-index: 1;
}
.product-tag-label {
	display: inline-block;
	font-weight: 600;
	font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    color: rgb(255, 255, 255);
    background-color: #ba0c2f;
    padding: 0.5rem 1.5rem;
}*/
.product-tab-wrapper {
	padding: 30px 24px 5px;
	position: sticky;
	-webkit-position: sticky;
    transition: top .25s;
	-webkit-transition: top .25s;
	top: -4rem;
	z-index: 1;
}
.product-tab-flow {
	top: -1rem;
	padding-top: 20px;
	background-color: #FFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
}
.product-tab-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-tab {
	margin-bottom: 15px;
	margin-right: 20px;
}
.product-tab-btn {
	min-width: 100px;
	height: auto;
	padding: 0.85em 1.5em;
	background-color: #FFF;
	border: 1px solid #d2d2d2;
}
.product-tab-btn.selected {
	background-color: #222;
}
.product-tab-btn.selected .product-tab-name {
	color: #FFF;
}
.product-tab .product-tab-btn.dummy {
	padding: 8px 20px;
	border: none;
	background-color: #e6e7e8;
}
.product-tab .product-tab-name {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: capitalize;
}
.product-card-wrapper {
	padding: 20px 24px 0;
}
.product-card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.product-card-col {
	margin-bottom: 40px;
	width: 47.5%;
}
.product-card-wrap {
    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;
}
.product-card-wrap {
    overflow: hidden;
	border-bottom: none;
    background-color: #FFF;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    /*box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 0px 2px;*/
	height: 100%;
}
.product-card-image {
	padding: 10px 10px 0;
}
.product-card-detail {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-card-detail {
    padding: 20px 20px 30px;
    background-color: #FFF;
}
/*.product-card-tp {
	min-height: 124px;
}*/
.product-card-title {
    display: block;
    font-size: 22px;
    line-height: 1.475;
    font-weight: 600;
    color: rgb(36, 36, 53);
    overflow-wrap: break-word;
}
.product-card-subtitle {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.275;
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
}
.product-card-smdesc {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}
.product-card-alert {
	background-color: #f5f5f5;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
/*.product-card-text {
    font-size: 14px;
    line-height: 1.675;
    font-weight: 400;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}*/
.product-card-checker {
    white-space: normal;
}
.product-card-checker ul {
    margin: 0;
}
.product-card-checker ul li {
    position: relative;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #717171;
}
.product-card-checker ul li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.product-card-checker .svg-chklist {
    margin-right: 8px;
    fill: rgb(113, 113, 113);
}*/
/*.product-card-checker .subh-ico1,.deal-teaser-checker .subh-ico1 {
    font-size: 14px;
}
.product-card-checker .subh-ico1:before,.deal-teaser-checker .subh-ico1:before {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 2px;
    top: -3px;
    left: 0;
    border: 1px solid rgba(0,0,0,.3);
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
}*/
.product-card-footer {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-card-footer {
	margin-top: auto;
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
}
.product-card-footer-dt {
    font-size: 14px;
    line-height: 1.475;
    font-weight: 500;
    color: rgb(36, 36, 53);
	text-align: left;
    margin-right: 20px;
}
.product-unit-wrapper {
	max-width: 1056px;
    margin: 0 auto;
    padding: 20px 15px;
}
.product-unit-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.product-unit-info-wrapper {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
    /*-webkit-box-shadow: 0 0 0.125rem 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0.125rem 0 rgba(0,0,0,.5);*/
    /*border-radius: 6px;
    -webkit-border-radius: 6px;*/
    /*border: 1px solid #d3d3d3;*/
	-webkit-box-shadow: 0 5px 45px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 45px 0 rgba(0, 0, 0, .2);
}
/*.product-unit-info-wrapper:not(.virtual):hover {
    box-shadow: 1px 1px 10px 0 rgba(1,1,1,.15);
    -webkit-box-shadow: 1px 1px 10px 0 rgba(1,1,1,.15);
    -moz-box-shadow: 1px 1px 10px 0 rgba(1,1,1,.15);
	border: 1px solid #ededed;
}*/
.product-unit-info-pic {
    flex-basis: 100%;
    flex-grow: 0;
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 0;
    max-width: 200px;
    margin-right: 15px;
}
.product-unit-pic-wrap {
    overflow: hidden;
    position: relative;
    height: 180px;
    width: 100%;
    background-color: #e3e3e3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.product-unit-pic-vl {
    height: 100%;
    position: relative;
}
.product-unit-pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.product-unit-info-lt {
	/*-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;*/
    width: 100%;
    padding-right: 20px;
}
.product-unit-info-rt {
    /*-webkit-flex: 1 1 180px;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;*/
    width: 100%;
    max-width: 180px;
    text-align: right;
}
.product-unit-wrapper .product-unit-info:last-of-type {
    margin-bottom: 0;
}
.product-unit-name {
    font-size: 20px;
    line-height: 1.575;
    font-weight: 600;
    color: rgb(36, 36, 53);
}
/*.product-unit-info .product-btn {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
	min-width: 112px;
    height: auto;
    color: #fff;
    background-color: #333;
    border: 1px solid #fff!important;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}*/
.product-timestamp {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
	font-weight: 500;
	color: #2e3032;
	letter-spacing: 0.14rem;
}
/*.product-card-features ul {
    display: block;
	margin-top: 15px;
    margin-bottom: 0;
}
.product-card-features ul li {
    position: relative;
    float: left;
    width: 48%;
	font-size: 14px;
    line-height: 20px;
	color: #333;
    margin-bottom: 10px;
    padding-right: 36px;
    padding-left: 20px;
    overflow-wrap: break-word;
}
.product-card-features ul li::before {
    content: "\ea11";
    font-family: 'go_font_v21';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #837c7c;
}*/
.product-gallery-nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    padding: 12px 15px;
    /*background-color: #FFF;*/
    white-space: nowrap;
    -ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
	-webkit-border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
}
.product-gallery-nav .slick-dots {
    display: inline-block !important;
    padding: 0 15px;
	margin: 0;
}
.product-gallery-nav .slick-dots li {
    display: inline-block;
    padding: 5px;
}
.product-gallery-nav .slick-dots li button {
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    padding: 0;
	border-style: none;
    outline: 0;
    -webkit-border-radius: 50%;
	border-radius: 50%;
    background: rgba(255,255,255,.4);
    text-indent: -9999px;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/*.product-gallery-nav .slick-dots li button {
    display: block;
    position: relative;
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    background: rgba(0,0,0,.2);
    text-indent: -9999px;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.product-gallery-nav .slick-dots li.slick-active button {
    background: #333;
}*/
.product-gallery-nav .slick-dots li button:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 15px;
    height: 15px;
    border: 1px solid #B2885E;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.product-card-features .product-read-more {
	display: block;
    position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0;
    border: none;
    outline: 0;
	color: #0063fb;
    background-color: transparent;
}
.product-card-wrap .arrow-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 43px;
    transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
    outline: 0px none;
}
.product-card-wrap .arrow-prev-section {
    left: 10px;
}
.product-card-wrap .arrow-next-section {
    right: 10px;
}
.product-card-wrap .arrow-section > span {
    position: absolute;
    top: 45%;
    width: 21px;
    height: 62px;
    margin-top: -21px;
    z-index: 9;
    text-align: center;
}
.product-card-wrap .arrow-section > .left-arrow {
    background: url(../../../../../../images/icon/slider_arrows.png) no-repeat scroll -10px -9px / 80px auto transparent;
    left: 0;
	cursor: pointer;
}
.product-card-wrap .arrow-section > .right-arrow {
    background: url(../../../../../../images/icon/slider_arrows.png) no-repeat scroll -51px -9px / 80px auto transparent;
    right: 0;
	cursor: pointer;
}
.arrow-section.disabled > .arrow {
    opacity: 0.5;
	cursor: default;
}
/*.product-unit-info .btn {
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-unit-info .btn {
    padding: 0;
    height: auto;
    border: none;
	background: none;
}
.product-unit-info .arrow-next-icon {
    height: 28px;
    width: 28px;
	fill: #fff;
    margin-right: 8px;
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
}*/
.product-all-pic-wrap {
	position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    user-select: none;
    cursor: pointer;
    transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.product-all-pic-wrap, .product-all-pic {
    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;
}
.item-image-wrap:hover .product-all-pic-wrap {
    opacity: 1;
	z-index: 1;
}
/*.product-all-pic {
    font-size: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
}*/
.product-all-pic-nos {
    font-size: 16px;
    line-height: 24px;
    color: rgb(36, 36, 53);
    margin-left: 6px;
}
/*--------------------------------------------------------------
# Unit tool tip
--------------------------------------------------------------*/
.unit-tip-info {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-left: 6px;
}
.unit-tip-info .fa-info-circle {
    color: rgb(36, 36, 53);
}
.unit-tip-explain {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	top: 120%;
    right: -15px;
    opacity: 0;
	z-index: 4;
    padding: 0.5rem 1rem;
    position: absolute;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
	width: 200px;
	transition: visibility .2s linear,opacity .2s linear;
	-webkit-transition: visibility .2s linear,opacity .2s linear;
}
.unit-tip-explain {
    background-color: #333;
    -webkit-box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #333;
}
.unit-tip-explain:after, .unit-tip-explain:before {
    border-style: solid;
    content: " ";
    position: absolute;
    right: 30px;
    top: -12px;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.unit-tip-explain:before {
    border-width: 8px;
    margin-left: -8px;
    border-color: #333 transparent transparent;
}
.unit-tip-explain:after {
    border-width: 7px;
    margin-left: -7px;
    border-color: #333 transparent transparent;
}
.unit-tip-text {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
	line-height: 1.2;
    width: max-content;
}
.unit-tip-info:hover .unit-tip-explain {
	opacity: 1;
	cursor: pointer;
	visibility: visible;
}
@media (min-width: 992px) {
.product-tab-wrapper, .product-card-wrapper {
   max-width: 1430px;
}
}
@media only screen and (max-width: 991.98px) {
.page-content__static {
	margin: 0 auto;
    padding: 40px 0;
    background-color: transparent;
    border-radius: none;
	-webkit-border-radius: none;
    border: none;
}
.deal-teaser-wrap {
	width: 50%;
}
}
@media only screen and (max-width: 767.98px) {
.home-offers-hr {
	margin: 60px 0 30px;
}
.home-offers-heading {
    /*margin: -10px auto 16px;*/
}
.home-offers-heading .home-offers-heading-txt {
    min-width: 350px;
    font-size: 24px;
    margin-bottom: 0;
}
.contact-wrapper-bg {
    display: none;
}
.contact-wrapper-content {
    min-height: auto;
	padding: 30px;
    background-color: #FFF;
}
.contact-wrapper-content-info {
    width: 100%;
	padding: 0;
	box-shadow: none;
    -webkit-box-shadow: none;
}
.product-tab-wrapper, .product-card-wrapper {
   padding-right: 20px;
   padding-left: 20px;
}
.product-tab-wrapper {
	position: relative;
	-webkit-position: relative;
    transition: none;
	-webkit-transition: none;
	top: unset;
}
}
@media only screen and (max-width: 600px) {
.deal-teaser-container {
    display: block;
}
.deal-teaser-wrap {
    width: 100%;
}
.product-card-row {
    display: block;
}
.product-card-col {
    width: 100%;
}
/*.product-card-wrap {
    margin-bottom: 30px;
    width: 100%;
}
.product-card-title {
    font-size: 20px;
    line-height: 26px;
}*/
.product-unit-info {
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	padding: 15px;
}
.product-unit-info-lt {
    padding-right: 0;
}
.product-unit-info-rt {
    margin-top: 20px;
    -webkit-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
}
.product-unit-info-rt .btn.mwidth {
    min-width: 100%;
}
.msg-form-horizontal .msg-form-group {
    width: 100%;
}
.msg-form-horizontal .msg-form-group.submit-message {
    position: relative;
    top: auto;
    right: auto;
}
.msg-form-horizontal textarea {
    padding: 16px 8px;
}
.msg-form-horizontal .msg-form-group.info {
    float: none;
}
.msg-form-horizontal .msg-form-group.buttons {
    margin-left: 0;
    float: none;
}
}
@media (min-width: 1200px) {
.product-card-row {
	-webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
	margin: 0 -12px;
}
.product-card-col {
	width: 33.3333%;
	padding: 0 12px;
}
}
@media (min-width: 1440px) {
.product-tab-wrapper, .product-card-wrapper {
	padding-right: 7vw;
	padding-left: 7vw;
	max-width: 100%;
}
}