body {

	font-size: 14px;
    line-height: 24px;
}

.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    box-shadow: 0 0 25px rgb(0 0 0 / 30%);
}

.sticky .header-light.header-always-fixed-scroll, .sticky.header-appear .header-light {
    backdrop-filter: blur(20px);
    background-color: #000000a8 !important;
}

.text-right {
    text-align: right;
}

.full-screen, .fullscreenabanner, .mobileoff-fullscreen-top-space {
  height: 800px
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-fraction {
    bottom: 30px;
}

.bg-gradient-1 {
    background: linear-gradient(180deg, #c3c3c3 0%, #FFFFFF 70%);
}

.product-badge {
    font-size: 17px;
    padding: 10px 10px;
    border-radius: 4px;
}

.product-badge.orange {
    background-color: #e5dd12;
}

.btn.btn-yellow-ochre {
    background: #e5dd12;
    border-color: #e5dd12;
    color: #000;
}

.btn-link.text-yellow-ochre, .text-yellow-ochre, a.text-yellow-ochre-hover:hover {
    color: #e5dd12;
}

.btn.btn-yellow-ochre:focus, .btn.btn-yellow-ochre:hover {
    background: 0 0;
    color: #000;
}

.bg-yellow-ochre {
    background-color: #e5dd12;
}

.btn.btn-yellow-ochre:focus, .btn.btn-yellow-ochre:hover {
    background: 0 0;
    color: #e5dd12;
}

.product-badge {
    color: #000;
}

.features_table .line {
    overflow: hidden;
    color: #000;
    padding: 3px 15px 3px;
    border-bottom: 1px solid rgb(0 0 0 / 28%);
}

.features_table .line .left {
    font-weight: bold;
    color: #000;
    float: left;
    width: 49%;
}

.features_table .line .right {
    float: right;
}

.ga-option .fa {
    color: #c89965;
	margin-right: 10px;
    padding-left: 10px;
}

.ga-option {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 6px;
    padding-bottom: 6px;
}


/* --- responsive ----------------- */

@media (max-width: 767px){
	
	.w-70 {
    width: 90%;
}

.cover-background {
    background-size: contain !important;
    background-position: top center !important;
}	
	
.one-third-screen {
    height: 470px !important;
}	
	
	
	
	
}















