/*
Theme Name: ITBrolis
Theme URI: URL
Version: 1.0
Author: Linas Pagirys
Author URI: http://www.itbrolis.lt/
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


/* MAIN LAYOUT */
/* ----------------------------------------- */


@font-face {
  font-family: 'Chonburi';
  src: url('fonts/Chonburi-Regular.woff2') format('woff2'),
  url('fonts/Chonburi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-Regular.woff2') format('woff2'),
  url('fonts/Dosis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-ExtraBold.woff2') format('woff2'),
  url('fonts/Dosis-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-Bold.woff2') format('woff2'),
  url('fonts/Dosis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-Light.woff2') format('woff2'),
  url('fonts/Dosis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-ExtraLight.woff2') format('woff2'),
  url('fonts/Dosis-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-Regular.woff2') format('woff2'),
  url('fonts/Dosis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-SemiBold.woff2') format('woff2'),
  url('fonts/Dosis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis';
  src: url('fonts/Dosis-Medium.woff2') format('woff2'),
  url('fonts/Dosis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Great Vibes';
  src: url('fonts/GreatVibes-Regular.woff2') format('woff2'),
  url('fonts/GreatVibes-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
fonters {
  font-family: "Comfortaa", sans-serif;
  font-family: "Quicksand", sans-serif;
  font-family: "Nunito", sans-serif;
}
:root {
  --font:  'Quicksand', sans-serif;
  --sub-font: 'Great Vibes', sans-serif;
  --chonburi-font: 'Chonburi', sans-serif;
  --font-size: 15px;
  --line-height: 22.5px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;
  height: 39px;
  width: 100%;
}

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

body {
  font-family: var(--font);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--main-color);
  font-size: 14px;
  line-height: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  transition: all 0.3s ease-in-out;
}
.admin-bar .header {
  top: 32px;
}

.header-scrolled {
  background: #FFECE5;
}

.scrolled-up {
  background: #FFECE5;
}

.scrolled-down {
  transform: translateY(-150%);
}

.header__logo h1 {
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
}

.logo h1 a {
  max-height: 120px;
  object-fit: contain;
}

.logo h1 a img {
  max-width: 142px;
}

.header-top {
  background: #FFECE5;
  padding: 13px;
}

.header-top .container {
  max-width: 750px;
  position: relative;
}




.header-top__row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.account-link {
  padding-left: 25px;
}

.header-top__row a {
  color: #242814;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.header-logins__cart  span {
  position: absolute;
  top: -7px;
  right: -9px;
}

.header-phone img {

}

.header-phone {
  padding-right: 5px;
}

.header-email span {
  padding-bottom: 1px;
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.header-menu li {

}

.header-menu li a {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font);
  letter-spacing: 0.0em;
}

.header-menu .current-menu-item > a {
  color: var(--main-color);
}


  /*.admin-bar header {*/
/*  top: 32px;*/
/*}*/

#clickWrapper {
  display: none;
}

.search-form label {
  display: none;
}

.search-form {
  position: relative;
  background: white;
  height: 22px;
  border-radius: 10px;
  padding: 5px;
}

.search-form__input {
  border: none;
  height: auto !important;
  border-radius: 10px;
  padding: 0;
  font-size: 10px !important;
  line-height: 1 !important;
  color: black;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.search-form__input::placeholder {
  color: #ADADAD;
  font-size: 10px;
  line-height: 1;
}

.search-form__submit {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  background: transparent;
  padding: 0;
  border: none;
}

.header-main .container {
  max-width: 1035px;
}

.header-main__row {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  position: relative;
  padding: 23px 0 55px 0;
}

.header__logo {
  position: absolute;
  top: -30px;
  left: 0;
}

.header-links {
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  max-width: 200px;
}

.mega-header {
  display: none;
}

@media (max-width: 992px) {
  #clickWrapper {
    cursor:pointer;
    height:14px;
    width:14px;
    margin-top: 0;
    display: block;
  }
  .mega-header {
    display: block;
  }
  .header-top__row {

  }
  .header__logo {
    position: relative;
    top: 0;
  }
  .header-main .header-menus {
    display: none;
  }
  .header-links .search-form {
    display: none;
  }
  .header-links {
    position: relative;
    top: 0;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .logo h1 a img {
    max-width: 100px;
  }
  .header-main__row {
    padding: 0;
    justify-content: space-between;
  }
  /* menu start */
  .menu {
    position: absolute;
    background-color: black;
    width: 14px;
    height: 1px;
    margin-top:8px;
  }

  .animate.menu{
    animation-name: menu-menu;
    animation-duration: 0.3s;
  }

  @keyframes menu-menu {
    0% {
      width:0;
      height:0;
    }
    50% {
      width:0;
      height:0;
    }
    51%{
      position: absolute;
      background-color: black;
      width: 14px;
      height: 1px;
    }
  }

  .menu:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 14px;
    height: 1px;
    margin-top: -6px;
  }

  .animate.menu:after {
    animation-name: menu-after;
    animation-duration: 0.3s;
  }

  @keyframes menu-after {
    0% {
      transform: rotate(-45deg);
      margin-top:0;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(0deg);
      margin-top:-8px;
    }
  }

  .menu:before {
    content: "";
    position: absolute;
    background-color: black;
    width: 14px;
    height: 1px;
    margin-top: 6px;
  }

  .animate.menu:before{
    animation-name: menu-before;
    animation-duration: 0.3s;
  }
  @keyframes menu-before {
    0% {
      transform: rotate(45deg);
      margin-top:0;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(0deg);
      margin-top:8px;
    }
  }
  /* menu end */

  /* close start */
  .close {
    position: absolute;
    margin-top: 8px;
    margin-left: 0;
    opacity: 1 !important;
    text-shadow: none;
  }

  .close.animate{
    animation-name: close-close;
    animation-duration: 0.3s;
  }

  @keyframes close-close {
    0% {
      position: absolute;
      background-color: black;
      width: 14px;
      height: 1px;
      margin-top:8px;
    }
    50% {
      display:none;
      width:14px;
      height:1px;
    }
    100%{
      width:0;
      height:0;
    }
  }

  .close:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 14px;
    height: 1px;
    transform: rotate(45deg);
  }

  .animate.close:after {
    animation-name: close-after;
    animation-duration: 0.3s;
  }

  @keyframes close-after {
    0% {
      transform: rotate(0deg);
      margin-top: 10px;
    }
    50% {
      transform: rotate(0deg);
      margin-top: 0;
    }
    100%{
      transform: rotate(45deg);
    }
  }

  .close:before {
    content: "";
    position: absolute;
    background-color: black;
    width: 14px;
    height: 1px;
    transform: rotate(-45deg);
  }

  .animate.close:before {
    animation-name: close-before;
    animation-duration: 0.3s;
  }

  @keyframes close-before {
    0% {
      transform: rotate(0deg);
      margin-top:-8px;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(-45deg);
    }
  }
  /* close end */

  #menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    /*transform: translateX(100%);*/
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -11;
    visibility: hidden;
  }

  .bg {
    background: #FFECE5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header__logo {
    width: 100%;
  }
  .mega-header-active {
    opacity: 1 !important;
    z-index: 104 !important;
    visibility: visible !important;
  }
  .mega-header__block {
    padding: 55px 15px 55px 15px;
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .header-menu li a {
    color: white;
    font-size: 20px;
    line-height: 25px;
  }
  .mega-header__container {
    height: 100%;
    z-index: 5;
    position: relative;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 15px 0;
  }

  .header-menu li {
    text-align: center;
  }
  .header-menu li a {
    color: black;
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .header-top__row {
    gap: 5px;
    justify-content: center;
  }
  .account-link {
    padding-left: 0;
  }
  .header-top {
    padding: 10px 0;
  }
  .logo h1 a img {
    max-width: 70px;
  }
}

@media (max-width: 480px) {

}

/* ---------------------------------------
	End Of Header
--------------------------------------- */

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

.footer {
  position: relative;
  padding: 65px 0 15px 0;
  margin-top: auto;
}

.footer .container {
  z-index: 2;
  max-width: 1020px;
  position: relative;
}

.footer__row {
  display: grid;
  grid-template-columns: 0.5fr 0.8fr 1fr;
  gap: 15px;
}

.footer__column {
  position: relative;

}

.footer-icon {
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 1;
}

.custom-logo-link {
  display: inline-block;
  margin-bottom: 6px;
}

.custom-logo-link img {

}

.footer__text {
  padding: 13px 0 20px 0;
}

.footer__text h2 {
  font-family: var(--chonburi-font);
  font-weight: 400;
  margin-bottom: 11px;
  line-height: 1.2;
}

.footer__text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.66;
}

.footer__text p a {
  text-decoration: underline;
  color: var(--main-color);
}

.footer__links {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}

.footer__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
  color: #656565;
}

