/* General ----------------------------------------------------------------------------------------------------------------------------------- */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
* { font-family: 'Montserrat', sans-serif; box-sizing: border-box; outline: none; }
:root { --blue: #0c6efb; }
@media (min-width: 1024px) { 
*::-webkit-scrollbar { width: 12px!important; height: 12px!important; }
*::-webkit-scrollbar-thumb { background-color: #293042; }
*::-webkit-scrollbar-track { background-color: #eee; }
.scrollbar::-webkit-scrollbar { width: 10px; height: 8px;background-color: rgba(0,0,0,.05); border: 1px solid #cacaca; border-radius: 10px; }
.scrollbar::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #727272; }
.scrollbar::-webkit-scrollbar-track { border-radius: 10px; background-color: rgba(0,0,0,.05); }
}
body { background: #f6f6f7; color: #6b6b6b; margin: auto; font-size: 0.95rem; }
body.loading:before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999999; background: url('/modules/_site/images/loading.gif') center center no-repeat, radial-gradient(rgba(255,255,255,0.96),rgba(255,255,255,0.2),transparent); transition: 1s; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { color: #007bff; text-decoration: underline; color: inherit; }
a:active { color: #007bff; text-decoration: none; color: inherit; }
h1,h2,h3,h4,h5 { display: block; margin: 0; padding: 0; font-weight: 600; line-height: 150%; }
img { display: block; }
input[type="text"], input[type="password"], input[type="number"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: inherit; font-weight: 400; line-height: 1.5; color: #212529; background: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus { color: #212529; background-color: #fff; border-color: #ffffff; outline: 0; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-size: 0.95rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #fff; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
input, button, select, optgroup, textarea { margin: 0; font-size: inherit; line-height: inherit; }
button { -webkit-appearance: button; }
button:not(:disabled) { cursor: pointer; }
button.loading { pointer-events: none; position: relative; background-color: var(--blue) !important; border-color: var(--blue) !important; color: var(--blue) !important; }
button.loading:after { font-family: "Fontawesome"; content: "\f021"; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; position: absolute; top: 10%; left: 0%; width: 100%; text-align: center; display: block; font-size: 1.6rem; color: white; }
.select2 { width: 100% !important; }
.select2-results { font-size: 0.9rem; }
.select2-container .select2-selection--single { padding: 0.375rem 2.25rem 0.375rem 0.75rem !important; height: initial !important; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; border-radius: 0.25rem !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000 !important; line-height: initial !important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: initial !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat !important; background-size: 16px 12px !important; border: 0 !important; width: 16px !important; height: 12px !important; right: 12px !important; left: initial !important; transition: 0.2s !important; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg) !important; }
.select2-selection--single[aria-expanded="true"] { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
.select2-container--disabled { opacity: 0.5; }
.icon-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.icon-wrapper:before { font-family: "Fontawesome"; content: "\f0f6"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 0.9rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.icon-wrapper input, .icon-wrapper select { padding-left: 3.15rem; background: transparent; position: relative; z-index: 1; }
.icon-wrapper input:focus, .icon-wrapper select:focus { background: transparent; border-color: transparent; }
.icon-wrapper .select2-container--default .select2-selection--single { padding-left: 3.15rem !important; background: transparent !important; }
.autocomplete-wrapper { position: relative; display: flex; }
.autocomplete-wrapper button.close { display: none; height: initial; position: absolute; right: 0px; z-index: 4; }
.autocomplete-container { width: 100%; max-height: 200px; overflow-y: auto; box-shadow: 0 0 0 0.25rem #c2dbfe; }
.datepicker-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.datepicker-wrapper input { text-align: center; padding-left: 2.8rem; background: transparent; position: relative; z-index: 1; cursor: pointer; }
.datepicker-wrapper input:focus { background: transparent; border-color: transparent; }
.datepicker-wrapper:before { font-family: "Fontawesome"; content: "\f073"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 1rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.daterangepicker { box-shadow: 0 0 40px 0 rgb(82 63 105 / 28%); border-radius: .42rem !important; border: 0 !important; }
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right { padding: 1rem 1rem !important; }
.daterangepicker .drp-calendar th { font-weight: 600 !important; color: #3f4254 !important; }
.daterangepicker .drp-calendar td { color: #7e8299 !important; }
.daterangepicker .drp-calendar td, .daterangepicker .drp-calendar th { font-size: 0.8rem !important; width: 33px !important; height: 33px !important; }
.daterangepicker .drp-calendar td.active { background-color: #3699ff!important; color: #fff!important; border-radius: .42rem; }
.daterangepicker select { display: initial; padding: 5px 10px !important; }
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active { border-radius: .42rem;background: rgba(54,153,255,.12)!important; color: #3699ff!important; }
.daterangepicker .drp-buttons { padding: 1rem 1.75rem !important; border-top: 1px solid #ebedf3 !important; } 
.daterangepicker .drp-buttons .btn { font-size: .75rem !important; font-weight: 600 !important; padding: .5rem 1rem !important; border-radius: .42rem !important; }
.daterangepicker .btn.btn-primary { color: #fff; background-color: #3699ff; border-color: #3699ff; }
.daterangepicker .btn.btn-primary.focus:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) { color: #fff; background-color: #187de4; border-color: #187de4; }
.daterangepicker .btn.btn-default { color: #3f4254; background-color: #e4e6ef; border-color: #e4e6ef; }
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span { border-color: #7e8299 !important; }
.daterangepicker .drp-selected { padding-bottom: 10px; }
.floating { position: relative; line-height: 100%; }
.floating > .text, .floating > select, .floating > .select2-container .select2-selection--single { height: calc(3.5rem + 2px) !important; padding: 1.65rem 0.75rem 1rem!important; }
.floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1.3rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; font-weight: 300; }
.floating > .text::-moz-placeholder { color: transparent; }
.floating > .text::placeholder { color: transparent; }
.floating > .text:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:focus, .floating > .text:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > select, .floating > .select2-container .select2-selection--single { padding-top: 1.625rem !important; padding-bottom: 0.625rem !important; }
.floating > .text:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating > .text:focus ~ label, .floating > .text:not(:placeholder-shown) ~ label, .floating > select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.65rem) translateX(0.15rem); }
.floating > .text:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating select[multiple], .floating select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
.floating select:disabled { background-color: #e9ecef; }
.floating select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; }
.checkbox { display: flex; min-height: 1.5rem; margin-bottom: 0.35rem; align-items: center; }
.checkbox input { font-size: 120%; width: 1em; height: 1em; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; margin-right: 0.5em; cursor: pointer; }
.checkbox input[type=checkbox] { border-radius: 0.15em; }
.checkbox input[type=radio] { border-radius: 50%; }
.checkbox input:active { filter: brightness(90%); }
.checkbox input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.checkbox input:checked { background-color: #0d6efd; border-color: #0d6efd; }
.checkbox input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.checkbox input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.checkbox input[type=checkbox]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.checkbox input:disabled { pointer-events: none; filter: none; opacity: 0.8; }
.checkbox input[disabled] ~ .checkbox-label, .checkbox input:disabled ~ .checkbox-label { opacity: 0.5; }
.checkbox.switch { padding-left: 3em; }
.checkbox.switch input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
.checkbox.switch input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
.checkbox.switch input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #fff !important; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 1.1rem; font-size: 1rem; border-radius: 0.4rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover { text-decoration: none; }
.btn.blue { background-color: #0d6efd; border-color: #0d6efd; }
.btn.blue:hover, .btn.blue:active { background-color: #0b5ed7; border-color: #0a58ca; }
.btn.blue:focus { background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn.gray { background-color: #6c757d; border-color: #6c757d; }
.btn.gray:hover, .btn.gray:active { background-color: #5a6268; border-color: #545b62; }
.btn.gray:focus { background-color: #6c757d; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%); }
.btn.green { background-color: #198754; border-color: #198754; }
.btn.green:hover, .btn.green:active { background-color: #157347; border-color: #146c43; }
.btn.green:focus { background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
.btn.red { background-color: #dc3545; border-color: #dc3545; }
.btn.red:hover, .btn.red:active { background-color: #bb2d3b; border-color: #b02a37; }
.btn.red:focus { background-color: #bb2d3b; border-color: #b02a37; box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
.btn.yellow { color: #000; background-color: #ffc107; border-color: #ffc107; }
.btn.yellow:hover, .btn.yellow:active { color: #000; background-color: #ffca2c; border-color: #ffc720; }
.btn.yellow:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
.btn.tblue { background-color: #6c89a2; border-color: #627d94; }
.btn.tblue:hover, .btn.tblue:active { background-color: #4e687d; border-color: #4f687d; }
.btn.tblue:focus { background-color: #4e687d; border-color: #4f687d; box-shadow: 0 0 0 0.25rem rgba(108, 137, 162, 0.5); }
.badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 400; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; }
.badge.blue { background-color: #0d6efd; }
.badge.gray { background-color: #6c757d; }
.badge.green { background-color: #198754; }
.badge.red { background-color: #dc3545; }
.badge.yellow { background-color: #ffc107; }
.tabs { display: flex; flex-wrap: wrap; }
.tabs > div { padding: .5rem 1rem; background: #eee; margin-right: 0.2rem; border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem; cursor: pointer; transition: 0.2s; user-select: none; }
.tabs > div.active { background: #0d6efd; color: white; }
.tab-contents { padding: 20px; border: 1px solid #eee; }
.modal .tab-contents { max-height: 30vh; overflow-x: hidden; overflow-y: auto; }
.tab-contents > div { display: none; }
.tab-contents > div.active { display: block; }
.alert { padding: 1rem 3rem 1rem 1rem; color: #664d03; background-color: #fff3cd; border-color: #ffecb5; position: relative; }
.alert button.close { position: absolute; top: 0; right: 0; z-index: 2; }
button.close, .modal-close { padding: 1.25rem 1rem; box-sizing: content-box; width: 1em; height: 1em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
button.close:hover, .modal-close:hover { color: #000; text-decoration: none; opacity: .75; }
button.close:focus, .modal-close:focus { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); opacity: 1; }
.modal { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%;height: 100%; background: rgba(0,0,0,0); transition: background .15s linear; display: flex; align-items: center; justify-content: center; /* backdrop-filter: blur(1px); */ }
.modal.show { background: rgba(0,0,0,0.5); }
.modal .modal-close { position: absolute; right: 20px; top: 20px; padding: .5rem .5rem; }
.modal .box { width: 550px; max-width: 550px; background: white; border-radius: 12px; box-shadow: 0 0 25px rgba(0,0,0,0.5); padding: 30px 40px; position: relative; }
.modal .box.wide { max-width: 100%; width: initial; }
.slick-prev, .slick-next { position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; transform: translate(0, -50%); cursor: pointer; outline: none; background: transparent; border: 0; content: ""; font-size: 0; color: white; text-shadow: 0 0 5px rgba(0,0,0,0.3); }
.slick-prev { left: -4rem; }
.slick-next { right: -4rem; }
.slick-prev:before { font-family: "Fontawesome"; content: "\f104"; font-size: 4rem; font-weight: normal; }
.slick-next:before { font-family: "Fontawesome"; content: "\f105"; font-size: 4rem; font-weight: normal; }
.modal .image-slider-wrapper { max-width: 56vw; max-height: 80%; background: white; border-radius: 2px; box-shadow: 0 0 25px rgba(0,0,0,0.5); padding: 0.5rem 1rem; position: relative; }
.modal .image-slider-wrapper .slide { padding: 1rem; }
.modal .image-slider-wrapper img { max-width: 100%; max-height: 30vw; margin: auto; }
.modal .title { font-size: 18px; font-weight: 600; padding: 0 0 15px; border-bottom: 1px solid #eee; }
.modal .content { font-size: 15px; font-weight: 400; padding: 15px 0; border-bottom: 1px solid #eee; white-space: pre; }
.modal .content img { max-width: 100%; max-height: 400px; display: block; margin: auto; }
.modal .btn-container { padding: 20px 0 0; display: flex; }
.modal .btn-container > button { margin-right: 10px; }
.dropdown-wrapper { position: relative; display: table; }
.dropdown-wrapper > button:after { display: inline-block; width: 0; height: 0; margin-left: 1.255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown-menu, .autocomplete-container { position: absolute; transform: translate3d(0px, 38px, 0px); top: 0px; left: 0px; will-change: transform; z-index: 1000; display: none; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; /*border: 1px solid rgba(0,0,0,.15);*/ box-shadow: 0 0 0 0.25rem #c2dbfe; border-radius: .25rem; }
.floating .autocomplete-container { top: 21px; }
.dropdown-menu > div, .autocomplete-container > div { display: block; width: 100%; padding: .25rem 1.5rem; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; }
.dropdown-menu > div:hover, .autocomplete-container > div:hover, .autocomplete-container .hover { color: #16181b; text-decoration: none; background-color: #e8e9ea; }
ul.pagination { display: flex; flex-wrap: wrap; margin: 0; padding-left: 0; list-style: none; border-radius: .25rem; }
ul.pagination.right { justify-content: flex-end; }
ul.pagination a { position: relative; display: block; padding: .5rem 1rem; margin: 0 0 4px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; user-select: none; }
ul.pagination a.active { background: #0d6efd; color: white; border-color: #0d6efd; }
ul.pagination a.active:hover { text-decoration: none; }
ul.pagination a:not(.active):hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
ul.pagination a:not(.active):focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); }
.breadcrumb { display: flex; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: .25rem; }
.breadcrumb li + li::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/"; }
#cookie-consent { background: linear-gradient(#333,#000); color: white; position: fixed; width: 100%; bottom: 0px; left: 0px; padding: 15px; font-size: 15px; text-align: center; border-top: 1px solid #666; line-height: 150%; z-index: 99999; }
#cookie-consent button { font-family: inherit; font-weight: 700; font-size: inherit; color: #333; background: #fec700; border: 0; padding: 6px 15px; border-radius: 2px; margin: 0 30px; cursor: pointer; text-transform: uppercase; font-size: 14px; }
.form-group { display: flex; flex-wrap: wrap; margin: 10px -12px 10px; padding: 0px 12px 0px; align-items: center; }
.form-group > .floating { width: 100%; }
.form-group.double > div { width: calc(50% - 4px); }
.form-group.double > div:nth-child(1) { margin-right: 8px; }
a#lost_password { line-height: 220%; font-size: 16px; font-weight: 300; }
.hamburger { display: none; }

@media (max-width: 1440px) { 
body { font-size: 0.85rem; }
}

@media (max-width: 1024px) { 
p { font-size: 14px; line-height: 26px; padding: 0.5rem 0; }
#cookie-consent button { display: table; margin: 10px auto 0; } 
.modal .box { width: 90%; max-width: 90%; }
ul.pagination { justify-content: center; }
ul.pagination .prev, ul.pagination .next { width: 48%; text-align: center; }
ul.pagination li { margin: .2rem auto; }
ul.pagination li:not(.next):not(.prev) { order: 1; }
ul.pagination li.prev a, ul.pagination li.next a { padding: 0.4rem; font-size: 1.6rem; }
ul.pagination li.prev { order: 2; }
ul.pagination li.next { order: 3; }
.modal .box { padding: 20px; }
.hamburger { display: block; padding: 15px 10px; transform: scale(0.8); }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Header ------------------------------------------------------------------------------------------------------------------------------------ */
.info-line { font-size: 14px; }
.info-line .container { display: flex; align-items: center; border-bottom: 1px solid #e4e4e4; }
.info-line .item { display: flex; align-items: center; padding: 5px 0; }
.info-line .item.border:after { padding-right: 15px; border-right: 1px solid #e4e4e4; content: " "; white-space: pre; }
.info-line .item:not(:first-child) { padding-left: 17px; }
.info-line .item img { margin-right: 8px; }
.info-line .right, .language-box, header .right { margin: 0 0 0 auto; display: flex; align-items: center; }
.language-box a { color: #999; cursor: pointer; font-size: 11px; font-weight: 500; }
.language-box a:not(:first-child) { padding-left: 6px; }
.language-box a:not(:last-child):after { padding-right: 4px; border-right: 1px solid #e4e4e4; content: " "; white-space: pre; }
.language-box a:hover { text-decoration: underline; }
.language-box a.selected { color: black; pointer-events: none; font-weight: 600; }
.info-line a { color: #6b6b6b; }
header { position: sticky; top: 0; z-index: 3; background: white; box-shadow: 0 20px 25px rgba(0,0,0,0.015); }
header .container { display: flex; align-items: center; background: white; padding: 14px 0; z-index: 3; position: relative; }
header img.logo { margin-right: 80px; }
header .search-wrapper { display: flex; align-items: center; width: 490px; position: relative; }
header .search-wrapper.autocomplete-wrapper button.close { right: 20px; }
header .search-wrapper img { position: absolute; right: 10px; z-index: 1; cursor: pointer; transition: 0.25s; }
header .search-wrapper img:active { transform: scale(0.8); }
header nav .language-box { display: none; }
header nav ul { display: flex; padding: 0 0 0 22px; margin: 0; }
header nav li { list-style-type: none; padding: 0; margin: 0; }
header nav ul li:not(:last-child):after { padding-right: 15px; border-right: 1px solid #e4e4e4; content: " "; white-space: pre; }
header nav ul li:not(:first-child) { padding-left: 17px; }
header nav a, header ul li.categories { font-weight: 600; font-size: 15px; position: relative; cursor: pointer; user-select: none; }
header .right .item { display: flex; cursor: pointer; position: relative; }
header .right .item.search { display: none; }
header .right .item:nth-child(even):after { padding-right: 8px; border-right: 1px solid #e4e4e4; content: " "; white-space: pre; }
header .right .item:nth-child(odd) { padding-left: 10px; }
.cart-qty { position: absolute; top: -15px; right: -15px; font-size: 10px; font-weight: 600; padding: 4px 6px; background: #eee; border-radius: 100%; color: black; }
.cart-qty:empty { display: none; }
.dropdown-wrapper { display: none; background: #fff; z-index: 4; width: 500px; padding: 40px 30px 20px; position: absolute; right: 0px; top: 52px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; transform-origin: center bottom; }
.dropdown-wrapper:after { content: " "; position: absolute; left: 0; top: -10px; height: 15px; background: white; width: 100%; z-index: 3; }
.dropdown-wrapper:before { box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25); content: " "; width: 100%; height: 100%; bottom: 0px; position: absolute; left: 0; z-index: -2; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
li.categories .dropdown-wrapper{ top: 40px; }
.dropdown-wrapper.categories-wrapper { max-height: initial; padding: 40px 10px 20px; }
.dropdown-wrapper.profile-wrapper { width: 260px; }
.dropdown button.close { width: 28px; height: 28px; padding: 0; position: absolute; top: 10px; right: 10px;vcursor: pointer; transition: all 0.25s; }
.dropdown .title { margin: 0 0 15px; font-weight: 400; font-style: normal; font-size: 12px; line-height: 12px; letter-spacing: 0.25px; text-transform: uppercase; color: #1e1e1e; }
.dropdown .scrollable-container { overflow: hidden; margin: 0 0 0px; }
.dropdown .scrollable-container .scrollable-inner { width: 120%; padding: 0 20% 0 0; overflow-x: hidden; overflow-y: scroll; max-height: 340px; }
.dropdown .cart-list { border-top: 1px solid #dddddd; padding: 0; margin: 0; }
.dropdown .cart-list li { border-bottom: 1px solid #dddddd; padding: 10px 0; display: flex; flex-direction: column; }
.dropdown .cart-list li:last-child { border-bottom: none; }
.dropdown .cart-list li .product { display: flex; flex-wrap: nowrap; }
.dropdown .cart-list li .gift { padding: 13px 0 0 0; }
.dropdown .cart-list li .img-container { flex: 0 0 50px; }
.dropdown .cart-list li .img-container img { width: 100%; height: auto; transition: all 0.25s; }
.dropdown .cart-list li .img-container:hover img { opacity: 0.66; filter: alpha(opacity=66); }
.dropdown .cart-list li .prod-info { flex: 1; padding: 0 10px; color: rgba(30, 30, 30, 0.66); }
.dropdown .cart-list li .prod-info > a { color: rgba(30, 30, 30, 0.66); font-weight: 500; font-style: normal; font-size: 13px; line-height: 13px; letter-spacing: 0.25px; display: block; }
.dropdown .cart-list li .prod-info > a:hover { color: #1e1e1e; text-decoration: underline; }
.dropdown .cart-list li .prod-info .details { font-weight: 400; font-style: normal; font-size: 10px; line-height: 13px; letter-spacing: 0.25px; }
.dropdown .cart-list li .prod-info .price { padding: 5px 0 0 0; font-weight: 400; font-style: normal; font-size: 13px; line-height: 13px; letter-spacing: 0.25px; }
.dropdown .cart-list li .prod-info .price .old-price { display: none; }
.dropdown .cart-list li .prod-info .checkbox-container { margin: 0; top: -2px; }
.dropdown .cart-list li .prod-info .checkbox-container label { font-weight: 500; font-style: normal; font-size: 11px; line-height: 18px; letter-spacing: 0.25px; }
.dropdown .cart-list li .prod-info .checkbox-container label:before { top: 0px; }
.dropdown .cart-list li .sale .price { color: #ff6c0a; font-weight: 700; font-style: normal; font-size: 10px; line-height: 13px; letter-spacing: 0.25px; }
.dropdown .cart-list li .sale .price .old-price { font-weight: 400; font-style: normal; font-size: inherit; line-height: inherit; letter-spacing: inherit; display: inline; color: rgba(30, 30, 30, 0.66); text-decoration: line-through; padding: 0 10px 0 0; }
.dropdown .cart-list li .controls-container { flex-shrink: 0; display: flex; align-items: flex-end; flex-direction: column; }
.dropdown .cart-list li .controls-container .sum-price {  font-weight: 600; font-size: 13px; line-height: 22px; letter-spacing: 0.25px; color: rgba(30, 30, 30, 0.66); position: relative; top: -2px; margin: 0 0 2px; }
.dropdown .cart-list li .controls-container .controls { display: flex; flex-wrap: nowrap; border: 2px solid rgba(30, 30, 30, 0.1); border-radius: 20px; }
.dropdown .cart-list li .controls-container .controls input { padding: 0; width: 26px; height: 24px; background-color: #ffffff; text-align: center; border: none; border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; border-radius: 0; font-weight: 400; font-style: normal; font-size: 11px; line-height: 18px; letter-spacing: 0.25px; color: rgba(30, 30, 30, 0.66); }
.dropdown .cart-list li .controls-container .controls a { width: 24px; height: 24px; position: relative; transition: all 0.25s; }
.dropdown .cart-list li .controls-container .controls a:before { content: ''; width: 24px; height: 24px; position: absolute; top: 0; left: 0; opacity: 0.5; filter: alpha(opacity=50); transition: all 0.25s; }
.dropdown .cart-list li .controls-container .controls a.minus:before { background: url('/modules/_site/images/icon-cart-minus.svg') no-repeat; background-position: center; background-size: 12px 12px; }
.dropdown .cart-list li .controls-container .controls a.del:before { background: url('/modules/_site/images/icon-cart-delete.svg') no-repeat; background-position: center; background-size: 12px 12px; }
.dropdown .cart-list li .controls-container .controls a.plus:before { background: url('/modules/_site/images/icon-cart-plus.svg') no-repeat; background-position: center; background-size: 12px 12px; }
.dropdown .cart-list li .controls-container .controls a:hover { background-color: #f8f7f7; }
.dropdown .cart-list li .controls-container .controls a:hover:before { opacity: 1; filter: alpha(opacity=100); }

.dropdown .cart-sum { border-bottom: 1px solid #eee; display: flex; justify-content: space-between; padding: 10px 0; text-transform: uppercase; font-weight: 700; font-style: normal; font-size: 13px; line-height: 11px; letter-spacing: 0.25px; }
.dropdown .cart-sum:first-child { border-top: 1px solid #eee; }
.dropdown .cart-sum:last-child { margin-bottom: 20px; }

.dropdown .interactions { text-align: center; margin: 0 0 20px; }
.dropdown .interactions > div { margin: 15px 0 0 0; }

.dropdown-link { line-height: 200%; transition: 0.25s; font-weight: 600; font-size: 15px; }
.dropdown-link:hover { text-decoration: underline; }

.dropdown-wrapper.categories-wrapper { padding-top: 30px; width: initial; margin-right: -10%; left: -150px; right: initial; }
.scrollable-container.flex { display: flex; }
.scrollable-container.flex > div { min-width: 240px; }
.scrollable-container .left-side { }
.scrollable-container .right-side { }
.scrollable-container .third-side { display: none; }

.categories-level2 { display: none; }
.categories-level2.show { display: block; }
.categories-level3 { display: none; }
.categories-level3.show { display: block; }

.category-container a { display: block; padding: 8px 16px; position: relative; transition: 0.03s; font-size: 13.5px; border-radius: 3px; }
.category-container a:hover { text-decoration: none; padding-left: 17px; background: #f6f6f6; color: black; }
.left-side .category-container a:after, a.haschild:after { font-family: "Fontawesome"; content: "\f105"; position: absolute; top: 50%; transform: translateY(-50%); right: 12px; font-size: 20px; font-weight: normal; color: #ddd; }
.left-side .category-container a:hover:after, a.haschild:hover:after { color: black; }

.toggle-chat { z-index: 9999; position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #0b5ed7; cursor: pointer; }
.toggle-chat:before { font-family: "Fontawesome"; content: "\f27b"; color: white; font-size: 39px; }
.toggle-chat:active { box-shadow: 0 0 5px rgba(0,0,0,0.5); }

.chat-window { position: fixed; bottom: 90px; right: 20px; width: 360px; box-shadow: 0 0 20px rgba(0,0,0,0.25); z-index: 9999; background: white; border-radius: 16px; display: none; }
.chat-window .head img { width: 30px; margin-right: 16px; }
.chat-window .head { display: flex; align-items: center; justify-content: flex-start; font-size: 16px; font-weight: 600; padding: 16px 18px; border-bottom: 1px solid #ddd; }
.chat-window .close { margin: 0 0 0 auto; width: 32px; height: 32px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #efefef; cursor: pointer; }
.chat-window .close:before { font-family: "Fontawesome"; content: "\f068"; font-size: 16px; font-weight: normal; }

.chat-window .chat-container { width: 100%; height: 400px; background: #fff; overflow-y: scroll; padding: 10px 15px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.chat-window .chat-container::-webkit-scrollbar { width: 8px!important; height: 8px!important; }
.chat-window .chat-container::-webkit-scrollbar-thumb { background: var(--blue); }
.chat-window .chat-container::-webkit-scrollbar-track { background: transparent; }

.chat-window .input-box { padding: 16px 18px; border-top: 1px solid #ddd; display: flex; align-items: center; justify-content: flex-start; }
.chat-window input { flex-grow: 1; border: 0px; }
.chat-window input:focus { box-shadow: initial; }
.chat-window .send { width: 30px; height: 30px; position: relative; cursor: pointer; transition: 0.1s; }
.chat-window .send:before { position: relative; display: block; width: 28px; height: 28px; content: " "; background: #0b5ed7; mask: url("/modules/_site/images/send.svg") 50% 50% no-repeat; -webkit-mask: url("/modules/_site/images/send.svg") 50% 50% no-repeat; transform: rotate(45deg); mask-size: cover; -webkit-mask-size: cover; }
.chat-window .send:active { transform: scale(0.9); }
.chat-window .send.like:before { position: relative; display: block; width: 28px; height: 28px; content: " "; background-color: var(--blue); mask: url("/modules/_site/images/thumbs-up.svg") 50% 50% no-repeat; -webkit-mask: url("/modules/_site/images/thumbs-up.svg") 50% 50% no-repeat; transform: rotate(0deg); }

.chat-window .message { background: #e7e7e7; color: #000; padding: 6px 12px; border-radius: 12px; margin: 1px 0; font-size: 13px; font-weight: 500; word-wrap: break-word; max-width: 70%; text-align: left; position: relative; }
.chat-window .message.my { background: var(--blue); color: white; align-self: flex-end; }
.chat-window .message.other + .my { margin-top: 10px !important; } 
.chat-window .message.my + .other { margin-top: 10px !important; } 
.chat-window .message.like { background: transparent; margin: 6px 0 8px; width: 44px; height: initial; padding: 20px; background-color: var(--blue); mask: url("/modules/_site/images/thumbs-up.svg") 50% 50% no-repeat; -webkit-mask: url("/modules/_site/images/thumbs-up.svg") 50% 50% no-repeat; mask-size: cover; -webkit-mask-size: cover; }
.tab-contents .tab-box { max-width: 600px; width: 90vw; }
.tab-contents .tab-box:first-child { padding-bottom: 10px; }
.tab-contents .tab-box:not(:first-child) { padding: 10px 0 10px; border-top: 1px dashed #aaa; }


@media (max-width: 1440px){
header .search-wrapper { width: 400px; }
header img.logo { margin-right: 60px; }
}

@media (max-width: 1366px){
header .search-wrapper { width: 270px; }
header img.logo { margin-right: 40px; }
header nav ul li:not(:last-child):after { padding-right: 12px; }
header nav ul li:not(:first-child) { padding-left: 14px; }
}

@media (max-width: 1024px){
.info-line { display: none; }
header nav .language-box { display: flex; align-items: center; justify-content: flex-start; padding: 20px 0 0 20px; position: absolute; bottom: 20px; }
header nav { display: none; position: absolute; top: 60px; left: 0; width: 100%; background: white; padding: 0 20px 20px 0; }
header nav ul { flex-direction: column; line-height: 200%; }
header nav ul li { text-align: right; }
header nav ul li:not(:last-child):after { border: initial; }
header nav ul li:not(:first-child), header nav ul li:not(:last-child):after { padding: initial; }
header .search-wrapper { display: none; position: absolute; left: 0; top: 60px; width: 100%; padding: 10px; background: white; border-bottom: 1px solid #aaa; }
header .search-wrapper .autocomplete-container { padding: 0 20px; left: initial; max-width: 90%; }
header .search-wrapper.autocomplete-wrapper button.close { top: 7px; right: 10px; }
header .search-wrapper img { display: none; }
header .right .item:nth-child(even) { padding-left: 10px; }
header .right .item.search { display: flex; }
header .right .item.search img { height: 17px; }
header img.logo { height: 30px; }
.dropdown-wrapper { top: 58px; max-width: 100%; position: fixed; padding: 40px 30px 20px; }
header .right .item:after { padding-right: 8px; border-right: 1px solid #e4e4e4; content: " "; white-space: pre; }
.dropdown-wrapper.categories-wrapper { left: 0; width: 100%; margin: 0; }
.scrollable-container.flex { flex-direction: column; }
.scrollable-container .left-side { width: 100%; }
.left-side .category-container a:after { all: initial; }
.dropdown .scrollable-container { margin: 0; }
.cart-qty { position: absolute; right: -2px; }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Content ----------------------------------------------------------------------------------------------------------------------------------- */
.container { width: 1440px; position: relative; margin: auto; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col { padding: 0 12px; flex: 0 0 100%; max-width: 100%; /* display: flex; */ }
.btn { border-radius: 40px; padding: 0.6rem 2rem; font-weight: 600; }
h1 { font-size: 38px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
p { font-size: 16px; }
.product-card { width: 100%; padding: 20px 0 30px; background: white; border-radius: 0.25rem; transition: 0.25s; position: relative; overflow: hidden; text-align: center; top: 0; }
.small { font-size: 70%; font-weight: 400; }
.product-card .image { padding: 0 10px; }
.product-card .image img { width: 100%; height: 150px; object-fit: contain; object-position: center center; transition: 0.55s; }
.product-card:hover { box-shadow: 0 0 28px rgba(0,0,0,0.12); top: -4px ; }
.product-card .contents { padding: 20px 20px 0; }
.product-card h4 { font-size: 14px; font-weight: 700; }
.product-card p { font-size: 11px; text-align: justify; margin: 0; padding: 10px 0 0; height: 92px; overflow: hidden; line-height: 12px; }
.product-card .price { font-size: 22px; font-weight: 700; padding: 14px 0; }
.owl-carousel .item:not(:first-child) { display: none; }
.owl-dots { display: inline-flex; align-items: center; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); }
.owl-dots button.owl-dot { border-radius: 100% !important; border: 2px solid white !important; width: 10px !important; height: 10px !important; margin: 0 5px !important; }
.owl-dots button.owl-dot.active { width: 15px !important; height: 15px !important; background: white !important; }
.owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); background: white !important; width: 46px; height: 46px; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: 0.25s; box-shadow: 0 0 15px rgba(0,0,0,0.15); }
.owl-nav button:hover { box-shadow: 0 0 5px rgba(0,0,0,0.35); }
.owl-nav button:active { transform: translateY(-50%) scale(0.9); display: table; }
.owl-nav button:before { color: #1b74e8; font-family: "Fontawesome"; font-size: 2rem; }
.owl-nav .owl-prev { left: -60px; }
.owl-nav .owl-prev:before { content: "\f104"; padding-right: 4px; }
.owl-nav .owl-next { right: -60px; }
.owl-nav .owl-next:before { content: "\f105"; padding-left: 4px; }
.owl-nav span { display: none; }


@media (max-width: 1440px){
.container { width: 1280px; }
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
p { font-size: 14px; }
.product-card .image { padding: 0 15px; }
.product-card h4 { font-size: 12px; }
.product-card p { font-size: 9px; padding: 10px 0 0; height: 92px; }
.product-card .price { font-size: 20px; }
}

@media (max-width: 1280px){
header .container { padding: 14px 20px; }
.container { width: 100%; padding: 0 20px; }
}

@media (max-width: 1024px){
header .container { padding: 0px 0 0 15px; height: 60px; }
.container { width: 100%; padding: 0 10px; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 17px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
p { font-size: 12px; }
.product-card .image { padding: 0 20px; }
.product-card { box-shadow: 0 0 16px rgba(0,0,0,0.2); }

}

@media (min-width: 992px){
.col9 { flex: 0 0 75%; max-width: 75%; }
.col8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col7 { flex: 0 0 58.333334%; max-width: 58.333334%; }
.col6 { flex: 0 0 50%; max-width: 50%; }
.col5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col3 { flex: 0 0 25%; max-width: 25%; }
.col2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Footer ------------------------------------------------------------------------------------------------------------------------------------ */
footer { background: #353535; }
footer .logo-wrapper { display: flex; align-items: center; justify-content: center; padding: 2rem 0; }
footer .logo-wrapper .logo { margin-right: 40px; }
footer .logo-wrapper h2 { color: white; line-height: 150%; font-weight: 500; font-size: 28px; }
footer .logo-wrapper p { color: white; margin: 0; font-weight: 600; }
footer .contents { border-top: 1px solid #5c5c5c; border-bottom: 1px solid #5c5c5c; padding: 2rem 0; display: flex; align-items: center; justify-content: center; }
footer ul { list-style-type: none; margin: 0; padding: 0; columns: 3; column-gap: 30px; }
footer li { margin: 0; padding: 0.2rem 1rem; }
footer a { color: white !important; }
footer .socials { display: flex; align-items: center; padding: 0 80px; }
footer .socials a { margin: 0 10px; }
footer .copyright { color: white; text-align: center; padding: 2rem 0; }
footer .simplepay { padding: 0 60px 0 0; }

@media (max-width: 1024px){
footer .contents { flex-direction: column; }
footer .logo-wrapper .logo { margin-right: 20px; }
footer .logo-wrapper h2 { font-size: 19px; line-height: 120%; }
footer ul { padding: 0 0 30px; columns: 2; column-gap: 20px; }
footer li { margin: 0; padding: 0.7rem 1rem; }
footer .socials { padding: 0 0 30px; }
footer .simplepay { padding: 0 0 30px 0; }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
