/*



 * Custom code goes here.



 * A template should always ship with an empty custom.css



 */



:root {

  --char: #0E2426;

  --terra: #D9542B;

  --terra-deep: #b24523;

  --terra-dark: #6d2a16;

  --cream: #F4FAFA;

  --ink: #0E2426;

  --ink-mute: #789698;

  --ink-soft: #3E5557;

  --line: #DBEAEA;

  --line-2: #EAF3F3;

  --gold: #F25C3B;

  --gold-soft: #fcdbd4;

  --terra-deep: #b24523;

  --cream: #F4FAFA;

  --cream-2: #E1F1F1;

  --leaf: #3E7A4E;

  --terra-deep: #b24523;

  --shadow-lg: 0 30px 70px rgba(40,20,10,.18);

  --sand: #CFE8E8;

  --r-lg: 20px;

  --mint: #E6F6EC;

  --green: #1F8A4C;

  --green-deep: #15663A;

  --green-dark: #0E3D24;

  --clay: #E8714A;

  --r: 12px;

  --r-lg: 20px;

  --r-xl: 30px;

  --maxw: 1280px;

  --range-track: #DBEAEA;

  --shadow: 0 2px 4px rgba(40,20,10,.05),0 12px 34px rgba(40,20,10,.09);

  --paper: #E1F1F1;

  --char-2: #3A271E;

  --mint-2: #D5EFDF;

  --lime-soft: #EAF8C9;

}

h1, h2, h3, h4 {

  font-family: 'Archivo',sans-serif;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.05;

}

img {



  max-width: 100%;



  height: auto;



}

.header_logo img{

  height: auto;

  width: auto;

  display: block;

  max-height: 76px;

}

.sh-contact {

  display: inline-flex;

  align-items: center;

}

.sh-call {

  display: inline-flex;

  align-items: center;

  gap: 13px;

  border: 1.5px solid var(--line);

  border-radius: 100px;

  padding: 8px 26px 8px 8px;

  background: #fff;

  box-shadow: 0 4px 14px rgba(14,36,38,.07);

  transition: box-shadow .15s,transform .15s,border-color .15s;

}

.sh-call:hover {

  border-color: var(--terra);

  box-shadow: 0 8px 20px rgba(14,36,38,.13);

  transform: translateY(-1px);

}

.sh-call .ic {

  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: var(--char);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  box-shadow: 0 4px 12px rgba(14,36,38,.22);

}

.sh-ctxt {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  line-height: 1.12;

  text-align: left;

}

.sh-call-top {

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--terra);

  align-self: stretch;

  text-align: justify;

  text-align-last: justify;

}

.sh-call b {

  display: block;

  font-family: Archivo,sans-serif;

  font-size: 30px;

  font-weight: 800;

  color: #1d3b5e;

  line-height: 1.14;

  letter-spacing: .01em;

  white-space: nowrap;

}

.sh-mail {

  display: block;

  font-size: 12.5px;

  font-weight: 600;

  color: var(--ink-mute);

  letter-spacing: .01em;

  white-space: nowrap;

  text-decoration: none;

}

.sh-call-top {

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--terra);

  align-self: stretch;

  text-align: justify;

  text-align-last: justify;

}

.logo-top > .row{

  max-width: 1280px;

  margin: 0 auto;

  padding: 20px 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

}

.sh-call .ic svg {

  width: 19px;

  height: 19px;

  color: #fff;

}

.header-nav .topnav {

  background: var(--cream);

  border-bottom: 1px solid var(--line);

}

.header-nav .topnav .inner {

  background: rgba(10,30,30,.045);

}

#megamenu a.dropdown-toggle:after {

  width: 6px;

  height: 6px;

  border-right: 2px solid currentColor;

  border-bottom: 2px solid currentColor;

  transform: rotate(45deg) translateY(-2px);

  opacity: .55;

  border-top: unset;

  border-left: unset;

}

#megamenu .megamenu {

  display: flex;

  flex-wrap: wrap;

  gap: 26px;

}

.header-top {

  background: var(--char);

  border-bottom: 3px solid var(--terra);

  position: sticky;

  top: 0;

  z-index: 120;

}

.header-top .ApRow {

  max-width: 1280px;

  margin: 0 auto;

  padding: 9px 0;

  display: flex;

  align-items: center;

  gap: 10px;

  position: relative;

}

.sh-nav-in {

  max-width: 1280px;

  margin: 0 auto;

  padding: 0;

  display: flex;

  align-items: center;

  gap: 10px;

  position: relative;

}

#custom-text {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 0;

  border-radius: 100px;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  white-space: nowrap;

  transition: background .15s,border-color .15s;

  line-height: 1.1;

  cursor: pointer;

  border: 0;

  font-family: inherit;

}

.header-top a.sh-pill {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 10px 18px;

  border-radius: 100px;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  white-space: nowrap;

  transition: background .15s,border-color .15s;

  line-height: 1.1;

  cursor: pointer;

  border: 0;

  font-family: inherit;

  border: 1.5px solid rgba(255,255,255,.3);

}

.header-top a.sh-pill:hover,

.header-top .ApBlockLink a:hover {

  border-color: rgba(255,255,255,.65);

  background: rgba(255,255,255,.07);

}

#_desktop_cart .cart-icon:hover i{

  border-color: rgba(255,255,255,.65);

}

.header-top .ApBlockLink a {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 10px 18px;

  border-radius: 100px;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  white-space: nowrap;

  transition: background .15s,border-color .15s;

  line-height: 1.1;

  cursor: pointer;

  border: 0;

  font-family: inherit;

  border: 1.5px solid rgba(255,255,255,.3);

}

.header-top .ApBlockLink ul {

  margin: 0;

}

.search-wrap {

  flex: 1;

  margin: 0;

}

.search-wrap #q {

  border-radius: 44px;

  border: unset;

  outline: unset;

}

.search-wrap .search-btn {

  width: 34px;

  height: 34px;

  border-radius: 50%;

  background: var(--char);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  border: 0;

  cursor: pointer;

  transition: background .15s;

  top: 2px;

}

.sh-menu {

  width: min(1160px,calc(100vw - 60px));

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  box-shadow: 0 30px 70px rgba(0,10,10,.25);

  overflow: hidden;

  opacity: 0;

  visibility: hidden;

  transform: translateY(8px);

  transition: opacity .18s,transform .18s,visibility .18s;

  z-index: 130;

  opacity: 1;

  visibility: visible;

  transform: none;

  min-width: 1160px;

}

.sh-mbody {

  display: grid;

  grid-template-columns: 1fr 290px;

  gap: 0;

}

.sh-ggrid {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  gap: 28px;

  padding: 22px 26px;

}

.sh-gcol h5, .sh-gcol .h5 {

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 15px;

  letter-spacing: .08em;

  text-transform: uppercase;

  color: var(--terra-deep);

  margin: 0 0 12px;

  display: flex;

  align-items: center;

  gap: 8px;

  cursor: context-menu;

}

.sh-gl {

  display: flex;

  align-items: center;

  gap: 11px;

  padding: 6px 8px 6px 6px;

  margin: 1px 0;

  border-radius: 11px;

  font-size: 14px;

  font-weight: 600;

  color: var(--ink-soft);

  transition: background .12s,color .12s;

}

.sh-gl .th {

  width: 42px;

  height: 42px;

  border-radius: 9px;

  overflow: hidden;

  flex-shrink: 0;

  background: #dfe4e8;

  border: 1px solid var(--line);

}

.sh-gl .th img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .3s;

}

.sh-gfeat {

  margin-top: 16px;

  border-radius: 12px;

  overflow: hidden;

  position: relative;

  display: block;

  aspect-ratio: 2.4/1;

}

.sh-gfeat img {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.sh-gfeat .gc {

  position: absolute;

  inset: 0;

  z-index: 2;

  padding: 14px 16px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.sh-gfeat .gc small {

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--gold);

}

.sh-help {

  background: var(--cream-2);

  border-left: 1px solid var(--line-2);

  padding: 22px 22px 24px;

  display: flex;

  flex-direction: column;

  white-space: normal;

}

.sh-gfeat .gc b {

  font-family: Archivo,sans-serif;

  font-size: 15px;

  color: #fff;

  margin-top: 2px;

}

.sh-gfeat:after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(90deg,rgba(14,36,38,.82),rgba(14,36,38,.12));

}

.sh-help h4, .sh-help .h4 {

  font-family: Archivo,sans-serif;

  font-size: 18px;

  color: var(--ink);

  margin-bottom: 8px;

}

.sh-help > p {

  font-size: 13px;

  color: var(--ink-soft);

  line-height: 1.55;

  margin-bottom: 16px;

  font-weight: normal;

}

.sh-help .benefits {

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-bottom: 18px;

  padding: 0;

}

.sh-help .benefits li {

  display: flex;

  align-items: center;

  gap: 9px;

  font-size: 13.5px;

  font-weight: 600;

  color: var(--ink);

  line-height: 1.4 !important;

  padding-left: 0 !important;

}

.sh-help .benefits li svg {

  width: 17px;

  height: 17px;

  color: #fff;

  background: var(--terra);

  border-radius: 50%;

  padding: 3px;

  flex-shrink: 0;

  margin-top: 1px;

}

.sh-help .allcat {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  background: #fff;

  color: var(--ink);

  border: 1.5px solid var(--line);

  font-weight: 700;

  font-size: 14px;

  padding: 11px 18px;

  border-radius: 100px;

  margin-bottom: 10px;

}

.sh-help .allcat svg {

  width: 14px;

  height: 14px;

}

.sh-help .tcta {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  background: var(--terra);

  color: #fff;

  font-weight: 700;

  font-size: 14px;

  padding: 12px 18px;

  border-radius: 100px;

}

.sh-help .tcta svg {

  width: 15px;

  height: 15px;

}

.sh-help .orcall {

  font-size: 12px;

  font-weight: 600;

  color: var(--ink-soft);

  text-align: left;

  margin: 40px 0 6px;

}

.sh-help .ph {

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 21px;

  color: var(--ink);

  display: flex;

  align-items: center;

  justify-content: left;

  gap: 9px;

}

.sh-help .ph .pho {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background: var(--terra);

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  flex-shrink: 0;

  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAADh0lEQVR4nO2ZS0hVURSGt70Mo5TK0rQig0ZChYM0aVBEkygIqSARUxKFXsNoLI4qjMJKqEnNKjIregyiaGAPQRMiegx6UBFUWlloD/ti4Tq4Mc+559TxtoX7D+/99z7/Pnuvtf69jjEppPD/AKwH2oF+oAsoMWMJwCSgiT/RA+SZsQAgE7iuwvuAHcBMoFV/u2xcB5AD3FfBr4GiYf+91/+qjasApgEdKvQhMH8ETrn+/xGYZ1wDkA7cUpEPgBkB3BZnjxjQoOJeAPkJuHLEPii/0rgEoFuFrQzJr1C+jMs1roDBOiHIijDmko5pMa4AeKqiCiOMydegF2w2LoChAC6POK5Gxz02LoDBoic4GXGcFErBTyBt9BSGBLAQ+AV8BqZGGLdVF9JuXAFDtqQuJH8y8Ny5NAxs8s47MCEEf6/yO4FxxhUA49WaCGoTcGcBn5S72rgGoEzFvQEyAnjNyms1LgJIA+6qyH0BsdGrnG3GVQBLge/AALDCh7PLumgtMK4CqLcCP8Nn5y4q517QMXThqtulQpt8OFlWcjgvycK4CGCJXnUFVQGF9J1ymp2o7iNBFqAiZUHLfDglVvA3GlcBHLJS8ogdFGCVtXsHjIsAJgI3VGSbX2AD6zTbCRqMiwCygWcq8ookAx/eRmsxjU7GDLAIeKsiT/tlKd0Z75gdczKbAYu1CAqO+71xjZleKzVn+Hi7KjWdA8ATMa5JWYgKWA58SRTYQLGVmtvtPpkYTatODcdZYHayFrMG+OYtJmBnCqyi2a1XY88RoHFXqTfNGstRS0dzS7IWs8FazImAmBEHcGHYWxfBe8SADuPO1WTiQXoJOcnaGe+YnQnIZuLNdmrcHJX7TIJ5q61YlGZgxagtwnpoqfXQqwnuMekR5s2zemfokZwTm/AAX+al5ttxdh8ZjCGvE9rjZ5XirjNeM+JVnA8Ecq0k0RnXvIkcwE19YL+fa/7LuafrvF/jmjOMNztsne0jcVy8gN06X1s8SsM/uMpqjkvVLv2HuYqtVL82XqXhk4BXwcWG7AemRJyjwEokB0dPbbhrs/QAflj3mtqQTcBs4JGOuybHNjmqg0UVAXes2JHGRp1fr5nBKu/Zm44oPelRh1b4Musto43zU/qhtVA/j4t7fuml26SZyKiQYyUfh7RxLl8B/CCpPNOMBWgwbwfOaXbrU/dbH8XSpJCCiRe/AQGfCXGn/vU8AAAAAElFTkSuQmCC');

  background-position: center;

  background-size: 21px;

  background-repeat: no-repeat;

}



.sh-help .ph .pho svg {

  width: 15px;

  height: 15px;

}

.sh-help .trust {

  border-top: 1px solid var(--line);

  padding-top: 14px;

  margin-top: auto;

  display: flex;

  flex-direction: column;

  gap: 9px;

}

.sh-help .trow {

  display: flex;

  align-items: center;

  gap: 9px;

  font-size: 12px;

  color: var(--ink-soft);

}

.sh-help .trow .tk {

  color: var(--leaf);

  flex-shrink: 0;

  display: flex;

}

.sh-help .trow .tk svg {

  width: 15px;

  height: 15px;

}

.sh-help .trow b {

  color: var(--ink);

}

.sh-help .gg {

  width: 15px;

  height: 15px;

  flex-shrink: 0;

  display: flex;

}

.sh-help .stars {

  color: var(--gold);

  font-size: 13px;

  letter-spacing: .5px;

}

.sh-help .benefits li:before{

  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWUlEQVR4nN1US07DQAwdgeAsjZ2u2h3cgRLPwA24BlsKHKPqaViixlM+WwTLln2QRwWlk0kySVjVkpVokjznvWdbqYOOZwOnbPCaNS4tAVuC712ynDElV/JOL/B1hsQa3qzGoimZ4NUSZtHAhTHHTPjYBmz9Qhoeilt11FqgD7j9TYJ5qyy9wfWOSZbM6g0VPQcWsATvQeOlW3ro/pmb8YQNnHvnplpAWrEj+OpylMq3OaXTfRa4qBSwGtfR4ARfuRmP3Y9l6cgSfngycbUA4fZfwLVjsA0x2Ox3A54JdZEiJItcy8+83IQY2PJLYl4ZqAN4WCLfZB9wFQteZ7IsrqZOiQZ37EGr2EFj6XVKp74f9U2AL083kxMVCtmKQyeZKblQTSFbcUCBO9UWsnKZ4L4zOME8al3/McmSmegZo3mrLHUhZsnikrazGnI37W7i3f1CuqXW0IOJH5sG2MXFd8vCAAAAAElFTkSuQmCC');

  content: '';

  display: block;

  width: 17px;

  height: 17px;

  background-size: 100%;

}

.sh-help .benefits li:after {

  display: none !important;

}

.leo-verticalmenu .title_block:hover{

  background: var(--terra-deep);

}

.leo-verticalmenu.active-menu .title_block:after,

.leo-verticalmenu .title_block:hover:after {

  transform: rotate(-135deg) translateY(2px);

  margin-top: 7px;

}

.sh-links {

  display: flex;

  gap: 26px;

  flex-wrap: nowrap;

  overflow: visible;

  margin: 0;

  padding: 10px;

}

.sh-drop {

  position: relative;

  display: inline-flex;

  align-items: center;

}

.sh-links a {

  font-size: 12px;

  font-weight: 800;

  letter-spacing: .08em;

  color: var(--ink);

  text-transform: uppercase;

  display: inline-flex;

  align-items: center;

  gap: 6px;

  white-space: nowrap;

}

.sh-links .chev {

  width: 6px;

  height: 6px;

  border-right: 2px solid currentColor;

  border-bottom: 2px solid currentColor;

  transform: rotate(45deg) translateY(-2px);

  opacity: .55;

}

.sh-dropm {

  position: absolute;

  top: 100%;

  left: -10px;

  padding-top: 9px;

  min-width: 214px;

  opacity: 0;

  visibility: hidden;

  transform: translateY(6px);

  transition: opacity .16s,transform .16s,visibility .16s;

  z-index: 140;

}

.sh-dropm-in {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 13px;

  box-shadow: 0 18px 44px rgba(0,10,10,.16);

  padding: 7px;

}

.sh-links a:hover {

  color: var(--terra-deep);

}

.sh-dropm a {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 12.5px;

  font-weight: 700;

  letter-spacing: .02em;

  text-transform: none;

  color: var(--ink);

  padding: 9px 13px;

  border-radius: 9px;

  white-space: nowrap;

}

.sh-dropm a:hover {

  background: rgba(10,30,30,.05);

  color: var(--terra-deep);

}

.sh-dropm a svg {

  width: 15px;

  height: 15px;

  flex-shrink: 0;

  color: var(--terra-deep);

  opacity: .9;

}

.sh-drop:hover .sh-dropm, .sh-drop.open .sh-dropm {

  opacity: 1;

  visibility: visible;

  transform: none;

}

#leo-verticalmenu > .box-content {

  display: none;

}

#leo-verticalmenu.active-menu > .box-content{

  display: block;

}

.hero-visual .ApImage{

  position: relative;

  z-index: 1;

  border-radius: 24px;

  box-shadow: var(--shadow-lg);

  aspect-ratio: 1.12/1;

  transform: rotate(2deg);

  max-height: 440px;

  max-width: 440px;

}

.hero-visual .ApImage img{

  width: 100%;

  height: 100% !important;

  object-fit: cover;

  border-radius: 24px;

}

.hero-visual .ApImage:after {

  content: '';

  position: absolute;

  inset: -6% -8% -6% 4%;

  background: var(--terra);

  border-radius: 46% 54% 58% 42%/52% 44% 56% 48%;

  z-index: -1;

}

.hero-visual.ApColumn {

  display: flex;

  justify-content: end;

  margin-right: 50px;

}

.tagline {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 12.6px;

  letter-spacing: .08em;

  text-transform: uppercase;

  padding: 8.4px 15.75px;

  border-radius: 7px;

  margin-bottom: 27px;

}

.hero h1 {

  font-size: clamp(40px,4.94vw,63px);

  font-weight: 900;

  line-height: .96;

  letter-spacing: -.03em;

  color: var(--char);

  font-family: 'Archivo',sans-serif;

  font-size: 52px;

  line-height: 1.05;

}

.hero p.lead {

  font-size: 19px;

  color: var(--ink-soft);

  margin: 19px 0 25px;

  max-width: 525px;

}

.hero-cta {

  display: flex;

  gap: 13px;

  flex-wrap: wrap;

  align-items: center;

}

.hero-cta .btn {

  font-size: 15.75px;

  padding: 14.7px 25.2px;

}

.hero-cta .btn svg {

  width: 17px;

  height: 17px;

}

.slide-home .btn {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 14px 24px;

  border-radius: 100px;

  font-weight: 700;

  font-size: 15px;

  transition: transform .14s,box-shadow .14s,background .14s;

  line-height: 1;

  border-radius: 100px !important;

}

.slide-home .btn-primary {

  background: var(--terra);

  color: #fff;

  box-shadow: 0 8px 20px rgba(217,84,43,.3);

}

.slide-home .btn-lg {

  padding: 17px 30px;

  font-size: 16px;

}

.slide-home .btn-primary:hover {

  background: var(--terra-deep);

  transform: translateY(-2px);

  box-shadow: 0 14px 30px rgba(217,84,43,.38);

}

.slide-home.ApRow {

  position: relative;

  padding: 44px 0 51px;

  overflow: hidden;

}

.box-manufacturers {

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  background: var(--cream-2);

  overflow: hidden;

}

.logos-marquee {

  display: flex;

  align-items: stretch;

}

.logos-label {

  flex: none;

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 2px;

  padding: 16px clamp(20px,3vw,34px) 16px clamp(18px,4vw,40px);

  background: var(--cream-2);

  position: relative;

  z-index: 2;

  line-height: 1.12;

}

.logos-label b {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 13px;

  letter-spacing: .07em;

  text-transform: uppercase;

  color: var(--terra);

}

.logos-label span {

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 11.5px;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--ink-mute);

}

.logos-label::after {

  content: "";

  position: absolute;

  right: -34px;

  top: 0;

  bottom: 0;

  width: 34px;

  background: linear-gradient(90deg,var(--cream-2),rgba(225,241,241,0));

  z-index: 2;

  pointer-events: none;

}

.logos-vp {

  flex: 1;

  min-width: 0;

  overflow: hidden;

  position: relative;

  -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);

  mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);

}

.logos-track {

  display: flex;

  align-items: center;

  gap: clamp(36px,4.5vw,64px);

  width: max-content;

  padding: 17px 0;

  animation: logos-scroll 42s linear infinite;

  will-change: transform;

}

@media (prefers-reduced-motion: reduce) {

  .logos-track {

    animation: none;

  }

}

.logos-track span {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 20px;

  letter-spacing: -.01em;

  color: #b29f8e;

  white-space: nowrap;

}

.home-category .title_block {

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  font-size: clamp(26px,3.2vw,42px) !important;

  font-family: 'Archivo',sans-serif;

  margin-bottom: 0;

}

.serif {

  font-family: inherit;

  font-weight: inherit;

  font-style: normal;

  letter-spacing: inherit;

}

.title_block .serif {

  color: var(--terra);

}

.home-category-1 .title_block .serif {

  color: var(--terra);

  text-decoration: underline;

    text-decoration-thickness: auto;

  text-decoration-thickness: 3px;

  text-underline-offset: 5px;

}

.rail-intro {

  max-width: none;

  margin: 0 0 32px;

}

.rail-intro p {

  font-size: 16px;

  line-height: 1.75;

  color: var(--ink-mute);

  margin: 0;

  text-align: justify;

}

.rail-intro .more-text {

  display: none;

}

.home-category .read-more {

  margin-left: 6px;

  background: none;

  border: 0;

  padding: 0;

  color: var(--terra);

  font-weight: 800;

  font-size: 14.5px;

  cursor: pointer;

  display: inline;

  font-family: inherit;

  white-space: nowrap;

}

.home-container-category{

  padding: 50px 0;

}

.rail-head{

  flex-direction: row !important;

  align-items: flex-end !important;

  text-align: left !important;

  justify-content: space-between !important;

  gap: 24px !important;

  display: flex;

  margin-bottom: 18px;

}

.rail-head .btn {

  padding: 8px 9px 8px 20px;

  gap: 10px;

  font-weight: 700;

  display: inline-flex;

  flex-wrap: wrap;

  align-items: center;

}

.rail-head .btn .arr {

  width: 26px;

  height: 26px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition: background .14s,color .14s;

}

.rail-head .btn-ghost .arr {

  background: var(--terra);

}

.rail-head .btn .arr svg {

  width: 14px !important;

  height: 14px !important;

  stroke-width: 3;

}

.rail-head .btn-ghost .arr svg {

  color: #fff !important;

}

.btn-ghost {

  background: transparent;

  color: var(--char);

  border: 2px solid var(--char);

  border-radius: 100px;

}

.btn-ghost:hover {

  background: var(--char);

  color: #fff;

  transform: translateY(-2px);

}

.rail-head .btn-ghost:hover .arr {

  background: #fff;

}

.rail-head .btn-ghost:hover .arr svg {

  color: var(--terra) !important;

}

.pcol-f {

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-between;

  gap: 8px;

  flex-wrap: nowrap;

  padding-top: 13px;

  border-top: none;

  padding-bottom: 5px;

}

.pcol-price {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 2px;

}

.pf-lab {

  font-family: 'Archivo';

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--ink-mute);

  white-space: nowrap;

}

.pcol-f .price {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 15px;

  color: var(--terra);

  line-height: 1;

  white-space: nowrap;

}

.pcol-f .price em {

  font-style: normal;

  color: var(--terra);

  font-size: inherit;

  margin-left: 1px;

}

.pcol-f .btn-dark {

  background: var(--char);

  padding: 6px 6px 6px 16px;

  gap: 8px;

  transition: background .14s,transform .14s,box-shadow .14s;

}

.pcol-f .btn {

  white-space: nowrap;

  width: auto;

  justify-content: center;

  padding: 5px 5px 5px 12px;

  font-size: 10.5px;

  gap: 7px;

  flex-shrink: 0;

  display: inline-flex;

  align-items: center;

  font-weight: 800;

  font-family: 'Archivo';

  line-height: 1;

  border-radius: 50px;

  color: #fff;

  letter-spacing: .01em;

}

.pcol-f .btn-dark .arr {

  width: 24px;

  height: 24px;

  border-radius: 50%;

  background: var(--terra);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition: background .14s,color .14s;

}

.pcol-f .btn-dark .arr svg {

  width: 13px !important;

  height: 13px !important;

  color: #fff;

  stroke-width: 3;

}

.thumbnail-container:hover .pcol-f .btn-dark {

  background: var(--terra);

  transform: translateY(-1px);

  box-shadow: 0 7px 15px rgba(217,84,43,.3);

  background: var(--terra);

}

.thumbnail-container:hover .pcol-f .btn-dark .arr {

  background: #fff;

}

.thumbnail-container:hover .pcol-f .btn-dark .arr svg {

  color: var(--terra) !important;

}

.bento {

  display: grid;

  grid-template-columns: 1.3fr 1fr 1fr;

  grid-auto-rows: 188px;

  gap: 14px;

  grid-template-areas:

"big     glass  bamboo" 

"big     cold   cold  " 

"ceramic enamel enamel";

}

.bento .bt {

  position: relative;

  border-radius: 18px;

  overflow: hidden;

  display: block;

  text-decoration: none;

  color: #fff;

  border: 1px solid var(--line);

}

.bento .bt-big {

  grid-area: big;

}

.bento .bt img {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .5s;

}

.bento .image_description {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 2;

  padding: 18px 20px;

  text-align: right;

}

.bento .bt-big .image_description {

  padding: 26px 28px;;

}



.bento .bt h3 {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 18px;

  color: #fff;

  margin: 0 0 5px;

    margin-bottom: 5px;

}

.bento .bt .shop {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  font-size: 10px;

  font-weight: 800;

  color: var(--char);

  background: #fff;

  border: 1.5px solid var(--char);

  padding: 4px 4px 4px 13px;

  border-radius: 100px;

  text-transform: uppercase;

  letter-spacing: .04em;

  box-shadow: 0 4px 13px rgba(0,0,0,.22);

  transition: background .15s,color .15s,border-color .15s;

}

.bento .bt .shop .arr {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: var(--terra);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition: background .15s;

}

.bento .bt .shop .arr svg {

  width: 11px;

  height: 11px;

  color: #fff !important;

  stroke-width: 3;

}

.bento .bt-big h3 {

  font-size: 27px;

  margin-bottom: 8px;

}

.bento .bt-big .shop {

  margin-top: 2px;

}

.bento .bt:hover .shop {

  background: var(--char);

  color: #fff;

  border-color: var(--char);

}

.bento .bt:hover .shop .arr {

  background: #fff;

}

.bento .bt:hover .shop .arr svg {

  color: var(--terra) !important;

}

.bt-cold {

  grid-area: cold;

}

.bt-enamel {

  grid-area: enamel;

}

.bt-ceramic {

  grid-area: ceramic;

}

.bento .bt::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(180deg,rgba(35,21,14,0) 28%,rgba(35,21,14,.85) 100%);

}

.bento .bt img {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100% !important;

  object-fit: cover;

  transition: transform .5s;

}

.bento .bt:hover img {

  transform: scale(1.06);

}

.pband-container .ApRow {

/*  display: grid;

  grid-template-columns: 1fr 1fr;*/

  background: var(--char);

  border-radius: 24px;

  overflow: hidden;

  color: #fff;

  margin-left: 4px;

  margin-right: 4px;

}

.pband-container .ApColumn{

  padding: 0;

}

.pband-container .pband-img {

  position: relative;

  min-height: 460px;

}

.pband-img img{

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100% !important;

  object-fit: cover;

}

.pband-desc-column h2 {

  color: #fff;

  margin: 8px 0 16px;

  font-size: clamp(22px,2.4vw,30px) !important;

  font-weight: 900;

  letter-spacing: -.025em;

  font-family: 'Archivo',sans-serif;

  line-height: 1.02;

}

.pband-desc-column p {

  color: #e7d3c4;

  font-size: 16px;

  line-height: 1.62;

  margin-bottom: 22px;

  max-width: 520px;

}

.pband-copy p a{

  color: #e7d3c4;

}

.heading-default p a{

  color: var(--terra-deep);

  font-weight: 700;

  text-decoration: underline;

  text-underline-offset: 3px;

}

.pband-checks {

  display: flex;

  flex-direction: column;

  gap: 11px;

  margin-bottom: 28px;

}

.pband-checks span {

  display: inline-flex;

  align-items: center;

  gap: 11px;

  font-weight: 600;

  font-size: 15px;

  color: #fff;

}

.pband-checks svg {

  width: 18px;

  height: 18px;

  color: var(--gold);

  flex-shrink: 0;

}

.pband-cta {

  display: flex;

  align-items: center;

  gap: 16px;

  flex-wrap: wrap;

}

.pband-container .btn-lg {

  padding: 14px 30px;

  font-size: 16px;

}

.pband-container .ApColumn.pband-desc-column {

  padding: 46px 48px;

  display: flex;

  flex-direction: column;

}

.pband-container .btn-primary {

  background: var(--terra);

  color: #fff;

  box-shadow: 0 8px 20px rgba(217,84,43,.3);

  display: inline-flex;

  align-items: center;

  gap: 9px;

  border-radius: 50px;

  text-transform: none;

}

.pband-container .btn svg {

  width: 17px;

  height: 17px;

}

.btn-primary:hover {

  background: var(--terra-deep);

  transform: translateY(-2px);

  box-shadow: 0 14px 30px rgba(217,84,43,.38);

}

.pband-container{

  padding-top: 60px;

  padding-bottom: 50px;

}

.home-container-categories {

  padding-top: 50px;

}

.split {

  grid-template-columns: 1fr 1fr;

  gap: 56px;

  align-items: center;

  margin: 0 auto !important;

  padding: 50px 0px;

  display: flex;

  flex-wrap: wrap;

}

.split-img-column {

  position: relative;

  border-radius: 24px;

  overflow: hidden;

  aspect-ratio: 5/5.6;

  box-shadow: var(--shadow-lg);

  padding: 0;

}

.split-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.split .title_block {

  font-size: clamp(22px,2.4vw,30px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  font-family: 'Archivo',sans-serif;

}

.split-desc-column {

  flex: 1;

}

.benefit {

  display: flex;

  gap: 16px;

  padding: 20px 0;

  border-top: 1px solid var(--line);

}

.benefit:first-of-type {

  border-top: 0;

}

.benefit .bn {

  width: 46px;

  height: 46px;

  border-radius: 12px;

  background: var(--cream-2);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 18px;

  color: var(--terra-deep);

}

.benefit h3 {

  font-family: 'Archivo';

  font-size: 19px;

  color: var(--char);

  margin-bottom: 5px;

}

.benefit p {

  font-size: 14.5px;

  color: var(--ink-soft);

  margin: 0;

}

.split-img-column img {

  width: 100%;

  height: 100% !important;

  object-fit: cover;

}

.split-img-column .ApImage {

  height: 100%;

}

.review-row .block_content p{

  font-size: 16px;

}

#index .ap-accordion .panel-default .panel-title {

  padding: 0;

}

.cta-combined{

  padding: 50px 0;

  text-align: center;

}

.cta-combined .ApRawHtml .title_block {

  font-family: 'Archivo',sans-serif;

  font-weight: 800;

  letter-spacing: -.02em;

  font-size: clamp(26px,3.5vw,46px);

  color: #fff;

  max-width: none;

  margin: 0 auto;

  line-height: 1.05;

  padding: 0;

}

.cta-combined .sub-title-widget {

  color: #cbb8a8;

  font-size: 17px;

  margin: 16px auto 30px;

  max-width: none;

}

.ctc-btns {

  display: flex;

  gap: 14px;

  justify-content: center;

  flex-wrap: wrap;

  margin-bottom: 40px;

}

.ctc-btns .btn svg {

  width: 17px;

  height: 17px;

}

.cta-call {

  display: inline-flex;

  align-items: center;

  gap: 13px;

  text-decoration: none;

}

.cta-call .ph {

  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: var(--terra);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  box-shadow: 0 8px 20px rgba(217,84,43,.3);

  transition: background .15s;

}

.cta-call .ct {

  display: flex;

  flex-direction: column;

  line-height: 1.15;

  text-align: left;

}

.cta-call .ph svg {

  width: 21px;

  height: 21px;

}

.ctc-btns a {

  border-radius: 100px;

}

.cta-call .ct small {

  font-size: 13px;

  font-weight: 600;

  color: #cbb8a8;

}

.cta-call .ct b {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 23px;

  color: #fff;

  letter-spacing: -.01em;

}

.ApLink.ctc-chips {

  display: flex;

  flex-wrap: nowrap;

  gap: 8px;

  justify-content: center;

  align-items: center;

  border-top: 1px solid rgba(255,255,255,.12);

  padding-top: 28px;

  max-width: none;

  margin: 0 auto;

  overflow-x: auto;

}

.ApLink.ctc-chips h4{

  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 7px;

  font-family: 'Archivo';

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--gold);

  flex-shrink: 0;

  margin: 0;

  padding: 0;

  margin-right: 10px;

}