.footer__copyright {

}

.footer__copyright p {
  font-size: 10px;
  line-height: 1;
}

.footer__hours {
  margin-bottom: 9px;
}

.footer__hours h6 {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font);
  margin-bottom: 1px;
  color: #9B8579;
}

.footer__hours p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--font);
  color: #9B8579;
}

.footer__address {
  padding-bottom: 28px;
}

.footer__address-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #9B8579;
  margin-bottom: 12px;
  font-family: var(--font);
}

.footer__address iframe {
  width: 100%;
  height: 204px;
  border-radius: 10px;
}

.footer__menus {

}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-menu li {
  font-size: 10px;
  line-height: 1;
}

.footer-menu li:not(:last-child) {
  border-right: 1px solid #656565;
  padding-right: 12px;
}

.footer-menu li a {
  font-weight: 600;
  font-family: var(--font);
  font-size: 10px;
  line-height: 1;
  color: #656565;
}

.footer-menu li a:hover {
  color: var(--main-color) !important;
}


.footer-menu .current_page_item a {
  color: var(--main-color) !important;
}

@media (max-width: 992px) {
  .footer__row {
    grid-template-columns: 1fr 1fr;
  }
  .footer__space {
    display: none;
  }
  .footer .bg-image {
    display: none;
  }
  .footer {
    background: rgba(255, 232, 223, 0.3);
  }
}

@media (max-width: 768px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
  .footer {
    padding: 36px 0;
  }
  .footer__menus {
    padding-bottom: 15px;
  }
  .footer__text {
    padding: 15px 0;
  }
  .footer__links {
    padding-bottom: 15px;
  }
  .footer__row {
    gap: 0;
  }
  .footer__hours {
    margin-bottom: 15px;
  }
  .footer__address {
    padding-bottom: 15px;
  }
  .footer-menu {
    gap: 5px;
  }
  .footer-menu li:not(:last-child) {
    padding-right: 5px;
  }
}

/* ---------------------------------------
		End of Footer
--------------------------------------- */

/* ---------------------------------------
	Default Content
--------------------------------------- */

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-for-page {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.image-for-page img {
  width: 100%;
  object-fit: cover;
  height: 184px;
}

.show-for-mobile {
  display: none;
}

.show-for-lg-md {

}


@media (max-width: 992px) {
  .image-for-page img {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .show-for-mobile {
    display: block;
  }
  .show-for-lg-md {
    display: none;
  }
  .image-for-page img {
    height: 120px;
  }
}

#main-content {
  flex: 1 0 auto;
}

a {
  color: #000000;
  transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
  color: var(--main-color);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

*:focus,
*:active,
*:hover {
  outline: none;
}


/* ---------------------------------------
	Buttons
--------------------------------------- */
.button {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  display: inline-block;
  text-align: center;
  padding: 8px 34px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
}

.button:hover {
  background: white;
  border-color: var(--main-color);
  color: var(--main-color);
}

.button:focus {
  opacity: 0.8;
}

  /* ---------------------------------------
	  Buttons
  --------------------------------------- */

p {

}

h1,
h2,
h3 {
  font-family: var(--sub-font);
}

h4,
h5,
h6 {

}

/* ---------------------------------------
	H1
--------------------------------------- */

h1 {
  font-size: 35px;
  line-height: 1;
}

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 25px;
  }
}

