/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&display=swap');
@import url('../fonts/interstate/stylesheet.css');

/* #Site Styles
================================================== */
/* ### general ### */
:root { scroll-behavior: unset; }
html,
body { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; color: #091b15; }
body { background: #f9f4f0; }
body.scroll-hidden { overflow: hidden; }
input,
select,
textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 300; color: #cccccb; background-color: #fff; }
img { display: block; max-width: 100%; height: auto; border: 0; }
:focus { outline: none; }
a { display: inline-block; transition: all 0.3s ease-in-out; }
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration { display: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Nunito Sans', sans-serif; font-weight: 700; line-height: 1; color: #091b15; }
h1 { font-size: 64px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
.btn { padding: 11px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500; }
.btn i { margin-left: 18px; font-size: 12px; }
.btn-lg { padding: 15px 24px; font-weight: 700; }
.btn-lg i { margin-left: 22px; font-size: 18px; }
.btn-primary { color: #fff; border-color: #06bc7a; background-color: #06bc7a; }
.btn-primary:hover { border-color: #1be3a0; background-color: #1be3a0; }
.btn-secondary { color: #091b15; border-color: #ffdd40; background-color: #ffdd40; }
.btn-secondary:hover { color: #091b15; border-color: #ffec96; background-color: #ffec96; }
.btn-danger { background-color: #e71346; }
.btn-outline-primary { padding: 11px 19px; color: #06bc7a; border-color: #06bc7a; }
.btn-outline-primary:hover { color: #06bc7a; border-color: #06bc7a; background-color: rgba(6, 188, 122, 0.15); }
.btn-primary:focus,
.btn-secondary:focus { box-shadow: none; }
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus { box-shadow: none; }
.btn-link { padding: 0; display: inline-flex; font-weight: 700; text-decoration: none; color: #06bc7a; }
.btn-link i { margin-left: 18px; font-size: 12px; }
.btn-link:hover { color: #091b15; }
.form-label { margin-bottom: 6px; display: block; font-size: 12px; }
.form-select,
.form-control { width: 100%; height: 48px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #091b15; border: solid 1px #dbdbdb; }
.form-control:focus { color: #091b15; box-shadow: none; }
.form-control::placeholder { color: #cccccb; }
.form-label.is-invalid { color: #e71346; }
.form-control.is-invalid { border: solid 1px #e71346; }
.form-select { padding: 8px 15px; font-weight: 300; background: #fff url('../images/select-arrow.png') no-repeat center right 15px; appearance: none; cursor: pointer; }
.form-select:focus { border: solid 1px #06bc7a; box-shadow: none; }
textarea.form-control { height: 110px; resize: none; }
.form-check { margin-bottom: 0; padding-left: 0; }
.form-check input { display: none; }
.form-check label { padding-left: 30px; position: relative; font-size: 12px; line-height: 25px; color: #091b15; cursor: pointer; }
.form-check label:before { position: absolute; top: 0; left: 0; width: 24px; height: 24px; border: 1px solid #dbdbdb; border-radius: 5px; background-color: #fff; content: ''; cursor: pointer; }
.form-check input:checked + label:before { border: 1px solid #06bc7a; background-color: #06bc7a; }
.form-radio { margin-bottom: 8px; position: relative; }
.form-radio input { position: absolute; top: 0; opacity: 0; visibility: hidden; }
.form-radio .radio-label { padding: 16px 145px 15px 55px; position: relative; font-size: 14px; font-weight: 300; line-height: 1.7; border: solid 1px #f1f2f2; border-radius: 10px; cursor: pointer; }
.form-radio .radio-label span { margin-bottom: 8px; display: block; font-size: 14px; font-weight: 700; }
.form-radio .radio-label img { position: absolute; top: 57px; right: 30px; width: 97px; }
.form-radio .radio-label:before { position: absolute; top: 55px; left: 14px; width: 24px; height: 24px; border: solid 1px #dbdbdb; border-radius: 55px; content: ''; }
.form-radio input:checked ~ .radio-label:before { border: solid 1px #06bc7a; background-color: #06bc7a; }
.btn-back { margin-right: 36px; font-size: 16px; font-weight: 700; color: #06bc7a; }
.btn-back i { margin-right: 23px; font-size: 12px; }
.btn-back:hover { color: #000; }
.bg-overlay { padding: 20px; position: fixed; top: 0; left: 0; z-index: 1; opacity: 0; visibility: hidden; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); transition: all 0.3s ease-in-out; }
.bg-overlay.show { opacity: 1; visibility: visible; }

/* ### file-wrap ### */
.file-wrap { position: relative; width: 100%; height: 100%; border: dashed 1px #4e5460; }
.file-wrap img { width: 100%; height: 100%; object-fit: cover; }
.file-wrap .file-input { margin: 0; padding: 0; position: absolute; opacity: 0; width: 100%; height: 100%; outline: none; cursor: pointer; }
.file-wrap .file-text { padding: 10px 20px; width: 100%; height: 100%; }
.file-wrap .file-text i { font-size: 12px; color: #06bc7a; }
.file-wrap .file-text h6 { margin-bottom: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.5; color: #06bc7a; }
.file-wrap .btn-delete { position: absolute; top: 16px; right: 13px; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 12px; color: #fff; border-radius: 55px; background-color: #e71346; }

/* ### global classes ### */
.container { max-width: 1162px; }
.container-lg { max-width: 1432px; }
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { position: relative; z-index: 99; width: 100%; }

/* ### header box ### */
.headerBox { padding-top: 24px; padding-bottom: 24px; width: 100%; background-color: #fff; }
.headerBox .logo { width: 140px; }
.headerBox .right { margin-right: 15px; }
.headerBox .right a { margin-left: 16px; }
.headerBox .user { width: 48px; height: 48px; font-size: 24px; text-decoration: none; color: #06bc7a; border-radius: 75px; background-color: #f3ece6; }
.headerBox .search { width: 455px; }
.headerBox .search .form-control { padding-right: 60px; height: 56px; }
.headerBox .search .search-btn { position: absolute; top: 50%; right: 18px; width: 32px; height: 32px; color: #fff; border: 0; border-radius: 50%; background-color: #06bc7a; transform: translateY(-50%); }
.headerBox .search input::placeholder { color: #091b15; }

/* ### menu box ### */
.menuBox { padding-top: 7px; padding-bottom: 9px; width: 100%; background-color: #f3ece6; }
.menuBox ul { display: flex; justify-content: flex-end; list-style: none; }
.menuBox ul > li { margin-left: 33px; }
.menuBox ul > li > a { font-size: 14px; font-weight: 300; text-decoration: none; color: #091b15; }
.menuBox ul > li > a:hover { color: #1be3a0; }

/* ### mobileMenu ### */
.mobileMenu { position: absolute; top: 16px; right: 32px; z-index: 15; display: none; width: 48px; height: 48px; border-radius: 75px; background-color: #f3ece6; transition: all 0.3s; cursor: pointer; overflow: hidden; }
.mobileMenu span { position: absolute; top: 50%; left: 50%; display: block; width: 24px; height: 3px; text-indent: -9999px; border-radius: 75px; background-color: #06bc7a; transform: translateX(-50%) translateY(-50%); transition: all 0.2s ease-in-out; }
.mobileMenu span:before,
.mobileMenu span:after { position: absolute; left: 0; display: block; width: 100%; height: 3px; border-radius: 75px; background-color: #06bc7a; transition-duration: 0.2s, 0.2s; content: ''; }
.mobileMenu span:before { top: -6px; }
.mobileMenu span:after { bottom: -6px; }
.mobileMenu.active { background-color: #06bc7a; }
.mobileMenu.active span { width: 32px; background: none; }
.mobileMenu.active span:before,
.mobileMenu.active span:after { background-color: #fff; transition-delay: 0s, 0.2s; }
.mobileMenu.active span:before { top: 0; transform: rotate(45deg); }
.mobileMenu.active span:after { bottom: 0; transform: rotate(-45deg); }

/* ### content container ### */
#contentCntr { margin-top: 150px; width: 100%; }

/* ### hero box ### */
.heroBox { position: relative; display: flex; align-items: center; width: 100%; min-height: 640px; }
.heroBox h1 { margin-bottom: 12px; color: #fff; }
.heroBox h1 strong { color: #06bc7a; }
.heroBox h3 { margin-bottom: 25px; font-weight: 300; color: #fff; }
.heroBox .content { padding-top: 4px; position: relative; z-index: 1; }
.heroBox .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.heroBox .bg-image img { width: 100%; height: 100%; object-fit: cover; }

/* ### cta box ### */
.ctaBox { margin-bottom: 64px; position: relative; z-index: 2; width: 100%; }
.ctaBox .block { margin: -96px auto 0; max-width: 712px; border-radius: 16px; background-color: #fff; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.ctaBox .block ul { list-style: none; }
.ctaBox .block ul > li { width: 50%; }
.ctaBox .block ul > li > a { display: block; }
.ctaBox .block ul > li > a.btn { padding: 29px 20px; font-family: 'Nunito Sans', sans-serif; font-size: 24px; border-radius: 0; }
.ctaBox .block ul > li > a.btn i { margin-left: 8px; font-size: 24px; }
.ctaBox .text { padding: 20px; font-size: 14px; font-weight: 300; }
.ctaBox .text i { margin-right: 15px; font-size: 24px; color: #06bc7a; }
.ctaBox .text p { margin-bottom: 0; }
.ctaBox .text p a { font-weight: 700; text-decoration: none; color: #091b15; }
.ctaBox .text p a:hover { color: #06bc7a; }

/* ### product box ### */
.productBox { margin-bottom: 34px; width: 100%; }
.productBox h4 { color: #06bc7a; }
.productBox .title { margin-bottom: 36px; }

/* ### recent box ### */
.recentBox { padding-top: 71px; padding-bottom: 64px; width: 100%; background-color: #091b15; }
.recentBox .title { margin-bottom: 40px; }
.recentBox h4 { margin-bottom: 33px; color: #ffdd40; }
.recentBox h5 { color: #fff; }
.recentBox h5 a { text-decoration: none; color: #ffdd40; }
.recentBox h5 a:hover { color: #fff; }
.recentBox .js-recent-slider { margin-bottom: 33px; display: none; }
.recentBox .js-recent-slider.slick-initialized { display: block; }
.recentBox .items { margin-right: 36px; width: 258px; }
.recentBox .slick-list { margin-right: -36px; }
.recentBox.inner { padding-top: 0; width: 100%; background-color: #f9f4f0; }
.recentBox.inner h4 { margin-bottom: 41px; color: #091b15; }
.recentBox.inner .slick-arrow { color: #06bc7a; }
.recentBox.inner .slick-dots > li button { background-color: #d3b8a2; }
.recentBox.inner .slick-dots > li.slick-active button { background-color: #06bc7a; }

/* ### about box ### */
.aboutBox { padding-top: 71px; padding-bottom: 73px; position: relative; z-index: 1; width: 100%; background-color: #06bc7a; }
.aboutBox h2 { margin-bottom: 24px; line-height: 1.4; color: #fff; }
.aboutBox h2 strong { display: block; color: #ffdd40; }
.aboutBox h4 { margin-bottom: 69px; color: #ffdd40; }
.aboutBox .block { padding-bottom: 55px; }
.aboutBox .image { width: 100%; }
.aboutBox .image img { width: 100%; height: 100%; object-fit: cover; }
.aboutBox .content { width: 100%; }
.aboutBox .paragraph { color: #fff; }
.aboutBox .favicon { position: absolute; right: 232px; bottom: 0; z-index: -1; opacity: 0.5; pointer-events: none; }
.aboutBox.inner { background-color: #fff; }
.aboutBox.inner h4,
.aboutBox.inner h2,
.aboutBox.inner h2 strong { color: #091b15; }
.aboutBox.inner p { color: #091b15; }
/* Desktop, to put it bellow NavBar */
.aboutBox::before { content: ''; display: block; height: 150px; margin-top: -150px; visibility: hidden;}

/* ### faq box ### */
.faqBox { padding-top: 64px; padding-bottom: 66px; width: 100%; }
.faqBox h2 { margin-bottom: 26px; }
.faqBox h4 { color: #06bc7a; }
.faqBox .title { margin-bottom: 64px; }

/* ### accordion ### */
.accordion-item { border: 0; border-bottom: solid 1px #e1d6cd; background-color: transparent; }
.accordion-item h2 { margin-bottom: 0; }
.accordion-button { padding: 19px 39px; font-size: 24px; font-weight: 700; color: #091b15; background-color: transparent; }
.accordion-button:focus { box-shadow: none; }
.accordion-button:after { position: absolute; top: 22px; left: 5px; font-family: 'icomoon', sans-serif; font-size: 18px; background-image: none; content: '\e901'; }
.accordion-button:not(.collapsed) { color: #06bc7a; background-color: transparent; box-shadow: none; }
.accordion-button:not(.collapsed):after { position: absolute; top: 25px; left: 5px; font-family: 'icomoon', sans-serif; background-image: none; transform: rotate(90deg); content: '\e901'; }
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button { border-radius: 0; }
.accordion-item:first-of-type { border-top: solid 1px #e1d6cd; }
.accordion-item:last-of-type { border-radius: 0; }
.accordion-body { padding: 10px 0 22px; }
.accordion-body p { margin-bottom: 30px; }
.accordion-item:last-of-type .accordion-button.collapsed { border-radius: 0; }

/* ### subscribe box ### */
.subscribeBox { padding-top: 71px; padding-bottom: 49px; width: 100%; background-color: #091b15; }
.subscribeBox h4 { margin-bottom: 12px; color: #06bc7a; }
.subscribeBox .left { width: 80%; color: #fff; }
.subscribeBox .right { margin-top: 7px; padding: 12px 15px; color: #fff; border-radius: 5px; background-color: #30403a; }
.subscribeBox .form-control { width: 38%; font-weight: 300; color: #cccccb; border: 0; background-color: #30403a; }
.subscribeBox .form-check { width: 47%; }
.subscribeBox .form-check label { color: #fff; }

/* ### login box ### */
.loginBox { padding-top: 158px; position: relative; width: 100%; min-height: 640px; }
.loginBox h2 { margin-bottom: 26px; color: #fff; }
.loginBox h4 { margin-bottom: 21px; color: #fff; }
.loginBox .content { position: relative; z-index: 1; width: 90%; }
.loginBox .form-label { color: #fff; }
.loginBox .form-control { border: 0; }
.loginBox .link { margin-bottom: 47px; font-weight: 700; color: #fff; }
.loginBox .link:hover { text-decoration: none; }
.loginBox .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.loginBox .bg-image img { width: 100%; height: 100%; object-fit: cover; }
.loginBox .bg-image:after { position: absolute; top: 0; left: 0; width: 70%; height: 100%; background: linear-gradient(90deg, #231d10 39%, rgba(40, 32, 17, 0) 100%); content: ''; }

/* ### message box ### */
.messageBox { padding-top: 24px; padding-bottom: 24px; width: 100%; background-color: #e71346; }
.messageBox .text { font-weight: 300; letter-spacing: 0.3px; color: #fff; }
.messageBox .text p { margin-bottom: 0; }
.messageBox .close { position: absolute; top: 0; right: 13px; font-size: 18px; color: #fff; }
.messageBox.inner { background-color: #08a86e; }

/* ### heading box ### */
.headingBox { padding-top: 65px; padding-bottom: 68px; position: relative; z-index: 1; width: 100%; background-color: #06bc7a; overflow: hidden; }
.headingBox h1 { margin-bottom: 27px; color: #fff; }
.headingBox h1 i { margin-right: 11px; position: relative; top: -6px; left: 6px; font-size: 36px; }
.headingBox h3 { margin-bottom: 0; font-weight: 300; color: #fff; }
.headingBox p { font-weight: 300; letter-spacing: 0.3px; color: #fff; }
.headingBox p a { font-weight: 600; color: #fff; }
.headingBox p a:hover { text-decoration: none; }
.headingBox .shape { position: absolute; top: -81px; right: -100px; z-index: -1; opacity: 0.5; pointer-events: none; }
.headingBox .shape img { max-width: 100%; }
.headingBox.inner { margin-bottom: 64px; padding-bottom: 47px; }
.headingBox.inner h1 { margin-bottom: 11px; }
.headingBox.inner h3 { margin-bottom: 13px; }
.headingBox.inner .shape { top: -48px; right: 41px; width: 215px; }

/* ### tips box ### */
.tipsBox { margin-bottom: 64px; padding-top: 40px; padding-bottom: 24px; width: 100%; background-color: #091b15; }
.tipsBox h4 { margin-bottom: 39px; color: #06bc7a; }
.tipsBox h2 { margin-bottom: 17px; color: #fff; }
.tipsBox p { font-weight: 600; color: #fff; }
.tipsBox .holder { margin: 0 -20px; }
.tipsBox .column { padding: 0 20px; width: 20%; }
.tipsBox ul { list-style: none; }
.tipsBox ul > li { padding-bottom: 24px; font-size: 16px; font-weight: 700; color: #fff; }
.tipsBox ul > li:last-child { padding-bottom: 0; }
.tipsBox .close { position: absolute; top: -2px; right: 15px; font-size: 24px; color: #fff; }

/* ### donate box ### */
.donateBox { padding-bottom: 41px; width: 100%; }
.donateBox .items { margin-bottom: 24px; }

/* ### registration box ### */
.registrationBox { padding-bottom: 41px; width: 100%; }
.registrationBox .items { margin-bottom: 24px; }

/* ### breadcrumb box ### */
.breadcrumbBox { margin-bottom: 29px; padding-top: 70px; width: 100%; }
.breadcrumbBox ul { display: flex; flex-wrap: wrap; list-style: none; }
.breadcrumbBox ul > li { margin-right: 34px; position: relative; font-size: 16px; font-weight: 700; color: #000; }
.breadcrumbBox ul > li > a { color: #000; }
.breadcrumbBox ul > li > a:hover { text-decoration: none; color: #06bc7a; }
.breadcrumbBox ul > li a.icon { font-size: 19px; text-decoration: none; }
.breadcrumbBox ul > li:after { position: absolute; top: 5px; right: -20px; font-family: 'icomoon', sans-serif; font-size: 12px; color: #000; content: '\e901'; }
.breadcrumbBox ul > li:last-child:after { display: none; }
.breadcrumbBox.inner { margin-bottom: 32px; padding: 0; }
.breadcrumbBox .result { width: 100%; max-width: 350px; }
.breadcrumbBox .result span { padding-right: 12px; position: relative; font-weight: 700; }
.breadcrumbBox .result span:after { margin-left: 12px; display: inline-block; width: 1px; height: 15px; vertical-align: middle; background-color: #000; content: ''; }
.breadcrumbBox .result .info { width: 100%; max-width: 170px; }
.breadcrumbBox .result em { padding-right: 9px; font-style: normal; }

/* ### buyer box ### */
.buyerBox { margin-bottom: 71px; width: 100%; }
.buyerBox h2 { margin-bottom: 46px; }
.buyerBox h4 { margin-bottom: 15px; padding-top: 7px; color: #06bc7a; }
.buyerBox .block { padding: 42px 32px; border-radius: 16px; background-color: #fff; }
.buyerBox .left { width: 97%; }
.buyerBox .image { width: 100%; }
.buyerBox .image img { width: 100%; }
.buyerBox .column { margin-bottom: 16px; padding-bottom: 17px; border-bottom: solid 1px #f1f2f2; }
.buyerBox .column:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.buyerBox .condition { width: 100%; }
.buyerBox .condition .button { margin-bottom: 17px; }
.buyerBox .condition .btn { margin-right: 12px; }
.buyerBox .condition .btn i { margin-right: 20px; margin-left: 0; }
.buyerBox .condition span { display: block; font-size: 14px; font-weight: 300; }
.buyerBox .price { margin-bottom: 25px; }
.buyerBox .paragraph p { margin-bottom: 0; }
.buyerBox .user { padding: 2px 3px; list-style: none; }
.buyerBox .user > li { margin-right: 41px; display: flex; align-items: center; font-size: 14px; font-weight: 300; }
.buyerBox .user > li i { margin-right: 12px; font-size: 24px; color: #000; }
.buyerBox .user > li:last-child { margin-right: 0; }
.buyerBox .user > li img { width: 100px; }
.buyerBox .location { padding: 6px 4px 4px; }
.buyerBox .share { padding: 0; list-style: none; }
.buyerBox .share > li { margin-right: 17px; }
.buyerBox .share > li > a { font-size: 18px; text-decoration: none; color: #091b15; }
.buyerBox .share > li > a:hover { color: #06bc7a; }
.buyerBox .list { width: 100%; }
.buyerBox .list ul { list-style: none; }
.buyerBox .list ul > li { padding-bottom: 11px; padding-left: 31px; position: relative; font-size: 14px; font-weight: 300; }
.buyerBox .list ul > li strong { font-weight: 700; }
.buyerBox .list ul > li:before { position: absolute; top: -2px; left: 2px; font-family: 'icomoon', sans-serif; font-size: 18px; color: #06bc7a; content: '\e909'; }
.buyerBox .list .btn { margin-right: 10px; }
.buyerBox .js-product-slider { margin-bottom: 16px; display: block; }
.buyerBox .js-slider-nav { margin: 0 auto; display: none; width: 260px; }
.buyerBox .js-product-slider.slick-initialized,
.buyerBox .js-slider-nav.slick-initialized { display: block; }
.buyerBox .slider-item img { width: 100%; }
.buyerBox .small-item { margin-right: 8px; width: 80px; }
.buyerBox .slick-arrow { position: absolute; top: 50%; z-index: 1; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; font-size: 18px; color: #fff; border-radius: 55px; background-color: #06bc7a; transform: translateY(-50%); cursor: pointer; }
.buyerBox .slick-arrow:hover { color: #fff; }
.buyerBox .prev-arrow { left: -40px; }
.buyerBox .next-arrow { right: -35px; }

/* ### why box ### */
.whyBox { margin-bottom: 71px; padding-top: 74px; padding-bottom: 80px; width: 100%; background-color: #ffdd40; }
.whyBox h2 { margin-bottom: 38px; }
.whyBox h5 { margin-bottom: 12px; }

/* ### overview box ### */
.overviewBox { padding-top: 32px; padding-bottom: 55px; width: 100%; }
.overviewBox h6 { margin-bottom: 15px; }
.overviewBox .left { padding-top: 7px; padding-left: 16px; }
.overviewBox .right { padding-right: 20px; }
.overviewBox .form-check { margin-bottom: 13px; }

/* ### card-categories ### */
.card-categories { margin-bottom: 35px; width: 100%; }
.card-categories h6 { margin-bottom: 29px; }
.card-categories ul { list-style: none; }
.card-categories ul > li { padding-bottom: 16px; }
.card-categories ul > li > a { position: relative; font-size: 16px; text-decoration: none; color: #091b15; transition: unset; }
.card-categories ul > li.active > a,
.card-categories ul > li > a:hover { font-weight: 700; color: #06bc7a; }
.card-categories ul > li a:after { margin-left: 20px; display: inline-block; font-family: 'icomoon', sans-serif; font-size: 13px; vertical-align: middle; content: '\e901'; }

/* ### card-range ### */
.card-range { margin-bottom: 35px; width: 100%; }
.card-range .block { width: 100%; max-width: 245px; }
.card-range h6 { margin-bottom: 21px; }
.card-range .range-item { margin-bottom: 22px; }
.card-range .range-item .min-value { position: relative; width: 87px; }
.card-range .range-item .max-value { margin-right: 6px; position: relative; width: 87px; }
.card-range .range-item .line { margin: 0 7px 0 6px; }
.card-range .range-item .form-control { padding-left: 24px; font-weight: 300; }
.card-range .range-item .btn { padding: 0; width: 48px; height: 48px; font-size: 12px; }
.card-range .mm-range-slider,
.card-range .range-slider { position: relative; width: 100%; height: 2px; background-color: #091b15; }
.card-range .mm-range-slider .progress,
.card-range .range-slider .progress { position: absolute; right: 0; left: 0; height: 100%; background-color: #091b15; }
.card-range .mm-range-slider input[type='range'],
.card-range .range-slider input[type='range'] { position: absolute;
	top: -4px;
	width: 100%;
	height: 10px;
	background: none;
	-webkit-appearance: none;
	pointer-events: none;
	outline: none;
	cursor: pointer; }
.card-range .mm-range-slider .range-max::-webkit-slider-thumb,
.card-range .range-slider .range-max::-webkit-slider-thumb,
.card-range .mm-range-slider .range-min::-webkit-slider-thumb,
.card-range .range-slider .range-min::-webkit-slider-thumb { opacity: 1; width: 16px; height: 16px; border-radius: 35px; background-color: #06bc7a; -webkit-appearance: none; pointer-events: auto; }
.card-range input[type='number']::-webkit-inner-spin-button,
.card-range input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; }
.card-range .euro { position: absolute; top: 50%; left: 16px; z-index: 5; font-weight: 300; transform: translateY(-50%); }

/* ### pagination box ### */
.paginationBox { width: 100%; }
.paginationBox ul { list-style: none; }
.paginationBox ul > li { margin: 0 14px; }
.paginationBox ul > li > a { font-size: 16px; font-weight: 400; text-decoration: none; color: #091b15; }
.paginationBox ul > li.active > a,
.paginationBox ul > li > a:hover { font-weight: 700; color: #06bc7a; }
.paginationBox .btn-prev,
.paginationBox .btn-next { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 12px; color: #fff; border-radius: 55px; background-color: #06bc7a; }
.paginationBox .btn-prev:hover,
.paginationBox .btn-next:hover { background-color: #1be3a0; }

/* ### card-registration ### */
.card-registration { padding: 33px 33px 8px; width: 100%; border-radius: 16px; background-color: #fff; }
.card-registration .left { width: 89%; }
.card-registration .right { width: 86.7%; }
.card-registration h4 { margin-bottom: 20px; position: relative; display: flex; flex-wrap: wrap; align-items: center; line-height: 1.4; }
.card-registration h4 i { margin: 0; position: absolute; top: 0; right: 0; }
.card-registration h4 span { padding-top: 9px; display: block; font-size: 20px; }
.card-registration h5 { margin-bottom: 27px; }
.card-registration h6 { margin-bottom: 27px; display: flex; line-height: 1.6; }
.card-registration h4 i,
.card-registration h6 i { margin-right: 16px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 12px; color: #fff; border-radius: 35px; background-color: #091b15; }
.card-registration p { margin-bottom: 10px; font-size: 14px; font-weight: 300; }
.card-registration .form-group { margin-bottom: 24px; }
.card-registration .form-label { font-family: 'Nunito Sans', sans-serif; font-size: 24px; font-weight: 700; color: #091b15; }
.card-registration .form-check { margin-bottom: 22px; }
.card-registration .label-check { font-size: 16px; line-height: 25px; color: #091b15; }
.card-registration .form-check.region { margin-bottom: 17px; }
.card-registration .form-check.region .label-check { font-size: 12px; }

/* ### card-base ### */
.card-base { padding: 39px 33px 8px; position: relative; width: 100%; border-radius: 16px; background-color: #fff; }
.card-base .left { width: 87.4%; }
.card-base .right { width: 86.7%; }
.card-base h4 { margin-bottom: 0; display: flex; align-items: center; }
.card-base .title { margin-bottom: 27px; }
.card-base .title .icon { margin-right: 0; margin-left: 16px; }
.card-base h5 { margin-bottom: 27px; }
.card-base h6 { margin-bottom: 27px; display: flex; }
.card-base .title .icon,
.card-base h6 i { margin-right: 16px; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 10px; color: #fff; border-radius: 35px; background-color: #091b15; }
.card-base p { margin-bottom: 10px; font-size: 14px; font-weight: 300; }
.card-base .form-label { font-family: 'Nunito Sans', sans-serif; font-size: 24px; font-weight: 700; color: #091b15; }
.card-base .form-group.titre { margin-bottom: 24px; }
.card-base .form-group { margin-bottom: 24px; }
.card-base .invalid { padding-top: 9px; display: block; font-size: 14px; font-weight: 700; color: #e71346; }
.card-base ul { margin: 0 0 0 10px; padding: 0; list-style: none; }
.card-base ul > li { padding-bottom: 14px; padding-left: 11px; position: relative; font-size: 14px; font-weight: 300; }
.card-base ul > li strong { font-weight: 700; }
.card-base ul > li:before { position: absolute; top: 11px; left: 0; width: 2px; height: 2px; background-color: #091b15; content: ''; }
.card-base .charity { padding-bottom: 22px; }
.card-base .charity p { font-size: 16px; font-weight: 400; }
.card-base textarea.form-control { height: 248px; }

/* ### card-recent ### */
.card-recent { padding: 16px; width: 100%; border-radius: 16px; background-color: #fff; transition: all 0.3s ease-in-out; }
.card-recent .image { position: relative; width: 100%; border-radius: 16px; overflow: hidden; }
.card-recent .image:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); content: ''; }
.card-recent .image img { width: 100%; transition: all 0.3s ease-in-out; }
.card-recent .info { padding: 16px 0 0; width: 100%; }
.card-recent .info h6 { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5; }
.card-recent .price { margin-bottom: 8px; font-weight: 700; color: #06bc7a; }
.card-recent .name { margin-left: 2px; font-size: 12px; font-weight: 300; color: #091b15; }
.card-recent .name i { margin-right: 10px; }
.card-recent:hover .image img { transform: scale(1.05); }

/* ### card-product ### */
.card-product { width: 100%; border-radius: 16px; overflow: hidden; transition: all 0.3s ease-in-out; }
.card-product h5 { margin: 0; padding: 33px 17px; position: absolute; bottom: 0; left: 0; display: flex; align-items: center; font-size: 22px; color: #fff; transition: all 0.3s ease-in-out; }
.card-product h5 i { margin-left: 18px; font-size: 14px; }
.card-product .image { position: relative; width: 100%; }
.card-product .image:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); content: ''; }
.card-product .image img { width: 100%; transition: all 0.3s ease-in-out; }
.card-product:hover .image img { transform: scale(1.07); }

/* ### card-popup ### */
.card-popup { padding: 10px; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; visibility: hidden; width: 100%; transition: all 0.3s ease-in-out; }
.card-popup.open { opacity: 1; visibility: visible; }
.card-tooltip { padding: 50px 20px 10px; width: 100%; border-radius: 11px; background-color: #fff; }
.card-tooltip h6 { margin-bottom: 15px; }
.card-tooltip h6 i { margin-right: 10px; }
.card-tooltip p { margin-bottom: 20px; }
.card-tooltip .close { position: absolute; top: 25px; right: 25px; font-size: 20px; color: #000; }

/* ### slick-dots ### */
.slick-track { margin-right: unset; margin-left: unset; }
.slick-dots { margin: 0 10px; padding: 0; display: flex; list-style: none; }
.slick-dots > li { margin: 0 8px; display: inline-flex; width: 10px; height: 10px; }
.slick-dots > li button { padding: 0; width: 10px; height: 10px; font-size: 0; border: 0; border-radius: 100%; background-color: #fff; }
.slick-dots > li.slick-active button { background-color: #ffdd40; }
.slick-arrow { font-size: 12px; text-decoration: none; color: #ffdd40; }
.slick-arrow:hover { color: #ffdd40; }

/* ### look box ### */
.lookBox { padding-top: 64px; padding-bottom: 60px; position: relative; background-color: #06bc7a; overflow: hidden; }
.lookBox .text { z-index: 1; }
.lookBox .title { margin-bottom: 28px; font-family: 'Nunito Sans', sans-serif; font-size: 64px; font-weight: 700; line-height: 1; color: #fff; }
.lookBox h3 { font-weight: 300; color: #fff; }
.lookBox .image { position: absolute; right: -101px; bottom: -68px; opacity: 0.5; }

/* ### content-block ### */
.content-block { padding-top: 74px; padding-bottom: 47px; background-color: #ffdd40; }
.content-block h2 { margin-bottom: 34px; }
.content-block h5 { margin-bottom: 8px; line-height: 1.35; }
.content-block h3 { margin-bottom: 32px; font-weight: 300; }
.content-block h4 { margin-bottom: 30px; }
.content-block .read-more { font-weight: 700; text-decoration: none; color: #06bc7a; }
.content-block .read-more:hover { color: #1be3a0; }
.content-block ul.bullets > li { padding-left: 23px; position: relative; }
.content-block ul.bullets > li:before { position: absolute; top: 10px; left: 8px; width: 4px; height: 4px; border-radius: 50px; background-color: #091b15; content: ''; }
.content-block ul > li { margin-bottom: 8px; list-style: none; }
.content-block ul > li:last-child { margin-bottom: 0; }
.content-block ul.counting { padding-left: 22px; }
.content-block ul.counting li { list-style: auto; }
.content-block .paragraph p { margin-bottom: 40px; }
.content-block .paragraph p:last-child { margin-bottom: 0; }
.content-block.inner { background-color: #f9f4f0; }
.content-block.inner-1 { background-color: #fff; }

/* ### chat box ### */
.chatBox { padding-top: 70px; padding-bottom: 64px; }
.chatBox .gap { margin-bottom: 32px; }
.chatBox .of-the { font-weight: 700; text-decoration: none; color: #06bc7a; }
.chatBox .of-the i { margin-right: 17px; display: inline-block; font-size: 12px; transform: rotate(180deg); }
.chatBox .of-the:hover { color: #1be3a0; }

/* ### chat-box ### */
.chat-box { border-radius: 16px; background-color: #fff; overflow: hidden; }
.chat-box .left { width: 50%; border-right: 1px solid #cccccb; }
.chat-box .right { width: 50%; }
.chat-box .search { padding: 24px 24px 17px; }
.chat-box .search-btn { position: absolute; top: 50%; right: 15px; width: 24px; height: 24px; font-size: 12px; color: #fff; border: 0; border-radius: 50%; background-color: #06bc7a; transform: translateY(-50%); }
.chat-box .form-control { padding-right: 50px; color: #091b15; }
.chat-box .form-control::placeholder { color: #091b15; }
/* CUSTOM.chat-box .active-person { height: 285px; overflow-y: scroll; }*/
.chat-box .active-person { overflow-y: scroll; }
.chat-box .active-person::-webkit-scrollbar { width: 6px; border: 0; border-radius: 15px; background-color: transparent; }
.chat-box .active-person::-webkit-scrollbar-thumb { border-radius: 15px; background-color: #091b15; }
.chat-box .item { padding: 15px 15px 23px 105px; text-decoration: none; border-bottom: 1px solid #cccccb; border-left: 8px solid transparent; }
.chat-box .image { position: absolute; top: 15px; left: 24px; }
.chat-box .item.active { border-left: 8px solid #06bc7a; }
.chat-box .item strong { margin-bottom: 8px; display: block; color: #091b15; }
.chat-box .item strong span { color: #06bc7a; }
.chat-box .item ul > li { display: inline-block; color: #091b15; list-style: none; }
.chat-box .item ul > li:after { margin: 0 5px 0 9px; display: inline-block; width: 4px; height: 1px; vertical-align: middle; background-color: #091b15; content: ''; }
.chat-box .item ul > li:last-child:after { display: none; }
.chat-box .item.bg-color,
.chat-box .item:hover { background-color: #edf9f4; }

/* ### card-chatting ### */
.card-chatting .user { padding: 31px 15px 28px 80px; border-bottom: 1px solid #cccccb; }
.card-chatting h6 { margin-bottom: 0; }
.card-chatting .user .icon { position: absolute; top: 50%; left: 24px; width: 48px; height: 48px; font-size: 24px; border-radius: 50%; background-color: #f9f4f0; transform: translateY(-50%); }
.card-chatting .camera { padding: 16px 30px 14px 104px; border-bottom: 1px solid #cccccb; }
.card-chatting .camera-photo { position: absolute; top: 16px; left: 24px; }
.card-chatting h5 { margin-bottom: 0; line-height: 1.35; }
.card-chatting h5 span { color: #06bc7a; }
.card-chatting .bg { background-color: #edf9f4; }
.card-chatting .learn-more { margin: 0 auto; padding: 16px 15px 17px; }
.card-chatting .learn-more p { margin-bottom: 0; font-size: 14px; font-weight: 300; line-height: 1.7; }
.card-chatting .learn-more a { font-weight: 700; color: #06bc7a; }
.card-chatting .learn-more a:hover { color: #1be3a0; }
/* CUSTOM.card-chatting .scroll { padding-right: 25px; padding-left: 24px; height: 828px; overflow-y: scroll; } */
.card-chatting .scroll { padding-right: 25px; padding-left: 24px; min-height: 300px; overflow-y: scroll; }
.card-chatting .scroll::-webkit-scrollbar { width: 6px; border: 0; border-radius: 15px; background-color: transparent; }
.card-chatting .scroll::-webkit-scrollbar-thumb { border-radius: 15px; background-color: #091b15; }
.card-chatting .chatting { padding-right: 65px; padding-bottom: 15px; }
/* .card-chatting .chatting:nth-child(even) { padding-right: 0; padding-left: 65px; }
.card-chatting .chatting:nth-child(even) .text-chatting { background-color: #06bc7a; }
.card-chatting .chatting:nth-child(even) .text-chatting p { color: #fff; }
.card-chatting .chatting:nth-child(even) .text-chatting span { color: #fff; } */
.card-chatting .input-field .form-control { padding-right: 85px; padding-left: 25px; height: 96px; border-left: 0; border-radius: 0 0 16px; }
.card-chatting .input-field .form-control::placeholder { color: #091b15; }
.card-chatting .input-field .form-control:focus { border: 1px solid #dbdbdb; border-left: 0; }
.card-chatting .send { position: absolute; top: 50%; right: 25px; transform: translateY(-50%); }
.card-chatting .send button { opacity: 0.25; width: 48px; height: 48px; color: #fff; border: 0; border-radius: 5px; background-color: #06bc7a; cursor: pointer; }
.card-chatting .send.active button { opacity: 1; }

/* ### text-chatting ### */
.text-chatting { padding: 24px 25px 18px; border-radius: 8px; background-color: #fff; }
.text-chatting p { margin-bottom: 12px; }
.text-chatting span { display: block; font-size: 12px; font-weight: 300; }

/* ### contact box ### */
.contactBox { padding-top: 74px; padding-bottom: 64px; background-color: #fff; }
.contactBox h2 { margin-bottom: 38px; }
.contactBox h5 { margin-bottom: 12px; }
.contactBox span { margin-bottom: 25px; display: block; }
.contactBox .form { max-width: 551px; }
.contactBox .form-group { margin-bottom: 17px; }
.contactBox label { margin-bottom: 7px; display: block; font-size: 12px; }
.contactBox .select { max-width: 208px; }
.contactBox textarea { height: 134px; }

/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; }

/* ### footer box ### */
.footerBox { padding-top: 26px; padding-bottom: 20px; width: 100%; background-color: #fff; }
.footerBox .logo { margin-top: 7px; margin-bottom: 41px; width: 120px; }
.footerBox .logo img { max-width: 100%; }
.footerBox .left { width: 100%; }
.footerBox .left span { margin-bottom: 8px; display: block; font-weight: 700; }
.footerBox .left address { margin-bottom: 8px; font-style: normal; line-height: 1.5; }
.footerBox .info { margin-bottom: 29px; padding-top: 13px; }
.footerBox .info h4 { margin-bottom: 0; }
.footerBox .info h4 strong { color: #06bc7a; }
.footerBox .info .btn { margin-left: 15px; }
.footerBox .menu { width: 100%; }
.footerBox .menu ul { display: flex; flex-direction: row-reverse; flex-wrap: wrap; list-style: none; }
.footerBox .menu ul > li { margin-bottom: 8px; margin-left: 32px; }
.footerBox .menu ul > li > a { font-size: 16px; text-decoration: none; color: #091b15; }
.footerBox .menu ul > li > a:hover { color: #1be3a0; }

/* ### copyright box ### */
.copyrightBox { padding-bottom: 25px; width: 100%; background-color: #fff; }
.copyrightBox .block { padding-top: 30px; width: 100%; border-top: solid 1px #cccccb; }
.copyrightBox ul { list-style: none; }
.copyrightBox ul > li { margin: 0 16px; }
.copyrightBox ul > li > a { font-size: 14px; font-weight: 300; text-decoration: none; color: #091b15; }
.copyrightBox ul > li > a:hover { color: #06bc7a; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1440px) {
	.headerBox .search { width: 355px; }
	.aboutBox .favicon { right: 0; }
}

@media only screen and (max-width: 1199px) {
	.subscribeBox .right { margin-left: 0; padding: 12px 15px; }
	.subscribeBox .form-control { max-width: 100%; }
	.card-base .left { width: 100%; }
	.card-registration .form-label { font-size: 22px; }
	.card-registration .left { width: 100%; }
	.overviewBox .left { padding-left: 0; }
	.overviewBox .right { padding-right: 0; }
}

@media only screen and (max-width: 991px) {
	h1 { font-size: 50px; }
	h2 { font-size: 42px; }
	h3 { font-size: 32px; }
	.headerBox .right { margin-right: 0; }
	.heroBox { min-height: 420px; }
	.aboutBox { padding-top: 50px; }
	.aboutBox h4 { margin-bottom: 40px; }
	.aboutBox .image { height: 420px; }
	.aboutBox .content { margin-bottom: 40px; }
	.loginBox { padding-top: 100px; padding-bottom: 50px; min-height: 550px; }
	.loginBox .content { width: 100%; }
	.tipsBox h4 { margin-bottom: 36px; padding-right: 45px; }
	.tipsBox .holder { margin: 0 -10px; }
	.tipsBox .column { padding: 0 10px; }
	.headingBox.inner { margin-bottom: 45px; }
	.card-base .right { width: 100%; }
	.card-registration .right { width: 100%; }
	.breadcrumbBox { padding-top: 50px; }
	.whyBox { padding-bottom: 50px; }
	.content-block .item { margin-bottom: 23px; }
	.chat-box .item ul > li { display: block; }
	.chat-box .item ul > li:after { display: none; }
}

@media only screen and (max-width: 767px) {
	body { font-size: 14px; }
	.container,
	.container-lg { padding-right: 16px; padding-left: 16px; }
	h1 { font-size: 40px; }
	h2 { font-size: 36px; }
	h3 { font-size: 24px; }
	h4 { font-size: 24px; }
	h5 { font-size: 22px; }
	h6 { font-size: 20px; }
	.headerBox { padding-top: 22px; padding-bottom: 17px; }
	.headerBox .logo { width: 100px; }
	/* .menuBox { position: fixed; top: 79px; left: 0; display: none; width: 100%; height: calc(100vh - 80px); border-top: solid 1px #f3ece6; background-color: #fff; overflow-y: scroll; } */
	.menuBox { position: fixed; top: 79px; left: 0; width: 100%; height: calc(100vh - 80px); border-top: solid 1px #f3ece6; background-color: #fff; overflow-y: scroll; }
	.menuBox::-webkit-scrollbar { display: none; width: 0 !important; }
	.menuBox ul { display: block; }
	.menuBox ul > li { margin-left: 0; padding-bottom: 19px; }
	.menuBox .button { margin-bottom: 24px; padding-top: 33px; padding-bottom: 24px; border-bottom: solid 1px #f3ece6; }
	.menuBox .button .btn-mm { max-width: 336px; }
	.menuBox .button .btn { padding: 15px 17px; justify-content: center; width: 100%; max-width: 160px; }
	.menuBox .user { padding: 23px 0 39px; width: 100%; text-decoration: none; border-top: solid 1px #f3ece6; }
	.menuBox .user i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; font-size: 24px; color: #06bc7a; border-radius: 75px; background-color: #f3ece6; }
	.menuBox .user span { margin-left: 15px; font-size: 14px; font-weight: 300; color: #091b15; }
	.mobileMenu { display: block; }
	.heroBox { min-height: 350px; }
	.heroBox h1 { line-height: 1.5; }
	.heroBox h3 { margin-bottom: 10px; line-height: 1.3; }
	.heroBox h1 strong { display: block; }
	.ctaBox { margin-bottom: 0; padding-bottom: 30px; background-color: #fff; }
	.ctaBox .block { margin-top: -32px; margin-left: -16px; width: calc(100% + 32px); }
	.ctaBox .block ul > li > a.btn { padding: 15px 2px 14px; font-size: 22px; }
	.productBox { padding-top: 22px; background-color: #fff; }
	.productBox .title { margin-bottom: 32px; }
	.recentBox { padding-top: 52px; }
	.recentBox .title { margin-bottom: 35px; }
	.recentBox h4 { margin-bottom: 27px; }
	.recentBox h5 { line-height: 1.5; }
	.recentBox.inner h4 { margin-bottom: 27px; }
	.aboutBox { padding-bottom: 0; }
	.aboutBox h4 { margin-bottom: 28px; }
	.aboutBox .block { padding-bottom: 28px; }
	.aboutBox .image { margin-bottom: 26px; height: 320px; }
	.aboutBox .content { margin-bottom: 0; }
	.subscribeBox { padding-top: 41px; padding-bottom: 38px; }
	.subscribeBox .left { width: 100%; font-size: 16px; }
	.subscribeBox h4 { margin-bottom: 7px; font-size: 24px; line-height: 1.3; }
	.subscribeBox p { margin-bottom: 30px; font-size: 14px; font-weight: 300; line-height: 1.7; }
	.subscribeBox form { flex-wrap: wrap; justify-content: space-between; }
	.subscribeBox .form-check label { line-height: 1.5; }
	.subscribeBox .form-check label:before { top: 50%; transform: translateY(-50%); }
	.subscribeBox .form-check { width: 60%; }
	.subscribeBox .right { margin-left: 0; padding: 0; background-color: transparent; }
	.subscribeBox .form-control { margin-bottom: 10px; width: 100%; max-width: 100%; height: 48px; background-color: #30403a; }
	.faqBox { padding-top: 69px; padding-bottom: 26px; }
	.faqBox h4 { margin-bottom: 19px; width: 100%; }
	.faqBox .btn { font-size: 14px; }
	.faqBox .btn-outline-primary { padding: 12px 15px; }
	.accordion-button { font-size: 22px; }
	.accordion-body { padding: 14px 0 22px; font-weight: 300; line-height: 1.7; }
	.loginBox { padding-top: 73px; }
	.loginBox h2 { margin-bottom: 17px; font-size: 40px; }
	.loginBox h4 { font-size: 32px; }
	.loginBox .link { margin-bottom: 26px; }
	.loginBox .bg-image:after { background: linear-gradient(90deg, #091b15 49%, rgba(9, 27, 21, 0) 100%); }
	.loginBox .new { padding-top: 9px; }
	.loginBox .bg-image img { object-position: -500px 0; }
	.messageBox .text { padding-right: 50px; font-size: 16px; }
	.messageBox .close { top: 12px; right: 19px; }
	.headingBox { padding-top: 39px; padding-bottom: 29px; }
	.headingBox h1 { margin-bottom: 32px; }
	.headingBox h1 i { margin-right: 17px; top: 0; }
	.headingBox h3 { line-height: 1.4; }
	.headingBox p { letter-spacing: 0; }
	.headingBox .shape { top: -43px; right: -105px; width: 270px; }
	.headingBox.inner { margin-bottom: 24px; padding-bottom: 16px; }
	.headingBox.inner h3 { margin-bottom: 8px; }
	.headingBox.inner .shape { top: -42px; right: -104px; width: 269px; }
	.tipsBox { margin-bottom: 16px; padding-top: 28px; }
	.tipsBox .close { top: -4px; right: 20px; }
	.donateBox { padding-bottom: 8px; }
	.donateBox .items { margin-bottom: 16px; }
	.donateBox .btn { width: 100%; }
	.breadcrumbBox { margin-bottom: 35px; padding-top: 24px; }
	.breadcrumbBox ul { width: 100%; }
	.breadcrumbBox ul > li { font-size: 14px; }
	.buyerBox { margin-bottom: 45px; }
	.buyerBox h2 { margin-bottom: 41px; }
	.buyerBox .left { margin-bottom: 30px; width: 100%; }
	.buyerBox .block { margin-left: -16px; padding: 23px 16px; width: calc(100% + 32px); }
	.buyerBox .column { padding-bottom: 13px; }
	.buyerBox .condition .button { margin-bottom: 11px; display: flex; flex-wrap: wrap; width: 100%; max-width: 375px; }
	.buyerBox .condition .btn { margin-right: 16px; margin-bottom: 5px; width: 100%; max-width: 163px; }
	.buyerBox .condition .btn:last-child { margin-right: 0; }
	.buyerBox .condition span { font-size: 12px; }
	.buyerBox .paragraph { font-weight: 300; line-height: 1.7; }
	.buyerBox .user { padding: 7px 4px; }
	.buyerBox .user > li { font-size: 12px; }
	.buyerBox .location { padding: 4px; }
	.buyerBox .location > li { padding-bottom: 15px; }
	.buyerBox .location > li:last-child { padding-bottom: 0; }
	.buyerBox .list ul > li { font-size: 12px; }
	.registrationBox { padding-bottom: 8px; }
	.registrationBox .btn { width: 100%; }
	.whyBox { margin-bottom: 45px; padding-top: 26px; padding-bottom: 10px; }
	.whyBox h2 { margin-bottom: 30px; line-height: 1.3; }
	.whyBox .text { font-weight: 300; line-height: 1.7; }
	.card-base { margin-left: -16px; padding: 28px 16px 25px; width: calc(100% + 32px); }
	.card-base h4 { justify-content: space-between; }
	.card-base label { font-size: 22px; }
	.card-base .form-group:last-child { margin-bottom: 0; }
	.card-base textarea.form-control { height: 125px; }
	.card-product { margin-bottom: 11px; height: 150px; }
	.card-product h5 { font-family: 'Open Sans', sans-serif; font-size: 14px; }
	.card-product h5 i { font-size: 12px; }
	.card-product .image { height: 100%; }
	.card-product .image img { height: 100%; object-fit: cover; }
	.card-recent .image { border-radius: 8px; }
	.card-registration { margin-left: -16px; padding: 24px 16px 25px; width: calc(100% + 32px); }
	.card-registration h4 { margin-bottom: 22px; padding-right: 30px; justify-content: space-between; }
	.card-registration h4 i { margin-right: 0; }
	.card-registration .form-group { margin-bottom: 18px; }
	.card-registration .form-group:last-child { margin-bottom: 0; }
	.overviewBox { padding-top: 12px; }
	.card-filter { margin-bottom: 12px; z-index: 9; }
	.card-filter:before { margin-left: -16px; position: absolute; top: -13px; left: 0; z-index: 1; opacity: 0; visibility: hidden; width: calc(100% + 32px); height: calc(100% + 26px); background-color: #f9f4f0; content: ''; }
	.card-filter.active:before { opacity: 1; visibility: visible; border-bottom: solid 1px #cccccb; }
	.card-filter .result { position: relative; z-index: 1; }
	.card-filter span { font-size: 16px; font-weight: 700; }
	.card-filter .btn-lg i { margin-left: 15px; font-size: 24px; }
	.card-filter .filter-list { padding: 81px 0; position: fixed; top: 79px; left: 0; z-index: -1; display: none; width: 100%; height: 100vh; background-color: #f9f4f0; overflow-y: scroll; }
	.card-filter .filter-list::-webkit-scrollbar { display: none; width: 0 !important; }
	.card-filter .info { padding: 15px 16px; width: 100%; border-bottom: solid 1px #cccccb; }
	.card-filter .info em { margin-right: 9px; font-size: 16px; font-style: normal; }
	.card-filter .info .form-select { width: 100%; max-width: 142px; }
	.card-filter .filter-item { padding: 23px 16px; }
	.file-wrap { max-width: 173px; min-height: 159px; }
	.file-wrap .file-text { padding: 10px; }
	.btn-back { margin-right: 0; margin-bottom: 17px; }
	.lookBox { padding-top: 40px; padding-bottom: 24px; }
	.lookBox .title { margin-bottom: 8px; font-size: 40px; }
	.lookBox h3 { line-height: 1.35; }
	.content-block { padding-top: 26px; padding-bottom: 10px; }
	.content-block h2 { margin-bottom: 26px; line-height: 1.3; }
	.content-block h4 { margin-bottom: 12px; font-size: 22px; }
	.content-block p { font-weight: 300; line-height: 1.7; }
	.content-block .item:last-child { margin-bottom: 0; }
	.content-block ul > li { font-weight: 300; line-height: 1.7; }
	.content-block .paragraph p { margin-bottom: 20px; }
	.content-block .paragraph p:last-child { margin-bottom: 20px; }
	.chatBox { padding-top: 25px; padding-bottom: 25px; }
	.chatBox .gap { margin-bottom: 27px; }
	.chat-box { margin: 0 -15px; width: calc(100% + 30px); height: auto; border-radius: 16px 16px 16px 0; }
	.chat-box .left { width: 100%; }
	.chat-box .right { width: 100%; }
	.chat-box .active-person { height: auto; overflow-y: hidden; }
	.card-chatting .chatting { padding-right: 40px; }
	/* .card-chatting .chatting:nth-child(even) { padding-left: 40px; } */
	.contactBox { padding-top: 25px; padding-bottom: 64px; }
	.contactBox h2 { margin-bottom: 27px; line-height: 1.35; }
	.contactBox h5 { margin-bottom: 14px; }
	.contactBox span { margin-bottom: 27px; font-weight: 300; }
	.footerBox { padding-top: 25px; }
	.footerBox .logo { margin-bottom: 35px; }
	.footerBox .info { margin-bottom: 10px; padding-top: 0; width: 100%; }
	.footerBox .info h4 { margin-bottom: 0 !important; font-size: 24px; }
	.footerBox .info .btn { margin-left: 0; }
	.footerBox .left span { font-size: 16px; }
	.footerBox .left address { font-size: 16px; }
	.copyrightBox ul > li { margin: 0; padding-bottom: 15px; }
}

@media only screen and (max-width: 575px) {
	.loginBox .bg-image img { object-position: -600px 0; }
}