.ApLink.ctc-chips h4:before {

  content: '';

  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEYElEQVR4nO1ZW4scRRSugHlRYzTiJU/GCybiDRySmT6nJ6Nisrt9qidGEW8gEUR98dmYiybijxBB8UEwAUGzBvXFN4mIq6AP+mASDRhC3LDTVT0xVx053buzZya73Z3unt0Nzgf1MlPzVZ06t69qlBpiiCFKQehXbzHaedFq+NASfm8IJg3huXjAJH/G3xkftoVbnZvVUoElqFuCcaPhgtXYyTKm5x6wvouLtvGA3DusxoNZNz3vIBhv+fXbF3bzvvusJbS9p4r/Wg0TlnB3SPiwacLaE5s2XcPDamcdf8bf8Zx4bo8hJtTw9IJs3mrc1b9xQ7jPjLl3Z+XguYZgvzRk+gB2LujmLeFvgXbW5+ULqLbBajzc640BGRGFjTx5wq+DzbVVhXk311Yxl/RE6eEUJayIeV6wU6ksL4u/U6ksl0ZwTrS2VNeUGToHe8KmhJPvh3l8/Y194XSgvDov3Fsk5tNgPLfak9ieA4VJuU6L0NmnBgxDsF+s91kJ8iDusFG5zFAqTz7VuJYriSX4wWpoT48JS7CDv8tUYnXsBaPxvB11b8ptQKxtuuVtIm2+9ar3WIJjCZ33D25qqTwaJoQXXshtQCTMZpN3d9LcU6MbrrMER9PlAxyZbMKKlHXfFOt+kN+ASEHGRCwFkufCDrGoZe9xCHZVaq/02J7EFXrwiJj7XW4DIhk848qU+DeEP84a4L58iYEaXs0ajqYJa0UInSxgAJ6bIUpLQEP4d3eDcyQe3wGEh06nFwKckd5ncxsQV5CYiFVl4lzC09kNgDCJa7IJK2Q4FjHgyAwRy4nMIaTxlSIhFIzCnYLrcH4DCA91iTxnY8rcN3qS2IdtfJI8Lklicl9P4gr57tDNAfgmtwFG43vi1N5KLaPCY0XKqCHcIwx4N7cBVsOT4lQPpc931lnC3+fdfNQnMjQygm9nPY9P5DagtaVxvZQSoe8+kPab6ArJ4cQ9hCCMR9RPtqcVAgavMSsl4MLUY5WVqjRxpfHjQmSLsV6b8MHuiRBcZHmtBgTrORsN4T9dj4/V7i+F2BB8KuL4GIeWKhkBuTdIIWgIPymNvD1SX200/CWM+KLsK6XV8KWUD22vcasqE0bjWN97zkcdpZYV5e0otYwVp7z1GYKmGgQM4V5ZFg3hO4U5Nbzdx7lXDQrRaWl4Xy4YePBaXj6r4aW+XlGKVxPRaTSu4hwQnfKiJdx6uTxGo9/3IPxVmXmViOO6crXUSSy7A3JGsv7e+FiTStdo/Llww7pc8E2L34ikgOOnwtTfkXOf1TAltVF7pL5aLQZY9hoNJ4QRp0If751v/pTn3GY0/inLZeDX7lKLCe6W8kQN4fG53vujuzHhr9JjLV1/SC0FRP8HaDgjLyGyEfFtzGj8RV4TQ995VC0lcPOJHqJEYvItLgozgp/E5+cH1qiKgrV70n9lXHJDcp5RSxkBwfNzGcEnH2h8Tl0JMJ5btQSfW4JWlOAE44N81R5iiP8z/gO756wqPjCADAAAAABJRU5ErkJggg==');

  width: 20px;

  height: 20px;

  display: block;

  background-size: 100%;

}

.ApLink.ctc-chips ul{

  display: inline-flex;

  gap: 10px;

  margin: 0;

}

.ctc-chips a {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  flex-shrink: 0;

  white-space: nowrap;

  background: rgba(255,255,255,.06);

  border: 1px solid rgba(255,255,255,.22);

  border-radius: 100px;

  padding: 8px 16px;

  font-size: 13.5px;

  font-weight: 700;

  color: #fff;

  white-space: nowrap;

  flex-shrink: 0;

  transition: background .15s,border-color .15s;

}

.ctc-chips a:hover {

  background: rgba(255,255,255,.14);

  border-color: #fff;

}

.homepage-footer h4.title_block {

  margin: 0;

  font-family: 'Archivo';

  font-size: 23px;

  color: var(--char);

  margin-bottom: 12px;

}

.homepage-footer .sub-title-widget {



}

.news-form {

  display: flex;

  gap: 8px;

  margin-bottom: 16px;

  max-width: 380px;

}

.news-form input {

  flex: 1;

  min-width: 0;

  border: 1.5px solid var(--line);

  border-radius: 100px;

  padding: 0 18px;

  height: 46px;

  font-family: inherit;

  font-size: 14.5px;

  color: var(--ink);

  background: #fff;

  outline: none;

  transition: border-color .15s;

}

.news-form .btn {

  flex-shrink: 0;

  white-space: nowrap;

}

.connect-soc {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 13px;

  font-weight: 700;

  color: var(--ink-mute);

}

.connect-soc a {

  width: 34px;

  height: 34px;

  border-radius: 50%;

  border: 1px solid var(--line);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--char);

  transition: .15s;

}

.connect-soc svg {

  width: 15px;

  height: 15px;

}

.connect-soc a:hover {

  background: var(--char);

  color: #fff;

}

.connect-line {

  display: flex;

  gap: 18px;

  align-items: center;

  margin-bottom: 20px;

}

.connect-line .ci svg {

  width: 19px;

  height: 19px;

}

.connect-line .ci {

  width: 40px;

  height: 40px;

  border-radius: 10px;

  background: var(--terra);

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 13.5px;

  flex-shrink: 0;

}

.connect-line > div {

  min-width: 0;

}

.connect-line b {

  display: block;

  font-family: 'Archivo';

  font-size: 15px;

  color: var(--char);

  margin: 2px 0;

}

.connect-map-col .ApRawHtml {

  border-radius: 16px;

  overflow: hidden;

  border: 1px solid var(--line);

  box-shadow: var(--shadow);

  height: 320px;

}

.connect-map-col iframe {

  width: 100%;

  height: 100%;

  border: 0;

  display: block;

}

input::-webkit-input-placeholder {

    color: var(--ink) !important;\

    opacity: .6;

}



input::-moz-placeholder {

    color: var(--ink) !important;

    opacity: .6;

}



input:-ms-input-placeholder {

    color: var(--ink) !important;

    opacity: .6;

}



input::placeholder {

    color: var(--ink) !important;

    opacity: .6;

}

.news-form input:focus {

  border-color: var(--terra);

}

.foot-soc {

  display: flex;

  gap: 10px;

}

.foot-soc a {

  width: 38px;

  height: 38px;

  border-radius: 10px;

  background: rgba(255,255,255,.08);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: .15s;

}

.foot-soc svg {

  width: 17px;

  height: 17px;

  color: #fff;

}

.foot-soc a:hover {

  background: var(--terra);

}

.footer-top .ApRow {

  display: grid;

  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;

  gap: 32px;

  padding-bottom: 0;

}

.footer-top .ApRow .ApColumn {

  width: unset;

}

.foot-contact {

  margin-top: 16px;

  list-style: none;

  padding: 0;

}

.foot-contact li {

  list-style: none;

  display: flex;

  gap: 9px;

  font-size: 13px;

  padding: 3px 0;

  align-items: flex-start;

  color: #cbb8a8;

}

.foot-contact svg {

  width: 14px;

  height: 14px;

  color: var(--gold);

  flex-shrink: 0;

  margin-top: 3px;

}

.foot-contact a {

  color: #cbb8a8;

  word-break: break-word;

}

.footer-logo img {

  margin-bottom: 20px;

}

.f-areas b {

  color: #cbb8a8;

}

.f-areas a {

  color: #cbb8a8;

  text-decoration: underline;

    text-decoration-color: currentcolor;

  text-underline-offset: 2px;

  text-decoration-color: rgba(203,184,168,.4);

}

.copyright-left a {

  color: inherit;

  text-decoration: underline;

    text-decoration-color: currentcolor;

  text-underline-offset: 2px;

  text-decoration-color: rgba(203,184,168,.45);

}

.copyright-right .badges {

  display: flex;

  gap: 16px;

}

.copyright-right .badges span {

  display: inline-flex;

  align-items: center;

  gap: 7px;

}

.copyright-right .badges svg {

  width: 15px;

  height: 15px;

  color: var(--gold);

}

.footer-bottom .ApColumn {

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 18px;

  padding-top: 24px;

  font-size: 13px;

  flex-wrap: wrap;

}

#footer {

  background: var(--char);

  color: #cbb8a8;

  padding: 64px 0 30px;

  margin: 0;

}

#header {

  border-bottom: none !important;

}

.breadcrumb-row {

  /*border-top: 3px solid var(--terra);*/

  background: radial-gradient(620px 220px at 88% 0%,rgba(217,84,43,.09),transparent 70%),linear-gradient(180deg,var(--cream-2),var(--cream));

  border-bottom: 1px solid var(--line);

}

.card-top-header-title {

  text-align: center;

}

.card-top-header-title h1 {

  font-size: clamp(30px,2.9vw,42px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.028em;

}

.card-top-header-title h1 .serif {

  color: var(--terra);

  font-size: 1.04em;

}

.card-top-header-title h2, .card-top-header-title p{

  font-size: 18px;

  color: var(--ink-soft);

  margin: 14px auto 0;

  font-family: 'Hanken Grotesk',system-ui,sans-serif;

  font-weight: 400;

}

.header-category-content {

  padding: 26px 0 34px;

  border-bottom: 1px solid var(--line);

}

.tstrip {

  background: #fff;

  border-bottom: 1px solid var(--line);

}

.tstrip-in {

  max-width: var(--maxw);

  margin: 0 auto;

  padding: 16px 30px;

  display: grid;

  grid-template-columns: repeat(5,1fr);

  gap: 22px;

}

.tstrip .ti {

  display: flex;

  align-items: center;

  gap: 11px;

}

.tstrip .ti span {

  display: block;

  font-size: 11px;

  color: var(--ink-mute);

  margin-top: 2px;

  line-height: 1.25;

}

.tstrip .ti .ic {

  width: 36px;

  height: 36px;

  border-radius: 100px;

  background: var(--gold-soft);

  color: var(--terra-deep);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.tstrip .ti .ic svg {

  width: 16px;

  height: 16px;

}

.tstrip .ti b {

  display: block;

  font-family: 'Archivo';

  font-size: 12.5px;

  font-weight: 800;

  color: var(--char);

  line-height: 1.2;

}

.tstrip .ti span {

  display: block;

  font-size: 11px;

  color: var(--ink-mute);

  margin-top: 2px;

  line-height: 1.25;

}

#js-product-list-top .pagination-page-left {

  order: 2;

}

#js-product-list-top .pagination-page-right{

  order: 1;

  flex: 1;

}

.cta {

  padding: 20px 0 90px;

}

.cta-card {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 30px;

  padding: 60px;

  color: var(--char);

  position: relative;

  overflow: hidden;

  text-align: center;

  box-shadow: var(--shadow-lg);

}

.cta-card:before {

  content: "";

  position: absolute;

  width: 340px;

  height: 340px;

  border-radius: 50%;

  border: 2px solid var(--cream-2);

  right: -115px;

  top: -115px;

}

.cta-card:after {

  content: "";

  position: absolute;

  width: 225px;

  height: 225px;

  border-radius: 50%;

  border: 2px solid var(--cream-2);

  left: -85px;

  bottom: -85px;

}

.cta-card p {

  font-size: 19px;

  color: var(--ink-soft);

  margin: 18px auto 30px;

  position: relative;

  max-width: none;

  text-align: center;

}

.cta-actions {

  display: flex;

  gap: 13px;

  flex-wrap: wrap;

  justify-content: center;

  position: relative;

}

.btn-lg {

  padding: 17px 30px;

  font-size: 16px;

}

.btn svg {

  width: 17px;

  height: 17px;

}

.cta-call .ct small {

  font-size: 13px;

  color: #cbb8a8;

  font-weight: 600;

}

.cta-call .ct b {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 23px;

  color: #fff;

  letter-spacing: -.01em;

}

.cta-foot {

  margin-top: 24px;

  display: flex;

  gap: 24px;

  justify-content: center;

  flex-wrap: wrap;

  position: relative;

  font-size: 13.5px;

  font-weight: 600;

  color: var(--ink-soft);

}

.cta-foot span {

  display: inline-flex;

  align-items: center;

  gap: 7px;

}

.cta-foot svg {

  width: 16px;

  height: 16px;

  color: var(--terra);

}

#footercategory-quote .bottom-info-category-title {

  margin-bottom: 0;

}

.card-top-header-title h1 span{

  color: var(--terra);

}



/* menu mobile */

.sh-mobile {

  position: fixed;

  inset: 0;

  z-index: 300;

  overflow: hidden;

  background: rgba(8,20,20,.5);

  opacity: 0;

  visibility: hidden;

  transition: opacity .2s,visibility .2s;

}

.sh-mobile.on {

  opacity: 1;

  visibility: visible;

}

.sh-msheet {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: min(89vw,388px);

  background: #fff;

  transform: translateX(-100%);

  transition: transform .26s cubic-bezier(.4,0,.2,1);

  display: flex;

  flex-direction: column;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

}

.sh-mobile.on .sh-msheet {

  transform: none;

}

.sh-mtop {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 14px;

  padding: 15px 18px;

  border-bottom: 1px solid var(--line);

  position: sticky;

  top: 0;

  background: #fff;

  z-index: 2;

}

.sh-mtop .sh-mlogo img {

  height: 46px;

  width: auto;

  display: block;

}

.sh-mclose {

  width: 40px;

  height: 40px;

  border-radius: 10px;

  border: 1px solid var(--line);

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  color: var(--ink);

  flex-shrink: 0;

}

.sh-mclose svg {

  width: 19px;

  height: 19px;

}

.sh-msearch {

  padding: 14px 18px;

  border-bottom: 1px solid var(--line-2);

}

.sh-msearch form {

  display: flex;

  align-items: center;

  background: var(--cream-2);

  border-radius: 100px;

  padding: 4px 4px 4px 16px;

}

.sh-msearch input {

  border: 0;

  outline: 0;

  flex: 1;

  font: inherit;

    font-size: inherit;

  font-size: 15px;

  color: var(--ink);

  background: none;

  min-width: 30px;

}

.sh-msearch input::placeholder {

    color: #999;

    font-size: 14px;

    font-style: italic;

    opacity: 1; /* Đảm bảo màu hiển thị đầy đủ trên Firefox */

}

.sh-msearch button {

  width: 38px;

  height: 38px;

  border-radius: 50%;

  background: var(--char);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  border: 0;

  cursor: pointer;

}

.sh-msearch button svg {

  width: 16px;

  height: 16px;

  color: #fff;

}

.sh-msec-lbl {

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 11px;

  letter-spacing: .13em;

  text-transform: uppercase;

  color: var(--ink-mute);

  padding: 16px 18px 6px;

}

.sh-acc {

  border-bottom: 1px solid var(--line-2);

}

.sh-acc > button {

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  background: none;

  border: 0;

  padding: 13px 18px;

  font: inherit;

    font-weight: inherit;

    font-size: inherit;

  font-weight: 800;

  font-size: 15px;

  color: var(--char);

  cursor: pointer;

  text-align: left;

}

.sh-acc .ac-chev {

  width: 8px;

  height: 8px;

  border-right: 2px solid var(--ink-mute);

  border-bottom: 2px solid var(--ink-mute);

  transform: rotate(45deg);

  transition: transform .2s;

  flex-shrink: 0;

  margin-right: 3px;

}

.sh-acc-body {

  display: none;

  padding: 0 18px 12px;

}

.sh-acc.open .sh-acc-body {

  display: block;

}

.sh-acc.open .ac-chev {

  transform: rotate(-135deg);

}

.sh-acc-body a {

  display: block;

  padding: 9px 0 9px 14px;

  font-size: 14px;

  color: var(--ink-soft);

  font-weight: 600;

  border-left: 2px solid var(--line-2);

}

.sh-msec-lbl {

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 11px;

  letter-spacing: .13em;

  text-transform: uppercase;

  color: var(--ink-mute);

  padding: 16px 18px 6px;

}

.sh-mlink {

  display: block;

  padding: 13px 18px;

  font-weight: 800;

  font-size: 15px;

  color: var(--char);

  border-bottom: 1px solid var(--line-2);

}

.sh-mcta {

  padding: 18px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-top: auto;

}

.sh-mcta .b {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  border-radius: 100px;

  padding: 14px 16px;

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 15px;

}

.sh-mcta .contact {

  background: var(--terra);

  color: #fff;

}

.sh-mcta .b svg {

  width: 16px;

  height: 16px;

}

.sh-mcta .call {

  background: #fff;

  color: var(--char);

  border: 1.5px solid var(--char);

}

.sh-mcta .b svg {

  width: 16px;

  height: 16px;

}

.menu-mobile-button {

  display: none;

}

.thumbnail-container h4{

  margin-bottom: 3px;

}

.thumbnail-container .product-title a {

  font-family: 'Archivo';

  font-size: 15.5px;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.1;

  display: block;

  height: 35px;

  margin-bottom: 0;

  overflow: hidden;

}



.sub-title-widget {

  color: var(--ink-soft);

  font-size: 18px;

  line-height: 1.6;

  /*max-width: 340px;*/

}

.ajax_block_product .product-miniature{

  display: flex;

  flex-direction: column;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  overflow: hidden;

  text-decoration: none;

  box-shadow: 0 1px 3px rgba(0,0,0,.05);

  transition: transform .16s,box-shadow .16s,border-color .16s;

}

.close-quote-box {

  display: none;

}

p.title-quote {

  font-size: 28px;

  background: #0E2426;

  color: #fff;

  padding: 13px 22px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-family: 'Archivo';

  font-weight: 700;

}

h1.product-name, div.product-name {

  font-family: 'Archivo',sans-serif;

  letter-spacing: -.02em;

  font-size: 24px;

  font-weight: 800;

  line-height: 1.08;

  margin-bottom: 12px;

}

.product-actions > div {

  padding: 16px 24px 14px;

}

.product-cecode-price .product-ce-code {

  font-size: 16px;

  color: var(--ink-mute);

  letter-spacing: .04em;

  text-transform: uppercase;

  font-weight: 600;

  margin: 0px;

  text-transform: uppercase;

}

.product-cecode-price .content_prices .price-from {

  display: block;

  font-size: 10px;

  text-transform: uppercase;

  letter-spacing: .08em;

  color: var(--ink-mute);

  font-weight: 600;

}

.product-price {

  font-family: 'Archivo';

  font-size: 26px;

  color: var(--green);

  font-weight: 700;

}

.product-cecode-price .content_prices {

  line-height: 1;

  font-size: 16px;

}

.product-cecode-price {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 14px;

  padding-bottom: 13px;

  margin-bottom: 14px;

  border-bottom: 1px solid var(--line-2);

}

.product-actions .control-label {

  font-size: 14px;

  line-height: 1.2;

  font-weight: 600;

  color: #d9542b;

  text-transform: capitalize;

  margin-bottom: 8px;

  display: flex;

  gap: 8px;

  align-items: center;

}

span.control-label span {

  width: 22px;

  height: 22px;

  border-radius: 50%;

  background: var(--mint);

  color: var(--green-deep);

  font-weight: 700;

  font-size: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: 'Hanken Grotesk';

}

span.control-label span.quantity-needed-desc{

  width: unset;

  color: #000;

  border-radius: unset;

  background: unset;

  height: unset;

  font-weight: unset;

  flex: 1;

  justify-content: left;

}

.product-variants > .product-variants-item select {

  width: 100%;

  appearance: none;

  -webkit-appearance: none;

  border: 1.5px solid var(--line);

  border-radius: 12px;

  padding: 14px 40px 14px 16px;

  font-family: 'Hanken Grotesk';

  font-size: 14.5px;

  font-weight: 600;

  color: var(--ink);

  cursor: pointer;

  outline: none;

  transition: border-color .14s,box-shadow .14s;

  font-size: 16px;

}

.qpresets {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin: 0 0 10px;

}

.qpreset {

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 13px;

  color: var(--ink);

  background: #fff;

  border: 1.5px solid var(--line);

  border-radius: 100px;

  padding: 8px 15px;

  cursor: pointer;

  transition: .14s;

}

.qpreset.on {

  background: var(--green);

  border-color: var(--green);

  color: #fff;

}

.product-actions .input-group-btn-vertical {

  

}

.product-actions input#quantity_wanted {

  width: 70px;

  height: 44px;

  font-size: 16px;

  text-align: center;

  position: absolute;

  left: 40px;

  font-weight: 800;

}

#add-to-cart-or-refresh .btn-touchspin {

  width: 42px;

  height: 44px;

  background: #fff;

  color: var(--ink);

  font-size: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: background .14s;

}

#add-to-cart-or-refresh .input-group-btn-vertical {

  display: flex;

  gap: 69px;

}

#add-to-cart-or-refresh .bootstrap-touchspin-up {

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

  order: 2;

}

#add-to-cart-or-refresh .bootstrap-touchspin-down {

  margin: 0;

  order: 1;

  border-top-left-radius: 4px;

  border-bottom-left-radius: 4px;

}

#add-to-cart-or-refresh .input-group-btn-vertical i {

  position: relative;

  top: unset;

  left: unset;

}

#add-to-cart-or-refresh .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {



}

.add-quotes {

  background: var(--green);

  color: #fff;

  box-shadow: 0 6px 18px rgba(217,84,43,.28);

  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 13px 22px;

  border-radius: 100px;

  font-weight: 600;

  font-size: 15px;

  transition: transform .14s,box-shadow .14s,background .14s;

  line-height: 1;

  font-size: 30px;

  font-family: Archivo;

  font-weight: 400;

  border: none;

  width: 100%;

}

.add-quotes span{

  display: block;

  width: 100%;

  text-align: center;

}

.add-quotes i{

  display: none;

}

.config-note {

  margin-top: 11px;

  font-size: 12px;

  color: var(--ink-mute);

  display: flex;

  align-items: center;

  gap: 7px;

  justify-content: left;

}

.config-note svg {

  width: 14px;

  height: 14px;

  color: var(--green);

}

.product-actions > div:last-child {

  padding-top: 0;

}

#product .breadcrumb-row {

  margin-bottom: 30px;

}

#product .product-variants {

  margin-bottom: 10px;

}

.blockreassurance_product {



}

.blockreassurance_product > div {



}

.blockreassurance_product .item-product {

  margin-right: 5px;

  width: 40px;

  height: auto;

  padding: 0;

  display: flex;

}

.blockreassurance_product {

  flex-wrap: wrap;

  position: relative;

  margin: 0;

  padding: 20px 0;

}

.blockreassurance_product img{

  width: 38px;

  height: 38px;

  border-radius: 11px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  box-shadow: var(--shadow);

}

.box-tabs {

  position: relative;

  padding-top: 50px;

  padding-bottom: 50px;

}

.blockreassurance_product:before{

  content: '';

  border-top: 1px solid var(--line);

  width: 150vw;

  top: 0;

  left: -50%;

  height: 100%;

  display: block;

  position: absolute;

  z-index: -1;

}

.product-featured_benefit:before,

.main-product-detail-content:before,

.box-tabs:before {

  content: '';

  background: var(--mint);

  border-bottom: 1px solid var(--line);

  width: 150vw;

  top: 0;

  left: -50%;

  height: 100%;

  display: block;

  position: absolute;

  z-index: -1;

}

.main-product-detail-content {

  position: relative;

  padding-top: 60px;

  padding-bottom: 40px;

  display: grid;

  grid-template-columns: 1.12fr 1fr;

  gap: 48px;

  align-items: start;

}

.detail-description-title {

  font-size: clamp(26px,3vw,36px);

  margin-bottom: 16px;

  font-family: 'Archivo',sans-serif;

  font-weight: 700;

  letter-spacing: -.02em;

  line-height: 1.05;

}

.product-tab-top {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: var(--r-lg);

  overflow: hidden;

  box-shadow: var(--shadow);

}

.product-detail > .product-container:first-child {

  margin-bottom: 20px;

}



.pd-toggle {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 14px;

  font-family: 'Hanken Grotesk';

  font-size: 12px;

  letter-spacing: .16em;

  text-transform: uppercase;

  font-weight: 700;

  color: var(--green);

  border: none;

  background: unset;

  padding: 0;

  cursor: pointer;

}

.product-tab-bottom.tab-info li a,

.product-tab-top .tab-info li a {

  font-family: 'Archivo';

  font-weight: 700;

  border-bottom: 3px solid transparent;

  margin-bottom: -1px;

  white-space: nowrap;

  transition: color .14s,border-color .14s;

  display: block;

  text-transform: none;

  font-size: 15.5px;

  letter-spacing: -.01em;

  color: var(--ink-soft);

  padding: 15px 10px 12px;

}

.product-tab-bottom.tab-info li.active a,

.product-tab-top .tab-info li.active a {

  color: var(--green-deep);

  border-color: var(--green);

}

.product-tab-top .tab-info {

  display: flex;

  gap: 2px;

  border-bottom: 1px solid var(--line);

  padding: 0 8px;

  background: var(--cream);

}

.product-detail-description {

  margin-bottom: 0;

  line-height: 1.2;

}

.product-tab-content {

  display: none;

}

.product-tab-bottom .tab-info li a {

  text-transform: capitalize;

}



.product-tab-top .tab-info li a.active {

  color: var(--green-deep);

  border-color: var(--green);

}

p.available-color,

.product-tab-top #tab2-2.active {

  display: flex;

  gap: 8px;

  color: #000;

}

p.available-color span,

p.min_qty span, 

.product-tab-top #tab2-2 span {

  white-space: normal;

  color: var(--ink-soft);

}

.product-tab-top .tab-pane{

  padding: 24px 24px 26px;

}

.product-accessories .home-category .title_block {

  font-size: clamp(26px,3vw,36px) !important;

  font-weight: 700;

}

.product-accessories .home-category .title_block .rail-head {

  margin-bottom: 0;

}

.product-accessories  .owl-controls {

  display: none !important;

}

.product-accessories {

  margin-top: 50px;

  position: relative;

  margin-bottom: 50px;

}

.nav-tabs.product-tab-header-wraper {

  display: flex;

  gap: 4px;

  border-bottom: 1px solid var(--line);

  margin-bottom: 22px;

  flex-wrap: wrap;

}

.product-tab-header-wraper li a {

  padding: 14px 16px;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 15px;

  color: var(--ink-mute);

  border-bottom: 3px solid transparent;

  margin-bottom: -1px;

  white-space: nowrap;

  transition: color .14s,border-color .14s;

  display: block;

}

.product-tab-header h5{

  margin: 0;

}

.product-tab-header-wraper li a.active,

.product-tab-header-wraper li.active a {

  color: var(--green-deep);

  border-color: var(--green);

  background: no-repeat;

}

.header-product-bottom-tab {



}

.header-product-bottom-tab > div {

  font-size: clamp(26px,3vw,36px);

  font-weight: 700;

}

.header-product-bottom-tab .rec-intro {

  font-size: 16px;

  color: var(--ink-soft);

  margin: 14px 0 30px;

}

.product-tab-content .panel.panel-default {

  background: #fff;

  padding: 20px;

  border-radius: 12px;

  border: 1px solid var(--line);

  margin-bottom: 10px;

}

.product-tab-content .panel-default .panel-heading {

  margin-bottom: 0;

  background: none;

  border: none;

  padding: 0;

}

.product-tab-content .pricebeatpromise_accodion .panel-default .panel-title a {

  display: flex;

  align-items: center;

  gap: 0 10px;

  justify-content: space-between;

  flex: 1;

  color: var(--ink);

  font-size: 15.5px;

  font-weight: 600;

}

.pricebeatpromise_accodion {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -5px;

  gap: 0px;

}

.pricebeatpromise-col1,

.pricebeatpromise-col2 {

  width: calc(50% - 20px);

  margin: 5px;

}

.product-tab-content-2.active,

.product-tab-content-3.active

.product-tab-content-4.active {

  background: #fff;

  padding: 30px;

  border-radius: 10px;

}

.review-on-product {

  padding: 50px 0;

}

.review-on-product .home-category .title_block {

  font-size: clamp(26px,3vw,36px);

  font-weight: 700;

}













@media (max-width: 767px) {

  .header-category-tstrip {

    display: none;

  }

  .card-top-header-title h2 {

    font-size: 16px;

    line-height: 1.5;

  }

  .product-list-default .thumbnail-container .product-title {

    height: 35px;

    line-height: .5;

    min-height: 35px;

  }

  .ajax_block_product {

    padding: 0;

  }

  .ajax_block_product .product-meta {

    padding: 12px;

  }

  .product_list .row {

    gap: 10px;

  }

  .product-list-default .thumbnail-container .product-meta {

    padding-bottom: 20px;

  }

  .choosetheright-item {

    width: 100%;

  }

  .sh-preview-pill.ApRawHtml {

    display: none;

  }

  .header-top .ApRow {

    gap: 0;

  }

  .bottomnav .ApColumn {

    width: 50% !important;

    padding: 0 !important;

  }

  .bottomnav .ApRow:after{

    display: none;

  }

  .sh-call-top, .sh-mail{

    display: none;

  }

  .sh-call {

    padding: 5px 10px 5px 5px;

    gap: 5px;

  }

  .sh-call .ic {

    width: 40px;

    height: 40px;

  }

  .sh-call b {

    font-size: 17px;

  }

  .logo-top > .row {

    padding: 10px 0;

  }

  .menu-mobile-button .sh-burger{

    content: "";

    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAW0lEQVR4nO3Wuw2AMBAEUZfH0X9sS+j6GDog4WOjm9fBBCtta5IkPQTYgcH6BhBXIQf/kSVCAuisrwPb7S1JkiR9CG/8FFkiJLzxkiRJ78AbP0WWCAlvvCSpohPbFyzb89oCZgAAAABJRU5ErkJggg==');

    height: 36px;

    background-color: transparent;

    border: 1.5px solid rgba(255,255,255,.3);

    border-radius: 6px;

    width: 43px;

    padding: 0;

    background-size: 27px;

    background-repeat: no-repeat;

    background-position: center;

  }

  .header-top #custom-text {

    display: none;

  }

  .menu-mobile-button {

    display: block;

  }



  .hero-visual.ApColumn {

    display: flex;

    justify-content: end;

    margin-right: 0;

    max-width: 320px;

    margin-top: 36px;

  }

  .sub-title-widget {

    margin: 0;

  }

  .home-category .title_block {

    flex: 1;

  }

  .slide-home .hero.reveal {

    padding-left: 0 !important;

  }

  .bento {

    grid-template-columns: 1fr;

    grid-auto-rows: 148px;

    grid-template-areas:

    "big    " 

    "glass  " 

    "bamboo " 

    "cold   " 

    "ceramic" 

    "enamel ";

  }

  .pband-img {

    min-height: 240px;

  }

  .pband-container .ApColumn.pband-desc-column {

    padding: 20px 25px;

  }

  .split {

    gap: 20px;

    padding: 0;

  }

  .split-container:after {

    display: none;

  }

  .pband-container .pband-img {

    min-height: 240px;

  }

  .cta-call .ct b {

    color: #fff;

  }

  .footer-top .ApRow {

    grid-template-columns: 1fr 1fr 1fr;

  }

  #footer {

    padding: 0;

  }

  .connect-address-col {

    padding-top: 30px;

  }

  .footer-top .ApRow {

    gap: 16px;

  }

  .footer-top .ApRow .ApColumn {

    width: calc(50% - 16px);

    text-align: left;

  }

  .footer-bottom .ApColumn {

    padding-top: 0;

  }

  .homepage-footer .ApColumn {

    width: 100%;

  }

  .news-form input {

    width: 100%;

  }

}























































.topnav .wrapper .container .row {



  display: flex;



}



.topnav .wrapper .container .row > div:first-child:not(.mega-col) {



  padding-right: 0;



}











.topnav .wrapper .container .row > div:last-child:not(.mega-col) {



  flex: 1;



  padding-left: 0;



}



/*.ajax_block_product .thumbnail-container {

  margin-bottom: 20px;

  padding-bottom: 10px;

}*/



.left-slideshow.ApImage .image_description a {



  margin: 0;



}



.image_description {



  bottom: 0 !important;



}



@media (min-width: 1200px) {



  .left-slideshow.ApImage .image_description {



    bottom: 100px !important;



  }



}



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



  .left-slideshow.ApImage .image_description {



    bottom: 50px !important;



    left: 10px !important;



  }



}



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



  .left-slideshow.ApImage .image_description {



    bottom: 40px !important;



    left: 10px !important;



  }



}



@media (max-width: 757px) {



  .left-slideshow {



    margin-bottom: 18px !important;



  }



  .left-slideshow.ApImage .image_description {



    left: 10px !important;



    bottom: 13px !important;



  }







  .left-slideshow.ApImage .image_description a {



    font-size: 14px !important;



    padding: 8px 20px !important;



  }



}



#back-top {



  bottom: 70px;



}



#leo_search_block_top {



  margin: 0;



}



form#leosearchtopbox {



  margin: 0;



}



#leo_search_block_top .block_content .leoproductsearch-result .search_query {



  font-size: 16px;



  font-weight: 400;



}



.product-cover {

  border: 1px solid #eaeaea;

  border-radius: 12px;

  overflow: hidden;

}



.center-wr .image_description a {



  width: calc(100% - 30px);



  padding: 10px;



  font-size: 18px;



  margin: auto;



}



.group-contact-info li a {



  color: #000;



}















h1.h1_name{



  display: none;



}













































.product-actions > div:not(:last-child) {



  border-bottom: none;



  border-radius: 0;



  padding-bottom: 0;



}













.product-variants > .product-variants-item {



  margin: 15px 0;



  display: block;



  width: 100%;



}







.product-actions .product-variants > .product-variants-item {



  margin: 12px 0;



}





























.product-actions .form-group {



  width: 100%;



  margin-bottom: 12px;



}







.quote_upload-row1 {



  border: 2px dashed #bdc2c9;



  padding: 18px 8px;



  font-size: 15px;



  line-height: 20px;



}