/* ---------------------------------------
	H2
--------------------------------------- */

h2 {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 992px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 20px;
  }
}

/* ---------------------------------------
	H3
--------------------------------------- */

h3 {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 992px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

/* ---------------------------------------
	H4
--------------------------------------- */

h4 {
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}


/* ---------------------------------------
	H5
--------------------------------------- */

h5 {
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 768px) {
  h5 {
    font-size: 14px;
  }
}

/* ---------------------------------------
	H6
--------------------------------------- */


h6 {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 768px) {

}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 16px;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
  line-height: 18px;
}

p.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
}

img {
  max-width: 100%;
  height: auto;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

.not-found {
  text-align: center;
  padding: 100px 0;
}

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}


.menu-item-has-children {
  position: relative;
}

@media screen and (min-width: 992px) {
  .sub-menu {
    background: #FFECE5;
    position: absolute;
    right: auto;
    left: 0;
    min-width: 200px;
    padding: 15px;
    display: none;
    z-index: 11;
    border-radius: 10px;
  }

  .sub-menu > li {
    margin-bottom: 15px;
  }

  .menu-item-has-children:hover .sub-menu {
    display: block;
  }

}

.main-desc-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
  }
  #cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}


.menu-wrapper {
  display: flex;
}
.logo-holder {
  padding: 12px;
  margin-right: 48px;
}
.main-desc-nav {
  display: flex;
  justify-content: flex-end;
}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}



.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  top: 46px;
}
.mobbutton {
  display: inline-block;
  width: 24px;
}
.mobbutton span {
  width: 100%;
  height: 2px;
  background: #424242;
  margin-bottom: 5px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.items-mobile {
  text-align: right;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #f3fdef;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11px 15px;
  border-bottom: 1px solid #e6f7df;
  border-left: 1px solid #e6f7df;
}



.cookie-law-wrapper-in {
  display: flex;
}
.cookie-law-text-wrapper {
    display: flex;
}
.cookie-law-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #002d47;
  color: #fff;
  padding: 10px 0px;
  z-index: 50000;
  font-size: 14px;
}
.cookie-law-text-wrapper a {
  text-decoration: underline;
  color: #fff;
}
.cookie-law-text-wrapper a:hover {
  color: #fff;

}
.cookie-law-wrapper p {
  margin-bottom: 0px;
}
.cookie-law-button-wrapper button {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  color: #002d47;
  padding: 15px 15px;
  vertical-align: top;
  margin: 0px 0 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  width: 195px;
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  cursor: pointer;
}
.cookie-law-button-wrapper button:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

.header-top__row a img {

  width: 18px;
}
.header-top__row a.header-phone img {
  width: 12px;
}
.header-top__row a.header-email img {
  width: 20px;
  position: relative;
  top: 1px;
}



@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {

  .header-menu > li:first-child > a{
    margin-bottom: 15px;
    display: inline-block;
  }

  ul.sub-menu {
    display: flex  ;
    flex-direction: column;
    gap: 15px;
  }


  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

   .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    /*padding-top: 46px;*/
  }
  
  .map-responsive{
    padding-bottom:110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }
}

@media screen and (max-width: 480px) {

}

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

.home .header {
  position: fixed;
}


/* ---------------------------------------
		Hero Section
--------------------------------------- */

.hero-section {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  border-bottom: 8px solid #FFECE5;
}

.hero-section__icon {
  position: absolute;
  top: -2%;
  left: 22%
}

.hero-section .container {
  z-index: 5;
  position: relative;
  max-width: 1000px;
}

.hero-section__text {
  padding: 82px 0 0 0;
}

.hero-section__text h1 {
  color: var(--main-color);
  font-size: 130px;
  line-height: 100px;
}

.hero-section__text h2 {
  font-family: var(--chonburi-font);
  font-size: 35px;
  line-height: 42px;
  padding-left: 50px;
}

.hero-section__star {
  position: absolute;
}

.hero-section__star-top {
  top: 14%;
  left: 24.5%;
}


.hero-section__star-bottom {
  bottom: -14%;
  left: 29%;
}


@media screen and (max-width: 992px) {
  .hero-section__text h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .hero-section__text h2 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 25px;
  }
}


@media screen and (max-width: 768px) {
  .hero-section__text h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-section__text h2 {
    font-size: 25px;
    line-height: 25px;
    padding-left: 15px;
  }
  .hero-section__icon {
    position: absolute;
    top: 2%;
    left: 20%;
    max-width: 70%;
  }
  .hero-section__star-top {
    top: 0;
    left: 15%;
  }
  .hero-section__star-bottom {
    bottom: 0;
    left: 70%;
  }
}

/* ---------------------------------------
		About Us Section
--------------------------------------- */


.about-us {
  position: relative;

}

.about-us__overlap {
  padding: 0;
}

.about-us__overlap .about-us-top {
  margin-top: -30px;
}


.about-us .container-top {
  z-index: 5;
  position: relative;
  max-width: 1035px;
}

.about-us .container-bottom {
  z-index: 5;
  position: relative;
  max-width: 785px;
}

.about-us-top {
  display: flex;
  align-items: center;
  gap: 25px 150px;
  flex-wrap: wrap;
}

.about-us-top__image img {
  border-radius: 20px;
}

.about-us-top__text {
  padding-top: 38px;
}

.about-us-top__text h2 {
  font-size: 80px;
  line-height: 60px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.about-us-top__text h2 strong {
  font-weight: 400;
  padding-left: 12px;
}

.about-us-top__text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: var(--main-color);
  margin-bottom: 25px;
}

.container-bottom {
  padding-top: 42px;
  padding-bottom: 55px;
  text-align: center;

}

