/**************************\
  Basic vc_modal Styles
\**************************/
.vc_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.vc_modal__container {
  background-color: #fff;
  padding: 8px;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 10px;
display: flex;align-items: center;}

.vc_modal__close {
    background: #fff;
    color: #222;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 0;
}
.vc_modal__container img {
    width: 100%;
    height: auto;
}
.vc_modal__close:before {content: "\2715";margin: 0 auto;text-align: center;display: block;width: 25px;height: 25px;line-height: 22px;}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.microvc_modal-slide {
  display: none;
}

.microvc_modal-slide.is-open {
  display: block;
}

.microvc_modal-slide[aria-hidden="false"] .vc_modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.microvc_modal-slide[aria-hidden="false"] .vc_modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.microvc_modal-slide[aria-hidden="true"] .vc_modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.microvc_modal-slide[aria-hidden="true"] .vc_modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.microvc_modal-slide .vc_modal__container,
.microvc_modal-slide .vc_modal__overlay {
  will-change: transform;
}
.widget-title, .widgettitle {
    position: relative;
    padding-bottom: 3px;
}
.widget-title:before, .widgettitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,.1);
}
nav.woocommerce-breadcrumb i {
    font-size: 10px;
    margin: 0 8px;
}
a.m-user i.flaticon-account {
    font-weight: 600;
    line-height: 20px;
        font-size: 22px;
}
a.checkout-button.button.alt.wc-forward {
    padding: 15px;
    font-size: 16px;
}
.elementor-sticky--effects{
animation: fadeInDown .8s;
}
address,
pre {
    margin-bottom: 1rem
}

img,
svg {
    vertical-align: middle
}

pre,
textarea {
    overflow: auto
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block
}

button,
img,
legend,
select,
textarea {
    max-width: 100%
}

dd,
label,
legend {
    margin-bottom: .5rem
}

address,
legend {
    line-height: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

body,
html {
    min-height: 100vh
}

body,
img {
    height: auto
}

dl,
ol,
pre,
ul {
    margin-top: 0
}

button,
hr,
input {
    overflow: visible
}

:focus,
[tabindex="-1"]:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0!important
}