span.quote_upload-browse {



  text-decoration: underline;



  cursor: pointer;



}







.form-group-button-submit {



  display: flex;



  flex-wrap: wrap;



  display: -webkit-flex;



  gap: 15px;



}







.form-group-button-submit > div {



  flex-grow: 1;



  -webkit-flex-grow: 1;



}







.leoproductsearch-loading {



  opacity: 0;



  visibility: hidden;



}



@media (min-width: 767px) {



  .remove-padding-left.ApColumn {



    padding-left: 0 !important;



  }







  .remove-padding-right.ApColumn {



    padding-right: 0 !important;



  }



}



/* .row .row {



    margin: 0 -6px;



} */







.product-tab-bottom img {



  width: 100%;



  height: auto;



  object-fit: cover;



}























.blockreassurance_product > div {



  display: flex;



  justify-content: center;



}







.blockreassurance_product > div:not(.clearfix) {



  flex-grow: 1;



  -webkit-flex-grow: 1;



}



.blockreassurance_product .item-product img,



.blockreassurance_product .item-product svg {



  height: 35px;



  width: 40px;



  object-fit: contain;



}











.panel-heading {



  color: #333333;



  border-color: #dddddd;



  padding: 10px 15px;



  border-bottom: 1px solid transparent;



  border-top-right-radius: 3px;



  border-top-left-radius: 3px;



  margin-bottom: 10px;



}



.product-tab-header h4{



  padding: 0;



  margin: 0;



}



.panel-heading h4, .panel-heading h3,



.panel-heading .h4 {



  text-transform: capitalize;



  margin-top: 0;



  margin-bottom: 0;



  font-size: 15px;



  height: 40px;



  display: flex;



  align-items: center;



}







.panel-title > a {

  position: relative;

  display: block;

  width: 100%;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 18px;

  color: var(--char) !important;

  padding-right: 36px;

}







.panel-title > a:hover {



  color: #09afd9;



}







.panel.panel-default {



  border-radius: 4px;



  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);



  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);



}







.panel-heading .panel-title a:after {



  font-family: "FontAwesome";



  content: "\2b";

  font-weight: 700;



  font-size: 20px;



  position: absolute;



  right: 0;



  top: calc(50% - 10px);



}







.panel-heading .panel-title a[aria-expanded="true"]:after {



  content: '-';

  line-height: 0.5;

  font-weight: 400;

  font-size: 30px;



  position: absolute;



  right: 0;



  top: calc(50% - 10px);



}





















/*.nav-tabs > li.active a,



.nav-tabs > li.active a:hover,



.nav-tabs > li.active a:focus {



  border-bottom: none;



}



*/











.panel-body {



  padding: 24px 0;



}







.panel-default > .panel-heading + .panel-collapse .panel-body {



  border-top-color: #dddddd;



}





@media (max-width: 991px) {



  .form-group-button {



    width: 100%;



    display: block;



  }







  .bootstrap-touchspin {



    width: 100%;



    margin-bottom: 15px;



  }







  .product-detail-description {



    margin-top: 25px;



  }











  .category-products,



  .product-accessories,



  .viewed-products {



    margin-bottom: 0;



  }



  .product-actions .control-label {



    font-size: 16px;



  }



}







@media (max-width: 767px) {



  #product #add-to-quotes {



    margin: 8px 0 0;



    position: fixed;



    left: 0;



    right: 0;



    bottom: 0;



    z-index: 1;



    padding: 10px;



    background: #ffffff;



    z-index: 9;



  }



  .product-detail-description {

    margin: 0;

  }



}







.sticky-add-to-cart {



  z-index: 9999;



}



#quote_upload_displayimage > div {



  padding: 5px;



  border-bottom: 1px dashed #ccc;



  position: relative;



  padding-right: 50px;



}



#quote_upload_displayimage > div:last-child {



  border: none;



}



#quote_upload_displayimage .quote-upload-cancel {



  position: absolute;



  right: 0;



  background: none;



  border: 1px solid #ccc;



  border-radius: 3px;



  color: #777;



  line-height: 15px;



  cursor: pointer;



}



#quote_upload_displayimage .quote-upload-cancel:hover {



  color: #000;



}







.category-products .owl-row {



  margin: 0;



}







.product-actions .bootstrap-touchspin {



  width: 100%;



  float: none;



}















.product-actions .form-group-button {



  width: 100%;



}







.ap-accordion .panel-default .panel-title a:before,



.ap-accordion .panel-default .panel-title .collapsed:before {



  display: none !important;



}







.ap-accordion .panel-default .panel-title {



  background: transparent !important;



}







.widget-category_image li {



  position: relative;



}







.banner-home {



  margin: 20px 0;



}



.quote_detail_customer {



  margin: 0;



  position: relative;



}







.get_a_quote {



  position: relative;



  margin-top: 0;



}



.get_a_quote img {



  position: absolute;



  top: -35px;



  right: 0;



  width: auto;



}



.quote_detail_customer::after {



  content: "";



  position: absolute;



  bottom: 0;



  height: 8px;



  width: 100%;



  background: #1d9fae;



  left: 0;



}



#validateOrder {



  padding: 20px 30px;



  background: #f3faff;



  margin-bottom: 20px;



}



.banner-home.ApColumn .image_description {



  bottom: unset;



  height: 100%;



}







.banner-home {



  padding: 20px 0;



}







.infor-contact {



  background: #0f2a49;



  color: white;



  -webkit-border-radius: 5px;



  -moz-border-radius: 5px;



  -ms-border-radius: 5px;



  -o-border-radius: 5px;



  border-radius: 5px;



  margin-bottom: 20px;



  display: -webkit-flex;



  display: flex;



  -webkit-align-items: center;



  align-items: center;



}







.infor-contact .icon-contact {



  padding-right: 20px;



  padding-left: 25px;



  font-size: 45.82px;



}







.infor-contact .desc-contact {



  padding: 10px 0;



}







.infor-contact .desc-contact a {



  color: #fff;



}







.infor-contact .desc-contact p {



  font-size: 24px;



  font-weight: bold;



  margin-bottom: 0;



  line-height: 30px;



  color: #fff;



}







#contact .card {



  background: transparent;



  border: none;



  border-radius: 0;



}







.contact-form h3, .contact-form .h3 {



  margin-bottom: 20px;



}







.contact-form label {



  margin-bottom: 10px;



  margin-top: 10px;



}







#contact .input-group .input-group-btn > .btn {



  margin: 0;



}



.block-html-full {

  padding: 20px 15px;

  line-height: 23px;

  margin: 0;

  border-width: 0 1px;

}

.product-accessories .block-html-full {

  padding: 0;

  margin-bottom: 20px;

}

.quote-import-file {



  width: 50%;



  text-align: center;



}



.tiper-i i:after {



  font-family: "FontAwesome";



  content: "\f129";



  font-size: 14px;



  font-style: initial;



  color: #fff;



  font-weight: normal;



}



span.control-label span.tiper-i {



  background: #a1a1a1;



}



.dialog-content-tiper {



  padding: 10px 5px;



  color: #fff;



}



.dialog-content-tiper p {



  color: #fff;



}



.dialog-content-tiper p:last-child {



  margin-bottom: 0;



}



#decoration-modal .modal-dialog {



  width: 1200px;



  max-width: 100%;



}



#decoration-modal .modal-header {



  background-color: #283655;



  color: #fff;



  font-size: 24px;



  text-align: center;



}



#decoration-modal .decoration-modal-close {



  border-left: 1px solid #fff;



  color: #fff;



  cursor: pointer;



  font-size: 24px;



  line-height: normal;



  float: right;



  padding: 2px 4px 2px 16px;



  position: absolute;



  right: 15px;



  top: 9px;



}



#decoration-modal .modal-body {



  background-color: #fff;



  display: grid;



  grid-template-columns: repeat(4, 1fr);



  grid-gap: 20px;



  padding: 20px 30px;



}



#decoration-modal .modal-body > div {



  color: #333;



  font-size: 16px;



  line-height: normal;



}



#decoration-modal .modal-body > div strong {



  color: #007db4;



  display: block;



  font-size: 18px;



  margin-top: 8px;



  font-family: "muller_medium";



  font-weight: normal;



}



#decoration-modal .modal-body ul {



  padding: 10px 15px;



  line-height: 1.5;



  list-style-type: disc;



  font-size: 14px;



}



#decoration-modal .modal-dfooter {



  background-color: #f5f5f5;



  display: grid;



  grid-template-columns: repeat(2, 1fr);



  justify-content: center;



  padding: 18px 10px;



  font-size: 13px;



}



#decoration-modal .modal-dfooter p {



  color: #007db4;



  font-size: 15px;



  line-height: normal;



  padding: 0 20px;



  margin-bottom: 0;



  position: relative;



}



.tiper-1 {



  cursor: pointer;



}







/*.product-accessories .owl-item .item {

  border: 1px solid #ccc;

  border-radius: 10px;

}*/



.product-accessories .owl-wrapper-outer {



  margin-left: -9px;



  margin-right: -9px;



}



.product-accessories .owl-carousel .owl-item {



  padding: 0 9px;



  border: none;



}







.product-accessories .owl-row {



  margin: 0;



}



.product-accessories .products-section-title {



  background: #f8f8f8;



  padding: 15px 18px;



  border-top: 3px solid #0c83a1;



  color: #152b54;



  font-size: 24px;



  font-weight: 500;



  margin: 0;



  text-transform: none;



}











.owl-controls-custom {



  position: absolute;



  display: flex;



  right: 10px;



  top: 15px;



}



#product-accessories .owl-controls .owl-buttons > div {



  display: block;



  width: 35px;



  height: 35px;



  background: #fff;



  margin-left: 15px;



  border-radius: 2px;



  color: #000;



  cursor: pointer;



  position: relative;



  border-color: #ddd;



}



#product-accessories .owl-buttons {



  display: flex;



}



#product-accessories .owl-controls {



  position: absolute;



  right: 15px;



}



#product-accessories .owl-buttons div.owl-prev:before {



  content: "\f104";



  font-family: "FontAwesome";



  color: #000;



  font-size: 18px;



  display: block;



  line-height: 30px;



}



#product-accessories .owl-buttons div.owl-next:before {



  content: "\f105";



  font-family: "FontAwesome";



  color: #000;



  font-size: 18px;



  display: block;



  line-height: 30px;



}







#product-accessories.owl-theme .owl-buttons {



  width: auto !important;



}









div#add_to_cart {



  padding: 0;



  box-shadow: unset;



  border-radius: 10px;



  width: 100%;



  height: 100%;



}











@media (min-width: 768px) {



#add_to_cart .btn:hover {



  background:var(--terra);



  color: #fff;



  transition: all 0.3sease-out 0s;



}







}











#add_to_cart .btn.disabled, #add_to_cart .btn:disabled {



  cursor: unset;



}







#blockcart-modal .modal-header {



  margin-bottom: 18px;



  display: block;



  padding: 0;



  border-bottom: none;



  background: transparent;



}







#blockcart-modal .modal-title {



  font-size: 20px;



  line-height: 24px;



  color: #003469;



  font-weight: bold;



  text-transform: capitalize;



  text-align: left !important;



}







#blockcart-modal .modal-dialog {



  padding: 30px 30px 30px 30px;



  overflow: hidden;



  position: static;



  background: #fff;



  max-width: 600px;



}







.modal-content {



  border-radius: 0;



  border: none;



}







.modal-header .close {



  position: absolute;



  right: -15px;



  top: -25px;



  width: 25px;



  height: 25px;



  cursor: pointer;



  background: #333333;



  border-radius: 100%;



  z-index: 2;



  opacity: 1;



}







.modal-header .close i {



  font-size: 18px;



  color: #fff;



  line-height: 15px;



}







.modal-header .close:hover {



  background: #97ca3d;



}







#blockcart-modal .modal-body {



  padding: 0 15px;



}







.blockcart-left {



  border: 1px solid #dddddd;



}







.blockcart-left > div:last-child {



  margin-top: 10px;



  text-align: center;



}







.modal-body .row .row:last-child {



  padding: 30px 0;



  text-align: center;



}







.blockcart-right {



  padding: 0 30px;



}







#blockcart-modal .product-name {



  color: #97ca3d;



  font-size: 18px;



  font-weight: 600;



}







#blockcart-modal .btn-primary,



#blockcart-modal .btn-secondary {



  margin-right: 30px;



  position: relative;



  height: 45px;



  border: 2px solid rgba(40, 54, 85, 0.9);



  margin: 0;



  border-radius: 10px;



  background: #f4f9fd;







  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.39);



  padding: 0;



  padding-left: 15px;



  display: inline-flex;



  align-items: center;



  justify-content: space-around;



  font-size: 16px;



  font-weight: 600;



  transition: all 0.3s ease-out 0s;



  color: #002955;



  text-transform: capitalize;



}







#blockcart-modal .btn-primary:before,



#blockcart-modal .btn-secondary:before {



  content: "";



  width: calc(100% + 14px);



  height: calc(100% + 14px);



  padding: 7px;



  box-shadow: 0 1px 1px 1px rgba(0, 0, 81, 0.39);



  border-radius: 10px;



  display: inline-block;



  position: absolute;



  top: -7px;



  left: -7px;



}







#blockcart-modal .btn-primary:hover,



#blockcart-modal .btn-secondary:hover {



  background: #f7a92c;



  border: 2px solid rgba(40, 54, 85, 0.9);



  color: #fff;



  transition: all 0.3s ease-out 0s;



}







#blockcart-modal .btn-primary i,



#blockcart-modal .btn-secondary i {



  color: #fff;



  width: 30px;



  height: 30px;



  background: #935ca6;



  border-radius: 100%;



  line-height: 20px;



  border: 3px solid #f4f9fd;



  box-shadow: 0 0 2px 2px rgba(40, 54, 85, 1);



  display: inline-flex;



  align-items: center;



  justify-content: center;



  font-size: 12px;



  margin: 0 10px;



}







.sticky-add-to-body li.cart-item {



  display: flex;



  gap: 15px;



  border-bottom: 1px solid #e1e1e1;



}



.sticky-add-to-body li.cart-item:last-child {



  border: none;



}







.sticky-add-to-body .ce-item {



  display: none;



}



.sticky-add-to-cart-products .ce-item,



.sticky-add-to-cart-products .product-description {



  display: none;



}



.quick-cart-product {



  display: flex;



  gap: 20px;

  margin-bottom: 15px;

}



.quick-cart-product .product-name a {



  font-weight: bold;



  display: flex;



  text-align: left;



  margin-bottom: 10px;

  font-size: 16px;

}



.quick-cart-product .product-line-info {



  margin-bottom: 5px;



}



.quick-cart-product .quick-cart-product-action {



  display: flex;



}



.quick-cart-product .quick-cart-product-action input {



  width: 100px;



}







.quick-cart-product .cart-line-product-actions {



  flex: 1;



  text-align: right;



  align-content: center;



  margin-left: 20px;



}







.quick-cart-product .quick-cart-product-action  .bootstrap-touchspin {



  margin-left: 0;



}







.sticky-add-to-cart .sticky-add-to-body {



  max-width: 100vw;



}



.sticky-add-to-cart-footer {



  position: absolute;



  bottom: 0;



  width: 100%;



  padding: 20px;



  display: flex;



  flex-wrap: wrap;



  gap: 20px;



}



.sticky-add-to-cart-footer a {



  display: block;



  width: calc(50% - 10px);



  padding: 0;



  box-shadow: unset !important;



  border: none;



  font-size: 14px;



  color: #162b53;



  white-space: nowrap;



  background: none;



  position: relative;



  text-transform: capitalize;



}



.sticky-add-to-cart-footer .continue-shopping span {

  background: #fff;

  color: #273755;

  text-transform: none;

  padding-right: 0;

  text-align: center;

}



.sticky-add-to-cart-footer .go-to-order:focus,



.sticky-add-to-cart-footer .go-to-order:visited {



  box-shadow: 0 1px 1px 1px rgba(118, 118, 118, 1) !important;



}







.sticky-add-to-cart-footer a:hover,



.sticky-add-to-cart-footer a:focus,



.sticky-add-to-cart-footer a:visited {



  box-shadow: 0 1px 1px 1px rgba(118, 118, 118, 1);



}







.sticky-add-to-cart-footer a.continue-shopping:hover span {

  background: #fa6f3a;

  color: #fff;

  border-color: #fa6f3a;

}



.sticky-add-to-cart-footer a.continue-shopping:hover span i {



  box-shadow: unset;



  background-color: #fff;



  color: #273755;



}



.sticky-add-to-cart-footer a span {



  position: relative;



  height: 46px;



  border: 1px solid #273755;



  margin: 0;



  border-radius: 50px;



  width: 100%;



  display: flex;



  align-items: center;



  justify-content: center;



  font-size: 16px;



  font-weight: 600;



  transition: all 0.3s ease-out 0s;



  text-shadow: none;



  text-align: left;



  padding: 10px;



  padding-right: 10px;



  position: relative;



  line-height: 20px;



}



.sticky-add-to-cart-footer .go-to-order span {



  background: #fa6f3a;



  text-align: center;



  padding-right: 0;



  display: flex;



  position: relative;



  color: #fff;



  border-color: #fa6f3a;



}



.sticky-add-to-cart-footer .go-to-order:hover span {



  background: #ff6225;



  border-color: #ff6225;



  color: #fff;



}



.sticky-add-to-cart-footer .go-to-order:hover span i {



  background: #fff;



}



.sticky-add-to-cart-footer i {

  display: none;

}







.sticky-add-to-cart-footer i::before {



  content: "\f054";



}







.sticky-add-to-cart-footer .go-to-order i {



  background: #fff;



  color: #ff6225;



}



.sticky-add-selected-label {

  padding: 10px 15px;

  background: no-repeat rgb(21, 43, 84);

  font-weight: bold;

  color: #fff;

  border-bottom: 3px solid var(--terra);

}



.sticky-add-to-cart-header {



  font-size: 16px;



}



.sticky-add-to-cart-products {



  padding: 20px;



}



.sticky-add-to-cart-products .cart-items {



  max-height: calc(100vh - 210px);



  overflow: auto;



}



.sticky-add-to-cart-position {



  position: fixed;



  left: -999999px;



}



.product-line-grid .ce-item {



  /* padding-top: 10px; */



}







#validateOrder #message {



  height: 118px;



}



span.control-label span.tiper-i {



  display: none;



}



#quote_upload_displayimage span {



  max-width: 100%;



  overflow: hidden;



  display: inline-block;



}



.banner-home.ApColumn .ApImage .image_description a {



  display: block;



  border: 2px solid #272146;



  text-align: center;



  padding: 10px;



  font-size: 17px;



  font-weight: bold;



  border-radius: 44px;



  background: #eb774a;



  width: 175px;



  margin: auto;



}



.banner-home.ApColumn .ApImage .image_description a:hover {



  background: #272146;



  color: #fff;



}



#footer .ApBlockLink ul li {



  padding-top: 3px;



  padding-bottom: 3px;



}



#footer .container {



  font-size: 14px;



}



.footer-bottom .container a {



  color: #999999;



}



.footer-bottom p {



  margin: 0;



  padding: 0;



}







#wrapper #content-wrapper {



  padding-left: 11px;



  padding-right: 11px;

  min-height: 400px;

}







#category-description {

  font-size: 16px;

  color: var(--ink-soft);

  padding-top: 20px;

}



.category-additional-description {



  font-size: 15px;

      padding: 15px;

    background: #f9f9f9;

    border: 1px solid #eaeaea;



}



.products-selection {



  display: flex;



  flex-wrap: wrap;



  padding: 0;



  gap: 0 10px;



  align-items: center;



  border: none;



  margin-bottom: 8px;



}



.group-product-sort {



  display: flex;



  flex-wrap: wrap;



  gap: 0 10px;



  align-items: center;



}



.category-pagination {



  display: flex;



  flex-wrap: wrap;



  gap: 0 10px;



  align-items: center;



  flex: 1;



}



.pagination .current a {



  border-radius: 3px !important;



  color: #fff !important;



  font-size: 14px;



  background: var(--terra);



}







.pagination a {



  color: #000;



  padding: 0 9px;



  height: 29px;



  line-height: 27px;



  width: 30px;



  text-align: center;



  border-radius: 3px !important;



  border: 1px solid #dddddd;



}



.pagination .next,



.pagination .previous {



  width: 30px;



  background: none;



  color: #969696;



}



.products-sort-order .select-title {

  width: 150px;

  padding-top: 0;

  padding-bottom: 0;

  height: 30px;

  padding-left: 14px;

  font-size: 14px;

  font-weight: 400;

  line-height: 29px;

  color: #272727;

  border-color: #cdcdcd;

  border-radius: 100px;

}



.products-selection .sort-by {



  margin: 2px 0 0;



  font-size: 14px;



  font-weight: 400;



  color: #717171;



}



.pagination .page-list {



  padding: 0;



  margin-bottom: 0;



}



.pagination {



  align-items: center;



  margin: 0;



  padding: 0;



  display: flex;



}



.pagination .col-lg-8 {



  padding-right: 0;



}







.product_list.list .thumbnail-container {



  padding: 0;



}



.product_list.list .thumbnail-container .product-description-short {



  padding-top: 0;



}



.product_list.list .thumbnail-container .product-price-and-shipping {



  display: block;



}



.product_list .row, .product-list-default {

  display: flex;

  gap: 14px;

  margin: 0 auto;

  flex-wrap: wrap;

}

.product_list .row .col-xl-2-4 {

  width: calc(20% - 12px);

}

.product_list .row .ajax_block_product, .product-list-default .ajax_block_product {

  padding: 0;

}



.pagination > div:first-child {

  line-height: unset;

  justify-content: center;

  display: flex;

  padding-left: 10px;

}



.thumbnail-container .product-meta {



  text-align: left;



  padding:10px;



}



.thumbnail-container .product-price-and-shipping {



  cursor: pointer;



}



/* .thumbnail-container .product-price-and-shipping:hover .price-play i {



  background: #272146;



} */







.panel-body br {



  display: block;



  margin-bottom: 5px;



}



#product-accessories .owl-controls {



  top: 0 !important;



}



.service-product .service-meta {



  line-height: 10px;



}



.blog-detail .blog-description {



  font-size: 16px;



  line-height: 1.75;

  color: #535C80;

  font-weight: 400;

  margin-bottom: 32px;



}









.blog-detail .blog-description p {



  /* line-height: 22px; */



}



.blog-detail .blog-description strong {

  color: #003B67;

}



.blog-meta > span {



  position: relative;

  font-size: 14px;

    line-height: 1.7;



}







.blog-meta > span .fa {



  font-family: "Fira Sans Condensed", sans-serif;



  font-weight: 500;



}







.blog-meta > span .fa::before {



  font-family: "Font Awesome 5 Free";



}







.blog-meta > span .fa-list::before {



  font-weight: 900;



}







.blog-meta > span:last-child {



  margin-right: 0;



  padding-left: 0;



}



.blog-meta {



  margin-bottom: 10px;



}



.blog-detail .blog-title {



  margin: 0 0 16px;



}



.blog-detail .blog-meta {

  margin-bottom: 32px;

}



.social-share {



  margin-top: 40px;



}



#blogpage {



  margin-left: 5px;



  margin-right: 5px;



}



.more-featured-articles h3 {



  text-transform: unset;



}



.blog-detail {



  line-height: 1.2;



}



.blog-image {



  min-width: 150px;

  margin-bottom: 32px



}



.sticky-add-to-cart .sticky-add-to-body {



  width: 450px;



}



#accordion.leo-mobile .panel-collapse {



  display: none;



}



.panel-accordion {



  display: none;



}



.leo-mobile-accordion {



  margin-bottom: 0;



}



.leo-mobile-accordion:not(:first-child) .leo-mobile-accordion-heading {



  border-top: none;



}



.leo-mobile-accordion-heading {



  background: rgb(255, 255, 255);



  border: 1px solid #ddd;



  padding: 0px;



  border-radius: 0px;



  color: #333333;



  /* margin-bottom: 10px; */



  position: relative;



}



.leo-mobile-accordion-heading a {



  padding: 0 15px;



  height: 56px;



  display: flex;



  align-items: center;



  text-transform: capitalize;



  font-size: 15px;



  font-weight: 800;



  text-transform: uppercase;



  color: #000;



}



.leo-mobile-accordion-heading a:after {



  font-family: "FontAwesome";



  content: "\f107";



  font-size: 20px;



  position: absolute;



  right: 10px;



  top: calc(50% - 13px);



}



.panel-accordion.show {



  display: block;



  padding: 15px 10px;



  border: 1px solid #dddddd;



  border-top: none;



}



.leo-mobile-accordion-heading.active a:after {



  content: "\f106";



}







.subcategory-image img {



  height: unset;



  width: auto;



  aspect-ratio: 1;



  object-fit: cover;



  width: 100%;



}



#subcategories > .row {



  display: flex;



  flex-wrap: wrap;



}



#category_description_full {



  display: none;



}



a.more-cat-desc {



  text-decoration: underline;



  color: var(--terra,#d9542b);



}



a.more-cat-desc:hover {



  color: #eb774a;



}



#contact #notifications .notifications-container {



  display: none;



}



#js-product-list #js-product-list-top {



  margin-top: 20px;



}



.contact-footer-mobile {



  text-align: left;



  padding: 0 10px;



  margin-bottom: 10px;



  position: relative;



}



.contact-footer-mobile:after {



  content: "";



  background: #283655;



  position: absolute;



  left: -10px;



  width: 100vw;



  height: 1px;



}



.price-mobile-row {



  display: flex;



  align-items: end;



  margin-bottom: 10px;



}



.price-mobile-row .content_prices {



  flex: 1;



  display: flex;



  align-items: center;



}



.price-mobile-row .product-ce-code {



  font-size: 14px;



  color: #000;



  font-weight: 500;



  margin: 0;



}



.price-mobile-row .price-from {



  display: inline-block;



  width: 35px;



  color: #152b54;



  font-size: 11px;



}



.contact-form #submitMessage {



  padding: 0;



  background: unset;



}



.contact-form #submitMessage span {



  position: relative;



  height: 56px;



  border: 2px solid #272146;



  margin: 0;



  border-radius: 30px;



  background: #f37650;



  color: #fff;



  width: 100%;



  box-shadow: unset;



  padding-left: 15px;



  display: flex;



  align-items: center;



  justify-content: space-around;



  font-size: 20px;



  font-weight: 600;



  transition: all 0.3s ease-out 0s;



}



.contact-form #submitMessage:hover span {



  background: #272146;



  color: #fff;



  transition: all 0.3s ease-out 0s;



}



.contact-form #submitMessage:hover span i {



  border-color: #fff;



  background: #eb774a;



}



/* .contact-form #submitMessage .fa-play {



  color: #fff;



  width: 36px;



  height: 36px;



  background: #272146;



  border-radius: 100%;



  line-height: 20px;



  border: 3px solid #f37650;



  box-shadow: 0 0 0px 2px #272146;



  display: inline-flex;



  align-items: center;



  justify-content: center;



  font-size: 14px;



  margin: 0 10px;



} */



.contact-form #submitMessage:hover .fa-play {



}



.left-contact .form-fields {



  position: relative;



  padding-bottom: 20px;



}



.contact-form .form-footer {



  position: absolute;



  bottom: 28px;



  right: 0;



  padding: 0;



  box-shadow: unset;



  border: unset;



}



/*.contact-form .form-footer{



    padding: 0;



    box-shadow: unset;



}*/



/*a.button.lnk_view.btn span:hover{



    background: #F7A92C;



}



a.button.lnk_view.btn{



    box-shadow: unset;



    padding: 0;



}*/



a.button.lnk_view span {



  height: 40px;



}



.contact-footer-mobile {



  display: none;



}



.block_newsletter form .btn {



  padding: 4px 12px;



}



/* .block_newsletter form .btn span{



    padding-left: 20px;



    background: #fff;



    color: #272146;



    border-color: #272146;



    height: 38px;



} */



.block_newsletter form .btn i {



  margin-left: 15px;



  margin-right: 7px;



  width: 24px;



  height: 24px;



  box-shadow: 0px 0px 0px 1px #272146;



}



.virtual-sample .submit .btn {



  border-radius: 30px;



  width: auto;



  box-shadow: 0 0 8px 0 rgba(0, 0, 81, 0.39);



  border: 2px solid #1e2a50;



  background: #eb774a;



  color: #fff;



  padding: 10px 20px;



}







.custom-products-page .submit .btn {



  padding: 7px 65px 8px 40px;



  font-weight: 800;



  font-size: 21px;



  border: none;



  position: relative;



  border-radius: 10px;



  background: #fa724c;



  color: white;



  width: 100%;



  line-height: 1.42857;



}







.custom-products-page .submit .btn::before {



  content: "";



  position: absolute;



  left: -5px;



  right: -5px;



  top: -5px;



  bottom: -5px;



  border-radius: 10px;



  border: 1px solid white;



  display: block;



}







.custom-products-page .submit .btn::after {



  content: "\f04b";



  font-family: "FontAwesome";



  color: #fff;



  width: 17px;



  height: 17px;



  background: #1f9fac;



  border-radius: 100%;



  line-height: 13px;



  border: 2px solid #f4f9fd;



  box-shadow: 0 0 0 2px rgba(40, 54, 85, 1);



  display: inline-flex;



  align-items: center;



  justify-content: center;



  font-size: 8px;



  position: absolute;



  top: 0;



  bottom: 0;



  right: 15px;



  margin: auto;



  display: block;



}







.same-category {



  height: 0;



  opacity: 0;



  visibility: hidden;



  transition: 0.3s all ease;



}







.same-category.slick-initialized {

  opacity: 1;

  visibility: visible;

  height: auto;

  padding-bottom: 18px;

  margin-bottom: 8px;

  margin-top: 24px;

}



.same-category .slick-list {



  margin-left: 0;



  margin-right: 0;



}







.same-category .slick-arrows .slick-arrow {



  background: #fff;



  border: 1px solid #ccc;



  border-radius: 30px;



  width: 30px;



  height: 30px;



  top: 40px;



}







.same-category .slick-arrows .slick-arrow.slick-prev {



  left: 0;



  transform: translate(-100%, 0);



}







.same-category .slick-arrows .slick-arrow.slick-next {



  right: 0;



  transform: translate(100%, 0);



}







.same-category-item.slick-slide {



  margin: 0 8px;



  padding: 0;



}



.same-category-item {



  max-width: 110px;



  width: 100%;



  text-align: center;



}







.same-category-item a {

  display: block;

  font-family: 'Archivo';

  font-size: 14.5px;

  color: var(--ink);

  line-height: 1.25;

}



.same-category-item h2{



  padding: 0;



  margin: 0;



}







.same-category-item .same-category-title > span {



  color: #777777;



}



.same-category-item a:hover,



.same-category-item.active a {



}







.same-category-item img {

  width: 110px;

  height: 110px;

  object-fit: cover;

  aspect-ratio: 1;

  margin-bottom: 0;

  border-radius: 16px;

  border: 1px solid var(--line);

}







.same-category-item-name {



  display: block;



  text-align: center;



  margin-top: 10px;



  font-size: 16px;



  line-height: 18px;



  font-weight: 500;



  color: #373737;



}







.same-category-item-name span {



  color: #777;



}







.custom-products-page .submit .btn:hover {



  background-color: #6dcff6;



  -webkit-box-shadow: 0 -1px 0 0 rgba(109, 207, 246, 0.9) inset;



  box-shadow: 0 -1px 0 0 rgba(109, 207, 246, 0.9) inset;



}







#leo-megamenu .submega-meta div.name,



#leo-megamenu .artwork-meta div.name {



  font-weight: bold;



  margin: 5px 0;



  text-transform: uppercase;



}







#leo-megamenu .image {



  text-align: center;



  margin-bottom: 20px;



}







#leo-megamenu .submega-meta, #leo-megamenu .artwork-meta {



  text-align: center;



}







#leo-megamenu .image img {



  aspect-ratio: 1;



  max-width: 130px



}







.topnav .ApImage .image_description p {



  margin: 0;



}



@media (max-width: 1190px) {



  .contact-form .form-footer {



    position: relative;



    bottom: 0;



    right: 0;



    float: left !important;



  }



  .contact-form .form-footer:after {



    content: "";



    clear: both;



    display: block;



  }



}