.magisku-categories {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.magisku-category {
  display: flex;
  flex-direction: column;
  gap: 45px;
  flex: 0 0 33%;
  padding: 15px;
  box-shadow: 0 4px 21.5px 0 #0000001A;
  background-color:  #FFFDFC;
  min-height: 236px;
  max-width: 236px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.magisku-category img {
  max-width: 80px;
  object-fit: contain;
}

.magisku-category:hover {
  opacity: 1;
  background: rgba(255, 232, 223, 0.3);
}

.magisku-categories__title {
  text-align: center;
  font-family: var(--chonburi-font);
  margin-bottom: 30px;
}

.magisku-categories__icon {
  margin-bottom: 20px;
}

.magisku-category h3 {
  color: var(--sub-color);
  font-size: 17px;
  line-height: 1;
  font-family: var(--chonburi-font);
}

@media screen and (max-width: 1240px) {
  .about-us-top {
    gap: 25px 50px;
  }
  .about-us__overlap .about-us-top {
    margin-top: -25px;
  }
}


@media screen and (max-width: 992px) {
  .about-us-top {
    gap: 25px;
  }
  .about-us__overlap .about-us-top {

  }
  .about-us-top__text h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .about-us-top__text {
    padding-top: 15px;
  }
  .magisku-category {
    flex: 1 1 33%;
    gap: 15px;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .about-us-top {
    gap: 15px;
  }
  .about-us__overlap .about-us-top {

  }
  .about-us-top__text h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-us-top__text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .about-us-top__text {
    padding-top: 0;
  }
}

/* ---------------------------------------
		Contact Form
--------------------------------------- */


.contact-us {
  background-color: #FFE8DF;
  padding: 53px 0 60px 0;
}

.contact-us__text {
  padding-bottom: 40px;
}

.contact-us__text h2 {
  font-family: var(--chonburi-font);
  font-size: 25px;
  line-height: 1;
  color: var(--main-color);
  font-weight: 400;
  margin-bottom: 18px;
}

.contact-us__text p {
  font-size: 14px;
  line-height: 18px;
  color: var(--main-color);
}

.contacts__block-form {
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
}

.contacts__block-form .gform-body {

}


.contacts__block-form .gform-body label {
  color: var(--main-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1;
  margin-bottom: 8px !important;
  padding-left: 18px;
}

.contacts__block-form .gform-body label .gfield_required {
  display: none !important;
}

.contacts__block-form .gform-body input {
  border: 1px solid  #FFD5C5 !important;
  height: 30px !important;
  border-radius: 100px !important;
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #FFF3EE !important;
  width: 100% !important;
  text-align: left;
}

.contacts__block-form .gform-body input::placeholder {
  color: #8E8E8E !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.contacts__block-form .gform-body input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--sub-color) !important;
}


.contacts__block-form .gform-body textarea {
  border: 1px solid  #FFD5C5 !important;
  height: 113px !important;
  border-radius: 10px !important;
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #FFF3EE !important;
  width: 100% !important;
  text-align: left;
  min-block-size: 113px !important;
}

.contacts__block-form .gform-body textarea::placeholder {
  color: #8E8E8E !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.contacts__block-form .gform-body textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--sub-color) !important;
}

.contacts__block-form .gform-body select {
  border: 1px solid  #FFD5C5 !important;
  height: 30px !important;
  border-radius: 100px !important;
  color: black !important;
  font-weight: 500 !important;
  line-height: 27px;
  font-size: 14px !important;
  background-color: #FFF3EE !important;
  padding-left: 20px;
  text-align: left;
}

.contacts__block-form .gform-body select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--sub-color) !important;
}

.contacts__block-form .gform-body .gfield--type-date input {

}


.contacts__block-form .gform-footer .gform_button {
  width: 100% !important;
  color: white !important;
  border: 1px solid var(--main-color) !important;
  background-color: var(--main-color) !important;
  padding: 8px 1px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 100px !important;
  min-height: auto !important;
}

.contacts__block-form .gform-footer .gform_button:hover {
  border-color: var(--main-color) !important;
  background-color: white !important;
  color: var(--main-color) !important;
}

.contacts__block-form .gform-footer {
  margin-top: 0 !important;
}

.contacts__block-form .gform_fields {
  grid-row-gap: 12px !important;
}

.contacts__block-form form {
  display: grid;
  grid-template-columns: 1fr 0.18fr;
  align-items: flex-end;
  gap: 12px;
}

#gform_wrapper_3 form {
  grid-template-columns: 1fr;
}

#gform_wrapper_3 form  .gform-footer {
  max-width: 109px;
}

.contact-us-71 .contact-us__text p {
  font-size: 14px;
  line-height: 18px;
}

.contact-us-71 .contacts__block-form {
  max-width: 630px;
}

.contact-us-71 .gform_fields {
  grid-row-gap: 20px !important;
}

@media screen and (max-width: 768px) {
  .contacts__block-form form {
    grid-template-columns: 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .contact-us {
    padding: 36px 0;
  }
  .contact-us__text {
    padding-bottom: 36px;
  }
}



/* ---------------------------------------
		Atsiliepimai
--------------------------------------- */

.atsiliepimai-section {
  padding: 68px 0;
}

.atsiliepimai-global {
  background-color: #FFE8DF33;
}

.atsiliepimai__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: var(--chonburi-font);
  margin-bottom: 50px;
}

.testimonial {
  text-align: center;
}

.testimonials {
  text-align: center;
}

.testimonial__text {
  margin-bottom: 15px;

}

.testimonial__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font);
}

.testimonial__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: var(--font);
}

.slick-arrow {
  padding: 0;
  background: transparent;
  font-size: 0;
  border: none;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.slick-prev:before {
  content: url("images/arrow-left.svg");
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.slick-next:before {
  content: url("images/arrow-right.svg");
}

.testimonials .slick-list {
  max-width: 920px;
  margin: 0 auto;
}

/* the slides */
.testimonials .slick-slide .testimonial {
  max-width: 218px;
  margin: 0 auto !important;
}

/* the parent */
.testimonials .slick-list {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
  .atsiliepimai-section {
    padding: 36px 0;
  }
  .atsiliepimai__title {
    margin-bottom: 36px;
  }
}


/* ---------------------------------------
		Products
--------------------------------------- */

.popular-products {
  padding: 15px 0 60px 0;
}

.popular-products .container {
  max-width: 1030px;
}

.popular-products__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-family: var(--chonburi-font);
  color: var(--sub-color);
  gap: 10px;
  margin-bottom: 20px;
}

.popular-products__button {
  text-align: center;
  margin-bottom: 40px;
}

.popular-products__button a {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.magisku-product {
  background-color: #FFE8DF;
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
}

.magisku-product__links {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
}

.magisku-product__links .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}

.magisku-product__links .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}