blockquote,
body,
caption {
    text-align: left
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.clearfix:after,
.navigation,
.page-links,
form:after {
    clear: both
}

.flickity-enabled.is-draggable,
html {
    -webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal
}

dd {
    margin-left: 0
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

pre {
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #878f9d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}

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

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

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

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

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    background: #242d2e
}

body {
    margin: 0;
    font-family: Sarabun, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #242d2e;
    background-color: #fff;
    text-rendering: optimizeLegibility
}

._heading,
.btn,
.button,
.menu,
blockquote,
legend,
fieldset,
table,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
nav,p.price, .amount {
    font-family: "Noto Sans Thai", sans-serif!important;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 .75rem;
    line-height: 1.4
}

h1 {
    font-size: 1.75em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.375em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .875em
}

p {
    padding: 0;
    margin: 0 0 1em
}

dl,
ol,
ul {
    margin-bottom: 1em
}

ol,
ul {
    text-indent: 0;
    margin: 0 0 1.5em
}

dt {
    font-weight: 700
}

a {
    color: #0f6b4e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: .3s
}

a:hover {
    color: #60c760
}

a:active {
    color: #242d2e
}

hr {
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid #dcdfe5;
    margin: 1.5em 0
}

ol {
    padding-left: 1.6em
}

ul {
    padding-left: 1.5em
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga1" on
}

body,
html {
    width: 100%;
    overflow-x: hidden
}

h2 label,
h3 label,
h4 label {
    font-weight: inherit
}

.clearfix:after,
.clearfix:before,
form:after,
form:before {
    content: "";
    display: table
}


select, .input, .input-text ,.select2-selection--single{
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    background: #FFF;
    border-radius: 0!important;
    padding: 7px!important;
    height: 42px!important;
    border: solid 1px #ddd!important;
    box-shadow: none;
    transition: .1s border-color ease-in-out;
    font-size: 16px;
}
textarea.input-text{
  height: 150px!important;

}
.select2-selection--single .select2-selection__arrow b{
  margin-left: -8px!important;
  margin-top: 4px!important;
}
 .select2-selection--single .select2-selection__rendered {
    line-height: 24px!important;
    padding-left: 0!important;
    color: #222!important;
}

.s-modal,
.s-modal.-full {
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.input-text:focus,
.input:focus {
    border-color: #0f6b4e
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    clip: auto!important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000
}

blockquote {
    font-size: 1.25em;
    line-height: 1.6;
    padding: 0 0 0 23px;
    border-left: 3px solid #262828;
    margin: 1.6em 0
}

#cart-count,
.content-headline .info,
.content-pagination,
.content-pagination a,
.content-pagination span,
.edit-link a,
.entry-author,
.error-404,
.gallery-item,
.main-header.-banner,
.main-header.-center,
.s-modal-close,
.s-title,
.site-info,
.text-center,
.wp-block-pullquote,
.wp-block-pullquote blockquote,
.wp-caption-text {
    text-align: center
}

blockquote cite {
    font-size: .8em
}

#page .hide,
.hide {
    display: none
}

.fade.in {
    opacity: 1
}

.table,
.wp-block-table table {
    border: 1px solid #dcdfe5
}

.table thead th,
.wp-block-table table thead th {
    background-color: #eee;
    color: #242d2e
}

.table td,
.table th,
.wp-block-table table td,
.wp-block-table table th {
    padding: 6px 10px
}

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

.button.alt,
.site .s-button a,
a.s-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 6px 20px;
    color: #fff;
    background-color: #0f6b4e;
    border-radius: 100px;
    border: none;
    margin: 8px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.s-slider.-full .slider,
.s-slider.-large .slider {
    padding-left: 0;
    padding-right: 0
}

.s-grid,
.s-space,
.s-title {
    margin-bottom: 16px
}

.button.alt:hover,
.site .s-button a:hover,
a.s-button:hover {
    color: #fff;
    background-color: #60c760
}

.s-box {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 3px;
    border: none;
    overflow: hidden
}

.s-scroll {
    -webkit-overflow-scrolling: touch;
    overflow: scroll
}

.s-sec {
    padding-top: 32px;
    padding-bottom: 32px
}

.s-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr)
}

.s-grid.-m2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.s-grid.-m3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-grid::after,
.s-grid::before {
    display: none
}

.s-grid .s-grid {
    margin-bottom: 0
}

.s-slider {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 16px;
    height: 100%
}

.s-slider.-full,
.s-slider.-large {
    margin-left: -16px;
    margin-right: -16px
}

.s-slider.-dots-in {
    margin-bottom: 0
}

.s-slider.-dots-in .flickity-page-dots {
    bottom: 10px
}

.s-slider.-dots-in .flickity-page-dots .dot {
    background: #fff;
    opacity: .5
}

.s-slider.-dots-in .flickity-page-dots .dot.is-selected {
    opacity: 1
}

.s-slider.-dots-in .flickity-prev-next-button {
    color: #fff
}

.s-slider.-dots-in .slider {
    padding: 0
}

.s-slider .slider {
    padding: 0 8px 16px;
    width: 100%;
    min-height: 100%;
    position: relative;
    display: table;
    table-layout: fixed
}

.s-slider .slider .content-item {
    display: table-cell
}

.s-slider .slider .content-item.-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.s-slider .slider .content-item.-hero {
    display: -ms-grid;
    display: grid;
    margin-left: 0;
    margin-right: 0
}

.s-slider.-m1\.2,
.s-slider.-m1\.4 {
    margin-right: -16px
}

.s-slider.-m1\.2 .slider {
    width: 82%
}

.s-slider.-m1\.4 .slider {
    width: 71%
}

.s-slider.-m2 .slider {
    width: 50%
}

.s-slider.-m3 .slider {
    width: 33.333333%
}

.s-slider.-togrid:after {
    content: "flickity";
    display: none
}

.s-modal {
    height: 0;
    max-height: 0;
    overflow: hidden;
    width: 94vw;
    max-width: 750px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 1100
}

.s-modal.-full {
    width: 100vw;
    max-width: 100vw;
    left: 0;
    right: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.s-modal.-visible {
    opacity: 1;
    height: auto;
    max-height: 94vh;
    pointer-events: auto;
    overflow: auto;
    padding: 10px 20px 8px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.s-modal.-visible.-full {
    height: 100vh;
    top: 0;
    max-height: 100vh;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.s-modal-trigger {
    display: inline-block
}

.s-modal-bg {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
    transition: opacity .3s ease-in-out, height 10ms .3s
}

.s-modal-bg.-blacked-out {
    height: 100vh;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.s-modal-content {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    padding: 0 16px
}

.s-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    padding: 10px;
    line-height: 22px;
    height: 44px;
    width: 44px;
    z-index: 10;
    color: #242d2e;
    cursor: pointer
}

.s-modal-close:hover {
    color: #0f6b4e
}

.s-modal-login {
    max-width: 400px
}

.s-modal .search-form {
    position: absolute;
    width: 88%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 350px;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #222;
    border-radius: 0
}

.s-modal .search-form .search-field {
    padding-left: 6px
}

@font-face {
    font-family: "Noto Sans Thai";
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-light.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans Thai";
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-regular.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans Thai";
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-medium.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans Thai";
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-bold.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/noto/notosansthai-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Maledpan;
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/maledpan/maledpan.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/maledpan/maledpan.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Maledpan;
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/maledpan/maledpan-bold.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/maledpan/maledpan-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sarabun;
    src: local("Sarabun"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Sarabun;
    src: local("Sarabun"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun-medium.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Sarabun;
    src: local("Sarabun"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun-bold.woff2) format("woff2"), url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/sarabun/sarabun-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

@font-face {
  font-family: "Flaticon";
  src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.eot);
  src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.woff2) format("woff2"),
       url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.woff) format("woff"),
       url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.ttf) format("truetype"),
       url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(//www.smpcplc.com/wp-content/themes/paradiz/fonts/paradizicon/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
font-style: normal;
margin-left: 0;
}


.flaticon-phone:before { content: "\f100"; }
.flaticon-phone-1:before { content: "\f101"; }
.flaticon-shopping-cart:before { content: "\f102"; }
.flaticon-shopping-cart-1:before { content: "\f103"; }
.flaticon-shopping-cart-2:before { content: "\f104"; }
.flaticon-shopping-cart-empty-side-view:before { content: "\f105"; }
.flaticon-shopping-cart-of-horizontal-lines-design:before { content: "\f106"; }
.flaticon-shopping-cart-3:before { content: "\f107"; }
.flaticon-cart:before { content: "\f108"; }
.flaticon-supermarket:before { content: "\f109"; }
.flaticon-commerce-and-shopping:before { content: "\f10a"; }
.flaticon-cart-1:before { content: "\f10b"; }
.flaticon-shopping-basket:before { content: "\f10c"; }
.flaticon-line-logo:before { content: "\f10d"; }
.flaticon-dialogue:before { content: "\f10e"; }
.flaticon-chat:before { content: "\f10f"; }
.flaticon-speech-bubbles:before { content: "\f110"; }
.flaticon-menu:before { content: "\f111"; }
.flaticon-menu-1:before { content: "\f112"; }
.flaticon-cross-out:before { content: "\f113"; }
.flaticon-error:before { content: "\f114"; }
.flaticon-avatar:before { content: "\f115"; }
.flaticon-user:before { content: "\f116"; }
.flaticon-account:before { content: "\f117"; }
.flaticon-magnifying-glass:before { content: "\f118"; }
.flaticon-search:before { content: "\f119"; }
.flaticon-down-arrow:before { content: "\f11a"; }
.flaticon-downwards-pointer:before { content: "\f11b"; }
.flaticon-chevron:before { content: "\f11c"; }
.flaticon-chevron-1:before { content: "\f11d"; }
.flaticon-back:before { content: "\f11e"; }
.flaticon-left-chevron:before { content: "\f11f"; }
.flaticon-right-chevron:before { content: "\f120"; }
.flaticon-chevron-2:before { content: "\f121"; }
.flaticon-delete-button:before { content: "\f122"; }
.flaticon-delete:before { content: "\f123"; }
.flaticon-heart:before { content: "\f124"; }
.flaticon-car:before { content: "\f125"; }
.flaticon-car-1:before { content: "\f126"; }
.flaticon-car-2:before { content: "\f127"; }
.flaticon-envelope:before { content: "\f128"; }
.flaticon-pin:before { content: "\f129"; }
.flaticon-pointer-spot-tool-for-maps:before { content: "\f12a"; }
.flaticon-pin-1:before { content: "\f12b"; }
.flaticon-pin-2:before { content: "\f12c"; }
.flaticon-pin-3:before { content: "\f12d"; }
.flaticon-earth-grid-symbol:before { content: "\f12e"; }
.flaticon-browser:before { content: "\f12f"; }
.flaticon-browser-1:before { content: "\f130"; }
.flaticon-add:before { content: "\f131"; }
.flaticon-add-1:before { content: "\f132"; }
.flaticon-plus:before { content: "\f133"; }
.flaticon-share:before { content: "\f134"; }
.flaticon-share-1:before { content: "\f135"; }
.flaticon-substract:before { content: "\f136"; }
.flaticon-substract-1:before { content: "\f137"; }
.flaticon-minus-symbol:before { content: "\f138"; }
.flaticon-text-height:before { content: "\f139"; }
.flaticon-text-height-1:before { content: "\f13a"; }
.flaticon-like:before { content: "\f13b"; }
.flaticon-thumbs-up:before { content: "\f13c"; }


.s-container .alignfull,
.s-container .alignwide {
    margin-left: -16px;
    margin-right: -16px;
    max-width: 100vw;
    width: 100vw
}

.wp-block-video video {
    max-width: 750px
}

.wp-block-cover-text p {
    padding: 1.5em 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.search-field,
.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.wp-block-quote.is-large {
    border: none
}

.wp-block-quote.is-large cite {
    display: block
}

.wp-block-pullquote {
    border-left: none;
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    padding: 2em;
    margin-bottom: 20px
}

.wp-block-pullquote blockquote {
    border-left: none;
    padding-left: 0;
    margin: 0;
    font-family: "Noto Sans Thai", sans-serif
}

.wp-block-table {
    display: block;
    overflow-x: auto
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 5.4em;
    line-height: .9;
    font-family: "Noto Sans Thai", sans-serif
}

.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em
}

.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em
}

.aligncenter,
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft,
img.alignright {
    display: inline
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    margin: .8em 0
}

.sticky {
    display: block
}

.hentry li ol,
.hentry li ul {
    margin: .5em 0
}

.updated:not(.published) {
    display: none
}

.bypostauthor {
    background-color: #f8f5e7
}

.single .content-area .byline {
    display: inline
}

.page-links {
    margin: 0 0 1.5em
}

img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.gallery,
body.home .gallery {
    margin: 0 -10px 1.5em
}

.gallery:after {
    display: table;
    content: "";
    clear: both
}

.edit-link a,
.fb-comments,
.gallery-caption {
    display: block
}

.gallery-item {
    float: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 10px
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.edit-link a {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: 2px solid #fff;
    font-size: 10px;
    overflow: hidden;
    z-index: 900;
    font-family: arial, sans-serif
}

.fb-comments {
    clear: both
}

.comment-list .vcard .says,
.infinite-scroll .content-pagination {
    display: none
}

.search-field {
    box-sizing: border-box
}

.site-main>.page-header {
    margin: 0;
    border: none;
    padding: 0
}

.comments-area {
    clear: both;
    margin-bottom: 15px
}

.comment-list {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-bottom: none
}

.comment-list .comment {
    border-bottom: 1px solid #e2e2e2;
    padding: 25px;
    background-color: #f8f8f8
}

.comment-list .vcard img.avatar {
    float: left;
    margin: 5px 12px 0 0
}

.comment-list .comment-metadata {
    font-size: .8em;
    line-height: 1.4em
}

.comment-list .comment-metadata:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 15px
}

.comment-list .comment-metadata a {
    opacity: .8
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list .children .comment {
    border-bottom: none;
    padding-bottom: 0
}

.comment-respond {
    background-color: #eee;
    padding: 25px 25px 5px;
    margin-top: 20px
}

.comment-respond label {
    display: block;
    margin: 0
}

.comment-form-comment {
    margin-bottom: 10px
}

.comment-form-comment textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px 5px
}

.search-form {
    width: 100%;
    height: 40px;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #dcdfe5;
    border-radius: 3px;
    position: relative
}

.search-form>label {
    margin-bottom: 0;
    width: 100%
}

.search-form>label:after {
    content: "\f118";
    font-family: Flaticon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    color: #878f9d;
    font-size: 20px
}

.search-form .search-field {
    width: calc(100% - 30px);
    border: none;
    background: 0 0;
    height: 40px;
    padding: 0 6px 0 14px;
    font-weight: 400;
    font-size: 16px
}

.search-form .search-submit {
    height: 40px;
    background: 0 0;
    border: none!important;
    width: 40px;
    border-radius: 0!important;
    color: transparent!important;
    z-index: 1;
    position: absolute!important;
    top: 0;
    right: 0;
    box-shadow: none!important;
}


/*! Flickity v2.2.1 https://flickity.metafizzy.co ---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: 0 0;
    border: none;
    color: #878f9d;
    transition: .3s ease
}

.flickity-button:hover {
    cursor: pointer;
    color: #0f6b4e
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #0f6b4e
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    display: none
}

.flickity-prev-next-button.previous {
    left: -40px
}

.flickity-prev-next-button.next {
    right: -40px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: #878f9d;
    border-radius: 10px;
    opacity: .25;
    cursor: pointer;
    transition: .3s ease
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 18px
}

.site {
    position: relative;
    min-height: 100vh
}

.home-banner {
    margin-bottom: 30px
}

.home-banner img,
.page-banner img {
    width: 100%
}

.page-banner>.widget {
    display: none
}

.page-banner>.widget:first-of-type {
    display: block
}

.main-header,
.site-branding {
    display: -webkit-flex;
    display: -ms-flexbox
}

.site-header {
    z-index: 900;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 50px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08);
    transition: .3s ease-in-out
}

body.admin-bar .site-header {
    top: 46px
}

.site-header a {
    color: #242d2e
}

#page.show-nav>.site-header {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.site-header-space {
    height: 50px
}

.site-branding {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.site-branding img {
    max-height: 50px;
    width: auto
}

.site-title {
    margin: 0 8px;
    font-size: 22px;
    line-height: 1;
    padding-top: 2px
}

.site-custom,
.site-phone,
.site-search {
    padding: 10px 16px;
    cursor: pointer
}

.site-description {
    display: none
}

.site-toggle {
    position: relative;
    margin: 0 16px;
    height: 2.4em;
    width: 2.4em;
    font-size: 10px;
    cursor: pointer
}

.site-toggle:after {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    left: -16px;
    right: -16px;
    top: -1em;
    bottom: -1em;
    z-index: 0
}

.site-toggle b {
    top: 50%;
    margin-top: -.1em;
    z-index: 1;
    left: 0;
    right: 0
}

.site-toggle b,
.site-toggle b:after,
.site-toggle b:before {
    pointer-events: none;
    display: block;
    content: "";
    border-radius: 1em;
    background-color: #242d2e;
    height: .2em;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: top .3s .15s, left .1s, background-color .3s .2s, -webkit-transform .2s;
    transition: top .3s .15s, left .1s, background-color .3s .2s, transform .2s;
    transition: top .3s .15s, left .1s, background-color .3s .2s, transform .2s, -webkit-transform .2s
}

.site-toggle b:before {
    left: 0;
    right: 1em;
    top: -.8em
}

.site-toggle b:after {
    left: 1em;
    right: 0;
    top: .8em
}

.site-toggle.active b,
.site-toggle.active b:after,
.site-toggle.active b:before {
    transition: top .2s, left .2s, background-color .2s, -webkit-transform .2s .15s;
    transition: top .2s, left .2s, background-color .2s, transform .2s .15s;
    transition: top .2s, left .2s, background-color .2s, transform .2s .15s, -webkit-transform .2s .15s
}

.site-toggle.active b {
    background-color: transparent
}

.site-toggle.active b:after,
.site-toggle.active b:before {
    left: 0;
    top: 0;
    right: 0
}

.site-toggle.active b:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-toggle.active b:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.action-left {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.action-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.site-search {
    font-size: 20px
}

.site-phone {
    font-size: 24px
}

.site-custom {
    font-size: 20px;
    line-height: 1
}

.site-action {
    display: none
}

.site-cart {
    min-width: 36px
}

.site-cart i {
    position: relative
}

#cart-count {
    position: absolute;
    font-size: 10px;
    padding: 2px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 10px;
    border-radius: 50px;
    background-color: #c00;
    min-width: 14px;
    min-height: 14px;
    top: -3px;
    right: -5px;
    color: #fff
}

.si-basket #cart-count,
.si-basket-alt #cart-count {
    top: 1px
}

.si-bag #cart-count,
.si-bag-alt #cart-count {
    top: 2px
}

.m-user .si-user {
    font-size: 24px;
    vertical-align: text-top
}

.m-user .pic {
    line-height: 0
}

.m-user .pic img {
    border-radius: 50px;
    width: 32px
}
.site-nav-d li.menu-item-has-children{
position: relative
}
.site-nav-d li.menu-item-has-children i {
    position: absolute;
    right: 0;
    font-size: 10px;
}

.site-nav-m {
    font-size: 18px;
    position: absolute;
    display: block;
    left: 0;
    top: 50px;
    height: 0;
    opacity: 0;
    width: 100%;
    background: 0 0;
    overflow: hidden;
    transition: all .6s ease, background .5s ease;
    transition-delay: 80ms;
    z-index: 1
}

.site-nav-m ul {
    padding: 0 10px;
    padding-top:15px
}

.site-nav-m ul ul {
    padding: 0;
    font-size: .9em;
    font-weight: 400
}

.site-nav-m ul ul li {
    border-bottom: none
}

.site-nav-m ul ul a {
    border-bottom: none;
    padding: 0 0 12px
}

.site-nav-m li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.site-nav-m li .si-angle-down,
.site-nav-m li .si-arrow-down,
.site-nav-m li .si-caret-down,
.site-nav-m li .si-chevron-down {
    display: none
}

.site-nav-m li a {
    display: block;
    color: #fff;
    padding: 10px 0
}

.site-nav-m li a:hover {
    opacity: .8
}

.site-nav-m li a:active {
    opacity: .6
}

.site-nav-m li.current-menu-item>a {
    opacity: 1
}

.site-nav-m .si-caret-down {
    transition: all .3s, opacity .5s ease .5s;
    opacity: 0
}

.site-nav-m.active {
    height: calc(100vh - 50px);
    background-color: #242d2e;
    transition-delay: 80ms;
    overflow: auto;
    opacity: 1;
    color: #fff
}

.site-nav-m.active .menu>li {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1
}

.site-nav-m .menu-item-has-children {
    position: relative
}

.site-nav-m .menu-item-has-children>i {
    display: block;
    position: absolute;
    right: -20px;
    top: 5px;
    opacity: 1;
    color: #242d2e;
    font: 16px sans-serif;
    padding: 0 25px;
    line-height: 36px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s
}

.site-nav-m .menu-item-has-children>i::before {
    vertical-align: -2px
}

.site-nav-m .menu-item-has-children.active>i {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.site-nav-m .menu-item-has-children>.sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .5s, opacity .3s
}

.site-nav-m .menu-item-has-children>.sub-menu i {
    top: -2px;
    line-height: 28px
}

.site-nav-m .menu-item-has-children.active>.sub-menu {
    max-height: 300vh;
    opacity: 1;
    transition: opacity .6s ease-in-out
}

.site-nav-m .menu>li {
    -webkit-transform: scale(1.1) translateY(-2px);
    -ms-transform: scale(1.1) translateY(-2px);
    transform: scale(1.1) translateY(-2px);
    opacity: 0;
    transition: .3s;
    transition-delay: .4s
}

.site-nav-m .menu>li:nth-child(1) {
    transition-delay: .1s
}

.site-nav-m .menu>li:nth-child(2) {
    transition-delay: .15s
}

.site-nav-m .menu>li:nth-child(3) {
    transition-delay: .2s
}

.site-nav-m .menu>li:nth-child(4) {
    transition-delay: .25s
}

.site-nav-m .menu>li:nth-child(5) {
    transition-delay: .3s
}

.site-nav-m .menu>li:nth-child(6) {
    transition-delay: .35s
}

.site-nav-m .children {
    display: none
}

.main-header {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    margin-bottom: 16px;
    display: flex
}

.main-header.-banner {
    padding-bottom: 14px;
    min-height: 120px;
    background: #000;
    color: #fff
}

.main-header.-banner a {
    color: #fff
}

.main-header.-banner .s-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-header.-banner.-blank {
    background: linear-gradient(124deg, #0f6b4e 0, #60c760 100%)
}

.main-header.-hidden,
.main-header.-minimal h4 {
    display: none
}

.main-header .bg {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    background-size: cover;
    opacity: .7;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-position: center center
}

.main-header .bg.-blank {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    background: linear-gradient(124deg, #0f6b4e 0, #60c760 100%)
}

.main-header .title {
    font-size: 24px;
    margin: 0
}

.main-header .title small {
    font-size: .7em;
    display: block;
    padding-top: 5px
}

.content-item .entry-footer,
.content-item .tags-links,
.hide-summary .content-item .entry-summary,
.hide-title h1.entry-title,
.hide-title h1.page-title {
    display: none
}

.main-header .bc {
    font-size: .875em;
    margin: 10px 0 0
}

.main-header .bc .si-angle-right {
    padding: 0 5px;
    vertical-align: -1px
}

.content-item {
    position: relative
}

.content-item .pic {
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden
}

.content-item .pic img {
    width: 100%;
    transition: .5s ease
}

.content-item .entry-title {
    margin: 0;
    font-size: 1.25em
}

.content-item .entry-meta {
    margin-bottom: 0
}

.content-item .cat a {
    background: #0f6b4e;
    color: #fff;
    font-size: .875em;
    padding: 3px 6px;
    border-radius: 3px
}

.content-item .cat a:hover {
    background: #60c760
}

.content-item.-card,
.content-item.-list {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.content-item .entry-summary p {
    margin-top: 8px;
    margin-bottom: 0
}

.content-item:hover .pic img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.content-item.-card {
    border-radius: 3px;
    padding: 15px 15px 65px
}

.content-item.-card .pic,
.content-item.-card .pic img {
    border-radius: 3px 3px 0 0
}

.content-item.-card .pic {
    margin: -15px -15px 15px
}

.content-item.-card .author {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.content-item.-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-radius: 3px
}

.content-item.-list .pic {
    margin: 0;
    width: 36%
}

.content-item.-list .pic a {
    display: block;
    height: 100%
}

.content-item.-list .pic img {
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content-item.-list .info {
    width: 64%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.content-item.-list .entry-summary {
    display: none
}

.content-item.-caption {
    position: relative;
    background-color: #000;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.content-item.-caption .pic {
    height: 100%;
    min-height: 150px;
    margin: 0;
    opacity: .8;
    transition: .7s ease;
    border-radius: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.site-footer,
.site-footer-space {
    min-height: 40px
}

.content-item.-caption .pic img {
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: .7s ease
}

.content-item.-caption .entry-title {
    margin-bottom: 0
}

.content-item.-caption .entry-meta {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: .7s ease
}

.content-item.-caption .info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    color: #fff
}

.content-item.-caption .info a {
    color: #fff
}

.content-item.-caption:hover .pic {
    opacity: .4
}

.content-item.-caption:hover .entry-meta {
    max-height: 42px;
    opacity: 1;
    margin-top: 8px
}

.content-item.-hero {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin: 0 -16px
}

.content-item.-hero .pic img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover
}

.content-item.-hero .info {
    padding: 0 15px 15px
}

.content-item a.author {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    bottom: 0
}

.content-item a.author img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px
}

.content-item a.author .name {
    color: #242d2e
}

.content-item a.author .name h2 {
    font-size: 1.125em;
    line-height: 1;
    margin: 0
}

.content-item a.author .name small {
    display: block;
    opacity: .75
}

.content-headline.-notitle .info,
.hide-author .content-item .byline,
.hide-author .content-item a.author,
body.category .content-item .cat-links,
body.tag .content-item .tags-links {
    display: none
}

.content-headline {
    background: #000;
    color: #fff;
    position: relative
}

.content-headline .entry-title,
.content-headline a,
.content-headline a:hover {
    color: #fff
}

.content-headline.-bright .pic img {
    opacity: 1
}

.content-headline .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
    opacity: .7
}

.content-headline .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .5s ease-in-out
}

.content-headline .info h2 {
    margin: 0
}

.content-headline .info h3 {
    font-size: .8em;
    margin: 8px 0 0
}

.flickity-slider .content-headline .info {
    opacity: 0;
    margin-top: 10px
}

.flickity-slider .is-selected .content-headline .info {
    opacity: 1;
    margin-top: 2px
}

.entry-meta {
    font-size: .82em;
    margin: 8px 0 15px;
    opacity: .8
}

.entry-meta>span {
    margin: 0 5px
}

.entry-meta>.posted-on {
    margin-left: 0
}

.entry-meta i {
    margin-right: 4px
}

.entry-meta a {
    color: inherit
}

.entry-meta a:hover {
    color: inherit;
    opacity: .6
}

.hide-author .content-item.-card {
    padding-bottom: 15px
}

.content-table-date {
    width: 140px
}

.content-pagination {
    clear: both;
    margin-bottom: 16px
}

.content-pagination a,
.content-pagination span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 3px;
    padding: 0;
    line-height: 36px;
    font-size: 1.1em;
    font-family: sans-serif
}

.content-pagination a {
    color: #878f9d;
    border: 2px solid #dcdfe5
}

.content-pagination a:focus,
.content-pagination a:hover {
    color: #555;
    border-color: #555
}

.content-pagination a:active {
    color: #222;
    border-color: #222
}

.content-pagination i {
    vertical-align: -1px
}

.content-pagination .current {
    color: #222;
    border: 2px solid #222
}

body.page-template-page-form .site-content {
    background-color: #f2f2f2
}

.page-form {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.single-area>.content-area {
    max-width: 750px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
}

.entry-author {
    margin: 30px auto
}

.entry-author .pic {
    margin: 8px
}

.entry-author .pic img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    object-fit: contain
}

.entry-author .desc {
    font-size: .875em;
    margin-top: 5px
}

.entry-author .name {
    font-size: 1.125em;
    margin-bottom: 0
}

.entry-author.-head .entry-title {
    margin-bottom: 5px
}

.widget-area .current-menu-item>a {
    font-weight: 700;
    color: #0f6b4e
}

.widget-area .widget_nav_menu li {
    margin-bottom: 10px
}

.widget-area .widget_nav_menu li:last-child {
    margin-bottom: 0
}

.widget-area .widget_nav_menu .sub-menu {
    padding: 5px 0 0 12px
}

.widget-area .widget_nav_menu .sub-menu li {
    margin-bottom: 5px;
    position: relative
}

.widget-area .widget_nav_menu .sub-menu li:before {
    content: "";
    background-color: #242d2e;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: -12px;
    top: calc(50% - 2px)
}

.site-footer,
.site-info {
    position: absolute;
    left: 0
}

.widget-area ul {
    padding: 0;
    margin-bottom: 10px
}

.widget-area li {
    list-style: none
}

.widget-area a {
    color: #242d2e
}

.widget-area a:hover {
    color: #666
}

.widget {
    margin-bottom: 16px
}

.widget-title {
    margin-bottom: 10px;
    font-size: 1.375em
}

.error-404 .search-form {
    margin: 0 auto 30px
}

.site-footer {
    bottom: 0;
    right: 0;
    background-color: #878f9d
}

.site-info {
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.site-footbar a:hover {
    opacity: .8
}

.site-footbar a:active {
    opacity: .6
}

.site-footbar .widget,
.site-footbar p:last-of-type {
    margin-bottom: 0
}

@media (min-width:576px) {
    .s-container .alignfull,
    .s-container .alignwide {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%)
    }

}

@media (min-width:768px) {
    .s-container {
        padding-left: 30px;
        padding-right: 30px
    }
    .s-slider.-full {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }
    .s-slider.-dots-in .flickity-page-dots {
        bottom: 15px
    }
    .s-slider.-dots-in .flickity-prev-next-button.previous {
        left: 20px
    }
    .s-slider.-dots-in .flickity-prev-next-button.next {
        right: 20px
    }
    .s-modal-content {
        padding: 0 30px
    }
    .s-modal.-visible {
        padding: 20px 30px 10px
    }
    .flickity-prev-next-button {
        display: block;
        top: 50%;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .content-item.-hero {
        margin: 0;
        border-radius: 3px 0 0 3px
    }
    .content-headline .info {
        font-size: 30px
    }
    .flickity-slider .content-headline .info {
        margin-top: 15px;
        transition: .7s ease-in-out
    }
    body.page-template-page-form .site-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .page-form {
        margin: 0 auto;
        max-width: 680px;
        padding: 10px 20px 0
    }
    .page-form>.main-header {
        margin-top: -15px;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0
    }
}

@media (min-width:992px) {
    .s-grid,
    .s-slider,
    .s-space,
    .s-title {
        margin-bottom: 30px
    }
    .text-center .-toleft {
        text-align: left
    }
    .text-center .-toright {
        text-align: right
    }
    .s-container {
        max-width: 990px
    }
    .s-sec {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .s-grid {
        grid-gap: 30px
    }
    .s-grid.-d2 {
        -ms-grid-columns: (minmax(0, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .s-grid.-d3 {
        -ms-grid-columns: (minmax(0, 1fr)) [3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .s-grid.-d4 {
        -ms-grid-columns: (minmax(0, 1fr)) [4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .s-grid.-d5 {
        -ms-grid-columns: (minmax(0, 1fr)) [5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .s-grid.-d6 {
        -ms-grid-columns: (minmax(0, 1fr)) [6];
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .s-slider.-large {
        margin-left: 0;
        margin-right: 0
    }
    .s-slider,
    .s-slider.-m1\.2,
    .s-slider.-m1\.4 {
        margin-right: -15px
    }
    .s-slider {
        margin-left: -15px
    }
    .s-slider .slider {
        padding: 0 15px 30px;
        width: 100%
    }
    .s-slider.-d2 .slider {
        width: 50%
    }
    .s-slider.-d3 .slider {
        width: 33.333333%
    }
    .s-slider.-d4 .slider {
        width: 25%
    }
    .s-slider.-d5 .slider {
        width: 20%
    }
    .s-slider.-d6 .slider {
        width: 16.666666%
    }
    .s-slider.-togrid {
        display: -ms-grid;
        display: grid;
        grid-gap: 30px;
        margin-left: 0;
        margin-right: 0
    }
    .s-slider.-togrid.-d2 {
        -ms-grid-columns: (minmax(0, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .s-slider.-togrid.-d3 {
        -ms-grid-columns: (minmax(0, 1fr)) [3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .s-slider.-togrid.-d4 {
        -ms-grid-columns: (minmax(0, 1fr)) [4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .s-slider.-togrid.-d5 {
        -ms-grid-columns: (minmax(0, 1fr)) [5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .s-slider.-togrid.-d6 {
        -ms-grid-columns: (minmax(0, 1fr)) [6];
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .s-slider.-togrid .slider {
        width: 100%;
        padding: 0
    }
    .s-slider.-togrid:after {
        content: "";
        clear: both
    }
    .s-modal-login {
        max-height: 400px
    }
    ._mobile {
        display: none!important
    }
}

@media screen and (min-width:992px) {
    .wp-block-image {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .main-body.-leftbar .alignfull,
    .main-body.-leftbar .alignwide,
    .main-body.-leftrightbar .alignfull,
    .main-body.-leftrightbar .alignwide,
    .main-body.-rightbar .alignfull,
    .main-body.-rightbar .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media (min-width:1110px) {
    .s-container .alignwide {
        margin-left: -180px;
        margin-right: -180px;
        width: auto
    }
    body.page .s-container .alignwide {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%)
    }
}

@media (min-width:1170px) {
    .s-container {
        max-width: 1170px
    }
}

@media (min-width:1400px) {
    body.page .s-container .alignwide {
        margin-left: -145px;
        margin-right: -145px
    }
}

@media (max-width:991px) {
  #page #main .shop_table .actions .input-text {
    min-width: 150px!important;
}
  .site-logo {
  padding-bottom: 3px;
  }
  .site-branding img{
    max-height: auto;
  }
    ._desktop {
        display: none!important
    }
    body.headbar-m .site-branding,
    body.headbar-m .site-member,
    body.headbar-m .site-toggle {
        display: none
    }
}