@media (max-width: 767px) {



  .right-contact {



    clear: both;



    margin-top: 30px;



  }



  #accordion.leo-mobile .panel-heading {



    background: #fff;



    border: 1px solid #ccc;



    padding: 0;



    border-radius: 0;



  }



  #accordion.leo-mobile .panel-heading a {



    padding: 0 15px;



    height: 100%;



    display: flex;



    align-items: center;



  }



  #accordion.leo-mobile .panel-heading .panel-title a:after {



    right: 10px;



  }



  #accordion.leo-mobile .faq-item {



    margin-bottom: 30px;



  }



  #accordion.leo-mobile .faq-item .faq-item-question {



    padding: 5px 0;



    margin-bottom: 10px;



  }



  #accordion.leo-mobile .faq-item .faq-item-question a {



    font-size: 17px;



    text-transform: none;



    margin-top: 18px;



    margin-bottom: 9px;



    font-family: "Fira Sans Condensed";



    font-weight: 500;



    line-height: 1.1;



    color: #535353;



  }



  #accordion.leo-mobile .faq-item .faq-item-answer {



  }



  #leo-verticalmenu .content-inner li:first-child {



    position: relative;



  }



  #leo-verticalmenu .content-inner li:first-child a:after {



    display: none;



  }



  #leo-verticalmenu .content-inner li:first-child .btn-open-close {



    position: absolute;



    right: 0;



    top: 0;



    height: 40px;



    width: 40px;



    display: flex;



    align-items: center;



    justify-content: center;



    cursor: pointer;



  }



  /* #leo-verticalmenu .content-inner li:first-child .btn-open-close:after{



        content: "\f0da";



        font: normal normal normal 14px / 1 FontAwesome;



        background: #a84bad;



        display: block;



        width: 16px;



        height: 16px;



        border-radius: 16px;



        text-align: center;



        line-height: 16px;



        font-size: 17px;



        color: #fff;



        padding-left: 2px; 



    } */



  #leo-verticalmenu



    .content-inner



    ul.active



    li:first-child



    .btn-open-close:after {



    transform: rotate(90deg);



  }



  #leo-verticalmenu .content-inner ul.active li {



    display: block;



    border-top: 1px solid #e5e5e5;



  }



  #leo-verticalmenu .content-inner ul.active li:first-child a {



    padding: 10px 0 10px 25px;



  }



  #leo-verticalmenu .content-inner ul.active li a {



    padding: 10px 0 10px 40px;



    /* padding-left: 25px; */



    display: block;



    color: #000;



    font-weight: 400;



    text-transform: uppercase;



  }







  #leo-verticalmenu .content-inner {



    padding-left: 0;



    padding-right: 0;



  }







  .product-actions.show-mobile {



    transform: translateY(0);



  }







  .product_list.list .ajax_block_product {



    width: 100%;



  }



  .product_list.list .thumbnail-container {



    display: flex;



  }



  .thumbnail-container .product-image {



    /* width: 180px; */



  }



  .thumbnail-container .product-meta {



    flex: 1;



  }



  

  #footer .footer-container .title-ap-column,



  #footer .footer-center .ApRawHtml .title_block {



    margin-bottom: 10px;



    padding-bottom: 10px;



  }



  #footer .footer-center .ApRawHtml br {



    display: none;



  }



  .footer-container ul {



    margin: 0;



  }







  .blog-detail .blog-title {



    margin: 0 0 16px;



    overflow: auto;



    text-overflow: unset;



    display: block;



    height: unset;



    overflow: unset;



    font-size: 20px;

    line-height: 24px;



  }



  .blog-detail .blog-meta {

    margin-bottom: 24px;

  }



  .blog-image {

    margin-bottom: 24px;

  }

  .get_a_quote img {



    position: relative;



    top: 0;



    right: 0;



    width: auto;



    margin-top: 15px;



  }



  p.title-quote {



    text-align: center;



    border-color: #0092a3;



  }



  .product-actions > div {



    border-color: #0092a3;



  }



  .close-quote-box {



    float: right;



  }



  .contact-footer-mobile {



    display: block;



  }



  .form-group-button-submit > div {



    width: 100%;



  }



}



@media (max-width: 480px) {



  .header-nav .logo-top .col-sp-9 {



    width: 90%;



  }



  .header-nav .phone-contact a {



    font-size: 14px;



    display: block;



  }



  .header-top .ApRow {



    padding: 0;



  }



  .content-col-top {



    display: flex;



    align-items: center;



  }







  .group-product-sort,



  .category-pagination {



    width: 100%;



  }



  .pagination > div:first-child {



    justify-content: left;



  }



  .products-sort-order {



    flex: 1;



  }



  .products-sort-order .select-title {



    width: 100%;



  }



  .ajax_block_product {

    width: calc(50% - 5px);

  }



  .card-top h1.h1.cat_name {



    font-size: 24px;



    color: #000000;



    padding: 0;



    margin-bottom: 5px;



    font-weight: 800;



  }



  .card-top .category-bg {



    min-height: 95px;



    height: auto !important;



  }



  .pricebeatpromise_accodion .pricebeatpromise-col1 {



    width: 100%;



    margin: 0;



  }



  .pricebeatpromise_accodion {



    margin: 0;



  }



  .pricebeatpromise_accodion .panel-title > a {



    font-size: 13px;



  }



  .pricebeatpromise_accodion .panel-heading {



    padding-top: 0;



    padding-bottom: 0;



  }



  .product-accessories .products-section-title {



    padding: 15px;



    font-size: 16px;



  }







  .product_list.list .ajax_block_product {



    width: 100%;



  }



  

  .group-contact-info.ApRawHtml {



    padding: 0 10px;



  }



  .more-featured-articles > div {



    width: 100%;



  }



  .extra-blogs {



    padding-top: 20px;



  }



  #cart_summary .product-line-grid-body .product-description {



    display: none;



  }



  .product-line-grid td {



    padding: 5px;



    max-width: 20px;



  }



  .product-line-grid td:nth-child(2) {



    width: calc(100vw - 210px);



  }



  .product-line-grid br {



    display: none;



  }



  #quote_upload_displayimage span {



    height: 15px;



  }



  #quote_upload_displayimage > div {



    padding-right: 0;



  }



  .thank-you-page .title-block .title-heading {



    font-size: 50px;



    letter-spacing: 0px;



  }



  .thank-you-page .title-block .title-bg {



    margin-top: 0;



    font-size: 16px;



    text-align: center;



  }



  .thank-you-page .content-block p {



    width: 100%;



  }



  .thank-you-page .title-block .title-caption {



    font-size: 20px;



  }



  .sticky-add-to-cart-footer {



    gap: 10px;



    padding: 20px 10px;



  }



  .sticky-add-to-cart-footer a {



    width: calc(50% - 6px);



  }



  /* .sticky-add-to-cart-footer a span {



    font-size: 13px;



    line-height: 20px;



  } */



  .sticky-add-to-cart-footer .continue-shopping span {



  }



}



@media (min-width: 768px) {



  .product_list.list .thumbnail-container .product-image {



    padding-right: 10px;



  }



}







@media (max-width: 767px) {



  #category .product_list {



    padding-left: 11px;



    padding-right: 11px;



    margin-left: -11px;



    margin-right: -11px;



    padding-top: 18px;



    background-color: #273655;



  }





  .product-accessories .products-section-title {



    background-color: #fff;



    padding: 0 5px;



    position: relative;



    max-width: 90%;



    font-size: 23px;



    color: #000000;



    margin-top: 20px;



    margin-bottom: 50px;



    font-weight: normal;



    text-transform: none;



    font-family: "Oswald", sans-serif;



    display: inline-block;



    border-top: none;



  }



  .product-accessories .products-section-title::before {



    content: "";



    position: absolute;



    top: 50%;



    left: 50%;



    height: 1px;



    width: 9999px;



    background: #1d9fae;



    transform: translate(-50%, -50%);



    z-index: -1;



  }



  .product-accessories {



    border: none;



    text-align: center;



  }



  .product-accessories .owl-wrapper-outer {



    margin: 0;



  }



  #product-accessories {



    padding: 0;



  }



  #product-accessories .owl-controls .owl-buttons > div {



    top: -50px;



    border: none;



    margin: 0;



    right: -10px;



    left: auto;



  }







  #product-accessories .owl-controls .owl-buttons > div.owl-prev {



    z-index: 2;



  }







  #product-accessories .owl-controls .owl-buttons > div.owl-prev::after {



    content: "";



    position: absolute;



    top: -5px;



    right: -16px;



    width: 32px;



    height: 38px;



    background: url("../img/modules/appagebuilder/img/items.png") no-repeat;



    background-position: -255px 0;



  }







  /* .add-quotes {



    line-height: normal;



    padding: 0 45px 0 0;



    color: white;



    display: block;



    font-size: 18px;



    font-weight: bold;



    border: none;



    position: relative;



    height: 45px;



    width: 100%;



    position: relative;



    background: url("../img/bg-btn-orange.jpg");



    border-bottom: 4px solid #0e87a4;



    border-radius: 10px;



    -moz-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.21);



    -webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.21);



    -o-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.21);



    -ms-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.21);



    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.21);



  }







  .add-quotes i {



    display: none;



  }







  .add-quotes::before {



    content: "";



    position: absolute;



    right: 10px;



    top: 50%;



    z-index: 1;



    width: 25px;



    height: 25px;



    background: url("../img/icon-btn-orange.png") no-repeat;



    background-size: contain;



    -webkit-transform: translateY(-50%);



    -moz-transform: translateY(-50%);



    -ms-transform: translateY(-50%);



    -o-transform: translateY(-50%);



    transform: translateY(-50%);



  } */



}







p.title-quote .close-quote-box {



  display: none;



}







.bg-cms img {



  height: auto;



}







@media (max-width: 767px) {



  .about-us {



    text-align: center;



  }



}







@media (min-width: 768px) {



  .about-us .note {



    float: right;



    text-align: center;



  }







  .about-us .price_appa {



    float: right;



    text-align: center;



  }



}







.rte ul,



#category_description_full ul {



  list-style-type: disc;



  padding-left: 15px;



}







.rte ol {



  list-style-type: decimal;



  padding-left: 15px;



}







.product-tab-bottom .h2 {



  font-size: 17px;



  text-transform: none;



  margin-top: 18px;



  margin-bottom: 9px;



}







.product-tab-bottom .title {



  font-size: 17px;



  text-transform: none;



  margin-top: 18px;



  margin-bottom: 9px;



  font-weight: 500;



  line-height: 1.1;



  color: #535353;



}







#cart #wrapper .breadcrumb[data-depth="1"] li {



  display: inline-block;



}







#cart #wrapper .breadcrumb[data-depth="1"] li:not(:last-child) {



  color: #777;



  font-weight: normal;



}







.order_banner {



  margin-bottom: 20px;



}





#validateOrder .form-control {



  height: 45px;



  border-radius: 0;



  border-color: #ccc;



  color: #555;



  font-size: 13px;



}







#validateOrder .form-control:focus {



  border-color: #66afe9;



}







#validateOrder .form-control::-webkit-file-upload-button {



  font-weight: 400;



}







#submitQuote {

  color: #fff !important;

  position: relative;

  font-weight: 700;

  font-size: 16px;

  margin-top: 0;

  padding: 15px 30px;

  background: var(--terra);

  border: unset;

  border-radius: 100px;

  line-height: 1.42857;

  box-shadow: 0 8px 20px rgba(217,84,43,.3);

}





#submitQuote:hover {



  background: #062949;



  color: #fff !important;



}







#submitQuote .fa {



  width: 35px;



  height: 35px;



  font-size: 16px;



  line-height: 35px;



  text-align: center;



  border-radius: 5px;



  background: #fff;



  color: #fa6f3a;



  position: absolute;



  top: 0;



  right: 10px;



  bottom: 2px;



  z-index: 2;



  margin: auto;



  font-family: "FontAwesome";



}







#submitQuote .fa::before {



  content: "\f054";



}







#submitQuote:hover i {



  background: #fff;



}







@media (max-width: 991px) {



  .quote_form_left,



  .quote_form_right {



    width: 100%;



  }



  .get_a_quote img {



    position: initial;



  }



}







@media (max-width: 767px) {



  #order #submitQuote .fa,



  #product #form-cart .add-quotes .fa {



    display: none;



  }



}







.quote_form .text-center {



  text-align: center;



}







@media (max-width: 575px) {



  .product-line-grid-body .product-description {



    display: none;



  }



  .product-line-grid-body > .product-line-info > a.label {



    font-size: 14px;



    font-family: "Fira Sans Condensed", sans-serif;



    color: #000;



  }



  .product-line-grid-body > .product-line-info > .label {



    font-size: 14px;



    font-weight: 400;



    color: #000;



  }



  .product-line-grid-body > .product-line-info {



    margin-bottom: 0;



  }



  .qty .bootstrap-touchspin input.form-control,



  .qty .bootstrap-touchspin input.input-group {



    width: 40px;



  }



  .qty .bootstrap-touchspin .btn-touchspin {



    width: 20px;



  }



  .qty .bootstrap-touchspin {



    margin: 0;



  }



}





#sitemap .page-header {



  margin-top: 60px;



  text-align: left;



}







.sitemap-title {



  text-transform: uppercase;



}







#sitemap .breadcrumb {



  position: absolute;



  left: calc(25% + 9px);



  top: 0;



}







.sidebar .block-categories {



  border-top: none;



  border-color: #f0f0f0;



}







.sidebar .block-categories .title_block {



  font-size: 16px;



  padding: 18px 16px;



  color: white;



  font-weight: 800;



  background: #0683a1;



  text-transform: uppercase;



  letter-spacing: 1px;



}







.sidebar .block-categories .block_content {



  padding: 0;



}







#sitemap .block-categories .category-sub-menu {



  margin-bottom: 0;



}







#sitemap .block-categories .category-sub-menu li[data-depth="0"] {



  padding: 0;



}







#sitemap .block-categories .category-sub-menu li:not(:last-child) {



  border-bottom: 1px solid #f0f0f0;



}







#sitemap .block-categories .category-sub-menu li > a {



  font-size: 15px;



  padding: 16px 20px 16px 25px;



  display: block;



  color: #00222b;



  text-transform: none;



  background: white;



  line-height: 16px;



  position: relative;



  font-weight: 300;



  transition: 0.2s all;



}







#sitemap .block-categories .category-sub-menu li > a::before {



  content: "\f054";



  font-family: "FontAwesome";



  font-size: 14px;



  color: #0683a1;



  position: absolute;



  left: 10px;



  top: 15px;



  display: block !important;



}







#sitemap .block-categories .category-sub-menu li > a:hover {



  background-color: #062949;



  color: #fff;



}







#sitemap .block-categories .collapse-icons,



#sitemap .block-categories .collapse {



  display: none;



}







.sitemap > div > ul {



  padding: 0;



}







.sitemap > div > ul > li {



  border: none;



  background: none;



}







.sitemap ul.nested {



  margin: 0;



  padding-top: 0;



}







#category-page-1 {



  font-size: 0;



}







#category-page-1::before {



  content: "\f015";



  display: inline-block;



  font-family: "FontAwesome";



  font-size: 20px;



}







.sitemap > div:last-child > ul > li {



  padding: 0 0 11px;



  line-height: 16px;



}







.sitemap > div:last-child > ul > li::before {



  content: "\f105";



  display: inline-block;



  font-family: "FontAwesome";



  padding-right: 10px;



}







.kenit-alo-phone {



  position: fixed;



  left: 0px;



  bottom: 30px;



  visibility: visible;



  background-color: transparent;



  width: 100px;



  height: 100px;



  cursor: pointer;



  z-index: 200000 !important;



}



.mpm-fpe-toolbar-container {



  position: fixed;



  top: calc(50% - 20px);



}







#product .kenit-alo-phone {



  bottom: 40px;



}







@media (min-width: 768px) {



  .call-now {



    display: none;



  }



}







.kenit-alo-circle {



  width: 70px;



  height: 70px;



  top: 15px;



  left: 15px;



  position: absolute;



  background-color: transparent;



  -webkit-border-radius: 100%;



  -moz-border-radius: 100%;



  border-radius: 100%;



  border: 2px solid rgba(30, 30, 30, 0.4);



  border-color: rgba(250, 112, 58, 0.5);



}







.kenit-alo-circle-fill {



  width: 56px;



  height: 56px;



  top: 22px;



  left: 22px;



  position: absolute;



  -webkit-transition: all 0.2s ease-in-out;



  -moz-transition: all 0.2s ease-in-out;



  -ms-transition: all 0.2s ease-in-out;



  -o-transition: all 0.2s ease-in-out;



  transition: all 0.2s ease-in-out;



  -webkit-border-radius: 100%;



  -moz-border-radius: 100%;



  border-radius: 100%;



  -webkit-transition: all 0.5s;



  -moz-transition: all 0.5s;



  -o-transition: all 0.5s;



  transition: all 0.5s;



  background-color: rgba(250, 112, 58, 0.3);



}







.kenit-alo-img-circle {



  width: 42px;



  height: 42px;



  top: 29px;



  left: 29px;



  position: absolute;



  /* background: rgba(30, 30, 30, 0.1)



    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==)



    no-repeat center center; */



  -webkit-border-radius: 100%;



  -moz-border-radius: 100%;



  border-radius: 100%;



  /* border: 2px solid transparent; */



  /* opacity: 0.7; */



  -webkit-transition: all 0.2s ease-in-out;



  -moz-transition: all 0.2s ease-in-out;



  -ms-transition: all 0.2s ease-in-out;



  -o-transition: all 0.2s ease-in-out;



  transition: all 0.2s ease-in-out;



  -webkit-transform-origin: 50% 50%;



  -moz-transform-origin: 50% 50%;



  -ms-transform-origin: 50% 50%;



  -o-transform-origin: 50% 50%;



  transform-origin: 50% 50%;



  background-color: #fa6f3a;



  background-size: 70%;



  display: flex;



  justify-content: center;



  align-items: center;



}







.kenit-alo-phone span {



  display: block;



  background: #30a4cc;



  color: #fff;



  padding: 5px;



  text-align: center;



  position: absolute;



  left: 5px;



  width: 110px;



  top: -15px;



  border-radius: 4px 4px;



}







.kenit-alo-phone span:before {



  content: "";



  width: 0;



  height: 0;



  border-style: solid;



  border-width: 10px 10px 0 10px;



  border-color: #30a4cc transparent transparent transparent;



  position: absolute;



  top: 28px;



  left: 0;



  right: 0;



  text-align: center;



  margin: 0 auto;



}







.tada {



  -webkit-animation-name: tada;



  animation-name: tada;



}







.animated {



  visibility: visible;



  -webkit-animation-duration: 1s;



  animation-duration: 1s;



  -webkit-animation-fill-mode: both;



  animation-fill-mode: both;



}







.animated.infinite {



  -webkit-animation-iteration-count: infinite;



  animation-iteration-count: infinite;



}







.pulse {



  -webkit-animation-name: pulse;



  animation-name: pulse;



}







.zoomIn {



  -webkit-animation-name: zoomIn;



  animation-name: zoomIn;



}







@keyframes zoomIn {



  0% {



    opacity: 0;



    -webkit-transform: scale3d(0.3, 0.3, 0.3);



    transform: scale3d(0.3, 0.3, 0.3);



  }







  50% {



    opacity: 1;



  }



}







@keyframes pulse {



  0% {



    -webkit-transform: scale3d(1, 1, 1);



    transform: scale3d(1, 1, 1);



  }







  50% {



    -webkit-transform: scale3d(1.05, 1.05, 1.05);



    transform: scale3d(1.05, 1.05, 1.05);



  }







  100% {



    -webkit-transform: scale3d(1, 1, 1);



    transform: scale3d(1, 1, 1);



  }



}







@keyframes tada {



  0% {



    -webkit-transform: scale3d(1, 1, 1);



    transform: scale3d(1, 1, 1);



  }







  10%,



  20% {



    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);



    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);



  }







  30%,



  50%,



  70%,



  90% {



    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);



    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);



  }







  40%,



  60%,



  80% {



    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);



    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);



  }







  100% {



    -webkit-transform: scale3d(1, 1, 1);



    transform: scale3d(1, 1, 1);



  }



}







@media (max-width: 767px) {



  .button-overlay {



    cursor: pointer;



    height: 100%;



    opacity: 0.2;



    position: fixed;



    right: 0;



    top: 0;



    width: 100%;



    z-index: 999999;



    display: none;



    background: black none repeat scroll 0 0;



  }



  .button-overlay.active {



    display: block;



  }



}







@media (max-width: 767px) {



  #footer .box__footer--link .ApColumn:nth-child(3n + 1) {



    clear: both;



  }



  .google-reviews {



    height: 120px;



    overflow: hidden;



  }



  .home-banner-mobile img {



    max-width: 100%;



  }







  .ti-widget .ti-review-content,



  .ti-widget .ti-read-more,



  .ti-widget .ti-verified-by-row {



    display: none !important;



  }



  .group-service-product {



    max-width: 100% !important;



  }



  .block .ti-widget[data-layout-id="14"][data-set-id='light-background'] .ti-controls-line {



    display: none !important;



  }



  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-inner {



    height: 100%;



  }



}







.group-service-product .ti-widget {



  position: unset !important;



  margin: 0 !important;



  text-align: center;

  padding-top: 5px;



}







.group-service-product



  .ti-widget[data-layout-id="117"][data-set-id="light-background"] {



  margin: 0 !important;



}







.group-service-product .ti-header {



  margin: 0 !important;



  background: transparent !important;



  border: none !important;



  box-shadow: none !important;



}







.group-service-product .ti-close-button {



  display: none !important;



}







.group-service-product .ti-first-row {



  flex-wrap: wrap;



}







.js-cart {



  margin-top: 16px;



}







.left-contact  > form {



display: flex;



flex-direction: column;



}







.custom__manufacturers .manufacturer-item span {



  display: none;



}







.pricebeatpromise_accodion .panel-title h4{



  position: relative;



  width: 100%;



}











.custom__manufacturers .carousel-inner {



      width: 100%;



      overflow: hidden;



      opacity: 0;



      height: 0;



      transition: 0.25s all ease;



    }







    .custom__manufacturers.loaded .carousel-inner {



      opacity: 1;



      height: auto;



    }







    .custom__manufacturers .carousel-item  {



      display: flex;



      width: max-content;



      animation: scroll-marquee 80s linear infinite;



    }







    .custom__manufacturers .carousel-item  img {



      height: 60px;

      margin-right: 10px;



    }







    .custom__manufacturers .manufacturer-item {



      padding: 0 10px;



    }







    @keyframes scroll-marquee {



      0% {



        transform: translateX(0%);



      }



      100% {



        transform: translateX(-50%);



      }



    }







@media (max-width: 480px) {



  .prsr-top {



    flex-wrap: wrap;



    gap: 10px;



  }



  .prsr-header {



    font-weight: 600;



  }



  .prsr-name {



    flex-wrap: wrap;



  }



  .prsr-image-container {



    width: 60px;



  }



  .prsr-name {



    flex-direction: column;



    gap: 8px;



    margin-bottom: 8px;



  }



  .search-in-product .des {



    display: none;



  }



  .ac_over {



    background: #f3faff;



  }



  .ac_results li {



    padding: 10px 0;



  }



}







.all-search-product a {



  padding: 8px 50px 8px 15px;



  border-radius: 3px;



  font-size: 18px;



  line-height: 18px;



  color: #fff;



  display: inline-flex;



  align-items: center;



  justify-content: center;



  height: 44px;



  position: relative;



  transition: 0.25s all;



  max-width: none;



  background: unset;



  font-weight: 500;



}







.all-search-product a:after {



  content: "\f054";



  width: 30px;



  height: 30px;



  border-radius: 3px;



  font-size: 13px;



  font-family: "FontAwesome";



  background-color: #fff;



  color: #fa6f3a;



  display: flex;



  align-items: center;



  justify-content: center;



  position: absolute;



  top: 6px;



  bottom: 6px;



  right: 6px;



  transition: 0.25s all;



  font-weight: 400;



}







.blockreassurance_product-3{



  cursor: pointer;



}



#service-modal{



  background: #00000060;



  align-items: center;



}



#service-modal .modal-dialog{



  width: 100%;



  padding: 0 15px;



  max-width: 1400px;



}



#service-modal .modal-header{



  border: none;



  padding: 0px 15px;



}



#service-modal .btn-close-modal{



  margin: 0px;



  font-size: 40px;



  line-height: 0;



  background: #fff;



}



#service-modal .title{



  color: #152b54;



  font-size: 35px;



  font-weight: 600;



  text-align: center;



  margin: 0px 0px 10px;



  text-transform: none;



}



#service-modal .service-items{



  display: flex;



  flex-wrap: wrap;



  justify-content: center;



  align-items: center;



  padding-bottom: 30px;



}



#service-modal .service-item .img img{



  width: 35px;



}



#service-modal .service-item{



  border-radius: 50%;



  border: 1px solid;



  padding: 0px 27px;



  width: 180px;



  height: 180px;



  margin: 15px 30px;



  text-align: center;



  position: relative;



  display: flex;



  flex-wrap: wrap;



  justify-content: center;



  align-items: center;



  flex-direction: column;



}



#service-modal .service-item.service-item-1{



  border-color: #D2DE42;



}



#service-modal .service-item.service-item-2{



  border-color: #77C044;



}



#service-modal .service-item.service-item-3{



  border-color: #00B6B6;



}



#service-modal .service-item.service-item-4{



  border-color: #0993D2;



}



#service-modal .service-item.service-item-5{



  border-color: #214F7D;



}



#service-modal .service-item h6{



  text-transform: none;



  font-weight: 600;



  font-size: 28px;



  color: #152b54;



  margin: 0px 0px 10px;



}



#service-modal .service-item p{



  font-size: 14px;



  color: #231F20;



  line-height: 1.2;



  margin: 0px;



}



#service-modal .service-item .number{



  position: absolute;



  top: 50%;



  left: -20px;



  line-height: 1;



  padding: 10px 0px;



  background: white;



  font-weight: bold;



  transform: translateY(-50%);



  max-width: 100%;



  height: 80px;



}







.pricebeatpromise_accodion .panel-heading h4, .pricebeatpromise_accodion .panel-heading h3,  .pricebeatpromise_accodion .panel-heading .h4 {



  flex: 1;



}













.pricebeatpromise_accodion .panel-heading .panel-title a:after {



  position: unset;



}



.ac_event.ac_over,



.ac_old.ac_over {



  background-color: #E9E9E9;



  padding: 5px !important;



}







/* update new quote */



.upload-logo-label {

  font-size: 13.5px;

  font-weight: 700;

  color: var(--char);

  margin: 18px 0 9px;

}

.upload-logo-label span{

  color: var(--terra-deep);

}



.quote-import-file-cart .quote_upload-row1{

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: 1.5px dashed var(--ink-mute);

  border-radius: 12px;

  padding: 0;

  cursor: pointer;

  transition: .15s;

  font-size: 14px;

  color: var(--ink-soft);

  text-align: center;

  background: var(--cream);

}

.f-drop svg {

  width: 18px;

  height: 18px;

  flex-shrink: 0;

  color: var(--terra);

}



.quote-import-file-cart .quote_upload-row1:hover{



  background: #fa6f3a;



}



#validateOrder{



  background: #fff;



}



.quote-import-file-cart span.quote_upload-browse{

  text-decoration: none;

  display: flex;

  width: 100%;

  padding: 15px 20px;

  align-items: center;

  justify-content: center;

  gap: 10px;

}



.quote-import-file-cart i{



  background: #335697;



  padding: 8px;



  border-radius: 20px;



  font-size: 10px;



  margin-right: 5px;



}



#quote_upload_displayimage{



  display: flex;



  gap: 10px;



  flex-wrap: wrap;



  justify-content: center;



}



#quote_upload_displayimage > div{



  padding-right: 25px;



  border: none;



  margin-top: 5px;



}



#quote_upload_displayimage span{



  display: unset;



}



#quote_upload_displayimage .quote-upload-cancel{



  border: unset;



}







.quote_form .form-group.text-center{



  text-align: center !important;



}



#validateOrder .quote_form #message{



  height: 203px !important;



  resize: unset;



}



#validateOrder #g-recaptcha > div{



  width: 100% !important;



}





.quote-upload-label{



  text-align: center;



  margin-top: 5px;



  padding: 5px;



  font-weight: 400;



}



.quote-upload-label.hide{



  display: none;



}



#validateOrder .quote_form_right{



  gap: 22px;



}







.list-product-slick-carousel .slick-slide{



  opacity: 0;



  display: none;



  float: left;



}



.list-product-slick-carousel.slick-initialized  .slick-slide {



  opacity: 1;



  display: block;



}







.list-product-slick-carousel{



  opacity: 0;



  display: none;



}



.pricebeatpromise_accodion .panel-heading .panel-title a:after {

  content: "";

  position: absolute;

  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAPElEQVR4nGNgGAXUBJtclf+DMFUNRQajFhAEm0YtoLkFm6AGUIoZBsyCoR8HhMCmUQsIgU2jFowCBiwAAKaWjqW9ONN2AAAAAElFTkSuQmCC');

  display: block;

  width: 26px;

  height: 26px;

  border-radius: 40px;

  border: 1px solid #ccc;

  background-size: 18px;

  background-position: center;

  background-repeat: no-repeat;

  top: 0;

}



.pricebeatpromise_accodion .panel-heading .panel-title a.collapsed:after{

  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJUlEQVR4nGNgGAWjYBSMAtLAJlfl/9TADANmwSgYBaNgFDBgBQBrh0uFnjx+AwAAAABJRU5ErkJggg==');

}



.pricebeatpromise_accodion .ap-accordion .panel-default .panel-heading {



  margin-bottom: 0;



  background: unset;



  border: none;



  border-bottom: 1px solid #ddd;



  border-radius: unset;



}



/*.pricebeatpromise_accodion .panel-heading{



  padding: 0 10px;



  background: unset !important;



  border: none !important;



  border-bottom: 1px solid #ddd !important;



}*/



.pricebeatpromise_accodion .panel-body{



  border: none !important;



  border-bottom: 1px solid #ddd !important;



}





.pricebeatpromise_accodion .panel-heading .h4, .pricebeatpromise_accodion .panel-heading h4{



  font-size: 16px;



  height: auto;



  position: relative;



  padding-right: 50px;



}



#category .ApRawHtml .title_block{



  margin: 15px auto 10px;



}



@media (max-width: 600px) {



  .product-miniature .thumbnail-container .product-price-and-shipping .price-from {



    position: absolute;



    top: -22px;



    height: fit-content;



    display: block;



    width: 100%;



    left: 3px;



  }



  .product-miniature .thumbnail-container .product-price-and-shipping .price-from br{



    display: none;



  }



  .product-miniature .thumbnail-container .product-price-and-shipping > a:first-child{



    padding-top: 15px;



    position: relative;



  }



  .product-miniature .thumbnail-container .product-price-and-shipping .price-notice{



    right: -10px;



  }



  .product-miniature .thumbnail-container .product-price-and-shipping{



    padding: 5px 55px 5px 25px;



  }



  #add-to-quotes.leo-mobile button{



    max-width: unset;



  }



}



.hidden {



	display: none;



}



.category-additional-description h3 {

    text-transform: none;

    color: #000;

    font-size: 18px;

    margin-bottom: 16px;

}



.category-additional-description b {

    font-weight: 500;

    color: #000;

}



.category-additional-description p {

    color: #000;

}



.category-additional-description ul {

    list-style: disc;

    padding-left: 40px;

}





@media (max-width: 767px) {



   .category-additional-description {

    padding: 15px 12px 10px;

   }

  .category-additional-description p {

    font-size: 14px;

  }



  .category-additional-description ul {

    padding-left: 20px;

  }

}





#module-leoblog-blog section#wrapper {

  background: #F3FAFF;

  padding-bottom: 30px;

}







@media (min-width: 768px) {

#module-leoblog-blog #left-column {

  width: 30%;

}



#module-leoblog-blog #content-wrapper {

  width: 70%;

}

}



.blog-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 0 24px

}







.blog-detail .social-share {

  

  margin: 0;

  flex: 1;

}



.blog-detail .social-share .social-wrap {

display: flex;

  align-items: center;

  justify-content: flex-end;

}



.blog-detail  .social-share .social-heading {

  font-size: 14px;

  color: #668297;

  padding: 0;

  width: auto;

}



.blog-detail  .social-share .social-heading b {

  font-weight: 400;

}



.itemTwitterButton {

  margin-bottom: 3px;

}





.mt-48 {

  margin-top: 48px;

}



.mb-32 {

  margin-bottom: 32px;

}



#module-leoblog-blog .card-top {

  margin-bottom: 22px;

}



.blog-more   {

  display: inline-flex;

  align-items: center;

  margin-top: 8px;

  font-size: 15px;

  line-height: 16px;

  text-transform: uppercase;

  font-weight: 500;

  color: var(--terra,#d9542b);

  gap: 6px;

}



svg.blog-placeholder-svg {

  width: 100%;

    aspect-ratio: 1;

    height: auto;

    border-radius: 4px;

}



@media (max-width: 767px) {

  .blog-detail .blog-description {

    font-size: 14px;

  }

  .blog-meta {

    font-size: 14px;

    line-height: 20px;

  }

  #blogpage {

    margin-left: 0;

    margin-right: 0;

  }



  .blog-meta > span {

    margin-right: 10px;

    padding-right: 10px;

  }



  .blog-meta > span svg {

    width: 20px;

    margin-right: 5px;

  }



  .blog-meta > span:not(:last-child)::before {

    height: 13px;

    top: 5px;

    bottom: 5px;

  }



  .blog-footer {

    flex-wrap: wrap;

    flex-direction: column;

    gap: 16px;

    align-items: flex-start;

  }

  

}



.cms-top-service {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

  margin-top: 20px;

  margin-bottom: 10px;

  justify-content: space-between;

}

.cms-top-service-item {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  /*width: calc(20% - 24px);*/

  align-items: center;

}

.cms-top-service-item h4{

  margin-top: 0;

  margin-bottom: 3px;

  padding: 0;

  font-weight: 600;

  color: #003B67;

  font-size: 14px;

}

.cms-top-service-item p {

  margin: 0;

  padding: 0;

  font-size: 13px;

  color: #828692;

  font-weight: 400;

}

.cms-row-1 h3, .cms-row-2 h3{

  color: #273755;

  font-size: 32px;

  margin-bottom: 20px;

  text-transform: none;

}

.cms-row p{

  font-size: 16px;

  line-height: 24px;

  font-weight: 400;

  color: #828692;

}

.cms-row-flex-30{

  display: flex;

  flex-wrap: wrap;

  gap: 80px;

}

.cms-row-50{

  width: calc(50% - 80px);

}

.cms-row {

  margin-bottom: 70px;

}