.magisku-product__links .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg {
  width: 12px !important;
  height: 12px !important;
}

.magisku-product__image {
  position: relative;
  height: 329px;
  border-radius: 10px 10px 0 0;
}

.magisku-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.magisku-product__text-title {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--chonburi-font);
}

.magisku-product__price {
  color: var(--main-color);
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.magisku-product__text {

}

.magisku-product__info {
  display: flex;
  flex-direction: column;
  padding: 24px 20px 20px 20px;
  gap: 20px;
}

.magisku-product__buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

.magisku-product__buttons .button {
  padding: 5px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 100px !important;
  width: 100% !important;
  max-width: 111px !important;
  min-height: 30px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  color: white !important;
}


.magisku-product__buttons .button:hover {
  background: white !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}

.magisku-product__buttons .button:focus {
  opacity: 0.8 !important;
}

.magisku-product__price {
  font-family: var(--font);
}

.magisku-product .added_to_cart {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.openExcerpt {
  background: transparent;
  padding: 0;
  border: none;
}

.magisku-product__excerpt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
}

.magisku-product__text {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 5px;
  align-items: flex-start;
}

.magisku-product__excerpt-text {
  background: white;
  padding: 9px;
  border-radius: 20px;
  position: absolute;
  min-width: 200px;
  bottom: 180%;
  right: -198%;
  width: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  font-size: 14px;
  line-height: 18px;
}

.magisku-product__excerpt-text-visible {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 50 !important;
}

@media screen and (max-width: 992px) {
  .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .popular-products__button {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .popular-products__button {
    margin-bottom: 15px;
  }
  .popular-products {
    padding: 15px 0 36px 0;
  }
  .magisku-product__info {
    gap: 15px;
    padding: 15px;
  }
}


/* ---------------------------------------
		Posts
--------------------------------------- */

.blog-list {
  padding: 96px 0 66px 0;
}

.blog-list  .container {
  max-width: 1030px;
}

.blog-list__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-family: var(--chonburi-font);
  color: var(--sub-color);
  gap: 10px;
  margin-bottom: 20px;
}

.blog-list__top-link {
  text-align: center;
  margin-bottom: 57px;
}

.blog-list__top-link a {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 65px;
  justify-content: center;
}

.posts-list .magisku-post {
  flex: 0 0 29%;
}


.magisku-post {
  display: block;
}

.magisku-post a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
}

.magisku-post__image {
  height: 262px;
  position: relative;
}


.magisku-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.magisku-post__title {
  font-family: var(--chonburi-font);
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: var(--sub-color);
  padding: 15px;
}

.magisku-post__excerpt {
  padding: 0 15px;
}

.magisku-post__excerpt p {
  font-size: 14px;
  font-family: var(--font);
  line-height: 18px;
  letter-spacing: 0.0em;
  color: var(--sub-color);
}

.magisku-post__link {
  margin-top: auto;
  padding: 15px;
}

.magisku-post__link button {
  font-size: 14px;
  background: transparent;
  padding: 0;
  border: none;
  font-family: var(--font);
  line-height: 14px;
  color: var(--sub-color);
  letter-spacing: 0.0em;
}

@media screen and (max-width: 1240px) {
  .posts-list {
    gap: 35px;
  }
}

@media screen and (max-width: 992px) {
  .posts-list {
    gap: 25px;
  }
  .posts-list .magisku-post {
    flex: 1 1 29%;
  }
}

@media screen and (max-width: 768px) {
  .blog-list {
    padding: 36px 0;
  }
  .blog-list__top-link {
    margin-bottom: 36px;
  }
  .posts-list .magisku-post {
    flex: 1 1 50%;
  }
  .posts-list {
    gap: 15px;
  }
}


/* ---------------------------------------
		Partners
--------------------------------------- */

.partners {
  padding: 22px 0 78px 0;
}

.partners__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-family: var(--chonburi-font);
  color: var(--sub-color);
  gap: 10px;
  margin-bottom: 24px;
}

.partners-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.partner-image {
  max-width: 175px;
}

@media screen and (max-width: 768px) {
  .partners {
    padding: 22px 0 36px 0;
  }
}

/* ---------------------------------------
		Newsletter
--------------------------------------- */

.newsletter {
  padding: 0 0 56px 0;
}

.newsletter .container {
  max-width: 1035px;
}

.newsletter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  padding: 30px 54px 16px 69px;
}

.newsletter__title {
  font-weight: 400;
  font-family: var(--chonburi-font);
  color: var(--sub-color);
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 22px;
}

.newsletter-row {
  background-color: #FFE8DF;
  border-bottom: 5px solid var(--sub-color);
  border-radius: 10px;
}

.newsletter-form {

}

.newsletter-form form {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 15px;
  align-items: center;
  max-width: 476px;
}

.newsletter-form label {
  display: none !important;
}

.gform_fields {

}

.newsletter-form .gfield--type-email input {
  border: 1px solid #F9AF92 !important;
  border-radius: 100px !important;
  background-color: white !important;
  color: #4B4B4B !important;
  font-family: var(--font);
  font-size: 10px !important;
  font-weight: 400 !important;
  height: 32px !important;
}

.newsletter-form .gfield--type-email input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: var(--main-color) !important;
}

.newsletter-form .gfield--type-email input::placeholder {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #4B4B4B !important;
}

.newsletter-form .gform-footer {
  margin-top: 0 !important;
}

