@charset "UTF-8";
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a { text-decoration: none; }

img { vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input { border: 0 none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

button { background: none; cursor: pointer; }

button, fieldset, iframe { border: 0; }

fieldset, ul, ol, button, menu { padding: 0; }

ol, ul { list-style: none; }

textarea { resize: vertical; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

td { padding: 0; }

svg { width: 1em; height: 1em; }

button { outline: 0; }

.icon { font-size: 18px; color: currentColor; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1; }

html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, footer, header, nav, section { display: block; }

h1 { font-size: 2em; margin: 0.67em 0; }

figcaption, figure, main { display: block; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

dfn { font-style: italic; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { display: inline-block; vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@keyframes swing { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1);
    opacity: 0; }
  50% { opacity: 1.0; }
  100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

.container { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (max-width: 479px) { .container { max-width: 390px; } }

@media (min-width: 480px) { .container { max-width: 600px; } }

@media (min-width: 768px) { .container { max-width: 768px; } }

@media (min-width: 992px) { .container { max-width: 992px; } }

@media (min-width: 1200px) { .container { max-width: 1250px; } }

@media (min-width: 1750px) { .container { max-width: 1450px; } }

.container-fluid { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (min-width: 1400px) { .container-fluid { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 1750px) { .container-fluid { padding-left: 120px; padding-right: 120px; } }

@media (min-width: 2020px) { .container-fluid { max-width: 2000px; } }

@media (min-width: 992px) and (max-width: 1199px) { .container-fluid { max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 768px; } }

@media (min-width: 480px) and (max-width: 767px) { .container-fluid { max-width: 600px; } }

@media (max-width: 479px) { .container-fluid { max-width: 390px; } }

.row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }

.no-gutters { margin-left: 0; margin-right: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0; padding-right: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-left: 10px; padding-right: 10px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 480px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

.ui-d-none { display: none !important; }

.ui-d-inline-block { display: inline-block !important; }

.ui-d-block { display: block !important; }

.ui-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }

.ui-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }

@media (max-width: 479px) { .ui-d-sm-none { display: none !important; }
  .ui-sm-d-inline-block { display: inline-block !important; }
  .ui-sm-d-block { display: block !important; }
  .ui-sm-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-sm-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 767px) { .ui-md-d-none { display: none !important; }
  .ui-md-d-inline-block { display: inline-block !important; }
  .ui-md-d-block { display: block !important; }
  .ui-md-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-md-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 991px) { .ui-lg-d-none { display: none !important; }
  .ui-lg-d-inline-block { display: inline-block !important; }
  .ui-lg-d-block { display: block !important; }
  .ui-lg-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-lg-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (max-width: 1199px) { .ui-xl-d-none { display: none !important; }
  .ui-xl-d-inline-block { display: inline-block !important; }
  .ui-xl-d-block { display: block !important; }
  .ui-xl-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-xl-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media print { .ui-print-d-none { display: none !important; }
  .ui-print-d-inline-block { display: inline-block !important; }
  .ui-print-d-block { display: block !important; }
  .ui-print-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
  .ui-print-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .ui-gutter { margin-left: -20px; margin-right: -20px; }
  .ui-gutter > .col, .ui-gutter > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
  .ui-gutter-15 { margin-left: -15px; margin-right: -15px; }
  .ui-gutter-15 > .col, .ui-gutter-15 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
  .ui-gutter-30 { margin-left: -30px; margin-right: -30px; }
  .ui-gutter-30 > .col, .ui-gutter-30 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }
  .ui-gutter-large { margin-left: -50px; margin-right: -50px; }
  .ui-gutter-large > .col, .ui-gutter-large > [class*="col-"] { padding-left: 50px; padding-right: 50px; } }

.ui-gutter-5 { margin-left: -5px !important; margin-right: -5px !important; }

.ui-gutter-5 > .col, .ui-gutter-5 > [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }

.ui-gutter-1 { margin-left: -1px !important; margin-right: -1px !important; }

.ui-gutter-1 > .col, .ui-gutter-1 > [class*="col-"] { padding-left: 1px !important; padding-right: 1px !important; }

/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #fff; font-size: 14px; margin: 5px; padding: 4px 7px; background: #fff; display: inline-block; cursor: pointer; border-radius: 3px; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: -27px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; position: relative; }

.owl-theme .owl-dots .owl-dot { display: inline-block; outline: 0; zoom: 1; *display: inline; }

.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: #bea077; display: block; -webkit-transition: .3s; transition: .3s; -webkit-backface-visibility: visible; border-radius: 20px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #bea077; }

.owl-theme .owl-dots .owl-dot.active span { width: 30px; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 50px; height: 50px; font-size: 18px; background: #bea077; border: 1px solid transparent; border-radius: 8px; outline: 0; -webkit-transition: .3s; transition: .3s; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover { background: #fff; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover svg path { stroke: #bea077 !important; }

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] svg path { stroke: #fff !important; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -50px; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav [class*="owl-"] { position: absolute; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev { left: -70px; }

@media (max-width: 767px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-prev { left: -10px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next { right: -70px; }

@media (max-width: 767px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-theme .owl-nav button.owl-next { right: -10px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -50px; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav [class*="owl-"] { position: absolute; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav button.owl-prev { left: -40px; }

@media (max-width: 1199px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav button.owl-prev { left: -10px; } }

@media (min-width: 1200px) and (max-width: 1365px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav button.owl-prev { left: 30px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav button.owl-next { right: -50px; }

@media (max-width: 1199px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-products-detail .owl-nav button.owl-next { right: -10px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -30px; }

@media (max-width: 479px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); right: inherit; top: inherit; bottom: -10px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); right: inherit; top: inherit; bottom: -30px; } }

@media (min-width: 992px) and (max-width: 1199px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); right: inherit; top: inherit; bottom: -30px; } }

@media (min-width: 1200px) and (max-width: 1365px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); right: inherit; top: inherit; bottom: -30px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav [class*="owl-"] { position: absolute; background-color: #fff; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav [class*="owl-"] svg path { stroke: #1e1d1c !important; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-prev { left: -70px; }

@media (max-width: 479px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-prev { left: -60px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-prev { left: -60px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-next { right: -70px; }

@media (max-width: 479px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-next { right: -60px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-mall .owl-nav button.owl-next { right: -60px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -80px; }

@media (max-width: 767px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav { margin-top: -130px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav [class*="owl-"] { position: absolute; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav [class*="owl-"]:hover { background: #bea077; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav [class*="owl-"]:hover svg path { stroke: #fff !important; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav button.owl-prev { left: -30px; }

@media (max-width: 479px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav button.owl-prev { left: -10px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav button.owl-next { right: -30px; }

@media (max-width: 479px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav button.owl-next { right: -10px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-seller .owl-nav button.owl-next { right: -10px !important; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -50px; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav [class*="owl-"] { position: absolute; }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav button.owl-prev { left: -70px; }

@media (max-width: 1199px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav button.owl-prev { left: -10px; } }

.owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav button.owl-next { right: -70px; }

@media (max-width: 1199px) { .owl-nav-style:not([class*="ui-pos-"]) .owl-products .owl-nav button.owl-next { right: -10px; } }

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav { right: 0; bottom: 0; position: relative; }

.owl-nav-style.ui-pos-bottom-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav { bottom: 0; left: 0; position: relative; }

.owl-nav-style.ui-pos-bottom-left .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav { position: relative; text-align: center; }

.owl-nav-style.ui-pos-bottom-center .owl-theme .owl-nav [class*="owl-"] { position: relative; }

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav { top: 0; right: 0; }

.owl-nav-style.ui-pos-top-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }

body.compensate-for-scrollbar { overflow: hidden; }

.fancybox-active { height: auto; }

.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }

.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }

.fancybox-container * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }

.fancybox-bg { background: rgba(30, 29, 28, 0.8); opacity: 0; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: .97; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }

.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-infobar { height: auto; left: 42px; top: auto; bottom: 100px; padding: 0; font-size: 82px; line-height: 1; letter-spacing: -.1em; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.fancybox-toolbar { right: 0; top: 0; }

.fancybox-toolbar button:not(:last-child) { display: none !important; }

.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }

.fancybox-is-open .fancybox-stage { overflow: hidden; }

.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994; }

.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: hidden; padding: 44px 0; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--html { padding: 6px; }

.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }

.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-container [data-selectable='true'] { cursor: text; }

.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }

.fancybox-slide--video .fancybox-content { background: #000; }

.fancybox-slide--map .fancybox-content { background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content { background: #fff; }

.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }

/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }

.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }

.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }

/* Buttons */
.fancybox-button { border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; -webkit-transition: color .2s; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }

.fancybox-button--close { position: fixed; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 60px; height: 60px; right: 0px !important; top: 0px !important; padding: 0 !important; font-size: 42px !important; color: #fff !important; background: none; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); background-color: #7ca02a !important; border-radius: 0 0 0 15px !important; }

.fancybox-button--close svg { width: 1em !important; height: 1em !important; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:hover { color: #fff; }

.fancybox-button:focus { outline: none; }

.fancybox-button.fancybox-focus { outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }

/* Fix IE11 */
.fancybox-button div { height: 100%; }

.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }

.fancybox-button svg path { fill: currentColor; stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }

.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; -webkit-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: linear; transition-timing-function: linear; z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }

.fancybox-close-small:hover { color: #fff; opacity: 1; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }

/* Navigation arrows */
.fancybox-navigation { position: absolute; right: 50px; bottom: 70px; }

.fancybox-navigation .fancybox-button { background-clip: content-box; height: 65px; opacity: 0; position: relative; cursor: pointer; width: 50px; }

.fancybox-navigation .fancybox-button:not(:last-child) { margin-right: 20px; }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; }

.fancybox-navigation .fancybox-button--arrow_right { right: 0; }

/* Caption */
.fancybox-caption { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 16px; font-weight: 700; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate { margin-top: -50px; }

.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #fff; text-decoration: none; }

.fancybox-caption a:hover { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; }
  .fancybox-slide--image { padding: 6px 0; }
  .fancybox-close-small { right: -6px; }
  .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
  .fancybox-caption { padding-left: 12px; padding-right: 12px; }
  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/ }

/* Share */
.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; }

.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; }

.fancybox-share p { margin: 0; padding: 0; }

.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link { color: #fff; }

.fancybox-share__button:hover { text-decoration: none; }

.fancybox-share__button--fb { background: #3b5998; }

.fancybox-share__button--fb:hover { background: #344e86; }

.fancybox-share__button--pt { background: #bd081d; }

.fancybox-share__button--pt:hover { background: #aa0719; }

.fancybox-share__button--tw { background: #1da1f2; }

.fancybox-share__button--tw:hover { background: #0d95e8; }

.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; }

.fancybox-share__button svg path { fill: #fff; }

.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; }

/* Thumbs */
.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995; }

.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; }

.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; }

.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 99991; }

.fancybox-thumbs__list a:focus::before { opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs__list a { max-width: calc(100% - 10px); } }

.slide { position: relative; }

.slide, .slide-material, .hero { height: calc((100vh - 195px) - 40px); }

@media (min-width: 480px) and (max-width: 767px) { .slide, .slide-material, .hero { height: 300px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide, .slide-material, .hero { height: 370px; } }

@media (min-width: 992px) and (max-width: 1199px) { .slide, .slide-material, .hero { height: 500px; } }

@media (min-width: 1200px) and (max-width: 1365px) { .slide, .slide-material, .hero { height: 550px; } }

@media (max-width: 479px) { .slide, .slide-material, .hero { height: 260px; } }

@media (min-width: 1366px) and (max-width: 1498px) { .slide, .slide-material, .hero { height: 550px; } }

@media (min-width: 1550px) and (max-width: 1650px) { .slide, .slide-material, .hero { height: 650px; } }

@media (min-width: 1750px) { .slide, .slide-material, .hero { height: 750px; } }

.slide { background: #f8f8f8; }

.slide-list { position: relative; top: 0; left: 0; }

.slide-list li { display: none; }

.slide-material { overflow: hidden; position: relative; }

.slide-material img, .slide-material video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.slide-photo > div { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; width: 100%; opacity: 1; }

@media (max-width: 479px) { .slide-photo > div { height: 140px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-photo > div { height: 250px; } }

@media (min-width: 992px) and (max-width: 1199px) { .slide-photo > div { height: 350px; } }

@media (min-width: 1200px) and (max-width: 1365px) { .slide-photo > div { height: 425px; } }

@media (min-width: 1366px) and (max-width: 1498px) { .slide-photo > div { height: 450px; } }

.slide-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.slide-container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: left; position: relative; }

@media (max-width: 767px) { .slide-container { text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.slide-contact { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -80px; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 1199px) { .slide-contact { display: none; } }

.slide-contact a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); line-height: 1; }

.slide-contact a .text { font-size: 14px; font-weight: 300; letter-spacing: -0.5px; margin-right: 15px; text-transform: uppercase; }

.slide-contact a .number { font-size: 16px; font-weight: 800; letter-spacing: -0.5px; }

.slide-social { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-right: 15px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 1199px) { .slide-social { display: none; } }

.slide-social .icon { width: 38px; height: 38px; border: 1px solid #7ca02a; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #7ca02a; font-size: 15px; border-radius: 8px; -webkit-transition: .4s; transition: .4s; }

.slide-social .icon:not(:last-child) { margin-bottom: 7px; }

.slide-social .icon:hover { background-color: #7ca02a; color: #fff; }

.slide-content { width: 45%; position: relative; z-index: 2; height: 435px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-inline: 70px; margin-bottom: 35px; margin-left: -55px; border-radius: 20px 0 0 20px; }

@media (max-width: 767px) { .slide-content { width: 100%; background-color: transparent; margin-left: 0; height: 215px; } }

@media (max-width: 991px) { .slide-content { text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content { width: 70%; height: 385px; } }

@media (min-width: 992px) and (max-width: 1199px) { .slide-content { width: 48%; height: 385px; } }

@media (min-width: 1750px) { .slide-content { height: 685px; width: 37vw; margin-left: -13vw; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.slide-content .heading { color: #1e1d1c; font-size: 44px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.2; }

@media (max-width: 767px) { .slide-content .heading { font-size: 24px; color: #fff; } }

@media (min-width: 1750px) { .slide-content .heading { font-size: 56px; } }

.slide-content .text { color: rgba(100, 112, 124, 0.7); font-size: 14px; font-weight: 400; margin: 0 auto; width: 100%; }

@media (max-width: 767px) { .slide-content .text { font-size: 12px; color: #fff; } }

@media (min-width: 1750px) { .slide-content .text { font-size: 18px; } }

.slide-dots { position: absolute; right: 0; bottom: 70px; left: 0; margin: 0 auto; max-width: 1250px; width: 100%; z-index: 2; text-align: center; display: none; }

.slide-dots li { display: inline-block; }

.slide-dots li a { width: 12px; height: 12px; cursor: pointer; display: inline-block; font-size: 0; position: relative; margin: 0 5px; border-radius: 20px; background: none; border: 2px solid #fff; -webkit-transition: .3s; transition: .3s; }

.slide-dots li.is-active a { background: #fff; width: 100px; }

.slide-arrows { position: absolute; top: 50%; right: 0; left: 0; display: block; width: 100%; margin: -50px auto 0; }

@media (max-width: 767px) { .slide-arrows { display: none; } }

.slide-arrows button { position: absolute; z-index: 2; border-radius: 999px; font-size: 28px; color: #fff; -webkit-transition: .3s; transition: .3s; width: 55px; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

.slide-arrows button:hover { background-color: #7ca02a; }

.slide-arrows button:hover svg path { stroke: #fff !important; }

.slide-arrows button svg path { stroke: #1e1d1c !important; stroke-width: 1.2px !important; }

@media (max-width: 479px) { .slide-arrows button { width: 45px; height: 45px; font-size: 38px; } }

.slide-arrows button.prev { left: 20px; padding-right: 2px; }

.slide-arrows button.next { right: 20px; padding-left: 2px; }

.slide-list li.is-effect .slide-content .heading, .slide-list li.is-effect .slide-content .text, .slide-list li.is-effect .slide-content .small-title { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.slide-content .heading, .slide-content .text, .slide-content .small-title { opacity: 0; visibility: hidden; }

.slide-content .small-title { -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition: .9s .1s; transition: .9s .1s; }

.slide-content .heading { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); -webkit-transition: .9s .2s; transition: .9s .2s; }

.slide-content .text { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: .9s .3s; transition: .9s .3s; }

.loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; background: rgba(255, 255, 255, 0.7); }

.loading.ui-no-bg { background: transparent; }

.loading.ui-small { background: none; }

.loading.ui-small::before { width: 60px; height: 60px; }

.loading.is-visible { opacity: 1; visibility: visible; }

.loading::before { content: ""; position: absolute; border: 5px solid #fff; border-top: 5px solid #7ca02a; border-radius: 50%; width: 100px; height: 100px; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; }

.overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #000; width: 100%; height: 100%; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; }

.overlay.is-visible { opacity: .6; visibility: visible; }

.scrolltop { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; right: 35px; bottom: 80px; background: #7ca02a; width: 50px; height: 50px; border-radius: 3px; text-align: center; color: #fff; z-index: 1111; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .scrolltop { width: 50px; height: 50px; right: 12px; bottom: 135px; } }

.scrolltop .icon { font-size: 20px; }

@media (max-width: 767px) { .scrolltop .icon { font-size: 16px; } }

.scrolltop.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.buttons-container.ui-pos-center { text-align: center; width: 100%; }

.button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; border-radius: 8px; height: 50px; color: #fff; position: relative; -webkit-transition: .3s; transition: .3s; }

.button .icon { font-size: 20px; color: #fff; -webkit-transition: .3s; transition: .3s; }

.button .icon:not(.ui-no-pos-right) { margin-left: 15px; }

.button .icon.ui-no-pos-right { margin-right: 12px; }

.button .icon:not([class*="ui-size-"]) { font-size: 20px; }

.button .icon.ui-size-small { font-size: 18px; }

.button.ui-width-min { min-width: 250px; }

.button.ui-width-full { width: 100%; }

.button:not([class*="ui-color-"]) { background: #394857; }

.button.ui-color-wp { background: #25d366; }

.button.ui-color-1 { background: #7ca02a; }

.button.ui-color-1:hover { background: #92bc31; }

.button.ui-color-light { background: #fff; color: #7ca02a; }

.button.ui-color-light .icon { color: #7ca02a; }

.button.ui-color-2 { background: #8b277b; }

.button-border { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; border-radius: 8px; height: 50px; color: #fff; position: relative; -webkit-transition: .3s; transition: .3s; }

.button-border .icon { font-size: 20px; color: #fff; -webkit-transition: .3s; transition: .3s; }

.button-border .icon:not(.ui-no-pos-right) { margin-left: 15px; }

.button-border .icon.ui-no-pos-right { margin-right: 12px; }

.button-border .icon:not([class*="ui-size-"]) { font-size: 20px; }

.button-border .icon.ui-size-small { font-size: 18px; }

.button-border.ui-width-min { min-width: 250px; }

.button-border.ui-width-full { width: 100%; }

.button-border:not([class*="ui-color-"]) { color: #394857; border: 1px solid rgba(57, 72, 87, 0.15); }

.button-border:not([class*="ui-color-"]):hover { background-color: #7ca02a; color: #fff; }

.button-border:not([class*="ui-color-"]):hover .icon { color: #fff; }

.button-border:not([class*="ui-color-"]) .icon { color: #394857; }

.button-border.ui-color-light { color: #fff; border: 1px solid #fff; }

.button-border.ui-color-light .icon { color: #fff; }

.button-border.ui-color-1 { color: #7ca02a; border: 1px solid rgba(124, 160, 42, 0.2); }

.button-border.ui-color-1:hover { background-color: rgba(124, 160, 42, 0.1); }

.button-border.ui-color-1 .icon { color: #7ca02a; }

.button-border.ui-color-2 { color: #8b277b; border: 1px solid rgba(139, 39, 123, 0.2); }

.button-border.ui-color-2 .icon { color: #8b277b; }

.button-border.ui-color-3 { color: #bea077; border: 1px solid #bea077; }

.button-border.ui-color-3 .icon { color: #bea077; }

.button-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: inherit; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-right: 5px; -webkit-box-shadow: 0 5px 20px rgba(124, 160, 42, 0.1); box-shadow: 0 5px 20px rgba(124, 160, 42, 0.1); }

.button-icon.ui-width-full { width: 100%; }

.button-icon:not([class*="ui-size-"]) { height: 52px; padding-left: 20px; border-radius: 11px; }

.button-icon:not([class*="ui-size-"]) .button-icon__text { font-size: 16px; letter-spacing: -0.5px; }

.button-icon:not([class*="ui-size-"]) .icon { width: 42px; height: 42px; border-radius: 11px; font-size: 20px; margin-left: 25px; }

.button-icon.ui-size-medium { height: 40px; padding-left: 12px; border-radius: 11px; }

.button-icon.ui-size-medium .button-icon__text { font-size: 13px; letter-spacing: -0.5px; }

.button-icon.ui-size-medium .icon { width: 32px; height: 32px; border-radius: 8px; font-size: 18px; margin-left: 20px; }

.button-icon:not([class*="ui-color-"]) .button-icon__text { color: #394857; }

.button-icon:not([class*="ui-color-"]) .icon { background-color: #394857; -webkit-box-shadow: 0 5px 15px 0 rgba(57, 72, 87, 0.2); box-shadow: 0 5px 15px 0 rgba(57, 72, 87, 0.2); }

.button-icon:not([class*="ui-color-"]):hover .icon { background-color: #4d6276; }

.button-icon.ui-color-1 { background-color: #fff; }

.button-icon.ui-color-1 .button-icon__text { color: #7ca02a; }

.button-icon.ui-color-1 .icon { background-color: #7ca02a; -webkit-box-shadow: 0 5px 15px 0 rgba(124, 160, 42, 0.2); box-shadow: 0 5px 15px 0 rgba(124, 160, 42, 0.2); }

.button-icon.ui-color-1:hover .icon { background-color: #9bc835; }

.button-icon.ui-color-2 .button-icon__text { color: #8b277b; }

.button-icon.ui-color-2 .icon { background-color: #8b277b; -webkit-box-shadow: 0 5px 15px 0 rgba(139, 39, 123, 0.2); box-shadow: 0 5px 15px 0 rgba(139, 39, 123, 0.2); }

.button-icon.ui-color-2:hover .icon { background-color: #b3329e; }

.button-icon.ui-color-continues .button-icon__text { color: #8b277b; }

.button-icon.ui-color-continues .icon { background-color: #8b277b; -webkit-box-shadow: 0 5px 15px 0 rgba(139, 39, 123, 0.2); box-shadow: 0 5px 15px 0 rgba(139, 39, 123, 0.2); }

.button-icon.ui-color-continues:hover .icon { background-color: #b3329e; }

.button-icon__text { font-weight: 700; text-align: left; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.3; }

.button-icon__text .heading { display: block; font-size: 11px; color: #64707c; font-weight: 500; }

.button-icon .icon { color: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; }

.button-line { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; position: relative; letter-spacing: -0.3px; -webkit-transition: .3s; transition: .3s; }

.button-line:hover .icon { -webkit-transform: scale(1.1) translateX(3px); -ms-transform: scale(1.1) translateX(3px); transform: scale(1.1) translateX(3px); }

.button-line .icon { -webkit-transition: .3s; transition: .3s; }

.button-line:not([class*="ui-size-"]) { font-size: 13px; }

.button-line:not([class*="ui-size-"]) .icon { margin-left: 10px; font-size: 13px; }

.button-line.ui-size-small { font-size: 12px; }

.button-line.ui-size-small .icon { font-size: 18px; margin-left: 12px; }

.button-line:not([class*="ui-color-"]) { color: #394857; }

.button-line:not([class*="ui-color-"]) .icon { color: #394857; }

.button-line.ui-color-light { color: #fff; }

.button-line.ui-color-light .icon { color: #fff; }

.button-line.ui-color-1 { color: #7ca02a; }

.button-line.ui-color-1 .icon { color: #7ca02a; }

.button-line.ui-color-2 { color: #8b277b; }

.button-line.ui-color-2 .icon { color: #8b277b; }

label.checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

label.checkbox:not(:last-child) { margin-bottom: 7px; }

label.checkbox.is-error .checkbox { border: 2px solid red !important; }

label.checkbox.is-error .text { color: red !important; }

label.checkbox.is-error .text a { color: red !important; }

label.checkbox input { position: absolute; left: -9999px; }

label.checkbox .checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 20px; height: 20px; background: none; border: 2px solid rgba(57, 72, 87, 0.08); border-radius: 5px; -webkit-transition: .2s; transition: .2s; position: relative; }

label.checkbox .checkbox:before { content: "✓"; position: absolute; top: -5px; line-height: 0.7; font-size: 24px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #7ca02a; opacity: 0; visibility: hidden; -webkit-transition: .2s; transition: .2s; }

label.checkbox .text { color: #394857; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.3; padding-left: 10px; }

label.checkbox .text span { color: rgba(100, 112, 124, 0.7); margin-left: 5px; }

label.checkbox .text a { font-weight: 700; color: #7ca02a; }

label.checkbox input:checked + .checkbox:before { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

label.checkbox-2 { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: pointer; }

label.checkbox-2 input { position: absolute; opacity: 0; }

label.checkbox-2 input:checked + .checkbox-2 { background: rgba(124, 160, 42, 0.2); }

label.checkbox-2 input:checked + .checkbox-2 span { background: #7ca02a; left: 20px; }

label.checkbox-2 input:checked + .checkbox-2 + .text { color: #7ca02a; }

label.checkbox-2 .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 13px; font-family: inherit; color: #394857; position: relative; top: -3px; padding-left: 10px; }

label.checkbox-2 .text a { color: #55acef; font-weight: 600; margin-right: 5px; }

label.checkbox-2 .text a:hover { text-decoration: underline; }

label.checkbox-2 .checkbox-2 { display: inline-block; width: 40px; height: 14px; border-radius: 14px; background: #f1f1f1; position: relative; -webkit-transition: .3s background; transition: .3s background; }

label.checkbox-2 .checkbox-2 span { width: 20px; height: 20px; position: absolute; top: -3px; left: 0; background: #fff; -webkit-box-shadow: 0 1px 5px 0 rgba(57, 72, 87, 0.35); box-shadow: 0 1px 5px 0 rgba(57, 72, 87, 0.35); border-radius: 50%; -webkit-transition: .3s left, background; transition: .3s left, background; }

label.radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; cursor: pointer; }

label.radio:not(.ui-no-align-center) { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

label.radio input { position: absolute; opacity: 0; }

label.radio .radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 24px; height: 24px; background: #fff; border: 2px solid rgba(57, 72, 87, 0.1); border-radius: 50%; -webkit-transition: .2s; transition: .2s; position: relative; }

label.radio .radio::before { content: ""; position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #7ca02a; border-radius: 50%; opacity: 0; visibility: hidden; }

label.radio .text { color: #394857; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.2; padding-left: 10px; }

label.radio .text span { color: rgba(100, 112, 124, 0.7); margin-left: 5px; }

label.radio input:checked + .radio:before { opacity: 1; visibility: visible; }

select.selectbox { width: 100%; height: 60px; border: 2px solid rgba(57, 72, 87, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(57, 72, 87, 0.8); font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; transition: .3s; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; position: relative; }

select.selectbox:focus { outline: 0; border: 2px solid #7ca02a; }

@media (max-width: 479px) { select.selectbox { height: 55px; padding-right: 15px; font-size: 14px; } }

select.selectbox::-webkit-input-placeholder { /* Edge */ color: rgba(57, 72, 87, 0.8); }

select.selectbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(57, 72, 87, 0.8); }

select.selectbox::-moz-placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox::-ms-input-placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox::placeholder { color: rgba(57, 72, 87, 0.8); }

select.selectbox:before { content: ""; }

select.selectbox:focus + .icon.arrow { -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }

@media (max-width: 767px) { .breadcrumb:not([class*="ui-products"]) { display: none; } }

.breadcrumb.ui-products ul li a { color: #1e1d1c; }

.breadcrumb ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.breadcrumb ul li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.breadcrumb ul li a { font-size: 14px; text-transform: capitalize; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: .3s; transition: .3s; }

.breadcrumb ul li a::after { content: ""; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: 12px; margin-right: 17px; }

.breadcrumb ul li a::before { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; background: currentColor; height: 1px; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.breadcrumb ul li a .icon { font-size: 18px; }

.breadcrumb ul li a[href]:not(.not):hover { color: #8b277b; }

.breadcrumb ul li a[href]:not(.not):hover:before { width: calc(100% - 35px); }

.breadcrumb ul li:last-child a:after { display: none; }

.popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(124, 160, 42, 0.8); z-index: 2000; display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 20px; padding-right: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; display: none; }

.popup:not(.is-visible) { opacity: 0; visibility: hidden; }

.popup-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; -webkit-transition: .3s; transition: .3s; }

.popup-wrapper:not(.is-visible) { opacity: 0; visibility: hidden; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }

.popup-content { width: 700px; max-width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

@media (max-width: 991px) { .popup-content { height: auto; } }

.popup-content img { width: 100%; }

.popup-cover { width: 100%; height: auto; max-height: 600px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.popup-cover img { width: auto; -o-object-fit: contain; object-fit: contain; }

.popup-close { position: absolute; top: -15px; right: -15px; width: 45px; height: 45px; border-radius: 999px; background: #bea077; font-size: 24px; z-index: 12; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s; transition: .3s; cursor: pointer; }

@media (max-width: 767px) { .popup-close { top: -50px; } }

.popup-close::before, .popup-close::after { content: ""; position: absolute; background: #fff; height: 2px; width: 24px; }

.popup-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.popup-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.popup-close:hover { background: #8b277b; }

.popup-close:hover::before, .popup-close:hover::after { background: #fff; }

.whatsapp { position: fixed; bottom: 20px; right: 35px; text-align: center; width: 50px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; background-color: #25d366; z-index: 999; -webkit-transition: .3s; transition: .3s; border-radius: 3px; }

@media (max-width: 767px) { .whatsapp { right: 12px; bottom: 75px; } }

.whatsapp::before, .whatsapp::after { display: none; content: ""; position: absolute; background: rgba(37, 211, 102, 0.1); border-radius: 100%; -webkit-animation: pulsate 1.5s ease-out; animation: pulsate 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; }

.whatsapp::before { width: 80px; height: 80px; }

@media (max-width: 767px) { .whatsapp::before { width: 65px; height: 65px; } }

.whatsapp::after { width: 100px; height: 100px; }

@media (max-width: 767px) { .whatsapp::after { width: 75px; height: 75px; } }

.whatsapp .icon { font-size: 32px; }

.whatsapp .icon img { width: 100%; height: 100%; display: block; }

@media (max-width: 767px) { .whatsapp .icon { font-size: 22px; } }

.whatsapp.is-active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.accordion:not(.ui-no-content) > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg); -ms-transform: scale(1.2) translateX(3px) rotate(-90deg); transform: scale(1.2) translateX(3px) rotate(-90deg); }

.accordion.ui-no-content > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(3px); -ms-transform: scale(1.2) translateX(3px); transform: scale(1.2) translateX(3px); }

.accordion > ul > li { background: #fff; border: 1px solid rgba(57, 72, 87, 0.08); border-radius: 8px; margin-bottom: 15px; overflow: hidden; }

.accordion > ul > li:last-child { margin-bottom: 0; }

.accordion > ul > li.is-open, .accordion > ul > li:hover { border: 1px solid transparent; -webkit-box-shadow: 0 5px 5px rgba(100, 112, 124, 0.1); box-shadow: 0 5px 5px rgba(100, 112, 124, 0.1); }

.accordion > ul > li.is-open .accordion-header, .accordion > ul > li:hover .accordion-header { background: #f1f1f1; }

.accordion > ul > li.is-open .accordion-header .title, .accordion > ul > li:hover .accordion-header .title { color: #1e1d1c; }

.accordion > ul > li.is-open .accordion-right > .icon { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.accordion-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px 25px; cursor: pointer; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .accordion-header { padding: 20px 17px; } }

@media (max-width: 991px) { .accordion-header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.accordion-header .title { color: #394857; font-size: 16px; letter-spacing: -0.3px; font-weight: 600; line-height: 1.4; overflow: hidden; max-height: 43px; }

@media (max-width: 479px) { .accordion-header .title { font-size: 14px; } }

.accordion-right { margin-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .accordion-right { margin-left: 0; margin-top: 5px; } }

.accordion-right > .icon { margin-top: 5px; color: #64707c; font-size: 13px; -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -webkit-transition: .3s; transition: .3s; }

.accordion-right .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(100, 112, 124, 0.7); }

.accordion-right .date .icon { font-size: 12px; margin-right: 5px; }

.accordion-right .date .text { font-size: 11px; }

.accordion-content { padding-left: 35px; padding-right: 35px; display: none; }

.accordion-content .page-content__description { font-size: 14px; font-weight: 500; padding-top: 30px; padding-bottom: 30px; }

.modal { background-color: rgb(239 195 150 / 80%); position: fixed; inset: 0; z-index: 1112; padding-block: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; pointer-events: none; }

.modal .section-header .title { font-size: 32px; }

@media (max-width: 479px) { .modal .section-header .title { font-size: 22px; } }

@media (min-width: 480px) and (max-width: 767px) { .modal .section-header .title { font-size: 28px; } }

.modal .section-header .text { font-size: 14px; }

.modal .modal-content { margin: 20px; }
.modal .modal-wrapper { background-color: white }


@media (max-width: 479px) { .modal .section-header .text { font-size: 14px; } }

.modal.is-current { opacity: 1; pointer-events: inherit; }

.modal.ui-ph-0 { padding-block: 0; }

.modal-online { overflow-y: auto; height: 100%; border-radius: 20px; }

.modal-online .container { max-width: 1250px !important; }

.modal-quick { overflow-y: auto; height: 100%; border-radius: 20px; }

.modal-quick .container { max-width: 1250px !important; }

@media (min-width: 768px) and (max-width: 991px) { .modal-quick .container { padding: 25px !important; } }

.modal-quick .container .close { z-index: 1; }

.modal-form { border-radius: 20px; }

.modal-sepet { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }

.modal-sepet .icon { font-size: 52px; width: 90px; height: 90px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; border: 1px solid #7ca02a; color: #7ca02a; margin-bottom: 20px; }

.modal-sepet .title { font-size: 18px; font-weight: 500; color: #1e1d1c; }

.modal-sepet__bottom { border-top: 1px solid rgba(30, 29, 28, 0.1); padding-top: 20px; margin-top: 20px; }

.modal-sepet__bottom > a:not(:last-child) { margin-right: 10px; }

.modal-more { width: 100%; height: 100%; background-color: #fff; overflow-y: auto; }

.modal-more .accordion { padding-top: 30px; }

.modal-more .accordion-header { -webkit-box-orient: inherit; -webkit-box-direction: inherit; -ms-flex-direction: inherit; flex-direction: inherit; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.modal-more .accordion-right { margin-top: 0; }

.modal-more .accordion-right .icon { margin-top: 0; }

.modal-more .accordion-content { padding-left: 20px; }

.modal-more .accordion .page-content__description { max-height: 300px; overflow-y: scroll; padding-block: 10px; padding-right: 10px; }

.modal-more .accordion .page-content__description::-webkit-scrollbar { width: 3px !important; -webkit-transition: .3s; transition: .3s; }

.modal-more .accordion .page-content__description::-webkit-scrollbar-track { background: rgba(190, 160, 119, 0.4) !important; border-radius: 99px; overflow: hidden; }

.modal-more .accordion .page-content__description::-webkit-scrollbar-thumb { background: #bea077 !important; border-radius: 99px; overflow: hidden; }

.modal.ui-modal-form .container { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.modal .container { padding: 40px; background-color: #fff; border-radius: 20px; position: relative; max-width: 500px; }

.modal .container.ui-width-none { max-width: inherit; }

@media (max-width: 767px) { .modal .container { padding: 30px; } }

@media (min-width: 768px) and (max-width: 991px) { .modal .container { padding: 70px; } }

.modal .container .form-send { text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.modal .container .ok { width: 100px; height: 100px; font-size: 34px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; border: 2px solid rgba(37, 211, 102, 0.5); color: #25d366; margin-bottom: 30px; }

.modal .container .ok.ui-color-1 { border: 2px solid rgba(255, 0, 0, 0.5); color: red; }

.modal .close { position: absolute; right: 20px; top: 15px; font-size: 32px; cursor: pointer; }

@media (max-width: 767px) { .modal .close { top: 0; right: 10px; } }

.modal-body .table table, .modal-body .table th, .modal-body .table td { border: 1px solid black; color: #000; }

.modal-body .table tr:nth-child(even) { background-color: rgba(190, 160, 119, 0.2); }

.modal-body .table td { padding-inline: 10px; font-size: 16px; color: #000; }

.modal-body .table td:first-child { font-weight: 700; }

.modal-body .table.ui-table-2 tr:nth-child(even) { background-color: #fff !important; }

.modal-body .table.ui-table-2 td { padding-block: 10px; font-size: 14px; font-weight: 500 !important; }

.modal-body .table.ui-table-2 td b { font-weight: 700; }

.categories .owl-stage-outer .owl-item:nth-child(even) .categories-body { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.categories .owl-stage-outer .owl-item:nth-child(even) .categories-body::before { bottom: inherit; top: 0; background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1e1d1c)); background-image: linear-gradient(to top, transparent, #1e1d1c); }

.categories ul { row-gap: 40px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.categories ul li:nth-child(even) .categories-body { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.categories ul li:nth-child(even) .categories-body::before { bottom: inherit; top: 0; background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1e1d1c)); background-image: linear-gradient(to top, transparent, #1e1d1c); }

.categories-card { position: relative; border-radius: 11px; overflow: hidden; }

.categories-card:hover .categories-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.categories-photo { width: 100%; height: 400px; overflow: hidden; }

.categories-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .6s; transition: .6s; }

.categories-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 30px; z-index: 1; }

.categories-body::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1d1c)); background-image: linear-gradient(to bottom, transparent, #1e1d1c); opacity: .8; z-index: -1; }

.categories-body .title { font-size: 22px; font-weight: 700; letter-spacing: -0.5px; color: #fff; line-height: 1.3; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.products-card { position: relative; border-radius: 11px; overflow: hidden; border: 1px solid rgba(30, 29, 28, 0.1); padding: 15px; background-color: #fff; }

@media (max-width: 479px) { .products-card { padding: 0; border-radius: 0; } }

.products-card:hover .products-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.products-card .buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; left: 15px; right: 15px; bottom: 15px; }

@media (max-width: 479px) { .products-card .buttons { left: 10px; right: 10px; bottom: 10px; } }

.products-card .buttons > a { width: 50%; height: 40px; }

@media (max-width: 479px) { .products-card .buttons > a { width: 100%; } }

@media (max-width: 479px) { .products-card .buttons > a:last-child { display: none; } }

.products-card .buttons > a:not(:last-child) { margin-right: 10px; }

@media (max-width: 479px) { .products-card .buttons > a:not(:last-child) { margin-right: 0; } }

.products-card .basket { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-inline: 15px; height: 40px; border-radius: 8px; background-color: rgba(124, 160, 42, 0.1); color: #7ca02a; font-size: 16px; font-weight: 700; letter-spacing: -0.3px; line-height: 1; -webkit-transition: .3s; transition: .3s; }

.products-card .basket:hover { background-color: #7ca02a; color: #fff; }

.products-card .basket .icon { font-size: 16px; margin-right: 10px; }

.products-card .badge { position: absolute; left: 15px; top: 15px; z-index: 1; padding-inline: 10px; height: 35px; border-radius: 11px 0 11px 0; background-color: #7ca02a; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 13px; font-weight: 700; letter-spacing: -0.3px; color: #fff; }

@media (max-width: 479px) { .products-card .badge { left: 0; top: 0; font-size: 10px; height: 25px; padding-inline: 5px; font-weight: 600; border-radius: 0 0 3px 0; } }

.products-card .badge.ui-color-1 { background-color: #8b277b; }

.products-card .badge.ui-color-2 { background-color: #bea077; }

.products-photos { height: 250px; border-radius: 11px; overflow: hidden; }

@media (max-width: 767px) { .products-photos { height: 66.66667vw; border-radius: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .products-photos { height: 150px; } }

.products-photos:hover .owl-dots { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

.products-photos .owl-dots { -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); opacity: 0; -webkit-transition: .4s; transition: .4s; }

.products-photo { width: 100%; height: 250px; border-radius: 11px; overflow: hidden; display: block; -webkit-box-shadow: 0 0 15px rgba(30, 29, 28, 0.15); box-shadow: 0 0 15px rgba(30, 29, 28, 0.15); background-color: #eee; }

@media (max-width: 767px) { .products-photo { height: 66.66667vw; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } }

@media (min-width: 768px) and (max-width: 991px) { .products-photo { height: 150px; } }

@media (min-width: 992px) and (max-width: 1199px) { .products-photo { height: 280px; } }

.products-photo > a { display: block; }

.products-photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: .6s; transition: .6s; }

.products-body { padding: 15px 10px; height: 190px; }

@media (max-width: 479px) { .products-body { padding: 10px; height: 170px; } }

.products-body .category { font-size: 13px; color: rgba(100, 112, 124, 0.7); margin-bottom: 3px; -webkit-transition: .3s; transition: .3s; }

.products-body .category:hover { color: #bea077; }

.products-body .title { font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.3; margin-bottom: 10px; -webkit-transition: .3s; transition: .3s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

@media (max-width: 479px) { .products-body .title { font-size: 14px; font-weight: 600; margin-bottom: 0; } }

.products-body .title:hover { color: #7ca02a; }

.products-body .mesure { margin-bottom: 10px; display: none; }

@media (max-width: 479px) { .products-body .mesure { display: none; } }

.products-body .mesure ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.products-body .mesure ul li:not(:last-child) { margin-right: 7px; }

.products-body .mesure ul li span { font-size: 13px; font-weight: 700; letter-spacing: -0.5px; border: 1px solid rgba(30, 29, 28, 0.1); padding-inline: 7px; padding-block: 2px; border-radius: 3px; }

.products-body__footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; }

.products-body__footer .price { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 28px; font-weight: 900; letter-spacing: -1px; color: #7ca02a; }

@media (max-width: 479px) { .products-body__footer .price { font-size: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .products-body__footer .price { font-size: 24px; } }

.products-body__footer .price .old { margin-left: 15px; font-size: 18px; color: rgba(100, 112, 124, 0.7); position: relative; }

@media (min-width: 480px) and (max-width: 767px) { .products-body__footer .price .old { font-size: 16px; margin-left: 10px; } }

.products-body__footer .price .old::before { content: ""; position: absolute; left: -3px; right: -3px; top: 50%; -webkit-transform: translateY(-50%) rotate(-7deg); -ms-transform: translateY(-50%) rotate(-7deg); transform: translateY(-50%) rotate(-7deg); height: 1px; background-color: #394857; }

.products-body__footer .price .box { color: #fff; background-color: #7ca02a; padding-inline: 15px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; font-size: 14px; position: absolute; right: -10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }

@media (max-width: 479px) { .products-body__footer .price .box { right: 0; display: none; } }

.seller .owl-stage-outer { border-radius: 11px; }

@media (max-width: 479px) { .seller .owl-stage-outer { border-radius: 0; padding: 10px; margin: -10px; } }

@media (max-width: 479px) { .seller .owl-stage-outer .owl-stage { padding-left: 0 !important; } }

.seller-card { position: relative; border-radius: 11px; overflow: hidden; }

@media (max-width: 479px) { .seller-card { margin-bottom: 20px; } }

.seller-photo { width: 100%; height: auto; max-height: 577px; background-color: #1e1d1c; }

.seller-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .8; }

.seller-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 40px; z-index: 1; }

@media (max-width: 479px) { .seller-body { padding: 30px; } }

.seller-body::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#5d781f)); background-image: linear-gradient(to left, transparent, #5d781f); opacity: .8; z-index: -1; }

.seller-body .title { font-size: 32px; font-weight: 800; letter-spacing: -1px; color: #fff; line-height: 1.3; margin-bottom: 5px; }

.seller-body .text { font-size: 14px; color: #fff; }

.video ul { row-gap: 20px; }

@media (max-width: 479px) { .video ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.video-card { position: relative; border-radius: 11px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

.video-card:hover .video-photo img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1; }

.video-photo { width: 100%; height: 170px; border-radius: 15px; overflow: hidden; background-color: #1e1d1c; }

.video-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .8; -webkit-transition: .6s; transition: .6s; }

.video-body { padding: 20px; }

.video-body .title { font-size: 16px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; }

.video-body .play { position: absolute; right: 15px; top: 10px; font-size: 32px; color: #fff; }

.info-card { height: calc((100vh - 180px) / 2); }

@media (max-width: 479px) { .info-card { height: 250px; } }

@media (min-width: 768px) and (max-width: 991px) { .info-card { height: 270px; } }

@media (min-width: 1750px) { .info-card { height: 315px; } }

.info-card.ui-bg-1, .info-card.ui-bg-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 40px 50px; }

@media (max-width: 479px) { .info-card.ui-bg-1, .info-card.ui-bg-2 { padding: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } }

@media (min-width: 992px) and (max-width: 1199px) { .info-card.ui-bg-1, .info-card.ui-bg-2 { padding: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } }

.info-card.ui-bg-1 { background-color: #7ca02a; }

.info-card.ui-bg-2 { background-color: #bea077; }

.info-card > .text { font-size: 16px; font-weight: 700; line-height: 1.3; letter-spacing: -0.3px; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.info-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #fff; position: relative; }

.info-header.ui-style-1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.info-header.ui-style-1 .text { width: 100%; margin-top: 10px; }

.info-header .number { font-size: 122px; font-weight: 800; letter-spacing: -3px; line-height: .7; }

@media (min-width: 480px) and (max-width: 767px) { .info-header .number { font-size: 100px; } }

@media (min-width: 992px) and (max-width: 1199px) { .info-header .number { font-size: 100px; } }

.info-header .number.ui-txt-size-small { font-size: 82px; }

@media (min-width: 992px) and (max-width: 1199px) { .info-header .number.ui-txt-size-small { font-size: 62px; } }

@media (min-width: 480px) and (max-width: 767px) { .info-header .number.ui-txt-size-small { font-size: 52px; } }

.info-header .text { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; padding-left: 20px; width: 100px; }

@media (min-width: 1750px) { .info-header .text { font-size: 26px; line-height: 1.1; } }

.info-photo { height: 100%; overflow: hidden; }

.info-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.dealers { padding-top: 70px; }

.dealers ul { row-gap: 60px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.dealers-card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border-radius: 11px; }

.dealers-card .title, .dealers-card .text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.dealers-card .title { font-size: 22px; font-weight: 700; letter-spacing: -0.7px; color: #fff; line-height: 1.2; margin-bottom: 5px; background-color: #bea077; width: 100%; padding-inline: 15px; padding-top: 55px; padding-bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 11px 11px 0 0; height: 122px; }

.dealers-icon { font-size: 32px; width: 75px; height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; background-color: #fff; color: #bea077; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -35px; }

.dealers-body { padding: 15px 20px; }

.dealers-body .phone { font-size: 16px; font-weight: 700; color: #1e1d1c; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; -webkit-transition: .3s; transition: .3s; }

.dealers-body .phone:hover { color: #7ca02a; }

.dealers-body .phone .icon { font-size: 16px; margin-right: 7px; }

.dealers-body .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.campaings { border-radius: 20px; overflow: hidden; }

@media (max-width: 479px) { .campaings { overflow: inherit; } }

.campaings .owl-stage-outer { border-radius: 11px; }

@media (max-width: 479px) { .campaings .owl-stage-outer { border-radius: 0; } }

@media (max-width: 479px) { .campaings .owl-stage-outer .owl-stage { padding-left: 0 !important; } }

.campaings-card { position: relative; border-radius: 11px 0 0 11px; overflow: hidden; height: 100%; }

@media (max-width: 479px) { .campaings-card { margin-bottom: 20px; } }

.campaings-photo { width: 100%; height: 100%; background-color: #1e1d1c; overflow: hidden; }

@media (max-width: 479px) { .campaings-photo { border-radius: 11px; height: 300px; } }

.campaings-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .8; }

.campaings-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 40px; z-index: 1; }

@media (max-width: 479px) { .campaings-body { padding: 30px; } }

.campaings-body::before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 400px; background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e4dfe1)); background-image: linear-gradient(to right, transparent, #e4dfe1); z-index: -1; }

@media (max-width: 479px) { .campaings-body::before { display: none; } }

.campaings-body .title { font-size: 42px; font-weight: 800; letter-spacing: -1px; color: #fff; line-height: 1.3; margin-bottom: 5px; line-height: 1.3; }

@media (max-width: 479px) { .campaings-body .title { font-size: 24px; } }

.campaings-body .text { font-size: 14px; color: #fff; }

.campaings .products { padding: 30px; background-color: #e4dfe1; }

@media (max-width: 479px) { .campaings .products { padding: 0; background-color: #fff; } }

.header { position: relative; z-index: 1111; background-color: #fff; }

.header-scrolling__text { background-color: #bea077; }

.header-scrolling__text .scrolling-text { font-size: 16px; text-transform: uppercase; color: #fff; font-weight: 600; letter-spacing: -0.5px; height: 40px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 1.2; padding-inline: 10px; }

.header-top { height: 45px; }

.header-top .header-container { border-bottom: 1px solid rgba(30, 29, 28, 0.1); }

.header-container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) { .header-container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.header-contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .header-contact { display: none; } }

.header-contact > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: -0.5px; color: rgba(100, 112, 124, 0.7); -webkit-transition: .3s; transition: .3s; }

.header-contact > a:hover { color: #1e1d1c; }

.header-contact > a .icon { font-size: 15px; margin-right: 5px; }

.header-contact > a:not(:last-child) { margin-right: 15px; }

@media (max-width: 767px) { .header-contact > a:not(:last-child) { display: none; } }

.header-marquee { height: 15px; }

@media (min-width: 768px) and (max-width: 991px) { .header-marquee { display: none; } }

.header-marquee span { font-size: 14px; font-weight: 600; letter-spacing: -0.5px; color: #1e1d1c; text-align: center; line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.header-buttons > a { padding-inline: 10px; width: inherit !important; color: #fff !important; border-radius: 8px !important; }

.header-buttons > a:hover { background-color: transparent !important; color: #394857 !important; }

.header-buttons > a:first-child { background-color: #7ca02a; }

.header-buttons > a:last-child { background-color: #bea077; }

.header-icons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .header-icons { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } }

@media (max-width: 767px) { .header-icons .header-social { display: none; } }

.header-icons > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header-icons > div:not(:last-child) { margin-right: 20px; padding-right: 20px; border-right: 1px solid rgba(30, 29, 28, 0.1); }

@media (max-width: 767px) { .header-icons > div:not(:last-child) { margin-right: 0; padding-right: 0; border-right: none; } }

.header-icons .icon, .header-icons a { font-size: 13px; font-weight: 700; color: #394857; width: 32px; height: 32px; border-radius: 11px; border: 1px solid rgba(30, 29, 28, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; }

.header-icons .icon:not(:last-child), .header-icons a:not(:last-child) { margin-right: 6px; }

.header-icons .icon:hover, .header-icons a:hover { background-color: #7ca02a; color: #fff; }

.header-middle { height: 80px; }

.header-middle .header-container { position: relative; }

@media (max-width: 767px) { .header-middle .header-container { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

.header .hamburger { position: absolute; left: 5px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 991px) { .header .hamburger { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.header .hamburger .icon { color: #1e1d1c; font-size: 20px; }

.header .hamburger .text { font-size: 10px; font-weight: 300; color: #666; }

@media (min-width: 768px) and (max-width: 991px) { .header-logo { padding-left: 50px; } }

.header-logo a { display: block; position: relative; }

.header-logo h1 { font-size: 0; margin: 0; }

.header-logo img { width: 200px; }

@media (max-width: 479px) { .header-logo img { width: 100px; } }

.header-search { position: relative; z-index: 1; background-color: #fff; }

@media (max-width: 767px) { .header-search { margin-left: 20px; } }

.header-search form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; min-width: 500px; }

@media (max-width: 767px) { .header-search form { min-width: 200px; } }

@media (min-width: 768px) and (max-width: 991px) { .header-search form { min-width: 370px; } }

@media (min-width: 992px) and (max-width: 1199px) { .header-search form { min-width: 370px; } }

.header-search form input { width: 100%; height: 50px; padding-inline: 25px; font-size: 14px; font-weight: 500; letter-spacing: -0.3px; color: #1e1d1c; border: 2px solid rgba(190, 160, 119, 0.5); border-radius: 8px; overflow: hidden; -webkit-transition: .4s; transition: .4s; }

@media (max-width: 479px) { .header-search form input { padding-left: 10px; height: 45px; font-size: 13px; } }

.header-search form input::-webkit-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.header-search form input::-moz-placeholder { color: rgba(100, 112, 124, 0.7); }

.header-search form input:-ms-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.header-search form input::-ms-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.header-search form input::placeholder { color: rgba(100, 112, 124, 0.7); }

.header-search form input:focus { border: 2px solid #bea077; -webkit-transition: .4s; transition: .4s; }

.header-search form button.icon { color: #fff; width: 35px; border-radius: 8px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; position: absolute; right: 7px; top: 7px; bottom: 7px; background-color: #bea077; font-size: 16px; }

@media (max-width: 479px) { .header-search form button.icon { width: 30px; font-size: 14px; } }

.header-search form button.icon:hover { background-color: #7ca02a; }

.header-search__dropdown { background-color: #fff; padding: 20px 30px; position: absolute; left: 0; right: 0; top: 40px; width: 100%; border-radius: 0 0 11px 11px; z-index: -1; -webkit-box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1); box-shadow: 0 20px 20px rgba(30, 29, 28, 0.1); -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); opacity: 0; visibility: hidden; -webkit-transition: .6s; transition: .6s; }

@media (max-width: 767px) { .header-search__dropdown:not([class*="ui-dropdown-mobile"]) { display: none; } }

.header-search__dropdown.ui-dropdown-mobile { top: 55px; }

@media (min-width: 768px) { .header-search__dropdown.ui-dropdown-mobile { display: none; } }

.header-search__dropdown.is-visible { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; -webkit-transition: .6s; transition: .6s; }

.header-search__dropdown .item:not(:last-child) { margin-bottom: 20px; }

.header-search__dropdown .item > .row { row-gap: 10px; }

@media (max-width: 479px) { .header-search__dropdown .item > .row > div { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; } }

.header-search__dropdown .item .cover { width: 100%; height: 60px; border: 1px solid rgba(30, 29, 28, 0.1); padding: 4px; }

.header-search__dropdown .item .cover:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.header-search__dropdown .item .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .6s; transition: .6s; }

.header-search__dropdown .item .heading { font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; margin-bottom: 10px; }

.header-search__dropdown .item ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 5px; }

.header-search__dropdown .item ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; }

.header-search__dropdown .item ul li:not(:last-child) { margin-right: 5px; }

.header-search__dropdown .item ul li > a { font-size: 14px; font-weight: 600; color: #1e1d1c; border: 1px solid rgba(30, 29, 28, 0.1); padding-inline: 10px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; -webkit-transition: .3s; transition: .3s; }

.header-search__dropdown .item ul li > a:hover { background-color: #bea077; color: #fff; }

@media (max-width: 767px) { .header-user { display: none; } }

.header-user .icon { font-size: 14px; color: #1e1d1c; -webkit-transition: .3s; transition: .3s; position: relative; }

@media (max-width: 991px) { .header-user .icon { font-size: 24px; } }

.header-user .icon .count { position: absolute; right: -7px; top: -7px; width: 15px; height: 15px; border-radius: 999px; background-color: #7ca02a; color: #fff; font-size: 11px; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; }

.header-user .text { font-size: 14px; color: #64707c; font-weight: 400; line-height: 1.1; padding-left: 8px; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 991px) { .header-user .text { display: none; } }

.header-user ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header-user ul li:not(:last-child) { margin-right: 20px; }

.header-user ul li > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; -webkit-transition: .3s; transition: .3s; }

.header-user ul li > a:hover .icon, .header-user ul li > a:hover .text { color: #7ca02a; }

.header-user ul li.hide { display: none; }

.header-bottom { height: 70px; }

@media (max-width: 991px) { .header-bottom { display: none; } }

.header-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid rgba(30, 29, 28, 0.1); padding-inline: 15px; height: 55px; border-radius: 8px; -webkit-transition: .3s; transition: .3s; }

.header-button:hover { background-color: #bea077; }

.header-button:hover .icon { color: #fff; }

.header-button:hover .desc .text, .header-button:hover .desc .title { color: #fff; }

.header-button .icon { font-size: 20px; color: #394857; margin-right: 10px; }

.header-button .desc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 1; }

.header-button .desc .text { font-size: 13px; color: rgba(100, 112, 124, 0.7); margin-bottom: 3px; -webkit-transition: .3s; transition: .3s; }

.header-button .desc .title { font-size: 18px; font-weight: 700; letter-spacing: -0.7px; color: #1e1d1c; -webkit-transition: .3s; transition: .3s; }

.header-sticky { opacity: 0; visibility: hidden; height: 0; left: 0; right: 0; top: 0; z-index: 1111; -webkit-transition: .4s; transition: .4s; }

@media (max-width: 991px) { .header-sticky { display: none; } }

.header-sticky.is-current { opacity: 1; visibility: visible; position: sticky; height: 100px; }

.header-sticky .header-container { background-color: #fff; border-radius: 0 0 11px 11px; -webkit-box-shadow: 0 10px 20px rgba(30, 29, 28, 0.1); box-shadow: 0 10px 20px rgba(30, 29, 28, 0.1); padding-inline: 30px; position: relative; z-index: 1; }

.navigation { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -16px; margin-right: -16px; }

@media (max-width: 991px) { .navigation { display: none; } }

@media (min-width: 1750px) { .navigation { margin-left: -20px; margin-right: -20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation { margin-left: -12px; margin-right: -12px; } }

.navigation-item { position: relative; padding-left: 12px; padding-right: 12px; }

@media (min-width: 1750px) { .navigation-item { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item { padding-left: 12px; padding-right: 12px; } }

.navigation-item.is-triangle > a::after { display: block; }

.navigation-item > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #1e1d1c; font-size: 16px; font-weight: 700; height: 70px; font-family: inherit; line-height: 1.2; position: relative; -webkit-transition: .3s; transition: .3s; }

@media (min-width: 992px) and (max-width: 1199px) { .navigation-item > a { font-size: 14px; } }

.navigation-item > a::before { content: ""; position: absolute; right: 0; bottom: 10px; left: 0; height: 2px; margin: 0 auto; background: #7ca02a; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.navigation-item > a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 0; z-index: 2; margin: 0 auto; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 11px solid #fff; opacity: 0; visibility: hidden; display: none; }

.navigation-item:hover > a { color: #7ca02a; }

.navigation-item:hover > a::before { width: 100%; }

.navigation-item:hover > a::after { opacity: 1; visibility: visible; -webkit-transition: .3s; transition: .3s; }

.navigation-item:hover > .navigation-links { opacity: 1; visibility: visible; pointer-events: inherit; }

.navigation-item:hover .navigation-dropdown { opacity: 1; visibility: visible; pointer-events: inherit; }

.navigation-item:hover .navigation-dropdown__content { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s; transition: .3s; }

.navigation-links { position: absolute; background: #fff; border-radius: 11px; -webkit-box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1); box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1); min-width: 230px; padding-top: 10px; padding-bottom: 10px; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; pointer-events: none; }

.navigation-links > li { display: block; }

.navigation-links > li > a { display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; padding: 12px 30px; color: #394857; -webkit-transition: .3s; transition: .3s; }

.navigation-links > li > a:hover { color: #fff; background: #7ca02a; }

.navigation-dropdown { position: absolute; left: 0; right: 0; background: #fff; z-index: 1; min-height: 200px; width: 600px; opacity: 0; visibility: hidden; pointer-events: none; padding: 10px 20px; border-radius: 0 0 11px 11px; overflow: hidden; }

.navigation-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: rgba(241, 241, 241, 0.7); }

.navigation-dropdown__content { padding-top: 25px; padding-bottom: 25px; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }

.navigation-megamenu__list .heading { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #7ca02a; margin-bottom: 20px; }

.navigation-megamenu__list ul { row-gap: 20px; }

@media (min-width: 992px) { .navigation-megamenu__list ul li { -webkit-box-flex: 20%; -ms-flex: 20%; flex: 20%; max-width: 20%; } }

.navigation-megamenu__list ul li .item:hover .cover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.navigation-megamenu__list ul li .item .cover { width: 100%; height: 70px; border-radius: 11px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

.navigation-megamenu__list ul li .item .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .6s; transition: .6s; }

.navigation-megamenu__list ul li .item .title { font-size: 14px; font-weight: 600; color: #1e1d1c; letter-spacing: -0.3px; -webkit-transition: .3s; transition: .3s; padding-top: 10px; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.3; }

.navigation-megamenu__list ul li .item .title:hover { color: #7ca02a; }

.nav-mobile { position: fixed; background: rgba(0, 0, 0, 0.8); left: 0; right: 0; top: 0; bottom: 0; z-index: 1211; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; opacity: 0; visibility: hidden; will-change: opacity; -webkit-transition: .3s; transition: .3s; }

@media (min-width: 992px) { .nav-mobile { display: none; } }

.nav-mobile.is-visible { opacity: 1; visibility: visible; }

.nav-mobile__wrapper { background: #f1f1f1; width: 750px; max-height: 85vh; height: 100%; border-radius: 20px 20px 0 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .4s; transition: .4s; will-change: opacity, transform; }

@media (max-width: 767px) { .nav-mobile__wrapper { margin-left: auto; margin-right: auto; } }

@media (max-width: 479px) { .nav-mobile__wrapper { border-radius: 11px 11px 0 0; max-width: 390px; } }

@media (min-width: 480px) and (max-width: 767px) { .nav-mobile__wrapper { max-width: 600px; } }

.nav-mobile__wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.nav-mobile__header { position: relative; z-index: 2; }

.nav-mobile__header-body { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 60px; padding-right: 60px; height: 70px; border-bottom: 1px solid rgba(57, 72, 87, 0.06); }

@media (max-width: 479px) { .nav-mobile__header-body { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__header-logo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.nav-mobile__header-logo a { display: block; position: relative; }

.nav-mobile__header-logo a img { width: 150px; }

.nav-mobile__header-close { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: rgba(57, 72, 87, 0.6); }

.nav-mobile__header-close .icon { font-size: 24px; }

.nav-mobile__content { height: calc(100% - 120px); overflow-y: auto; }

.nav-mobile__content > ul { padding-top: 15px; padding-bottom: 15px; }

.nav-mobile__content > ul:not(:last-child) { border-bottom: 1px solid rgba(57, 72, 87, 0.06); }

.nav-mobile__content-list > li.is-open > a { background: #fff; }

.nav-mobile__content-list > li.is-open > a .heading .text { color: #8b277b; }

.nav-mobile__content-list > li.is-open > a .heading .icon { color: rgba(139, 39, 123, 0.3); }

.nav-mobile__content-list > li > a { padding: 15px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: sticky; top: 0; }

@media (max-width: 479px) { .nav-mobile__content-list > li > a { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__content-list > li > a .icon.ui-plus { color: #8b277b; font-size: 20px; }

.nav-mobile__content-list > li > a .icon.ui-plus .fa-secondary { opacity: 0; }

.nav-mobile__content-list > li > a .heading { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav-mobile__content-list > li > a .heading .text { color: #1e1d1c; font-size: 18px; font-weight: 700; }

.nav-mobile__content-list > li > a .heading .icon { margin-right: 15px; font-size: 20px; color: rgba(30, 29, 28, 0.1); }

.nav-mobile__content-other { padding-left: 60px; padding-right: 60px; }

@media (max-width: 479px) { .nav-mobile__content-other { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__sub { display: none; background: rgba(57, 72, 87, 0.05); }

.nav-mobile__sub li { padding-left: 96px; }

@media (max-width: 479px) { .nav-mobile__sub li { padding-left: 50px; } }

.nav-mobile__sub li:not(:last-child) a { border-bottom: 1px solid rgba(57, 72, 87, 0.06); }

.nav-mobile__sub li a { color: #394857; font-size: 14px; display: block; padding: 10px 5px; }

.nav-mobile__footer { padding-left: 60px; padding-right: 60px; height: 50px; border-top: 1px solid rgba(57, 72, 87, 0.06); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 479px) { .nav-mobile__footer { padding-left: 30px; padding-right: 30px; } }

.nav-mobile__footer a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: rgba(57, 72, 87, 0.6); font-size: 14px; font-weight: 700; }

.nav-mobile__footer a:not(:last-child) { margin-right: 20px; }

@media (max-width: 991px) { .footer { margin-bottom: 70px; } }

.footer-middle { background-color: rgba(190, 160, 119, 0.07); }

.footer-middle .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-block: 50px; }

@media (max-width: 767px) { .footer-middle .container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.footer-logo h1 { font-size: 0; margin: 0; }

.footer-logo a { display: block; position: relative; }

.footer-logo img { width: 230px; }

@media (max-width: 767px) { .footer-logo img { width: 150px; } }

.footer-send { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .footer-send { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

.footer-send .description { max-width: 380px; margin-right: 50px; }

@media (max-width: 767px) { .footer-send .description { margin-right: 0; margin: 20px 0; } }

@media (min-width: 992px) and (max-width: 1199px) { .footer-send .description { padding-inline: 20px; } }

.footer-send .description .title { font-size: 18px; font-weight: 800; letter-spacing: -0.5px; color: #1e1d1c; }

.footer-send .description .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send .send { position: relative; max-width: 350px; }

.footer-send input { width: 350px; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border-radius: 999px; height: 45px; padding-left: 20px; font-size: 14px; color: rgba(100, 112, 124, 0.7); padding-right: 90px; }

.footer-send input::-webkit-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send input::-moz-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send input:-ms-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send input::-ms-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send input::placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.footer-send button { font-size: 14px; font-weight: 700; letter-spacing: -0.5px; color: #ffff; background-color: #7ca02a; height: 45px; border-radius: 999px; padding-inline: 15px; position: absolute; right: 0; }

.footer-send button:hover { background-color: #8b277b; }

.footer-middle__bottom .container { padding-block: 50px; }

@media (max-width: 479px) { .footer-middle__bottom .row > div { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 767px) { .footer-middle__bottom .row > div { margin-bottom: 20px; } }

.footer-links .heading { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: #bea077; line-height: 1.3; margin-bottom: 15px; }

@media (max-width: 479px) { .footer-links .heading { font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) { .footer-links .heading { font-size: 18px; } }

.footer-links ul li:not(:last-child) { margin-bottom: 10px; }

.footer-links ul li a { font-size: 14px; color: rgba(100, 112, 124, 0.7); line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer-links ul li a:hover { color: #bea077; }

.footer-links ul li a .icon { font-size: 14px; background-color: rgba(190, 160, 119, 0.05); color: #bea077; width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; margin-right: 10px; }

.footer-links .and { font-size: 16px; font-weight: 500; color: rgba(100, 112, 124, 0.7); text-align: center; margin-bottom: 15px; line-height: 1; position: relative; z-index: 1; }

.footer-links .and::before { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 1px; width: 70px; background-color: #64707c; opacity: .5; z-index: -1; }

@media (max-width: 479px) { .footer-links .and::before { width: 60px; } }

@media (min-width: 992px) and (max-width: 1199px) { .footer-links .and::before { width: 50px; } }

.footer-links .and::after { content: ""; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 1px; width: 70px; background-color: #64707c; opacity: .5; z-index: -1; }

@media (max-width: 479px) { .footer-links .and::after { width: 60px; } }

@media (min-width: 992px) and (max-width: 1199px) { .footer-links .and::after { width: 50px; } }

.footer-links .phone:not(:last-child) { margin-bottom: 20px; }

.footer-links .phone .title { font-size: 16px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.2; margin-bottom: 10px; }

.footer-links .phone .desc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer-links .phone .desc .icon { font-size: 14px; color: rgba(100, 112, 124, 0.7); margin-right: 5px; }

.footer-links .phone .desc .icon.ui-large { font-size: 24px; }

.footer-links .phone .desc .number { font-size: 14px; font-weight: 700; color: rgba(100, 112, 124, 0.5); }

.footer-links .phone .desc .number:hover { color: #bea077; }

.footer-links .phone .desc .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); line-height: 1; }

.footer-links .phone .desc .right { padding-left: 5px; }

.footer-links .phone .desc.ui-application { border: 1px solid rgba(30, 29, 28, 0.1); border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 55px; max-width: 180px; }

.footer-links .phone .desc.ui-application:not(:last-child) { margin-bottom: 10px; }

.footer-bottom .container { padding-block: 30px; border-top: 1px solid rgba(30, 29, 28, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 991px) { .footer-bottom .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

.footer-bottom .text { font-size: 12px; color: #64707c; padding-top: 10px; }

@media (max-width: 991px) { .footer-bottom .text { margin-bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) { .footer-bottom .text { font-size: 11px; } }

.footer-bottom .text strong { color: #7ca02a; }

.footer-bank ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) { .footer-bank ul { overflow-x: scroll; max-width: 340px; } }

@media (min-width: 480px) and (max-width: 767px) { .footer-bank ul { overflow-x: scroll; max-width: 480px; } }

.footer-bank ul li { padding: 0 4px; }

.footer-bank ul li .cover { width: 50px; height: 28px; }

.footer-bank ul li .cover img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.fixed-menu { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1111; }

@media (min-width: 768px) { .fixed-menu { display: none; } }

.fixed-menu ul { background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border: 1px solid rgba(30, 29, 28, 0.1); border-bottom: none; padding-inline: 20px; }

.fixed-menu ul li { text-align: center; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.fixed-menu ul li:nth-child(3) { background-color: #7ca02a; width: 70px; height: 57px; margin-top: -2px; }

.fixed-menu ul li:nth-child(3) .icon { color: #fff; }

.fixed-menu ul li:nth-child(3) .title { color: #fff; }

.fixed-menu ul li a { position: relative; }

.fixed-menu ul li a .icon { font-size: 20px; color: #636463; margin-bottom: 5px; }

.fixed-menu ul li a .title { font-size: 11px; color: #7b7b7b; line-height: 1; }

.fixed-menu ul li a .count { position: absolute; right: 0; top: -5px; width: 15px; height: 15px; border-radius: 999px; background-color: #7ca02a; color: #fff; font-size: 11px; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; }

.form ul .form-field { margin-bottom: 15px; position: relative; }

.form-field.ui-selectbox .form-error { right: 50px; }

.form-field.ui-textarea .form-error { top: 15px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.form-field .heading { color: #7ca02a !important; font-size: 13px !important; font-weight: 700 !important; margin-bottom: 5px !important; }

.form-field .heading::before { display: none; }

.form-field .icon:not(.arrow) { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 55px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #7ca02a; }

.form-field.is-error input, .form-field.is-error textarea, .form-field.is-error label, .form-field.is-error select { border: 2px solid red !important; }

.form-field.is-error .icon, .form-field.is-error label { color: red !important; }

.form-field input, .form-field textarea { width: 100%; height: 60px; border: 2px solid rgba(57, 72, 87, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: #64707c; font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; transition: .3s; }

.form-field input:focus, .form-field textarea:focus { outline: 0; border: 2px solid #7ca02a; }

@media (max-width: 479px) { .form-field input, .form-field textarea { height: 55px; padding-right: 15px; font-size: 14px; } }

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Edge */ color: #64707c; }

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #64707c; }

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { color: #64707c; }

.form-field input::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder { color: #64707c; }

.form-field input::placeholder, .form-field textarea::placeholder { color: #64707c; }

.form-field textarea { padding-top: 20px; height: 140px; }

.form-field .icon.arrow { position: absolute; pointer-events: none; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; opacity: .5; -webkit-transition: .3s; transition: .3s; }

.form-group { position: relative; }

.form-footer { padding-left: 10px; padding-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

.form-kvkk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.form-send { text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (max-width: 479px) { .form-send { text-align: left; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

@media (max-width: 767px) { .form-send.ui-send-basket { margin-left: 10px; } }

.form-send > input { background: #7ca02a; height: 50px; font-family: inherit; border: 0 none; text-align: center; border-radius: 8px; padding-left: 20px; padding-right: 20px; color: #fff; font-size: 16px; font-weight: 800; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; transition: .3s; position: relative; will-change: transform; }

.form-send > input:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

.form-error { position: absolute; top: 50%; right: 25px; color: red; font-size: 12px; font-weight: 500; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.form-messages { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 8px; padding: 25px 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; font-weight: 700; line-height: 1.3; }

.form-messages.ui-success { color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; }

.form-messages.ui-error { color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }

@media (max-width: 767px) { html { overflow-x: hidden; } }

body { font-family: "Source Sans 3", sans-serif; font-size: 16px; line-height: 1.6; font-weight: 400; color: #394857; letter-spacing: -0.2px; overflow-x: hidden; }

body.ui-bg { background: #f1f1f1; }

body.is-scroll { overflow: hidden; }

body .alert { position: relative; background-color: rgba(190, 160, 119, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 30px; border-radius: 15px; overflow: hidden; margin-bottom: 30px; }

body .alert.alert-danger { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

body .alert.alet-block { -webkit-box-orient: inherit !important; -webkit-box-direction: inherit !important; -ms-flex-direction: inherit !important; flex-direction: inherit !important; }

body .alert-icon { width: 50px; height: 50px; border-radius: 999px; background-color: #bea077; color: #fff; font-size: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

body .alert .close { position: absolute; right: 15px; top: 15px; width: 35px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; background-color: #fff; color: #1e1d1c; }

body .alert__inner { padding-left: 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

body .alert-title { font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.3; margin-bottom: 5px; }

body .alert-text { font-size: 14px; color: #394857; }

body .alert .btn { font-size: 16px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #bea077; }

body .alert .btn > i { font-size: 16px; margin-right: 10px; }

body .top-searches { margin-bottom: 50px; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border-radius: 15px; padding: 20px; }

body .top-searches .title { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 20px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; }

body .top-searches .most-wanted { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 5px; }

body .top-searches .most-wanted > li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; }

body .top-searches .most-wanted > li:not(:last-child) { margin-right: 5px; }

body .top-searches .most-wanted > li > a { padding-inline: 20px; height: 50px; border: 2px solid rgba(190, 160, 119, 0.1); border-radius: 8px; font-size: 14px; font-weight: 600; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { body .ui-header-top-none .header-top { display: none; } }

body .ui-detail-products .fixed-menu { display: none; }

body .ui-detail-products .fixed-price { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1111; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-shadow: 0 -10px 20px rgba(30, 29, 28, 0.1); box-shadow: 0 -10px 20px rgba(30, 29, 28, 0.1); padding: 10px 20px; height: 70px; }

@media (min-width: 768px) { body .ui-detail-products .fixed-price { display: none; } }

body .ui-detail-products .fixed-price__left .text { font-size: 13px; color: #394857; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

body .ui-detail-products .fixed-price__left .text .icon { font-size: 13px; margin-left: 5px; }

body .ui-detail-products .fixed-price__left .price { color: #1e1d1c; font-size: 20px; font-weight: 700; letter-spacing: -.8px; line-height: 1; }

body .ui-detail-products .fixed-price__right .button { background-color: #7ca02a; padding-inline: 40px; }

body .ui-detail-products .fixed-price__dropdown { position: absolute; left: 0; right: 0; bottom: 70px; background-color: #f7f7f7; padding: 10px 20px; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); -webkit-transition: .4s; transition: .4s; z-index: -1; }

body .ui-detail-products .fixed-price__dropdown.is-current { opacity: 1; visibility: visible; pointer-events: inherit; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

body .ui-detail-products .fixed-price__dropdown ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

body .ui-detail-products .fixed-price__dropdown ul li:not(:last-child) { margin-bottom: 10px; }

body .ui-detail-products .fixed-price__dropdown ul li .text { font-size: 14px; color: #394857; }

body .ui-detail-products .fixed-price__dropdown ul li .text strong { font-weight: 700; color: #1e1d1c; }

@media (max-width: 767px) { body .ui-detail-products .header-container { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (max-width: 767px) { body .ui-detail-products .header-logo { margin-left: 30px; } }

@media (max-width: 767px) { body .ui-detail-products .header-search { display: none; } }

@media (max-width: 767px) { body .ui-detail-products .header-user { display: block; } }

body .swal2-footer .btn.main { background-color: #bea077; padding-inline: 15px; height: 45px; font-size: 16px; color: #fff; font-weight: 700; letter-spacing: -0.5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 11px; margin-right: 10px; }

.small-title:not(.ui-not) { position: relative; display: block; font-size: 12px; line-height: 1.3; color: #7ca02a; font-weight: 600; letter-spacing: 4px; }

@media (max-width: 767px) { .section-header { text-align: center; } }

.section-header.ui-txt-center { text-align: center; }

.section-header.ui-txt-right { text-align: right; }

@media (max-width: 767px) { .section-header.ui-txt-right { text-align: center; } }

.section-header.ui-txt-between { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) { .section-header.ui-txt-between { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  .section-header.ui-txt-between > div { margin-bottom: 15px; } }

.section-header.ui-txt-light .title, .section-header.ui-txt-light .text { color: #fff; }

.section-header:not([class*="ui-txt-size-"]) .title { font-size: 38px; font-weight: 800; letter-spacing: -2px; }

@media (max-width: 479px) { .section-header:not([class*="ui-txt-size-"]) .title { font-size: 32px; letter-spacing: -1px; } }

.section-header.ui-txt-size-large .title { font-size: 54px; font-weight: 800; letter-spacing: -2px; line-height: 1.1; }

@media (max-width: 479px) { .section-header.ui-txt-size-large .title { font-size: 42px; } }

.section-header.ui-txt-size-small .title { font-size: 28px; font-weight: 700; letter-spacing: -1px; }

.section-header .title { color: #222; line-height: 1.3; }

.section-header .title span { color: #7ca02a; }

.section-header .text { font-size: 16px; line-height: 1.6; color: #64707c; margin-top: 10px; }

.hero { position: relative; overflow: hidden; }

.hero-thumbs { position: absolute; left: 6%; right: 6%; bottom: 10px; }

.hero-thumbs ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }

@media (max-width: 991px) { .hero-thumbs ul { overflow-x: scroll; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.hero-thumbs ul li.is-active .item { border: 3px solid #fff; }

.hero-thumbs ul li:not(:last-child) { margin-right: 10px; }

.hero-thumbs ul li .item { -webkit-box-shadow: 0 0 20px rgba(124, 160, 42, 0.1); box-shadow: 0 0 20px rgba(124, 160, 42, 0.1); border-radius: 8px; overflow: hidden; }

.hero-thumbs ul li .item .cover { width: 70px; height: 50px; }

.hero-thumbs ul li .item .cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.hero.v2 .slide::before { width: 100%; }

.hero.v2 .slide-photo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px; }

.hero.v2 .slide-photo > a { height: 100%; width: 35%; position: relative; }

.hero.v2 .slide-photo > a:not(:last-child) { margin-right: 15px; }

.hero.v2 .slide-photo > a div { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; width: 100%; opacity: 1; border-radius: 0; }

.hero.v2 .slide-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-inline: 50px; padding-bottom: 30px; z-index: 1; }

.hero.v2 .slide-body::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1d1c)); background-image: linear-gradient(transparent, #1e1d1c); height: 200px; z-index: -1; }

.hero.v2 .slide-body .title { font-size: 32px; font-weight: 800; letter-spacing: -0.5px; color: #fff; max-width: 300px; text-align: center; line-height: 1.1; }

.section-categories { padding-top: 70px; }

.section-about { padding-top: 70px; }

@media (min-width: 1200px) { .section-about { padding-right: 50px; } }

@media (min-width: 1750px) { .section-about { padding-right: 100px; } }

.section-campaings { padding-top: 70px; }

.section-categories { position: relative; z-index: 2; }

.section-featured { padding-top: 50px; }

@media (max-width: 479px) { .section-featured .section-header { margin-bottom: 30px; } }

.section-seller { padding-top: 70px; position: relative; z-index: 2; }

.section-other { padding-bottom: 50px; }

@media (min-width: 768px) { .section-other { display: none; } }

.section-other .section-header { text-align: left; }

.section-other .section-header .title { font-size: 22px; letter-spacing: -0.5px; }

.section-parallax { margin-top: -100px; }

.section-products { padding-top: 70px; }

.section-custom { padding-top: 70px; }

@media (max-width: 479px) { .section-custom { padding-top: 20px; } }

.section-info { padding-top: 70px; padding-bottom: 30px; }

@media (min-width: 768px) and (max-width: 991px) { .mall .section-header .title { font-size: 28px; letter-spacing: -1px; } }

.mall-left { background-color: #bea077; padding-block: 50px; padding-right: 50px; padding-left: calc((100vw - 1250px) / 2); height: 100%; }

@media (max-width: 767px) { .mall-left { padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .mall-left { padding-left: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) { .mall-left { padding-left: 15px; } }

.mall-right { background-color: #7ca02a; padding-block: 50px; padding-left: 50px; padding-right: calc((100vw - 1250px) / 2); height: 100%; text-align: right; }

@media (max-width: 767px) { .mall-right { padding-left: 0; text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .mall-right { padding-right: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) { .mall-right { padding-right: 15px; } }

.mall-cover { width: 100%; height: 80px; background-color: #fff; padding: 20px; border-radius: 11px; overflow: hidden; }

.mall-cover:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.mall-cover img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: .6s; transition: .6s; }

.mall-button { background-color: #fff; color: #7ca02a; padding-left: 20px; padding-right: 50px; font-size: 18px; font-weight: 800; letter-spacing: -0.5px; height: 50px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; border-radius: 11px; margin-right: 30px; -webkit-transition: .3s; transition: .3s; }

@media (min-width: 768px) and (max-width: 991px) { .mall-button { font-size: 16px; } }

.mall-button:hover { background-color: #bea077; color: #fff; }

.mall-button .icon { color: #7ca02a; width: 65px; height: 65px; border-radius: 999px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; background-color: #fff; right: -35px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); -webkit-transition: .3s; transition: .3s; font-size: 24px; }

.parallax { position: relative; }

.parallax-cover { width: 100%; height: 550px; }

@media (max-width: 767px) { .parallax-cover { height: 700px; } }

.parallax-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.parallax-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 1; }

.parallax-body::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#ae8854)); background-image: linear-gradient(to left, transparent, #ae8854); z-index: -1; }

.parallax-body .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 50px; }

@media (max-width: 767px) { .parallax-body .container { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.parallax-body .section-header { max-width: 500px; }

.parallax-video { width: 140px; height: 140px; border-radius: 999px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }

@media (min-width: 992px) { .parallax-video { right: 150px; } }

@media (max-width: 767px) { .parallax-video { margin-bottom: 30px; } }

.parallax-video::before { content: ""; position: absolute; inset: -5px; border: 1px solid #fff; border-radius: 999px; -webkit-animation: pulsate 2s infinite running; animation: pulsate 2s infinite running; }

.parallax-video::after { content: ""; position: absolute; inset: -10px; border: 1px solid #fff; border-radius: 999px; -webkit-animation: pulsate 3s .2s infinite running; animation: pulsate 3s .2s infinite running; }

.parallax-video .play { font-size: 52px; color: #fff; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 999px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.custom-left .row > div:nth-child(1) ul { margin-top: 60px; }

@media (max-width: 479px) { .custom-left .row > div:nth-child(1) ul { margin-top: 0; } }

.custom-left .row > div:nth-child(2) ul { margin-top: 30px; }

@media (max-width: 479px) { .custom-left .row > div:nth-child(2) ul { margin-top: 0; } }

.custom-right .row > div:nth-child(3) ul { margin-top: 60px; }

@media (max-width: 479px) { .custom-right .row > div:nth-child(3) ul { margin-top: 0; } }

.custom-right .row > div:nth-child(2) ul { margin-top: 30px; }

@media (max-width: 479px) { .custom-right .row > div:nth-child(2) ul { margin-top: 0; } }

@media (max-width: 479px) { .custom ul { -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (max-width: 479px) { .custom ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-inline: 10px; } }

.custom ul li:not(:last-child) { margin-bottom: 20px; }

.custom-cover { width: 100%; height: auto; max-height: 200px; border-radius: 11px; overflow: hidden; }

.custom-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.custom .section-header { padding-top: 70px; }

@media (max-width: 767px) { .custom .section-header { padding-top: 30px; padding-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .custom .section-header { padding-top: 20px; }
  .custom .section-header .text { display: none; } }

.section-info .info ul li { text-align: center; }

@media (max-width: 479px) { .section-info .info ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (max-width: 767px) { .section-info .info ul li { margin-bottom: 20px; } }

.section-info .info ul li .icon { font-size: 32px; color: #7ca02a; margin-bottom: 10px; }

.section-info .info ul li .title { font-size: 16px; font-weight: 800; color: #1e1d1c; letter-spacing: -0.5px; margin-bottom: 5px; }

.section-info .info ul li .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

@media (max-width: 767px) { .section-info .info ul li .text { font-size: 12px; } }

.about-top { margin-bottom: 40px; }

.about-bottom .ui-pos-relative { height: 100%; }

.about-photo { width: 100%; height: 400px; border-radius: 15px; overflow: hidden; }

.about-photo.ui-height-small { height: 400px; position: absolute; right: 0; bottom: 0; }

@media (max-width: 991px) { .about-photo.ui-height-small { position: relative; height: auto; } }

.about-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.about .section-header .title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

.about .section-header .text { max-width: 450px; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; max-height: auto; }

@media (max-width: 767px) { .about-information { display: none; } }

.about-information ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-radius: 11px; background-color: #f1f1f1; padding: 50px; }

@media (max-width: 767px) { .about-information ul { padding: 30px; } }

.about-information ul li { line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding-inline: 30px; }

.about-information ul li:not(:last-child)::after { content: ""; position: absolute; right: 10px; top: 0; bottom: 0; width: 1px; height: 100%; background-color: #1e1d1c; }

.about-information ul li .number { font-size: 44px; font-weight: 800; color: #1e1d1c; }

@media (max-width: 767px) { .about-information ul li .number { font-size: 32px; } }

.about-information ul li .text { font-size: 20px; letter-spacing: -0.5px; color: #64707c; }

@media (max-width: 767px) { .about-information ul li .text { font-size: 18px; } }

.inner-page__header { position: relative; }

.inner-page__photo { height: 400px; background: black; }

@media (max-width: 479px) { .inner-page__photo { height: 250px; } }

.inner-page__photo.ui-large { height: 550px; }

@media (max-width: 767px) { .inner-page__photo.ui-large { height: 375px; } }

.inner-page__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .65; }

.inner-page__heading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; }

.inner-page__heading.ui-relative { position: relative; background: #bea077; height: 180px; }

.inner-page__heading.ui-style { max-width: 30%; border-radius: 0 0 30px 0; overflow: hidden; padding-left: 10px; height: 230px; }

@media (max-width: 767px) { .inner-page__heading.ui-style { max-width: 100%; border-radius: 0; padding-left: 0; height: 150px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading.ui-style { max-width: 38%; }
  .inner-page__heading.ui-style .title { font-size: 28px; } }

@media (max-width: 767px) { .inner-page__heading.ui-products { background-color: #bea077; height: 0; }
  .inner-page__heading.ui-products .container { text-align: left; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .inner-page__heading.ui-products .title { display: none; } }

.inner-page__heading.ui-product { background-color: #bea077; height: 100px; }

@media (max-width: 767px) { .inner-page__heading.ui-product { height: 0; } }

.inner-page__heading.ui-product .container { text-align: left; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.inner-page__heading.ui-product .title { display: none; }

.inner-page__heading .container, .inner-page__heading .container-fluid { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.inner-page__heading .container.ui-txt-left, .inner-page__heading .container-fluid.ui-txt-left { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; text-align: left !important; }

@media (max-width: 767px) { .inner-page__heading .container.ui-txt-left, .inner-page__heading .container-fluid.ui-txt-left { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; text-align: center !important; } }

.inner-page__heading .title { color: #fff; font-size: 36px; font-weight: 800; letter-spacing: -1.5px; max-width: 500px; line-height: 1.3; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

@media (max-width: 479px) { .inner-page__heading .title { font-size: 32px; } }

.inner-page__heading .text { color: #fff; font-size: 16px; line-height: 1.6; max-width: 575px; text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); margin: 5px auto 0; }

@media (max-width: 479px) { .inner-page__heading .text { font-size: 14px; } }

@media (min-width: 480px) and (max-width: 767px) { .inner-page__heading .text { font-size: 16px; } }

.inner-page__nav { border-bottom: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }

.inner-page__nav.ui-pos-sticky { z-index: 50; top: 0; }

.inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow-y: auto; } }

@media (min-width: 600px) and (max-width: 767px) { .inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.inner-page__nav ul li { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.inner-page__nav ul li.heading a { font-weight: 800; color: #1e1d1c; }

.inner-page__nav ul li:not(.heading):hover a, .inner-page__nav ul li:not(.heading).is-current a { color: #394857; }

.inner-page__nav ul li:not(.heading):hover a::after, .inner-page__nav ul li:not(.heading).is-current a::after { width: 100%; }

.inner-page__nav ul li a { height: 70px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(57, 72, 87, 0.6); font-size: 16px; font-weight: 600; position: relative; -webkit-transition: .3s; transition: .3s; }

.inner-page__nav ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #7ca02a; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.inner-page__wrapper { margin-top: 50px; margin-bottom: 100px; }

.inner-page__wrapper.ui-mb-0 { margin-bottom: 0; }

.inner-page__wrapper.ui-mt-0 { margin-top: 0; }

.inner-page__wrapper.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

@media (max-width: 767px) { .inner-page__wrapper.ui-products { margin-top: 0px !important; } }

.inner-page__wrapper.ui-products .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

@media (max-width: 767px) { .inner-page__wrapper.ui-products .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__wrapper.ui-products .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } }

.inner-page__wrapper.ui-products .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }

@media (max-width: 767px) { .inner-page__wrapper.ui-products .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__wrapper.ui-products .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } }

@media (max-width: 767px) { .inner-page__row:not([class*="ui-products"]) { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media (min-width: 1200px) { .inner-page__row > div { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 1199px) { .inner-page__row > div { padding-left: 10px; padding-right: 10px; } }

@media (min-width: 1200px) { .inner-page__row.gutter-15 > div { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1199px) { .inner-page__row.gutter-15 > div { padding-left: 10px; padding-right: 10px; } }

.inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.inner-page__article.ui-style { margin-top: -250px; position: relative; z-index: 111; }

@media (max-width: 767px) { .inner-page__article.ui-style { margin-top: 0; } }

@media (max-width: 767px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; max-width: 67%; } }

.inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 75%); flex: 0 0 calc(100% - 75%); max-width: calc(100% - 75%); }

@media (max-width: 767px) { .inner-page__sidebar { margin-top: 40px; } }

@media (max-width: 767px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 62%); flex: 0 0 calc(100% - 62%); max-width: calc(100% - 62%); } }

@media (min-width: 992px) and (max-width: 1199px) { .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 67%); flex: 0 0 calc(100% - 67%); max-width: calc(100% - 67%); } }

.inner-page__sidebar .member-name { margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #fff; line-height: 1.3; background-color: #7ca02a; border-radius: 11px; height: 50px; padding-inline: 15px; }

.inner-page__sidebar .member-name img { width: 20px; -o-object-fit: contain; object-fit: contain; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); margin-right: 15px; }

.inner-page__content.ui-height-none { min-height: 400px; }

.inner-page__content .form { display: inline-block; }

.page-content__header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; }

@media (max-width: 991px) { .page-content__header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.page-content__header .title { color: #7ca02a; font-size: 24px; letter-spacing: -0.5px; font-weight: 800; line-height: 1.3; }

.page-content__header .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #394857; font-size: 14px; font-weight: 600; margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

@media (max-width: 991px) { .page-content__header .date { margin-top: 10px; margin-left: 0; } }

.page-content__header .date .icon { margin-right: 5px; font-size: 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: rgba(57, 72, 87, 0.5); width: 30px; height: 30px; align-items: center; font-size: 18px; }

.page-content__heading { color: #1e1d1c; font-weight: 800; font-size: 16px; margin-bottom: 5px; }

.page-content__heading.ui-color-1 { color: #7ca02a; }

.page-content__heading.ui-color-2 { color: #8b277b; }

.page-content__photo { overflow: hidden; height: 300px; float: left; margin-right: 30px; margin-bottom: 30px; width: 50%; position: relative; border-radius: 20px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo { margin-left: 0; width: 100%; float: none; } }

@media (max-width: 767px) { .page-content__photo { height: auto !important; margin-right: 0; float: none; width: 100%; margin-bottom: 30px; } }

.page-content__photo.ui-small, .page-content__photo.ui-large { width: 100%; float: inherit; margin-right: 0; }

.page-content__photo.ui-small { height: 175px; margin-bottom: 0; }

.page-content__photo.ui-large { height: 450px; }

@media (min-width: 768px) and (max-width: 991px) { .page-content__photo.ui-large { height: 250px; } }

.page-content__photo.ui-auto { height: auto; }

.page-content__photo img { width: 100%; height: 100%; overflow: hidden; -o-object-fit: cover; object-fit: cover; }

.page-content__spot { margin-bottom: 20px; font-size: 16px; color: #222; font-weight: 700; letter-spacing: -0.5px; }

.page-content__description { color: #64707c !important; font-size: 14px; line-height: 1.7; font-family: "Source Sans 3", sans-serif !important; }

.page-content__description.ui-txt-center { text-align: center; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description h3 { font-weight: 700; font-size: 24px; letter-spacing: -1px; }

.page-content__description h5 { font-weight: 700; font-size: 14px; }

.page-content__description > p { margin-bottom: 30px; }

.page-content__description a { color: #55acef; font-weight: 600; }

.page-content__description a:hover { text-decoration: underline; }

.page-content__description strong { font-weight: 800; }

.page-content__description img { max-width: 100%; }

.page-content__description ul, .page-content__description ol { padding-left: 20px; }

.page-content__description ul li { list-style: disc; }

.page-content__description ol li { list-style: decimal; }

.page-content__description table { width: 100% !important; border: 1px solid rgba(0, 0, 0, 0.08) !important; }

.page-content__description table tbody tr { border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important; }

.page-content__description table tbody tr td, .page-content__description table tbody tr th { padding: 10px 20px !important; border-right: 1px solid rgba(0, 0, 0, 0.08) !important; line-height: 1.5; }

.page-content__description table tbody tr td:last-child, .page-content__description table tbody tr th:last-child { border-right: 0 none !important; }

.page-content__gallery ul li .gallery-photo { width: 100%; height: 150px; margin-bottom: 15px; border-radius: 11px; overflow: hidden; }

.page-content__gallery ul li .gallery-photo:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.page-content__gallery ul li .gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .8s; transition: .8s; }

@media (max-width: 479px) { .page-content__gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.page-content__cards { margin-top: 70px; margin-bottom: 30px; }

.page-content__cards.ui-contact { margin-top: 0; margin-bottom: 0; }

.page-content__cards.ui-contact .card { height: 300px; }

.page-content__cards.ui-contact .card .text { height: 70px; }

@media (max-width: 767px) { .page-content__cards ul li { margin-bottom: 30px; } }

.page-content__cards .card { height: 410px; border-radius: 20px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding-left: 50px; padding-right: 50px; }

@media (max-width: 479px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card { height: 250px !important; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card { padding-left: 25px; padding-right: 25px; height: 350px; } }

@media (min-width: 992px) and (max-width: 1199px) { .page-content__cards .card { padding-left: 30px; padding-right: 30px; } }

.page-content__cards .card:hover > .icon { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.page-content__cards .card:hover > .icon::after { -webkit-transform: translateY(10px) scale(0.75); -ms-transform: translateY(10px) scale(0.75); transform: translateY(10px) scale(0.75); }

.page-content__cards .card .title { color: #1e1d1c; font-size: 20px; font-weight: 700; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .title { font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .title { font-size: 16px; } }

.page-content__cards .card > .icon { color: #7ca02a; font-size: 72px; margin-top: 25px; margin-bottom: 50px; position: relative; -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card > .icon { font-size: 54px; margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card > .icon { font-size: 54px; } }

.page-content__cards .card > .icon::after { position: absolute; height: 8px; width: 66px; content: ""; bottom: -25px; left: 50%; margin-left: -33px; background: rgba(0, 0, 0, 0.06); z-index: -1; border-radius: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .35s; transition: -webkit-transform .35s; transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

.page-content__cards .card .text { font-size: 16px; font-weight: 500; color: #394857; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .text { display: none; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .text { font-size: 13px; } }

.page-content__cards .card .btn-wrapper { position: absolute; right: 0; bottom: 40px; left: 0; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper { bottom: 25px; } }

.page-content__cards .card .btn-wrapper a { color: #7ca02a; font-size: 16px; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper a { font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a { font-size: 13px; } }

.page-content__cards .card .btn-wrapper a::after { content: ""; position: absolute; right: -10px; bottom: 0; left: -10px; background: #7ca02a; z-index: -1; height: 0; -webkit-transition: height .3s; transition: height .3s; }

.page-content__cards .card .btn-wrapper a:hover { color: #fff; }

.page-content__cards .card .btn-wrapper a:hover::after { height: 100%; }

.page-content__cards .card .btn-wrapper a .icon { font-size: 14px; margin-left: 10px; }

@media (min-width: 480px) and (max-width: 767px) { .page-content__cards .card .btn-wrapper a .icon { font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) { .page-content__cards .card .btn-wrapper a .icon { font-size: 13px; } }

.page-content__information { margin-top: 70px; }

.page-content__information ul li:not(:last-child) { border-bottom: 1px solid rgba(100, 112, 124, 0.15); margin-bottom: 50px; padding-bottom: 50px; }

.page-content__information .heading .icon { color: rgba(100, 112, 124, 0.3); font-size: 60px; }

.page-content__information .heading .icon .fa-secondary { opacity: .5; }

.page-content__information .heading .desc { padding-left: 20px; line-height: 1.2; }

.page-content__information .heading .desc .small-title { color: #8b277b; font-size: 16px; font-weight: 700; }

.page-content__information .heading .desc .title { color: #7ca02a; font-size: 36px; letter-spacing: -2px; font-weight: 700; }

@media (min-width: 1200px) { .page-content__information .content { padding-left: 50px; } }

@media (max-width: 1199px) { .page-content__information .content { padding-top: 50px; } }

.sidebar-nav { background: #fff; border: 1px solid rgba(57, 72, 87, 0.15); border-radius: 11px; }

@media (max-width: 479px) { .sidebar-nav { margin-top: 20px; } }

.sidebar-nav ul li:first-child a { border-radius: 8px 8px 0 0; }

.sidebar-nav ul li:last-child a { border-radius: 0 0 8px 8px; }

.sidebar-nav ul li:not(:last-child) { border-bottom: 1px solid rgba(57, 72, 87, 0.1); }

.sidebar-nav ul li:hover a, .sidebar-nav ul li.is-current a { background: rgba(241, 241, 241, 0.75); }

.sidebar-nav ul li:hover a .icon, .sidebar-nav ul li.is-current a .icon { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }

.sidebar-nav ul li a { color: #64707c; font-size: 14px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding: 17px 25px; -webkit-transition: .3s; transition: .3s; }

.sidebar-nav ul li a .icon { position: absolute; right: 25px; color: #394857; opacity: 0; visibility: hidden; -webkit-transform: translateX(-15px); -ms-transform: translateX(-15px); transform: translateX(-15px); -webkit-transition: .3s; transition: .3s; will-change: transform; font-size: 16px; }

.sidebar-wp { margin-top: -80px; margin-bottom: 50px; position: relative; z-index: 11; max-width: 250px; }

@media (max-width: 767px) { .sidebar-wp { margin-top: 0; max-width: 100%; } }

.sidebar-wp .wp { background-color: #25d366; padding-inline: 20px; height: 55px; border-radius: 11px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.sidebar-wp .wp .icon { font-size: 24px; }

.sidebar-wp .wp .desc { padding-left: 10px; }

.sidebar-wp .wp .desc .text { font-size: 14px; font-weight: 800; letter-spacing: -0.5px; line-height: 1; }

.sidebar-common { border-bottom: 1px solid rgba(30, 29, 28, 0.1); }

.sidebar-common .heading { font-size: 16px; font-weight: 800; color: #1e1d1c; padding-inline: 25px; padding-top: 20px; }

.sidebar-common .clearPrices { font-size: 16px; font-weight: 800; color: #1e1d1c; }

.sidebar-common.ui-switch ul { padding-block: 20px; }

.sidebar-common.ui-switch ul li a { color: #1e1d1c; font-size: 14px; font-weight: 700; }

.sidebar-common.ui-category > ul { overflow-y: scroll; max-height: 400px; }

.sidebar-common.ui-category > ul > li { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; cursor: pointer; }

.sidebar-common.ui-category > ul > li .icon { font-size: 14px; color: rgba(100, 112, 124, 0.8); -webkit-transition: .3s; transition: .3s; }

.sidebar-common__item-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; background-color: rgba(190, 160, 119, 0.08); border-radius: 8px; position: relative; cursor: pointer; padding-inline: 10px; padding-block: 5px; -webkit-transition: .3s; transition: .3s; }

.sidebar-common__item-heading:hover, .sidebar-common__item-heading.active { background-color: #bea077; }

.sidebar-common__item-heading:hover > a, .sidebar-common__item-heading.active > a { color: #fff !important; }

.sidebar-common__item-heading:hover .icon, .sidebar-common__item-heading.active .icon { color: #fff !important; }

.sidebar-common__item-heading > a { width: 100%; -webkit-transition: .3s; transition: .3s; }

.sidebar-common__sub { padding-bottom: 0 !important; display: none !important; }

.sidebar-common__sub a { position: relative; }

.sidebar-common__sub a::before { content: ""; position: absolute; left: -12px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 5px; border-radius: 999px; background-color: #bea077; }

.sidebar-common__sub.is-current { display: block !important; }

.sidebar-common .price-list-inner ul { padding-bottom: 0 !important; padding-top: 0 !important; padding-inline: 0 !important; }

.sidebar-common ul { padding-bottom: 30px; padding-top: 10px; padding-inline: 25px; }

.sidebar-common ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.sidebar-common ul li:not(:last-child) { margin-bottom: 8px; }

.sidebar-common ul li a { font-size: 13px; color: #64707c; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sidebar-common ul li a:hover { color: #1e1d1c; }

.sidebar-common ul li .checkbox .text { font-size: 13px; font-weight: 500; color: #64707c; }

.sidebar-common ul li .switch { background-color: #eeeeee; border: 0px; border-radius: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; height: 24px; line-height: 24px; padding: 0px; position: relative; -webkit-transition: .3s; transition: .3s; vertical-align: middle; width: 40px; }

.sidebar-common ul li .switch::before { content: ""; position: absolute; display: block; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-name: switch; animation-name: switch; -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1); animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1); background-color: #646464; border-radius: 50%; cursor: pointer; height: 18px; left: 3px; top: 3px; -webkit-transition: .3s; transition: .3s; width: 18px; }

.sidebar-common ul li .filtre { border: 1px solid rgba(124, 160, 42, 0.4); padding-inline: 15px; padding-block: 8px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.sidebar-common ul li .filtre .desc { line-height: 1; }

.sidebar-common ul li .filtre .desc .text { font-size: 12px; color: #64707c; margin-bottom: 7px; }

.sidebar-common ul li .filtre .desc .title { font-size: 16px; color: #1e1d1c; font-weight: 800; }

.sidebar-common ul li .filtre .icon { font-size: 14px; color: rgba(100, 112, 124, 0.7); margin-left: 15px; cursor: pointer; }

.products-sidebar { border: 1px solid rgba(30, 29, 28, 0.1); border-radius: 11px; overflow: hidden; }

@media (max-width: 767px) { .products-sidebar.ui-mobile-none { display: none; } }

@media (min-width: 768px) { .products-sidebar__mobile { display: none; } }

.products-sidebar__mobile > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.products-sidebar__mobile > ul > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-inline: 5px; }

.products-sidebar__input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; position: relative; }

.products-sidebar__input.ui-style input { width: 130px; }

.products-sidebar__input input { width: 60px; background-color: #fff; border: 2px solid rgba(30, 29, 28, 0.1); border-radius: 8px; font-size: 12px; color: rgba(100, 112, 124, 0.7); height: 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-inline: 8px; margin-right: 10px; }

@media (min-width: 992px) and (max-width: 1199px) { .products-sidebar__input input { margin-right: 3px; width: 50px; font-size: 10px; padding-inline: 5px; } }

.products-sidebar__input input:focus { border-color: #7ca02a; }

.products-sidebar__input input::-webkit-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.products-sidebar__input input::-moz-placeholder { color: rgba(100, 112, 124, 0.7); }

.products-sidebar__input input:-ms-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.products-sidebar__input input::-ms-input-placeholder { color: rgba(100, 112, 124, 0.7); }

.products-sidebar__input input::placeholder { color: rgba(100, 112, 124, 0.7); }

.products-sidebar__input button { font-size: 16px; color: #7ca02a; background-color: rgba(124, 160, 42, 0.1); width: 32px; height: 32px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; position: absolute; right: -15px; }

.contact-item .container { padding-top: 60px; }

.contact-map { background: #fff; padding: 20px; border-radius: 11px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); margin-top: 30px; }

.contact-map iframe { width: 100%; height: 550px; border-radius: 11px; }

.contact-form { background: #fff; padding: 30px; border-radius: 11px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); margin-top: 30px; }

.contact-form iframe { width: 100%; height: 550px; border-radius: 11px; }

.basket-detail .basket { margin-top: 30px; margin-bottom: 50px; }

.basket-detail .basket-content { background: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border-radius: 8px; padding: 25px 30px; }

@media (max-width: 479px) { .basket-detail .basket-content { padding: 0; -webkit-box-shadow: none; box-shadow: none; } }

.basket-detail .basket-content button#btnNext { background-color: #bea077; padding-inline: 20px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; font-weight: 700; color: #fff; letter-spacing: -0.5px; line-height: 1; border-radius: 11px; opacity: 1; }

.basket-detail .basket-content button#btnNext:hover { background-color: #7ca02a; }

.basket-detail .basket-content button#btnNext.disabled { opacity: .7; }

.basket-detail .basket-content button#btnNext i { font-size: 16px; margin-left: 10px; color: #fff; }

.basket-detail .basket-content .fatura-adresi { font-size: 16px; font-weight: 700; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 11px; color: #bea077; margin-bottom: 20px; overflow: hidden; cursor: pointer; }

.basket-detail .basket-content .fatura-adresi:hover { color: #7ca02a; }

.basket-detail .basket-content .caption-subject { font-size: 18px; font-weight: 800; letter-spacing: -0.7px; color: #1e1d1c; line-height: 1.3; margin-bottom: 20px; }

.basket-detail .basket-content .text-uppercase { font-size: 16px; font-weight: 700; letter-spacing: -1px; color: #1e1d1c; line-height: 1.3; }

.basket-detail .basket-content .img-responsive { margin-bottom: 15px; }

.basket-detail .basket-content .giftTokenWrapper .coupon_input { position: relative; }

.basket-detail .basket-content .giftTokenWrapper .coupon_input .form-field input { padding-right: 50px !important; font-size: 14px !important; padding-left: 15px !important; }

@media (min-width: 992px) and (max-width: 1199px) { .basket-detail .basket-content .giftTokenWrapper .coupon_input .form-field input { padding-left: 5px !important; height: 50px !important; } }

.basket-detail .basket-content .giftTokenWrapper .coupon_input .form-send { position: absolute; right: 10px; top: 0; bottom: 0; text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (max-width: 479px) { .basket-detail .basket-content .giftTokenWrapper .coupon_input .form-send { text-align: left; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.basket-detail .basket-content .giftTokenWrapper .coupon_input .form-send > button { background: #7ca02a; height: 40px; font-family: inherit; border: 0 none; text-align: center; border-radius: 8px; padding-inline: 20px; color: #fff; font-size: 16px; font-weight: 800; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; transition: .3s; position: relative; will-change: transform; }

.basket-detail .basket-content .giftTokenWrapper .coupon_input .form-send > button:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }

@media (min-width: 992px) and (max-width: 1199px) { .basket-detail .basket-content .giftTokenWrapper .coupon_input .form-send > button { height: 30px !important; padding-inline: 5px !important; font-size: 12px !important; } }

.basket-detail .basket-content .coupon_show .button { height: 35px !important; margin-left: 10px !important; }

.basket-detail .basket-content table.table th { text-align: left; font-size: 18px; color: #bea077; line-height: 1.3; }

@media (max-width: 479px) { .basket-detail .basket-content table.table th { font-size: 16px; } }

.basket-detail .basket-content table.table .dropdown-product-list h2 { font-size: 16px; font-weight: 700; color: #000; line-height: 1.3; }

@media (max-width: 479px) { .basket-detail .basket-content table.table .dropdown-product-list h2 { font-size: 14px; } }

.basket-detail .basket-content table.table .dropdown-product-list td { font-size: 16px; font-weight: 700; color: #7ca02a; line-height: 1.3; }

@media (max-width: 479px) { .basket-detail .basket-content table.table .dropdown-product-list td { font-size: 14px; } }

.basket-detail .basket-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }

@media (max-width: 479px) { .basket-detail .basket-header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.basket-detail .basket-text { font-size: 14px; line-height: 1.4; font-weight: 700; margin-top: 20px; }

.basket-detail .basket-accordion .accordion-header .title { font-size: 16px; }

.basket-detail .basket-accordion .accordion-content { padding-left: 40px; padding-right: 40px; }

.basket-detail .basket-accordion .accordion-content .page-content__description { padding-top: 30px; padding-bottom: 30px; }

.basket-detail .basket-accordion .accordion > ul > li { background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 5px; margin-bottom: 15px; overflow: hidden; }

.basket-detail .basket-accordion .accordion > ul > li:last-child { margin-bottom: 0; }

.basket-detail .basket-accordion .accordion > ul > li.is-open, .basket-detail .basket-accordion .accordion > ul > li:hover { -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); border: 1px solid transparent; }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-header, .basket-detail .basket-accordion .accordion > ul > li:hover .accordion-header { background: #7ca02a; }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-header .title, .basket-detail .basket-accordion .accordion > ul > li:hover .accordion-header .title { color: #fff; }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-right, .basket-detail .basket-accordion .accordion > ul > li:hover .accordion-right { margin-top: 0; }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-right > .icon, .basket-detail .basket-accordion .accordion > ul > li:hover .accordion-right > .icon { color: #fff; }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-right .date, .basket-detail .basket-accordion .accordion > ul > li:hover .accordion-right .date { color: #fff; }

.basket-detail .basket-accordion .accordion > ul > li:hover .accordion-right > .icon { -webkit-transform: scale(1.2) translateX(5px) rotate(-90deg); -ms-transform: scale(1.2) translateX(5px) rotate(-90deg); transform: scale(1.2) translateX(5px) rotate(-90deg); }

.basket-detail .basket-accordion .accordion > ul > li.is-open .accordion-right > .icon { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.basket-detail .basket-accordion .accordion-header { display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 25px; padding-right: 25px; cursor: pointer; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .basket-detail .basket-accordion .accordion-header { padding-left: 17px; padding-right: 17px; -webkit-box-orient: inherit; -webkit-box-direction: inherit; -ms-flex-direction: inherit; flex-direction: inherit; } }

.basket-detail .basket-accordion .accordion-header .title { color: #1e1d1c; font-size: 14px; font-weight: 700; line-height: 1.2; overflow: hidden; max-height: 39px; }

@media (max-width: 479px) { .basket-detail .basket-accordion .accordion-header .title { overflow: inherit; } }

.basket-detail .basket-accordion .accordion-right { margin-left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 5px; }

.basket-detail .basket-accordion .accordion-right > .icon { color: #64707c; font-size: 13px; -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1); -webkit-transition: .3s; transition: .3s; }

.basket-detail .basket-accordion .accordion-content { padding-left: 25px; padding-right: 25px; padding-bottom: 30px; display: none; }

.basket-detail .basket-accept { margin-top: 20px; }

.basket-detail .basket-accept ul li:not(:last-child) { margin-bottom: 15px; }

.basket-detail .basket-accept label.checkbox .checkbox .text { font-weight: 700; }

.basket-detail .basket-link { color: #64707c; font-size: 13px; font-weight: 700; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 20px; margin-top: 5px; }

@media (max-width: 479px) { .basket-detail .basket-link { margin-left: 0; } }

.basket-detail .basket-link:hover { color: #394857; }

.basket-detail .basket-link .icon { font-size: 11px; margin-left: 7px; }

@media (max-width: 767px) { .basket-detail .basket-delivery ul li:not(:last-child) { margin-bottom: 20px; } }

.basket-detail .basket-delivery .heading { color: #64707c; font-weight: 700; font-size: 14px; }

.basket-detail .basket-delivery .text { font-size: 16px; font-weight: 700; line-height: 1.3; margin-top: 5px; }

.basket-detail .basket-title { color: #7ca02a; font-size: 28px; font-weight: 800; line-height: 1.2; letter-spacing: -0.5px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding-bottom: 15px; margin-bottom: 30px; }

@media (max-width: 479px) { .basket-detail .basket-title { font-size: 24px; } }

.basket-detail .basket-title.small { font-size: 20px; }

.basket-detail .basket-title.no-border { border-bottom: 0 none; padding-bottom: 0; margin-bottom: 0; }

.basket-detail .basket-total { font-size: 14px; font-weight: 700; }

.basket-detail .basket-heading { color: #64707c; font-size: 14px; font-weight: 700; line-height: 1.2; }

.basket-detail .basket-price { font-size: 32px; font-weight: 700; letter-spacing: -1px; color: #1e1d1c; line-height: 1.1; }

.basket-detail .basket-price.small { font-size: 24px; }

.basket-detail .basket-price.line-through { text-decoration: line-through; color: #64707c; font-size: 14px; }

.basket-detail .basket-list ul li { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 20px; }

.basket-detail .basket-list ul li:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

@media (max-width: 991px) { .basket-detail .basket-list ul li { -ms-flex-wrap: inherit; flex-wrap: inherit; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.basket-detail .basket-list ul li .ui-d-flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .basket-detail .basket-list ul li .ui-d-flex { margin-top: 20px; } }

.basket-detail .basket-list.style-1 .basket-list__description { padding-left: 0; }

@media (max-width: 767px) { .basket-detail .basket-list.style-1 .basket-list__description { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.basket-detail .basket-list__info { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 767px) { .basket-detail .basket-list__info { padding-left: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.basket-detail .basket-list__photo { width: 125px; height: 165px; background: #fff; padding: 15px; border-radius: 8px; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

@media (max-width: 479px) { .basket-detail .basket-list__photo { width: 90px !important; height: auto; padding: 0; -webkit-box-shadow: none; box-shadow: none; } }

.basket-detail .basket-list__photo:not([class*="ui-size-"]) { width: 125px; }

.basket-detail .basket-list__photo.ui-size-large { width: 165px; margin-right: 30px; }

.basket-detail .basket-list__photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; border-radius: 5px; }

.basket-detail .basket-list__description { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 25px; padding-right: 40px; }

@media (max-width: 479px) { .basket-detail .basket-list__description { padding-left: 0; padding-right: 0; } }

.basket-detail .basket-list__description .title { color: #1e1d1c; font-size: 18px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.3; margin-bottom: 5px; }

@media (max-width: 479px) { .basket-detail .basket-list__description .title { font-size: 14px; font-weight: 700; letter-spacing: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } }

@media (min-width: 768px) and (max-width: 991px) { .basket-detail .basket-list__description .title { font-size: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) { .basket-detail .basket-list__description .title { font-size: 18px; } }

.basket-detail .basket-list__description .text { color: #394857; font-size: 13px; line-height: 1.3; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 3px; }

@media (max-width: 479px) { .basket-detail .basket-list__description .text { font-size: 11px; } }

.basket-detail .basket-list__description .text .icon { color: #7ca02a; font-size: 18px; margin-right: 8px; }

@media (max-width: 479px) { .basket-detail .basket-list__description .text .icon { font-size: 14px; } }

.basket-detail .basket-list__description .text strong { font-weight: 700; margin-left: 5px; color: #40ad40; }

.basket-detail .basket-list__action { margin-top: 20px; }

@media (max-width: 479px) { .basket-detail .basket-list__action { margin-top: 5px; } }

@media (max-width: 479px) { .basket-detail .basket-list__action.product-detail__btn-list .btn { font-size: 12px; } }

@media (max-width: 479px) { .basket-detail .basket-list__action.product-detail__btn-list .btn .icon { font-size: 14px; } }

.basket-detail .basket-list__chooser { padding-right: 20px; }

@media (max-width: 767px) { .basket-detail .basket-list__chooser { text-align: center; padding-right: 0; } }

.basket-detail .basket-list__chooser > div { margin-right: 0 !important; }

.basket-detail .basket-list__chooser .title { font-size: 18px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.3; color: #bea077; }

.basket-detail .basket-list__chooser .title.ui-size-small { font-size: 16px; font-weight: 600; color: #64707c; }

.basket-detail .basket-list__piece { font-size: 16px; font-weight: 700; color: #64707c; }

@media (max-width: 479px) { .basket-detail .basket-list__piece { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (max-width: 767px) { .basket-detail .basket-list__piece { text-align: center; margin-top: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .basket-detail .basket-list__piece { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media (min-width: 992px) { .basket-detail .basket-list__right { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; max-width: 150px; text-align: right; } }

@media (max-width: 991px) { .basket-detail .basket-list__right { text-align: center; padding-left: 30px; } }

.basket-detail .basket-list__right .price { font-size: 24px; font-weight: 700; color: #1e1d1c; letter-spacing: -1px; line-height: 1.1; }

@media (max-width: 767px) { .basket-detail .basket-list__right .price { font-size: 20px; } }

.basket-detail .basket-list__right .note { color: #40ad40; font-size: 16px; font-weight: 700; }

@media (max-width: 767px) { .basket-detail .basket-list__right .note { font-size: 13px; } }

.basket-detail .basket-preview { padding-bottom: 0; }

@media (max-width: 991px) { .basket-detail .basket-preview { margin-top: 10px; } }

.basket-detail .basket-preview .button { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: left; padding-left: 20px; padding-right: 20px; margin-top: 20px; }

.basket-detail .basket-preview .button .icon { margin-right: 0; }

.basket-detail .basket-preview .item.bg { position: relative; z-index: 1; padding-top: 25px; padding-bottom: 25px; margin-top: 20px; }

.basket-detail .basket-preview .item.bg:before { content: ""; position: absolute; top: 0; right: -30px; bottom: 0; left: -30px; z-index: -1; background: #f1f1f1; border-radius: 0 0 8px 8px; }

@media (max-width: 479px) { .basket-detail .basket-preview .item.bg:before { right: -22px; left: -22px; } }

.basket-detail .basket-form label.checkbox .checkbox:before { color: #7ca02a; }

.basket-detail .basket-form label.checkbox .text { font-weight: 700; }

.basket-detail .basket-form label.radio .radio:before { color: #7ca02a; }

.basket-detail .basket-form label.radio .text { font-weight: 700; }

.basket-detail .basket-form .field-item { width: 100%; margin-bottom: 20px; }

.basket-detail .basket-form__bill-type { margin-top: 20px; }

@media (max-width: 479px) { .basket-detail .basket-form__bill-type { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.basket-detail .basket-form__bill-type .heading { font-size: 16px !important; color: #64707c !important; margin-right: 70px; }

@media (max-width: 479px) { .basket-detail .basket-form__bill-type .heading { margin-bottom: 10px; } }

.basket-detail .basket-form__bill-type label.radio:not(:last-child) { margin-right: 20px; }

.basket-detail .basket-form__bill-corporate { width: 100%; margin-bottom: 30px; display: none; }

.basket-detail .basket-form__bill-corporate.is-current { display: block; }

.basket-detail .basket-payment { width: 50%; }

@media (max-width: 767px) { .basket-detail .basket-payment { width: 100%; } }

.basket-detail .basket-installment { margin-top: 15px; }

.basket-detail .basket-installment__header > div { color: #64707c; font-size: 13px; }

.basket-detail .basket-installment ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 13px; padding-bottom: 13px; }

.basket-detail .basket-installment ul li:nth-child(even) { background: #f1f1f1; }

.basket-detail .basket-installment ul li > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; padding-left: 15px; padding-right: 15px; }

@media (max-width: 479px) { .basket-detail .basket-installment ul li > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 480px) and (max-width: 767px) { .basket-detail .basket-installment ul li > div { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } }

.basket-detail .basket-installment ul li:not(.basket-installment__header) .heading { font-weight: 700; color: #1e1d1c; font-size: 16px; }

.basket-detail .basket-stages { margin-bottom: 30px; }

@media (max-width: 767px) { .basket-detail .basket-stages { display: none; } }

.basket-detail .basket-stages ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.basket-detail .basket-stages ul li { position: relative; z-index: 1; }

.basket-detail .basket-stages ul li:not(:last-child) .icon::after { content: ""; position: absolute; right: -19vw; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: #e9eff7; height: 40px; width: 20vw; z-index: -2; }

.basket-detail .basket-stages ul li.active .stage .icon { background-color: #bea077; color: #fff; }

.basket-detail .basket-stages ul li.active .stage .icon::after { background-color: #bea077; }

.basket-detail .basket-stages ul li .stage { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-inline: 30px; border-radius: 15px; }

.basket-detail .basket-stages ul li .stage .icon { font-size: 28px; color: #bea077; width: 80px; height: 80px; border-radius: 999px; background-color: #e9eff7; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; position: relative; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); }

@media (max-width: 767px) { .basket-detail .basket-stages ul li .stage .icon { width: 50px; height: 50px; } }

.basket-detail .basket-stages ul li .stage .title { font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; }

@media (max-width: 767px) { .basket-detail .basket-stages ul li .stage .title { font-size: 16px; } }

.basket-detail .basket-stages ul li .stage .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

@media (max-width: 767px) { .basket-detail .basket-stages ul li .stage .text { display: none; } }

.product-detail__chooser { padding: 4px; border: 2px solid #eaeaea; background: #f1f1f1; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 50px; margin-right: 20px; }

@media (max-width: 767px) { .product-detail__chooser { padding: 0; height: 30px; } }

.product-detail__chooser button { border: 1px solid #eaeaea; border-radius: 5px; background: #fff; color: #bbb; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 30px; height: 100%; outline: 0; cursor: pointer; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .product-detail__chooser button { width: 20px; height: 20px; } }

.product-detail__chooser button:hover { background: #64707c; color: #fff; }

.product-detail__chooser button .icon { font-size: 16px; }

.product-detail__chooser input[type=text] { background: none; border: 0; display: inline-block; font-weight: 600; line-height: 1; outline: 0; text-align: center; width: 30px; font-size: 16px; }

@media (max-width: 767px) { .product-detail__chooser input[type=text] { width: 25px; } }

.product-detail__chooser .label { margin-right: 10px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .product-detail__chooser .label { margin-right: 0; } }

.product-detail__chooser .label span { font-size: 13px; color: #1e1d1c; line-height: 1; }

@media (max-width: 767px) { .product-detail__chooser .label span { font-size: 12px; display: none; } }

.product-detail__btn-list.center { text-align: center; }

.product-detail__btn-list .btn { height: 30px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: inherit; border-radius: 8px; color: #394857; line-height: 1.3; font-weight: 700; font-size: 14px; -webkit-transition: .3s; transition: .3s; }

.product-detail__btn-list .btn .icon { margin-right: 10px; font-size: 20px; color: currentColor; opacity: .5; }

.product-detail__btn-list .btn:not(:last-child) { margin-right: 20px; }

.product-detail__btn-list .btn.youtube { color: #f00; }

.product-detail__btn-list .btn.symmetry { color: #368b9f; }

.product-detail__btn-list .btn.symmetry.is-active:after { content: "Pasif"; }

.product-detail__btn-list .btn.symmetry.is-active .icon-times { display: block; }

.product-detail__btn-list .btn.symmetry.is-active .icon-check { display: none; }

.product-detail__btn-list .btn.symmetry:after { content: "Aktif"; margin-left: 4px; }

.product-detail__btn-list .btn.symmetry .icon-times { display: none; }

.product-detail__btn-list .btn.color-1:hover { color: #bea077; }

.product-detail__btn-list .btn:hover:not(.youtube):not(.symmetry):not(.color-1) { color: #7ca02a; }

.product-detail__order { margin-top: 30px; }

.product-detail__order .accordion-content { padding-bottom: 0; }

.login { padding-top: 30px; position: relative; }

.login-header { margin-bottom: 30px; padding-top: 30px; }

@media (max-width: 767px) { .login-header { padding-top: 0; } }

.login-header .title { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: #1e1d1c; margin-bottom: 5px; }

.login-header .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

@media (max-width: 1199px) { .login .form-send { margin-top: 0px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; row-gap: 10px; } }

.login .form-send > a { margin-left: 10px; }

@media (max-width: 479px) { .login .form-send > a:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; margin-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .login .form-send > a:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; margin-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) { .login .form-send > a:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; margin-left: 0; } }

.login-photo { width: 100%; height: 600px; border-radius: 20px; overflow: hidden; }

@media (max-width: 767px) { .login-photo { margin-top: 30px; height: auto; display: none; } }

.login-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.login .link { font-size: 14px; color: rgba(100, 112, 124, 0.7); text-align: center; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 15px; -webkit-transition: .3s; transition: .3s; }

.login .link .icon { font-size: 14px; margin-left: 10px; }

.login .link.ui-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.login .link.ui-right:hover { text-decoration: inherit; }

.login .link:hover { color: #7ca02a; text-decoration: underline; }

.login .discount { background-color: #7ca02a; padding: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 11px; margin-block: 30px; position: relative; z-index: 1; overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) { .login .discount { padding: 15px; } }

.login .discount::before { content: ""; position: absolute; left: 0; right: 0; top: -20px; bottom: -20px; width: 40px; background-color: #fff; opacity: .25; -webkit-filter: blur(7px); filter: blur(7px); z-index: -1; -webkit-animation: discount 1.5s infinite running linear; animation: discount 1.5s infinite running linear; }

@-webkit-keyframes discount { 0% { -webkit-transform: translateX(-1000%) skew(-20deg); transform: translateX(-1000%) skew(-20deg); }
  100% { -webkit-transform: translateX(2000%) skew(-20deg); transform: translateX(2000%) skew(-20deg); } }

@keyframes discount { 0% { -webkit-transform: translateX(-1000%) skew(-20deg); transform: translateX(-1000%) skew(-20deg); }
  100% { -webkit-transform: translateX(2000%) skew(-20deg); transform: translateX(2000%) skew(-20deg); } }

.login .discount .text { font-size: 16px; font-weight: 700; letter-spacing: -0.5px; color: #fff; line-height: 1.3; }

@media (min-width: 768px) and (max-width: 991px) { .login .discount .text { font-size: 14px; } }

.products-detail__first .products-detail-carousel { position: sticky; top: 10px; }

.products-detail__first #sync1 .owl-stage-outer { border-radius: 11px; overflow: hidden; }

.products-detail__first #sync2 { margin-top: -30px; }

.products-detail__first #sync2 .owl-stage-outer { padding-block: 30px; margin-block: -30px; }

.products-detail__first #sync2 .owl-stage-outer .owl-item.current .products-detail__photo { border-color: #7ca02a; -webkit-transition: .3s; transition: .3s; }

.products-detail__first #sync2 .products-detail__photo { height: 110px !important; border: 3px solid rgba(124, 160, 42, 0.15); -webkit-box-shadow: 0 0 10px rgba(30, 29, 28, 0.1); box-shadow: 0 0 10px rgba(30, 29, 28, 0.1); -webkit-transition: .3s; transition: .3s; padding: 10px; }

.products-detail__first #sync2 .products-detail__photo:hover { border-color: #7ca02a; }

.products-detail__first #sync2 .products-detail__photo img { border-radius: 3px; }

.products-detail__photo { width: 100%; height: 537px; overflow: hidden; padding: 20px; }

@media (max-width: 767px) { .products-detail__photo { height: auto; } }

@media (min-width: 768px) and (max-width: 991px) { .products-detail__photo { height: auto; } }

.products-detail__photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.products-detail__right { position: relative; padding-top: 30px; }

.products-detail__right .heading { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.3; margin-bottom: 10px; max-width: 600px; }

@media (max-width: 767px) { .products-detail__right .heading { max-width: 300px; font-size: 20px; } }

.products-detail__right .price { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 28px; font-weight: 800; color: #7ca02a; letter-spacing: -1px; border-bottom: 1px solid rgba(30, 29, 28, 0.1); padding-bottom: 30px; }

@media (max-width: 767px) { .products-detail__right .price { padding-bottom: 15px; } }

.products-detail__right .price .ui-old { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.products-detail__right .price .ui-old .tl { font-size: 16px; font-weight: 600; color: rgba(100, 112, 124, 0.7); }

.products-detail__right .price .old { font-size: 16px; font-weight: 600; color: rgba(100, 112, 124, 0.7); margin-left: 7px; position: relative; }

.products-detail__right .price .old::before { content: ""; position: absolute; left: 0; right: -5px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 1px; background-color: #1e1d1c; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); }

.products-detail__right .price .box { color: #fff; background-color: #7ca02a; padding-inline: 15px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; margin-left: 20px; font-size: 14px; }

.products-detail__right .favorite { font-size: 18px; color: #fff; background-color: #8b277b; width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; position: absolute; right: 0; top: 30px; }

.products-detail__right .file { margin-top: 30px; }

.products-detail__right .file .drop-container { position: relative; height: 100px; border-radius: 10px; color: #444; cursor: pointer; -webkit-transition: background .2s ease-in-out, border .2s ease-in-out; transition: background .2s ease-in-out, border .2s ease-in-out; }

.products-detail__right .file .drop-container .text { font-size: 14px; font-weight: 500; letter-spacing: -0.3px; color: rgba(100, 112, 124, 0.7); margin-bottom: 10px; }

.products-detail__right .file .drop-container .text strong { color: #7ca02a; }

.products-detail__right .file .drop-container:hover, .products-detail__right .file .drop-container.drag-active { background: #eee; border-color: #111; }

.products-detail__right .file .drop-container:hover .drop-title, .products-detail__right .file .drop-container.drag-active .drop-title { color: #222; }

.products-detail__right .file .drop-title { color: #444; font-size: 20px; font-weight: bold; text-align: center; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; }

.products-detail__right .file input[type=file] { width: 350px; max-width: 100%; color: #444; padding: 5px; background: #fff; border-radius: 10px; border: 1px solid #555; }

.products-detail__right .file input[type=file]::file-selector-button { margin-right: 20px; border: none; background: #bea077; padding: 10px 20px; border-radius: 10px; color: #fff; cursor: pointer; -webkit-transition: background .2s ease-in-out; transition: background .2s ease-in-out; }

.products-detail__right .file input[type=file]::file-selector-button:hover { background: #0d45a5; }

.products-detail__right .info { padding-top: 30px; }

@media (max-width: 767px) { .products-detail__right .info { padding-top: 15px; } }

.products-detail__right .info ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.products-detail__right .info ul li .title { font-size: 16px; font-weight: 800; color: #1e1d1c; letter-spacing: -0.5px; margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.products-detail__right .info ul li .title span { padding-left: 5px; font-weight: 500; font-size: 14px; }

.products-detail__right .info ul li .title a { color: #7ca02a; font-size: 13px; font-weight: 800; letter-spacing: -0.3px; -webkit-transition: .3s; transition: .3s; padding-left: 10px; }

.products-detail__right .info ul li .title a:hover { color: #bea077; }

@media (min-width: 768px) { .products-detail__right .info-more { display: none; } }

.products-detail__right .size { padding-top: 20px; }

.products-detail__right .size .title { font-size: 16px; font-weight: 800; color: #1e1d1c; letter-spacing: -0.5px; margin-bottom: 10px; }

.products-detail__right .size ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) { .products-detail__right .size ul { -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 7px; } }

.products-detail__right .size ul li:not(:last-child) { margin-right: 7px; }

@media (max-width: 479px) { .products-detail__right .size ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; } }

.products-detail__right .size ul li.is-active a, .products-detail__right .size ul li.selected a { background-color: #bea077; color: #fff; -webkit-transition: .3s; transition: .3s; }

.products-detail__right .size ul li a { padding-inline: 10px; height: 40px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(190, 160, 119, 0.1); color: #bea077; font-size: 13px; font-weight: 800; letter-spacing: -0.3px; border: 2px solid rgba(190, 160, 119, 0.1); -webkit-transition: .3s; transition: .3s; }

.products-detail__right .size ul li a:hover { background-color: #bea077; color: #fff; }

.products-detail__right .size.ui-color ul li.is-active a { border: 3px solid #1e1d1c; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.4); box-shadow: 0 0 20px rgba(30, 29, 28, 0.4); }

.products-detail__right .size.ui-color ul li a { background-color: #7ca02a; }

.products-detail__right .size.ui-color ul li:nth-child(2) a { background-color: #7ca02a; }

.products-detail__right .size.ui-color ul li:nth-child(3) a { background-color: #8b277b; }

.products-detail__right .size.ui-color ul li:nth-child(4) a { background-color: #bea077; }

.products-detail__right .buttons { padding-block: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) { .products-detail__right .buttons a { font-size: 16px; } }

.products-detail__right .buttons a:not(:last-child) { margin-right: 10px; }

.products-detail__right .buttons .value { margin-right: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #fff; border: 2px solid rgba(30, 29, 28, 0.1); max-width: 150px; height: 50px; border-radius: 8px; padding-inline: 15px; }

.products-detail__right .buttons .value .icon { font-size: 13px; color: rgba(100, 112, 124, 0.7); cursor: pointer; }

.products-detail__right .buttons .value input { max-width: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 14px; color: #1e1d1c; }

.products-detail__right .buttons .value input::-webkit-input-placeholder { color: #1e1d1c; }

.products-detail__right .buttons .value input::-moz-placeholder { color: #1e1d1c; }

.products-detail__right .buttons .value input:-ms-input-placeholder { color: #1e1d1c; }

.products-detail__right .buttons .value input::-ms-input-placeholder { color: #1e1d1c; }

.products-detail__right .buttons .value input::placeholder { color: #1e1d1c; }

.products-detail__right .buttons .value input[type=number]::-webkit-inner-spin-button { display: none; }

.products-detail__second { padding-top: 50px; }

@media (max-width: 767px) { .products-detail__second { display: none; } }

.products-detail__second .description > ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 15px 15px 0 0; overflow: hidden; width: 100%; }

@media (max-width: 767px) { .products-detail__second .description > ul { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.products-detail__second .description > ul > li { background-color: rgba(190, 160, 119, 0.1); height: 50px; padding-inline: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.products-detail__second .description > ul > li.is-current { background-color: #bea077; }

.products-detail__second .description > ul > li.is-current .title { color: #fff; }

@media (max-width: 767px) { .products-detail__second .description > ul > li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.products-detail__second .description .title { font-size: 16px; font-weight: 800; color: #bea077; letter-spacing: -0.5px; }

@media (max-width: 767px) { .products-detail__second .description .title { font-size: 14px; font-weight: 700; } }

.products-detail__second .description .text { font-size: 14px; color: rgba(100, 112, 124, 0.7); line-height: 1.4; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding: 30px; border-radius: 0 15px 15px 15px; }

@media (max-width: 767px) { .products-detail__second .description .text { padding: 20px; border-radius: 0 0 15px 15px; } }

.products ul.row { row-gap: 30px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 479px) { .products ul.row { row-gap: 10px; } }

@media (max-width: 479px) { .products ul.row li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-inline: 5px !important; } }

@media (max-width: 479px) { .products .owl-stage-outer .owl-stage { padding-left: 0 !important; } }

@media (max-width: 479px) { .products .seller-carousel, .products .products-carousel { margin-right: -10px; } }

.products-banner { width: 100%; height: auto; max-height: 400px; border-radius: 20px; overflow: hidden; margin-bottom: 50px; display: none; }

@media (max-width: 767px) { .products-banner { margin-bottom: 20px; border-radius: 8px; } }

.products-banner img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.products-heading { margin-bottom: 30px; border-radius: 11px; overflow: hidden; }

@media (max-width: 767px) { .products-heading { display: none; } }

.products-heading .col-md-3 { border-right: 1px solid rgba(124, 160, 42, 0.85); }

@media (max-width: 767px) { .products-heading .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

.products-heading a { height: 45px; background-color: #7ca02a; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; transition: .3s; }

.products-heading a:hover { background-color: #6c8c25; }

.products-heading a .title { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }

@media (max-width: 767px) { .products-heading a .title { font-size: 12px; font-weight: 600; } }

.products #categories_view_pagination_contents_count { margin-bottom: 20px; }

.products .product_count { font-size: 16px; color: #394857; font-weight: 700; margin-bottom: 20px; }

.products-sort .heading { font-size: 16px; font-weight: 800; color: #1e1d1c; padding-inline: 25px; padding-top: 20px; margin-bottom: 20px; }

.products-sort > ul > li { border-bottom: 1px solid rgba(30, 29, 28, 0.1); }

.products-sort > ul > li.is-active > a .icon { display: block; }

.products-sort > ul > li > a { height: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: .3s; transition: .3s; padding-inline: 25px; }

.products-sort > ul > li > a .title { font-size: 16px; font-weight: 600; color: #1e1d1c; letter-spacing: -0.5px; }

.products-sort > ul > li > a .icon { font-size: 22px; color: #7ca02a; display: none; }

.products-filter { margin-bottom: 20px; }

.products-filter.is-current .products-filter__dropdown { opacity: 1; visibility: inherit; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); pointer-events: inherit; -webkit-transition: .6s; transition: .6s; }

.products-filter__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #bea077; color: #fff; padding: 10px 15px; border-radius: 11px; }

.products-filter__button .icon { font-size: 18px; margin-right: 10px; }

.products-filter__button .title { font-size: 16px; font-weight: 600; letter-spacing: -0.5px; }

.products-filter__dropdown { opacity: 0; visibility: visible; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); pointer-events: none; position: fixed; left: 0; top: 0; bottom: 0; z-index: 1150; width: 75vw; background-color: #fff; overflow-y: scroll; -webkit-transition: .6s; transition: .6s; }

.products-filter__dropdown .close { position: absolute; right: 15px; top: 15px; z-index: 1; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: -0.5px; text-transform: uppercase; background-color: #bea077; padding: 5px 10px; border-radius: 8px; }

.products #pagination_container { margin-top: 40px; }

.products #pagination_container ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 991px) { .products #pagination_container ul { -ms-flex-wrap: wrap; flex-wrap: wrap; row-gap: 5px; } }

@media (max-width: 991px) { .products #pagination_container ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; } }

.products #pagination_container ul li:not(:last-child) { margin-right: 5px; }

.products #pagination_container ul li.active > a { border: 2px solid #bea077; }

.products #pagination_container ul li > a { width: 50px; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; border: 2px solid rgba(190, 160, 119, 0.1); font-size: 18px; font-weight: 700; line-height: 1; color: #bea077; }

@media (max-width: 479px) { .products #pagination_container ul li > a { width: 30px; height: 30px; font-size: 14px; border: 1px solid rgba(190, 160, 119, 0.1); } }

.products #pagination_container ul li > a > i { font-size: 18px; color: #bea077; }

@media (max-width: 479px) { .products #pagination_container ul li > a > i { font-size: 14px; } }

.facture ul { row-gap: 30px; }

@media (max-width: 479px) { .facture ul { row-gap: 10px; } }

@media (max-width: 479px) { .facture ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-inline: 5px !important; } }

.facture ul li:last-child .addressModal .facture-item::before { display: none; }

.facture .heading { font-size: 32px; font-weight: 700; letter-spacing: -0.7px; color: #1e1d1c; margin-bottom: 40px; position: relative; }

.facture .heading::before { content: ""; position: absolute; left: 0; bottom: -5px; height: 4px; width: 100px; background-color: #1e1d1c; }

.facture.ui-style-basket { margin-bottom: 30px; }

.facture.ui-style-basket .facture-item { position: relative; cursor: pointer; }

.facture.ui-style-basket .facture-item input[type=radio] { appearance: none; -webkit-appearance: none; -moz-appearance: none; display: inline-block; width: 24px; height: 24px; border: 2px solid rgba(30, 29, 28, 0.1); margin-right: 10px; border-radius: 999px; position: absolute; left: 20px; top: 20px; }

.facture.ui-style-basket .facture-item input[type=radio]:checked { border: 2px solid #bea077; }

.facture.ui-style-basket .facture-item input[type=radio]:checked::before { content: ""; position: absolute; inset: 3px; background-color: #bea077; border-radius: 999px; }

.facture-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 15px rgba(30, 29, 28, 0.15); box-shadow: 0 0 15px rgba(30, 29, 28, 0.15); height: 60px; padding-inline: 25px; border-radius: 11px; overflow: hidden; background-color: #fff; position: relative; z-index: 1; }

.facture-item.ui-address { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; height: 190px; padding: 20px; position: relative; }

.facture-item.ui-address .title { font-size: 18px; margin-bottom: 10px; }

.facture-item.ui-address .text { -webkit-box-flex: 0; -ms-flex: none; flex: none; }

.facture-item.ui-address .icon { font-size: 42px; position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #394857; }

.facture-item.ui-address .icon::before { content: ""; position: absolute; inset: 0; background-color: #64707c; opacity: .1; }

.facture-item.ui-cargo { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; height: 100px; padding: 20px; position: relative; -webkit-box-shadow: none; box-shadow: none; border: 1px solid rgba(30, 29, 28, 0.1); }

.facture-item.ui-cargo .title { font-size: 18px; margin-bottom: 5px; }

.facture-item.ui-cargo .text { -webkit-box-flex: 0; -ms-flex: none; flex: none; }

.facture-item.ui-cargo .text .cargo-price { line-height: 1; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; color: #7ca02a; display: inline-block; }

.facture-item.ui-cargo .icon { font-size: 42px; position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #394857; }

.facture-item.ui-cargo .icon::before { content: ""; position: absolute; inset: 0; background-color: #64707c; opacity: .1; }

.facture-item:hover::before { background-color: #bea077; }

.facture-item.is-active::before { background-color: #bea077; }

.facture-item.ui-add::before { display: none; }

.facture-item .title { font-size: 16px; font-weight: 700; line-height: 1.3; color: #1e1d1c; }

.facture-item .text, .facture-item input { font-size: 14px; font-size: 400; color: rgba(100, 112, 124, 0.7); padding-left: 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.2; }

.facture-item .text::-webkit-input-placeholder, .facture-item input::-webkit-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.facture-item .text::-moz-placeholder, .facture-item input::-moz-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.facture-item .text:-ms-input-placeholder, .facture-item input:-ms-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.facture-item .text::-ms-input-placeholder, .facture-item input::-ms-input-placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.facture-item .text::placeholder, .facture-item input::placeholder { font-size: 14px; color: rgba(100, 112, 124, 0.7); }

.facture-item input { width: 100%; height: 100%; font-size: 14px; font-weight: 700; }

.facture-item .addressButtons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; }

.facture-item .addressButtons > a { font-size: 16px; color: #fff; width: 35px; height: 35px; border-radius: 8px; background-color: #bea077; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.facture-item .addressButtons > a:not(:last-child) { margin-right: 5px; }

.facture .portlet.light { background: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding: 20px; border-radius: 15px; }

.facture .portlet.light:not(:last-child) { margin-bottom: 30px; }

.facture .portlet-title { padding: 20px; border-radius: 11px; background-color: rgba(190, 160, 119, 0.1) !important; margin-bottom: 15px; }

.facture .portlet-title label { font-size: 16px; font-weight: 700; letter-spacing: -0.5px; color: #1e1d1c; line-height: 1.3; }

.facture .portlet-title span.label { background-color: #7ca02a; padding-inline: 10px; padding-block: 5px; border-radius: 8px; font-size: 14px; font-weight: 700; color: #fff; margin-top: 10px; }

.facture .portlet-title span.label > i { font-size: 14px; margin-right: 5px; }

.facture .portlet-title .text-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.facture .portlet-title .text-center a { background-color: #bea077; color: #fff; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; line-height: 1; height: 45px; padding-inline: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; }

.facture .portlet-title .text-center a > i { font-size: 16px; margin-right: 10px; }

.facture .portlet-body img { width: 100px; height: 100px; -o-object-fit: cover; object-fit: cover; border-radius: 11px; margin-right: 5px; }

.facture .portlet-body .panel-title > a { font-size: 18px; font-weight: 700; color: #1e1d1c; margin-bottom: 10px; display: block; }

.facture .portlet .addRemoveProductFavorites { position: absolute; right: 35px; top: 25px; font-size: 22px; color: #bea077; background-color: #fff; width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 8px; z-index: 11; }

.world-map__drawing { width: 100%; height: inherit; }

.world-map__drawing path { fill: #dedede; stroke: #fff; stroke-width: 2px; cursor: pointer; -webkit-transition: .3s; transition: .3s; position: relative; }

.world-map__drawing path.is-active { fill: #fd6533; -webkit-animation: fadeIn 3s infinite; animation: fadeIn 3s infinite; opacity: .8; }

.world-map__drawing path.is-active:hover { fill: #002153; }

.world-map__name { position: absolute; background: #fff; padding: 5px 8px; color: #555; font-size: 12px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); display: none; }

.world-map__title span { font-weight: 300; margin-left: 10px; }

@keyframes fadeIn { 0% { opacity: .8; }
  50% { opacity: 1; }
  100% { opacity: .8; } }

.personal-banner { width: 100%; height: 400px; border-radius: 20px; overflow: hidden; margin-bottom: 30px; }

@media (max-width: 767px) { .personal-banner { height: auto; } }

.personal-banner img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.personal .file .drop-container { position: relative; height: 100px; border-radius: 10px; color: #444; cursor: pointer; -webkit-transition: background .2s ease-in-out, border .2s ease-in-out; transition: background .2s ease-in-out, border .2s ease-in-out; }

.personal .file .drop-container .text { font-size: 14px; font-weight: 500; letter-spacing: -0.3px; color: rgba(100, 112, 124, 0.7); margin-bottom: 10px; }

.personal .file .drop-container .text strong { color: #7ca02a; }

.personal .file .drop-container:hover, .personal .file .drop-container.drag-active { background: #eee; border-color: #111; }

.personal .file .drop-container:hover .drop-title, .personal .file .drop-container.drag-active .drop-title { color: #222; }

.personal .file .drop-title { color: #444; font-size: 20px; font-weight: bold; text-align: center; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; }

.personal .file input[type=file] { width: 100%; max-width: 100%; color: #444; padding: 5px; background: #fff; border-radius: 10px; border: 2px solid rgba(30, 29, 28, 0.1); }

.personal .file input[type=file]::file-selector-button { margin-right: 20px; border: none; background: #bea077; padding: 10px 20px; border-radius: 10px; color: #fff; cursor: pointer; -webkit-transition: background .2s ease-in-out; transition: background .2s ease-in-out; }

.personal .file input[type=file]::file-selector-button:hover { background: #0d45a5; }

.ui-no-scroll { overflow: hidden; }

.ui-no-scroll-y { overflow-y: hidden; }

.ui-no-scroll-x { overflow-x: hidden; }

.ui-pos-relative { position: relative; }

.ui-pos-inherit { position: inherit; }

.ui-pos-sticky { position: sticky; top: 120px; }

.ui-text-center { text-align: center; }

.ui-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ui-justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.ui-justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.ui-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ui-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.ui-align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.ui-align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ui-align-between { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.ui-z-index { position: relative; z-index: 9; }

.ui-hidden { display: none; }

@media (max-width: 479px) { .ui-xs-hidden { display: none; } }

@media (max-width: 767px) { .ui-sm-hidden { display: none; } }

@media (max-width: 991px) { .ui-md-hidden { display: none; } }

.ui-pv-5px { padding-top: 5px; padding-bottom: 5px; }

.ui-pv-10px { padding-top: 10px; padding-bottom: 10px; }

.ui-pv-15px { padding-top: 15px; padding-bottom: 15px; }

.ui-pv-20px { padding-top: 20px; padding-bottom: 20px; }

.ui-pv-25px { padding-top: 25px; padding-bottom: 25px; }

.ui-pv-30px { padding-top: 30px; padding-bottom: 30px; }

.ui-pv-40px { padding-top: 40px; padding-bottom: 40px; }

.ui-pv-50px { padding-top: 50px; padding-bottom: 50px; }

.ui-pv-60px { padding-top: 60px; padding-bottom: 60px; }

.ui-pv-70px { padding-top: 70px; padding-bottom: 70px; }

.ui-pv-80px { padding-top: 80px; padding-bottom: 80px; }

.ui-pv-90px { padding-top: 90px; padding-bottom: 90px; }

.ui-pv-100px { padding-top: 100px; padding-bottom: 100px; }

.ui-pv-0 { padding-top: 0; padding-bottom: 0; }

.ui-pt-0 { padding-top: 0 !important; }

.ui-pb-0 { padding-bottom: 0 !important; }

.ui-pt-5px { padding-top: 5px; }

.ui-pt-10px { padding-top: 10px; }

.ui-pt-15px { padding-top: 15px; }

.ui-pt-20px { padding-top: 20px; }

.ui-pt-25px { padding-top: 25px; }

.ui-pt-30px { padding-top: 30px; }

.ui-pt-40px { padding-top: 40px; }

.ui-pt-50px { padding-top: 50px; }

.ui-pt-60px { padding-top: 60px; }

.ui-pt-70px { padding-top: 70px; }

.ui-pt-80px { padding-top: 80px; }

.ui-pt-90px { padding-top: 90px; }

.ui-pt-100px { padding-top: 100px; }

.ui-pb-5px { padding-bottom: 5px; }

.ui-pb-10px { padding-bottom: 10px; }

.ui-pb-15px { padding-bottom: 15px; }

.ui-pb-20px { padding-bottom: 20px; }

.ui-pb-25px { padding-bottom: 25px; }

.ui-pb-30px { padding-bottom: 30px; }

.ui-pb-40px { padding-bottom: 40px; }

.ui-pb-50px { padding-bottom: 50px; }

.ui-pb-60px { padding-bottom: 60px; }

.ui-pb-70px { padding-bottom: 70px; }

.ui-pb-80px { padding-bottom: 80px; }

.ui-pb-90px { padding-bottom: 90px; }

.ui-pb-100px { padding-bottom: 100px; }

.ui-mv-5px { margin-top: 5px; margin-bottom: 5px; }

.ui-mv-10px { margin-top: 10px; margin-bottom: 10px; }

.ui-mv-15px { margin-top: 15px; margin-bottom: 15px; }

.ui-mv-20px { margin-top: 20px; margin-bottom: 20px; }

.ui-mv-25px { margin-top: 25px; margin-bottom: 25px; }

.ui-mv-30px { margin-top: 30px; margin-bottom: 30px; }

.ui-mv-40px { margin-top: 40px; margin-bottom: 40px; }

.ui-mv-50px { margin-top: 50px; margin-bottom: 50px; }

.ui-mv-60px { margin-top: 60px; margin-bottom: 60px; }

.ui-mv-70px { margin-top: 70px; margin-bottom: 70px; }

.ui-mv-80px { margin-top: 80px; margin-bottom: 80px; }

.ui-mv-90px { margin-top: 90px; margin-bottom: 90px; }

.ui-mv-100px { margin-top: 100px; margin-bottom: 100px; }

.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

.ui-mt-0 { margin-top: 0 !important; }

.ui-mb-0 { margin-bottom: 0 !important; }

.ui-ml-0 { margin-left: 0 !important; }

.ui-mr-0 { margin-right: 0 !important; }

.ui-mt-5px { margin-top: 5px; }

.ui-mt-10px { margin-top: 10px; }

.ui-mt-15px { margin-top: 15px; }

.ui-mt-20px { margin-top: 20px; }

.ui-mt-25px { margin-top: 25px; }

.ui-mt-30px { margin-top: 30px; }

.ui-mt-40px { margin-top: 40px; }

.ui-mt-50px { margin-top: 50px; }

.ui-mt-60px { margin-top: 60px; }

.ui-mt-70px { margin-top: 70px; }

.ui-mt-80px { margin-top: 80px; }

.ui-mt-90px { margin-top: 90px; }

.ui-mt-100px { margin-top: 100px; }

.ui-mb-5px { margin-bottom: 5px; }

.ui-mb-10px { margin-bottom: 10px; }

.ui-mb-15px { margin-bottom: 15px; }

.ui-mb-20px { margin-bottom: 20px; }

.ui-mb-25px { margin-bottom: 25px; }

.ui-mb-30px { margin-bottom: 30px; }

.ui-mb-40px { margin-bottom: 40px; }

.ui-mb-50px { margin-bottom: 50px; }

.ui-mb-60px { margin-bottom: 60px; }

.ui-mb-70px { margin-bottom: 70px; }

.ui-mb-80px { margin-bottom: 80px; }

.ui-mb-90px { margin-bottom: 90px; }

.ui-mb-100px { margin-bottom: 100px; }