.cms-row-left a{

  color: var(--terra,#d9542b);

}

.cms-row-1 a, .cms-row-2 a{

  color: var(--terra,#d9542b);

}

.categories-for-melbourn{

  position: relative;

  background: #EDF8FB;

}

.categories-for-melbourn:before{

  content: '';

  background: #EDF8FB;

  width: 100%;

  height: 100%;

  display: block;

  position: absolute;

  left: -50%;

  top: 0;

  z-index: -1;

}

.categories-for-melbourn-content:before{

  content: '';

  background: #EDF8FB;

  width: 100%;

  height: 100%;

  display: block;

  position: absolute;

  right: -50%;

  z-index: -1;

  top: 0;

}

.categories-for-melbourn-content {

  padding: 65px 0;

}

.categories-for-melbourn-content ul{

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

}

.categories-for-melbourn-content ul li{

  width: calc(20% - 25px);

  text-align: center;

}

.categories-for-melbourn-content ul li a{

  display: inline-block;

  text-align: center;

}

.categories-for-melbourn-content ul li a img {

  display: block;

  border-radius: 15px;

  margin-bottom: 10px;

}

.categories-for-melbourn-content ul li a:hover img {

  border: 2px solid #85B8BE;

}

.categories-for-melbourn-content ul li a span{

  display: block;

  font-size: 16px;

  font-weight: 500;

  color: #273755;

}

.categories-for-melbourn-content > h3{

  font-weight: 600;

  font-size: 32px;

  text-align: center;

  text-transform: none;

  margin-bottom: 40px;

}

.cms-fast-delivery {

  background: #152B54;

  border-radius: 16px;

  padding-top: 60px;

  padding-left: 68px;

  color: #fff;

  background-image: url('../img/fast-delivery-bg.png');

  background-repeat: no-repeat;

  background-position: right 70%;

  padding-right: 400px;

  padding-bottom: 50px;

  color: #8A95A9;

}

.cms-fast-delivery h3{

  text-align: left;

  font-weight: 600;

  font-size: 32px;

  text-transform: none;

  color: #fff;

  margin-bottom: 15px;

}

.cms-fast-delivery a{

  color: #e8792b;

}



.cms-row-normal > h3, .cms-location-faq-row > h3 {

  margin-bottom: 20px;

  color: #273755;

  font-size: 32px;

  font-weight: 600;

  text-transform: none;

}

.cms-location-faq-row .faq-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 24px;

  height: 24px;

  min-width: 24px;

  background: #22A2AF;

  color: #fff;

  border-radius: 4px;

  font-size: 13px;

  margin-top: 1px;

}

.cms-location-faq-row > h3{

  text-align: center;

  margin-bottom: 35px;

}

.cms-location-faq-content {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

}

.cms-location-faq-content .faq-card{

  width: calc(50% - 15px);

  background: #fff;

  border-radius: 10px;

  padding: 20px;

  color: #828692; 

}

.cms-location-faq-content .faq-card strong {

  font-weight: 500 !important;

}

.cms-location-faq-content .faq-card p{

  font-size: 14px;

}

.cms-location-faq-content .faq-card a{

  color: #22A2AF;

}

.cms-location-faq-content .faq-card h4{

  font-weight: 600;

  font-size: 16px;

  display: flex;

  gap: 15px;

  color: #273755;

  text-transform: none;

  align-items: center;

  margin-top: 0;

}

.cms-location-faq{

  position: relative;

  margin-bottom: 0;

}

.cms-location-faq:before {

  content: '';

  background: #F3F5F8;

  width: 100%;

  height: 100%;

  display: block;

  position: absolute;

  left: -50%;

  top: 0;

  z-index: -1;

}

.cms-location-faq-row:before {

  content: '';

  background: #F3F5F8;

  width: 100%;

  height: 100%;

  display: block;

  position: absolute;

  right: -50%;

  z-index: -1;

  top: 0;

}

.cms-location-faq-row{

  padding-top: 70px;

  padding-bottom: 70px;

}

/*.cms-id-34 #cms #content,

.cms-id-35 #cms #content,

.cms-id-36 #cms #content,

.cms-id-37 #cms #content,

.cms-id-38 #cms #content,

.cms-id-39 #cms #content,

.cms-id-40 #cms #content,

.cms-id-41 #cms #content{

  padding-top: 20px;

}

.page-cms.cms-id-34 .card-top-header, 

.page-cms.cms-id-35 .card-top-header,

.page-cms.cms-id-36 .card-top-header,

.page-cms.cms-id-37 .card-top-header,

.page-cms.cms-id-38 .card-top-header,

.page-cms.cms-id-39 .card-top-header,

.page-cms.cms-id-40 .card-top-header,

.page-cms.cms-id-41 .card-top-header {

  margin-top: 10px;

}

.page-cms.cms-id-34 .card-top-header img,

.page-cms.cms-id-35 .card-top-header img,

.page-cms.cms-id-36 .card-top-header img,

.page-cms.cms-id-37 .card-top-header img,

.page-cms.cms-id-38 .card-top-header img,

.page-cms.cms-id-39 .card-top-header img,

.page-cms.cms-id-40 .card-top-header img,

.page-cms.cms-id-41 .card-top-header img {

  border-radius: 5px;

}

.page-cms.cms-id-34 .card-top-header-title div,

.page-cms.cms-id-35 .card-top-header-title div,

.page-cms.cms-id-36 .card-top-header-title div,

.page-cms.cms-id-37 .card-top-header-title div,

.page-cms.cms-id-38 .card-top-header-title div,

.page-cms.cms-id-39 .card-top-header-title div,

.page-cms.cms-id-40 .card-top-header-title div,

.page-cms.cms-id-41 .card-top-header-title div {

  width: 100%;

}

.page-cms.cms-id-34 .card-top-header-title h1,

.page-cms.cms-id-35 .card-top-header-title h1,

.page-cms.cms-id-36 .card-top-header-title h1,

.page-cms.cms-id-37 .card-top-header-title h1,

.page-cms.cms-id-38 .card-top-header-title h1,

.page-cms.cms-id-39 .card-top-header-title h1,

.page-cms.cms-id-40 .card-top-header-title h1,

.page-cms.cms-id-41 .card-top-header-title h1 {

  color: #fff;

  text-align: center;

}

.page-cms.cms-id-34 .card-top-header-title h2,

.page-cms.cms-id-35 .card-top-header-title h2,

.page-cms.cms-id-36 .card-top-header-title h2,

.page-cms.cms-id-37 .card-top-header-title h2,

.page-cms.cms-id-38 .card-top-header-title h2,

.page-cms.cms-id-39 .card-top-header-title h2,

.page-cms.cms-id-40 .card-top-header-title h2,

.page-cms.cms-id-41 .card-top-header-title h2 {

  color: #fff;

  text-align: center;

}

.cms-id-34 #content,

.cms-id-35 #content,

.cms-id-36 #content,

.cms-id-37 #content,

.cms-id-38 #content,

.cms-id-39 #content,

.cms-id-40 #content,

.cms-id-41 #content {

  margin-bottom: 0 !important;

}

.page-cms-34 .cms-row:last-child,

.page-cms-35 .cms-row:last-child,

.page-cms-36 .cms-row:last-child,

.page-cms-37 .cms-row:last-child,

.page-cms-38 .cms-row:last-child,

.page-cms-39 .cms-row:last-child,

.page-cms-40 .cms-row:last-child,

.page-cms-41 .cms-row:last-child {

  margin-bottom: 0;

}

.page-cms-34,

.page-cms-35,

.page-cms-36,

.page-cms-37,

.page-cms-38,

.page-cms-39,

.page-cms-40,

.page-cms-41 {

  margin-top: 30px;

}

.cms-id-34 .footer-container,

.cms-id-35 .footer-container,

.cms-id-36 .footer-container,

.cms-id-37 .footer-container,

.cms-id-38 .footer-container,

.cms-id-39 .footer-container,

.cms-id-40 .footer-container,

.cms-id-41 .footer-container {

  margin: 0;

}*/

.footer-location-page {

  background: #152B54;

  padding-top: 60px;

  padding-bottom: 60px;

}

.footer-location-page-title {

  text-align: center;

  color: #fff;

  font-size: 32px;

  font-weight: 600;

  margin-bottom: 30px;

}

.location-page-form-row {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

}

.location-page-form-col1{

  width: 32%;

}

.location-page-form-col2 {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  flex: 1;

}

.location-page-form-col2 > div{

  width: calc(50% - 10px);

}

.footer-location-page textarea{

  height: 100%;

  border-radius: 3px;

  font-size: 14px;

  padding: 12px;

}

.footer-location-page input {

  border-radius: 3px;

  font-size: 14px;

  padding: 12px;

  height: 44px;

}

.location-page-form-row:last-child {

  margin-top: 20px;

}

.location-page-form-row:last-child .location-page-form-col2{

  align-content: center;

  justify-content: end;

}

.location-page-form-row #submitMessage {

  font-size: 22px;

  line-height: 30px;

  font-weight: 600;

  color: #fff;

  background-color: #fa6f3a;

  padding: 10px 90px 10px 50px;

  border-radius: 3px;

  position: relative;

  text-align: center;

  border: none;

}

.location-page-form-row #submitMessage:after{

  content: "\f054";

  font-family: "FontAwesome";

  width: 30px;

  height: 30px;

  font-size: 12px;

  font-weight: 400;

  line-height: 30px;

  text-align: center;

  border-radius: 3px;

  background: #fff;

  color: #fa6f3a;

  position: absolute;

  top: 10px;

  right: 10px;

  bottom: 0;

  z-index: 2;

  display: flex;

  justify-content: center;

  align-items: center;

}



@media (max-width: 767px) {

  .cms-row {

    margin-bottom: 30px;

    gap: 15px;

  }

  .cms-row-50 {

    width: 100%;

  }

  .cms-top-service-item-right{

    flex: 1;

  }

  .cms-top-service-item {

    width: calc(50% - 5px);

  }

  .cms-top-service {

    gap: 10px;

  }

  .page-cms-34 .cms-row-2 .cms-row-right,

  .page-cms-35 .cms-row-2 .cms-row-right,

  .page-cms-36 .cms-row-2 .cms-row-right,

  .page-cms-37 .cms-row-2 .cms-row-right,

  .page-cms-38 .cms-row-2 .cms-row-right,

  .page-cms-39 .cms-row-2 .cms-row-right,

  .page-cms-40 .cms-row-2 .cms-row-right,

  .page-cms-41 .cms-row-2 .cms-row-right {

    order: 1;

  }

  .page-cms-34 .cms-row-2 .cms-row-left,

  .page-cms-35 .cms-row-2 .cms-row-left,

  .page-cms-36 .cms-row-2 .cms-row-left,

  .page-cms-37 .cms-row-2 .cms-row-left,

  .page-cms-38 .cms-row-2 .cms-row-left,

  .page-cms-39 .cms-row-2 .cms-row-left,

  .page-cms-40 .cms-row-2 .cms-row-left,

  .page-cms-41 .cms-row-2 .cms-row-left {

    order: 2;

  }

  .categories-for-melbourn-content ul li {

    width: calc(50% - 20px);

    text-align: center;

  }

  .cms-fast-delivery {

    padding: 20px;

    background-size: 140px;

    background-position: right bottom;

  }

  .cms-location-faq-content {

    gap: 15px;

  }

  .cms-location-faq-content .faq-card {

    width: calc(100% - 0px);

  }

  .location-page-form-col1 {

    width: 100%;

  }

  .location-page-form-row:last-child .location-page-form-col2 {

    justify-content: left;

  }

}



.slide-home .title {

  color: #273755;

    font-size: 9.380cqw;

    font-weight: 300;

    line-height: 1;

    letter-spacing: -2px;

    text-transform: capitalize;

}



.slide-home .title span {

    font-weight: 600;

}

.slide-home .title span:last-child {

    letter-spacing: 0;

    font-weight: 300;

}

.slide-home ul {

    display: flex;

    gap: 24px;

    align-items: center;

    margin: 16px 0 40px;

}

#product #content-wrapper {

  margin-bottom: 0;

}

#product #main .page-footer {

  margin-bottom: 0;

}

#product .leo-mobile .panel-accordion h2{

  font-size: 20px;

}

.slide-home li {

    display: flex;

    align-items: center;

    gap: 1px;

    font-size: 2.385cqw;

    color: #09A1A1;

    line-height: 1.5;

    font-family: 'Gabarito', sans-serif;

}





.slide-home {

    display: flex;

    align-items: center;

}



.slide-home .ApRawHtml {

    container-type: inline-size;

    /*padding: 78px 0 94px;*/

    padding-bottom: 26px;

}



.service-wr-home .ApColumn {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.service-wr-home .ApImage {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 20px 0;

    margin-bottom: 0 !important;

}



.service-wr-home h5 {

    font-size: 14px;

    font-weight: 600;

    color: #273755;

    margin: 0 0 4px;

}



.service-wr-home p{

    margin-bottom: 0 !important;

    font-size: 13px;

}



.icon-wr {

    width: 30px;

    height: 30px;

    flex: 0 0 30px;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

    border-radius: 3px;

    background: #fff;

    color: var(--terra,#d9542b);

    transition: all 0.3s ease;

}



.icon-wr:hover {

    color: #fff;

    background: var(--terra,#d9542b);

}



.home-tab1  .nav-item .nav-link {

    font-size: 18px;

    text-transform: capitalize;

    font-weight: 500;

    line-height: 1.3;

    border: none;

    padding: 11px 20px;

}



.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, 

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, 

.nav-tabs .nav-item.open .nav-link:hover {

    border: 1px solid #D9D9D9;

    background: #F3FAFF;

    color: #273755;

    border-radius: 8px;

}

@media (min-width: 992px){

  .home-tab1 .nav.nav-tabs {

    position: absolute;

    top: 16px;

    right: 12px;

    padding-bottom: 0;

  }

}



.home-tab1 {

    margin-top: 34px;

}



@media (min-width: 992px){

  .home-tab1 .product_list {

      margin: 0 !important;

  }



  .home-tab1  .tab-content {

      margin: 0 -12px;

  }

}



.home-tab1  .tab-content {

  padding: 20px 0;

}



.content-wrap {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 00;

    padding: 42px;

    display: flex;

    justify-content: space-between;

    gap: 15px;

    align-items: center;

}



.banner-wrap {

    position: relative;

}



.content-wrap h4 a {

    color: #fff;

}





.content-wrap h4 a:hover {

    color: #FA6F3A;

}



.content-wrap h4 {

    margin: 0;

    text-transform: capitalize;

    font-size: 32px;

    font-weight: 600;

    line-height: 1.1;

}





a.btn-home {

    background: #FA6F3A;

    color: #fff;

    position: relative;

    margin: auto;

    padding: 8px 55px 8px 15px;

    border-radius: 8px;

    font-weight: 500;

    font-size: 18px;

    line-height: 32px;

    text-transform: capitalize;

        display: inline-flex;

        margin: 0;

}

a.btn-home:hover{

  background: #FD8812;

}

a.btn-home .icon-wr {

       color: #fa6f3a;

    background: #fff;

    position: absolute;

    right: 10px;

    bottom: 9px;

    z-index: 2;

}



.about-wr-home .title_block {

    margin-bottom: 24px;

    margin-top: 0;

}



.about-wr-home  p {

    font-size: 16px;

    line-height: 22px;

        margin-bottom: 22px;

}



.about-wr-home  a {

    color: var(--terra,#d9542b);

}



.about-wr-home a span {

    font-weight: 500;

}





.align-right-wr{

    text-align: right;

}



.box-brand-wr .title_block {

    margin: 0;

}



.box-brand-wr {

    margin-top: 42px;

    margin-bottom: 40px;

}



.box-banner-wr img{

  margin-bottom: 24px;

}



.box-banner-wr .right-wr,

.box-banner-wr .left-wr{

  width: 50%;

  float: left;

}



.box-banner-wr .right-wr{

  padding-left: 12px;

}



.box-banner-wr .left-wr{

  padding-right: 12px;

}



.how-it-works h4 {

    font-size: 18px;

    margin-top: 0;

    margin-bottom: 16px;

}



.how-it-works {

    text-align: center;

    display: flex;

    align-content: stretch;

    flex-wrap: wrap;

    justify-content: center;

    margin-bottom: 24px;

}



.how-it-works span {

    color: var(--terra,#d9542b);



}



.how-it-works img.img-fluid {

    margin-bottom: 21px;

}



.how-it-works .ApImage {

    background: #F3FAFF;

    border-radius: 16px;

    margin-top: -70px;

    padding: 92px 24px 35px;

}



.how-it-works p {

    min-height: 161px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    line-height: 23px;

}



.how-it-wr{

  margin-top: 33px;

}



.why-choose-us .title_block {

    margin-top: 40px;

    margin-bottom: 32px;

}



.why-choose-us {

    margin-top: 40px;

    padding-bottom: 30px;

}

@media (min-width: 768px){

  .why-choose-us {

    padding-bottom: 70px;

  }

}

.why-choose-us .ApImage {

    padding: 40px 40px 32px;

    background: #fff;

    border-radius: 16px;

    text-align: center;

}



.why-choose-us a {

    color: var(--terra,#d9542b);

}



.why-choose-us p {

    text-align: left;

    font-size: 14px;

    line-height: 22px;

}



.why-choose-us p:nth-child(2) {

    margin-bottom: 24px;

}



.why-choose-us .ApImage h4 {

    font-size: 20px;

    line-height: 1.2;

    margin: 32px 0 16px;

}





@media (min-width: 992px){

  .left-faqs > div {

    padding-right: 20px;

  }

  .reverse-md-up > div {

    padding-left: 4px;

  }

}





.google-wr-home .ti-mob-row {

    align-items: center;

}

.google-wr-home .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-header span {

    height: auto !important;

}

.google-wr-home .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container .ti-widget-header {

      margin: 0 0 27px!important;

  }



  .google-wr-home .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-reviews-container-wrapper {

      margin: 0 -8px!important;

  }



@media (min-width: 992px){

  .google-wr-home .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container .ti-widget-header {

      margin: 0 0 27px!important;

  }



  .google-wr-home .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-reviews-container-wrapper {

      margin: 0 -8px!important;

  }

}



.google-wr-home {

    margin-top: 60px;

    margin-bottom: 50px;

}



.card-top-header {

    margin-top: 9px;

}



span.cat:before {

    content: "";

    background: #397efe;

    display: inline-block;

    vertical-align: middle;

    width: 5px;

    height: 5px;

    border-radius: 100%;

    margin-right: 8px;

}



.cat a {

    color: #397efe;

    text-transform: uppercase;

    font-weight: 500;

}

.latest-blogs .title_block{

  margin: 0;

}

.latest-blogs .sub-title-widget {

    margin-bottom: 48px;

}



@media (min-width: 992px){

  .latest-blogs .btn-home {

    position: absolute;

    top: 5px;

    right: 12px;

  }

}



.blog-wr-home {

    margin-bottom: 75px;

}



.contact-wr-home{

  margin-bottom: 15px;

}



.contact-wr-home .contact-form .right-contact{

    display: none;

}



.contact-wr-home .contact-form .left-contact{

    width: 100%;

}



.contact-wr-home .contact-form .h3 {

    background: transparent;

    line-height: 1.1;

    color: #273755;

    text-align: center;

    padding: 0;

    margin: 0 0 14px;

    text-transform: capitalize;

    font-size: 24px;

    font-weight: 500;

}



.contact-wr-home .left-contact .form-fields {padding: 26px 32px 46px;}



.contact-wr-home .contact-form label {

    display: none;

}

.contact-wr-home  p{

  font-size: 16px;

  line-height: 25px;

}



.contact-wr-home .block_content h4 {

    font-size: 30px;

    color: var(--terra,#d9542b);

    display: inline-block;

    position: relative;

    font-weight: 500;

    line-height: 1.1;

    margin-bottom: 24px;

}

.contact-wr-home  .title_block {

    margin-bottom: 0;

}



.contact-wr-home li{

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 16px;

}

.contact-wr-home ul {

    margin-top: 26px;

    font-size: 16px;

  line-height: 25px;

  font-weight: 500;

}

.cat-wr-home .image_description{

  position: absolute;

  left: 0;

  bottom: 0;

  padding: 20px 20px;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  gap: 10px;

  width: 100%;

  z-index: 2;



}

@media (max-width: 1600px){

  .cat-wr-home .image_description{

    padding: 13px;

  }

}

/*.half-part:nth-child(2) .image_description{

  width: calc(100% - 8px);

  right: -8px;

}

.half-part:nth-child(3) .image_description{

  width: calc(100% - 8px);

  left: 8px;

}

.one-third:nth-child(1) .image_description, .one-third:nth-child(4) .image_description{

  width: calc(100% - 8px);

}

.one-third:nth-child(2) .image_description, .one-third:nth-child(5) .image_description{

  left: 4px;

  right: 4px;

  width: calc(100% - 8px);

}

.one-third:nth-child(3) .image_description, .one-third:nth-child(6) .image_description{

    left: 8px;

    width: calc(100% - 8px);

}*/

.cat-wr-home .right-wr {

    flex: 0 0 30px;

    height: 30px;

}

.cat-wr-home .right-wr a{

    height: 30px;

    display: block;

}

.cat-wr-home .icon-wr {

  display: block;

}

.cat-wr-home h4 {

    font-size: 20px;

    line-height: 1.2;

    margin-bottom: 0;

}

@media (max-width: 1600px){

  .cat-wr-home h4{

    font-size: 14px;

  }

}

.cat-wr-home .ApImage > a {

    border-radius: 16px;

    overflow: hidden;

    display: block;

    position: relative;

}



.cat-wr-home .ApImage:hover > a:before {

    content:"";

    background: linear-gradient(180deg, #152B5400, #152B54);

    width: 100%;

    height: 50%;

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 1;

}



.cat-wr-home .ApImage:hover h4{

    z-index: 2;

}



.cat-wr-home .ApImage {

    position: relative;

}



.cat-wr-home a {

    color: #fff;

}



/*.half-part {

    width: 50%;

    float: left;

}



.half-part:nth-child(2) {

    padding-right: 8px;

}



.half-part:nth-child(3) {

    padding-left: 8px;

}*/



.cat-wr-home .img-fluid {

    border-radius: 16px;

}



/*.one-third {

    width: calc(100% / 3);

    float: left;

}



.one-third:nth-child(1),.one-third:nth-child(4) {

    padding-right: 8px;

    width: calc((100% / 3) - 4px);

}



.one-third:nth-child(2), .one-third:nth-child(5) {

    padding-left: 8px;

    padding-right: 8px;

    width: calc((100% / 3) + 4px);

}



.one-third:nth-child(3), .one-third:nth-child(6) {

    padding-left: 8px;

    width: calc((100% / 3) - 4px);

}

.cat-wr-home .ApColumn:nth-child(1) {

            

            padding-right: 8px !important;

  }

  .cat-wr-home .ApColumn:nth-child(2) {

           

            padding-left: 8px  !important;

            padding-right: 8px !important;

  }

  .cat-wr-home .ApColumn:nth-child(3) {

         

           padding-left: 8px !important;

  }*/

.cat-wr-home .ApColumn:nth-child(2) .ApImage:first-child{

  grid-column: span 2;

}

@media( min-width: 992px){

  .cat-wr-home .ApColumn:nth-child(1) {

    width: 24.7% !important;

    padding-right: 8px;  

  }

  .cat-wr-home .ApColumn:nth-child(2) {

    width: 30.15% !important;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;

    padding-left: 8px;

    padding-right: 8px;   

  }

  .cat-wr-home .ApColumn:nth-child(3) {

    width: calc(45.15%) !important;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;

    padding-left: 8px;

  }

}



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

  .cat-wr-home {

    display: flex;

    flex-wrap: wrap;

  }



  .cat-wr-home .ApColumn:first-child .ApImage {

      height: calc(100% - 16px);

  }



  .cat-wr-home .ApColumn:first-child .ApImage img {

      height: 100% !important;

      object-fit: cover;

  }



  .cat-wr-home .ApImage > a {

      height: 100%;

  }

}

.home-contact {

    border: none;

    padding: 32px 30px 18px;

}



.home-contact-title {

    font-size: 24px;

    font-weight: 500;

    line-height: 1.1;

    text-align: center;

    margin-bottom: 22px;

    color: #273755;

}

.home-contact-row .form-group{

  margin-bottom: 8px;

}

.home-contact-content > .home-contact-row > .form-group:first-child {

    padding-right: 8px;

}



.home-contact-content > .home-contact-row > .form-group:nth-child(2) {

    padding-left: 8px;

}

.home-contact-content > .home-contact-row > .form-group {

    width: 50%;

}



.home-contact-content > .home-contact-row > div:not([class]):not([id]) {

    padding: 9px;

}



.home-contact-content > .home-contact-row > div:not([class]):not([id]) .home-contact-row:last-child{

    text-align: center;

    font-size: 18px;

    line-height: 25px;

}



.home-contact-content  a{

    color: #FA6F3A;

    font-weight: 500;

}



.home-contact-content .submit.col-md-6 {

   

    margin-bottom: 0;

  

}

.form-box .home-contact-content textarea{

  height: auto;

}

.home-contact-content .submit #submithomecontact {

    background: #FA6F3A;

    width: 100%;

    color: #fff;

    border: none;

    border-radius: 3px;

    font-size: 24px;

    font-weight: 500;

    line-height: 32px;

    padding: 22px 40px 22px 20px;

    width: calc(100% - 26px);

    margin-left: auto;

    margin-right: 0;

    position: relative;

}

.home-contact-content .submit #submithomecontact:hover {

      background: #FD8812;

}



.form-box .home-contact-content .submit{

  text-align: right;

}

.home-contact-content .submit #submithomecontact i{

    

    width: 30px;

    height: 30px;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

    border-radius: 3px;

    background: #fff;

    color: #fa6f3a;

    position: absolute;

    top: 0;

    right: 23px;

    bottom: 2px;

    z-index: 2;

    margin: auto;

}



.home-contact-content .form-box textarea {

    height: auto !important;

}



.home-contact-row > div:not([class]):not([id]) .home-contact-row:last-child .required{

    margin-bottom: 0;

    color: #668297;

}



.blog-wr-home .blogs-container .blog-image img{

  height: auto !important;

}



.blog-image-container {

    overflow: hidden;

    border-radius: 16px;

}





.fmmss-hero__title {

    display: none;

}



input#fmm-home-search {

    width: 100%;

    height: 40px;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.25;

    padding: 5px 10px;

    border-radius: 4px;

    border: none;

}



.fmmss-wrap {

    padding: 4px 0;

}





.header-top .fmmss-hero__title {

    display: none;

}



.header-top input#fmm-home-search {

    width: 100%;

    height: 40px;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.25;

    padding: 5px 10px;

    border-radius: 4px;

    border: none;

}



.fmmss-wrap {

    padding: 4px 0;

    position: relative;

}

#fmm-home-search::placeholder {

  color: #999;

}





input#fmm-home-search:focus {

    border:  none;

}



a.fmmss-card {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 15px;

}



.fmmss-card__imgwrap {

    flex: 0 0 100px;

}



@media (max-width: 991){

  .fmmss-card__imgwrap {

      flex: 0 0 50px;

  }

}



.fmmss-card__name {

    text-transform: uppercase;

}



.fmmss-card__attrs {

    font-weight: 300;

    font-size: 13px;

}



.fmmss-card__body * {

    margin-bottom: 5px;

}



.fmmss-card__cta {

    display: none;

}



.fmmss-results__head {

    background-color: rgb(21, 43, 84);

    color: #fff;

    font-size: 15px;

    font-weight: bold;

    margin-bottom: 0;

    padding: 6px 10px;

    width: 100%;

    text-align: center;

    text-transform: capitalize;

    margin-bottom: 15px;

}



 #fmmss-results-wrap {

    background: #fff;

    padding: 15px;

    border: 1px solid;

    position: absolute;

    top: calc(100% - 5px);

    z-index: 1001;

}

.reverse-md-up {

  display: flex;

  gap: 24px;

}



@media(min-width: 992px){

  .reverse-md-up {

      flex-direction: column-reverse;

  }

}



.ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-header {

    background: #F3FAFF !important;

    border: 1px solid #F3FAFF !important;

}

.rating-category .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-review-item>.ti-inner, 

.google-reviews .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-review-item>.ti-inner,

.google-wr-home .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-review-item>.ti-inner {

    background: #F3FAFF !important;

}



header.fmmss2-hero {

    padding: 0;

    background: #fff;

    box-shadow: none;

    border: none;

    border-radius: 4px;

}



.fmmss2-hero__top {

    display: none;

}



.fmmss2-form {

    margin: 0;

}



span.fmmss2-form__icon {

    display: none;

}



.fmmss2-form__input::placeholder {

    color: #111827;

}



section.fmmss2 {

    padding: 3px 0;

}



.fmmss2-form__input {

    padding: 0;

}



button.fmmss2-form__btn {

    background: var(--terra,#d9542b);

    color: white;

    border: none;

    width: 32px;

    height: 32px;

    line-height: 1;

    text-align: center;

    font-size: 0;

    box-shadow: none;

    padding: 0;

    border-radius: 4px !important;

}

button.fmmss2-form__btn:hover{

  background: #FA6F3A;

}



.fmmss2-form__btn:before {

    content: "\f002";

    font-size: 16px;

    font-family: "Font Awesome 5 Free";

}



.fmmss2-form__field {

    padding: 4px 4px 4px 12px;

    border: none;

}



.fmmss2-layout {

    position: absolute;

    background: #fff;

    margin-top: 0;

    border-radius: 4px;

    padding: 24px;

    z-index: 1;

}



section.fmmss2 {

    position: relative;

}



.fmmss2-form__meta {

    padding: 0 10px 5px;

}



.cat-wr-home .ApImage:hover img {

    transform: scale(1.2);

    transition: 0.3s;

}



.box-banner-wr .ApImage {

    position: relative;

}



.box-banner-wr .image_description {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    text-align: right;

    padding: 44px 29px;

}



.box-banner-wr .icon-wr {

    display: inline-block;

}



.box-banner-wr p {

    margin-bottom: 0 !important;

}



.popular-tab-wr {

    margin-top: 22px;

}



.popular-tab-wr .home-tab1 .nav.nav-tabs {

    top: 20px;

}

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

  #wrapper .title_block {

      font-size: 24px !important;

  }



  .home-tab1 .nav-item .nav-link{

      font-size: 14px;

      padding: 11px 15px;

  }

  .content-wrap h4 {

    font-size: 28px;

  }



  .content-wrap {

      padding: 25px;

  }



  .content-wrap .btn-home {

      font-size: 16px;

      min-width: 132px;

  }

  .thumbnail-container .product-description-short {

    -webkit-line-clamp: 2;

    min-height: 31px;

  }

  .thumbnail-container .product-price-and-shipping .price {

      font-size: 15px;

  }

  .about-wr-home p {

    font-size: 14px;

  }

}

@media (max-width: 1200px){

  .slide-home ul{

    flex-direction: column;

    margin: 16px 0;

    gap: 12px;

    align-items: self-start;

  }

}



.banner-wrap {

    margin-bottom: 20px;

    height: calc(100% - 20px);

}



.banner-wrap .img-wrap {

    height: 100%;

}



.banner-wrap .img-fluid {

    height: 100%;

    object-fit: cover;

    border-radius: 16px;

}



.home-tab1 .product_list {

    display: flex;

    flex-wrap: wrap;

    align-content: stretch;

}





@media (max-width: 991px){

  .home-tab1 .nav-tabs {display: flex;justify-content: center;}



  .home-tab1 .title_block {

      text-align: center;

      display: block;

      margin-bottom: 16px;

  }



  .blog-viewall {

      text-align: center;

      float: none !important;

      margin-top: 24px;

  }

  .contact-wr-home ul{

    font-size: 15px;

  }

  .home-contact-content .submit #submithomecontact {

    font-size: 16px;

    padding: 15px 20px;

  }

  .form-control {

      font-size: 14px;

  }

  .home-contact-content > .home-contact-row > div:not([class]):not([id]) .home-contact-row:last-child{

    font-size: 16px;

  }

}



a.ti-header.ti-header-grid.source-Google {

    padding: 0 !important;

}





.group-service-product  .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-header strong {

    font-size: 16px;

    font-family: "Fira Sans Condensed", sans-serif;

    font-weight: 500 !important;

    letter-spacing: -0.44px;

}

.group-service-product   .ti-mob-row {

    align-items: center;

    height: auto;

}



.group-service-product   .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-widget-container,.group-service-product   .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-widget-container * {

    height: 19px !important;

    line-height: 19px;

}

.group-service-product .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-header .ti-stars:after {

    content: "4.9";

    font-size: 16px;

    font-family: "Fira Sans Condensed", sans-serif;

    font-weight: 500 !important;

    letter-spacing: -0.44px;

    margin-left: 5px;

}

.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-fade-container:nth-child(1) {

    flex-direction: row-reverse;

}



.group-service-product .ti-small-logo img {

    display: none !important;

}

.group-service-product .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-header span {

    padding: 0 2px;

}

.group-service-product .ti-small-logo:before {

    content: "";

    background: url(https://cdn.trustindex.io/assets/platform/Google/logo.svg)  no-repeat;

    width: 63px;

    height: 19px;

    display: block;

    margin-top: 1px;

}



.group-service-product .ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-pid='37de1284934a391579062545410'] .ti-header .ti-star {

    width: 15.62px !important;

    height: 15.62px !important;

}



#category .service-wr-home .ApImage {margin-bottom: 0;padding-bottom: 16px;}