.newsletter-form .gform-footer .gform_button {
  width: 100% !important;
  color: white !important;
  border: 1px solid var(--sub-color) !important;
  background-color: var(--sub-color) !important;
  padding: 8px 1px !important;
  font-weight: 600 !important;
  font-size: 14px !important;

  line-height: 1 !important;
  border-radius: 100px !important;
  min-height: auto !important;
}

.newsletter-form .gform-footer .gform_button:hover {
  border-color: var(--main-color) !important;
  background-color: white !important;
  color: var(--main-color) !important;
}

.newsletter__text {
  padding-top: 10px;
  padding-left: 15px;
}

.newsletter__text p {
  color: #9B8579;
  font-size: 10px;
  line-height: 20px;
}

.newsletter__text p a {
  color: #9B8579;
  text-decoration: underline;
  font-size: 10px;
  line-height: 20px;
}

.newsletter-block {
  flex: 1 1 40%;
}

.newsletter__image {
  flex: 1 1 5%;
  text-align: right;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
  .newsletter-row {
    flex-direction: column;
  }
  .newsletter__image {
    flex: 1 1 100%;
    text-align: center;
  }
  .newsletter-block {
    flex: 1 1 100%;
  }
  .newsletter-form form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .newsletter {
    padding-bottom: 36px;
  }
  .newsletter-row {
    padding: 15px;
  }
}

/* ---------------------------------------
		Product Filters
--------------------------------------- */

.magisku-categories {
  padding: 30px 0;
}

.magisku-categories .container {
  max-width: 770px;
}

.magisku__title {
  font-size: 80px;
  line-height: 1;
  display: flex;
  gap: 33px;
  align-items: center;
  color: var(--main-color);
}

.magisku-woocommerce-ordering form {
  float: none !important;
  clear: both ;
  width: 100%;
  max-width: 193px;
  margin-bottom: 0 !important;
  position: relative;
}

.magisku-woocommerce-ordering form:after {
  content: url("images/chevron-woo.svg");
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  line-height: 0;
  transform: translate(0%, -50%);
  transition: all 0.3s ease-in-out;
}

.magisku-woocommerce-ordering form:hover:after {
  transform: translate(0%, -50%) rotate(90deg);
}

.magisku-woocommerce-ordering form select {
  border: 1px solid #B6B6B6;
  border-radius: 100px;
  height: 30px;
  font-size: 14px;
  color: #B6B6B6;
  padding-left: 15px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  padding-right: 20px;
}

.magisku-categories__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.magisku-categories__block .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 15px;
}

.magisku-categories__block .products:before {
  display: none !important;
}

.magisku-categories__block .products:after {
  display: none !important;
}

.magisku-categories__block .page-title {
  display: none !important;
}

.tax-product_cat .products .magisku-product__image {
  height: 200px !important;
}

.tax-product_cat .magisku-product__buttons {
  gap: 15px;
}

.tax-product_cat .product-type-variable .magisku-product__price {
  font-size: 14px;
}

.magisku-categories__sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;

}

.magisku-categories__sidebar {

}

#product-category-select {
  border: 1px solid #FFD5C5;
  border-radius: 100px;
  background-color: #FFF3EE;
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: #1B1B1B;
  height: 30px;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  padding-left: 15px;
  position: relative;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper:after {
  content: url("images/chevron-woo.svg");
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  line-height: 0;
  transform: translate(0%, -50%);
  transition: all 0.3s ease-in-out;
}

.custom-select-wrapper:hover:after {
  transform: translate(0%, -50%) rotate(90deg);
}

.magisku-categories__sidebar .bapf_head {
  border: 1px solid #FFD5C5;
  border-radius: 100px;
  background-color: #FFF3EE;
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: #1B1B1B;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}


.magisku-categories__sidebar .bapf_head h3 {
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: #1B1B1B;
  width: 100%;
}

.magisku-categories__sidebar .bapf_head h3 i {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

.magisku-categories__sidebar .bapf_head h3 .fa-chevron-up {
  transform: translate(0%, -50%) rotate(90deg);
}

.magisku-categories__sidebar .bapf_head h3 i:before {
  display: none !important;
}

.magisku-categories__sidebar .bapf_head h3 i:after {
  content: url("images/chevron-woo.svg");
}

.magisku-categories__row .berocket_single_filter_widget {
  position: relative;
}

.magisku-categories__row .berocket_single_filter_widget .bapf_body {
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  z-index: 55;
  background-color: #FFF3EE;
}

.magisku-categories__row .bapf_slidr_main.ui-widget-content .ui-slider-range {
  background-color: var(--main-color) !important;
}

.magisku-categories__row .ui-slider-handle {
  background-color: var(--sub-color) !important;
}

.magisku-categories__row .bapf_ckbox .bapf_body li {
  display: flex;
  align-items: center;
}

.magisku-categories__row .bapf_ckbox li input {
  width: auto !important;
}

.magisku-categories__block {
  padding-top: 30px;
}

.magisku-categories__row .bapf_sfilter {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  .magisku-categories__sidebar {
    grid-template-columns: 1fr 1fr;
  }
  .magisku-categories__block .products {
    grid-template-columns: 1fr 1fr;
  }
  .magisku-categories__top {
    flex-wrap: wrap;
  }
  .magisku__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .magisku-categories__sidebar {
    grid-template-columns: 1fr;
  }
  .magisku-categories__block .products {
    grid-template-columns: 1fr;
  }
  .magisku-categories {
    padding: 36px 0;
  }
  .magisku__title {
    font-size: 40px;
    gap: 15px;
    flex-direction: column;
  }
  .magisku-categories__top {
    flex-direction: column;
  }
  .magisku__title {
    width: 100%;
  }
  .magisku-woocommerce-ordering form {
    max-width: 100%;
  }
  .magisku-woocommerce-ordering {
    width: 100%;
  }
  .magisku-categories__top {
    margin-bottom: 15px;
  }
  .tax-product_cat .products .magisku-product__image {
    height: 300px !important;
  }
}

/* ---------------------------------------
		Not Found
--------------------------------------- */


.not-found {

}

.not-found h1 {

}

.not-found__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.not-found__title {
  text-align: center;
  color: var(--main-color);
}

.not-found__button {
  text-align: center;
  padding-top: 18px;
}

.not-found__button a {
  text-transform: uppercase;
}

.hide-widget {
  display: none;
}

/* ---------------------------------------
		Product Info
--------------------------------------- */

.product-info {
  padding: 44px 0 55px 0;
}

.product-info .container {
  max-width: 1100px;
}

.product-info__list {
  display: flex;
  flex-wrap: wrap;
}

.product-info__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 7px;
  flex: 1 1 15%;
}

.product-info__item-img {
  min-height: 45px;
}

.product-info__item-img img {
  max-width: 55px;
  object-fit: contain;
}

.product-info__item-title {
  font-family: var(--chonburi-font);
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 42px;
}

.product-info__item-text {
  max-width: 84%;
  margin: 0 auto;
}


.product-info__item-text p {

}

.product-info__item-text p a {
  color: var(--main-color);
  font-weight: 700;
  text-decoration: underline;
}

.product-info__item-text p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .product-info__item {
    flex: 1 1 25%;
  }
  .product-info__list {
    justify-content: center;
    gap: 15px;
  }
  .product-info__item-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .product-info__item {
    flex: 1 1 49%;
  }

  .product-info {
    padding: 36px 0;
  }
  .product-info__item-text {
    max-width: 100%;
  }
  .product-info__item-img {
    min-height: auto;
  }
}

