/*------------------------------------*\
    Fonts
\*------------------------------------*/

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype'),
         url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
    Default Style
\*------------------------------------*/

.slick-list, .slick-track { touch-action:pan-y; }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: #272626;
    background-color: #fff;
    font-family: 'poppins';
}

video {
	float: left;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
ul { list-style: none; }
li { display: inline-block; }
a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    outline: none !important;
}
strong {
    font-weight: normal;
    font-family: 'poppins-bold';
}

h1, h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: 'poppins-medium';
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
}

@media (min-width: 1025px) {
	h1, h2 {
		font-size: 35px;
    	line-height: 40px;
	}
	p { font-size: 16px; }
}

/*------------------------------------*\
    Effects
\*------------------------------------*/

a,
a:after,
a:before,

.btn,
.btn:after,
.btn:before,

input,
button,
select,
textarea,
.menu-icon span,
.sac-link img,
.page-header,
.logo img,
.ct100:after,
.ct200:after,
.personalize-img,
span.hasachild {
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}

/*------------------------------------*\
    Global Style
\*------------------------------------*/

.page-header,
.nav-primary,
.page-main,
.page-content,
.page-footer,
.masthead {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px 0;
}
.logo {
    width: 140px;
    position: relative;
}
.logo img:nth-child(1) { opacity: 1; }
.logo img:nth-child(2) {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}
.menu-icon {
    float: right;
    width: 32px;
    cursor: pointer;
    margin-top: 6px;
}
.menu-icon span {
    display: block;
    background-color: #000;
    height: 4px;
    width: 100%;
    background-color: #212121;
    border-radius: 4px;
}
.menu-icon span:not(:first-child) { margin-top: 4px; }