@media (max-width: 767px){

    .fmmss2-form__field {

       height: 34px;

        padding: 1px 1px 1px 12px;

    }



    .fmmss2-form__btn {

        border-radius: 0 4px 4px 0 !important;

    }



    .slide-home .title {

        font-size: 34px;

        letter-spacing: -1px;

    }



    .slide-home .title span:first-child {

        letter-spacing: -0.17px;

    }



    .slide-home {

        flex-direction: column;

    }



    .slide-home ul{

      margin: 16px 0;

    }



    .slide-home li {

        font-size: 13px;

    }



    .slide-home .home-banner-button a {

        font-size: 13px !important;

        line-height: 32px;

        padding: 0 37px 0 11px;

    }



    .slide-home .home-banner-button a i {

        width: 22px;

        line-height: 22px;

        height: 22px;

        font-size: 12px;

        top: 5px;

        right: 6px;

        margin: 0;

    }





    .slide-home .ApColumn:nth-child(2) {

        position: static;

    }



    .slide-home .ApColumn:nth-child(1) {

        z-index: 1;

    }



    .slide-home {

        position: relative;

    }

    .title_block {

        text-align: left;

        font-size: 20px !important;

    }



    .manufacturers_block .title_block {

        margin-bottom: 12px;

    }



    .custom__manufacturers .carousel-item img {

        height: 53px;

        padding-bottom: 7px;

    }



    .cat-wr-home .banner-home-mobile h4 {

        color: #fff;

        position: static;

        padding: 0;

        margin-bottom: 13px;

    }

    .banner-home-mobile .image_description{

        position: absolute;

        bottom: 0;

        left: 0;

        padding: 17px 12px;

        z-index: 1;

    }

    .banner-home-mobile .image_description a{

        background: rgb(255, 255, 255);

        color: #1E1E1E;

        position: relative;

        font-weight: 500;

        text-transform: capitalize;

        display: inline-block;

        line-height: 32px;

        font-size: 13px;

        padding: 0px 37px 0px 11px;

        margin: auto;

        border-radius: 8px;

    }



    .banner-home-mobile i{

        width: 22px;

        line-height: 22px;

        height: 22px;

        font-size: 12px;

        top: 5px;

        right: 6px;

        margin: 0px;

        bottom: 2px;

        z-index: 2;

        border-radius: 3px;

        color: #fff;

        background: rgb(250, 111, 58);

        position: absolute;

        text-align: center;

    }

    .banner-home-mobile .image_description a:focus,

    .banner-home-mobile .image_description a:hover{

        background: rgb(250, 111, 58);

        color: #fff;

    }

       

    .ApImage .image_description p {

        margin-bottom: 0;

    }





.google-wr-mobile .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-header * {

    font-size: 12px;

    color: #003B67;

    line-height: 21px;

}



.google-wr-home {

    margin-top: 0;

    margin-bottom: 16px;

}



.google-wr-mobile .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-header .ti-header-content .ti-stars .ti-star {

    width: 14px !important;

    height: 14px !important;

}



.google-wr-mobile .ti-header-content.source-Google.ti-active {

    flex-wrap: nowrap !important;

}





.google-wr-mobile .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile {

    width: auto;

  

    display: inline-flex;

    margin-bottom: 0;

    margin-right: 5px;

}

.ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile:nth-child(3){

  flex: 0 0 114px;

}

.ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile:last-child{

  flex: 1;

}



.google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-logo {

    width: auto;

    max-width: max-content;

    margin-bottom: 0;

    margin-right: 5px;

}



  .google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-logo::before {

      content: "";

      background: url(https://cdn.trustindex.io/assets/platform/Google/logo.svg);

      width: 62px !important;

      height: 20px  !important;

      display: inline-block;

  }



  .google-wr-mobile .ti-header-logo img {

      display: none;

  }



  .google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile .ti-header-rating {

      margin-right: 3px;

      line-height: 19px;

  }



  .google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-header .ti-header-content.ti-active:first-child {

      margin-top: 0;

      padding-top: 19px;

      padding-bottom: 16px !important;

  }



  .google-wr-mobile .ti-widget[data-layout-id="14"][data-set-id="light-background"] .ti-widget-container .ti-widget-header{

      padding: 0 10px;

      margin-bottom: 16px !important;

  }

  .google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container,

  .google-wr-mobile  .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container *{

          font-family: "Fira Sans Condensed", sans-serif;

  }

  .google-wr-home {

    margin-bottom: 0;

  }

  .faq-home-wr {

    margin-top: 9px;

  }



  .footer-center{

      background: #fff;

      padding: 0;

  }

  .footer-center .list-inline li {

      display: inline-block;

      vertical-align: middle;

  }



  .footer-container .footer-center .list-inline li a {

      color: #273755;

      line-height: 19px !important;

      font-weight: 400;

      position: relative;

      overflow: hidden;

      text-overflow: ellipsis;

      display: -webkit-box;

      -webkit-line-clamp: 1;

      -webkit-box-orient: vertical;

      padding: 0;

      margin: 5px 0;

  }



  .footer-center .list-inline li:not(:last-child) a:after {

      content: "";

      background: #D9D9D9;

      height: 12px;

      width: 1px;

      display: inline-block;

      vertical-align: middle;

      margin: 0 15px;

  }



  .footer-center .list-inline {

      text-align: left;

  }

  .footer-bottom li:last-child a:after {

      display: none;

  }

  .footer-bottom li a{

    font-weight: 300;

  }

  .copyright{

    color: #A4A9AD;

  }

/*  .order-fourth {

      text-align: center;

      order: 4;

  }



  .order-third {

      order: 2;

  }



  .order-second {

      order: 3;

      text-align: center;

  }



  .order-first {

      order: 1;

  }

*/

  .footer-top .ApRow {

      display: flex;

      flex-wrap: wrap;

  }

  .footer-top .ApBlockLink {

    margin-bottom: 16px !important;

  }

  .footer-center .wrapper:first-child .ApRow {

    padding: 0;

    border: none;

  }



  .footer-center .wrapper:nth-child(3) .ApRow {

      padding: 16px 0;

      border: none;

  }

  .copyright,

  .footer-container .footer-bottom .ApLink li a{

    font-size: 14px !important;

    line-height: 21px !important;

  }

  .footer-top {

    padding-top: 32px !important;

  }

  .ap-accordion .panel-default:last-child .panel-heading {

      border-bottom: none;

  }



  .ap-accordion .panel-default:last-child .panel-body {

      border-top: 1px solid #DFDFDF;

  }



  .footer-container {

      margin-top: 0;

  }

  section.fmmss2 {

      padding: 0;

  }



  .slide-home svg {

      width: 12px !important;

      height: 12px !important;

  }

  .slide-home li{

    gap: 5px;

  }

  .slide-home .col-xl-6 {

	  width: 100%;

  }

  

}

#contact .card-top-header {

    margin: 0;

}



#category .card-top-header {

    margin-top: 0;

}



@media (max-width: 340px){

   .slide-home .title {

        font-size: 31px;

    }

    .google-wr-mobile .ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-header *{

      font-size: 10px ;

    }



}

.ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container .ti-name {

    color: #273755 !important;

}



.ti-widget[data-layout-id='14'][data-set-id='light-background'] .ti-widget-container .ti-date {

    color: #8A8A8A  !important;

}



.ap-accordion .in {

    border-bottom: 1px solid #dfdfdf;

}



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

.home-banner-button a {

    line-height: 24px;

}



.slide-home ul {

    margin: 10px 0;

    gap: 6px;

}



.slide-home .title {

    font-size: 30px;

} 

}



#_desktop_cart .cart-preview.active a{

  cursor: pointer;

}



@media (min-width: 768px){

  .position-static-wr.ApColumn{

    padding-right: 2px;

  }

}

p.img_strong {

	font-size: 14px;

	font-weight: 600;

	color: #273755;

	margin: 0 0 4px;

}

@media (max-width: 1199px){

  .leo-verticalmenu .title_block {

        font-size: 16px;

    }

    

    #_desktop_cart .cart-preview .cart-title {

        font-size: 13px;

    }

    

    .top-right-header .ApLink a {

        font-size: 13px;

    }  

}

.img-wrap{

    display: block;

    position: relative;

    border-radius: 16px;

    overflow: hidden;

    width: calc(100% - 3px);

}



.img-wrap:before{

    content: "";

    width: 100%;

    height: 60%;

    display: block;

    position: absolute;

    bottom: 0px;

    left: 0px;

    right: 0;

    z-index: 0;

    background: linear-gradient(rgba(21, 43, 84, 0), rgb(21, 43, 84,0.6));

}



/*  search page */



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/devanagari-italic.woff2") format("woff2");

    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic.woff2") format("woff2");

    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-italic.woff2") format("woff2");

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/devanagari-italic-600.woff2") format("woff2");

    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic-600.woff2") format("woff2");

    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: italic;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-italic-600.woff2") format("woff2");

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/devanagari.woff2") format("woff2");

    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext.woff2") format("woff2");

    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2") format("woff2");

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/devanagari-600.woff2") format("woff2");

    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-600.woff2") format("woff2");

    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF

}



@font-face {

    font-family: "Trustindex Poppins";

    font-style: normal;

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2") format("woff2");

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD

}