/* ---------------------------------------
		Similar products
--------------------------------------- */

.similar-products {
  padding: 66px 0;
}

@media screen and (max-width: 768px) {
  .similar-products {
    padding: 36px 0;
  }
}

.post-type-archive .about-us {
  padding: 0;
}

/* ---------------------------------------
		My Product Single
--------------------------------------- */

.my-product-single {
  padding: 91px 0 27px 0;
}

.my-product-single .container {
  max-width: 900px;
}

.my-product-single .product {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 15px;
}

.my-product-single .woocommerce-notices-wrapper {
  grid-column: 2 span;
}

.my-product-single .summary {
  width: 100% !important;
  float: none !important;
}

.my-product-single  .product_title{
  font-size: 20px;
  color: #000000;
  font-family: var(--chonburi-font);
  line-height: 23px;
  margin-bottom: 17px;
}

.my-product-single .yith-wcwl-add-to-wishlist-button {
  max-width: 33px;
}

.my-product-images {
  overflow: hidden;
}

.my-product-images__image {
  height: 506px;
  border-radius: 10px 10px 0 0;
}

.my-product-images__image img {
  border-radius: 10px 10px 0 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.my-product-single .summary {
  margin-bottom: 0 !important;
  padding-left: 40px;
  padding-top: 34px;
}

.yith-wcwl-add-to-wishlist-button__label {
  font-size: 0;
}

.my-product-content {
  max-width: 90%;
  margin-bottom: 33px;
}

.my-product-content p {
  font-size: 14px;
  line-height: 18px;
}

.my-product-content ul {
  list-style: disc;
}

.my-product-content ol {
  list-style: decimal;
}

.my-product-content ul li {
  font-size: 14px;
  line-height: 18px;
}

.my-product-content ol li {
  font-size: 14px;
  line-height: 18px;
}

.my-product-single .yith-add-to-wishlist-button-block {
  margin-bottom: 17px;
}

.my-product-single .variations tr {
  display: flex;
  flex-direction: column;
}

.my-product-single .variations tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.my-product-single .variations .value select {
  border: 1px solid #FFD5C5 !important;
  border-radius: 100px !important;
  background-color: #FFF3EE !important;
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: #1B1B1B;

  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  padding-left: 15px;
  position: relative;
  height: 38px !important;
  max-width: 192px !important;
  min-width: auto !important;
  width: 100%;
}

.my-product-single .variations .label label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-left: 15px;
}

.my-product-single .quantity {
  display: none !important;
}

.my-product-single .summary .button {

}

.my-product-single .summary .button {
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  display: inline-block !important;
  text-align: center !important;
  padding: 8px 5px !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 100px;
  float: none !important;
  min-width: 117px !important;
}

.my-product-single .summary .button:hover {
  background: white !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}

.my-product-single .summary .button:focus {
  opacity: 0.8 !important;
}

.custom-wrapper-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.single_variation_wrap .price {
  color: var(--main-color) !important;
  font-size: 20px !important;
  line-height: 1;
  font-weight: 400;
}

.products-bottom-text {
  padding: 30px 0 0 0;
}

.products-bottom-text a {
  color: var(--main-color);
  text-decoration: underline;
}

.slick-dots {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.slick-dots li {

}

.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
  border: none;
}

.slick-dots .slick-active button {
  background-color: var(--main-color);
}