.nav-primary {
    position: absolute;
    top: 43px;
    left: -5px;
    width: calc(100% + 10px);
    background: rgba(0, 0, 0, .7);
    display: none;
	max-height: calc(85vh - 53px);
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav-primary ul {
    padding: 10px 0;
    float: left;
    width: 100%;
}
.nav-primary li { display: block; }
.nav-primary a,
.nav-primary span.hasachild {
    font-family: 'poppins-medium';
    color: #fff;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

@media (min-width: 1025px) {
	.page-header { padding: 10px 0 0; }
    .logo { width: 178px; }
    .nav-primary {
        display: inline-block !important;
        float: right;
        width: auto;
        margin-top: 10px;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
		overflow-x: inherit;
    	overflow-y: inherit;
    }
    .nav-primary ul { padding: 0; }
    .nav-primary a,
	.nav-primary span.hasachild {
        font-size: 14px;
        color: #272626;
        padding:  0;
    }
    .nav-primary a:hover,
	.nav-primary span.hasachild:hover { color: #f4c73e; }
    .nav-primary li:not(:first-child) { margin-left: 25px; }
    .nav-primary li {
        display: inline-block;
        float: left;
    }
	.buy-li { padding-bottom: 21px; }
}

.hasachild img {
	position: absolute;
	width: 10px !important;
	top: 15px;
	right: 20px;
}

@media (min-width: 1025px) {
	.hasachild img { display: none; }
}

/*------------------------------------*\
    Sub Menu
\*------------------------------------*/

.submenu-container {
	display: none;
	float: left;
	width: 100%;
}
.submenu {
	padding: 0 !important;
	background-color: #fff;
}
.submenu-flags li a img {
	position: absolute;
    top: calc(50% - 9px);
    left: 40px;
    width: 18px !important;
}
.submenu-flags li a {
	padding-left: 65px !important;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #272626;
}
.submenu-flags li {
	float: left;
	width: 100%;
}
.submenu-flags li:not(:last-child) { border-bottom: 1px solid #d1d1d1 !important }

@media (min-width: 1025px) {
	.submenu-container {
		width: 180px;
		position: absolute;
		top: 42px;
		right: -10px;
		border: 1px solid #d1d1d1;
	}
	.submenu-flags li a {
		padding: 7px 10px 7px 35px !important;
		color: #272626 !important;
		font-size: 13px;
	}
	.submenu-flags li { margin-left: 0 !important; }
	.submenu-flags li a img {
		left: 10px;
		top: calc(50% - 10px);
	}
}

/*------------------------------------*\
    Sticky Header
\*------------------------------------*/

.stickyheader,
.menuactive { background: rgba(0, 0, 0, .7); }
.stickyheader .menu-icon span,
.menuactive .menu-icon span { background-color: #fff; }
.stickyheader .logo img:nth-child(1),
.menuactive .logo img:nth-child(1) { opacity: 0; }
.stickyheader .logo img:nth-child(2),
.menuactive .logo img:nth-child(2) { opacity: 1; }

.stickyheader { box-shadow: 0 4px 6px -6px black; }
.menuactive { box-shadow: none; }

@media (min-width: 1025px) {
    .stickyheader .nav-primary a,
	.stickyheader .nav-primary span.hasachild { color: #fff; }
    .stickyheader .nav-primary a:hover,
	.stickyheader .nav-primary span.hasachild:hover { color: #f4c73e; }
}

/*------------------------------------*\
    Home Page
\*------------------------------------*/

.homebanner {
    width: 100%;
    height: 90vh;
}
.homebanner-ct100,
.homebanner-ct200 { width: 100%; }
.homebanner video {
    object-fit: cover;
    width: 100%;
    height: 90vh;
    float: left;
    position: relative;
}
.home-button-container {
    position: absolute;
    bottom: 7vh;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.home-button-center {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
}
.ct100,
.ct200 {
    cursor: pointer;
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    font-family: 'poppins-medium';
    padding: 5px 0;
    overflow: hidden;
}
.ct100:before,
.ct200:before {
    position: absolute;
    z-index: -2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}
.ct100:after,
.ct200:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #f4c73e;
    top: 0;
}
.ct100:after { right: 0; }
.ct200:after { left: 0; }
.ct100.active:after,
.ct200.active:after { width: 100%; }
.ct100 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.ct200 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.homebanner-ct200 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

@media (min-width: 1025px) {
	.homebanner,
	.homebanner video { height: 100vh; }
	
    .home-button-container { bottom: 12vh; }
    .home-button-center { max-width: 460px; }
    .ct100,
    .ct200 {
        font-size: 25px;
        line-height: 25px;
    }
}

/*------------------------------------*\
    CT 100
\*------------------------------------*/

.page-video-banner { position: relative; }
.page-video-banner video {
    object-fit: cover;
    width: 100%;
    height: 90vh;
    float: left;
}
.page-video-banner img {
	width: auto !important;
	position: relative;
	left: -5px;
	top: -20px;
}
.showmore-btn {
	font-family: 'poppins-medium';
	font-size: 14px;
	background-color: #f5c740;
	padding: 15px;
	border-radius: 2px;
	cursor: pointer;
	margin: 20px auto 0;
	display: inline-block;
}

.global-content { text-align: center; }
.mobile-margin { margin-top: 30px; }
.global-section { margin-top: 50px; }
.global-section-margin-bottom { margin-bottom: 50px; }
.center-img img {
	width: auto !important;
	margin-top: 30px;
}
.global-content img { margin-top: 20px; }
.auto-img { width: auto !important; }

.show-info {
	margin-top: 25px;
	display: none;
	float: left;
	width: 100%;
}
.show-info li {
	display: block;
	position: relative;
	padding-left: 40px;
}
.show-info li:not(:first-child) { margin-top: 20px; }
.show-info span {
	font-family: 'poppins-medium';
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	display: inline-block;
}
.show-info p { text-align: left; }
.global-content-container.img-70 .show-info img.img-responsive {
	width: 22px !important;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}

@media (min-width: 768px) {
	.page-video-banner img { top: -50px; }
}

@media (min-width: 1025px) {
	.page-video-banner video { height: 100vh; }
	
	.global-section { margin-top: 100px; }
	.global-section-margin-bottom { margin-bottom: 80px; }
	.mobile-margin { margin-top: 0; }
	.global-content-container {
		position: relative;
		float: left;
		width: 100%;
	}
	.global-content-container.img-70 img {
		float: left;
		width: calc(100% - 520px) !important;
	}
	.global-content {
		background-color: #fff;
		box-shadow: 0 0 5px 1px #cecece;
		border-radius: 10px;
		padding: 50px;
		text-align: left;
		z-index: 2;
		float: left;
		position: relative;
	}
	.global-content-container.img-70 .global-content {
		margin-left: -30px;
		margin-top: 31px;
		width: 550px;
		float: right;
	}
	.content-col { padding: 0 50px; }
	.content-col-v2 { padding: 0 35px; }
	.dt-no-pr { padding-right: 0; }
	.dt-mt-60 { margin-top: 60px; }
	
	.absolute-content {
		position: absolute;
		z-index: 2;
		top: 21%;
    	left: 11%;
		width:  600px;
	}
	.absolute-content h2 strong { 
		font-family: 'poppins-medium';
		color: #f5c740;
	}
}

/*------------------------------------*\
    CT 200
\*------------------------------------*/

.page-id-30 .show-info { display: block; }
.page-id-30 .show-info p { margin-top: 0; }

.num-container span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'poppins-medium';
	border-radius: 50%;
	background-color: #f5c740;
}
.span-title {
	display: block;
	text-align: center;
	font-family: 'poppins-medium';
	margin-top: 10px;
	font-size: 17px;
}
.info-container { margin-top: 30px; }
.info-container a {
	font-family: 'poppins-medium';
    font-size: 14px;
    background-color: #f5c740;
    padding: 15px;
    border-radius: 2px;
    cursor: pointer;
    margin: 20px auto 0;
    display: inline-block;
	color: #272626;
}

.number-list li {
	position: relative;
	padding-left: 40px;
	text-align: left;
}
.number-list li span {
	position: absolute;
	top: 19px;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f5c740;
	display: inline-block;
	font-family: 'poppins-medium';
	color: #fff;
	line-height: 25px;
	text-align: center;
}
.ct200-slider { margin-top: 30px; }
.ct200-slider .slick-dots { bottom: 20px; }
.ct200-slider .slick-dots li {
	width: 18px;
    height: 18px;
	background: #a0a0a0;
    border: 1px solid #a0a0a0;
}
.ct200-slider .slick-dots li.slick-active {
	background: #ffd043;
    border: 1px solid #ffd043;
}
.personalize-list {
	width: auto;
	display: inline-block;
	margin-top: 30px;
}
.personalize-list li { float: left; }
.personalize-list li:not(:last-child) { margin-right: 15px; }
.personalize-item {
	width: 80px;
	cursor: pointer;
	text-align: center !important;
}
.personalize-list span {
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
	margin-top: 5px;
}
.personalize-img {
	width: 100%;
	border-radius: 50%;
	border: 4px solid #fff;
}
.personalize-img img { margin-top: 0 !important; }
.personalize-img.active { border: 4px solid #f5c740; }
.personalize-big-img { display: none; }
.personalize-big-img.active { display: block; }
.personalize-mobile-container {
	float: left;
	width: 100%;
}

@media (min-width: 1025px) {
	.info-row { margin-top: 30px; }
	.img-container {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 215px;
	}
	.img-container img { max-width: 308px; }
	.dt-pl-30 { padding-left: 30px; }
	.dt-no-pl { padding-left: 0; }
	
	.personalize-item { width: 108px; }
	.personalize-list li:not(:last-child) { margin-right: 20px; }
	.personalize-list span {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 1200px) {
	.img-container { height: 240px; }
	.img-container img { max-width: 346px; }
}

/*------------------------------------*\
    Specification Table
\*------------------------------------*/

.table-container {
	float: left;
	width: 100%;
	margin: 30px -20px 0;
	width: calc(100% + 40px);
}
.table-container table {
	border-collapse: collapse;
	float: left;
	width: 100%;
}
.table-container th,
.table-container td {
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.table-container th {
	border-left: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	max-width: 190px;
}
.table-container td {
	border-right: none;
	font-size: 14px;
}
.table-container tr:nth-child(even),
.table-container tr:nth-child(even) th { background-color: #f9f9f9; }
.table-container tr:nth-child(odd),
.table-container tr:nth-child(odd) th { background-color: #fff; }

.table-container-ct200 {
	overflow-y: hidden;
    overflow-x: scroll;
}
.table-container-ct200 th {
	position: sticky;
	left: 0;
}
.table-container-ct200 th:before {
	background: linear-gradient(90deg, #fff 55%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: '';
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 23px);
}

@media (min-width: 768px) {
	.table-container-ct200 { overflow-x: hidden; }
	.table-container-ct200 th,
	.table-container-ct200 td { width: 16.66666667% !important; }
	.table-container-ct200 th:before { display: none; }
}

@media (min-width: 1025px) {
	.table-container {
		margin: 30px 0 0;
		width: 100%;
	}
	.table-container th {
		border-left: 1px solid #d1d1d1;
		width: 17%;
	}
	.table-container td { border-right: 1px solid #d1d1d1; }
}

/*------------------------------------*\
    Help Center
\*------------------------------------*/

.no-banner-margin { margin-top: 105px; }
/* .tc-h1 {
	font-size: 25px;
	font-family: 'poppins';
} */
.hc-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.hc-button-img {
	max-width: 163px !important;
	min-width: 120px !important;
	cursor: pointer;
}
.hc-button-img:first-child { margin-right: 20px; }
.toggle-container { margin-top: 50px; display: none; }
.contact-item { margin-top: 50px; }
.contact-item img { width: 60px !important; }
.contact-item span {
	display: block;
	margin-top: 20px;
	font-family: 'poppins-bold';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-item p a { color: #337ab7; }
.contact-item a:hover { color: #f4c73e; }
.contact-item p {
	font-size: 13px;
	line-height: 25px;
}
.ph-container {
	float: left;
	width: 100%;
	margin-top: 10px;
}

@media (min-width: 1025px) {
	.no-banner-margin { margin-top: 120px; }
	.toggle-container { margin-top: 100px; }
	.contact-list {
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
	}
	.contact-item { text-align: left; }
}

/*------------------------------------*\
    Product Manuals
\*------------------------------------*/

.sidebar-col {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.sidebar-list {
	box-shadow: 0 0 21px -5px #9d9898;
	background-color: #fff;
	float: left;
	width: 100%;
}
.sidebar-breadcrumbs {
	float: lef;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.sidebar-breadcrumbs a { color: #272626; }
.sidebar-breadcrumbs span { color: #ffd043; }
.sidebar-title {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'poppins-bold';
	padding: 10px 20px;
	line-height: 13px;
}
.sidebar-list li {
	display: block;
	border-top: 1px solid #d7d7d7;
}
.sidebar-list li span {
	display: block;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 25px;
}

.pdf-col {
	float: left;
	width: 100%;
	background-color: #333;
	height: 500px;
	margin-top: 30px;
}
.pdf-col iframe {
	width: 100%;
	height: 100%;
}
.pm-item.active { background-color: #ececec; }

@media (min-width: 1025px) {
	.sidebar-col {
		width: 28%;
		text-align: left;
	}
	.sidebar-list {
		min-height: 500px;
		height: 100%;
	}
	.sidebar-list li:last-child { border-bottom: 1px solid #d7d7d7; }
	.pdf-col {
		width: calc(72% - 20px);
		float: right;
		margin-top: 91px;
	}
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.page-footer { padding: 50px 0 20px; }
.page-footer p {
    text-align: justify;
    font-family: 'poppins-light';
    font-size: 12.5px;
    margin-top: 20px;
    line-height: 20px;
}
.copyright p {
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid #171717;
}
.footer-title {
    font-family: 'poppins-medium';
    font-size: 17px;
    text-align: left;
    display: block;
    margin: 30px 0 9px;
}
.page-footer li {
    display: block;
    text-align: left;
    border-top: 1px solid #272626;
    padding: 9px 0;
}
.page-footer li a {
    font-size: 12.5px;
    font-family: 'poppins-light';
    color: #272626;
    position: relative;
    line-height: 20px;
    padding-left: 20px;
}
.page-footer li p {
    margin-top: 0;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.page-footer li a img,
.page-footer li p img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px !important;
}
.page-footer li:first-child img { top: 4px; }
.page-footer ul { margin-bottom: 10px; }
.ship-text {
    font-size: 17px;
    font-family: 'poppins-medium';
    display: block;
}
.recycling-link {
    font-size: 17px;
    font-family: 'poppins-medium';
    color: #272626;
}
.sac-link {
    width: 100%;
    max-width: 250px;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    padding: 8.5px 10px;
    background-color: #fcb900;
    color: #000;
    border-radius: 5px;
}
.sac-link:hover {
    background-color: #333;
    color: #c99e62;
}
.sac-link img {
    position: absolute;
    top: 11px;
    left: 15px;
}
.sac-link:hover img:nth-child(2) { opacity: 0; }
.instagram-link {
    max-width: 200px;
    margin: 25px auto 0;
}

@media (min-width: 1025px) {
    .footer-center { padding: 0 50px; }
    .footer-title {
        padding: 12px 0 20px;
        margin: 0;
    }
    .page-footer ul { margin-bottom: 30px; }
    .page-footer li {
        padding: 0;
        border-top: none;
    }
    .page-footer li:not(:last-child) { margin-bottom: 10px; }
    .sac-link {
		margin: 3px auto 0;
		font-size: 13px;
	}
	
	.sac-col { padding: 0 5px; }
	.sac-link img { top: 9px; }
}

/*------------------------------------*\
    Footer - WhatsApp
\*------------------------------------*/

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-color: #fff;
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 11px 0 0 13px;
}

.whatsapp-icon img {
    width: 35px !important;
    height: 35px !important;
}

/*------------------------------------*\
    Menu Active Links
\*------------------------------------*/

.page-id-28 .nav-primary li:nth-child(1) a,
.page-id-30 .nav-primary li:nth-child(2) a,
.page-id-32 .nav-primary li:nth-child(4) a,
.page-id-34 .nav-primary li:nth-child(5) a,
.page-id-36 .nav-primary li:nth-child(5) a { color: #f4c73e; }

.cky-notice-des p a {
	color: #F4C73E;
	font-family: 'poppins-medium';
}
.cky-title { display: none; }

/*------------------------------------*\
    Error
\*------------------------------------*/

.error-container h1 {
	font-size: 60px;
	line-height: 60px;
}
.error-container a {
	width: 200px;
	background-color: #f4c73e;
    padding: 20px;
	color: #000;
    margin: 25px auto 0;
}

@media (min-width: 1025px) {
	.error-container h1 {
		font-size: 80px;
		line-height: 80px;
	}
}

/*------------------------------------*\
    Consent
\*------------------------------------*/

.consent-message { margin-top: 20px !important; text-align: left; }
.consent-message .wpcf7-list-item { margin: 0 !important; }
.consent-message input { margin: 0 5px 0 0 !important; }
.consent-message p,
.consent-message ul {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.consent-message .wpcf7-list-item-label { font-size: 14px !important; }
.consent-message li { display: block; }
.consent-message .showpop {
	cursor: pointer;
	color: #f4c73e;
}

/*------------------------------------*\
    Pop-up
\*------------------------------------*/

.pop-info-opacity {
    background: rgba(51, 51, 51, .5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999999;
    display: none;
}
.pop-info-flex {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.pop-info-center {
    max-width: 800px;
    max-height: 500px;
    text-align: center;
    padding: 30px 0 30px 30px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #f4c73e;
    margin: 30px;
}
.pop-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 440px;
    padding-right: 30px;
}
.pop-scroll p:first-child {
    margin-top: 0;
}
.pop-scroll p {
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 22px;
}
.pop-scroll p a {
    color: #272626;
}
.pop-scroll p a:hover {
    color: #f4c73e;
}
.pop-scroll ul {
    margin-top: 15px;
    text-align: left;
}
.pop-scroll li {
    display: block !important;
    line-height: 22px;
}

/* ------------------- *\
 	New Sticky Footer
\* ------------------- */
.sticky-quote {
	position: fixed;
    display: flex;
    background-color: white;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	gap: 15px;
	z-index: 999999999 !important;
}

.sticky-quote div {
	background-color: #fff;
    border: 1px solid #D0D1D2;
    height: 35px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    width: 100%;
    border-radius: 5px;
}

.sticky-quote div.quote-btn {
	max-width: 320px !important;
	border: 1px solid #f4c73e;
	background-color: white !important;
}

.sticky-quote div:hover {
	background-color: #f6f6f6 !important;
	cursor: pointer;
}

.sticky-quote div a {
	color: #333333;
	font-size: 14px !important;
}

.sticky-quote div.quote-btn a {
	color: #f4c73e !important;
}

.sticky-quote img {
	width: 20px !important;
	height: auto;
	margin-bottom: -5px !important;
}

.page-id-32 .sticky-quote {
	display: none !important;
}

.whatsapp-icon {
	display: none;
}

.page-id-32 .whatsapp-icon {
	display: block !important;
}

@media (min-width: 1025px) {
	.sticky-quote {
		height: 65px !important;
	}
	
	.sticky-quote div {
		height: 40px !important;
	}

	.sticky-quote div a {
		font-size: 16px !important;
	}

	.sticky-quote img {
		width: 25px !important;
		margin-bottom: -6px !important;
	}
}

.socmed-section {
	display: flex;
	justify-content: center;
	gap: 16px;
/* 	margin-top: 40px; */
}

.socmed-section a {
	width: 40px !important;
}

.socmed-icon {
	transition: transform 0.3s ease;
}

.socmed-icon:hover {
	transform: scale(1.3);
}

.socmed-section {
	max-width: 280px !important;
	margin: auto !important;
	margin-top: 40px !important;
}

.footer-center .shipping {
	text-align: center !important;
	font-family: 'NNS-bold' !important;
}

@media(min-width: 1025px) {
	.footer-center .shipping {
		text-align: left !important;
	}
}

.download-div img { max-width: 280px !important; }
.download-div { margin-top: 40px; }

@media (min-width: 1025px) {
	.footer-flex { display: flex; }
	.download-col { position: relative; }
	.socmed-section {
		position: absolute;
		bottom: 10px;
		left: 5px;
		padding-left: 0;
		width: calc(100% - 10px);
	}
	.download-div { margin-top: 210px; }
}