.ti-amp-iframe-body {

    background: #ffffff

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] {

    width: 100%;

    display: block;

    direction: ltr;

    overflow: visible;

    color: #000000;

    text-align: center;

    font-family: unset

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] font {

    pointer-events: none

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-widget-container {

    margin: auto;

    display: inline-block

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] a {

    text-decoration: underline !important;

    transition: all 300ms ease-out;

    color: inherit

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] a.ti-header {

    text-decoration: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] a[href="#"]:not(.ti-show-original-text),.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] a:not([href]):not(.ti-show-original-text) {

    text-decoration: none !important;

    pointer-events: none

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal']:before,.ti-widget[data-layout-id='29'][data-set-id='light-minimal']:after {

    content: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] strong,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] strong * {

    font-weight: 600 !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] img {

    padding: 0 !important;

    margin: 0 !important;

    min-width: initial !important;

    max-width: initial !important;

    border: 0 !important;

    border-radius: 0 !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-widget-container,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-widget-container * {

    font-family: "Trustindex Poppins";

    font-size: 14px;

    line-height: 20px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    row-gap: unset !important;

    column-gap: unset !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header {

    display: flex;

    border-style: solid;

    border-color: #f4f4f4;

    border-radius: 12px;

    padding: 20px;

    transition: transform 0.3s ease-in-out;

    text-align: center;

    color: #000000;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -ms-flex-pack: center !important;

    justify-content: center !important;

    background-color: #f4f4f4;

    background-image: none

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header:hover {

    transform: translate(0px, -5px)

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-fade-container {

    grid-row: 1;

    grid-column: 1;

    -ms-flex-wrap: inherit;

    flex-wrap: inherit;

    -ms-flex-pack: inherit;

    justify-content: inherit;

    flex-direction: inherit;

    text-align: inherit;

    font-size: inherit;

    display: none;

    opacity: 0;

    transition: opacity 1s

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-fade-container:nth-child(1) {

    display: flex;

    opacity: 1

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header-grid {

    display: grid

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .nowrap {

    white-space: nowrap;

    display: inline-block;

    margin: 0 3px;

    color: #000000

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header strong {

    font-size: 14px;

    color: #000000 !important;

    height: 20px

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-stars {

    margin: 0 3px;

    display: inline-block

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-star {

    display: inline-block;

    vertical-align: unset;

    margin-right: 1px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-star:before,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-star:after {

    content: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-stars img.ti-star {

    background: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-header .ti-star {

    width: 16.8px !important;

    height: 16.8px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-mob-row {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    white-space: nowrap

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-mob-row p:empty {

    display: none

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-small-logo {

    vertical-align: middle;

    display: inline;

    line-height: 1em !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-small-logo img {

    display: inline;

    position: relative;

    margin-left: 3px !important;

    width: auto !important;

    height: 16px !important;

    object-fit: unset !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-separator:before {

    margin-left: 5px;

    margin-right: 5px;

    position: relative;

    top: -1px;

    display: inline-block;

    font-weight: normal;

    content: " | ";

    height: 15px;

    opacity: 0.6

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-platform-icon {

    width: 20px;

    height: 20px;

    margin-right: 4px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars [class*="source-"] .ti-star.e,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars [class*="source-"] .ti-star.f {

    background-image: none

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars .ti-star {

    -webkit-mask-size: contain;

    mask-size: contain;

    -webkit-mask-position: center;

    mask-position: center;

    -webkit-mask-repeat: no-repeat;

    mask-repeat: no-repeat;

    mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);

    -webkit-mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars .ti-star:not(.e):not(.h) {

    background: #f6bb06

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars .ti-star.h {

    background: #f6bb06;

    background: -webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;

    background: linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-custom-stars .ti-star.e {

    background: #ccc !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="ar"] .ti-header span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="he"] .ti-header span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="fa"] .ti-header span {

    direction: rtl

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="ar"] .ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="he"] .ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'][data-language="fa"] .ti-stars {

    direction: ltr !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-nav .ti-controls {

    display: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-nav .ti-footer-filter-text {

    margin: 15px 0

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-nav .ti-widget-header {

    margin-left: 13px !important;

    margin-right: 13px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-nav .ti-reviews-container-wrapper {

    margin: 0 !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-review-text-mode-scroll .ti-read-more,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-review-text-mode-truncated .ti-read-more {

    display: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-font .ti-widget-container,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-font .ti-widget-container *,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-font .ti-enable-widget {

    font-family: inherit !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-animation .ti-review-item:hover,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-animation .ti-header:hover,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-animation .ti-footer:hover {

    -webkit-transform: none !important;

    -ms-transform: none !important;

    transform: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-disable-animation .ti-widget-container {

    margin-top: 5px

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-reviews-container-wrapper .ti-read-more {

    text-align: right !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-center .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-center .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-center .ti-reviews-container-wrapper .ti-read-more {

    text-align: center !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-justify .ti-reviews-container-wrapper .ti-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-justify .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-justify .ti-reviews-container-wrapper .ti-read-more {

    text-align: justify !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-review-header {

    flex-direction: row-reverse

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-review-header .ti-platform-icon {

    right: unset;

    left: 0

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-review-header .ti-profile-img {

    margin: 0 0 0 15px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-review-header .ti-profile-details {

    text-align: right

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-review-header .ti-profile-details .ti-name {

    padding-right: 0;

    padding-left: 25px

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text strong:not(.ti-rating-large),.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text strong a,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text strong span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text span strong,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-rating-text span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-footer,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-footer strong:not(.ti-rating-large),.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-footer span,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-show-rating-text .ti-footer strong a {

    font-size: 14px !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-verified-tooltip,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-content-align-right .ti-verified-tooltip {

    margin: unset;

    bottom: unset;

    left: unset;

    right: calc(100% + 10px);

    margin-right: 30px

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-verified-tooltip:before,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-content-align-right .ti-verified-tooltip:before {

    left: unset;

    right: -7px;

    border-width: 7px 0 7px 7px;

    border-color: transparent transparent transparent var(--ti-border-arrow-color)

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-platform-icon .ti-tooltip,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-content-align-left .ti-platform-icon .ti-tooltip {

    margin: unset;

    right: unset;

    left: calc(100% + 10px);

    margin-left: 30px

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-text-align-right .ti-platform-icon .ti-tooltip:before,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'].ti-content-align-left .ti-platform-icon .ti-tooltip:before {

    right: unset;

    left: -7px;

    border-width: 7px 7px 7px 0;

    border-color: transparent var(--ti-border-arrow-color) transparent transparent

}



.ti-widget .source-Trustpilot .ti-large-logo,.ti-lightbox .source-Trustpilot .ti-large-logo {

    display: none !important

}



.ti-widget .source-Trustpilot.ti-tab-item:before,.ti-widget .source-Trustpilot.ti-write-btn-dropdown-item:before,.ti-widget .source-Trustpilot .ti-review-header:after,.ti-widget .source-Trustpilot .ti-inner:after,.ti-widget .source-Trustpilot .ti-review-content:after,.ti-widget .source-Trustpilot .ti-platform-icon:after,.ti-widget .source-Trustpilot .ti-icon,.ti-widget .source-Trustpilot .ti-platform,.ti-widget .source-Trustpilot .ti-inner .col-left,.ti-widget .source-Trustpilot .ti-enable-widget:before,.ti-widget .source-Trustpilot .ti-platform-icon,.ti-lightbox .source-Trustpilot.ti-tab-item:before,.ti-lightbox .source-Trustpilot.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Trustpilot .ti-review-header:after,.ti-lightbox .source-Trustpilot .ti-inner:after,.ti-lightbox .source-Trustpilot .ti-review-content:after,.ti-lightbox .source-Trustpilot .ti-platform-icon:after,.ti-lightbox .source-Trustpilot .ti-icon,.ti-lightbox .source-Trustpilot .ti-platform,.ti-lightbox .source-Trustpilot .ti-inner .col-left,.ti-lightbox .source-Trustpilot .ti-enable-widget:before,.ti-lightbox .source-Trustpilot .ti-platform-icon {

    display: none !important

}



.ti-widget .source-Trustpilot .ti-enable-widget,.ti-lightbox .source-Trustpilot .ti-enable-widget {

    padding-left: 8px !important

}



.ti-widget .source-Trustpilot .ti-enable-widget:before,.ti-lightbox .source-Trustpilot .ti-enable-widget:before {

    display: none !important

}



.ti-widget .source-Trustpilot.disable-widget,.ti-lightbox .source-Trustpilot.disable-widget {

    top: 4px !important;

    right: 4px !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-platform-icon {

    display: none !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-item-label {

    margin-right: 0 !important

}



.ti-widget .ti-enable-widget .ti-platform-icon[alt="Trustpilot"],.ti-widget .source-all .ti-platform-icon[alt="Trustpilot"],.ti-widget .source-Trustindex .ti-platform-icon[alt="Trustpilot"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Trustpilot"],.ti-lightbox .source-all .ti-platform-icon[alt="Trustpilot"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt="Trustpilot"] {

    display: none !important

}



.ti-widget .source-Amazon.ti-tab-item:before,.ti-widget .source-Amazon.ti-write-btn-dropdown-item:before,.ti-widget .source-Amazon .ti-review-header:after,.ti-widget .source-Amazon .ti-inner:after,.ti-widget .source-Amazon .ti-review-content:after,.ti-widget .source-Amazon .ti-platform-icon:after,.ti-widget .source-Amazon .ti-icon,.ti-widget .source-Amazon .ti-platform,.ti-widget .source-Amazon .ti-inner .col-left,.ti-widget .source-Amazon .ti-enable-widget:before,.ti-widget .source-Amazon .ti-platform-icon,.ti-lightbox .source-Amazon.ti-tab-item:before,.ti-lightbox .source-Amazon.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Amazon .ti-review-header:after,.ti-lightbox .source-Amazon .ti-inner:after,.ti-lightbox .source-Amazon .ti-review-content:after,.ti-lightbox .source-Amazon .ti-platform-icon:after,.ti-lightbox .source-Amazon .ti-icon,.ti-lightbox .source-Amazon .ti-platform,.ti-lightbox .source-Amazon .ti-inner .col-left,.ti-lightbox .source-Amazon .ti-enable-widget:before,.ti-lightbox .source-Amazon .ti-platform-icon {

    display: none !important

}



.ti-widget .source-Amazon .ti-enable-widget,.ti-lightbox .source-Amazon .ti-enable-widget {

    padding-left: 8px !important

}



.ti-widget .source-Amazon .ti-enable-widget:before,.ti-lightbox .source-Amazon .ti-enable-widget:before {

    display: none !important

}



.ti-widget .source-Amazon.disable-widget,.ti-lightbox .source-Amazon.disable-widget {

    top: 4px !important;

    right: 4px !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-platform-icon {

    display: none !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-item-label {

    margin-right: 0 !important

}



.ti-widget .ti-enable-widget .ti-platform-icon[alt="Amazon"],.ti-widget .source-all .ti-platform-icon[alt="Amazon"],.ti-widget .source-Trustindex .ti-platform-icon[alt="Amazon"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Amazon"],.ti-lightbox .source-all .ti-platform-icon[alt="Amazon"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt="Amazon"] {

    display: none !important

}



.ti-widget .source-Reco.ti-tab-item:before,.ti-widget .source-Reco.ti-write-btn-dropdown-item:before,.ti-widget .source-Reco .ti-review-header:after,.ti-widget .source-Reco .ti-inner:after,.ti-widget .source-Reco .ti-review-content:after,.ti-widget .source-Reco .ti-platform-icon:after,.ti-widget .source-Reco .ti-icon,.ti-widget .source-Reco .ti-platform,.ti-widget .source-Reco .ti-inner .col-left,.ti-widget .source-Reco .ti-enable-widget:before,.ti-widget .source-Reco .ti-platform-icon,.ti-lightbox .source-Reco.ti-tab-item:before,.ti-lightbox .source-Reco.ti-write-btn-dropdown-item:before,.ti-lightbox .source-Reco .ti-review-header:after,.ti-lightbox .source-Reco .ti-inner:after,.ti-lightbox .source-Reco .ti-review-content:after,.ti-lightbox .source-Reco .ti-platform-icon:after,.ti-lightbox .source-Reco .ti-icon,.ti-lightbox .source-Reco .ti-platform,.ti-lightbox .source-Reco .ti-inner .col-left,.ti-lightbox .source-Reco .ti-enable-widget:before,.ti-lightbox .source-Reco .ti-platform-icon {

    display: none !important

}



.ti-widget .source-Reco .ti-enable-widget,.ti-lightbox .source-Reco .ti-enable-widget {

    padding-left: 8px !important

}



.ti-widget .source-Reco .ti-enable-widget:before,.ti-lightbox .source-Reco .ti-enable-widget:before {

    display: none !important

}



.ti-widget .source-Reco.disable-widget,.ti-lightbox .source-Reco.disable-widget {

    top: 4px !important;

    right: 4px !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-platform-icon,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-platform-icon {

    display: none !important

}



.ti-widget .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-item-label,.ti-lightbox .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-item-label {

    margin-right: 0 !important

}



.ti-widget .ti-enable-widget .ti-platform-icon[alt="Reco"],.ti-widget .source-all .ti-platform-icon[alt="Reco"],.ti-widget .source-Trustindex .ti-platform-icon[alt="Reco"],.ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Reco"],.ti-lightbox .source-all .ti-platform-icon[alt="Reco"],.ti-lightbox .source-Trustindex .ti-platform-icon[alt="Reco"] {

    display: none !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] {

    overflow: visible !important

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-review-item>.ti-inner,.ti-widget[data-layout-id='29'][data-set-id='light-minimal'] .ti-load-more-reviews-container .ti-load-more-reviews-button {

    border-top-width: 0px !important;

    border-bottom-width: 0px !important;

    border-left-width: 0px !important;

    border-right-width: 0px !important;

    background-color: rgba(244, 244, 244, 0) !important;

    backdrop-filter: blur(0px)

}



.ti-widget[data-layout-id='29'][data-set-id='light-minimal']>.ti-widget-container>.ti-header,.ti-widget[data-layout-id='29'][data-set-id='light-minimal']>.ti-widget-container>.ti-footer {

    border-top-width: 0px !important;

    border-bottom-width: 0px !important;

    border-left-width: 0px !important;

    border-right-width: 0px !important;

    background-color: rgba(244, 244, 244, 0) !important;

    backdrop-filter: blur(0px)

}





#acs-search-page #leo-verticalmenu {

  position: initial;

}



.box-banner-wr > .ApColumn:nth-child(3) {

  display: flex;

  flex-wrap: wrap;

}

@media (max-width: 480px) {

  .col-sp-12 {

    float: left;

    width: 100%;

  }

  .footer-center .list-inline li + li a:after {

    margin: 0 10px;

  }

}

@media (max-width: 480px){

      #category .thumbnail-container .product-price-and-shipping .price, #category  .thumbnail-container .product-price-and-shipping .price-notice {

        font-size: 14px;

      }

}



/* about */

.page-cms > p {

  margin: 0;

}

.ab-hero {

  position: relative;

  padding-top: 40px;

  text-align: center;

}

.ab-hero:before {

  content: '';

  background: linear-gradient(180deg,var(--cream-2),var(--cream));

  display: block;

  width: 150vw;

  height: calc(100%);

  position: absolute;

  top: 0;

  left: -50%;

  z-index: 0;

  border-bottom: 1px solid var(--line);

}

.ab-hero h1 {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: clamp(30px,3.6vw,50px);

  line-height: 1.04;

  letter-spacing: -.025em;

  color: var(--char);

  max-width: none;

}

.ab-hero h1 .serif {

  color: var(--terra);

}

.ab-mission {

  font-family: 'Archivo';

  font-weight: 700;

  font-size: clamp(16px,1.7vw,20px);

  line-height: 1.4;

  color: var(--char);

  max-width: none;

  white-space: nowrap;

  margin: 20px auto 0;

}

.ab-meta {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 10px 26px;

  margin: 22px auto 0;

  padding-top: 20px;

  border-top: 1px solid var(--line);

  max-width: 700px;

}

.ab-meta span {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 13px;

  color: var(--ink-soft);

}

.ab-meta span::before {

  content: "";

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: var(--terra);

  flex-shrink: 0;

}

.about-row-2 {

  padding: 50px 0;

}

.about-row-2 .ApColumn .ApImage {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

  overflow: hidden;

}

.about-row-2 .ApColumn .ApImage img{

  order: 1;

}

.about-row-2 .ApColumn .ApImage .title_block {

  order: 2;

  font-family: 'Archivo';

  font-size: 19px;

  color: var(--char);

  margin-bottom: 0;

  padding: 10px 20px;

}

.image_description {

  order: 3;

  font-size: 14.5px;

  color: var(--ink-soft);

  text-wrap: pretty;

  flex: 1;

  padding: 10px 20px;

  padding-top: 0;

  padding-bottom: 20px;

}

.ab-hero .ApColumn .block {

  margin: 0;

  padding-bottom: 50px;

}

.about-mission{

  padding: 50px 0;

}

.about-mission-content h4{

  font-family: 'Archivo',sans-serif;

  font-size: clamp(26px,3.2vw,44px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  text-align: center;

}

.about-mission-content .sub-title-widget{

  text-align: center;

  font-size: 18px;

  color: var(--ink-soft);

}

.ab-line {

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 30px;

  position: relative;

  max-width: 1120px;

  margin: 0 auto;

  margin-top: 50px;

}

.ab-line::before {

  content: "";

  position: absolute;

  top: 8px;

  left: 3%;

  right: 3%;

  border-top: 3px dashed var(--sand);

}

.ab-mile {

  position: relative;

  padding-top: 32px;

}

.ab-dot {

  position: absolute;

  top: 0;

  left: 2px;

  width: 18px;

  height: 18px;

  border-radius: 50%;

  background: var(--terra);

  border: 4px solid var(--cream-2);

  box-shadow: 0 0 0 2px var(--terra);

}

.ab-mile b {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 32px;

  color: var(--terra);

  display: block;

  margin-bottom: 6px;

  letter-spacing: -.02em;

  line-height: 1;

}

.ab-mile h3 {

  font-family: 'Archivo';

  font-size: 17px;

  color: var(--char);

  margin-bottom: 6px;

}

.ab-mile p {

  font-size: 13.5px;

  color: var(--ink-soft);

}

.padding-50 {

  padding: 50px 0;

}

.container-about-4 .ApRow {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 52px;

  align-items: center;

}

.container-about-4 .ApImage {

  osition: relative;

  border-radius: 24px;

  overflow: hidden;

  aspect-ratio: 4/3.4;

  box-shadow: var(--shadow-lg);

}

.container-about-4 img {

  width: 100%;

  height: 100% !important;

  object-fit: cover;

}

.container-about-4 .ApColumn{

  width: 100%;

}

.container-about-4 .title_block, .container-about-5 .title_block {

  font-size: clamp(22px,2.4vw,30px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  margin-bottom: 18px;

  font-family: 'Archivo',sans-serif;

}

.about-mission-content h2.title_block {

  font-size: clamp(26px,3.2vw,44px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  text-align: center;

}

.container-about-5 .title_block {

  font-size: clamp(26px,3.2vw,44px) !important;

}

.container-about-5 .ApBlockLink{

  text-align: center;

}

.container-about-5 .ApBlockLink ul {

  display: flex;

  gap: 8px;

  flex-wrap: nowrap;

  justify-content: center;

  max-width: none;

  margin: 0 auto;

  overflow-x: auto;

  padding: 10px 2px 14px;

  margin-top: 50px;

}

.container-about-5 .ApBlockLink ul li a{

  display: inline-flex;

  align-items: center;

  gap: 7px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 8px 15px;

  font-size: 13px;

  font-weight: 600;

  color: var(--char);

  white-space: nowrap;

  flex-shrink: 0;

  text-decoration: none;

  transition: border-color .15s,color .15s,transform .15s;

}

.container-about-5 .ApBlockLink ul li a svg {

  width: 13px;

  height: 13px;

  color: var(--terra);

}

.container-about-5 .ApBlockLink ul li a:hover {

  border-color: var(--terra);

  color: var(--terra-deep);

  transform: translateY(-2px);

}

.container-about-4 {

  position: relative;

  padding-top: 50px;

  padding-bottom: 0;

}

.container-about-4:before {

  content: '';

  display: block;

  background: #fff;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

}

.container-about-6 {

  position: relative;

}

.container-about-6 .row {

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  z-index: 1;

}

.container-about-6:before {

  content: '';

  display: block;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  background: var(--cream-2);

  z-index: -1;

}

.pband-copy h2 .serif {

  color: var(--clay);

}

.pband-container .ApColumn.pband-img-column{

  padding-right: 25px;

}

.container-about-6.pband-container .ApColumn.pband-desc-column {

  padding: 46px 25px;

  display: flex;

  flex-direction: column;

  padding-right: 45px;

}

.container-about-6.pband-container .pband-img {

  min-height: 410px;

  height: 100%;

}

.container-about-7 .title_block{

  font-size: clamp(26px,3.2vw,44px) !important;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

  font-family: 'Archivo',sans-serif;

}

.qa-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;

  align-items: stretch;

}

.qa {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  text-align: left;

}

.qa h3 {

  font-family: 'Archivo';

  font-size: 18px;

  color: var(--char);

  margin-bottom: 10px;

  padding-bottom: 13px;

  border-bottom: 1px solid var(--line-2);

}

.qa p {

  font-size: 15.5px;

  color: var(--ink-soft);

  text-wrap: pretty;

}

.container-about-7 .qa-grid {

  margin-top: 50px;

}

.container-about-8 .cta-card h2, .container-contact-bottom .cta-card h2, .container-contact-bottom .cta-card h3 {

  font-size: clamp(26px,3vw,40px) !important;

  max-width: none !important;

  color: var(--char);

  position: relative;

  max-width: none;

  margin: 0 auto;

  font-family: 'Archivo',sans-serif;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.05;

}

.cta-card .serif{

  color: var(--terra);

}

.cta-call .ct b {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 23px;

  color: var(--char);

  letter-spacing: -.01em;

}

.cta-call .ct small {

  font-size: 13px;

  color: var(--ink-soft);

  font-weight: 600;

}

.container-about-7{

  position: relative;

}

.container-about-7:before {

  content: '';

  display: block;

  background: #fff;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

}

.container-websiteclients-row3 .ApColumn:first-child {

  margin-bottom: 50px;

}

.container-websiteclients-row3 .block.ApHtml {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

}

.container-websiteclients-row3 .ApHtml .title_block-row {

  margin: 0;

}

.container-websiteclients-row3 .ApHtml .title_block {

  font-family: 'Archivo';

  font-size: 20px;

  color: var(--char);

  margin-bottom: 8px;

}

.heading-default .title_block{

  font-size: clamp(26px,3.2vw,44px) !important;

  width: auto !important;

  max-width: none !important;

  margin-left: auto;

  margin-right: auto;

  font-family: 'Archivo',sans-serif;

  line-height: 1.05;

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.025em;

}

.heading-default .title_block {

  text-align: center;

}

.margin-heading-40 .title_block{

  margin-bottom: 40px;

}

.heading-default .sub-title-widget {

  text-align: center;

  margin-bottom: 50px;

}

.lg-grid {

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 14px;

  max-width: 1100px;

  margin: 0 auto;

}

.lg-cell {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 14px;

  min-height: 86px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 17px;

  color: #9DB5B3;

  padding: 14px;

  text-align: center;

  box-shadow: var(--shadow);

}

.container-websiteclients-row2 img{

  display: block;

  margin: auto;

}

.home-faq .panel-default {

  border-bottom: 1px solid var(--line);

  border-radius: 0;

}

.home-faq {

  border-top: 2px solid #000;

  padding-top: 30px;

}

.pb-seal {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  background: var(--char);

  border: 3px solid var(--terra);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 2px;

  margin: 0 auto 10px;

  box-shadow: 0 12px 28px rgba(14,36,38,.26);

}

.pb-seal svg {

  width: 22px;

  height: 22px;

  color: #fff;

}

.pb-seal b {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 9.5px;

  letter-spacing: .04em;

  text-transform: uppercase;

  color: #fff;

  line-height: 1.1;

  text-align: center;

}

.pb-promise {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: clamp(22px,2.6vw,32px);

  letter-spacing: -.02em;

  line-height: 1.25;

  color: var(--char);

  margin: 12px auto 0;

    margin-top: 12px;

  max-width: 780px;

  text-wrap: pretty;

}

.pb-promise .serif {

  color: var(--terra);

}

.pb-hero .pb-promise {

  margin-top: 8px;

}

.trust {

  display: flex;

  gap: 12px;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 22px;

}

.pb-hero .trust {

  margin-top: 14px;

}

.trust > span {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 8px 16px 8px 9px;

  font-size: 13px;

  font-weight: 600;

  color: var(--char);

  box-shadow: var(--shadow);

}

.trust > span > svg {

  width: 15px;

  height: 15px;

  color: var(--terra-deep);

  background: var(--gold-soft);

  border-radius: 50%;

  padding: 6px;

  box-sizing: content-box;

}

.pb-step {

  text-align: center;

  position: relative;

  padding: 0 10px;

}

.pb-steps {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 34px;

  position: relative;

  max-width: 1080px;

  margin: 0 auto;

  margin-top: 50px;

}

.pb-steps::before {

  content: "";

  position: absolute;

  top: 28px;

  left: 14%;

  right: 14%;

  border-top: 3px dashed var(--sand);

}

.pb-dot {

  width: 58px;

  height: 58px;

  border-radius: 50%;

  background: var(--terra);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 18px;

  box-shadow: 0 10px 24px rgba(217,84,43,.35);

  position: relative;

  border: 5px solid var(--cream);

}

.pb-step h3 {

  font-family: 'Archivo';

  font-size: 19px;

  color: var(--char);

  margin-bottom: 8px;

}

.pb-step p {

  font-size: 14.5px;

  color: var(--ink-soft);

  text-wrap: pretty;

}

.pb-step p b {

  color: var(--char);

}

.pb-list {

  display: flex;

  flex-direction: column;

}

.pb-li {

  display: flex;

  gap: 16px;

  padding: 16px 0;

    padding-top: 16px;

  border-top: 1px solid var(--line);

  font-size: 15px;

  color: var(--ink-soft);

  text-wrap: pretty;

}

.pb-li:first-child {

  border-top: 0;

  padding-top: 0;

}

.pb-li .k {

  width: 46px;

  height: 46px;

  border-radius: 12px;

  background: var(--cream);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 16px;

  color: var(--terra-deep);

}

.pb-li b {

  display: block;

  color: var(--char);

  font-family: 'Archivo';

  font-size: 16px;

  margin-bottom: 3px;

}

.cms-id-8 .container-about-4 img {

  width: 100%;

  height: 100% !important;

  object-fit: none;

  max-width: 100% !important;

  width: auto !important;

  margin-left: auto;

  display: block;

}

.cms-id-8 .container-about-4 .ApImage {

  osition: relative;

  border-radius: unset;

  overflow: hidden;

  aspect-ratio: unset;

  box-shadow: unset;

}

.cms-id-8 .container-about-4::before {

  background: unset;

  border-top: none;

}

.price-beat-promise-row3-title {

  position: relative;

  padding-top: 50px;

}

.price-beat-promise-row3-title:before {

  content: '';

  display: block;

  border-top: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

}

.price-beat-promise-row3-title .heading-default .sub-title-widget {

  margin-bottom: 0;

}

.price-beat-promise-row4 .title_block, .price-beat-promise-row4 .sub-title-widget {

  text-align: center;

}

.price-beat-promise-row4 .faq-acc {

  margin-top: 50px;

}

.faq-acc {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px 22px;

  max-width: 1080px;

  margin: 0 auto;

}

.faq-acc details {

  border: 1px solid var(--line);

  border-radius: 12px;

  background: #fff;

  overflow: hidden;

  align-self: start;

}

.faq-acc summary {

  list-style: none;

  cursor: pointer;

  padding: 15px 18px;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 14.5px;

  color: var(--char);

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

}

.faq-acc summary::after {

  content: "+";

  font-size: 21px;

  line-height: 1;

  color: var(--terra);

  font-weight: 700;

  flex-shrink: 0;

  transition: transform .15s;

}

.faq-acc .qa-body {

  padding: 13px 18px 17px;

  font-size: 13.5px;

  color: var(--ink-soft);

  line-height: 1.6;

}

.cms-id-8 .container-about-6::before {

  border-bottom: unset;

}

.sp-facts {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 14px;

  margin-top: 28px;

  text-align: left;

}

.sp-fact {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 14px;

  padding: 18px 20px;

  display: flex;

  flex-direction: column;

  gap: 3px;

}

.sp-fact .ic {

  width: 38px;

  height: 38px;

  border-radius: 10px;

  background: var(--gold-soft);

  color: var(--terra-deep);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 8px;

}

.sp-fact b {

  font-family: 'Archivo';

  font-size: 15px;

  color: var(--char);

}

.sp-fact small {

  font-size: 12.5px;

  color: var(--ink-soft);

  line-height: 1.5;

}

.sample-policy-row-2 .heading-default .sub-title-widget {

  margin-bottom: 30px;

}

.sample-policy-row-2 .heading-default.ApRawHtml {

  margin-bottom: 50px;

}

.cms-id-21 .container-about-6 {

  display: flex;

  flex-wrap: wrap;

}

.eg .cap {

  padding: 14px 16px;

  position: relative;

}

.eg {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 16px;

  overflow: hidden;

  box-shadow: var(--shadow);

}

.eg .cap b {

  display: inline-flex;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 11px;

  letter-spacing: .1em;

  padding: 4px 10px;

  border-radius: 100px;

  margin-bottom: 8px;

}

.eg.do .cap b {

  background: #E1F0E2;

  color: var(--leaf);

}

.eg .cap p {

  font-size: 13px;

  color: var(--ink-soft);

  line-height: 1.45;

}

.eg.dont .cap b {

  background: #FBEAE4;

  color: var(--terra-deep);

}

.tip-tiles {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 22px;

  max-width: 1100px;

  margin: 0 auto;

  margin-top: 50px;

}

.tip-tile {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 16px;

  overflow: hidden;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  margin-top: 50px;

}

.tip-body {

  padding: 16px 18px 20px;

}

.tip-body b {

  display: block;

  font-family: 'Archivo';

  font-size: 16px;

  color: var(--char);

  margin-bottom: 5px;

}

.tip-body .tag {

  display: block;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 12.5px;

  color: var(--terra-deep);

  margin: -2px 0 9px;

  text-align: left;

  padding: 0;

}

.tip-body p {

  font-size: 14px;

  color: var(--ink-soft);

  line-height: 1.5;

  text-wrap: pretty;

}

.tip-body a {

  color: var(--terra-deep);

  font-weight: 700;

  text-decoration: underline;

  text-underline-offset: 3px;

}

.container-artwork-tips-1 .title_block-row.rail-head {

  display: block;

}

.ctable-wrap {

  max-width: 980px;

  margin: 0 auto;

  border: 2px solid var(--char);

  border-radius: 18px;

  overflow: hidden;

  background: #fff;

}

.ctable {

  width: 100%;

  border-collapse: collapse;

  font-size: 14.5px;

  background: #fff;

}

.ctable th {

  background: var(--char);

  color: #fff;

  text-align: left;

  padding: 16px 20px;

  font-family: 'Archivo';

  font-size: 13.5px;

  font-weight: 700;

}

.ctable th:first-child {

  font-size: 11px;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--gold);

}

.ctable td {

  padding: 15px 20px;

  border-bottom: 1px solid var(--line-2);

  color: var(--ink-soft);

  vertical-align: top;

}

.ctable td b {

  font-family: 'Archivo';

  font-weight: 700;

  color: var(--char);

}

.sample-policy-row-2 {

  position: relative;

}

.sample-policy-row-2:before {

  content: '';

  display: block;

  background: var(--cream-2);

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  z-index: -1;

}

.cms-id-20 .container-about-6::before {

  display: none;

}

.six-methods-content {

  display: grid;

  gap: 18px;

  align-items: stretch;

  grid-template-columns: repeat(3,1fr);

}

.six-methods {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

}

.six-methods ul {

  list-style: none;

  margin-top: 13px;

  display: flex;

  flex-direction: column;

  gap: 8px;

}

.six-methods li {

  display: flex;

  align-items: flex-start;

  gap: 9px;

  font-size: 14px;

  color: var(--ink-soft);

}

.six-methods svg {

  width: 15px;

  height: 15px;

  color: var(--terra);

  flex-shrink: 0;

  margin-top: 3px;

}

.six-methods.ApImage {

  padding: 0 !important;

}

.cms-id-19 .container-artwork-tips-1{

  position: relative;

}

.cms-id-19 .container-artwork-tips-1:after {

  content: '';

  display: block;

  background: var(--cream-2);

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  z-index: -1;

} 

.cms-id-19 .container-about-6::before {

  display: none;

}

.container-colour-chart-2 .block_content {

  max-width: 780px;

  margin: 0 auto 22px;

  text-align: center;

  font-size: 14.5px;

  line-height: 1.55;

  color: var(--ink-soft);

  text-wrap: pretty;

}

.pms-grid {

  display: grid;

  max-width: 1100px;

  margin: 0 auto;

  grid-template-columns: repeat(auto-fill,minmax(96px,1fr));

  gap: 8px;

}

.pms {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 12px;

  overflow: hidden;

  cursor: pointer;

  transition: transform .12s,box-shadow .12s;

  text-align: center;

  box-shadow: var(--shadow);

  padding: 0;

}

.pms .c {

  height: 50px;

}

.pms b {

  display: block;

  font-family: 'Archivo';

  font-weight: 700;

  color: var(--char);

  font-size: 11px;

  padding: 6px 3px 2px;

}

.pms .hex {

  display: block;

  font-family: 'Archivo';

  font-size: 9.5px;

  font-weight: 700;

  letter-spacing: .02em;

  color: var(--ink-mute);

  padding: 0 3px 7px;

  text-transform: uppercase;

}

.background-blue, .background-white{

  position: relative;

}

.background-blue:before, .background-white:before {

  content: '';

  display: block;

  background: var(--cream-2);

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  z-index: -1;

}

.background-white:before {

  background: #fff;

}

.grid3, .grid2, .grid4 {

  display: grid;

  gap: 18px;

  align-items: stretch;

}

.grid3 {

  grid-template-columns: repeat(3,1fr);

}

.stepc {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  text-align: left;

}

.stepc .n {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 44px;

  color: var(--terra);

  line-height: 1;

  margin-bottom: 12px;

  letter-spacing: -.04em;

  background: none;

  width: auto;

  height: auto;

  display: block;

}

.stepc h3 {

  font-family: 'Archivo';

  font-size: 18px;

  color: var(--char);

  margin-bottom: 7px;

}

.stepc p {

  font-size: 14.5px;

  color: var(--ink-soft);

  text-wrap: pretty;

}

.cms-id-13 .container-about-6::before {

  display: none;

}

.container-why-use-reusable-cubs-2 .ApImage{

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

  padding: 0;

  overflow: hidden;

}

.container-why-use-reusable-cubs-2 .image_description {

  padding-top: 20px;

}

.container-why-use-reusable-cubs-2 .image_description h3{

  font-family: 'Archivo',sans-serif;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.05;

  font-size: 1.3375rem;

  color: #273755;

  text-transform: capitalize;

}

.page-cms .card-top {

  display: none;

}

.cms-id-36 .ab-hero::before{

  background: linear-gradient(95deg,rgba(14,36,38,.93),rgba(14,36,38,.6) 52%,rgba(14,36,38,.2))

}

.cms-id-36 .pb-hero h1 {

  color: #fff;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: clamp(32px,4vw,50px);

  line-height: 1.02;

  letter-spacing: -.02em;

  max-width: 700px;

  text-align: left;

  padding-top: 25px;

}

.cms-id-36 .pb-hero p {

  color: rgba(255,255,255,.88);

  font-size: 16.5px;

  line-height: 1.6;

  max-width: 560px;

  margin: 16px 0 24px;

  text-align: left;

}

.container-choosing-a-cup .heading-default{

  margin-top: 40px;

}

.prose {

  margin: 0 auto;

  font-size: 16px;

  color: var(--ink-soft);

  text-align: justify;

}

.prose a {

  color: var(--terra-deep);

  font-weight: 700;

  text-decoration: underline;

  text-underline-offset: 3px;

}

.choosing-a-cup .title_block-row{

  display: block;

  margin: 0;

}

.choosing-a-cup .title_block-row h4{

  font-family: 'Archivo';

  font-size: 20px;

  color: var(--char);

  margin-bottom: 8px;

}

.choosing-a-cup .ApHtml {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

}

.cmp-wrap {

  overflow-x: auto;

  max-width: 1080px;

  margin: 0 auto;

}

.cmp {

  width: 100%;

  border-collapse: collapse;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 16px;

  overflow: hidden;

  font-size: 14px;

}

.cmp th, .cmp td {

  padding: 14px 16px;

  text-align: left;

  border-bottom: 1px solid var(--line);

  vertical-align: top;

}

.cmp td b {

  font-family: 'Archivo';

  color: var(--char);

}

.cmp thead th {

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 12px;

  letter-spacing: .04em;

  text-transform: uppercase;

}

.use-row {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 18px;

  max-width: 1040px;

  margin: 0 auto;

}

.use-c {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 16px;

  padding: 26px 24px;

  box-shadow: var(--shadow);

}

.use-c .ic {

  width: 44px;

  height: 44px;

  border-radius: 12px;

  background: var(--gold-soft);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--terra-deep);

  margin-bottom: 15px;

}

.use-c .ic svg {

  width: 23px;

  height: 23px;

}

.use-c h3 {

  font-family: 'Archivo';

  font-size: 17px;

  margin-bottom: 8px;

}

.use-c p {

  font-size: 13.5px;

  color: var(--ink-soft);

}

.cms-id-36 .background-blue::before {

  z-index: 0;

}

.container-ev-hero{

  position: relative;

}

.container-ev-hero:before {

  background: radial-gradient(900px 520px at 82% -25%, #1d3b3a 0%, transparent 60%), var(--char);

  content: '';

  display: block;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  z-index: 0;

}

.ev-hero-grid {

  display: grid;

  grid-template-columns: 1.06fr .94fr;

  gap: 48px;

  align-items: center;

}

.ev-hero h1 {

  color: #fff;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: clamp(32px,4.1vw,52px);

  line-height: 1.0;

  letter-spacing: -.02em;

  max-width: 780px;

}

.ev-hero p {

  color: rgba(255,255,255,.84);

  font-size: 16.5px;

  line-height: 1.6;

  max-width: 600px;

  margin: 16px 0 24px;

}

.ev-hero-img {

  border-radius: 20px;

  overflow: hidden;

  aspect-ratio: 4/3;

  box-shadow: 0 24px 60px rgba(0,0,0,.45);

  padding: 0;

}

.ev-hero-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.container-ev-hero .ApColumn {

  width: 100%;

}

.ev-hero h1 .serif {

  color: var(--terra);

}

.ev-hero-grid:after {

  display: none;

}

.cms-id-37 .qa-grid{

  margin-top: 50px;

}

.title-heading-default {



}

.title-heading-default h1 {



}

.title-heading-default p {



}

.su-split {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;

  max-width: 860px;

  margin: 30px auto 0;

  text-align: left;

}

.su-col {

  border-radius: 16px;

  padding: 22px 24px;

  border: 1px solid var(--line);

}

.su-col.bad {

  background: #eef1f1;

  color: var(--ink-soft);

}

.su-col.good {

  background: var(--gold-soft);

  border-color: transparent;

}

.su-col b {

  display: block;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 13px;

  letter-spacing: .04em;

  text-transform: uppercase;

  margin-bottom: 8px;

}

.su-col span {

  font-size: 14px;

  line-height: 1.55;

}

.su-col.bad b {

  color: #6b7a7a;

}

.su-col.good {

  background: var(--gold-soft);

  border-color: transparent;

}

.su-col.good b {

  color: var(--terra-deep);

}

.su-col.good span {

  color: var(--char);

}

.cms-id-38 .ab-hero .ApColumn .block {

  padding-bottom: 0;

}

.verdict {

  max-width: 1040px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 0.92fr 1.08fr;

  gap: 52px;

  align-items: start;

  text-wrap: pretty;

}

.verdict-q {

  position: relative;

  padding-left: 26px;

}

.verdict-q::before {

  content: "";

  position: absolute;

  left: 0;

  top: 8px;

  bottom: 8px;

  width: 6px;

  border-radius: 100px;

  background: linear-gradient(var(--terra),var(--gold));

}

.vq-label {

  display: block;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 15.5px;

  line-height: 1.42;

  color: var(--ink-soft);

  margin-bottom: 16px;

}

.vq-a {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: clamp(30px,3.5vw,45px);

  line-height: 1.03;

  letter-spacing: -.022em;

  color: var(--char);

  text-wrap: balance;

}

.vq-a b {

  color: var(--terra);

}

.vq-a .serif {

  font-family: 'Instrument Serif';

  font-weight: 400;

  font-style: normal;

  letter-spacing: 0;

}

.verdict-body {

  padding-top: 6px;

}

.verdict-body p {

  font-size: 15.5px;

  line-height: 1.64;

  color: var(--ink-soft);

}

.verdict-body b {

  color: var(--char);

  font-weight: 700;

}

.verdict-stats {

  max-width: 1055px;

  margin: 46px auto 0;

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 20px;

}

.vstat {

  position: relative;

  padding: 26px 26px 24px;

  border-radius: 18px;

  background: var(--cream);

  border: 1px solid var(--line);

  overflow: hidden;

}

.vstat::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 4px;

  width: 100%;

  background: linear-gradient(90deg,var(--terra),var(--gold));

}

.vstat b {

  display: block;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 38px;

  letter-spacing: -.035em;

  color: var(--terra-deep);

  line-height: .96;

}

.vstat span {

  display: block;

  margin-top: 11px;

  font-size: 13px;

  line-height: 1.5;

  color: var(--ink-soft);

}

.vq-a .serif {

  font-family: 'Instrument Serif';

  font-weight: 400;

  font-style: normal;

  letter-spacing: 0;

}

.bechart {

  max-width: 980px;

  margin: 0 auto;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 22px;

  box-shadow: var(--shadow);

  padding: 14px 34px 26px;

}

.bechart-row, .bechart-head {

  display: grid;

  grid-template-columns: minmax(150px,33%) 1fr;

  gap: 24px;

  align-items: center;

}

.bechart-head {

  padding: 16px 0 13px;

  border-bottom: 1px solid var(--line-2);

}

.bechart-head .h-l {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: .06em;

  color: var(--ink-mute);

}

.bechart-scale {

  display: flex;

  justify-content: space-between;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 10.5px;

  letter-spacing: .04em;

  text-transform: uppercase;

  color: var(--ink-mute);

}

.bechart-row {

  padding: 17px 0;

  border-bottom: 1px dashed var(--line-2);

}

.bechart-name b {

  display: block;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 15.5px;

  color: var(--char);

  letter-spacing: -.01em;

}

.bechart-name small {

  display: block;

  margin-top: 5px;

  font-size: 12px;

  line-height: 1.46;

  color: var(--ink-soft);

}

.bechart-barzone {

  position: relative;

}

.bechart-track {

  position: relative;

  height: 15px;

  border-radius: 100px;

  background: var(--sand);

  background-image: repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),rgba(20,40,40,.08) calc(20% - 1px),rgba(20,40,40,.08) 20%);

}

.bechart-fill {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  border-radius: 100px;

  background: linear-gradient(90deg,var(--gold),var(--terra));

  width: var(--w);

  transition: width 1.05s cubic-bezier(.2,.78,.25,1);

}

.bechart.in .bechart-fill {

  width: var(--w);

}

.bechart-fill:after {

  content: "";

  position: absolute;

  right: -2px;

  top: 50%;

  transform: translateY(-50%);

  width: 19px;

  height: 19px;

  border-radius: 50%;

  background: var(--terra-deep);

  border: 3px solid #fff;

  box-shadow: 0 2px 7px rgba(0,0,0,.2);

}

.bechart-badge {

  display: inline-block;

  margin-top: 11px;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 11.5px;

  letter-spacing: .01em;

  color: var(--terra-deep);

  background: var(--gold-soft);

  border-radius: 100px;

  padding: 5px 12px;

}

.geo-note {

  text-align: justify;

  font-size: 14px;

  color: var(--ink-soft);

  max-width: none;

  margin: 22px 0 0;

  text-wrap: pretty;

}

.mtable {

  max-width: 1000px;

  margin: 0 auto;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  overflow: hidden;

  box-shadow: var(--shadow);

}

.mtable .mhead, .mtable .mrow {

  display: grid;

  grid-template-columns: 1.1fr 1.2fr 1fr .9fr;

  gap: 0;

}

.mtable .mhead {

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 12.5px;

  letter-spacing: .02em;

}

.mtable .mhead > div {

  padding: 15px 18px;

}

.mtable .mrow {

  border-top: 1px solid var(--line-2);

}

.mtable .mrow > div {

  padding: 16px 18px;

  font-size: 13px;

  color: var(--ink-soft);

}

.mtable .mrow > div:first-child {

  font-family: 'Archivo';

  font-weight: 700;

  color: var(--char);

}

.padding-top-50{

  padding-top: 50px;

}

.heading-default .rail-head {

  display: block;

}

.prose ol, .prose ul {

  list-style: none;

  margin: 0 0 16px;

}

.prose ul li {

  position: relative;

  padding-left: 26px;

  margin-bottom: 10px;

}

.prose ul li::before {

  content: "";

  position: absolute;

  left: 2px;

  top: 7px;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: var(--terra);

}

.prose p b, .prose li b {

  color: var(--char);

}

.container-sustainability7 .ApImage{

  border-radius: 17px;

  overflow: hidden;

}

.container-sustainability7 .image_description{

  padding-top: 20px;

}

.lhero-grid {

  display: grid;

  grid-template-columns: 1.05fr .95fr;

  gap: 46px;

  align-items: center;

}

.lhero h1 {

  font-size: clamp(31px,3.5vw,45px);

  line-height: 1.03;

  color: var(--char);

  font-family: 'Archivo';

  font-weight: 900;

  letter-spacing: -.02em;

}

.lhero .lead {

  font-size: 16px;

  color: var(--ink-soft);

  line-height: 1.6;

  margin: 15px 0 0;

  max-width: 560px;

}

.lhero-chips {

  display: flex;

  flex-wrap: wrap;

  gap: 9px;

  margin: 19px 0 22px;

}

.lhero-chips span {

  display: inline-flex;

  align-items: center;

  gap: 7px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 8px 14px;

  font-size: 12.5px;

  font-weight: 700;

  color: var(--char);

  font-family: 'Archivo';

}

.lhero-chips span svg {

  width: 14px;

  height: 14px;

  color: var(--terra);

  flex-shrink: 0;

}

.lhero-cta {

  display: flex;

  align-items: center;

  gap: 18px;

  flex-wrap: wrap;

}

.lhero-call {

  display: flex;

  flex-direction: column;

  text-decoration: none;

  line-height: 1.15;

}

.lhero-call small {

  font-size: 11px;

  color: var(--ink-mute);

  font-weight: 600;

}

.lhero-call b {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 18px;

  color: var(--char);

}

.lhero-img {

  position: relative;

  border-radius: 22px;

  overflow: hidden;

  aspect-ratio: 4/3;

  box-shadow: var(--shadow-lg);

}

.lhero-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.lhero-img .image_description {

  position: absolute;

  left: 14px;

  bottom: 14px !important;

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 12px;

  letter-spacing: .03em;

  padding: 8px 14px;

  border-radius: 10px;

}

.lhero-img p{

  margin: 0 !important;

}

.loc-grid {

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 16px;

  max-width: 1080px;

  margin: 0 auto;

}

.loc-grid .ApRawHtml {

  

}

.loc-grid .ApRawHtml a{

  position: relative;

  display: flex;

  flex-direction: column;

  gap: 6px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 24px 24px 22px;

  box-shadow: var(--shadow);

  text-decoration: none;

  transition: transform .15s,box-shadow .15s,border-color .15s;

}

.loc-card .hqtag {

  position: absolute;

  top: 18px;

  right: 18px;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 10px;

  letter-spacing: .05em;

  color: #fff;

  background: var(--terra);

  border-radius: 100px;

  padding: 3px 9px;

}

.loc-card .pin {

  width: 34px;

  height: 34px;

  border-radius: 10px;

  background: var(--gold-soft);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--terra-deep);

  margin-bottom: 8px;

}

.loc-card .pin svg {

  width: 18px;

  height: 18px;

}

.loc-card b {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 18px;

  color: var(--char);

  letter-spacing: -.01em;

}

.loc-card span.st {

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 11.5px;

  letter-spacing: .05em;

  text-transform: uppercase;

  color: var(--terra-deep);

}

.loc-card p {

  font-size: 12.5px;

  color: var(--ink-soft);

  margin-top: 3px;

  line-height: 1.45;

  flex: 1 0 auto;

}

.card .go, .lcl-card .go, .loc-card .go, .mat-card .go {

  background: var(--terra) !important;

  color: #fff !important;

  padding: 11px 20px !important;

  border-radius: 100px !important;

  font-family: 'Hanken Grotesk' !important;

  font-weight: 700 !important;

  font-size: 14px !important;

  box-shadow: 0 6px 16px rgba(217,84,43,.28) !important;

  align-self: flex-start;

  transition: background .14s,transform .14s,box-shadow .14s;

}

.card:hover .go, .lcl-card:hover .go, .loc-card:hover .go, .mat-card:hover .go {

  background: var(--terra-deep) !important;

  transform: translateY(-1px);

  box-shadow: 0 10px 22px rgba(217,84,43,.34) !important;

}

.loc-card .go {

  margin-top: 12px;

  display: inline-flex;

  align-items: center;

  gap: 7px;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 12.5px;

  color: var(--terra-deep);

}

.loc-card .go {

  background: var(--char) !important;

  color: #fff !important;

  margin-top: auto !important;

  align-self: flex-start;

}

.loc-card .go svg {

  width: 22px;

  height: 22px;

  background: var(--terra);

  color: #fff;

  border-radius: 50%;

  padding: 4px;

  box-sizing: border-box;

  stroke-width: 3;

  transition: transform .15s;

}

.container-location2 .ApRow {

  display: flex;

  flex-wrap: wrap;

}

.line-section {

  position: relative;

}

.line-section:before {

  content: '';

  display: block;

  border-top: 1px solid var(--line);

  border-bottom: 1px solid var(--line);

  height: calc(100%);

  position: absolute;

  width: 150vw;

  left: -50%;

  top: 0;

  z-index: -1;

}

.nat-row {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 18px;

  max-width: 880px;

  margin: 0 auto;

}

.nat-c {

  text-align: center;

  padding: 26px 22px;

  background: var(--cream);

  border: 1px solid var(--line);

  border-radius: 18px;

  position: relative;

  overflow: hidden;

}

.nat-c::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 4px;

  background: linear-gradient(90deg,var(--terra),var(--gold));

}

.nat-c b {

  display: block;

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 36px;

  letter-spacing: -.03em;

  color: var(--terra-deep);

  line-height: 1;

}

.nat-c span {

  display: block;

  margin-top: 8px;

  font-size: 13px;

  color: var(--ink-soft);

}

.geo-chips {

  display: flex;

  gap: 8px;

  flex-wrap: nowrap;

  justify-content: center;

  max-width: none;

  margin: 0 auto;

  overflow-x: auto;

  padding: 10px 2px 14px;

}

.geo-chips span, .geo-chips a {

  display: inline-flex;

  align-items: center;

  gap: 7px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 8px 15px;

  font-size: 13px;

  font-weight: 600;

  color: var(--char);

  white-space: nowrap;

  flex-shrink: 0;

  text-decoration: none;

}

.geo-chips svg {

  width: 13px;

  height: 13px;

  color: var(--terra);

}

.lcl-grid {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 18px;

  max-width: 1080px;

  margin: 0 auto;

}

.lcl-card {

  display: flex;

  flex-direction: column;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 28px 26px;

  box-shadow: var(--shadow);

  text-decoration: none;

  transition: transform .15s,box-shadow .15s,border-color .15s;

}

.lcl-card .ic {

  width: 46px;

  height: 46px;

  border-radius: 13px;

  background: var(--gold-soft);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--terra-deep);

  margin-bottom: 16px;

}

.lcl-card .ic svg {

  width: 24px;

  height: 24px;

}

.lcl-card h3 {

  font-family: 'Archivo';

  font-size: 18px;

  margin-bottom: 9px;

  color: var(--char);

}

.lcl-card p {

  font-size: 13.5px;

  color: var(--ink-soft);

  line-height: 1.55;

  flex: 1;

}

.lcl-card .go {

  margin-top: 16px;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 13px;

  color: var(--terra-deep);

}

.lcl-card .go svg {

  width: 15px;

  height: 15px;

  transition: transform .15s;

}

.lcl-card:hover {

  transform: translateY(-3px);

  border-color: var(--terra);

}

.c-hero {

  padding: 26px 0 34px;

  text-align: center;

}

.c-hero h1 {

  font-size: clamp(30px,3.8vw,48px);

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.028em;

  font-size: clamp(24px,2.9vw,42px) !important;

}

.c-hero .lead {

  font-size: 18px;

  color: var(--ink-soft);

  margin: 14px auto 0;

  text-wrap: pretty;

}

.c-hero h1 .serif {

  color: var(--terra);

  font-size: 1.04em;

}

.csec {

  padding: 52px 0;

    padding-top: 52px;

}

.contact-grid {

  display: grid;

  grid-template-columns: 1.05fr .95fr;

  gap: 22px;

  align-items: stretch;

}

.contact-form-card {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 12px;

  padding: 30px;

}

.contact-form-card h2 {

  font-size: 22px;

  color: var(--char);

  margin-bottom: 18px;

}

.f-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 14px;

}

.f-field {

  display: flex;

  flex-direction: column;

  gap: 6px;

  margin-bottom: 14px;

  text-align: left;

}

.f-field label {

  font-family: 'Archivo';

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .05em;

  text-transform: uppercase;

  color: var(--char);

}

.f-field input, .f-field select, .f-field textarea {

  border: 1.5px solid var(--line);

  border-radius: 12px;

  padding: 12px 15px;

  font-family: inherit;

  font-size: 15px;

  color: var(--char);

  background: var(--cream);

  outline: none;

  width: 100%;

  transition: border-color .14s;

}

.f-field textarea {

  resize: vertical;

}

.f-note {

  font-size: 12.5px;

  color: var(--ink-mute);

  font-weight: 600;

  text-align: center;

  margin-top: 11px;

}

.contact-side {

  display: flex;

  flex-direction: column;

  gap: 22px;

}

.chan {

  display: flex;

  align-items: flex-start;

  gap: 14px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 10px;

  padding: 16px 18px;

  transition: border-color .14s;

}

.chan span {

  font-size: 13.5px;

  color: var(--ink-soft);

  display: block;

  margin-top: 2px;

}

.chan .ic {

  width: 42px;

  height: 42px;

  border-radius: 12px;

  background: var(--char);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.chan .ic svg {

  width: 20px;

  height: 20px;

  color: var(--gold);

}

.chan b {

  font-family: 'Archivo';

  font-size: 15px;

  color: var(--char);

  display: block;

}

.chan small {

  font-size: 12px;

  color: var(--ink-mute);

  display: block;

  margin-top: 3px;

}

.contact-map {

  border-radius: 12px;

  overflow: hidden;

  border: 1px solid var(--line);

  flex: 1;

  min-height: 240px;

}

.contact-map iframe {

  display: block;

  width: 100%;

  height: 100%;

  min-height: 260px;

  border: 0;

}

.promo {

  padding: 10px 0;

}

.promo-card {

  background: var(--char);

  border-radius: 24px;

  padding: 40px 44px;

  color: #fff;

  display: grid;

  grid-template-columns: 1fr auto;

  gap: 30px;

  align-items: center;

  position: relative;

  overflow: hidden;

  box-shadow: var(--shadow-lg);

}

.promo-card::before {

  content: "";

  position: absolute;

  width: 380px;

  height: 380px;

  border-radius: 50%;

  background: radial-gradient(circle,rgba(217,84,43,.35),transparent 64%);

  right: -130px;

  top: -150px;

  pointer-events: none;

}

.promo-card > * {

  position: relative;

}

.promo-card h2 {

  font-size: clamp(22px,2.6vw,32px);

  color: #fff;

}

.promo-card h2 .serif {

  color: var(--clay);

}

.promo-card p {

  font-size: 15px;

  color: #e7d3c4;

  margin-top: 8px;

  max-width: 560px;

}

.promo-card .btn {

  white-space: nowrap;

}

.btn-ghost-d {

  background: transparent;

  color: #fff;

  border: 2px solid rgba(255,255,255,.4);

}

.faq-jump {

  display: flex;

  flex-wrap: nowrap;

  gap: 10px;

  justify-content: center;

  max-width: none;

  overflow-x: auto;

  scrollbar-width: none;

  margin-top: 30px;

}

.faq-jump a {

  flex-shrink: 0;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 10px 16px;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 13px;

  color: var(--char);

  box-shadow: var(--shadow);

  transition: background .15s,color .15s,border-color .15s;

  white-space: nowrap;

}

.faq-jump a span {

  width: 22px;

  height: 22px;

  border-radius: 50%;

  background: var(--cream-2);

  color: var(--terra-deep);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  font-weight: 900;

}

.cms-id-11 .background-blue::before,.cms-id-11 .background-white::before {

  z-index: 0;

}

.cms-id-11 .qa-grid {

  margin-top: 50px;

}

.qa p a {

  color: var(--terra-deep);

  font-weight: 600;

  text-decoration: underline;

    text-decoration-thickness: auto;

  text-underline-offset: 2px;

  text-decoration-thickness: 1px;

}

.page-cart .c-hero {

  position: relative;

}

.page-cart .c-hero:before {

  content: '';

  background: linear-gradient(180deg,var(--cream-2),var(--cream));

  display: block;

  width: 150vw;

  height: calc(100%);

  position: absolute;

  top: 0;

  left: -50%;

  z-index: -1;

  border-bottom: 1px solid var(--line);

}

.cart-grid .table-bordered thead th {

  font-family: 'Archivo';

  font-size: 11.5px;

  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--ink-mute);

  border: none;

  background: unset;

}

#cart_summary {

  border: none;

  margin-top: 40px;

  font-family: 'Hanken Grotesk',system-ui,sans-serif;

}

#cart_summary tbody tr {

  background: #fff;

  border: 1px solid var(--line);

}

#cart_summary.table-bordered td {

  border: none;

  padding: 15px;

  line-height: 1.42857;

  vertical-align: middle;

}

#cart_summary thead tr {

  border-bottom: 3px solid var(--line);

}

#cart_summary.table-bordered td img{

  width: 72px;

  height: 72px;

  border-radius: 12px;

  object-fit: cover;

  border: 1px solid var(--line);

  background: var(--cream);

}

.product-line-grid .qty .input-group {

  position: relative;

  border: 1.5px solid var(--line);

  height: 40px;

  border-radius: 100px;

  overflow: hidden;

}

.product-line-grid .qty .input-group .js-cart-line-product-quantity{

  position: absolute;

  left: 30px;

  width: 60px;

  font-size: 15px;

  font-weight: 600;

  height: 38px;

  border: none;

}

.product-line-grid .input-group-btn-vertical {

  color: #414141;

  width: auto;

  float: left;

  display: flex;

  gap: 60px;

}

.product-line-grid .qty .bootstrap-touchspin .btn-touchspin {

  height: 100%;

  background: unset;

  border: none;

  width: 40px;

}

.product-line-grid .remove-from-cart {

  width: 38px;

  height: 38px;

  border-radius: 10px;

  color: var(--ink-mute);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: .15s;

  justify-self: center;

}

.product-line-grid .remove-from-cart:hover {

  background: #FBEAE4;

  color: var(--terra-deep);

}

.product-line-grid .remove-from-cart:hover i {

  color: var(--terra-deep);

}

.product-line-grid .ce-item {

  font-family: 'Archivo';

  font-size: 10.5px;

  font-weight: 700;

  letter-spacing: .04em;

  color: var(--ink-mute);

  margin-top: 5px;

}

.product-line-grid .product-line-info a{

  font-family: 'Archivo';

  font-size: 16.5px;

  color: var(--char);

  margin-bottom: 6px;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.05;

}

.product-line-info.decoration span.label{

  font-size: 12px;

  font-weight: 800;

  letter-spacing: .04em;

  text-transform: uppercase;

  color: var(--terra-deep);

  display: block;

  margin: 5px 0;

  font-weight: 500;

}

.product-line-info.decoration span.value{

  font-size: 13.5px;

  color: var(--ink-soft);

  font-weight: 400;

  display: block;

  font-family: 'Hanken Grotesk',system-ui,sans-serif;

}

.co-add {

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 14px;

  flex-wrap: wrap;

  margin-top: 18px;

}

.co-add .btn-ghost {

  background: #fff;

  color: var(--char);

  border: 2px solid var(--char);

  padding: 8px 9px 8px 22px;

  gap: 10px;

}

.co-add .btn-ghost .arr {

  width: 26px;

  height: 26px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  background: var(--terra);

  transition: background .14s;

}

.co-add .btn-ghost .arr svg {

  width: 14px;

  height: 14px;

  stroke-width: 3;

  color: #fff;

}

.co-add .btn-ghost:hover {

  background: var(--char);

  color: #fff;

}

.co-add .btn-ghost:hover .arr {

  background: #fff;

}

.co-add .btn-ghost:hover .arr svg {

  color: var(--terra);

}

.quote_detail-note {

  display: flex;

  flex-wrap: wrap;

  gap: 8px 18px;

  align-items: center;

  margin-bottom: 0;

  border-bottom: 1px solid var(--line-2);

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 12.5px;

  color: var(--ink-soft);

  padding: 20px 35px;  

}

.quote_detail-note span{

  display:inline-flex;align-items:center;gap:6px

}

.co-form-head {

  background: var(--char);

  padding: 18px 30px;

  display: flex;

  align-items: center;

  gap: 12px;

}

.co-form-head .tagn {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background: var(--terra);

  color: #fff;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.co-form-head .tagn svg {

  width: 16px;

  height: 16px;

}

.co-form-head h2 {

  font-family: 'Archivo';

  font-size: 17px;

  font-weight: 800;

  letter-spacing: .06em;

  text-transform: uppercase;

  color: #fff;

  margin: 0;

}

#get_a_quote {

  max-width: var(--maxw);

  margin: 0 auto;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 14px;

  overflow: hidden;

}

.quote_form .control-label {

  font-family: 'Archivo';

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .05em;

  text-transform: uppercase;

  color: var(--char);

  display: block;

}

.quote_form_submit {

  clear: both;

  padding-top: 30px;

  margin-top: 30px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 18px;

  flex-wrap: wrap;

  border-top: 1px solid var(--line);

}

#validateOrder .quote_form select {

  border: 1.5px solid var(--line);

  border-radius: 12px;

  padding: 12px 15px;

  font-family: inherit;

  font-size: 15px;

  color: var(--char);

  background: var(--cream);

  outline: none;

  width: 100%;

  transition: border-color .14s;

}

.form__control--date label small {

  color: var(--ink-mute);

  text-transform: none;

  letter-spacing: 0;

  font-weight: 600;

}

.f-note a {

  color: var(--terra-deep);

  font-weight: 700;

}

.header-title-custom{

  display: flex;

  padding: 50px 0;

  margin-bottom: 50px;

}

.header-title-custom > div {

  width: 100%;

  z-index: 1;

}

.header-title-custom:before {

  

}

#module-leoblog-list .card-top {

  display: none;

}

.grid4 {

  grid-template-columns: repeat(4,1fr);

}

.blog-card {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

  padding: 0 0 22px;

  overflow: hidden;

}

.blog-card .pic {

  margin: 0;

  border-radius: 17px 17px 0 0;

  aspect-ratio: 3/2;

  position: relative;

  border-bottom: 1px dashed var(--line);

  overflow: hidden;

  background: var(--cream-2);

}

.card .pic img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .4s;

}

.blog-meta {

  margin-top: 18px;

  font-family: ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  font-size: 11.5px;

  font-weight: 600;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--ink-mute);

  margin-left: 22px;

  margin-right: 22px;

  margin-bottom: 0;

}

.blog-card h3 {

  font-size: 17px;

  line-height: 1.3;

  color: var(--char);

  margin-top: 10px;

  margin-bottom: 11px;

  text-wrap: pretty;

  font-family: 'Archivo';

  margin-left: 22px;

  margin-right: 22px;

  font-weight: 800;

  letter-spacing: -.02em;

}

.blog-exc {

  font-size: 13.5px;

  line-height: 1.55;

  color: var(--ink-soft);

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: 14.5px;

  color: var(--ink-soft);

  text-wrap: pretty;

  flex: 1;

  margin-left: 22px;

  margin-right: 22px;

}

.blog-foot {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  margin-top: 18px;

  padding-top: 16px;

  border-top: 1px dashed var(--line);

  margin-left: 22px;

  margin-right: 22px;

}

.blog-by {

  font-family: ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--ink-mute);

}

.blog-read {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 13px;

  padding: 7px 7px 7px 17px;

  border-radius: 100px;

  transition: background .15s;

}

.blog-read .arr {

  width: 24px;

  height: 24px;

  border-radius: 50%;

  background: var(--terra);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition: background .14s;

}

.blog-read .arr svg {

  width: 13px;

  height: 13px;

  color: #fff;

  stroke-width: 3;

}

a.blog-read:hover {

  color: #fff;

  background: var(--terra);

}

.blog-read:hover .arr {

  background: var(--char);

}

.blog-read:hover .arr svg {

  color: var(--terra);

}

.cms-id-40 .ab-hero {

  text-align: left;

  padding-bottom: 40px;

}

.bo-vs.ApRawHtml {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  overflow: hidden;

  box-shadow: var(--shadow);

}

.bo-vs .r {

  display: flex;

  align-items: center;

  gap: 14px;

  padding: 20px 22px;

}

.bo-vs span {

  display: block;

  font-size: 13px;

  color: var(--ink-soft);

  margin-top: 2px;

  line-height: 1.45;

}

.bo-vs .ic {

  width: 42px;

  height: 42px;

  border-radius: 12px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.bo-vs .bad .ic {

  background: #f6e0d7;

  color: #b24523;

}

.bo-vs .ic svg {

  width: 22px;

  height: 22px;

}

.bo-vs .r + .r {

  border-top: 1px solid var(--line-2);

}

.bo-vs b {

  display: block;

  font-family: 'Archivo';

  font-size: 15px;

  color: var(--char);

}

.bo-vs .good .ic {

  background: var(--gold-soft);

  color: var(--terra-deep);

}

.cms-id-40 .ab-hero .ApColumn .block {

  padding-bottom: 0;

}

.product-actions {

  border: 1px solid var(--line);

  border-radius: var(--r-lg);

  overflow: hidden;

  box-shadow: var(--shadow);

  background: #fff;

  margin-left: 30px;

}

.mqbar {

  display: none;

}

.cta-combined .cta-call .ct b{

  color: #fff;

}

.blog-foot .dot {

  width: 4px;

  height: 4px;

  border-radius: 50%;

  background: var(--terra);

}

.latest-blogs .blog-foot{

  justify-content: left;

  font-family: ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  font-size: 11px;

  font-weight: 600;

  color: var(--ink-mute);

}

.latest-blogs .blog-by {

  font-family: ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: unset;

  text-transform: none;

  color: var(--ink-mute);

}

.blog-read-bottom {

  padding: 20px;

  padding-bottom: 0;

  display: flex;

  justify-content: end;

}

.latest-blogs .blog-card h3 {

  height: 45px;

  overflow: hidden;

}

.latest-blogs.appagebuilder {

  margin-top: 40px;

}

#module-leoblog-blog #wrapper .container > .row{

  display: flex;

}

#module-leoblog-blog #left-column {

  order: 2;

}

#module-leoblog-blog #content-wrapper {

  order: 1;

}

.post-head {

  padding: 20px 0 30px;

  position: relative;

  display: flex;

}

.post-head:before {

  content: '';

  background: linear-gradient(180deg,var(--cream-2),var(--cream));

  display: block;

  width: 150vw;

  height: calc(100%);

  position: absolute;

  top: 0;

  left: -50%;

  z-index: 0;

  border-bottom: 1px solid var(--line);

}

.post-head > div {

  z-index: 1;

}

.post-head h1 {

  font-size: clamp(28px,3.2vw,40px);

  font-weight: 900;

  color: var(--char);

  letter-spacing: -.028em;

  line-height: 1.08;

  white-space: nowrap;

}

.post-sub {

  font-size: 18px;

  color: var(--ink-soft);

  margin-top: 12px;

  max-width: 760px;

  text-wrap: pretty;

}

.post-byline {

  display: flex;

  align-items: center;

  gap: 13px;

  flex-wrap: wrap;

  margin-top: 18px;

  font-family: ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: .07em;

  text-transform: uppercase;

  color: var(--ink-mute);

}

.post-byline .dot {

  width: 4px;

  height: 4px;

  border-radius: 50%;

  background: var(--terra);

}

.post-cat {

  display: inline-block;

  background: var(--terra);

  color: #fff;

  font-family: 'Archivo';

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .07em;

  text-transform: uppercase;

  padding: 6px 14px;

  border-radius: 100px;

  margin-bottom: 16px;

}

.side-card {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 16px;

  padding: 22px;

  box-shadow: var(--shadow);

}

.side-card h4 {

  font-family: 'Archivo';

  font-size: 12px;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--ink-mute);

  font-weight: 800;

  margin-bottom: 15px;

}

.side-topics {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

}

.side-topics a {

  font-family: 'Archivo';

  font-size: 12.5px;

  font-weight: 700;

  color: var(--char);

  background: var(--cream);

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 7px 14px;

  transition: background .14s,color .14s,border-color .14s;

}

.side-cta {

  background: var(--char);

  color: #fff;

  border: 0;

  margin-top: 20px;

}

.side-cta h4 {

  color: rgba(255,255,255,.6);

}

.side-cta p {

  font-size: 14px;

  color: rgba(255,255,255,.85);

  line-height: 1.5;

  margin-bottom: 16px;

}

.side-cta .btn {

  width: 100%;

  justify-content: center;

}

.cart-empty .cart-grid {

  text-align: center;

}

.cart-empty .cart-quote-form {

  display: none;

}

.ty-confetti {

  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  overflow: hidden;

}

.ty-eyebrowtick {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  background: #E1F0E2;

  color: var(--leaf);

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 13px;

  letter-spacing: .04em;

  padding: 7px 15px 7px 11px;

  border-radius: 100px;

  margin: 10px 0 0;

}

.ty-eyebrowtick svg {

  width: 16px;

  height: 16px;

}

.ty-hero:before {

  content: '';

  background: linear-gradient(180deg,var(--cream-2),var(--cream));

  display: block;

  width: 150vw;

  height: calc(100%);

  position: absolute;

  top: 0;

  left: -50%;

  z-index: 0;

}

.ty-hero {

  position: relative;

  text-align: center;

}

.ty-hero h1 {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: clamp(34px,4.6vw,58px);

  line-height: 1;

  letter-spacing: -.035em;

  color: var(--char);

  margin: 12px 0 0;

}

.ty-hero .ty-sub {

  font-size: clamp(17px,1.7vw,20px);

  color: var(--ink-soft);

  max-width: 600px;

  margin: 14px auto 0;

  text-wrap: pretty;

}

.ty-steps {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 20px;

  max-width: 1080px;

  margin: 0 auto;

}

.ty-step {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: var(--r-xl);

  padding: 24px 24px;

  box-shadow: var(--shadow);

  position: relative;

  text-align: left;

}

.ty-step .ty-num {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  border-radius: 12px;

  background: var(--cream-2);

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 17px;

  color: var(--terra-deep);

  margin-bottom: 12px;

}

.ty-step h3 {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 19px;

  color: var(--char);

  margin: 0 0 6px;

  letter-spacing: -.01em;

}

.ty-step p {

  font-size: 14.5px;

  color: var(--ink-soft);

  line-height: 1.5;

  margin: 0;

}

.ty-step .ty-when {

  display: inline-flex;

  align-items: center;

  gap: 7px;

  margin-top: 11px;

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 12.5px;

  letter-spacing: .04em;

  color: var(--leaf);

}

.ty-step .ty-when svg {

  width: 14px;

  height: 14px;

}

.thankyou-container-4 {

  margin-top: 50px;

}

.thankyou-container-4 h2 {

  font-size: clamp(26px,3vw,40px) !important;

  max-width: none !important;

  color: var(--char);

}

#subcategories > .row.cat5 {

  display: grid;

  grid-template-columns: repeat(5,1fr);

  gap: 18px;

  align-items: stretch;

}

.cat5 .mat-card {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 18px;

  box-shadow: var(--shadow);

  display: flex;

  flex-direction: column;

  text-align: left;

  transition: transform .16s,box-shadow .16s;

  position: relative;

  overflow: hidden;

}

.cat5 .card .pic {

  border-radius: 17px 17px 0 0;

  overflow: hidden;

  background: var(--cream-2);

  margin: -18px -18px 14px;

  aspect-ratio: 1.5/1;

}

.cat5 .pic img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .4s;

}

.cat5 .card h3 {

  font-size: 16.5px;

  margin-bottom: 6px;

  font-family: 'Archivo';

  color: var(--char);

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.05;

}

.cat5 .card p {

  font-size: 13px;

  line-height: 1.5;

  color: var(--ink-soft);

  flex: 1;

}

.cat5 .mat-card .go {

  margin-top: 14px;

  padding: 5px 5px 5px 15px !important;

  font-size: 12.5px;

  gap: 7px !important;

  align-self: flex-end !important;

  background: var(--char) !important;

  box-shadow: 0 6px 16px rgba(14,36,38,.28) !important;

  display: inline-flex;

  align-items: center;

}

.cat5 .mat-card .go .arr {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: var(--terra);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition: background .14s;

}

.cat5 .mat-card .go .arr svg {

  width: 12px;

  height: 12px;

  color: #fff !important;

  stroke-width: 3;

  transform: none !important;

}

.cat5 .mat-card:hover .go {

  background: var(--terra) !important;

  box-shadow: 0 10px 22px rgba(217,84,43,.32) !important;

}

.cat5 .mat-card:hover .go .arr {

  background: var(--char);

}

.cat5 .mat-card .go .arr svg {

  width: 12px;

  height: 12px;

  color: #fff !important;

  stroke-width: 3;

  transform: none !important;

}

.editorial {

  column-count: 2;

  column-gap: 54px;

  column-fill: balance;

  max-width: 1100px;

  margin: 0 auto;

}

.editorial h3 {

  font-size: clamp(28px,3.2vw,40px);

  font-weight: 900;

  color: var(--char);

  line-height: 1.08;

  text-wrap: balance;

  break-inside: avoid;

  break-after: avoid;

  margin-bottom: 14px;

}

.editorial h3 .serif {

  color: var(--terra);

}

.editorial .lead-p, .editorial p {

  break-inside: avoid;

}

.editorial p {

  font-size: 15px;

  line-height: 1.75;

  color: var(--ink-soft);

  margin: 0 0 15px;

}

.editorial .lead-p {

  font-size: 19px;

  line-height: 1.5;

  color: var(--char);

  font-weight: 600;

  margin: 0 0 18px;

  break-inside: avoid;

}

.facts {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 14px;

  max-width: 1100px;

  margin: 0 auto;

}

.fact {

  display: flex;

  gap: 13px;

  align-items: flex-start;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 14px;

  padding: 18px 20px;

  box-shadow: var(--shadow);

}

.fact .ck {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background: var(--gold-soft);

  color: var(--terra-deep);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.fact .ck svg {

  width: 15px;

  height: 15px;

}

.fact p {

  font-size: 14px;

  color: var(--ink-soft);

  line-height: 1.5;

}

#subcategories {

  padding-bottom: 40px;

  margin-top: 40px;

}

.bottom-category-row-2 .title_block{

  padding-bottom: 30px;

}

.bottom-category-row-3 .cmp .row {

  display: grid;

  grid-template-columns: 1fr 1.55fr 1.2fr .95fr .95fr;

  gap: 18px;

  align-items: center;

  padding: 18px 26px;

  margin: 0;

}

.bottom-category-row-3 .cmp .row:after{

  display: none;

}

.bottom-category-row-3 .cmp .head {

  background: var(--char);

  color: #fff;

  font-family: 'Archivo';

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;

}

.bottom-category-row-3 .cmp .row:not(.head) {

  border-top: 1px solid var(--line);

}

.bottom-category-row-3 .cmp .row:nth-child(2n) {

  background: var(--cream-2);

}

.bottom-category-row-3 .cmp .mt {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 15.5px;

  color: var(--char);

}

.bottom-category-row-3 .cmp .ft,.bottom-category-row-3 .cmp .us {

  font-size: 13.5px;

  color: var(--ink-soft);

  line-height: 1.5;

}

.bottom-category-row-3 .cmp .pill {

  display: inline-block;

  padding: 5px 12px;

  background: var(--gold-soft);

  color: var(--terra-deep);

  border-radius: 100px;

  font-size: 11.5px;

  font-weight: 800;

  white-space: nowrap;

}

.size-row {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 18px;

  max-width: 980px;

  margin: 0 auto;

}

.size-c {

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 18px;

  padding: 26px 24px;

  box-shadow: var(--shadow);

  text-align: center;

}

.size-c .oz {

  font-family: 'Archivo';

  font-weight: 900;

  font-size: 40px;

  color: var(--terra);

  letter-spacing: -.03em;

  line-height: 1;

}

.size-c .ml {

  font-family: 'Archivo';

  font-weight: 800;

  font-size: 14px;

  color: var(--char);

  margin-top: 4px;

}

.size-c p {

  font-size: 13.5px;

  color: var(--ink-soft);

  margin-top: 10px;

}

.geo-note {

  text-align: justify;

  font-size: 14px;

  color: var(--ink-soft);

  max-width: none;

  margin: 22px 0 0;

  text-wrap: pretty;

  text-align: center;

}

.bottom-category-row-4 .title_block {

  padding-bottom: 40px;

}

.rm-clamp {

  overflow: hidden;

  position: relative;

}

.rm-clamp:not(.rm-open) {

  display: -webkit-box;

  -webkit-line-clamp: 6;

  -webkit-box-orient: vertical;

  overflow: hidden;

}

.rm-toggle {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  margin-top: 9px;

  font-family: Archivo,sans-serif;

  font-weight: 800;

  font-size: 13.5px;

  color: var(--terra-deep);

  background: none;

  border: 0;

  cursor: pointer;

  text-decoration: underline;

  text-underline-offset: 2px;

}

.rm-toggle {

  cursor: pointer;

  border: 0;

  background: none;

  font-family: 'Archivo',sans-serif;

  font-weight: 700;

  font-size: 14px;

  color: var(--terra,#d9542b);

  letter-spacing: .01em;

  line-height: 1.7;

}

.rm-toggle.rm-inline {

  position: absolute;

  right: 0;

  bottom: 0;

  padding-left: 46px;

  white-space: nowrap;

}

.rm-toggle .rm-lbl {

  text-decoration: none;

}

.rm-toggle svg {

  flex-shrink: 0;

  vertical-align: middle;

  margin-left: 5px;

}

.rm-clamp.rm-open {

  max-height: unset !important;

}

.rm-clamp.rm-open button {

  display: none;

}

.quick-cart-product-content .bootstrap-touchspin .input-group-btn-vertical {

  display: flex;

  gap: 50px;

  position: relative;

}

.quick-cart-product-content .input-group {

  position: relative;

  height: 26px;

  border: 1px solid #e7e7e7;

  border-radius: 20px;

  overflow: hidden;

}

.quick-cart-product-content .input-group .js-cart-line-product-quantity {

  position: absolute;

  left: 29px;

  width: 49px !important;

  height: 25px !important;

  border: none;

}

.quick-cart-product-content .qty .bootstrap-touchspin .btn-touchspin {

  height: 100%;

  border: none;

}

.header-top .wrapper.is_fixed {

  background: var(--char) !important;

  border-bottom: 3px solid var(--terra);

}

.product-list-default .row{

  margin: 0;

}

.product-list-default .ajax_block_product {

  width: calc(20% - 12px);

}

.home-manufacturers {

  display: flex;

  align-items: center;

}

.home-manufacturers.manufacturers_block .block_content {

  flex: 1;

  width: calc(100% - 200px);

  padding: 0;

}

.home-manufacturers .logos-label b{

  white-space: nowrap;

}

#category .product_list.grid {

  padding-bottom: 50px;

}

.brands-carousel .block_content {

  width: calc(100% - 200px);

  padding: 0;

  display: block;

}

.brands-carousel .slick-list {

  margin: 0;

}

.brands-carousel .slick-track::before,.brands-carousel .slick-track::after {

  display: none;

}

.brands-carousel {

  padding-top: 7px;

  padding-bottom: 5px;

}

.brands-carousel-content div.brands-item {

  float: left;

}

.h1-blog-title span {

  color: var(--terra);

}

.product-accessories .block_content{

  width: 100%;

  overflow: auto;

}

.product-accessories {

  padding-top: 50px;

  padding-bottom: 50px;

}

.product-accessories .block-html-full {

  font-size: 16px;

  color: var(--ink-soft);

  max-width: 780px;

  margin-top: 0;

}

.product-accessories .home-title-categories {

  width: 100%;

}

#index .blog-viewall {

  display: none;

}

#index .faq-home-wr {

  margin-bottom: 50px;

}

.cms-id-8 .pb-hero .pb-promise {

  padding-bottom: 10px;

}

.homepage-footer h2.title_block {

  font-family: 'Archivo';

  font-size: 23px;

  color: var(--char);

  margin-bottom: 12px;

  font-weight: 800;

  letter-spacing: -.02em;

  line-height: 1.02;

}

.homepage-footer h2.title_block span {

  color: var(--terra);

}



.homepage-footer .sub-title-widget {

  color: var(--ink-soft);

  font-size: 15px;

  line-height: 1.6;

  margin-bottom: 18px;

}

.sp-row {

  font-size: 16px;

  line-height: 1.5;

  color: var(--ink-soft);

}

.sp-row b {

  font-family: 'Hanken Grotesk';

  font-weight: 700;

  color: var(--ink);

}

.sp-note {

  font-size: 14.5px;

  line-height: 1.5;

  color: var(--ink-mute);

}

#tab2-1 .sp-row span{

  padding: 5px;

} 

.product-tab-top .tab-content {

  font-size: 16px;

}

.product-featured_benefit {

  border-top: 1px solid var(--mint-2);

  padding-top: 25px;

}

.product-featured-title {

  font-family: 'Hanken Grotesk';

  font-size: 12px;

  letter-spacing: .16em;

  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 18px;

  color: var(--ink-mute);

}

.product-featured-content ul {

  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 16px 44px;

  list-style: none;

}

.product-featured-content ul li {

  display: grid;

  grid-template-columns: 26px 1fr;

  gap: 14px;

  align-items: start;

  font-size: 15.5px;

  line-height: 1.4;

  color: var(--ink);

}

.product-featured-content ul li .ck {

  width: 24px;

  height: 24px;

  border-radius: 50%;

  background: var(--lime-soft);

  color: var(--green-deep);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.product-featured-content .ck svg {

  width: 12px;

  height: 12px;

  stroke-width: 3;

}

.product-featured_benefit {

  padding-bottom: 30px;

}

.psec.shade {

  padding: 64px 0;



}

.psec.shade h2 {

  font-size: clamp(26px,3vw,36px);

  margin-bottom: 16px;

}

.psec.shade .rec-intro {

  font-size: 16px;

  color: var(--ink-soft);

  margin: 12px 0 0;

}

.faqx {

  column-count: 2;

  column-gap: 14px;

}

.faqx .fx-cat {

  column-span: all;

  font-family: 'Hanken Grotesk';

  font-size: 12px;

  letter-spacing: .14em;

  text-transform: uppercase;

  font-weight: 700;

  color: var(--ink-mute);

  margin: 14px 0 6px;

  margin-top: 0;

}

.faqx details {

  background: #EFF3F3;

  border: 1px solid var(--line);

  border-radius: 12px;

  overflow: hidden;

  break-inside: avoid;

  margin-bottom: 14px;

}

.faqx summary {

  list-style: none;

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 14px;

  padding: 17px 18px;

}

.faqx summary h3 {

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 15.5px;

  color: var(--ink);

  line-height: 1.3;

  margin: 0;

}

.faqx .fx-ic {

  width: 26px;

  height: 26px;

  border-radius: 50%;

  border: 1.5px solid var(--line);

  background: #fff;

  position: relative;

  flex-shrink: 0;

}

.faqx details[open] .fx-ic {

  background: var(--green);

  border-color: var(--green);

}

.faqx .fx-ic::before, .faqx .fx-ic::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  background: var(--green);

  border-radius: 2px;

}

.faqx .fx-ic::before {

  width: 11px;

  height: 2px;

}

.faqx .fx-ic::after {

  width: 2px;

  height: 11px;

  transition: transform .2s;

}

.faqx details[open] .fx-ic::before, .faqx details[open] .fx-ic::after {

  background: #fff;

}

.faqx details[open] .fx-ic::after {

  transform: translate(-50%,-50%) scaleY(0);

}

.faqx details > p {

  padding: 0 18px 18px;

  color: var(--ink-soft);

  font-size: 14.5px;

  line-height: 1.6;

  margin: 0;

}

.faqx .fx-cat {

  column-span: all;

  font-family: 'Hanken Grotesk';

  font-size: 12px;

  letter-spacing: .14em;

  text-transform: uppercase;

  font-weight: 700;

  color: var(--ink-mute);

  margin: 14px 0 6px;

}

.wu-hero-in {

  position: relative;

  padding-left: 26px;

  text-align: left;

  padding-bottom: 0 !important;

  margin-bottom: 40px !important;

}

.wu-hero-in p {

  font-size: 17px;

  color: var(--ink-soft);

  line-height: 1.6;

  max-width: none;

  text-align: justify;

  margin: 18px 0 22px;

}

.page-cms-17 .ab-hero .wu-hero-in:before {

  content: "";

  position: absolute;

  left: 0;

  top: 6px;

  bottom: 0;

  width: 5px;

  border-radius: 4px;

  background: var(--terra);

}

.wu-tags {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

}

.wu-tags span {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  background: #fff;

  border: 1px solid var(--line);

  border-radius: 100px;

  padding: 9px 16px;

  font-family: 'Archivo';

  font-weight: 700;

  font-size: 13px;

  color: var(--char);

}

.wu-tags span::before {

  content: "";

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: var(--terra);

}
.quick-cart-product img{
  max-width: 110px;
}




@media (max-width: 1100px) {

  .product_list .row, .product-list-default {

    grid-template-columns: repeat(4,1fr);

  }

}



@media (max-width: 980px) {

  .grid3, .grid4 {

    grid-template-columns: 1fr 1fr;

  }

  .footer-top .ApRow {

    grid-template-columns: 1.4fr 1fr 1fr;

  }

  .container-websiteclients-row3 .col-xl-3 {

    width: 50%;

  }

  .six-methods-content {

    grid-template-columns: repeat(2,1fr);

  }

  #subcategories > .row.cat5 {

    grid-template-columns: repeat(3,1fr);

  }

  .product_list .row, .product-list-default {

    grid-template-columns: repeat(3,1fr);

  }

  .product_list .row .col-xl-2-4, .product-list-default .ajax_block_product {

    width: calc(25% - 12px);

  }



}



@media (max-width: 767px) {

  .grid3, .grid2, .grid4 {

    grid-template-columns: 1fr;

  }

  .container-about-4 .ApRow {

    grid-template-columns: 1fr;

  }

  .pband-img-column, .pband-desc-column {

    width: 100% !important;

  }

  .pband-container .ApColumn.pband-img-column {

    padding-right: 0;

  }

  .qa-grid {

    grid-template-columns: 1fr;

  }

  .footer-top .order-first {

    width: 100% !important;

  }

  .about-row-2 .ApColumn{

    width: 100%;

    margin-bottom: 20px;

  }

  .about-row-2 .ApColumn:last-child {

    margin-bottom: 0;

  }

  .ab-line {

    grid-template-columns: 1fr 1fr;

    gap: 26px;

  }

  .ab-line::before {

    display: none;

  }

  .cms-about-us #wrapper .title_block {

    text-align: center;

  }

  .pb-steps {

    grid-template-columns: 1fr;

    gap: 30px;

  }

  .pb-steps::before {

    display: none;

  }

  .faq-acc {

    grid-template-columns: 1fr;

  }

  .container-websiteclients-row3 .col-xl-3 {

    width: 100%;

    margin-bottom: 20px;

  }

  .container-websiteclients-row3 .col-xl-3:last-child {

    margin: 0;

  }

  .sp-facts {

    grid-template-columns: 1fr;

    text-align: left;

  }

  .blog-card {

    margin-bottom: 0;

  }

  .blogs-container .pagination > div:first-child {

    justify-content: center;

    order: 2;

    padding-top: 5px;

  }

  .blogs-container .pagination {

    margin: 20px 0;

  }

  .tip-tiles, .use-row, .ev-hero-grid, .verdict, .su-split, .verdict-stats, .lhero-grid, .lcl-grid, .loc-grid, .nat-row {

    grid-template-columns: 1fr;

  }

  .six-methods-content {

    grid-template-columns: repeat(1,1fr);

  }

  .ApRawHtml .title_block {

    text-align: center;

  }

  .ev-hero-grid > div:first-child {

    order: 2;

  }

  .bechart-row {

    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px 0;

  }

  .bechart-head {

    display: none;

  }

  .lhero-grid .lhero-img {

    order: 1;

  }

  .lhero-grid .ApRawHtml {

    order: 2;

  }

  .product-actions {

    margin-left: 0;

  }

  .product-detail.product-thumbs-left .images-container .product-cover {

    margin-left: 0;

  }

  .blockreassurance_product > div {

    justify-content: left;

  }

  .blockreassurance_product .block-title {

    font-size: 13px;

    display: block;

    line-height: 1.2;

  }

  .blockreassurance_product {

    grid-template-columns: 1fr 1fr;

    max-width: var(--maxw);

    margin: 0 auto;

    padding: 20px 28px;

    display: grid;

    gap: 18px;

  }

  .blockreassurance_product p {

    font-size: 11.5px;

    color: var(--ink-soft);

  }

  .main-product-detail-content {

    position: relative;

    padding-top: 40px;

    padding-bottom: 40px;

    display: grid;

    grid-template-columns: 1fr;

    gap: 48px;

    align-items: start;

  }

  .product-accessories .block-html-full {

    display: block;

    text-align: left;

  }

  .product-accessories .owl-carousel .owl-item {

    padding: 0 4px;

  }

  .thumbnail-container .product-title a {

    font-family: 'Archivo';

    font-size: 15px;

    font-weight: 800;

    letter-spacing: -.02em;

    line-height: 1.1;

    display: block;

    height: 36px;

    margin-bottom: 5px;

    overflow: hidden;

  }

   .mqbar {

    display: flex;

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 160;

    background: #fff;

    border-top: 1px solid var(--line);

    box-shadow: 0 -6px 20px rgba(0,10,10,.13);

    padding: 10px 14px calc(10px + env(safe-area-inset-bottom,0px));

    align-items: center;

    gap: 12px;

    transition:.25s ease;

    transform:translateY(100%);

  }

  .mqbar.show{

    transform:translateY(0);

  }

  .mqbar .mp {

    display: flex;

    flex-direction: column;

    line-height: 1.05;

    flex-shrink: 0;

  }

  .mqbar .mp small {

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .06em;

    text-transform: uppercase;

    color: var(--ink-mute);

  }

  .mqbar .mp b {

    font-family: 'Archivo';

    font-size: 18px;

    color: var(--green-deep);

  }

  .mqbar .mqcta {

    flex: 1;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    background: var(--green);

    color: #fff;

    font-family: 'Archivo';

    font-weight: 800;

    font-size: 15px;

    border-radius: 100px;

    padding: 14px 16px;

  }

  .mqbar .mqcta svg {

    width: 16px;

    height: 16px;

  }

  #subcategories > .row.cat5 {

    grid-template-columns: 1fr;

  }

  .editorial {

    column-count: 1;

  }

  .facts {

    grid-template-columns: 1fr;

  }

  .bottom-category-row-3 .cmp .head {

    display: none;

  }

  .bottom-category-row-3 .cmp .row {

    grid-template-columns: 1fr 1fr;

    gap: 6px 18px;

    padding: 16px 18px;

  }

  .bottom-category-row-3 .cmp .row {

    grid-template-columns: 1fr 1fr;

    gap: 6px 18px;

    padding: 16px 18px;

  }

  .bottom-category-row-3 .cmp .row .mt {

    grid-column: 1/-1;

  }

  .size-row {

    grid-template-columns: 1fr;

  }

  .ty-steps {

    grid-template-columns: 1fr;

  }

  .product_list .row, .product-list-default {

    grid-template-columns: repeat(2,1fr);

  }

  .ajax_block_product .product-miniature {

    max-width: calc(50vw - 20px);

  }

  #index .ajax_block_product .product-miniature {

    max-width: calc(50vw - 10px);

  }

  .product_list .row, .product-list-default {

    gap: 10px;

  }

  .product_list .row .col-xl-2-4, .product-list-default .ajax_block_product {

    width: calc(33.33% - 12px);

  }

  .product-featured-content ul {

    grid-template-columns: 1fr;

  }

  .faqx {

    column-count: 1;

  }

  .promo-card {

    grid-template-columns: 1fr;

  }

  #contact .f-grid {

    grid-template-columns: 1fr;

  }

}

@media (max-width: 600px) {

  .product_list .row .col-xl-2-4, .product-list-default .ajax_block_product {

    width: calc(50% - 5px);

  }

  .product-tab-bottom.tab-info li a, .product-tab-top .tab-info li a {

    padding: 10px 3px;

    font-size: 11.5px;

  }

  .pcol-f {

    flex-direction: column;

    align-items: baseline;

    gap: 10px;

  }

}