@media screen and (max-width: 1240px) {
  .my-product-single .summary {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .my-product-images__image {
    height: 350px;
  }
  .my-product-single .variations .value select {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .my-product-single {
    padding: 36px 0;
  }
  .my-product-images__image {

  }
  .my-product-single .product {
    grid-template-columns: 1fr;
  }
  .my-product-content {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------
		Decor Rental
--------------------------------------- */

.decor-rental {
  padding: 32px 0;
  position: relative;
}

.decor-rental .container {
  z-index: 5;
  position: relative;
  max-width: 936px;
}

.decor-rental__title {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 38px;
  color: var(--main-color);
}

.decor-rental__row {
  display: flex;
  gap: 15px;
}

.decor-rental__image {
  flex: 1 1 41%;
}

.decor-rental__block {
  flex: 1 1 17%;
  padding-top: 28px;
}

.decor-rental__block-title {
  margin-bottom: 64px;
}

.decor-rental__block-title h2 {
  font-family: var(--chonburi-font);
  color: var(--main-color);
  margin-bottom: 25px;
}

.decor-rental__block-title p {
  font-size: 14px;
  line-height: 18px;
}

.decor-rental__items {
  margin-bottom: 70px;
}

.decor-rental__items-title {
  font-family: var(--chonburi-font);
  color: var(--main-color);
  margin-bottom: 20px;
}

.decor-rental__items-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 10px;
}

.decor-rental__items-list h4 {
  background-color: #FFD5C5;
  color: #242814;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
  padding: 5px 5px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.decor-rental__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.decor-rental__links .button {
  padding: 8px 24px;
}

.decor-rental-gallery li {
  list-style: none;
}

decor-rental-gallery li img {
  border-radius: 22px;
}

.masonry-grid {
  display: flex;
  gap: 15px;
  margin: 86px 0;
}

.masonry-grid li {
  width: 33.333%;
  padding: 0 7.5px; /* Half of 15px on each side = 15px total between images */
  box-sizing: border-box;
  margin-bottom: 15px; /* For vertical spacing */
}

.masonry-grid li img {
  width: 100%;
  object-fit: cover;
}



@media screen and (max-width: 992px) {
  .decor-rental__items-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .decor-rental__block {
    padding-top: 0;
  }
  .decor-rental__items {
    margin-bottom: 15px;
  }
  .decor-rental__block-title h2 {
    margin-bottom: 15px;
  }
  .decor-rental__title {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .decor-rental__block-title {
    margin-bottom: 15px;
  }

  .masonry-grid li {

  }
  .masonry-grid {
    margin: 66px 0;
  }
}

@media screen and (max-width: 768px) {
  .decor-rental__items-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .decor-rental__row {
    flex-direction: column;
  }
  .decor-rental__title {
    font-size: 40px;
  }
  .masonry-grid li {
    width: 100%;
  }
  .masonry-grid {
    margin: 36px 0;
  }
}

/* ---------------------------------------
		Blog
--------------------------------------- */

.entry {

}

.entry .container {
  max-width: 850px;
}

.entry__content p:not(:last-child){
  margin-bottom: 1rem;
}

.entry__thumb {
  text-align: center;
  margin-bottom: 1rem;
}

.entry__content p {
  font-size: 16px;
  line-height: 18px;
}

.entry__content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.entry__content ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.entry__content ul li {
  font-size: 16px;
  line-height: 18px;
}

.entry__content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.entry__content ol li {
  font-size: 16px;
  line-height: 18p
}

.entry__content ol li:not(:last-child) {
  margin-bottom: 1rem;
}

.entry__title {
  text-align: center;
  margin-bottom: 1rem;
  font-family: var(--chonburi-font);
}


/* ---------------------------------------
		Contact
--------------------------------------- */

.contact .container {
  max-width: 1025px !important;
}

.popup-contacts {
  max-width: 787px;
  margin: 0 auto;
  position: relative;
}



.popup-contacts .container {
  max-width: 100% !important;
  padding: 0;
  background-color: white;
  border-radius: 19px;
}

.popup-contacts .footer__space {
  display: none;
}

.popup-contacts .footer__row {
  padding: 50px 60px 20px 60px;
}

.popup-contacts .mfp-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 15px;
  right: 12px;
  top: 12px;
  color: black;
}

.product-info-popup {
  position: relative;
  max-width: 787px;
  margin: 0 auto;
  padding: 0;
}

.product-info-popup .container {
  max-width: 100% !important;
  padding: 0;
  background-color: white;
  border-radius: 19px;
}

.product-info-popup .mfp-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 15px;
  right: 12px;
  top: 12px;
  color: black;
}

.product-info-popup .product-info__list {
  padding: 50px 60px 20px 60px;
}

.search-page-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 36px 0;
}

.search-page .page-title span {
  color: black;
}


@media screen and (min-width: 992px) {
  .contact .footer__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .popup-contacts .footer__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 992px) {
  .popup-contacts .footer__row {
    padding: 20px;
  }
  .product-info-popup .product-info__list {
    padding: 20px;
  }
  .search-page-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .search-page-row {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------
		Checkout
--------------------------------------- */

.wc-block-components-title.wc-block-components-title {
  font-family: var(--chonburi-font);
}
.wc-block-components-button {

}

.wc-block-components-button {
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;

  text-align: center;
  padding: 8px 15px !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 100px !important;
}

.wc-block-components-button:hover {
  background: white !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}

.wc-block-components-button:focus {
  opacity: 0.8 !important;
}


/* ---------------------------------------
		Account
--------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  color: var(--main-color);
  font-width: 700;
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation li a {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font);
  letter-spacing: 0.0em;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: var(--main-color);
}

.woocommerce-info {
  border-top-color: var(--main-color);
}

.woocommerce-info::before {
  color: var(--main-color);
}

.woocommerce-Button {

}

.woocommerce-page .button {
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;

  text-align: center;
  padding: 8px 15px !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 100px !important;
}

.woocommerce-page .button:hover {
  background: white !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}

.woocommerce-page .button:focus {
  opacity: 0.8 !important;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  padding: 10px 0;
  display: block;
  font-weight: 700;
  text-decoration: underline;
  color: var(--main-color);
}

.woocommerce-page h2 {
  font-family: var(--chonburi-font);
}

.woocommerce-form-login {
  max-width: 500px;
  margin: 2em auto !important;
}

.text-page__row {

}

.text-page__row p:not(:last-child) {
  margin-bottom: 1rem;
}

.text-page__row p {
  font-size: 16px;
  line-height: 18px;
}

.text-page__row li {
  font-size: 16px;
  line-height: 18px;
}

.text-page__row h2 {
  font-family: var(--chonburi-font);
}

.text-page__row ul {
  list-style: disc;
  padding-left: 20px;
}

.text-page__row ol {
  list-style: decimal;
  padding-left: 20px;
}

.text-page__row h1 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

.text-page__row h2 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

.text-page__row h3 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

.text-page__row h4 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

.text-page__row h5 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

.text-page__row h6 {
  font-family: var(--chonburi-font);
  margin-bottom: 1rem;
}

#enquiry-form {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;

}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  max-width: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  min-height: 10px !important;
  min-width: 10px !important;
  width: 10px !important;
  height: 10px !important;
}



