@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, .grid-block {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .grid-block:before, .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

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

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "synthese", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1.1rem ;
  line-height: 1;
  font-family: "elza-condensed", sans-serif;
  font-weight: 500; }

h1, .h1 {
  font-size: 5rem ; }

h2, .h2 {
  font-size: 3.33333rem ; }

h3, .h3 {
  font-size: 3rem ; }

h4, .h4 {
  font-size: 2.5rem ; }

h5, .h5 {
  font-size: 2rem ; }

h6, .h6 {
  font-size: 2rem ; }

p {
  font-family: "synthese", sans-serif;
  line-height: inherit;
  margin-bottom: 1.1rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 1.1rem ;
  margin-left: 2em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.3; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 1.1rem ; }
  dl dt, dl dd {
    line-height: 1.3; }
  dl dd {
    line-height: 1.3; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 1.1rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: bold; }

ul.unstyled, ul.page-nav__blocklist, ol.unstyled, ol.page-nav__blocklist {
  list-style: none;
  margin-left: 0; }

ul.inline li, ul.page-nav__blocklist li, ol.inline li, ol.page-nav__blocklist li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

.text-align-right {
  text-align: right; }

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 1.1rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 0.55rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 24px;
  color: #242124;
  line-height: 1.3; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 1.1rem ;
  margin-right: 1.1rem ;
  margin-left: 1.1rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 1.1rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.3;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

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

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

a:focus {
  outline: thin dotted; }

a {
  color: #FD6513; }

a:hover,
a:active {
  outline: 0;
  color: #242124; }

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

html, body {
  padding: 0;
  margin: 0; }

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

#i3-RM .\+i3TODO {
  outline: 1px dashed red; }

#i3-RM .\+fs-12 {
  font-size: 12px; }

#i3-RM .\+fs-18 {
  font-size: 18px; }

#i3-RM .\+ta-left {
  text-align: left; }

#i3-RM .\+ta-center {
  text-align: center; }

#i3-RM .\+ta-right {
  text-align: right; }

#i3-RM .\+lh-1 {
  line-height: 1; }

#i3-RM .\+lh-12 {
  line-height: 1.2; }

#i3-RM .\+lh-14 {
  line-height: 1.4; }

#i3-RM .\+lh-16 {
  line-height: 1.6; }

#i3-RM .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-RM .\+td-line-through {
  text-decoration: line-through; }

#i3-RM .\+tt-uppercase {
  text-transform: uppercase; }

#i3-RM .\+c-white {
  color: #FFF; }

#i3-RM .\+c-black {
  color: #000; }

#i3-RM .\+c-grey {
  color: #606060; }

#i3-RM .\+c-light-grey {
  color: #EDE8DE; }

#i3-RM .\+c-brand {
  color: #FD6513; }

#i3-RM .\+c-brand-dark {
  color: #242124; }

#i3-RM .\+d-block {
  display: block; }

#i3-RM .\+d-inline-block {
  display: inline-block; }

#i3-RM .\+p-relative {
  position: relative; }

#i3-RM .\+ls-large {
  letter-spacing: 4px; }

#i3-RM .\+ls-two {
  letter-spacing: 2px; }

#i3-RM .\+ls-three {
  letter-spacing: 3px; }

#i3-RM .\+ls-four {
  letter-spacing: 4px; }

#i3-RM .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-RM .\+d-none {
  display: none; }

@media (min-width: 991px) {
  #i3-RM .\+tablet-d-none {
    display: none; } }

@media (min-width: 1023px) {
  #i3-RM .\+desktop-d-none {
    display: none; } }

#i3-RM .\+d-block {
  display: block; }

@media (min-width: 991px) {
  #i3-RM .\+tablet-d-block {
    display: block; } }

@media (min-width: 1023px) {
  #i3-RM .\+desktop-d-block {
    display: block; } }

#i3-RM .\+highlight {
  text-align: center;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-RM .\+highlight {
      font-size: 28px !important; } }

#i3-RM .\+highlight-heading {
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-RM .\+highlight-heading {
      font-size: 28px !important;
      margin-bottom: 18px !important; } }

#i3-RM .\+fs-44 {
  font-size: 44px; }

#i3-RM .\+s-heading {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px; }

#i3-RM .\+hr-small {
  width: 45px;
  border: 2px solid #024930; }
  #i3-RM .\+hr-small.\--white {
    border-color: #fff; }

#i3-RM .\+h-font {
  font-family: "elza-condensed", sans-serif; }

#i3-RM .\+cta-icon {
  color: #242124;
  font-size: 1.22222rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #i3-RM .\+cta-icon:after {
    content: "\e91d";
    font-family: 'default';
    width: 36px;
    height: 36px;
    background-color: #D5D4CC;
    border-radius: 6px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s; }
  #i3-RM .\+cta-icon:hover {
    color: #FD6513; }
    #i3-RM .\+cta-icon:hover:after {
      background-color: #FD6513;
      color: #FFF; }

#i3-RM .\+text-bg {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  padding: 12px 1.11111rem;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 767px) {
    #i3-RM .\+text-bg {
      font-size: 1rem; } }
  @media (min-width: 991px) {
    #i3-RM .\+text-bg {
      font-size: 1.22222rem; } }

#i3-RM .\+mt-3 {
  margin-top: 1.66667rem; }

#i3-RM .\+tb-3 {
  margin-top: 1.66667rem;
  margin-bottom: 1.66667rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  border-radius: 20px; }

html {
  height: 100%; }

body {
  background: #F0F0F0;
  padding: 10px;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    body {
      padding: 0.83333rem; } }
  body.--show-mobile-menu {
    overflow: hidden; }

.body-container {
  padding-top: 5.83333rem; }

.offset-bottom-1, .offset-bottom-rem-1 {
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .offset-bottom-1, .offset-bottom-rem-1 {
      margin-bottom: 30px !important; } }

.offset-bottom-2, .offset-bottom-rem-2 {
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .offset-bottom-2, .offset-bottom-rem-2 {
      margin-bottom: 30px !important; } }

.offset-bottom-3, .offset-bottom-rem-3 {
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .offset-bottom-3, .offset-bottom-rem-3 {
      margin-bottom: 30px !important; } }

.offset-bottom-4, .offset-bottom-rem-4 {
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .offset-bottom-4, .offset-bottom-rem-4 {
      margin-bottom: 30px !important; } }

.offset-bottom-5, .offset-bottom-rem-5 {
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .offset-bottom-5, .offset-bottom-rem-5 {
      margin-bottom: 30px !important; } }

.offset-bottom-6, .offset-bottom-rem-6 {
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .offset-bottom-6, .offset-bottom-rem-6 {
      margin-bottom: 30px !important; } }

.offset-bottom-7, .offset-bottom-rem-7 {
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .offset-bottom-7, .offset-bottom-rem-7 {
      margin-bottom: 30px !important; } }

.offset-bottom-8, .offset-bottom-rem-8 {
  margin-bottom: 80px; }
  @media (max-width: 1023px) {
    .offset-bottom-8, .offset-bottom-rem-8 {
      margin-bottom: 30px !important; } }

.offset-bottom-9, .offset-bottom-rem-9 {
  margin-bottom: 90px; }
  @media (max-width: 1023px) {
    .offset-bottom-9, .offset-bottom-rem-9 {
      margin-bottom: 30px !important; } }

.offset-bottom-10, .offset-bottom-rem-10 {
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .offset-bottom-10, .offset-bottom-rem-10 {
      margin-bottom: 30px !important; } }

.overflow-x-hidden {
  overflow-x: hidden; }

.cms-content {
  padding: 3.125rem 0;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 0.83333rem; }
  @media (max-width: 767px) {
    .cms-content > .container .container {
      padding-right: 0;
      padding-left: 0; } }
  .cms-content.--single .cms-content__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 767px) {
      .cms-content.--single .cms-content__grid {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap; } }
  .cms-content.--single .cms-content__grid .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0.83333rem; }
    @media (min-width: 1023px) {
      .cms-content.--single .cms-content__grid .content {
        padding: 0; } }
    .cms-content.--single .cms-content__grid .content > div {
      max-width: 1048px;
      margin: 0 auto; }
    .cms-content.--single .cms-content__grid .content .container {
      padding: 0; }
  .cms-content.--single .cms-content__grid .sidebar {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 30px; }
    @media (min-width: 767px) {
      .cms-content.--single .cms-content__grid .sidebar {
        margin-top: 0;
        top: 5.83333rem;
        height: 10.92308rem;
        width: 1.92308rem;
        position: -webkit-sticky;
        position: sticky; } }
  .cms-content.--home {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0; }

p:empty {
  display: none !important; }

.i3-tooltip {
  font-size: 12px;
  color: #b00020;
  background: #ffe6e6;
  padding: 4px 6px;
  border-radius: 4px;
  margin-top: 2px; }

.i3-error {
  border-color: #b00020 !important;
  border-width: 2px; }

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important; }

#wc-square-digital-wallet {
  margin-bottom: 1.25rem !important; }

.select2-results__option {
  font-size: 16px !important; }

div.letter-section > ul.az-columns {
  margin-left: 2em !important; }

.page-cart table.shop_table thead tr th.product-price, .page-cart table.shop_table tbody tr td.product-price {
  display: none; }

.container {
  max-width: 1740px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container.\--pad-t-1 {
    padding-top: 10px; }
  .container.\--pad-b-1 {
    padding-bottom: 10px; }
  .container.\--pad-t-2 {
    padding-top: 20px; }
  .container.\--pad-b-2 {
    padding-bottom: 20px; }
  .container.\--pad-t-3 {
    padding-top: 30px; }
  .container.\--pad-b-3 {
    padding-bottom: 30px; }
  .container.\--pad-t-4 {
    padding-top: 40px; }
  .container.\--pad-b-4 {
    padding-bottom: 40px; }
  .container.\--pad-t-5 {
    padding-top: 50px; }
  .container.\--pad-b-5 {
    padding-bottom: 50px; }
  .container.\--pad-t-6 {
    padding-top: 60px; }
  .container.\--pad-b-6 {
    padding-bottom: 60px; }
  .container.\--pad-t-7 {
    padding-top: 70px; }
  .container.\--pad-b-7 {
    padding-bottom: 70px; }
  .container.\--pad-t-8 {
    padding-top: 80px; }
  .container.\--pad-b-8 {
    padding-bottom: 80px; }
  .container.\--pad-t-9 {
    padding-top: 90px; }
  .container.\--pad-b-9 {
    padding-bottom: 90px; }
  .container.\--pad-t-10 {
    padding-top: 100px; }
  .container.\--pad-b-10 {
    padding-bottom: 100px; }
  .container.\--style-large {
    max-width: 1880px;
    padding: 0; }
  .container.\--style-medium {
    max-width: 1100px; }
  .container.\--style-small {
    max-width: 1000px; }

html, body {
  font-size: 16px; }
  @media (min-width: 1023px) {
    html, body {
      font-size: 18px; } }
  @media (min-width: 1199px) {
    html, body {
      font-size: 20px; } }
  @media (min-width: 1400px) {
    html, body {
      font-size: 22px; } }
  @media (min-width: 1640px) {
    html, body {
      font-size: 24px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

p {
  line-height: 1.3;
  font-size: 16px; }
  @media (min-width: 1023px) {
    p {
      font-size: 18px; } }
  @media (min-width: 1199px) {
    p {
      font-size: 20px; } }
  @media (min-width: 1400px) {
    p {
      font-size: 22px; } }
  @media (min-width: 1641px) {
    p {
      font-size: 24px; } }

a {
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  outline: none !important; }

h1, h2, h3, h4 {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  word-wrap: break-word; }

h5, h6 {
  letter-spacing: 0.4px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

p:last-child {
  margin-bottom: 0; }

.so-widget-so-text-editor-widget ul {
  list-style: none; }
  .so-widget-so-text-editor-widget ul li {
    position: relative;
    margin-bottom: 0.83333rem; }
    .so-widget-so-text-editor-widget ul li:before {
      content: '\e908';
      display: block;
      font-family: 'default';
      position: absolute;
      left: -25px;
      font-size: 0.58333rem;
      top: 8px;
      color: #FD6513; }
    .so-widget-so-text-editor-widget ul li:last-child {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .so-widget-so-text-editor-widget * {
    word-wrap: break-word; } }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/rapid-metals-2025/_ui/media/fonts/default.eot?u8gez7");
  src: url("/wp-content/themes/rapid-metals-2025/_ui/media/fonts/default.eot?u8gez7#iefix") format("embedded-opentype"), url("/wp-content/themes/rapid-metals-2025/_ui/media/fonts/default.ttf?u8gez7") format("truetype"), url("/wp-content/themes/rapid-metals-2025/_ui/media/fonts/default.woff?u8gez7") format("woff"), url("/wp-content/themes/rapid-metals-2025/_ui/media/fonts/default.svg?u8gez7#default") format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-filter:before {
  content: "\e91a"; }

.icon-mail:before {
  content: "\e919"; }

.icon-meter:before {
  content: "\e916"; }

.icon-bag:before {
  content: "\e917"; }

.icon-house:before {
  content: "\e918"; }

.icon-menu:before {
  content: "\e915"; }

.icon-check:before {
  content: "\e914"; }

.icon-calculator:before {
  content: "\e913"; }

.icon-close:before {
  content: "\e90f"; }

.icon-hamburger:before {
  content: "\e910"; }

.icon-chevron-left:before {
  content: "\e900"; }

.icon-share:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-X:before {
  content: "\e903"; }

.icon-delivery:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-chevron-down:before {
  content: "\e907"; }

.icon-chevron-right:before {
  content: "\e908"; }

.icon-menu-pin:before {
  content: "\e909"; }

.icon-cart:before {
  content: "\e90a"; }

.icon-search:before {
  content: "\e90b"; }

.icon-admin:before {
  content: "\e90c"; }

.icon-location:before {
  content: "\e90d"; }

.icon-phone:before {
  content: "\e90e"; }

.icon-minus:before {
  content: "\e911"; }

.icon-plus:before {
  content: "\e912"; }

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.5rem 5px 0.58333rem;
  color: #FFF;
  font-size: 16px;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  border-radius: 7.431px;
  border: 1.449px solid rgba(254, 246, 225, 0.1);
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .btn:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .btn:disabled {
    pointer-events: none; }
  @media (min-width: 767px) {
    .btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0.45833rem 0.83333rem 0.54167rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (min-width: 991px) {
    .btn {
      font-size: 0.70833rem; } }
  @media (min-width: 1400px) {
    .btn {
      font-size: 0.83333rem; } }
  .btn.\--style-block {
    width: 100%;
    text-align: center; }
  .btn.\--theme-primary {
    border-color: #FD6513;
    background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
    background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
    color: #FFF; }
    .btn.\--theme-primary:hover {
      border-color: #242124; }
      .btn.\--theme-primary:hover:before {
        opacity: 1; }
    .btn.\--theme-primary:before {
      background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
      background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
      background: -o-linear-gradient(left, #242124 0%, #131313 100%);
      background: linear-gradient(90deg, #242124 0%, #131313 100%); }
  .btn.\--theme-primary-alt {
    border-color: #FD6513;
    background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
    background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
    color: #FFF; }
    .btn.\--theme-primary-alt:hover {
      border-color: #242124;
      color: #242124; }
      .btn.\--theme-primary-alt:hover:before {
        opacity: 1; }
    .btn.\--theme-primary-alt:before {
      background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
      background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
  .btn.\--theme-secondary {
    border-color: #242124;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%);
    color: #FFF; }
    .btn.\--theme-secondary:hover {
      border-color: #242124;
      color: #242124; }
      .btn.\--theme-secondary:hover:before {
        opacity: 1; }
    .btn.\--theme-secondary:before {
      background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
      background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
  .btn.\--theme-transparent {
    border: 2px solid #242124;
    background-color: transparent;
    padding: 0.54167rem 5px; }
    @media (min-width: 767px) {
      .btn.\--theme-transparent {
        padding: 0.54167rem 2.5rem; } }
    .btn.\--theme-transparent:hover {
      background-color: #242124;
      color: #fff; }
  .btn.\--text-dark {
    color: #242124; }
  .btn.\--theme-calculator {
    border: 2px solid #242124;
    background: #F0F0F0;
    color: #242124;
    padding: 0.875rem 0; }
    .btn.\--theme-calculator i {
      color: #242124;
      font-size: 1rem;
      margin-right: 0.41667rem; }
    .btn.\--theme-calculator:hover {
      background-color: #FD6513; }
  .btn.\--style-small {
    padding: 0.33333rem 0.45833rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    min-width: 2.5rem; }
  .btn.\--theme-dark {
    border: 1.449px solid rgba(254, 246, 225, 0.1);
    background: #242124; }
    .btn.\--theme-dark i {
      color: #FD6513; }
  .btn.\--sold-out {
    opacity: 0.8; }

a.btn {
  text-decoration: none; }

@-webkit-keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.panel-row-style {
  border-width: 2px !important; }

.panel-grid {
  margin-bottom: 0 !important; }

.\--style-so-stretch > .panel-grid-cell > .so-panel {
  height: 100%; }
  .\--style-so-stretch > .panel-grid-cell > .so-panel > div {
    height: 100%; }
    .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div {
      height: 100%; }
      .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div {
        height: 100%; }
        .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div img {
          height: 100%; }

.absolute-row {
  margin-top: -163px; }

.absolute-row-large {
  margin-top: -260px; }

.reverse-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  color: rgba(0, 48, 20, 0.8);
  font-size: 1.11111rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 1.11111rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #242124; }
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=text]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #28443F;
    border-left-color: #242124;
    background: transparent; }

.gform-body input[type=email]:not(.mapplic-search-input),
.gform-body input[type=number]:not(.mapplic-search-input),
.gform-body input[type=tel]:not(.mapplic-search-input),
.gform-body input[type=text]:not(.mapplic-search-input),
.gform-body input[type=date]:not(.mapplic-search-input),
.gform-body input[type=password]:not(.mapplic-search-input),
.gform-body textarea:not(.mapplic-search-input) {
  color: rgba(0, 48, 20, 0.8);
  font-size: 1.11111rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 1.11111rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  .gform-body input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body textarea:not(.mapplic-search-input).wpcf7-not-valid {
    border-color: #242124; }
  .gform-body input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input):-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body textarea:not(.mapplic-search-input)::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):focus,
  .gform-body input[type=number]:not(.mapplic-search-input):focus,
  .gform-body input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body input[type=text]:not(.mapplic-search-input):focus,
  .gform-body input[type=date]:not(.mapplic-search-input):focus,
  .gform-body input[type=password]:not(.mapplic-search-input):focus,
  .gform-body textarea:not(.mapplic-search-input):focus {
    border-color: #28443F;
    border-left-color: #242124;
    background: transparent; }

.gform-body form p {
  line-height: 1.3; }

.gform-body .gfield.gfield--type-html {
  font-size: 13px;
  color: rgba(67, 88, 83, 0.8);
  line-height: 1rem; }

.gform-body .gfield.gfield--type-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gform-body .gfield.gfield--type-submit input[type="submit"] {
    background-color: #242124;
    padding: 1.11111rem 1.33333rem;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "elza-condensed", sans-serif;
    letter-spacing: 0.218px;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    border: none;
    line-height: 0; }
    .gform-body .gfield.gfield--type-submit input[type="submit"]:hover {
      background-color: #090909;
      color: #fff; }

.gform-body .gform-body .gform-field-label {
  font-family: "elza-condensed", sans-serif;
  letter-spacing: 0.36px;
  font-size: 9px;
  text-transform: uppercase;
  color: #242124;
  margin-bottom: 12px; }
  .gform-body .gform-body .gform-field-label .gfield_required {
    color: #242124; }

.gform-body .gform_required_legend {
  display: none; }

.gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper textarea:not(.mapplic-search-input) {
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  background: #203C37;
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):focus {
    border-color: #FD6513;
    border-left-color: #FD6513;
    background: transparent; }

.gform-body.\--dark_wrapper .gfield.gfield--type-html {
  color: rgba(250, 245, 237, 0.64);
  line-height: 1rem; }
  .gform-body.\--dark_wrapper .gfield.gfield--type-html a {
    color: #FD6513; }

.gform-body.\--dark_wrapper .gform-body .gform-field-label {
  color: #FD6513; }
  .gform-body.\--dark_wrapper .gform-body .gform-field-label .gfield_required {
    color: #FD6513; }

.gform-body.\--dark_wrapper .control-select {
  background: #203C37;
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper .control-select.\--focus {
    border-color: #FD6513;
    border-left-color: #FD6513;
    background: transparent; }
  .gform-body.\--dark_wrapper .control-select > span:after {
    color: rgba(250, 245, 237, 0.6); }

.gform-body.gform_validation_error .gform_validation_errors {
  border-radius: 8px;
  padding: 10px;
  border-color: #000; }
  .gform-body.gform_validation_error .gform_validation_errors > ol {
    padding-left: 0px;
    margin: 0; }
    .gform-body.gform_validation_error .gform_validation_errors > ol li {
      list-style-type: none !important; }
  .gform-body.gform_validation_error .gform_validation_errors > h2 {
    color: #000;
    font-family: "synthese", sans-serif;
    font-weight: normal;
    font-size: 12px; }

.gform-body.gform_validation_error .gfield_validation_message, .gform-body.gform_validation_error .validation_message {
  padding: 10px !important;
  border-radius: 8px;
  border-color: #000;
  color: #000;
  font-size: 12px; }

.gform-body .ginput_container_consent input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:after {
  opacity: 1; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:before {
  background-color: #F57842;
  border-color: #F57842; }

.gform-body .ginput_container_consent .gform-field-label {
  display: inline-block;
  font-family: "synthese", sans-serif;
  min-height: 1.44444rem;
  padding-left: 2.11111rem;
  position: relative;
  display: block;
  line-height: 1.2;
  cursor: pointer;
  text-transform: unset;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
  color: rgba(250, 245, 237, 0.64) !important; }
  .gform-body .ginput_container_consent .gform-field-label:before {
    content: "";
    border: 2px solid #949F99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 1.22222rem;
    height: 1.22222rem;
    position: absolute;
    left: 0;
    top: 0; }
  .gform-body .ginput_container_consent .gform-field-label:after {
    content: '\e902';
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F57842;
    border-color: #F57842;
    width: 0.66667rem;
    height: 0.66667rem;
    position: absolute;
    left: 0.27778rem;
    top: 0.27778rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF; }

.gravity-theme.\--dark .gform_confirmation_message {
  color: #FD6513; }

.wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.wpcf7-checkbox label {
  display: inline-block; }
  .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }
  .wpcf7-checkbox label .wpcf7-list-item-label {
    min-height: 1.22222rem;
    padding-left: 2.77778rem;
    position: relative;
    display: block;
    line-height: 1.2;
    cursor: pointer; }
    .wpcf7-checkbox label .wpcf7-list-item-label:before {
      content: "";
      border: 1.5px solid #BBBBBB;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 2px;
      width: 1.22222rem;
      height: 1.22222rem;
      position: absolute;
      left: 0;
      top: 0; }
    .wpcf7-checkbox label .wpcf7-list-item-label:after {
      background-color: #333333;
      width: 0.66667rem;
      height: 0.66667rem;
      content: "";
      position: absolute;
      left: 0.27778rem;
      top: 0.27778rem;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 135px;
  resize: vertical; }
  @media (max-width: 991px) {
    textarea {
      height: 150px; } }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #242124;
    font-weight: bold;
    font-size: 1.55556rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

:-ms-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

@media (min-width: 991px) {
  .form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .form__grid__item {
      padding-left: 1rem;
      width: 50%; } }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #ff0026 !important;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #ff0026 !important; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #FD6513;
    border-color: #FD6513; }

span.wpcf7-not-valid-tip {
  color: #242124;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f; }

div.wpcf7-validation-errors {
  color: #242124;
  border: 2px solid #242124;
  border-radius: 0;
  padding-left: 20px; }

#mc_embed_signup div#mce-responses {
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important; }

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 10px auto;
  padding-left: 30px;
  position: relative;
  text-align: left; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top; }

.control-checkbox {
  line-height: 1;
  display: inline-block;
  padding: 10px 0; }
  .control-checkbox > label {
    display: block;
    cursor: pointer; }
  .control-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #FD6513;
      background-color: #FD6513; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #FFF; }
  .control-checkbox__checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    padding-top: 2px;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    text-align: center;
    background-color: #FFF; }
    .control-checkbox__checkbox > i {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .control-checkbox__checkbox > i:before {
        content: '\e90b'; }
  .control-checkbox__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 0;
    color: #000000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.cms-content-form {
  margin-left: -2%; }
  .cms-content-form .control-group {
    float: left;
    width: 48%;
    margin-left: 2%; }
    .cms-content-form .control-group:last-child {
      width: 98%;
      float: none;
      clear: both; }

.control-group {
  width: 100%;
  margin-bottom: 20px; }
  .control-group__label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: -1px; }
    .control-group__label i {
      display: inline-block;
      vertical-align: top;
      font-size: 1em;
      margin-right: 10px; }
    .control-group__label label {
      display: block; }
    .control-group__label span.asterix, .control-group__label span.required {
      color: #f03030; }
    .grid-table__cell .control-group__label {
      padding-right: 40px;
      margin-bottom: 0;
      line-height: 60px; }
      .grid-table__cell .control-group__label label {
        line-height: 60px; }
  .control-group__control {
    position: relative; }
  .control-group p.error {
    font-size: 12px;
    color: red;
    padding: 4px 0 0 0;
    margin-bottom: 0; }
    .form-consultation .control-group p.error {
      position: absolute;
      left: 0;
      bottom: -23px; }
  .control-group .help-block {
    display: block;
    padding-top: 5px; }
    .control-group .help-block i {
      display: none; }
    .control-group .help-block p {
      margin-bottom: 0;
      font-size: 12px; }
  .control-group__stars {
    padding: 14px;
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block; }
    .control-group__stars .control-radio {
      display: none; }
    .control-group__stars a {
      text-decoration: none;
      color: #CCC;
      margin-right: 3px;
      font-size: 26px;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .control-group__stars a.cancel {
        margin-right: 10px; }
        .control-group__stars a.cancel i:before {
          content: "\e900"; }
      .control-group__stars a.rating {
        color: #084983; }
      .control-group__stars a.rating-over {
        color: #084983; }
      .control-group__stars a i {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .control-group__stars a i:before {
          content: "\e911"; }
  .control-group.\--style-small input[type=email],
  .control-group.\--style-small input[type=number],
  .control-group.\--style-small input[type=text],
  .control-group.\--style-small input[type=password],
  .control-group.\--style-small textarea {
    padding: 10px; }
  .control-group.\--style-small .control-select {
    padding: 12px;
    font-size: 14px; }
  .control-group.\--style-small .control-check {
    padding: 12px;
    font-size: 14px; }
  .control-group.\--style-small .control-checkbox__checkbox {
    width: 20px;
    height: 20px; }
  .control-group.\--style-small .control-group__label, .control-group.\--style-small .control-checkbox__text {
    font-size: 14px; }
  .control-group.\--style-xsmall input[type=email],
  .control-group.\--style-xsmall input[type=number],
  .control-group.\--style-xsmall input[type=text],
  .control-group.\--style-xsmall input[type=password],
  .control-group.\--style-xsmall textarea {
    padding: 10px; }
  .control-group.\--style-xsmall .control-select {
    padding: 12px;
    font-size: 13px; }
  .control-group.\--style-xsmall .control-check {
    padding: 12px;
    font-size: 13px; }
  .control-group.\--style-xsmall .control-checkbox__checkbox {
    width: 12px;
    height: 12px; }
    .control-group.\--style-xsmall .control-checkbox__checkbox > i {
      font-size: 8px;
      margin-top: -15px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1px; }
  .control-group.\--style-xsmall .control-group__label, .control-group.\--style-xsmall .control-checkbox__text {
    font-size: 13px; }
  .control-group.\--style-xsmall .control-checkbox__text {
    margin: 0 0 0 2px; }
  .control-group.\--filter-active input[type=email], .control-group.\--filter-active input[type=number], .control-group.\--filter-active input[type=text], .control-group.\--filter-active input[type=password], .control-group.\--filter-active textarea,
  .control-group.\--filter-active .control-select {
    border-color: #131734; }
  .control-group.\--type-horizontal {
    display: table;
    width: 100%; }
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; }
    .control-group.\--type-horizontal .control-group__label {
      display: table-cell;
      width: 150px;
      vertical-align: middle; }
      .control-group.\--type-horizontal .control-group__label label {
        display: inline-block; }
    .control-group.\--type-horizontal .control-group__control {
      display: table-cell; }
  .control-group.\--type-range input[type="text"] {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px; }
  .control-group.\--type-range .to {
    margin-top: 7px;
    font-size: 11px;
    color: #222;
    display: inline-block; }
  .control-group.\--type-range .slider-range {
    height: 5px;
    background-color: #666666;
    margin: 0 5px;
    border-radius: 5px; }
    .control-group.\--type-range .slider-range .ui-slider-range {
      background-color: #333; }
    .control-group.\--type-range .slider-range .ui-slider-handle {
      width: 12px;
      height: 12px;
      border: 0;
      top: -4px;
      margin-left: -7px;
      background-color: #333;
      border-radius: 50%;
      border: 2px solid #333; }
  .control-group.\--theme-light input[type=email],
  .control-group.\--theme-light input[type=number],
  .control-group.\--theme-light input[type=text],
  .control-group.\--theme-light input[type=date],
  .control-group.\--theme-light input[type=password],
  .control-group.\--theme-light textarea {
    background-color: #fff;
    color: #858585;
    border-radius: 4px;
    border: 0; }
  .control-group.\--theme-light ::-webkit-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-ms-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1rem; } }
  @media (max-width: 767px) {
    .control-group.\--type-newsletter .control-group__control {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter .control-group__control__button {
      width: 180px; } }
  .control-group.\--type-newsletter .control-group__control__button input {
    width: 100%; }
  .control-group.\--type-newsletter .control-group__control__button .ajax-loader {
    position: absolute;
    right: -30px; }
  .control-group.\--type-search input[type="text"] {
    border: 1px solid #D7D7D7 !important;
    letter-spacing: -0.01em;
    color: #282828;
    font-size: 14px;
    padding: 14px 12px; }
  .control-group.\--type-search ::-webkit-input-placeholder {
    color: #282828; }
  .control-group.\--type-search :-moz-placeholder {
    color: #282828; }
  .control-group.\--type-search :-ms-input-placeholder {
    color: #282828; }
  .control-group .twitter-typeahead {
    width: 100%;
    display: block !important; }
    .control-group .twitter-typeahead input[type="text"] {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }

.control-radio {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 11px 0; }
  .control-radio > label {
    display: block;
    cursor: pointer; }
  .control-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio input[type=radio]:checked + .control-radio__radio {
      border-color: #FD6513;
      background-color: #FD6513; }
      .control-radio input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1;
        background-color: #FFF;
        border-color: #FD6513; }
      .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
        color: #333; }
  .control-radio__radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #666;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #FFF; }
    .control-radio__radio > i {
      display: block;
      width: 16px;
      height: 16px;
      border: 2px solid #FFF;
      border-radius: 50%;
      margin: 6px auto 0 auto;
      opacity: 0; }
  .control-radio__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: #666;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-radio + .control-radio {
  margin-top: 10px; }

.control-select {
  position: relative !important;
  font-size: 0.75rem;
  padding: 13px 0.75rem !important;
  border: 1px solid #C9C8C0;
  background: #f0f0f0;
  border-radius: 7.431px;
  padding-right: 1.66667rem;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left; }
  @media (min-width: 991px) {
    .control-select {
      padding: 11px 0.75rem !important; } }
  .control-select.\--focus {
    border-color: #242124 !important;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
    box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12); }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.4;
    vertical-align: middle; }
    .control-select > span:after {
      font-size: 0.5rem;
      content: '\e907';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0.75rem;
      top: 50%;
      color: #242124;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.control-uploader {
  font-size: 13px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 17px 17px 18px 17px;
  line-height: 1;
  background: #FFF; }
  .control-uploader.\--focus, .control-uploader.\--hover {
    border-color: #333; }
  .control-uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .control-uploader__filename {
    display: block;
    width: 100%;
    padding-right: 80px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .control-uploader__action {
    font-size: 13px;
    display: block;
    position: absolute;
    padding-top: 20px;
    z-index: 1;
    right: 10px;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 80px;
    color: #333; }

.wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 4px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 3px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 15px;
  opacity: 0;
  visibility: hidden; }

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible; }

span.wpcf7-list-item.first.last {
  margin-left: 0; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  padding-left: 32px; }

.accept_policy {
  clear: both;
  padding-top: 25px; }

.accept_policy {
  position: relative;
  padding-bottom: 30px; }

.accept_policy span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 0; }

html.ie .accept_policy span.wpcf7-not-valid-tip {
  width: 100vh;
  bottom: -24px; }

html.ie body {
  overflow-x: hidden; }

@media (max-width: 1024px) {
  html.ie .accept_policy span.wpcf7-not-valid-tip {
    width: 100vh;
    bottom: -37px;
    text-align: left;
    padding-bottom: 13px; } }

span.wpcf7-form-control-wrap.accept-policy {
  position: unset; }

.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
  border: 2px solid #c82859; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span:before,
html.ie .radio-style span.wpcf7-form-control.wpcf7-radio input + span:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border: 2px solid #d4d1d5;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 0;
  float: left; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span {
  margin-left: 19px; }

.radio-style span.wpcf7-form-control-wrap.flexible {
  width: 64%;
  display: block;
  float: right; }

.radio-style span.wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: block; }

.radio-style span.wpcf7-list-item {
  width: 50%;
  display: block;
  float: left;
  margin: 0; }

.radio-style span.wpcf7-form-control.wpcf7-radio input:checked + span:before {
  content: '\f00c' !important;
  font-family: "default" !important;
  line-height: 22px;
  padding-left: 3px;
  width: 20px !important;
  color: #8b2e98; }

span.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: relative;
  width: 23px;
  height: 23px;
  opacity: 0;
  z-index: 9;
  top: 4px;
  left: 2px; }

span.wpcf7-list-item {
  position: relative; }

@media all and (max-width: 992px) {
  .radio-style span.wpcf7-form-control-wrap.flexible {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 23px;
    padding-left: 11px; } }

@media all and (max-width: 480px) {
  .radio-style span.wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px; }
  .radio-style span.wpcf7-form-control-wrap.flexible {
    margin-bottom: 12px; } }

div.wpcf7 .ajax-loader {
  margin: 20px 0 0px 14px; }

span.wpcf7-not-valid-tip {
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f !important; }

div.wpcf7-validation-errors {
  color: #d13961;
  border: 2px solid #d13962;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7-form.invalid div.wpcf7-response-output {
  margin: 1rem 0 1rem 0;
  padding: 10px; }

.grid-block {
  overflow: hidden; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .grid-block > * {
        width: 50% !important; } }
  .grid-block.\--type-inline-blocks {
    overflow: visible; }
    .grid-block.\--type-inline-blocks > * {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
  .grid-block.\--type-one-block > * {
    width: 100%; }
  .grid-block.\--type-two-blocks > * {
    width: 50%; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-block.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-block.\--type-four-blocks > * {
    width: 25%; }
  .grid-block.\--type-five-blocks > * {
    width: 20%; }
  .grid-block.\--style-offset-blocks {
    margin-left: -20px; }
    .grid-block.\--style-offset-blocks > * {
      padding-left: 20px;
      padding-bottom: 20px; }
  .grid-block.\--style-offset-block-medium {
    margin-left: -10px; }
    .grid-block.\--style-offset-block-medium > * {
      padding-left: 10px;
      padding-bottom: 10px; }
  .grid-block.\--style-offsets-xlarge {
    margin-left: -60px; }
    .grid-block.\--style-offsets-xlarge > * {
      padding-left: 60px; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
  .grid-block.\--style-offsets-medium {
    margin-left: -50px; }
    .grid-block.\--style-offsets-medium > * {
      padding-left: 50px; }
  .grid-block.\--style-offsets-small {
    margin-left: -10px; }
    .grid-block.\--style-offsets-small > * {
      padding-left: 10px; }
  .grid-block.\--style-offsets-large {
    margin-left: -50px; }
    .grid-block.\--style-offsets-large > * {
      padding-left: 50px; }

ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table.\--style-fixed {
    table-layout: fixed; }
  .grid-table.\--style-align-middle .grid-table__cell {
    vertical-align: middle; }
  .grid-table.\--style-align-top .grid-table__cell {
    vertical-align: top; }
  .grid-table.\--style-fixed-height {
    height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
      height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell > * {
      height: 100%; }
  .grid-table__row {
    display: table-row; }
  .grid-table__cell {
    display: table-cell;
    vertical-align: top; }
  .grid-table.\--type-two-blocks .grid-table__cell {
    width: 50%; }
  .grid-table.\--type-three-blocks .grid-table__cell {
    width: 33%; }
  .grid-table.\--type-four-blocks .grid-table__cell {
    width: 25%; }
  .grid-table.\--type-five-blocks .grid-table__cell {
    width: 20%; }
  .grid-table.\--style-offsets .grid-table__cell {
    padding-left: 30px; }
  .grid-table.\--style-offset-blocks .grid-table__cell {
    padding-left: 25px;
    padding-bottom: 25px; }
  .grid-table.\--style-offset .grid-table__cell {
    padding-left: 25px; }
  .grid-table.\--style-offset-large .grid-table__cell {
    padding-left: 80px; }
  .grid-table__wrapper {
    margin-left: -25px; }
  .grid-table__wrapper-large {
    margin-left: -80px; }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .grid-flex__spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .grid-flex.\--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .grid-flex.\--space-inherit {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; }
  .grid-flex > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid-flex.\--style-last-double > *:last-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .grid-flex.\--style-equal-widths > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .grid-flex.\--style-left-aligned {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .grid-flex.\--style-offset-blocks-xsmall {
    margin-left: -4px; }
    .grid-flex.\--style-offset-blocks-xsmall > * {
      padding-left: 4px;
      padding-bottom: 4px; }
  .grid-flex.\--style-offset-blocks {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks > * {
      padding-left: 30px;
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets {
    margin-left: -30px; }
    .grid-flex.\--style-offsets > * {
      padding-left: 30px; }
  .grid-flex.\--offset-1 {
    margin: 0-10px; }
    .grid-flex.\--offset-1 > * {
      padding: 0 10px; }
  .grid-flex.\--offset-2 {
    margin: 0-20px; }
    .grid-flex.\--offset-2 > * {
      padding: 0 20px; }
  .grid-flex.\--offset-3 {
    margin: 0-30px; }
    .grid-flex.\--offset-3 > * {
      padding: 0 30px; }
  .grid-flex.\--offset-4 {
    margin: 0-40px; }
    .grid-flex.\--offset-4 > * {
      padding: 0 40px; }
  .grid-flex.\--offset-5 {
    margin: 0-50px; }
    .grid-flex.\--offset-5 > * {
      padding: 0 50px; }
  .grid-flex.\--offset-6 {
    margin: 0-60px; }
    .grid-flex.\--offset-6 > * {
      padding: 0 60px; }
  .grid-flex.\--offset-7 {
    margin: 0-70px; }
    .grid-flex.\--offset-7 > * {
      padding: 0 70px; }
  .grid-flex.\--offset-8 {
    margin: 0-80px; }
    .grid-flex.\--offset-8 > * {
      padding: 0 80px; }
  .grid-flex.\--offset-9 {
    margin: 0-90px; }
    .grid-flex.\--offset-9 > * {
      padding: 0 90px; }
  .grid-flex.\--offset-10 {
    margin: 0-100px; }
    .grid-flex.\--offset-10 > * {
      padding: 0 100px; }
  .grid-flex.\--type-one-block > * {
    width: 100%; }
  .grid-flex.\--type-two-blocks > * {
    width: 50%; }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 769px) {
      .grid-flex.\--type-three-blocks > * {
        width: 50%; } }
    @media (min-width: 1101px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.333%; } }
  .grid-flex.\--type-four-blocks > * {
    width: 25%; }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  @media (max-width: 991px) {
    .grid-flex.\--full-on-mobile > * {
      width: 100%; } }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.box-recipe {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .box-recipe__shape-media {
    position: relative; }
  .box-recipe__media {
    position: relative;
    background-size: cover;
    height: 300px; }
    @media (max-width: 1024px) {
      .box-recipe__media {
        height: 250px; } }
    .box-recipe__media a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }
  .box-recipe__content {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 0 40px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1024px) {
      .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe__title {
    font-family: "synthese", sans-serif;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-size: 1.61111rem;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .box-recipe__title {
        font-size: 20px; } }
    .box-recipe__title a {
      color: #161514; }
  .box-recipe__excerpt p {
    letter-spacing: -0.01em;
    font-size: 1.11111rem; }
    @media (max-width: 1024px) {
      .box-recipe__excerpt p {
        font-size: 15px; } }
  .box-recipe__grid {
    padding: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .box-recipe__grid > div {
      border-left: 3px solid #EBEBEB;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 33.33333%; }
      @media (max-width: 1024px) {
        .box-recipe__grid > div {
          border-width: 1px; } }
      .box-recipe__grid > div:first-child {
        border: 0; }
  .box-recipe__info__title {
    font-family: "synthese", sans-serif;
    font-weight: bold;
    font-size: 0.72222rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #215542;
    margin-bottom: 2px; }
    @media (max-width: 1024px) {
      .box-recipe__info__title {
        font-size: 8px;
        margin-bottom: 0; } }
  .box-recipe__info span {
    font-size: 0.88889rem; }
    @media (max-width: 1024px) {
      .box-recipe__info span {
        font-size: 11px; } }
    .box-recipe__info span i {
      color: #AE1B1F;
      font-size: 2rem; }
      @media (max-width: 1024px) {
        .box-recipe__info span i {
          font-size: 26px; } }
      .box-recipe__info span i.icon-serving {
        font-size: 1.5rem;
        margin-top: 9px; }
        @media (max-width: 1024px) {
          .box-recipe__info span i.icon-serving {
            font-size: 23px;
            margin-top: 4px; } }
  .box-recipe__info__icon {
    display: block;
    margin-bottom: 16px; }
  .box-recipe__shape {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0; }
    .box-recipe__shape > div {
      position: absolute;
      width: 100%;
      top: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .box-recipe__shape__withborder {
      visibility: hidden;
      margin-top: 12px; }
  .box-recipe:hover .box-recipe__shape__withborder {
    visibility: visible;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .box-recipe:hover .box-recipe__shape__withborder {
        margin-top: 3; } }
  .box-recipe.\--grid .box-recipe__content {
    padding: 0 10px 25px; }
    @media (max-width: 1024px) {
      .box-recipe.\--grid .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe.\--related-recipe .box-recipe__recipe-detail {
    display: none; }

.box-product {
  padding: 0.83333rem 0.83333rem 1.58333rem;
  border-radius: 20px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-product__media {
    min-height: 8.33333rem;
    margin-bottom: 1.45833rem;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .box-product__media a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .box-product__content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto; }
    @media (min-width: 1199px) {
      .box-product__content {
        max-width: 11.04167rem; } }
  .box-product__title {
    line-height: 0.55; }
    .box-product__title a {
      color: #242124;
      font-size: 1.66667rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
  .box-product__description {
    margin-bottom: 0.83333rem; }
    .box-product__description p {
      color: #242124;
      text-align: center;
      font-size: 0.91667rem;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -1.3px; }

.box-review {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.04);
  padding: 1.66667rem 1.33333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%; }
  @media (min-width: 991px) {
    .box-review {
      padding: 2.22222rem 2rem; } }
  .box-review__title {
    font-size: 1.66667rem;
    letter-spacing: -0.6px;
    margin-bottom: 1.66667rem; }
  .box-review__name {
    margin-bottom: 0px;
    font-size: 1.11111rem;
    text-transform: capitalize;
    color: rgba(0, 48, 20, 0.6);
    line-height: 0.8; }
  .box-review p {
    font-size: 1.22222rem;
    letter-spacing: -0.22px;
    margin-bottom: 0px; }
  .box-review__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.66667rem; }
  .box-review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px; }
    .box-review__stars i {
      padding-left: 3px; }

@media (min-width: 601px) {
  .box-product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.box-product-small > div {
  padding-left: 0px; }
  @media (min-width: 601px) {
    .box-product-small > div {
      padding-left: 30px; } }

.box-product-small__media {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px; }
  @media (min-width: 601px) {
    .box-product-small__media {
      height: 112px;
      width: 124px;
      margin-bottom: 0px; } }

@media (max-width: 600px) {
  .box-product-small__content {
    margin-bottom: 20px; } }

.box-product-small__cat {
  border-radius: 4px;
  background: rgba(173, 177, 194, 0.32);
  padding: 5px 8px;
  font-size: 14px;
  font-family: "elza-condensed", sans-serif;
  letter-spacing: -0.138px;
  text-transform: uppercase;
  color: #242124;
  margin-bottom: 1rem; }

.box-product-small__cta .added_to_cart {
  font-family: "elza-condensed", sans-serif;
  text-transform: uppercase;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1023px) {
  .box-product-small__cta .btn.\--type-add-to-cart {
    height: 2.5rem; } }

.box-product-small__price {
  color: #FD6513;
  font-family: "elza-condensed", sans-serif;
  font-size: 1.22222rem;
  margin: 15px 0px;
  line-height: 1; }

.box-product-small__title {
  margin: 0px; }
  .box-product-small__title a {
    color: #242124;
    font-size: 1.22222rem; }

.box-news {
  padding: 0.75rem 0.66667rem 1rem;
  border-radius: 20px;
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-news__media {
    min-height: 11.25rem;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 1.04167rem; }
    .box-news__media a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .box-news__title {
    color: #242124;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none; }
    .box-news__title a {
      color: #242124;
      display: block; }
      .box-news__title a:hover {
        color: #FD6513; }
  .box-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%; }
    .box-news__content__brief {
      color: #242124;
      font-size: 0.70833rem;
      @inlcude font-weight-normal;
      line-height: 1.3;
      margin-bottom: 0.625rem; }
  .box-news__category {
    color: #FFF;
    font-size: 0.66667rem;
    font-style: normal;
    @inlcude font-weight-normal;
    line-height: normal;
    padding: 0.16667rem 0.20833rem;
    border-radius: 8px;
    border: 1.2px solid #636363;
    background: rgba(36, 33, 36, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    top: 15px;
    position: absolute;
    left: 15px;
    min-width: 3.33333rem;
    text-align: center; }
  .box-news.\--style-dark {
    border: 3px solid rgba(99, 99, 99, 0.2);
    background: #242124; }
    .box-news.\--style-dark .box-news__title a {
      color: #F0F0F0; }
      .box-news.\--style-dark .box-news__title a:hover {
        color: #FD6513; }
    .box-news.\--style-dark .box-news__content__brief {
      color: #F0F0F0; }

.page-home__banner {
  margin-bottom: 0.83333rem; }

.page-home__banner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.page-home__hero {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px; }
  @media (min-width: 991px) {
    .page-home__hero {
      width: 65.5%;
      margin-bottom: 0; } }
  @media (min-width: 1640px) {
    .page-home__hero {
      width: 71.5%; } }
  .page-home__hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 767px) {
      .page-home__hero__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
    .page-home__hero__item p {
      color: #131313;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.32px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .page-home__hero__item p {
          margin-bottom: 1.45833rem;
          font-size: 0.75rem; } }
    @media (max-width: 767px) {
      .page-home__hero__item a {
        font-size: 0;
        padding: 0;
        background: unset !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0; } }
  .page-home__hero__content {
    padding: 40px 20px 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .page-home__hero__content {
        padding: 4.58333rem 0 6.66667rem 2.91667rem;
        width: 50%; } }
    @media (min-width: 1640px) {
      .page-home__hero__content {
        width: 44%; } }
  .page-home__hero__media {
    width: 85%;
    margin-left: auto;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .page-home__hero__media {
        width: 49%;
        margin-left: unset;
        margin-bottom: 0; } }
    @media (min-width: 1640px) {
      .page-home__hero__media {
        width: 55%; } }
    .page-home__hero__media img {
      width: 100%; }
  .page-home__hero__title {
    color: #131313;
    font-family: "elza-condensed", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 68px;
    line-height: 0.85; }
    @media (min-width: 767px) {
      .page-home__hero__title {
        font-size: 3.33333rem; } }
    @media (min-width: 1400px) {
      .page-home__hero__title {
        font-size: 4.16667rem; } }
    @media (min-width: 1640px) {
      .page-home__hero__title {
        font-size: 5rem; } }
  .page-home__hero.\--type-image .page-home__hero__item {
    display: block;
    position: relative; }
  .page-home__hero.\--type-image .page-home__hero__content {
    padding: 0; }
    .page-home__hero.\--type-image .page-home__hero__content a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      width: 100%;
      padding: 0; }
  .page-home__hero.\--type-image .page-home__hero__media {
    width: 100%;
    height: 100%; }
    .page-home__hero.\--type-image .page-home__hero__media img {
      min-height: 27.91667rem;
      display: block;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .page-home__hero .slick-slider {
    height: 100%; }
    .page-home__hero .slick-slider .slick-list {
      height: 100%; }
      .page-home__hero .slick-slider .slick-list .slick-track {
        height: 100%; }
        .page-home__hero .slick-slider .slick-list .slick-track .slick-slide {
          height: 100%; }

.page-home__shape-selector {
  padding: 80px 0;
  border-radius: 12px;
  border: 1.2px solid #636363;
  background: #242124;
  overflow: scroll;
  position: relative;
  width: 100%;
  position: relative; }
  @media (min-width: 991px) {
    .page-home__shape-selector {
      min-height: 27.91667rem;
      width: 32.7%;
      overflow: hidden;
      padding: 2.04167rem 1.66667rem;
      position: static; } }
  @media (min-width: 1640px) {
    .page-home__shape-selector {
      width: 27.7%; } }
  .page-home__shape-selector__title {
    color: #F0F0F0;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 20px; }
    @media (min-width: 991px) {
      .page-home__shape-selector__title {
        margin-bottom: 0.83333rem;
        font-size: 1.66667rem;
        padding: 0; } }
  .page-home__shape-selector__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem 3.5%;
    overflow: scroll;
    margin: 0;
    padding: 0 10px; }
    @media (min-width: 991px) {
      .page-home__shape-selector__grid {
        padding: 0;
        position: relative;
        min-height: 19.58333rem;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        overflow: hidden; } }
  .page-home__shape-selector__items {
    border-radius: 12px;
    border: 1.2px solid #636363;
    background: #242124;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 120px;
    min-height: 105px; }
    @media (min-width: 991px) {
      .page-home__shape-selector__items {
        width: 31%;
        min-width: unset;
        min-height: unset; } }
    .page-home__shape-selector__items > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 10px 10px 18px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      @media (min-width: 991px) {
        .page-home__shape-selector__items > a {
          padding: 0.41667rem 0.41667rem 0.66667rem; } }
      .page-home__shape-selector__items > a img {
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 0;
        height: 40px;
        width: 40px; }
        @media (min-width: 991px) {
          .page-home__shape-selector__items > a img {
            width: 4rem;
            height: 3rem; } }
    .page-home__shape-selector__items:hover {
      -webkit-box-shadow: inset 0 0 0 3px #FD6513;
      box-shadow: inset 0 0 0 3px #FD6513; }
    .page-home__shape-selector__items__title {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      word-break: break-word;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-family: "synthese", sans-serif;
      text-transform: capitalize;
      letter-spacing: -0.32px;
      line-height: normal; }
      @media (min-width: 991px) {
        .page-home__shape-selector__items__title {
          font-size: 0.66667rem; } }
    .page-home__shape-selector__items img {
      width: auto;
      height: 2.91667rem;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 0; }
  .page-home__shape-selector__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: unset;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 12px;
    background: #242124;
    padding: 32px 50px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 767px) {
      .page-home__shape-selector__content {
        border: 1.2px solid #636363; } }
    @media (min-width: 991px) {
      .page-home__shape-selector__content {
        left: 100%;
        right: 0px;
        padding: 1.04167rem 0.83333rem;
        display: block; } }
    @media (min-width: 1640px) {
      .page-home__shape-selector__content {
        padding: 1.45833rem 1.41667rem; } }
    .page-home__shape-selector__content.active {
      left: 0; }
    .page-home__shape-selector__content__title {
      text-align: center;
      font-family: "synthese", sans-serif;
      line-height: 1;
      letter-spacing: -0.64px;
      font-size: 36px;
      font-weight: 900;
      color: #F0F0F0;
      margin: 0;
      margin-left: 10px;
      text-transform: none; }
      @media (min-width: 767px) {
        .page-home__shape-selector__content__title {
          width: 75%;
          line-height: normal;
          width: auto; } }
      @media (min-width: 991px) {
        .page-home__shape-selector__content__title {
          color: #FFF;
          font-size: 1.33333rem;
          font-weight: 400;
          margin-bottom: 0.41667rem; } }
    .page-home__shape-selector__content p {
      color: #F0F0F0;
      text-align: center;
      font-weight: 350;
      line-height: 1.4;
      font-size: 14px;
      margin-bottom: 15px;
      margin-top: 15px; }
      @media (min-width: 991px) {
        .page-home__shape-selector__content p {
          font-size: 0.75rem;
          margin-bottom: 0.83333rem;
          margin-top: 0; } }
    .page-home__shape-selector__content .control-select {
      margin-bottom: 0.625rem; }
    .page-home__shape-selector__content > a {
      color: #F0F0F0;
      text-align: center;
      font-weight: 400;
      line-height: normal;
      text-decoration: underline;
      display: block;
      margin-top: 12px;
      font-size: 14px; }
      @media (min-width: 991px) {
        .page-home__shape-selector__content > a {
          font-size: 0.70833rem;
          margin-top: 0.625rem; } }
    .page-home__shape-selector__content .i3-material-select-form {
      width: 100%; }

.page-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 2px solid #EBEBEB;
  border-top: 2px solid #EBEBEB;
  margin-bottom: 3.5rem; }
  .page-nav__list li {
    display: inline-block;
    padding: 0px 60px;
    position: relative;
    margin-top: 25px; }
    @media (min-width: 1400px) {
      .page-nav__list li {
        margin-top: 30px; } }
    .page-nav__list li a {
      font-size: 0.83333rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      color: #282828;
      display: block;
      border-bottom: 8px solid transparent;
      padding-bottom: 22px;
      margin-bottom: -1px;
      outline: none !important; }
    .page-nav__list li:before {
      content: ' ';
      width: 2px;
      height: 20px;
      background: #ebebeb;
      display: block;
      position: absolute;
      left: 0;
      top: -3px; }
    .page-nav__list li:first-child:before {
      display: none; }
    .page-nav__list li.current_page_item a, .page-nav__list li:hover a {
      border-color: #FD6513;
      color: #FD6513; }

.page-nav__blocklist {
  margin-bottom: 0;
  padding: 20px 15px; }
  .page-nav__blocklist li {
    display: block !important; }
    .page-nav__blocklist li.current_page_item a {
      color: #FD6513; }
    .page-nav__blocklist li a {
      color: #000;
      text-decoration: none;
      font-size: 16px;
      display: block;
      letter-spacing: 1px;
      padding: 5px 0;
      text-transform: capitalize;
      font-weight: 500; }
      .page-nav__blocklist li a:hover {
        color: #FD6513; }
  @media (max-width: 1023px) {
    .page-nav__blocklist.\--hide-content {
      display: none; } }
  @media (max-width: 1023px) {
    .page-nav__blocklist.\--show-content {
      display: block; } }

.page-nav__browse-selection {
  background-color: #f8f8f8;
  display: block;
  border: 1px solid #f8f8f8;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0; }
  .page-nav__browse-selection > i {
    float: right;
    padding-top: 6px;
    font-size: 14px; }

.page-nav__ancestors {
  margin-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0; }

.page-contact {
  padding: 3.125rem 0;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 0.83333rem; }
  .page-contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.8%; }
  .page-contact__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-contact__info__title {
      color: #242124;
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
      @media (min-width: 1400px) {
        .page-contact__info__title {
          font-size: 3.33333rem; } }
    .page-contact__info p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3; }
  .page-contact__info-box {
    width: 100%;
    padding: 2.08333rem 1.66667rem;
    border-radius: 16px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(252, 60, 7, 0.5)), to(rgba(246, 119, 30, 0.5))), #FD6513;
    background: -webkit-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
    background: -o-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
    background: linear-gradient(270deg, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
    margin-top: 1.25rem; }
    @media (min-width: 991px) {
      .page-contact__info-box {
        width: 35%;
        margin-top: 0; } }
    .page-contact__info-box__title {
      color: #242124;
      font-size: 2rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.48px;
      text-transform: uppercase;
      margin-bottom: 0.83333rem; }
    .page-contact__info-box p {
      color: #242124;
      font-size: 0.91667rem;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 0; }
  .page-contact__locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.08333rem;
    margin-top: 2.91667rem;
    padding-bottom: 2.70833rem;
    margin-bottom: 2.70833rem;
    border-bottom: 1.5px solid rgba(99, 99, 99, 0.6); }
  .page-contact__location {
    border-radius: 20px;
    background: #F0F0F0;
    width: 100%;
    padding-bottom: 2.08333rem; }
    @media (min-width: 991px) {
      .page-contact__location {
        padding: 0.83333rem 0.83333rem 2.08333rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto; } }
    .page-contact__location__image {
      height: 15.83333rem;
      margin-bottom: 1.45833rem; }
      .page-contact__location__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .page-contact__location__title {
      color: #242124;
      font-size: 2.08333rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
      @media (min-width: 1400px) {
        .page-contact__location__title {
          font-size: 2.5rem; } }
    .page-contact__location p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 0.625rem; }
      @media (max-width: 1400px) {
        .page-contact__location p br {
          display: none; } }
    .page-contact__location ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .page-contact__location ul li {
        opacity: 0.9;
        color: #242124;
        font-weight: 400;
        line-height: 1.3;
        font-size: 12px; }
        @media (min-width: 991px) {
          .page-contact__location ul li {
            font-size: 1rem; } }
        .page-contact__location ul li a {
          color: #242124; }
          .page-contact__location ul li a:hover {
            color: #FD6513; }
    .page-contact__location__heading {
      color: #242124;
      font-weight: bold;
      line-height: 1.3;
      min-width: 2.91667rem;
      display: inline-block;
      font-size: 12px; }
      @media (min-width: 991px) {
        .page-contact__location__heading {
          font-size: 1rem; } }
    .page-contact__location__content {
      padding: 0 1.04167rem; }
  .page-contact__bottom-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3%; }
  .page-contact__builder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-contact__builder .container {
      padding: 0; }
  .page-contact__box {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 991px) {
      .page-contact__box {
        width: 32%;
        margin-bottom: 0; } }
    @media (min-width: 1400px) {
      .page-contact__box {
        width: 25%; } }
    .page-contact__box .w-discount-box {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }

.page-recipes__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-recipes__grid.\--offset-1 {
    margin: 0-10px; }
    .page-recipes__grid.\--offset-1 > * {
      padding: 0 10px; }
  .page-recipes__grid.\--offset-2 {
    margin: 0-20px; }
    .page-recipes__grid.\--offset-2 > * {
      padding: 0 20px; }
  .page-recipes__grid.\--offset-3 {
    margin: 0-30px; }
    .page-recipes__grid.\--offset-3 > * {
      padding: 0 30px; }
  .page-recipes__grid.\--offset-4 {
    margin: 0-40px; }
    .page-recipes__grid.\--offset-4 > * {
      padding: 0 40px; }
  .page-recipes__grid.\--offset-5 {
    margin: 0-50px; }
    .page-recipes__grid.\--offset-5 > * {
      padding: 0 50px; }
  .page-recipes__grid.\--offset-6 {
    margin: 0-60px; }
    .page-recipes__grid.\--offset-6 > * {
      padding: 0 60px; }
  .page-recipes__grid.\--offset-7 {
    margin: 0-70px; }
    .page-recipes__grid.\--offset-7 > * {
      padding: 0 70px; }
  .page-recipes__grid.\--offset-8 {
    margin: 0-80px; }
    .page-recipes__grid.\--offset-8 > * {
      padding: 0 80px; }
  .page-recipes__grid.\--offset-9 {
    margin: 0-90px; }
    .page-recipes__grid.\--offset-9 > * {
      padding: 0 90px; }
  .page-recipes__grid.\--offset-10 {
    margin: 0-100px; }
    .page-recipes__grid.\--offset-10 > * {
      padding: 0 100px; }

.page-recipes__related {
  background: #F8F8F8;
  padding: 4rem 0; }

@media (min-width: 1100px) {
  .page-recipes__column {
    gap: 6.66667rem; } }

@media (min-width: 800px) {
  .page-recipes__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3rem; } }

.page-recipes__details ._number {
  font-weight: bold;
  font-size: 1.11111rem;
  letter-spacing: -0.02em;
  color: #FD6513;
  display: inline-block;
  min-width: 37px; }

@media (min-width: 800px) {
  .page-recipes__made-with {
    min-width: 348px; } }

.page-recipes__made-with__title {
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 1rem; }

.page-recipes__direction {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  margin-bottom: 2.5rem; }
  .page-recipes__direction > div {
    border-bottom: 1px solid #F2F2F2;
    background: #F8F8F8;
    padding: 1.66667rem 1.11111rem; }
    .page-recipes__direction > div:nth-child(even) {
      background: #ffffff; }
  .page-recipes__direction p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__ingredients {
  border: 1px solid #F2F2F2;
  background: #fbfbfb;
  margin-bottom: 2.5rem; }
  .page-recipes__ingredients > div {
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 20px; }
    @media (min-width: 800px) {
      .page-recipes__ingredients > div {
        width: 50%;
        float: left; } }
  .page-recipes__ingredients p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__media img {
  width: 100%; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .page-recipes__media img {
      max-height: 500px; } }
  @media (max-width: 767px) {
    .page-recipes__media img {
      max-height: 200px; } }

.page-recipes__media > * {
  display: block;
  line-height: 0; }

.page-recipes__header {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 15px 20px;
  margin-bottom: 2.5rem; }
  @media (min-width: 800px) {
    .page-recipes__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.11111rem 1.38889rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 768px) {
    .page-recipes__header__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 799px) {
    .page-recipes__header__share {
      margin-top: 10px;
      margin-left: -20px; } }

.page-recipes__box {
  font-size: 0.72222rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  color: #606060;
  margin-right: 2.22222rem; }
  .page-recipes__box__title {
    font-weight: bold;
    font-family: "synthese", sans-serif;
    font-size: 0.61111rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 5px;
    margin-bottom: 0;
    color: #FD6513; }
  .page-recipes__box__icon {
    font-size: 1.27778rem;
    padding-right: 10px; }
    .page-recipes__box__icon i {
      vertical-align: baseline;
      line-height: 0; }
      .page-recipes__box__icon i.icon-preparation {
        vertical-align: middle;
        font-size: 1.55556rem; }

@media (min-width: 1199px) {
  .page-product button.button {
    min-width: 550px;
    width: unset !important; } }

.page-product.has-mpc span.onsale,
.page-product.has-mpc .in-stock,
.page-product.has-mpc .page-product__price {
  display: none; }

.page-product .ph__breadcrumbs {
  display: none; }

.page-product__grid {
  border-radius: 20px;
  background: #FFF;
  padding: 10px 0 50px; }
  @media (min-width: 767px) {
    .page-product__grid {
      padding: 1.25rem 0 5rem; } }
  .page-product__grid > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6.5%; }
  .page-product__grid__magnifier {
    display: none; }

.page-product__gallery {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    .page-product__gallery {
      width: 40%;
      margin-bottom: 0; } }
  .page-product__gallery__inner {
    margin-bottom: 1.04167rem !important;
    float: unset !important;
    width: 100% !important; }
  .page-product__gallery .w-discount-box {
    padding: 15px;
    margin-bottom: 1.04167rem;
    border-radius: 20px; }
    @media (min-width: 767px) {
      .page-product__gallery .w-discount-box {
        padding: 1.66667rem; } }
    .page-product__gallery .w-discount-box .w-discount-box__title {
      font-size: 30px; }
      @media (min-width: 767px) {
        .page-product__gallery .w-discount-box .w-discount-box__title {
          font-size: 2.75rem; } }
    .page-product__gallery .w-discount-box p {
      letter-spacing: -1.3px; }

.page-product__product-img {
  width: 100%; }
  .page-product__product-img img {
    width: 100%;
    min-height: 21.5rem;
    max-height: 21.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px; }

.page-product .summary {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }
  @media (min-width: 767px) {
    .page-product .summary {
      width: 53.5% !important; } }
  .page-product .summary .woocommerce-product-details__short-description {
    display: none; }

.page-product__title {
  color: #242124;
  font-size: 34px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 0.83333rem; }
  @media (min-width: 767px) {
    .page-product__title {
      font-size: 3rem; } }

.page-product__sku {
  color: #242124;
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 1.25rem; }

.page-product__description p {
  color: #242124;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.4px; }

.page-product__description.\--default {
  margin-bottom: 1.875rem; }

.page-product__info {
  margin-bottom: 1.08333rem; }

.page-product__price {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px; }
  .page-product__price .amount {
    color: #242124;
    font-size: 3.08675rem;
    font-weight: bold;
    line-height: 1.1;
    float: left !important;
    opacity: 0.9; }

.page-product table#price_calculator {
  margin-bottom: 20px;
  min-width: 100%;
  max-width: 100%; }
  @media (min-width: 767px) {
    .page-product table#price_calculator {
      margin-bottom: 2.08333rem;
      max-width: 16.25rem;
      min-width: 16.25rem; } }
  .page-product table#price_calculator .price-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 1.25rem; }
    .page-product table#price_calculator .price-table-row td {
      width: 100%; }
      .page-product table#price_calculator .price-table-row td input {
        width: 100% !important;
        text-align: left !important;
        font-size: 0.83333rem;
        font-weight: 400;
        line-height: normal;
        float: left !important;
        border-radius: 7.431px !important;
        border: 1.449px solid #636363 !important;
        background: #FFF;
        padding: 0.375rem 0.75rem !important; }
        @media (min-width: 767px) {
          .page-product table#price_calculator .price-table-row td input {
            width: 390px !important; } }
        .page-product table#price_calculator .price-table-row td input:placeholder {
          opacity: 0.6 !important; }
      .page-product table#price_calculator .price-table-row td label {
        color: #242124;
        font-size: 0.91667rem;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 0.83333rem;
        display: inline-block; }
    .page-product table#price_calculator .price-table-row:last-child {
      margin-bottom: 0; }
    .page-product table#price_calculator .price-table-row.calculated-price td {
      color: #242124;
      font-size: 0.91667rem;
      font-weight: 400;
      line-height: 1.3;
      opacity: 0.9; }
      .page-product table#price_calculator .price-table-row.calculated-price td span {
        color: #242124;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.1;
        float: left !important; }
        @media (min-width: 767px) {
          .page-product table#price_calculator .price-table-row.calculated-price td span {
            font-size: 3.08675rem; } }
        .page-product table#price_calculator .price-table-row.calculated-price td span.add-length:after {
          content: 'Add length to see price';
          display: block;
          color: #242124;
          font-size: 0.75rem;
          font-weight: 400;
          line-height: 1.3; }
    .page-product table#price_calculator .price-table-row.total-amount td {
      width: 80%; }
    .page-product table#price_calculator .price-table-row.total-amount td:last-child {
      width: 20%; }

.page-product__actions__cart {
  margin-top: 1.66667rem;
  max-width: 22.91667rem; }

.page-product__bottom {
  padding-top: 2.70833rem;
  margin-top: 2.70833rem;
  border-top: 1.5px solid rgba(99, 99, 99, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.9%; }
  .page-product__bottom__description {
    padding: 2.08333rem 1.66667rem;
    border-radius: 16px;
    background: #F0F0F0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-product__bottom__description__title {
      color: #242124;
      font-size: 2.33333rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.56px;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .page-product__bottom__description p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -1.3px; }

.page-product__specs {
  width: 100%;
  padding: 2.08333rem 1.66667rem;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
  background: -o-linear-gradient(left, #242124 0%, #131313 100%);
  background: linear-gradient(90deg, #242124 0%, #131313 100%);
  margin-bottom: 20px; }
  @media (min-width: 991px) {
    .page-product__specs {
      width: 36%;
      margin-bottom: 0; } }
  @media (min-width: 1199px) {
    .page-product__specs {
      width: 33%; } }
  @media (min-width: 1400px) {
    .page-product__specs {
      width: 30%; } }
  .page-product__specs__title {
    color: #F0F0F0;
    font-size: 2.33333rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .page-product__specs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-product__specs ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      color: #F0F0F0;
      font-size: 0.75rem;
      font-weight: 350;
      line-height: 1.1;
      margin-bottom: 0.83333rem; }
      .page-product__specs ul li strong {
        font-weight: bold;
        display: inline-block;
        width: 45%; }
      .page-product__specs ul li:last-child {
        margin: 0; }

.page-product__related {
  background-image: url("/wp-content/themes/rapid-metals-2025/_ui/media/bg-orange.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.83333rem 0;
  border-radius: 20px;
  margin-top: 0.83333rem;
  overflow-x: hidden;
  margin-bottom: 0.83333rem; }
  .page-product__related__product__title {
    color: #242124;
    font-size: 36px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 767px) {
      .page-product__related__product__title {
        font-size: 3.33333rem; } }
    @media (min-width: 1199px) {
      .page-product__related__product__title {
        width: 50%; } }
    @media (min-width: 1640px) {
      .page-product__related__product__title {
        width: 40%; } }
  @media (max-width: 767px) {
    .page-product__related__product .i3-slider .slick-slide {
      margin-left: 20px !important;
      margin-right: 20px !important; }
      .page-product__related__product .i3-slider .slick-slide .box-product__media {
        min-height: 170px; } }

.page-product__discount-box {
  padding: 1.66667rem 1.45833rem;
  border-radius: 16px;
  border: 2px solid #FC3C07;
  background: rgba(253, 101, 19, 0.06);
  max-width: 32.58333rem;
  margin-bottom: 2.08333rem; }
  .page-product__discount-box__title {
    color: #242124;
    font-size: 1.83333rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  .page-product__discount-box p {
    opacity: 0.9;
    color: #242124;
    font-size: 0.83333rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 0.41667rem; }
    .page-product__discount-box p strong {
      font-size: 1.08333rem;
      font-weight: bold;
      line-height: 1.1; }
    .page-product__discount-box p:last-child {
      margin-bottom: 0; }
    .page-product__discount-box p a {
      color: #242124;
      text-decoration: underline; }

.page-product .w-inc-dec {
  margin-bottom: 1.66667rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .page-product .w-inc-dec:before {
    content: 'Quantity';
    display: block;
    width: 100%;
    color: #242124;
    font-size: 0.91667rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.625rem; }

.page-product .single_add_to_cart_button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.54167rem 5px;
  color: #FFF;
  font-size: 16px;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  border-radius: 7.431px;
  border: 1.449px solid rgba(254, 246, 225, 0.1);
  transition: all 0.3s ease;
  display: block;
  width: 100% !important;
  text-align: center;
  border-color: #FD6513;
  background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
  background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
  background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
  background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
  background-color: #FD6513 !important;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100% !important; }
  .page-product .single_add_to_cart_button:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%); }
  .page-product .single_add_to_cart_button:disabled {
    pointer-events: none; }
  .page-product .single_add_to_cart_button:hover {
    border-color: #242124;
    background-color: unset !important;
    color: #fff; }
    .page-product .single_add_to_cart_button:hover:before {
      opacity: 1; }
  @media (min-width: 767px) {
    .page-product .single_add_to_cart_button {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      padding: 0.54167rem 0.83333rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (min-width: 991px) {
    .page-product .single_add_to_cart_button {
      font-size: 0.70833rem; } }
  @media (min-width: 1400px) {
    .page-product .single_add_to_cart_button {
      font-size: 0.83333rem; } }
  .page-product .single_add_to_cart_button.\--theme-primary-alt {
    border-color: #FD6513;
    background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
    background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
    color: #FFF; }
    .page-product .single_add_to_cart_button.\--theme-primary-alt:hover {
      border-color: #242124;
      color: #242124; }
      .page-product .single_add_to_cart_button.\--theme-primary-alt:hover:before {
        opacity: 1; }
    .page-product .single_add_to_cart_button.\--theme-primary-alt:before {
      background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
      background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }

.page-product .ph__breadcrumbs__main {
  width: 100%; }
  .page-product .ph__breadcrumbs__main .ph__breadcrumbs {
    display: block;
    padding: 0.83333rem 0; }
    .page-product .ph__breadcrumbs__main .ph__breadcrumbs span {
      font-size: 0.66667rem; }
    .page-product .ph__breadcrumbs__main .ph__breadcrumbs i {
      font-size: 0.41667rem;
      position: relative;
      top: 2px; }
    .page-product .ph__breadcrumbs__main .ph__breadcrumbs .container > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.41667rem;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }

.page-shop__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -1.38889rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 991px) {
    .page-shop__grid {
      margin-bottom: 2.22222rem; } }
  .page-shop__grid > div {
    padding-left: 1.38889rem;
    padding-bottom: 1.38889rem;
    width: 100%; }
    @media (min-width: 600px) {
      .page-shop__grid > div {
        width: 50%; } }
    @media (min-width: 1023px) {
      .page-shop__grid > div {
        width: 25%; } }

.page-shop__header {
  margin-bottom: 1.66667rem;
  padding: 2.22222rem 0px 1.11111rem 0px;
  border-bottom: 1px solid #C9C8C0; }
  @media (min-width: 991px) {
    .page-shop__header {
      margin-bottom: 2rem;
      padding: 3.33333rem 0px 1.66667rem 0px; } }
  @media (min-width: 991px) {
    .page-shop__header__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .page-shop__header__title {
    margin-bottom: 0px;
    font-size: 1.66667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -1.5px; }
    @media (min-width: 767px) {
      .page-shop__header__title {
        font-size: 2rem; } }
    @media (min-width: 991px) {
      .page-shop__header__title {
        font-size: 2.22222rem; } }
    @media (min-width: 1023px) {
      .page-shop__header__title {
        font-size: 2.77778rem; } }
    .page-shop__header__title span {
      color: #FD6513;
      font-size: 1.22222rem;
      margin-left: 8px; }
      @media (min-width: 767px) {
        .page-shop__header__title span {
          font-size: 1.44444rem; } }
      @media (min-width: 991px) {
        .page-shop__header__title span {
          font-size: 1.66667rem; } }
      @media (min-width: 1023px) {
        .page-shop__header__title span {
          font-size: 2rem; } }
  .page-shop__header__subtitle {
    color: rgba(0, 48, 20, 0.6);
    font-family: "elza-condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.72px;
    line-height: 1; }
  .page-shop__header__search {
    width: 100%;
    margin-top: 1.11111rem; }
    @media (min-width: 991px) {
      .page-shop__header__search {
        margin-top: 0px;
        max-width: 26.66667rem; } }
    @media (min-width: 1023px) {
      .page-shop__header__search {
        max-width: 31.11111rem; } }
    .page-shop__header__search input[type="text"] {
      padding: 12px 2.88889rem !important;
      line-height: 1.66667rem;
      border-radius: 8px;
      border: 1px solid #C9C8C0;
      background-color: transparent;
      padding: 12px 1.11111rem;
      border-radius: 5px;
      color: #242124; }
      .page-shop__header__search input[type="text"].wpcf7-not-valid {
        border-color: #242124; }
      .page-shop__header__search input[type="text"]::-webkit-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:focus {
        border-color: #28443F;
        border-left-color: #242124;
        background: transparent; }
    .page-shop__header__search .control-group__control {
      position: relative; }
      .page-shop__header__search .control-group__control .icon-search {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 16px;
        font-size: 1.22222rem;
        color: #FD6513; }
      .page-shop__header__search .control-group__control button {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        background-color: #DEE1D8;
        width: 1.55556rem;
        height: 1.55556rem;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        color: #FD6513;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-shop__header__search .control-group__control button:hover {
          background-color: #FD6513;
          color: #FFF; }

.page-shop__bar {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#026129), to(#026129)), rgba(48, 60, 56, 0.8);
  background: -webkit-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: -o-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: linear-gradient(0deg, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 1.66667rem; }
  @media (min-width: 991px) {
    .page-shop__bar {
      margin-bottom: 2.66667rem;
      padding: 16px 3.33333rem; } }
  .page-shop__bar__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 991px) {
      .page-shop__bar__grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -1.11111rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
    .page-shop__bar__grid > div:not(:last-child) {
      padding-bottom: 16px; }
    @media (min-width: 991px) {
      .page-shop__bar__grid > div {
        padding-left: 1.11111rem; }
        .page-shop__bar__grid > div:not(:last-child) {
          padding-bottom: 0px; } }
    .page-shop__bar__grid h6 {
      font-size: 15px;
      color: #FFF !important; }
      @media (min-width: 767px) {
        .page-shop__bar__grid h6 {
          font-size: 1rem; } }
      @media (min-width: 991px) {
        .page-shop__bar__grid h6 {
          font-size: 1.11111rem; } }
    .page-shop__bar__grid .w-icon-text i {
      font-size: 16px; }
      @media (min-width: 767px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 1rem; } }
      @media (min-width: 991px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 1.11111rem; } }

.page-shop__filter {
  margin-top: 2.22222rem;
  border-bottom: 1px #C9C8C0 solid;
  width: 100%; }
  @media (min-width: 991px) {
    .page-shop__filter {
      border-bottom: none; } }
  .page-shop__filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  .page-shop__filter__title h4 {
    margin-bottom: 0;
    letter-spacing: -0.68px; }
    .page-shop__filter__title h4 sup {
      top: -0.4em;
      color: #FD6513; }
  .page-shop__filter .w-filter {
    margin-bottom: 0; }
  .page-shop__filter__toggle {
    margin-bottom: 1.11111rem; }
    @media (min-width: 767px) {
      .page-shop__filter__toggle {
        display: none; } }

.page-shop__cta {
  border-top: 1px #C9C8C0 solid;
  border-bottom: 1px #C9C8C0 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.11111rem 0px; }
  @media (min-width: 767px) {
    .page-shop__cta {
      padding: 1.66667rem 0px; } }

.page-shop .w-section-header {
  margin-top: 1.66667rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 767px) {
    .page-shop .w-section-header {
      margin-top: 2.22222rem;
      margin-bottom: 1.66667rem; } }
  @media (min-width: 991px) {
    .page-shop .w-section-header {
      margin-top: 3.33333rem;
      margin-bottom: 2.22222rem; } }
  @media (min-width: 1023px) {
    .page-shop .w-section-header {
      margin-top: 4.44444rem;
      margin-bottom: 3.33333rem; } }

.page-shop.\--style-event .page-shop__header {
  margin-bottom: 0px; }

.page-shop.\--style-event .page-shop__filter {
  border-bottom: 1px #C9C8C0 solid; }

.page-shop__header-media {
  border-bottom: 1px #C9C8C0 solid;
  padding: 8px 0px; }

.page-shop__featured {
  margin: 1.66667rem 0 1.11111rem; }
  @media (min-width: 768px) {
    .page-shop__featured {
      margin: 2.5rem 0 3.88889rem; } }
  .page-shop__featured__grid {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    padding: 2.22222rem 1.38889rem 5rem; }
    @media (min-width: 991px) {
      .page-shop__featured__grid {
        padding: 5.55556rem 5rem 5.83333rem; } }
  .page-shop__featured__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    max-width: 38.88889rem;
    width: 100%; }
    .page-shop__featured__content__top {
      margin-bottom: 1.11111rem; }
      .page-shop__featured__content__top span {
        letter-spacing: -0.16px;
        text-transform: uppercase;
        color: #FFF;
        font-family: "elza-condensed", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.15);
        padding: 8px 15px 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: normal; }
        .page-shop__featured__content__top span i {
          margin-right: 8px;
          font-size: 1.33333rem;
          position: relative;
          top: -2px; }
  .page-shop__featured__media {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .page-shop__featured__media:before {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(165deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      background: -o-linear-gradient(165deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      background: linear-gradient(285deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      width: 100%;
      height: 100%;
      z-index: 0; }
  .page-shop__featured__title {
    font-size: 1.88889rem;
    color: #FFF;
    margin-bottom: 1.11111rem;
    line-height: 1.1;
    letter-spacing: -0.5px; }
    @media (min-width: 992px) {
      .page-shop__featured__title {
        font-size: 1.94444rem; } }
    @media (min-width: 1200px) {
      .page-shop__featured__title {
        font-size: 2.77778rem; } }
  .page-shop__featured__cta {
    margin-top: 2.5rem; }
  .page-shop__featured__desc {
    position: relative;
    color: #FFF;
    max-width: 28.88889rem;
    width: 100%; }
  .page-shop__featured__control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-shop__featured__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0rem;
    max-width: 230px;
    width: 100%;
    position: relative; }
    .page-shop__featured__controls a.hero-prev {
      left: 0; }
    .page-shop__featured__controls a.hero-next {
      right: 0; }
    .page-shop__featured__controls a {
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.13);
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 2.22222rem;
      height: 2.22222rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: 2.22222rem; }
      .page-shop__featured__controls a i {
        font-size: 0.77778rem;
        color: #fff; }
      .page-shop__featured__controls a:last-child {
        margin-left: 8px; }
      .page-shop__featured__controls a:hover {
        text-decoration: none;
        background: #FFF; }
        .page-shop__featured__controls a:hover i {
          color: #FD6513; }

.category-page {
  border-radius: 20px;
  background: #FFF;
  padding: 3.125rem 0 5.41667rem; }
  .category-page__title {
    color: #242124;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .category-page__info {
    width: 100%;
    margin-bottom: 2.5rem; }
    @media (min-width: 1199px) {
      .category-page__info {
        width: 68%; } }
    .category-page__info p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3; }
  .category-page__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 10px 1.5%;
    padding-bottom: 2.70833rem;
    margin-bottom: 2.70833rem;
    border-bottom: 1.5px solid rgba(99, 99, 99, 0.6); }
    @media (min-width: 767px) {
      .category-page__grid {
        gap: 1.25rem 1.5%; } }
    .category-page__grid__item {
      padding: 0.625rem 0.5rem 1.04167rem;
      border-radius: 14.422px;
      background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
      background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
      background: -o-linear-gradient(left, #242124 0%, #131313 100%);
      background: linear-gradient(90deg, #242124 0%, #131313 100%);
      width: 49.2%;
      text-align: center;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 767px) {
        .category-page__grid__item {
          width: 23.8%; } }
      @media (min-width: 991px) {
        .category-page__grid__item {
          width: 18.8%; } }
      @media (min-width: 1640px) {
        .category-page__grid__item {
          width: 15.4%; } }
      .category-page__grid__item a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: 1; }
      .category-page__grid__item img {
        height: 8.33333rem;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8.653px; }
      .category-page__grid__item__title {
        color: #F0F0F0 !important;
        text-align: center;
        font-size: 18px;
        font-weight: 900;
        line-height: 0.95;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        padding: 0.83333rem 0 0;
        margin-bottom: 0;
        position: relative;
        background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
        background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
        background: -o-linear-gradient(left, #242124 0%, #131313 100%);
        background: linear-gradient(90deg, #242124 0%, #131313 100%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        bottom: 0;
        word-break: break-word;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        @media (min-width: 767px) {
          .category-page__grid__item__title {
            font-size: 1.33333rem; } }
      .category-page__grid__item:hover .category-page__grid__item__title {
        bottom: 30px; }
        @media (min-width: 767px) {
          .category-page__grid__item:hover .category-page__grid__item__title {
            bottom: 40px; } }
  .category-page__bottom-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5.3%; }
  .category-page__box {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 991px) {
      .category-page__box {
        width: 25.5%;
        margin-bottom: 0; } }
  .category-page__builder {
    width: 100%; }
    @media (min-width: 991px) {
      .category-page__builder {
        width: 69.2%; } }
    .category-page__builder .container {
      padding: 0; }
    .category-page__builder .so-widget-so-text-editor-widget h2 {
      font-size: 36px; }
      @media (min-width: 767px) {
        .category-page__builder .so-widget-so-text-editor-widget h2 {
          font-size: 2.5rem; } }

.category-child-page {
  border-radius: 20px;
  background: #FFF;
  padding: 3.125rem 0 4.16667rem; }
  .category-child-page__subcat__title {
    color: #242124;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .category-child-page__subcat__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 10px 1.5%;
    padding-bottom: 2.70833rem;
    margin-bottom: 2.70833rem;
    border-bottom: 1.5px solid rgba(99, 99, 99, 0.6); }
    @media (min-width: 767px) {
      .category-child-page__subcat__grid {
        gap: 1.25rem 1.5%; } }
  .category-child-page__subcat__item {
    padding: 0.625rem 0.5rem 1.04167rem;
    border-radius: 14.422px;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%);
    width: 49.2%;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 767px) {
      .category-child-page__subcat__item {
        width: 23.8%; } }
    @media (min-width: 991px) {
      .category-child-page__subcat__item {
        width: 18.8%; } }
    @media (min-width: 1640px) {
      .category-child-page__subcat__item {
        width: 15.4%; } }
    .category-child-page__subcat__item a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      z-index: 1; }
    .category-child-page__subcat__item img {
      height: 8.33333rem;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 8.653px; }
    .category-child-page__subcat__item__title {
      color: #F0F0F0 !important;
      text-align: center;
      font-size: 18px;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.32px;
      text-transform: uppercase;
      padding: 0.83333rem 0 0;
      margin-bottom: 0;
      position: relative;
      background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
      background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
      background: -o-linear-gradient(left, #242124 0%, #131313 100%);
      background: linear-gradient(90deg, #242124 0%, #131313 100%);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      bottom: 0;
      word-break: break-word;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      @media (min-width: 767px) {
        .category-child-page__subcat__item__title {
          font-size: 1.33333rem; } }
    .category-child-page__subcat__item:hover .category-child-page__subcat__item__title {
      bottom: 30px; }
      @media (min-width: 767px) {
        .category-child-page__subcat__item:hover .category-child-page__subcat__item__title {
          bottom: 40px; } }
  .category-child-page__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 2.4%;
    padding-bottom: 2.70833rem;
    margin-bottom: 2.70833rem;
    border-bottom: 1.5px solid rgba(99, 99, 99, 0.6); }
  .category-child-page__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.29167rem; }
    .category-child-page__top__title {
      color: #242124;
      font-size: 30px;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        .category-child-page__top__title {
          margin: 0;
          font-size: 2.5rem; } }
      .category-child-page__top__title span {
        color: #FD6513;
        font-size: 1rem;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 0.41667rem; }
  .category-child-page__filters-toggle {
    display: block;
    border: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .category-child-page__filters-toggle {
        display: none; } }
    .category-child-page__filters-toggle .btn {
      background: #242124;
      border-color: #242124;
      border-radius: 6px;
      padding: 10px; }
      .category-child-page__filters-toggle .btn.--active {
        border-radius: 6px 6px 0 0; }
  .category-child-page__filters {
    width: 100%;
    padding: 1.25rem;
    border-radius: 0 0 6px 6px;
    background-color: #242124;
    display: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .category-child-page__filters {
        border-radius: 16px;
        background-color: #F0F0F0;
        display: block;
        margin-bottom: 20px; } }
    @media (min-width: 991px) {
      .category-child-page__filters {
        width: 25%;
        margin-bottom: 0; } }
    .category-child-page__filters__title {
      color: #242124;
      font-size: 40px;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      display: none; }
      @media (min-width: 768px) {
        .category-child-page__filters__title {
          display: block; } }
    @media (max-width: 768px) {
      .category-child-page__filters .i3-attribute-group:last-child .i3-attribute-group-toggle {
        border-bottom: 0;
        padding-bottom: 0; } }
    .category-child-page__filters .i3-attribute-group .i3-attribute-group-toggle {
      color: #FFF;
      font-size: 0.91667rem;
      font-weight: 400;
      line-height: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0.83333rem 0.33333rem;
      border-bottom: 1px solid rgba(99, 99, 99, 0.8); }
      @media (min-width: 768px) {
        .category-child-page__filters .i3-attribute-group .i3-attribute-group-toggle {
          color: #242124; } }
      .category-child-page__filters .i3-attribute-group .i3-attribute-group-toggle i {
        font-size: 0.41667rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .category-child-page__filters .i3-attribute-group .i3-attribute-group-toggle.open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .category-child-page__filters .i3-attribute-group .i3-attribute-options {
      padding: 0.41667rem 0.33333rem;
      max-height: 20.83333rem;
      overflow-y: auto; }
      .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option {
        display: block;
        margin-bottom: 0.41667rem;
        cursor: pointer; }
        .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option:last-child {
          margin-bottom: 0; }
        .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option input[type="checkbox"] {
          display: none; }
          .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option input[type="checkbox"]:checked + span:before {
            background-color: #FD6513;
            color: #fff; }
        .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option span {
          color: #FFF;
          font-size: 0.83333rem;
          font-weight: 400;
          line-height: normal;
          letter-spacing: 0.4px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left; }
          @media (min-width: 768px) {
            .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option span {
              color: rgba(36, 33, 36, 0.8); } }
          .category-child-page__filters .i3-attribute-group .i3-attribute-options .i3-attribute-option span:before {
            content: '\e914';
            width: 0.83333rem;
            height: 0.83333rem;
            display: inline-block;
            border-radius: 4px;
            border: 1px solid rgba(99, 99, 99, 0.4);
            background-color: #FFF;
            margin-right: 0.625rem;
            font-family: 'default';
            color: transparent;
            font-size: 0.41667rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 1px; }
  .category-child-page__table {
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .category-child-page__table {
        display: block;
        width: 100%;
        margin-top: 20px; } }
    @media (min-width: 991px) {
      .category-child-page__table {
        width: 72.6%; } }
    .category-child-page__table .product-measurement-table {
      width: 100%; }
      .category-child-page__table .product-measurement-table thead {
        background: #242124; }
        @media (max-width: 767px) {
          .category-child-page__table .product-measurement-table thead {
            display: block;
            width: 100%; } }
        @media (max-width: 767px) {
          .category-child-page__table .product-measurement-table thead tr {
            display: block;
            width: 100%; } }
        .category-child-page__table .product-measurement-table thead tr th {
          color: #F0F0F0;
          font-size: 0.83333rem;
          font-weight: 350;
          line-height: normal;
          letter-spacing: 0.48px;
          padding: 0.75rem 0.625rem;
          text-align: center; }
          .category-child-page__table .product-measurement-table thead tr th:first-child {
            border-radius: 12px 0 0 0;
            text-align: left;
            padding-left: 1.25rem; }
          .category-child-page__table .product-measurement-table thead tr th:last-child {
            border-radius: 0 12px 0 0;
            padding-right: 1.25rem; }
          .category-child-page__table .product-measurement-table thead tr th.quantity {
            width: 14%; }
          .category-child-page__table .product-measurement-table thead tr th.amount {
            width: 11%; }
          .category-child-page__table .product-measurement-table thead tr th.action {
            width: 17%; }
          @media (max-width: 767px) {
            .category-child-page__table .product-measurement-table thead tr th.product, .category-child-page__table .product-measurement-table thead tr th.amount, .category-child-page__table .product-measurement-table thead tr th.quantity, .category-child-page__table .product-measurement-table thead tr th.option, .category-child-page__table .product-measurement-table thead tr th.action {
              display: none; } }
      @media (max-width: 767px) {
        .category-child-page__table .product-measurement-table tbody {
          display: block;
          width: 100%; } }
      .category-child-page__table .product-measurement-table tbody tr {
        background: #F0F0F0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .category-child-page__table .product-measurement-table tbody tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            width: 100%;
            margin-bottom: 2px; } }
        .category-child-page__table .product-measurement-table tbody tr td, .category-child-page__table .product-measurement-table tbody tr th {
          border: 0;
          border-bottom: 2px solid #fff;
          padding: 0.75rem 0.625rem;
          text-align: center; }
          .category-child-page__table .product-measurement-table tbody tr td:first-child, .category-child-page__table .product-measurement-table tbody tr th:first-child {
            text-align: left;
            padding-left: 1.04167rem; }
          .category-child-page__table .product-measurement-table tbody tr td .product-name, .category-child-page__table .product-measurement-table tbody tr th .product-name {
            color: #242124;
            font-size: 0.83333rem;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.4px; }
            .category-child-page__table .product-measurement-table tbody tr td .product-name a, .category-child-page__table .product-measurement-table tbody tr th .product-name a {
              color: #242124; }
          .category-child-page__table .product-measurement-table tbody tr td .amount, .category-child-page__table .product-measurement-table tbody tr th .amount {
            text-align: center;
            color: #242124;
            font-size: 0.83333rem;
            font-weight: bold;
            line-height: normal;
            letter-spacing: -0.4px; }
            @media (min-width: 767px) {
              .category-child-page__table .product-measurement-table tbody tr td .amount.cfp, .category-child-page__table .product-measurement-table tbody tr th .amount.cfp {
                font-size: 0.58333rem;
                line-height: 1; } }
          .category-child-page__table .product-measurement-table tbody tr td .quantity, .category-child-page__table .product-measurement-table tbody tr th .quantity {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .category-child-page__table .product-measurement-table tbody tr td .quantity .w-inc-dec, .category-child-page__table .product-measurement-table tbody tr th .quantity .w-inc-dec {
              width: 4.58333rem; }
              .category-child-page__table .product-measurement-table tbody tr td .quantity .w-inc-dec .w-inc-dec__box span, .category-child-page__table .product-measurement-table tbody tr th .quantity .w-inc-dec .w-inc-dec__box span {
                height: 1.45833rem;
                width: 1.25rem; }
              .category-child-page__table .product-measurement-table tbody tr td .quantity .w-inc-dec .w-inc-dec__box input, .category-child-page__table .product-measurement-table tbody tr th .quantity .w-inc-dec .w-inc-dec__box input {
                height: 1.45833rem;
                width: 2.08333rem;
                padding-left: 0 !important;
                overflow: visible !important; }
          .category-child-page__table .product-measurement-table tbody tr td .measure-field input, .category-child-page__table .product-measurement-table tbody tr th .measure-field input {
            width: 4.16667rem;
            text-align: center;
            border-radius: 7.431px !important;
            border: 1.449px solid #636363;
            background: #FFF;
            padding: 0.16667rem 0.41667rem 0.125rem 0.41667rem;
            color: #242124;
            font-size: 0.75rem;
            font-weight: 400;
            line-height: normal; }
          .category-child-page__table .product-measurement-table tbody tr td .actions, .category-child-page__table .product-measurement-table tbody tr th .actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 5px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            @media (min-width: 767px) {
              .category-child-page__table .product-measurement-table tbody tr td .actions, .category-child-page__table .product-measurement-table tbody tr th .actions {
                -ms-flex-flow: wrap;
                flex-flow: wrap; } }
          @media (max-width: 767px) {
            .category-child-page__table .product-measurement-table tbody tr td, .category-child-page__table .product-measurement-table tbody tr th {
              border: 0;
              width: 100%; }
              .category-child-page__table .product-measurement-table tbody tr td.product-name, .category-child-page__table .product-measurement-table tbody tr th.product-name {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                position: relative;
                padding-right: 30px; }
                .category-child-page__table .product-measurement-table tbody tr td.product-name:before, .category-child-page__table .product-measurement-table tbody tr th.product-name:before {
                  content: '\e907';
                  position: absolute;
                  width: 0.83333rem;
                  height: 0.83333rem;
                  top: 0;
                  bottom: 0;
                  right: 0.625rem;
                  margin: auto;
                  font-family: 'default';
                  color: #636363;
                  font-size: 0.41667rem;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
              .category-child-page__table .product-measurement-table tbody tr td.quantity, .category-child-page__table .product-measurement-table tbody tr th.quantity {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
                padding-top: 0.41667rem;
                padding-bottom: 0.41667rem; }
                .category-child-page__table .product-measurement-table tbody tr td.quantity .w-inc-dec, .category-child-page__table .product-measurement-table tbody tr th.quantity .w-inc-dec {
                  width: 100%; }
                  .category-child-page__table .product-measurement-table tbody tr td.quantity .w-inc-dec__box, .category-child-page__table .product-measurement-table tbody tr th.quantity .w-inc-dec__box {
                    height: 2.08333rem; }
              .category-child-page__table .product-measurement-table tbody tr td.option, .category-child-page__table .product-measurement-table tbody tr th.option {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                width: 50%;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                text-align: left;
                position: relative;
                padding-top: 0.41667rem;
                padding-bottom: 0.41667rem; }
                .category-child-page__table .product-measurement-table tbody tr td.option:before, .category-child-page__table .product-measurement-table tbody tr th.option:before {
                  content: attr(data-label);
                  -webkit-box-flex: 1;
                  -ms-flex: 1;
                  flex: 1;
                  font-size: 12px;
                  margin-bottom: 6px;
                  display: block;
                  font-weight: 400; }
                .category-child-page__table .product-measurement-table tbody tr td.option .measure-field input, .category-child-page__table .product-measurement-table tbody tr th.option .measure-field input {
                  width: 100%;
                  height: 2.08333rem; }
              .category-child-page__table .product-measurement-table tbody tr td.amount, .category-child-page__table .product-measurement-table tbody tr th.amount {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
                padding-top: 0.41667rem;
                padding-bottom: 0; }
              .category-child-page__table .product-measurement-table tbody tr td.product-actions, .category-child-page__table .product-measurement-table tbody tr th.product-actions {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5; }
                .category-child-page__table .product-measurement-table tbody tr td.product-actions .btn, .category-child-page__table .product-measurement-table tbody tr th.product-actions .btn {
                  height: 2.08333rem;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex; } }
        .category-child-page__table .product-measurement-table tbody tr:nth-child(even) {
          background: rgba(240, 240, 240, 0.5); }
        .category-child-page__table .product-measurement-table tbody tr:hover {
          background: rgba(254, 198, 161, 0.5); }
    .category-child-page__table .i3-bulk-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right;
      margin-top: 1.66667rem; }
      @media (max-width: 767px) {
        .category-child-page__table .i3-bulk-footer {
          display: none; } }
      .category-child-page__table .i3-bulk-footer strong {
        width: 100%;
        display: block;
        text-align: right;
        color: #242124;
        font-size: 0.83333rem;
        font-weight: 400;
        line-height: 1.3;
        /* 26px */
        margin-bottom: 1.25rem; }
        .category-child-page__table .i3-bulk-footer strong span {
          color: #242124;
          font-size: 1.66667rem;
          font-weight: bold;
          line-height: 1.1;
          margin-left: 0.41667rem; }
  .category-child-page__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px; }
    .category-child-page__search input {
      min-width: 13.41667rem;
      text-align: left;
      padding: 0.5rem 0.70833rem;
      color: #242124;
      font-size: 0.69671rem;
      font-weight: 400;
      line-height: normal;
      border-radius: 7.431px;
      border: 1.449px solid #636363;
      background-color: #F0F0F0; }
      .category-child-page__search input::-webkit-input-placeholder {
        color: #242124;
        font-size: 0.69671rem;
        font-weight: 400; }
      .category-child-page__search input:-ms-input-placeholder {
        color: #242124;
        font-size: 0.69671rem;
        font-weight: 400; }
      .category-child-page__search input::-ms-input-placeholder {
        color: #242124;
        font-size: 0.69671rem;
        font-weight: 400; }
      .category-child-page__search input::placeholder {
        color: #242124;
        font-size: 0.69671rem;
        font-weight: 400; }
    .category-child-page__search a {
      font-size: 1.04167rem;
      padding: 0.5rem;
      margin-left: 0.375rem; }
  .category-child-page__bottom-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2%; }
  .category-child-page__box {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 991px) {
      .category-child-page__box {
        width: 25.5%;
        margin-bottom: 0; } }
  .category-child-page__builder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .category-child-page__builder .container {
      padding: 0; }
    .category-child-page__builder .so-widget-so-text-editor-widget h2 {
      font-size: 36px; }
      @media (min-width: 767px) {
        .category-child-page__builder .so-widget-so-text-editor-widget h2 {
          font-size: 2.5rem; } }
  .category-child-page__category-description {
    margin-bottom: 2.70833rem; }
    .category-child-page__category-description h2 {
      font-size: 36px; }
      @media (min-width: 767px) {
        .category-child-page__category-description h2 {
          font-size: 2.5rem; } }
  .category-child-page .i3-bulk-footer-sticky {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 1.04167rem 0;
    border-radius: 20px 20px 0px 0px;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%);
    z-index: 5;
    max-width: calc(100% - 20px); }
    @media (max-width: 767px) {
      .category-child-page .i3-bulk-footer-sticky {
        display: none; } }
    @media (min-width: 767px) {
      .category-child-page .i3-bulk-footer-sticky {
        max-width: calc(100% - 1.667rem); } }
    .category-child-page .i3-bulk-footer-sticky .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .category-child-page .i3-bulk-footer-sticky .container strong {
        color: #FFF;
        font-size: 0.83333rem;
        font-weight: 400;
        line-height: 1.3;
        margin-right: 1.66667rem;
        display: block; }
        @media (max-width: 767px) {
          .category-child-page .i3-bulk-footer-sticky .container strong {
            margin-bottom: 20px; } }
        .category-child-page .i3-bulk-footer-sticky .container strong span {
          color: #FFF;
          font-size: 1.66667rem;
          font-weight: bold;
          line-height: 1.1;
          margin-left: 0.41667rem; }
  .category-child-page.category-template .category-child-page__filters {
    padding: 0; }
  .category-child-page__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .category-child-page__bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px; } }
  .category-child-page__loader {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 12px; }
  .category-child-page__content-block {
    border-radius: 20px;
    background: #FFF;
    padding: 2.08333rem 0;
    margin-bottom: 0.83333rem; }

.page-news {
  padding: 2.08333rem 0;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 0.83333rem; }
  .page-news__category-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.08333rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .page-news__category-filters__title {
      color: #242124;
      font-size: 1.5rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.36px;
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 767px) {
        .page-news__category-filters__title {
          margin-bottom: 0;
          margin-right: 1.25rem;
          width: auto; } }
    .page-news__category-filters ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.41667rem; }
      .page-news__category-filters ul li .category-button {
        color: #242124;
        font-size: 0.91667rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.44px;
        padding: 0.16667rem 0.91667rem;
        border-radius: 8px;
        border: 1.449px solid rgba(240, 240, 240, 0.1);
        background: #F0F0F0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border: 1px solid transparent; }
        .page-news__category-filters ul li .category-button:hover, .page-news__category-filters ul li .category-button.active {
          background: #242124;
          color: #fff;
          border-color: #FD6513; }
  .page-news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 40px 2.4%;
    margin-bottom: 2.08333rem; }
    .page-news__grid .box-news {
      width: 100%; }
      @media (min-width: 767px) {
        .page-news__grid .box-news {
          width: 48.8%; } }
      @media (min-width: 991px) {
        .page-news__grid .box-news {
          width: 31.7%; } }

.pf {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
  background: -o-linear-gradient(left, #242124 0%, #131313 100%);
  background: linear-gradient(90deg, #242124 0%, #131313 100%);
  padding: 3.33333rem 0; }
  .pf__top-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 1%; }
    @media (min-width: 1023px) {
      .pf__top-grid {
        gap: 5%; } }
    .pf__top-grid__item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
  .pf__logo {
    text-align: center; }
    .pf__logo a img {
      height: 4.29167rem;
      margin-bottom: 1.5rem; }
    .pf__logo p {
      color: #F0F0F0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      max-width: 33.70833rem;
      width: 100%; }
      @media (min-width: 1023px) {
        .pf__logo p {
          font-size: 0.83333rem; } }
  .pf__menu {
    margin-top: 20px; }
    @media (min-width: 767px) {
      .pf__menu {
        margin-top: 1.5rem; } }
    .pf__menu__title {
      color: #F0F0F0;
      font-family: "elza-condensed", sans-serif;
      font-size: 1.66667rem;
      font-weight: bold;
      line-height: 0.95;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .pf__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-column-gap: 1.66667rem;
      column-gap: 1.66667rem;
      row-gap: 0.5rem; }
      .pf__menu ul li {
        margin: 0;
        margin-bottom: 0.20833rem; }
        .pf__menu ul li a {
          color: #F0F0F0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.3;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 1023px) {
            .pf__menu ul li a {
              font-size: 0.83333rem; } }
          .pf__menu ul li a:hover {
            color: #FD6513; }
  .pf__contact {
    margin-top: 20px; }
    @media (min-width: 767px) {
      .pf__contact {
        margin-top: 3.16667rem; } }
    .pf__contact p {
      color: #F0F0F0;
      font-family: Synthese;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 1.25rem; }
      @media (min-width: 1023px) {
        .pf__contact p {
          font-size: 0.83333rem; } }
    .pf__contact ul {
      margin: 0;
      list-style: none; }
      .pf__contact ul li {
        opacity: 0.9;
        color: #F0F0F0;
        font-family: Synthese;
        font-size: 0.83333rem;
        font-weight: 400;
        line-height: 1.3; }
        .pf__contact ul li span {
          color: rgba(240, 240, 240, 0.6);
          font-family: Synthese;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.3;
          margin-right: 0.20833rem; }
          @media (min-width: 1023px) {
            .pf__contact ul li span {
              font-size: 0.83333rem; } }
  .pf__bottom {
    margin-top: 1.66667rem;
    padding-top: 1.66667rem;
    border-top: 2px solid rgba(254, 246, 225, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 1023px) {
      .pf__bottom {
        gap: 10px; } }
    .pf__bottom p {
      color: #F0F0F0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3; }
      @media (min-width: 1023px) {
        .pf__bottom p {
          font-size: 0.83333rem; } }
      .pf__bottom p a {
        color: #F0F0F0; }
        .pf__bottom p a:hover {
          color: #FD6513; }
    .pf__bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 0; }
      .pf__bottom ul li a {
        color: #F0F0F0;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.3;
        padding: 0 0.41667rem;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1023px) {
          .pf__bottom ul li a {
            font-size: 0.83333rem; } }
        .pf__bottom ul li a:after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          height: 0.95833rem;
          width: 2px;
          background-color: rgba(254, 246, 225, 0.3);
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .pf__bottom ul li a:hover {
          color: #FD6513; }
      .pf__bottom ul li:last-child a:after {
        display: none; }
    .pf__bottom > div {
      width: 100%; }
      @media (max-width: 1023px) {
        .pf__bottom > div {
          text-align: center; } }
      @media (min-width: 1023px) {
        .pf__bottom > div {
          width: 33.33%; } }
    .pf__bottom__copyright ul {
      margin: 0;
      list-style: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px; }
      @media (min-width: 1023px) {
        .pf__bottom__copyright ul {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .pf__bottom__copyright ul li {
        opacity: 0.9;
        color: #F0F0F0;
        font-family: Synthese;
        font-size: 0.83333rem;
        font-weight: 400;
        line-height: 1.3; }
        .pf__bottom__copyright ul li span {
          color: rgba(240, 240, 240, 0.6);
          font-family: Synthese;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.3;
          margin-right: 0.20833rem; }
          @media (min-width: 1023px) {
            .pf__bottom__copyright ul li span {
              font-size: 0.83333rem; } }
    .pf__bottom__copyright p {
      margin-bottom: 0.41667rem; }
  .pf__trust-pilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .pf__trust-pilot {
        display: none; } }
    .pf__trust-pilot p {
      color: #F0F0F0;
      font-size: 0.66667rem;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .pf__trust-pilot img {
      max-width: 100px;
      border-radius: 0;
      -webkit-filter: invert(100%) sepia(7%) saturate(199%) hue-rotate(139deg) brightness(115%) contrast(100%);
      filter: invert(100%) sepia(7%) saturate(199%) hue-rotate(139deg) brightness(115%) contrast(100%); }
    .pf__trust-pilot a {
      color: #FFF;
      font-size: 0.70833rem;
      font-weight: 400;
      line-height: normal;
      background-color: #00B67A;
      padding: 0.41667rem;
      border-radius: 10px;
      margin-left: 0.83333rem; }
  .pf__website-by {
    text-align: right; }

.ph__top {
  margin-bottom: 0.625rem; }
  .ph__top__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ph__top__grid__item p {
      color: #242124;
      font-size: 0;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 991px) {
        .ph__top__grid__item p {
          font-size: 0.75rem; } }
      .ph__top__grid__item p a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #242124;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        position: relative;
        top: 2px; }
        @media (min-width: 991px) {
          .ph__top__grid__item p a {
            font-size: 0.75rem; } }
        .ph__top__grid__item p a:hover {
          color: #FD6513; }
        .ph__top__grid__item p a i {
          font-size: 14px;
          color: #FD6513;
          margin-right: 0.20833rem;
          position: relative; }
          @media (min-width: 991px) {
            .ph__top__grid__item p a i {
              font-size: 0.875rem; } }
    .ph__top__grid__item ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      margin: 0;
      gap: 1.25rem; }
      .ph__top__grid__item ul li a {
        color: #242124;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 991px) {
          .ph__top__grid__item ul li a {
            font-size: 0.75rem; } }
        .ph__top__grid__item ul li a:hover {
          color: #FD6513; }
        .ph__top__grid__item ul li a i {
          font-size: 14px;
          color: #FD6513;
          margin-right: 0.41667rem; }
          @media (min-width: 991px) {
            .ph__top__grid__item ul li a i {
              font-size: 0.83333rem; } }
      @media (max-width: 991px) {
        .ph__top__grid__item ul li:last-child {
          display: none; } }
  .ph__top__trust-pilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .ph__top__trust-pilot {
        display: none; } }
    .ph__top__trust-pilot p {
      color: #242124;
      font-size: 0.66667rem;
      font-weight: 400;
      line-height: normal;
      margin: 0; }
    .ph__top__trust-pilot img {
      max-width: 100px;
      border-radius: 0; }
    .ph__top__trust-pilot a {
      color: #FFF;
      font-size: 0.70833rem;
      font-weight: 400;
      line-height: normal;
      background-color: #00B67A;
      padding: 0.41667rem;
      border-radius: 10px;
      margin-left: 0.83333rem; }

.ph__bottom {
  position: absolute;
  top: 2.91667rem;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.91667rem 0.20833rem;
  background-color: #242124;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
  background: -o-linear-gradient(left, #242124 0%, #131313 100%);
  background: linear-gradient(90deg, #242124 0%, #131313 100%);
  max-width: calc(100% - 20px);
  left: 10px;
  right: 10px; }
  body.admin-bar .ph__bottom {
    top: 5.625rem; }
    @media (min-width: 991px) {
      body.admin-bar .ph__bottom {
        top: 5.20833rem; } }
    @media (min-width: 1199px) {
      body.admin-bar .ph__bottom {
        top: 4.79167rem; } }
  @media (min-width: 767px) {
    .ph__bottom {
      max-width: calc(100% - 1.667rem);
      left: 0.83333rem;
      right: 0.83333rem; } }
  @media (min-width: 991px) {
    .ph__bottom {
      border-radius: 20px;
      top: 3.33333rem; } }
  @media (min-width: 1199px) {
    .ph__bottom {
      padding: 0.91667rem 0.625rem; } }
  .ph__bottom > .container {
    position: static; }
  .ph__bottom__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .ph__bottom__grid > * {
        width: 20%; } }
    .ph__bottom__grid__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  body.--menu-active .ph__bottom {
    border-radius: 20px 20px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%); }
  .ph__bottom__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%);
    border-radius: 0 0 8px 8px;
    visibility: hidden;
    opacity: 0;
    height: auto; }
    @media (min-width: 991px) {
      .ph__bottom__search {
        display: none; } }
    .ph__bottom__search .ph__search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .ph__bottom__search.--open-search {
      bottom: -35px;
      visibility: visible;
      opacity: 1; }
    .ph__bottom__search input {
      border-radius: 7.431px;
      background: #F0F0F0;
      color: #242124;
      font-size: 0.66667rem;
      width: 100%;
      outline: 0;
      padding: 0.54167rem 1.125rem 0.54167rem 0.75rem;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      -webkit-appearance: none;
      border: 0;
      min-width: 8.33333rem; }
      @media (min-width: 1400px) {
        .ph__bottom__search input {
          min-width: 11.54167rem; } }
      .ph__bottom__search input::-webkit-input-placeholder {
        color: #242124;
        font-size: 0.66667rem; }
      .ph__bottom__search input:-ms-input-placeholder {
        color: #242124;
        font-size: 0.66667rem; }
      .ph__bottom__search input::-ms-input-placeholder {
        color: #242124;
        font-size: 0.66667rem; }
      .ph__bottom__search input::placeholder {
        color: #242124;
        font-size: 0.66667rem; }
    .ph__bottom__search .btn {
      font-size: 1.04167rem;
      padding: 0.5rem;
      margin-left: 0.375rem;
      width: auto;
      display: inline-block; }

@media (min-width: 991px) {
  .ph__logo {
    margin-right: 1.04167rem; } }

@media (min-width: 1400px) {
  .ph__logo {
    margin-right: 1.875rem; } }

.ph__logo img {
  display: block;
  height: 3.16667rem;
  border-radius: 0; }

@media (max-width: 991px) {
  .ph__nav {
    display: none; } }

.ph__nav > ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ph__nav > ul > li {
    margin-right: 0.625rem; }
    @media (min-width: 1199px) {
      .ph__nav > ul > li {
        margin-right: 1.25rem; } }
    @media (min-width: 1640px) {
      .ph__nav > ul > li {
        margin-right: 2.08333rem; } }
    .ph__nav > ul > li > a {
      color: #F0F0F0;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.4px;
      padding: 1.875rem 0; }
      @media (min-width: 1640px) {
        .ph__nav > ul > li > a {
          font-size: 0.83333rem; } }
      .ph__nav > ul > li > a:hover {
        color: #FD6513; }
    .ph__nav > ul > li.menu-item-has-mega-menu a:after, .ph__nav > ul > li.menu-item-has-children a:after {
      content: '\e909';
      font-family: 'default';
      color: #FD6513;
      font-size: 0.375rem;
      margin-left: 0.33333rem; }
    .ph__nav > ul > li.menu-item-has-mega-menu > ul, .ph__nav > ul > li.menu-item-has-children > ul {
      display: none; }
    .ph__nav > ul > li.menu-item-has-children {
      position: relative; }
      .ph__nav > ul > li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1; }
      .ph__nav > ul > li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 2.08333rem;
        z-index: 1;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
        opacity: 0; }
        .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          border-radius: 12px;
          border: 2px solid rgba(99, 99, 99, 0.2);
          background: #242124;
          padding: 0.66667rem;
          position: relative; }
          .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul:before {
            content: '';
            width: 0.54167rem;
            height: 0.54167rem;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            -ms-flex-negative: 0;
            flex-shrink: 0;
            border-bottom: 2px solid rgba(99, 99, 99, 0.2);
            border-left: 2px solid rgba(99, 99, 99, 0.2);
            background: #242124;
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            margin: 0 auto; }
          .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul li a {
            color: #FFF;
            font-size: 0.66667rem;
            font-weight: 350;
            line-height: normal;
            padding: 0.29167rem 0.41667rem;
            display: block;
            border-bottom: 1px solid #636363;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative;
            background: -webkit-gradient(linear, left top, right top, from(#242124), to(#242124));
            background: -webkit-linear-gradient(left, #242124 0%, #242124 100%);
            background: -o-linear-gradient(left, #242124 0%, #242124 100%);
            background: linear-gradient(90deg, #242124 0%, #242124 100%);
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul li a:before {
              content: '';
              position: absolute;
              inset: 0;
              z-index: -1;
              opacity: 0;
              -webkit-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease;
              background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #FFF;
              background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #FFF;
              background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #FFF;
              background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #FFF; }
            .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul li a:after {
              content: '\e908';
              color: #fff; }
            .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul li a:hover {
              border-color: transparent; }
              .ph__nav > ul > li.menu-item-has-children .sub-menu .sub-menu__container .sub-menu__content ul li a:hover:before {
                opacity: 1; }
    .ph__nav > ul > li:last-child {
      margin-right: 0; }

.ph__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 991px) {
    .ph__cta .i3-toggle {
      display: none; } }
  .ph__cta .i3-toggle i {
    font-size: 25px;
    color: #fff;
    cursor: pointer; }

.ph__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .ph__search {
      display: none; } }
  .ph__search input {
    border-radius: 7.431px;
    background: #F0F0F0;
    color: #242124;
    font-size: 0.66667rem;
    width: 100%;
    outline: 0;
    padding: 0.54167rem 1.125rem 0.54167rem 0.75rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-appearance: none;
    border: 0;
    min-width: 8.33333rem; }
    @media (min-width: 1400px) {
      .ph__search input {
        min-width: 11.54167rem; } }
    .ph__search input::-webkit-input-placeholder {
      color: #242124;
      font-size: 0.66667rem; }
    .ph__search input:-ms-input-placeholder {
      color: #242124;
      font-size: 0.66667rem; }
    .ph__search input::-ms-input-placeholder {
      color: #242124;
      font-size: 0.66667rem; }
    .ph__search input::placeholder {
      color: #242124;
      font-size: 0.66667rem; }
  .ph__search .btn {
    font-size: 1.04167rem;
    padding: 0.5rem;
    margin-left: 0.375rem; }

@media (min-width: 991px) {
  .ph__toggle {
    display: none; } }

.ph__toggle i {
  font-size: 26px;
  color: #fff; }
  @media (max-width: 1023px) {
    body.\--show-mobile-menu .ph__toggle i:before {
      content: '\e90f'; } }

.ph__cart {
  position: relative;
  margin-left: 15px; }
  @media (min-width: 991px) {
    .ph__cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0.375rem 1.375rem 0.375rem 0.5rem;
      border-radius: 7.431px;
      border: 1.449px solid rgba(255, 255, 255, 0.1);
      background: #242124;
      margin-left: 0.625rem; } }
  @media (min-width: 1199px) {
    .ph__cart {
      margin-left: 1.04167rem; } }
  .ph__cart__total {
    color: #F0F0F0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    margin-right: 0.58333rem; }
    @media (max-width: 991px) {
      .ph__cart__total {
        display: none; } }
  .ph__cart i {
    color: #F0F0F0;
    font-size: 25px; }
    @media (min-width: 991px) {
      .ph__cart i {
        font-size: 1.20833rem; } }
  .ph__cart__count {
    width: auto;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 9px;
    font-weight: bold;
    color: #FEF6E1;
    position: absolute;
    right: -12px;
    top: -10px;
    background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #F47722;
    background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #F47722;
    background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #F47722;
    background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #F47722;
    padding: 2px 5px; }
    @media (min-width: 991px) {
      .ph__cart__count {
        right: 12px;
        top: 9px;
        height: 0.70833rem; } }

.ph__mega-menu {
  position: static;
  left: 0;
  right: 0;
  width: 100%;
  top: 5rem;
  display: none;
  border-radius: 0px 0px 20px 20px;
  border-top: 1.2px solid #636363;
  z-index: 10;
  background-color: transparent; }
  @media (min-width: 991px) {
    .ph__mega-menu {
      padding: 1.08333rem 0 1.25rem;
      position: absolute;
      background: #242124; } }
  @media (max-width: 991px) {
    .ph__mega-menu .container {
      padding: 0; } }

.ph.\--style-fixed .ph__bottom {
  top: -50%; }

.ph.\--style-fixed.--show .ph__bottom {
  position: fixed;
  top: 20px; }

.pm {
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
  background: -o-linear-gradient(left, #242124 0%, #131313 100%);
  background: linear-gradient(90deg, #242124 0%, #131313 100%);
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
  overflow: hidden;
  width: 100%;
  z-index: 999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }
  body.\--show-mobile-menu .pm {
    visibility: visible;
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__grid {
    height: 80%;
    padding: 50px 22px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto; }
  .pm__menu {
    margin-bottom: 20px;
    border-top: 1px solid #636363; }
    .pm__menu > ul {
      margin: 0; }
      .pm__menu > ul > li {
        border-bottom: 1px solid #636363; }
        .pm__menu > ul > li > a {
          display: inline-block;
          padding: 18px 0;
          color: #fff;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #F0F0F0;
          font-family: "elza-condensed", sans-serif;
          font-size: 32px;
          font-weight: 900;
          line-height: 0.95;
          letter-spacing: 0.32px;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .pm__menu > ul > li.current-menu-item a {
          text-decoration: underline; }
        .pm__menu > ul > li.menu-item-has-children > a:after, .pm__menu > ul > li.menu-item-has-mega-menu > a:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'default' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: top;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e907";
          font-size: 12px;
          position: relative;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .pm__menu > ul > li.active > a:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        .pm__menu > ul > li.active .sub-menu {
          display: block; }
    .pm__menu .sub-menu {
      display: none;
      list-style: none; }
      .pm__menu .sub-menu li {
        border-bottom: 1px solid #636363; }
        .pm__menu .sub-menu li a {
          padding: 10px 10px;
          display: block;
          color: #E0E0E0;
          font-size: 18px;
          font-style: normal;
          font-weight: 300;
          line-height: normal; }
        .pm__menu .sub-menu li:last-child {
          border-bottom: 0; }
  .pm__cta a {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    padding: 14px 5px; }
  .pm__copyright {
    text-align: center;
    margin-bottom: 30px; }
    .pm__copyright a {
      color: #fff; }
  .pm__cart {
    position: relative;
    border-radius: 8px;
    background: #FD6513;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 1.44444rem 10px;
    gap: 8px;
    font-family: "elza-condensed", sans-serif; }
    .pm__cart__count {
      position: absolute;
      top: -8px;
      right: -8px;
      border-radius: 50%;
      text-transform: uppercase;
      font-size: 14px;
      line-height: normal;
      width: 1.22222rem;
      height: 1.22222rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .pm__cart:hover {
      color: #FFF; }
    .pm__cart i {
      position: relative;
      top: -3px; }
    .pm__cart + .ph__cart {
      width: 100%;
      padding: 14px 1.44444rem 10px;
      height: unset; }
      .pm__cart + .ph__cart i {
        top: -3px !important; }
      .pm__cart + .ph__cart span:not(.ph__cart__count) {
        display: block; }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@media (min-width: 1100px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.layout__toggle {
  background-color: #f8f8f8;
  display: block;
  border: 1px solid #f8f8f8;
  padding: 14px 12px;
  font-size: 0.94444rem;
  letter-spacing: -0.01em;
  color: #606060;
  margin-bottom: 1.11111rem; }
  @media (min-width: 1100px) {
    .layout__toggle {
      display: none; } }
  .layout__toggle .icon {
    margin-top: 2px;
    float: right;
    font-size: 0.66667rem;
    color: #024930; }
  .layout__toggle.\--active .icon:before {
    content: "\e908"; }

@media (min-width: 1100px) {
  .layout__content {
    width: 73.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }

.layout__content__header {
  border: 1px solid #D7D7D7;
  padding: 15px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .layout__content__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px 20px; } }

.layout__content__result p {
  font-size: 0.94444rem;
  color: #282828;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .layout__content__result {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .layout__content__sort {
    min-width: 330px; } }

.layout__content__sort .control-select {
  padding: 15px 20px  !important;
  background: #F8F8F8;
  border-color: #F8F8F8  !important;
  font-size: 0.88889rem;
  letter-spacing: -0.01em;
  color: #282828; }

.layout__aside {
  display: none; }
  @media (min-width: 1100px) {
    .layout__aside {
      width: 23.5%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block !important; } }
  .layout__aside__widget {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    padding: 1.11111rem 1.11111rem;
    margin-bottom: 10px; }
    .layout__aside__widget__title {
      font-family: "synthese", sans-serif;
      font-size: 0.88889rem;
      font-weight: bold;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #FD6513 !important;
      border-bottom: 7px solid #EAEAEA;
      padding-bottom: 0.83333rem;
      margin-bottom: 0.83333rem; }
    .layout__aside__widget__list {
      margin-bottom: 0; }

.w-social-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.66667rem; }
  .w-social-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.33333rem;
    height: 2.33333rem;
    border-radius: 50px;
    border: 1.2px solid #636363;
    background: rgba(61, 56, 61, 0.4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .w-social-links li a i {
      font-size: 1.08333rem;
      color: #fff; }
    .w-social-links li a:hover {
      background: #FD6513; }

.w-image {
  position: relative; }
  .w-image img {
    display: block; }
    .w-image img.\--style-full {
      width: 100%; }
  .w-image__bleed {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: none; }
  .w-image.\--style-bleed .w-image__bleed {
    display: block; }

.w-inc-dec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px; }
  .w-inc-dec__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 7.431px;
    border: 1.449px solid #636363;
    background: #FFF; }
    .w-inc-dec__box span {
      width: 2.08333rem;
      height: 2.08333rem;
      padding: 0 0.25rem;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 400px) {
        .w-inc-dec__box span {
          padding: 0px 4px; } }
      .w-inc-dec__box span i {
        font-size: 0.83333rem;
        font-weight: bold;
        line-height: normal;
        color: #242124;
        vertical-align: revert; }
    .w-inc-dec__box input {
      border: 0 !important;
      background: transparent;
      height: 2.08333rem;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      width: 2.08333rem;
      color: #242124;
      font-size: 0.70833rem;
      padding: 0 !important;
      text-align: center; }
      @media (max-width: 400px) {
        .w-inc-dec__box input {
          width: 1.875rem; } }
  .w-inc-dec[disabled] *, .w-inc-dec[disabled] {
    cursor: not-allowed !important; }
    .w-inc-dec[disabled] * .w-inc-dec__box, .w-inc-dec[disabled] .w-inc-dec__box {
      opacity: 0.5; }

.w-page-header {
  margin-bottom: 0.83333rem; }
  .w-page-header__content {
    padding: 50px 0;
    background-color: #FD6513;
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    @media (min-width: 1199px) {
      .w-page-header__content {
        padding: 3.75rem 0; } }
    .w-page-header__content .container {
      z-index: 1; }
  .w-page-header__title {
    color: #242124;
    font-size: 3.33333rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.8px;
    text-transform: uppercase; }
  .w-page-header__text p {
    color: #242124;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3; }
  .w-page-header__content-container {
    width: 100%; }
    @media (min-width: 767px) {
      .w-page-header__content-container {
        width: 50%; } }
  .w-page-header__media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: left;
    z-index: 1;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    display: none;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
    .w-page-header__media__overlay {
      width: 60%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), color-stop(#FD6513), to(#FD6513));
      background-image: -webkit-linear-gradient(left, transparent 60%, #FD6513, #FD6513);
      background-image: -o-linear-gradient(left, transparent 60%, #FD6513, #FD6513);
      background-image: linear-gradient(to right, transparent 60%, #FD6513, #FD6513); }
    @media (min-width: 767px) {
      .w-page-header__media {
        display: block; } }
    @media (max-width: 767px) {
      .w-page-header__media:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background: rgba(253, 87, 15, 0.4); } }
  .w-page-header__category {
    color: #242124;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.20833rem;
    display: inline-block; }
  .w-page-header.\--style-small .w-page-header__content {
    padding: 2.91667rem 0; }
  .w-page-header.\--style-small .w-page-header__title {
    margin: 0; }
  .w-page-header.\--style-small .w-page-header__content-container {
    width: 100%; }
  .w-page-header.\--style-small .w-page-header__media {
    background-position: center;
    display: block;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-size: cover; }
    .w-page-header.\--style-small .w-page-header__media .w-page-header__media__overlay {
      display: none; }
  .w-page-header.\--style-blog .w-page-header__content {
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 767px) {
      .w-page-header.\--style-blog .w-page-header__content {
        padding: 4.375rem 0 6.45833rem; } }
  .w-page-header.\--style-blog .w-page-header__content-container {
    margin: 0 auto; }
  .w-page-header.\--style-blog .w-page-header__category {
    color: #FFF;
    font-size: 0.85271rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.20833rem 0.41667rem;
    border-radius: 10.233px;
    border: 1.535px solid #636363;
    background: rgba(36, 33, 36, 0.8);
    margin-bottom: 1.45833rem;
    display: inline-block; }
  .w-page-header.\--style-blog .w-page-header__content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(36, 33, 36, 0.75);
    z-index: 2; }
  .w-page-header.\--style-blog .w-page-header__title {
    color: #fff; }
    @media (max-width: 767px) {
      .w-page-header.\--style-blog .w-page-header__title {
        font-size: 40px; } }
  .w-page-header.\--style-blog .w-page-header__media {
    background-position: center;
    display: block;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-size: cover; }
    .w-page-header.\--style-blog .w-page-header__media .w-page-header__media__overlay {
      display: none; }
  .w-page-header.\--style-blog .w-page-header__content-container {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 1199px) {
      .w-page-header.\--style-blog .w-page-header__content-container {
        width: 60%; } }
  .w-page-header.\--style-blog .container {
    z-index: 2; }

.w-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.41667rem; }
  .w-pagination .pagination-link {
    font-size: 0.91667rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #242124;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.66667rem;
    height: 1.66667rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 200px;
    border: 1.449px solid rgba(240, 240, 240, 0.1);
    background: #F0F0F0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .w-pagination .pagination-link i {
      font-size: 0.75rem; }
    .w-pagination .pagination-link.active {
      background: -webkit-gradient(linear, right top, left top, from(#FD6513), to(#F6771E));
      background: -webkit-linear-gradient(right, #FD6513 0%, #F6771E 100%);
      background: -o-linear-gradient(right, #FD6513 0%, #F6771E 100%);
      background: linear-gradient(270deg, #FD6513 0%, #F6771E 100%);
      color: #fff; }
    .w-pagination .pagination-link:hove {
      background: -webkit-gradient(linear, right top, left top, from(#FD6513), to(#F6771E));
      background: -webkit-linear-gradient(right, #FD6513 0%, #F6771E 100%);
      background: -o-linear-gradient(right, #FD6513 0%, #F6771E 100%);
      background: linear-gradient(270deg, #FD6513 0%, #F6771E 100%);
      color: #fff; }

.w-share {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-share li {
    display: inline-block;
    margin-left: 20px; }
  .w-share i {
    color: #286750;
    font-size: 1.22222rem; }
  .w-share__title {
    font-weight: bold;
    font-size: 0.77778rem;
    letter-spacing: -0.01em;
    color: #FD6513; }
  .w-share .st-custom-button {
    line-height: normal;
    display: block;
    cursor: pointer; }

.w-cart-success {
  position: fixed;
  background: #F6FBFB;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  z-index: 999;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
  text-align: center; }
  @media (min-width: 991px) {
    .w-cart-success {
      bottom: auto;
      left: auto;
      width: 220px;
      top: 180px;
      right: 50px; } }
  .w-cart-success .box-boxed-product__title {
    color: #333;
    min-height: auto;
    margin-bottom: 1rem;
    font-family: "synthese", sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: normal; }
    .w-cart-success .box-boxed-product__title span.product-cart-title {
      color: #20B2AA;
      font-size: 30px;
      font-family: "elza-condensed", sans-serif;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
  .w-cart-success__close {
    background: #20B2AA;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    text-align: center; }
    .w-cart-success__close .icon:before {
      line-height: 30px; }
    @media (min-width: 991px) {
      .w-cart-success__close {
        right: -15px; } }
    .w-cart-success__close:hover {
      color: #fff; }
  .w-cart-success .btn.\--theme-secondary:hover {
    background: #222; }

.w-box {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 6.9%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 767px) {
    .w-box {
      padding: 0.83333rem 0.83333rem 0.83333rem 2.08333rem; } }
  .w-box__content {
    width: 100%; }
    @media (min-width: 767px) {
      .w-box__content {
        width: 56.1%; } }
  .w-box__media {
    width: 100%;
    height: 17.08333rem;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px; }
    @media (min-width: 767px) {
      .w-box__media {
        width: 37%;
        margin-top: 0; } }
  .w-box__title {
    color: #242124;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 1.04167rem; }
  .w-box__text {
    margin-bottom: 1.25rem; }
    .w-box__text p {
      color: #242124;
      font-size: 16px;
      font-style: normal;
      font-weight: 350;
      line-height: 1.3; }
      @media (min-width: 1023px) {
        .w-box__text p {
          font-size: 0.91667rem; } }
      @media (max-width: 767px) {
        .w-box__text p {
          word-break: break-word; } }
    .w-box__text.mb-0 {
      margin-bottom: 0; }
  .w-box.\--text {
    padding: 1.75rem 1.04167rem; }
    .w-box.\--text .w-box__content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      height: 100%; }
    .w-box.\--text .w-box__title {
      color: #242124;
      font-size: 1.875rem;
      font-weight: 900;
      line-height: 0.95;
      text-transform: uppercase;
      margin-bottom: 0.83333rem; }
    .w-box.\--text .w-box__text p {
      color: #242124;
      font-size: 16px;
      font-weight: 350;
      line-height: 1.3; }
      @media (min-width: 1023px) {
        .w-box.\--text .w-box__text p {
          font-size: 0.75rem; } }
    .w-box.\--text .w-box__cta {
      display: block;
      width: 100%;
      text-align: center; }
    .w-box.\--text .w-box__media {
      display: none; }
  .w-box.\--dark {
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #242124;
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #242124;
    background: -o-linear-gradient(left, #242124 0%, #131313 100%), #242124;
    background: linear-gradient(90deg, #242124 0%, #131313 100%), #242124; }
    .w-box.\--dark .w-box__title,
    .w-box.\--dark .w-box__text p {
      color: #ffffff; }
  .w-box.\--light {
    background-color: #F0F0F0; }
  .w-box.\--small {
    padding: 0.83333rem 1.25rem; }
    .w-box.\--small .w-box__title {
      font-size: 1.5rem;
      margin: 0; }
    .w-box.\--small .w-box__media {
      background-size: contain;
      height: 4.16667rem;
      border-radius: 0;
      width: 25%; }
    .w-box.\--small .w-box__content {
      width: 68.1%; }

.w-filter {
  margin-bottom: 1.66667rem; }
  @media (min-width: 767px) {
    .w-filter {
      margin-bottom: 2.66667rem; } }
  @media (max-width: 767px) {
    .w-filter {
      display: none; } }
  @media (min-width: 767px) {
    .w-filter__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -12px; } }
  .w-filter__grid > div:not(:last-child) {
    margin-bottom: 15px; }
  @media (min-width: 767px) {
    .w-filter__grid > div {
      padding-left: 12px;
      margin-bottom: 0px; } }
  .w-filter .control-group__control .control-select {
    width: 100%; }
    @media (min-width: 767px) {
      .w-filter .control-group__control .control-select {
        width: 200px; } }
  .w-filter .control-group__control.\--sort .control-select {
    width: 100%; }
    @media (min-width: 767px) {
      .w-filter .control-group__control.\--sort .control-select {
        width: 360px; } }
  .w-filter.\--style-event {
    margin-bottom: 1.66667rem; }
  .w-filter__total__title {
    color: #242124;
    letter-spacing: -0.68px; }
    .w-filter__total__title sup {
      color: #FD6513;
      top: -0.4em; }

.w-products__grid > div {
  padding-bottom: 1.66667rem;
  width: 100%; }

@media (min-width: 991px) {
  .w-products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1.66667rem;
    margin-bottom: 1.66667rem; }
    .w-products__grid > div {
      padding-left: 1.66667rem;
      width: 25%; } }

.w-products__filter {
  width: 100%; }
  .w-products__filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .w-products__filter__wrapper {
        margin-bottom: 2.5rem; } }
  .w-products__filter__title h4 {
    font-size: 40px;
    margin-bottom: 0;
    letter-spacing: -0.68px; }
    @media (min-width: 767px) {
      .w-products__filter__title h4 {
        font-size: 2.44444rem; } }
    .w-products__filter__title h4 sup {
      top: -0.4em;
      color: #FD6513; }
  .w-products__filter .w-filter {
    margin-bottom: 0; }

.w-products__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 991px) {
  .w-section-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 991px) {
  .w-section-header__main {
    max-width: 26.11111rem; } }

.w-section-header__sub-title {
  color: rgba(0, 48, 20, 0.6);
  font-size: 1rem;
  letter-spacing: -0.2px;
  margin-bottom: 1.38889rem; }
  @media (min-width: 991px) {
    .w-section-header__sub-title {
      font-size: 1.11111rem; } }

.w-section-header__main-title {
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 1;
  font-size: 2.77778rem; }
  @media (max-width: 990px) {
    .w-section-header__main-title {
      font-size: 2.22222rem;
      text-align: center;
      margin-bottom: 1.11111rem; }
      .w-section-header__main-title br {
        display: none; } }
  @media (max-width: 767px) {
    .w-section-header__main-title {
      font-size: 1.77778rem; } }
  .w-section-header__main-title span {
    color: #FD6513;
    display: block; }

.w-section-header__content {
  font-size: 1rem;
  border-left: 2px #FD6513 solid;
  padding-left: 1.11111rem; }
  @media (min-width: 991px) {
    .w-section-header__content {
      max-width: 27.77778rem;
      font-size: 1.22222rem;
      padding-left: 1.66667rem; } }

.w-section-header__title {
  font-size: 1.11111rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 991px) {
    .w-section-header__title {
      margin-bottom: 1.66667rem;
      font-size: 1.22222rem; } }

.w-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 15px; }
  @media (min-width: 991px) {
    .w-menu-tabs {
      gap: 2.2%; } }
  .w-menu-tabs__tabs {
    width: 100%;
    margin: 0;
    display: none; }
    @media (min-width: 991px) {
      .w-menu-tabs__tabs {
        display: block !important;
        width: 15%; } }
    .w-menu-tabs__tabs li {
      font-weight: 400;
      margin: 0 !important;
      display: block !important;
      border-bottom: 1px solid #636363;
      position: relative;
      cursor: pointer;
      color: #E0E0E0;
      font-size: 18px;
      line-height: normal;
      padding: 15px 20px; }
      @media (min-width: 991px) {
        .w-menu-tabs__tabs li {
          color: #FFF;
          font-size: 0.83333rem;
          line-height: 1;
          padding: 0.625rem 0.58333rem; } }
      .w-menu-tabs__tabs li:after {
        content: '\e908';
        position: absolute;
        right: 0;
        font-family: 'default' !important;
        font-size: 14px;
        color: #FFFFFF;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 14px; }
        @media (min-width: 991px) {
          .w-menu-tabs__tabs li:after {
            font-size: 0.5rem; } }
      .w-menu-tabs__tabs li.active {
        background-color: #DCDBDB;
        color: #242124; }
        .w-menu-tabs__tabs li.active:after {
          color: #242124; }
  .w-menu-tabs__content {
    display: none; }
    @media (max-width: 991px) {
      .w-menu-tabs__content {
        padding-bottom: 10px; } }
    .w-menu-tabs__content ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 6px;
      margin: 0;
      list-style: none; }
      @media (min-width: 767px) {
        .w-menu-tabs__content ul {
          gap: 0.83333rem 1.5%; } }
      .w-menu-tabs__content ul li {
        margin: 0;
        padding: 0;
        width: 32%; }
        @media (min-width: 767px) {
          .w-menu-tabs__content ul li {
            width: 15.4%; } }
        .w-menu-tabs__content ul li a {
          border-radius: 8px;
          background: #F0F0F0;
          padding: 0 0.41667rem 0.625rem;
          color: #1A1A1A;
          text-align: center;
          font-size: 0.72313rem;
          font-weight: 400;
          line-height: normal;
          letter-spacing: -0.347px;
          border: 4px solid transparent;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .w-menu-tabs__content ul li a img {
            height: 4.16667rem;
            -o-object-fit: contain;
            object-fit: contain;
            display: block;
            margin: 0 auto; }
          .w-menu-tabs__content ul li a:after {
            display: none; }
          .w-menu-tabs__content ul li a:hover {
            border-color: #FD6513;
            background: rgba(255, 255, 255, 0.8); }
        @media (max-width: 991px) {
          .w-menu-tabs__content ul li.view-all {
            width: 100%; } }
        .w-menu-tabs__content ul li.view-all a {
          border: 2px solid rgba(255, 255, 255, 0.1);
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          background: -webkit-gradient(linear, left bottom, left top, from(#242124), to(#242124)), #F0F0F0;
          background: -webkit-linear-gradient(bottom, #242124 0%, #242124 100%), #F0F0F0;
          background: -o-linear-gradient(bottom, #242124 0%, #242124 100%), #F0F0F0;
          background: linear-gradient(0deg, #242124 0%, #242124 100%), #F0F0F0; }
          .w-menu-tabs__content ul li.view-all a span {
            color: #F0F0F0;
            text-align: center;
            font-size: 1.16667rem;
            font-weight: 900;
            line-height: 0.95;
            letter-spacing: 0.28px;
            text-transform: uppercase;
            font-family: "elza-condensed", sans-serif; }
          .w-menu-tabs__content ul li.view-all a i {
            width: 1.29038rem;
            height: 1.25887rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #FD6513;
            background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #FD6513;
            background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #FD6513;
            background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #FD6513;
            color: #fff;
            border-radius: 7.431px;
            margin-left: 0.41667rem; }
          .w-menu-tabs__content ul li.view-all a:hover {
            border-color: #FD6513; }
    .w-menu-tabs__content.active {
      display: block; }
  .w-menu-tabs__content-wrapper {
    width: 100%; }
    @media (min-width: 991px) {
      .w-menu-tabs__content-wrapper {
        width: 82.8%; } }
    @media (max-width: 991px) {
      .w-menu-tabs__content-wrapper .accordion-header {
        color: #E0E0E0;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1.2px solid #636363; }
        .w-menu-tabs__content-wrapper .accordion-header:first-child {
          border-top: 0; }
        .w-menu-tabs__content-wrapper .accordion-header:after {
          content: "\e907";
          display: block;
          font-family: 'default' !important;
          font-size: 12px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .w-menu-tabs__content-wrapper .accordion-header.active:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); } }

.w-category-slider__info {
  width: 100%; }
  @media (min-width: 991px) {
    .w-category-slider__info {
      width: 80%; } }
  @media (min-width: 1400px) {
    .w-category-slider__info {
      width: 64%; } }
  .w-category-slider__info p {
    color: #242124;
    font-family: Synthese;
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.3;
    margin-bottom: 1.25rem; }

.w-category-slider__title {
  color: #242124;
  font-size: 3.33333rem;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

.w-category-slider__slide {
  padding: 0.83333rem 0.83333rem 1.66667rem;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #DCDBDB;
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: -o-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: linear-gradient(90deg, #242124 0%, #131313 100%), #DCDBDB;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .w-category-slider__slide {
      min-height: 330px; } }
  .w-category-slider__slide > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .w-category-slider__slide > a + img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 12px;
      height: 240px; }
      @media (min-width: 767px) {
        .w-category-slider__slide > a + img {
          height: 11.75rem; } }
  .w-category-slider__slide__title {
    color: #F0F0F0;
    font-size: 1.66667rem;
    font-weight: bold;
    line-height: 0.95;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 1.04167rem 0 0; }
  .w-category-slider__slide:hover .w-category-slider__child {
    top: 0;
    z-index: 1; }

.w-category-slider__child {
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #DCDBDB;
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: -o-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: linear-gradient(90deg, #242124 0%, #131313 100%), #DCDBDB;
  left: 0;
  right: 0;
  height: 100%;
  padding: 1.66667rem 1.45833rem 1.45833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 1775px) {
    .w-category-slider__child {
      padding: 1.66667rem 2.08333rem 1.45833rem; } }
  .w-category-slider__child__title {
    color: #F0F0F0;
    text-align: center;
    font-size: 1.66667rem;
    font-weight: bold;
    line-height: 0.95;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 0.41667rem; }
  .w-category-slider__child p {
    color: #F0F0F0;
    text-align: center;
    font-size: 0.83333rem;
    line-height: 1.3;
    margin-bottom: 0.83333rem; }
  .w-category-slider__child ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    margin-bottom: 1.125rem;
    gap: 0.83333rem 4.5%; }
    @media (min-width: 767px) {
      .w-category-slider__child ul {
        gap: 0.83333rem 9.5%; } }
    .w-category-slider__child ul li {
      width: 47%; }
      @media (min-width: 767px) {
        .w-category-slider__child ul li {
          width: 27%; } }
      .w-category-slider__child ul li a span {
        color: #FFF;
        text-align: center;
        font-size: 0.50975rem;
        line-height: normal;
        letter-spacing: -0.245px;
        text-transform: uppercase;
        word-wrap: break-word;
        display: block;
        width: 100%;
        word-break: break-word;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .w-category-slider__child ul li a img {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: -0.625rem;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 0; }
      .w-category-slider__child ul li a:hover span {
        color: #FD6513; }

.w-products-list {
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(252, 60, 7, 0.5)), to(rgba(246, 119, 30, 0.5))), #FD6513;
  background: -webkit-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  background: -o-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  background: linear-gradient(270deg, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  padding: 0.83333rem 1.04167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1199px) {
    .w-products-list {
      padding: 1.66667rem 1.875rem; } }
  .w-products-list__title {
    color: #242124;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 1.04167rem; }
  .w-products-list__info > p {
    color: #242124;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.04167rem; }
    @media (min-width: 1023px) {
      .w-products-list__info > p {
        font-size: 0.91667rem; } }
  .w-products-list__card {
    border-radius: 8.678px;
    background: #FFF;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.8%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 0.41667rem; }
    @media (min-width: 767px) {
      .w-products-list__card {
        padding: 0.33333rem 0.70833rem 0.33333rem 0.33333rem; } }
    .w-products-list__card__title {
      color: #242124;
      font-size: 1rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin: 0;
      padding-right: 0.41667rem; }
  .w-products-list__image {
    display: block;
    width: 100%; }
    @media (min-width: 767px) {
      .w-products-list__image {
        width: 22%; } }
    .w-products-list__image img {
      height: 106px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 6px; }
  .w-products-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 767px) {
      .w-products-list__grid {
        width: 76.2%; } }
    .w-products-list__grid > div {
      width: 100%;
      margin: 10px 0; }
      @media (min-width: 767px) {
        .w-products-list__grid > div {
          margin: 0;
          width: 63%; } }
    .w-products-list__grid .btn {
      background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
      background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
      width: 100%; }
      @media (min-width: 767px) {
        .w-products-list__grid .btn {
          width: 26%; } }
  .w-products-list__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 5px; }
  .w-products-list__single-price {
    color: #FE5A02;
    font-size: 1.16667rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.28px;
    margin-right: 0.41667rem; }
    .w-products-list__single-price.\--sale {
      color: #FE5A02;
      font-size: 1.16667rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -0.28px;
      margin-right: 0.41667rem; }
    .w-products-list__single-price.\--regular {
      color: #534A4A;
      font-size: 0.75rem;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.36px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through; }
  .w-products-list__excerpt {
    color: #242124;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 1.3; }
  .w-products-list__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.25rem; }
  .w-products-list.\--slider {
    padding: 1.25rem 0.83333rem;
    background: #fff; }
    @media (min-width: 1199px) {
      .w-products-list.\--slider {
        padding: 2.08333rem 1.66667rem; } }
    .w-products-list.\--slider .w-products-list__info {
      width: 100%; }
      @media (min-width: 767px) {
        .w-products-list.\--slider .w-products-list__info {
          width: 80%; } }
      @media (min-width: 1400px) {
        .w-products-list.\--slider .w-products-list__info {
          width: 72%; } }
    .w-products-list.\--slider .w-products-list__card {
      border-radius: 12px;
      background: #F0F0F0;
      padding: 10px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .w-products-list.\--slider .w-products-list__card {
          padding: 1.25rem; } }
    .w-products-list.\--slider .w-products-list__grid {
      width: 100%;
      margin-bottom: 1.04167rem; }
    .w-products-list.\--slider .w-products-list__card__info {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0.83333rem; }
    .w-products-list.\--slider .w-products-list__card__title {
      color: #242124;
      font-size: 1.66667rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin: 0;
      padding-right: 0.41667rem; }
    .w-products-list.\--slider .w-products-list__price {
      display: block;
      color: #FE5A02;
      font-size: 1.16667rem;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: -0.28px;
      margin-bottom: 0; }
    .w-products-list.\--slider .w-products-list__excerpt {
      width: 100%; }
      .w-products-list.\--slider .w-products-list__excerpt p {
        color: #171617;
        font-size: 16px;
        font-weight: 350;
        line-height: 1.1;
        /* 22px */
        margin-bottom: 0.41667rem; }
        @media (min-width: 1023px) {
          .w-products-list.\--slider .w-products-list__excerpt p {
            font-size: 0.83333rem; } }
        .w-products-list.\--slider .w-products-list__excerpt p:last-child {
          margin-bottom: 0; }

.w-reviews__info {
  text-align: center;
  margin-bottom: 2.08333rem; }
  .w-reviews__info p {
    color: #242124;
    text-align: center;
    font-size: 1.16667rem;
    font-weight: 350;
    line-height: 1.3; }

.w-reviews__title {
  color: #242124;
  text-align: center;
  font-size: 3.33333rem;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0.625rem; }

.w-reviews__item {
  padding: 2.5rem 1.45833rem 3.33333rem;
  background-color: #242124;
  border-radius: 20px; }
  .w-reviews__item img {
    margin-bottom: 1.04167rem; }
  .w-reviews__item p {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.48px;
    margin-bottom: 1.66667rem; }
  .w-reviews__item span {
    color: #F0F0F0;
    font-size: 0.91667rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.44px; }

.w-reviews__cta {
  margin-top: 2.08333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.w-accordion {
  position: relative; }
  .w-accordion__container {
    padding: 1.45833rem;
    border-radius: 16px;
    margin-bottom: 0.5rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F0F0F0;
    background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0;
    background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0;
    background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0; }
    .w-accordion__container:last-child {
      margin-bottom: 0; }
  .w-accordion__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .w-accordion__link > a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .w-accordion__link > a.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .w-accordion__link__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 1.875rem;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50px;
      margin-left: 20px;
      background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #00B67A;
      background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #00B67A;
      background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #00B67A;
      background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #00B67A; }
      @media (min-width: 767px) {
        .w-accordion__link__icon {
          margin-left: 2.08333rem; } }
      .w-accordion__link__icon i {
        font-size: 0.66667rem;
        color: #F0F0F0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .w-accordion__link__label {
      font-family: "elza-condensed", sans-serif;
      color: #242124;
      font-size: 20px;
      font-weight: bold;
      line-height: 0.95;
      text-transform: uppercase;
      margin-bottom: 0;
      word-break: break-word; }
      @media (min-width: 767px) {
        .w-accordion__link__label {
          font-size: 1.5rem;
          word-break: normal; } }
  .w-accordion__content {
    width: 100%;
    margin-top: 1.04167rem;
    position: relative;
    line-height: 1.6;
    color: #242124; }
    @media (min-width: 767px) {
      .w-accordion__content {
        padding-right: 2.91667rem; } }
    .w-accordion__content p {
      color: #242124;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2; }
      @media (min-width: 1023px) {
        .w-accordion__content p {
          font-size: 0.83333rem; } }
    .w-accordion__content a {
      text-decoration: underline !important;
      opacity: 0.95; }
  .w-accordion.\--default .w-accordion__container {
    background: -webkit-gradient(linear, left bottom, left top, from(#DCDBDB), to(#DCDBDB)), #F0F0F0;
    background: -webkit-linear-gradient(bottom, #DCDBDB 0%, #DCDBDB 100%), #F0F0F0;
    background: -o-linear-gradient(bottom, #DCDBDB 0%, #DCDBDB 100%), #F0F0F0;
    background: linear-gradient(0deg, #DCDBDB 0%, #DCDBDB 100%), #F0F0F0; }
  .w-accordion.\--default .w-accordion__link__label {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.48px; }
    @media (min-width: 767px) {
      .w-accordion.\--default .w-accordion__link__label {
        font-size: 2rem; } }
  .w-accordion.\--default .w-accordion__content p {
    font-size: 1rem;
    letter-spacing: -1.5px; }

.w-discount-box {
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #DCDBDB;
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: -o-linear-gradient(left, #242124 0%, #131313 100%), #DCDBDB;
  background: linear-gradient(90deg, #242124 0%, #131313 100%), #DCDBDB;
  padding: 1.875rem 1.66667rem; }
  .w-discount-box__title {
    color: #F0F0F0;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 0.83333rem; }
    .w-discount-box__title i {
      background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
      background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .w-discount-box p {
    color: #F0F0F0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2; }

.w-cta-banner {
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(252, 60, 7, 0.5)), to(rgba(246, 119, 30, 0.5))), #FD6513;
  background: -webkit-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  background: -o-linear-gradient(right, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  background: linear-gradient(270deg, rgba(252, 60, 7, 0.5) 0%, rgba(246, 119, 30, 0.5) 100%), #FD6513;
  padding: 3.75rem 0;
  margin: 0.83333rem 0; }
  .w-cta-banner__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10%; }
  .w-cta-banner__content {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 991px) {
      .w-cta-banner__content {
        width: 55%;
        margin-bottom: 0; } }
    .w-cta-banner__content p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.2; }
  .w-cta-banner__title {
    color: #242124;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.95;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
    @media (min-width: 767px) {
      .w-cta-banner__title {
        font-size: 3.33333rem; } }
  .w-cta-banner__box {
    width: 100%;
    padding: 2.08333rem 1.66667rem;
    border-radius: 16px;
    background: #242124; }
    @media (min-width: 991px) {
      .w-cta-banner__box {
        width: 35%; } }
    .w-cta-banner__box__title {
      color: #F0F0F0;
      font-size: 2rem;
      font-weight: bold;
      line-height: 0.95;
      letter-spacing: 0.48px;
      text-transform: uppercase;
      margin-bottom: 1.04167rem; }
    .w-cta-banner__box p {
      color: #F0F0F0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3; }
      @media (min-width: 991px) {
        .w-cta-banner__box p {
          font-size: 0.91667rem; } }

.w-social__title {
  color: #242124;
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: -0.182px; }

@media (max-width: 767px) {
  .w-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: none; } }

@media (min-width: 767px) {
  .w-social ul li {
    margin-bottom: 12px; } }

.w-social ul span, .w-social ul a {
  width: 2.08333rem;
  height: 2.08333rem;
  background-color: #242124;
  border: 1px solid #242124;
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .w-social ul span .icon, .w-social ul a .icon {
    font-size: 1.04167rem; }
  .w-social ul span:hover, .w-social ul a:hover {
    background-color: transparent;
    color: #242124; }

.w-related-articles {
  padding: 3.33333rem 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #F0F0F0;
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
  background: -o-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
  background: linear-gradient(90deg, #242124 0%, #131313 100%), #F0F0F0;
  margin-bottom: 0.83333rem; }
  .w-related-articles__title {
    color: #F0F0F0;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 1.66667rem; }

.woocommerce-breadcrumb {
  font-size: 1rem !important;
  padding: 1.4rem 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    .woocommerce-breadcrumb {
      padding: 1rem 0 !important; } }
  .woocommerce-breadcrumb i.icon {
    margin: 0 0.66667rem;
    font-size: 0.66667rem; }
  .woocommerce-breadcrumb a {
    color: #606060 !important; }
  .woocommerce-breadcrumb__crumb {
    color: #FD6513 !important; }

.woocommerce-cart .page-cart__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4%; }

.woocommerce-cart .woocommerce-cart-form {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 991px) {
    .woocommerce-cart .woocommerce-cart-form {
      width: 65%;
      margin-bottom: 0; } }

.woocommerce-cart .cart-collaterals {
  width: 100%; }
  @media (min-width: 991px) {
    .woocommerce-cart .cart-collaterals {
      width: 32.6%; } }
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: unset;
    border-radius: 16px;
    background: #F0F0F0;
    padding: 1.66667rem 15px; }
    @media (min-width: 767px) {
      .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 1.66667rem 1.45833rem; } }
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
      color: #242124;
      font-size: 2rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.48px;
      text-transform: uppercase;
      margin-bottom: 0.83333rem; }
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      padding: 0;
      margin-top: 1.875rem; }
    .woocommerce-cart .cart-collaterals .cart_totals table {
      margin: 0;
      border: none;
      display: block; }
      .woocommerce-cart .cart-collaterals .cart_totals table tbody {
        display: block; }
        .woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0;
          margin-bottom: 0; }
          .woocommerce-cart .cart-collaterals .cart_totals table tbody tr th {
            color: #242124;
            font-size: 1rem;
            font-weight: 400;
            line-height: normal;
            padding: 0.5rem 0;
            border-bottom: 0;
            border-top: 1px solid rgba(99, 99, 99, 0.6);
            width: 50%;
            display: block;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset;
            text-align: left; }
            .woocommerce-cart .cart-collaterals .cart_totals table tbody tr th:before {
              display: none; }
          .woocommerce-cart .cart-collaterals .cart_totals table tbody tr td {
            text-align: right;
            color: #242124;
            font-size: 1rem;
            font-weight: bold;
            line-height: normal;
            border-top: 1px solid rgba(99, 99, 99, 0.6);
            padding: 0.5rem 0;
            border-bottom: 0;
            width: 50%;
            display: block;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; }
            .woocommerce-cart .cart-collaterals .cart_totals table tbody tr td:before {
              display: none; }
          .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping {
            border-top: 1px solid rgba(99, 99, 99, 0.6); }
            .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th,
            .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td {
              width: 100%;
              border-top: none; }
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th p.woocommerce-shipping-destination,
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td p.woocommerce-shipping-destination {
                text-align: right; }
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator a.shipping-calculator-button,
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator a.shipping-calculator-button {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                text-align: right; }
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section,
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section {
                margin-top: 0.83333rem; }
                .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row,
                .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row {
                  margin-bottom: 1.04167rem !important; }
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row label,
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row label {
                    color: #242124;
                    font-size: 0.75rem;
                    font-weight: 400;
                    line-height: 1.3;
                    text-align: left; }
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row .select2,
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row .select2 {
                    pointer-events: none; }
                    .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row .select2 .select2-selection__arrow,
                    .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row .select2 .select2-selection__arrow {
                      display: none; }
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row#calc_shipping_state_field,
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row#calc_shipping_state_field {
                    display: none; }
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section p.form-row input,
                  .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section p.form-row input {
                    background-color: #fff !important; }
                .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping th form.woocommerce-shipping-calculator section button.button,
                .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section button.button {
                  margin-left: auto;
                  display: block; }
            .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping ul {
              margin-bottom: 1.04167rem !important; }
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping ul li label {
                color: #242124;
                font-size: 0.66667rem;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-left: 1.66667rem;
                text-align: left; }
                .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping ul li label:before {
                  height: 0.91667rem;
                  width: 0.91667rem;
                  border-radius: 40px;
                  border: 1px solid rgba(99, 99, 99, 0.8);
                  background: #FFFFFF; }
              .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.shipping ul li:last-child {
                margin-bottom: 0 !important; }
    .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      vertical-align: baseline;
      padding: 0.54167rem 5px;
      color: #FFF;
      font-size: 16px;
      line-height: 1 !important;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      outline: none !important;
      border-radius: 7.431px;
      border: 1.449px solid rgba(254, 246, 225, 0.1);
      transition: all 0.3s ease;
      display: block;
      width: 100% !important;
      text-align: center;
      border-color: #FD6513;
      background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
      background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
      background-color: #FD6513 !important;
      font-weight: 400;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin: 0; }
      .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
        background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
        background: -o-linear-gradient(left, #242124 0%, #131313 100%);
        background: linear-gradient(90deg, #242124 0%, #131313 100%); }
      .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:disabled {
        pointer-events: none; }
      .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover {
        border-color: #242124;
        background-color: unset !important;
        color: #fff; }
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover:before {
          opacity: 1; }
      @media (min-width: 767px) {
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
          width: -webkit-fit-content !important;
          width: -moz-fit-content !important;
          width: fit-content !important;
          padding: 0.54167rem 0.83333rem;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media (min-width: 991px) {
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
          font-size: 0.70833rem; } }
      @media (min-width: 1400px) {
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
          font-size: 0.83333rem; } }
      .woocommerce-cart .cart-collaterals .cart_totals .checkout-button.\--theme-primary-alt {
        border-color: #FD6513;
        background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
        background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
        background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
        background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
        color: #FFF; }
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button.\--theme-primary-alt:hover {
          border-color: #242124;
          color: #242124; }
          .woocommerce-cart .cart-collaterals .cart_totals .checkout-button.\--theme-primary-alt:hover:before {
            opacity: 1; }
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button.\--theme-primary-alt:before {
          background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
          background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
          background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
          background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
      @media (min-width: 767px) {
        .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
          width: 100% !important; } }

.woocommerce-checkout .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.6%; }
  .woocommerce-checkout .checkout .col2-set {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important; }
    @media (min-width: 991px) {
      .woocommerce-checkout .checkout .col2-set {
        width: 47%; } }
    .woocommerce-checkout .checkout .col2-set > div {
      display: block;
      width: 100%;
      float: unset; }
  .woocommerce-checkout .checkout .woocommerce-checkout-review {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 991px) {
      .woocommerce-checkout .checkout .woocommerce-checkout-review {
        width: 48.4%; } }
    .woocommerce-checkout .checkout .woocommerce-checkout-review .woocommerce-checkout-review-order {
      margin: 0 !important; }
      .woocommerce-checkout .checkout .woocommerce-checkout-review .woocommerce-checkout-review-order #order_review_heading {
        padding: 20px 10px;
        border-radius: 16px 16px 0 0;
        background: #F0F0F0;
        margin: 0; }
        @media (min-width: 767px) {
          .woocommerce-checkout .checkout .woocommerce-checkout-review .woocommerce-checkout-review-order #order_review_heading {
            padding: 20px; } }
        @media (min-width: 1199px) {
          .woocommerce-checkout .checkout .woocommerce-checkout-review .woocommerce-checkout-review-order #order_review_heading {
            padding: 2.29167rem 1.5rem 1.66667rem; } }
  .woocommerce-checkout .checkout h3 {
    color: #242124;
    font-size: 2rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 1.45833rem;
    float: unset !important; }

.woocommerce-checkout .woocommerce-checkout-payment {
  background: unset !important; }
  .woocommerce-checkout .woocommerce-checkout-payment .form-row {
    padding: 0 !important;
    margin: 0 !important; }
    .woocommerce-checkout .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
      margin-bottom: 20px; }
      .woocommerce-checkout .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
        color: #242124;
        font-size: 1rem;
        font-weight: 350;
        line-height: normal; }
    .woocommerce-checkout .woocommerce-checkout-payment .form-row abbr.required {
      display: none; }
    .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      vertical-align: baseline;
      padding: 0.54167rem 5px;
      color: #FFF;
      font-size: 16px;
      line-height: 1 !important;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      outline: none !important;
      border-radius: 7.431px;
      border: 1.449px solid rgba(254, 246, 225, 0.1);
      transition: all 0.3s ease;
      display: block;
      width: 100% !important;
      text-align: center;
      border-color: #FD6513;
      background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
      background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
      background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
      background-color: #FD6513 !important;
      font-weight: 400;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
        background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
        background: -o-linear-gradient(left, #242124 0%, #131313 100%);
        background: linear-gradient(90deg, #242124 0%, #131313 100%); }
      .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order:disabled {
        pointer-events: none; }
      .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order:hover {
        border-color: #242124;
        background-color: unset !important;
        color: #fff; }
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order:hover:before {
          opacity: 1; }
      @media (min-width: 767px) {
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order {
          width: -webkit-fit-content !important;
          width: -moz-fit-content !important;
          width: fit-content !important;
          padding: 0.54167rem 0.83333rem;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media (min-width: 991px) {
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order {
          font-size: 0.70833rem; } }
      @media (min-width: 1400px) {
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order {
          font-size: 0.83333rem; } }
      .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order.\--theme-primary-alt {
        border-color: #FD6513;
        background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
        background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
        background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
        background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
        color: #FFF; }
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order.\--theme-primary-alt:hover {
          border-color: #242124;
          color: #242124; }
          .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order.\--theme-primary-alt:hover:before {
            opacity: 1; }
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order.\--theme-primary-alt:before {
          background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
          background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
          background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
          background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
      @media (min-width: 767px) {
        .woocommerce-checkout .woocommerce-checkout-payment .form-row button#place_order {
          width: 100% !important; } }
    .woocommerce-checkout .woocommerce-checkout-payment .form-row div#my_custom_checkout_field {
      display: none; }

.woocommerce-checkout .woocommerce .container {
  padding: 0; }

.woocommerce-page label.woocommerce-form__label {
  display: block !important;
  cursor: pointer;
  position: relative; }
  .woocommerce-page label.woocommerce-form__label input {
    opacity: 0;
    position: absolute; }
    .woocommerce-page label.woocommerce-form__label input:checked + span:before {
      content: '\e914';
      font-family: 'default';
      font-size: 12px;
      background: #FD6513;
      color: #fff; }
  .woocommerce-page label.woocommerce-form__label span {
    padding: 0.375rem 10px 0.375rem 35px;
    width: 100%;
    border-radius: 7.43px;
    border: 2px solid #FD6513;
    background: rgba(253, 101, 19, 0.06);
    color: #242124;
    font-size: 13px;
    font-weight: 350 !important;
    line-height: normal;
    display: inline-block;
    font-family: "synthese", sans-serif;
    text-transform: none;
    letter-spacing: 0.1px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative; }
    @media (min-width: 767px) {
      .woocommerce-page label.woocommerce-form__label span {
        padding: 0.375rem 0.75rem 0.375rem 2.08333rem; } }
    @media (min-width: 1199px) {
      .woocommerce-page label.woocommerce-form__label span {
        font-size: 0.83333rem; } }
    .woocommerce-page label.woocommerce-form__label span:before {
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 2px;
      border: 1px solid rgba(99, 99, 99, 0.8);
      background: #FFF;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: absolute;
      top: 8px;
      left: 0.625rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1640px) {
        .woocommerce-page label.woocommerce-form__label span:before {
          top: 0.52083rem; } }
      @media (min-width: 991px) {
        .woocommerce-page label.woocommerce-form__label span:before {
          width: 0.9425rem;
          height: 0.94229rem; } }
    .woocommerce-page label.woocommerce-form__label span a {
      color: #242124;
      margin-left: 5px;
      text-decoration: underline; }
    .woocommerce-page label.woocommerce-form__label span abbr {
      display: none; }
    .woocommerce-page label.woocommerce-form__label span[aria-hidden="true"] {
      display: none; }

.woocommerce-page .cms-content .container > p {
  text-align: center;
  padding: 10px;
  border-radius: 16px;
  border: 2px solid #FD6513;
  background: rgba(253, 101, 19, 0.06);
  margin-bottom: 2.5rem; }
  @media (min-width: 767px) {
    .woocommerce-page .cms-content .container > p {
      padding: 1.45833rem 2.08333rem; } }
  @media (min-width: 991px) {
    .woocommerce-page .cms-content .container > p {
      padding: 1.45833rem 6.25rem; } }
  .woocommerce-page .cms-content .container > p strong {
    color: #242124;
    font-size: 0.83333rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center; }
    .woocommerce-page .cms-content .container > p strong:first-of-type {
      color: #242124;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.3; }

.woocommerce-page.woocommerce-account .login-page .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 6%; }
  .woocommerce-page.woocommerce-account .login-page .u-columns:before, .woocommerce-page.woocommerce-account .login-page .u-columns:after {
    display: none; }
  .woocommerce-page.woocommerce-account .login-page .u-columns > div {
    width: 100% !important;
    float: unset !important;
    padding: 20px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #F0F0F0;
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
    background: -o-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
    background: linear-gradient(90deg, #242124 0%, #131313 100%), #F0F0F0; }
    @media (min-width: 767px) {
      .woocommerce-page.woocommerce-account .login-page .u-columns > div {
        width: 47% !important;
        padding: 2.08333rem; } }
    .woocommerce-page.woocommerce-account .login-page .u-columns > div h4 {
      color: #FFF;
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin-bottom: 1.66667rem; }
    .woocommerce-page.woocommerce-account .login-page .u-columns > div form {
      border: none;
      margin: 0;
      padding: 0; }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row {
        margin-bottom: 0.83333rem !important; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row label {
          color: #FFF;
          font-size: 0.75rem;
          font-weight: 350;
          line-height: normal;
          margin-bottom: 0.41667rem; }
          .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row label.woocommerce-form__label {
            margin-bottom: 0; }
            .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row label.woocommerce-form__label span {
              color: #fff; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row input {
          background-color: #fff !important;
          border: none !important; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row .btn {
          width: 100%; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div form .form-row .woocommerce-form-login__submit {
          margin-top: 1.25rem; }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div form .lost_password {
        text-align: center; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div form .lost_password a {
          color: rgba(255, 255, 255, 0.9);
          font-size: 0.75rem;
          font-weight: 400;
          line-height: normal; }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div form .woocommerce-privacy-policy-text p,
      .woocommerce-page.woocommerce-account .login-page .u-columns > div form #mailchimp-gdpr-fields p {
        color: #242124;
        font-size: 0.75rem;
        font-weight: 350;
        line-height: normal;
        margin-bottom: 0.83333rem; }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div form #mailchimp-gdpr-fields {
        margin-bottom: 0.83333rem; }
    .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 {
      background: #F0F0F0; }
      @media (max-width: 767px) {
        .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 {
          margin-top: 20px; } }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 h4 {
        color: #242124; }
      .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 form .form-row label {
        color: #242124; }
        .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 form .form-row label span {
          color: #242124; }
          .woocommerce-page.woocommerce-account .login-page .u-columns > div.u-column2 form .form-row label span.required {
            color: #FD6513; }

.woocommerce-page.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6%; }
  .woocommerce-page.woocommerce-account .woocommerce:before, .woocommerce-page.woocommerce-account .woocommerce:after {
    display: none; }
  .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 991px) {
      .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 27%;
        margin-bottom: 0; } }
    .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
      margin: 0;
      padding: 1.875rem 1.45833rem;
      list-style: none;
      border-radius: 16px;
      background: #F0F0F0; }
      .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
        border-top: 1.5px solid rgba(99, 99, 99, 0.6); }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
          display: block;
          color: #242124;
          font-size: 0.96263rem;
          font-weight: 400;
          line-height: normal;
          padding: 0.625rem 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
            content: '\e90c';
            font-family: 'default';
            width: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-right: 10px; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
          color: #FD6513; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
          cursor: pointer;
          display: inline-block;
          vertical-align: top;
          vertical-align: baseline;
          padding: 0.54167rem 5px;
          color: #FFF;
          font-size: 16px;
          line-height: 1 !important;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-radius: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          outline: none !important;
          border-radius: 7.431px;
          border: 1.449px solid rgba(254, 246, 225, 0.1);
          transition: all 0.3s ease;
          display: block;
          width: 100% !important;
          text-align: center;
          border-color: #FD6513;
          background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
          background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
          background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
          background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
          background-color: #FD6513 !important;
          font-weight: 400;
          position: relative;
          z-index: 1;
          overflow: hidden;
          margin-top: 30px; }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: -1;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
            background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
            background: -o-linear-gradient(left, #242124 0%, #131313 100%);
            background: linear-gradient(90deg, #242124 0%, #131313 100%); }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:disabled {
            pointer-events: none; }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
            border-color: #242124;
            background-color: unset !important;
            color: #fff; }
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover:before {
              opacity: 1; }
          @media (min-width: 767px) {
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
              width: -webkit-fit-content !important;
              width: -moz-fit-content !important;
              width: fit-content !important;
              padding: 0.54167rem 0.83333rem;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex; } }
          @media (min-width: 991px) {
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
              font-size: 0.70833rem; } }
          @media (min-width: 1400px) {
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
              font-size: 0.83333rem; } }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a.\--theme-primary-alt {
            border-color: #FD6513;
            background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
            background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
            background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
            background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
            color: #FFF; }
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a.\--theme-primary-alt:hover {
              border-color: #242124;
              color: #242124; }
              .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a.\--theme-primary-alt:hover:before {
                opacity: 1; }
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a.\--theme-primary-alt:before {
              background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
              background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
              background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
              background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
          @media (min-width: 767px) {
            .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
              width: 100% !important; } }
          .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
            display: none; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:after {
          content: '\e916'; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:after {
          content: '\e917'; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:after {
          content: '\e918'; }
        .woocommerce-page.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:after {
          content: '\e913'; }
  .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%; }
    @media (min-width: 991px) {
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 67%; } }
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
      color: #242124;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3; }
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
      color: #242124;
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row {
      margin-bottom: 0.83333rem !important; }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row label {
        line-height: 1; }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row span.short-desc {
        margin-top: 0.41667rem;
        display: block;
        font-size: 0.75rem;
        font-weight: 350; }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row input[type="radio"] {
        margin-right: 5px; }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row .woocommerce-password-strength {
        padding: 10px;
        margin: 10px 0px;
        font-weight: normal; }
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm #mailchimp-gdpr-fields {
      margin-bottom: 30px; }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm #mailchimp-gdpr-fields input[type="checkbox"] {
        margin-right: 5px; }
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address,
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
    .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
      padding: 1.66667rem;
      border-radius: 16px;
      background: #F0F0F0; }
      @media (max-width: 991px) {
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
          margin-bottom: 30px; }
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address:last-child,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address:last-child,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address:last-child,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details:last-child {
            margin-bottom: 0; } }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address .woocommerce-Address-title h2,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address .woocommerce-Address-title h2,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title h2 {
        display: inline-block;
        font-size: 1.66667rem; }
      @media (min-width: 767px) {
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address .woocommerce-Address-title a,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address .woocommerce-Address-title a,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title a {
          width: 100% !important; } }
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address,
      .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
        margin-top: 1.25rem;
        color: #242124;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.1;
        border: none;
        margin-bottom: 0 !important;
        padding: 0; }
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address p,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address p,
        .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p {
          margin: 0;
          padding: 0; }
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address p:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address p:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p:before {
            font-family: 'default';
            margin: 0 10px 0 0;
            position: static;
            color: #FD6513;
            font-size: 0.91667rem; }
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p.woocommerce-customer-details--phone:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address p.woocommerce-customer-details--phone:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address p.woocommerce-customer-details--phone:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p.woocommerce-customer-details--phone:before {
            content: '\e90e'; }
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p.woocommerce-customer-details--email:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address p.woocommerce-customer-details--email:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address p.woocommerce-customer-details--email:before,
          .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p.woocommerce-customer-details--email:before {
            content: '\e919'; }

.woocommerce-page.woocommerce-lost-password form.lost_reset_password {
  padding: 20px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313)), #F0F0F0;
  background: -webkit-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
  background: -o-linear-gradient(left, #242124 0%, #131313 100%), #F0F0F0;
  background: linear-gradient(90deg, #242124 0%, #131313 100%), #F0F0F0;
  max-width: 26.25rem;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .woocommerce-page.woocommerce-lost-password form.lost_reset_password {
      padding: 2.08333rem; } }
  .woocommerce-page.woocommerce-lost-password form.lost_reset_password p {
    color: #F0F0F0;
    font-size: 0.75rem;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 0.83333rem; }
    .woocommerce-page.woocommerce-lost-password form.lost_reset_password p.woocommerce-form-row {
      width: 100%; }
  .woocommerce-page.woocommerce-lost-password form.lost_reset_password .woocommerce-form-row label {
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 0.41667rem; }
  .woocommerce-page.woocommerce-lost-password form.lost_reset_password .woocommerce-form-row input {
    background-color: #fff !important;
    border: none !important; }
  .woocommerce-page.woocommerce-lost-password form.lost_reset_password .btn {
    width: 100%; }

.woocommerce-page .form-row {
  margin-bottom: 0.625rem !important;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .woocommerce-page .form-row {
      width: 100% !important; } }
  .woocommerce-page .form-row input[type=email],
  .woocommerce-page .form-row input[type=number],
  .woocommerce-page .form-row input[type=tel],
  .woocommerce-page .form-row input[type=text],
  .woocommerce-page .form-row input[type=date],
  .woocommerce-page .form-row input[type=password],
  .woocommerce-page .form-row textarea,
  .woocommerce-page .form-row .control-select {
    border-radius: 7.431px !important;
    border: 1.449px solid #636363 !important;
    background: #F0F0F0 !important;
    color: #242124 !important;
    font-weight: 400;
    line-height: normal !important;
    font-size: 14px;
    padding: 10px 0.75rem !important; }
    @media (min-width: 991px) {
      .woocommerce-page .form-row input[type=email],
      .woocommerce-page .form-row input[type=number],
      .woocommerce-page .form-row input[type=tel],
      .woocommerce-page .form-row input[type=text],
      .woocommerce-page .form-row input[type=date],
      .woocommerce-page .form-row input[type=password],
      .woocommerce-page .form-row textarea,
      .woocommerce-page .form-row .control-select {
        padding: 0.375rem 0.75rem !important;
        font-size: 0.83333rem !important; } }
    .woocommerce-page .form-row input[type=email]::-webkit-input-placeholder,
    .woocommerce-page .form-row input[type=number]::-webkit-input-placeholder,
    .woocommerce-page .form-row input[type=tel]::-webkit-input-placeholder,
    .woocommerce-page .form-row input[type=text]::-webkit-input-placeholder,
    .woocommerce-page .form-row input[type=date]::-webkit-input-placeholder,
    .woocommerce-page .form-row input[type=password]::-webkit-input-placeholder,
    .woocommerce-page .form-row textarea::-webkit-input-placeholder,
    .woocommerce-page .form-row .control-select::-webkit-input-placeholder {
      opacity: 0.6;
      font-weight: 350;
      font-size: 0.83333rem; }
    .woocommerce-page .form-row input[type=email]:-ms-input-placeholder,
    .woocommerce-page .form-row input[type=number]:-ms-input-placeholder,
    .woocommerce-page .form-row input[type=tel]:-ms-input-placeholder,
    .woocommerce-page .form-row input[type=text]:-ms-input-placeholder,
    .woocommerce-page .form-row input[type=date]:-ms-input-placeholder,
    .woocommerce-page .form-row input[type=password]:-ms-input-placeholder,
    .woocommerce-page .form-row textarea:-ms-input-placeholder,
    .woocommerce-page .form-row .control-select:-ms-input-placeholder {
      opacity: 0.6;
      font-weight: 350;
      font-size: 0.83333rem; }
    .woocommerce-page .form-row input[type=email]::-ms-input-placeholder,
    .woocommerce-page .form-row input[type=number]::-ms-input-placeholder,
    .woocommerce-page .form-row input[type=tel]::-ms-input-placeholder,
    .woocommerce-page .form-row input[type=text]::-ms-input-placeholder,
    .woocommerce-page .form-row input[type=date]::-ms-input-placeholder,
    .woocommerce-page .form-row input[type=password]::-ms-input-placeholder,
    .woocommerce-page .form-row textarea::-ms-input-placeholder,
    .woocommerce-page .form-row .control-select::-ms-input-placeholder {
      opacity: 0.6;
      font-weight: 350;
      font-size: 0.83333rem; }
    .woocommerce-page .form-row input[type=email]::placeholder,
    .woocommerce-page .form-row input[type=number]::placeholder,
    .woocommerce-page .form-row input[type=tel]::placeholder,
    .woocommerce-page .form-row input[type=text]::placeholder,
    .woocommerce-page .form-row input[type=date]::placeholder,
    .woocommerce-page .form-row input[type=password]::placeholder,
    .woocommerce-page .form-row textarea::placeholder,
    .woocommerce-page .form-row .control-select::placeholder {
      opacity: 0.6;
      font-weight: 350;
      font-size: 0.83333rem; }
    .woocommerce-page .form-row input[type=email].wpcf7-not-valid,
    .woocommerce-page .form-row input[type=number].wpcf7-not-valid,
    .woocommerce-page .form-row input[type=tel].wpcf7-not-valid,
    .woocommerce-page .form-row input[type=text].wpcf7-not-valid,
    .woocommerce-page .form-row input[type=date].wpcf7-not-valid,
    .woocommerce-page .form-row input[type=password].wpcf7-not-valid,
    .woocommerce-page .form-row textarea.wpcf7-not-valid,
    .woocommerce-page .form-row .control-select.wpcf7-not-valid {
      border-color: #242124; }
    .woocommerce-page .form-row input[type=email]:focus,
    .woocommerce-page .form-row input[type=number]:focus,
    .woocommerce-page .form-row input[type=tel]:focus,
    .woocommerce-page .form-row input[type=text]:focus,
    .woocommerce-page .form-row input[type=date]:focus,
    .woocommerce-page .form-row input[type=password]:focus,
    .woocommerce-page .form-row textarea:focus,
    .woocommerce-page .form-row .control-select:focus {
      border-color: #28443F;
      border-left-color: #242124;
      background: transparent; }
  .woocommerce-page .form-row label {
    color: #242124;
    font-size: 0.83333rem;
    font-weight: 350;
    line-height: 1.3;
    margin-bottom: 0.41667rem; }
    .woocommerce-page .form-row label span.required {
      color: #FD6513; }
      .woocommerce-page .form-row label span.required.optional {
        color: #242124; }
  .woocommerce-page .form-row textarea {
    min-height: 3.75rem; }
  .woocommerce-page .form-row strong {
    border-radius: 7.431px;
    border: 1.449px solid #636363;
    color: #242124;
    font-weight: 350;
    line-height: normal;
    width: 100%;
    display: block;
    background: #FFF;
    opacity: 0.6;
    font-size: 14px;
    padding: 10px 0.75rem; }
    @media (min-width: 991px) {
      .woocommerce-page .form-row strong {
        padding: 0.375rem 0.75rem;
        font-size: 0.83333rem; } }
  .woocommerce-page .form-row .select2-container .select2-selection {
    border-radius: 7.431px !important;
    border: 1.449px solid #636363 !important;
    overflow: hidden; }
    .woocommerce-page .form-row .select2-container .select2-selection .select2-selection__rendered {
      background: #F0F0F0 !important;
      color: #242124 !important;
      font-weight: 400;
      line-height: normal !important;
      text-align: left;
      font-size: 14px;
      padding: 10px 0.75rem !important; }
      @media (min-width: 991px) {
        .woocommerce-page .form-row .select2-container .select2-selection .select2-selection__rendered {
          padding: 0.375rem 0.75rem !important;
          font-size: 0.83333rem !important; } }
  .woocommerce-page .form-row.woocommerce-validated label.woocommerce-form__label span:after, .woocommerce-page .form-row.validate-required label.woocommerce-form__label span:after {
    content: '*';
    color: #a00; }

@media (max-width: 767px) {
  .woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info {
    display: block; } }

.woocommerce-page .woocommerce-info {
  border-top-color: #FD6513;
  border-radius: 0 0 10px 10px; }
  @media (max-width: 991px) {
    .woocommerce-page .woocommerce-info {
      padding: 1em 1em 1em 3.5em; } }
  @media (max-width: 767px) {
    .woocommerce-page .woocommerce-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .woocommerce-page .woocommerce-info:before {
    color: #FD6513; }
    @media (max-width: 767px) {
      .woocommerce-page .woocommerce-info:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.woocommerce-page .woocommerce-message {
  padding: 0.83333rem 1.16667rem;
  border-radius: 16px;
  border: 2px solid #00B67A;
  background: rgba(0, 182, 122, 0.04);
  width: 100%;
  color: #242124;
  font-size: 0.91667rem;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline: none; }
  .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after {
    display: none; }
  .woocommerce-page .woocommerce-message a.button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    vertical-align: baseline;
    padding: 0.54167rem 5px;
    font-size: 16px;
    line-height: 1 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none !important;
    border-radius: 7.431px;
    border: 1.449px solid rgba(254, 246, 225, 0.1);
    transition: all 0.3s ease;
    display: block;
    width: 100% !important;
    text-align: center;
    border-color: #242124;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%);
    color: #FFF;
    background-color: #FD6513 !important;
    font-weight: 400;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .woocommerce-page .woocommerce-message a.button:before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
      background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }
    .woocommerce-page .woocommerce-message a.button:disabled {
      pointer-events: none; }
    .woocommerce-page .woocommerce-message a.button:hover {
      border-color: #242124;
      color: #242124; }
      .woocommerce-page .woocommerce-message a.button:hover:before {
        opacity: 1; }
    @media (min-width: 767px) {
      .woocommerce-page .woocommerce-message a.button {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        padding: 0.54167rem 0.83333rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media (min-width: 991px) {
      .woocommerce-page .woocommerce-message a.button {
        font-size: 0.70833rem; } }
    @media (min-width: 1400px) {
      .woocommerce-page .woocommerce-message a.button {
        font-size: 0.83333rem; } }
    @media (max-width: 767px) {
      .woocommerce-page .woocommerce-message a.button {
        margin-top: 20px; } }

.woocommerce-page .woocommerce-error {
  padding: 0.83333rem 1.16667rem;
  border-radius: 16px;
  border: 2px solid #FD1313;
  background: rgba(255, 73, 73, 0.06);
  width: 100%; }
  .woocommerce-page .woocommerce-error:before {
    display: none; }
  .woocommerce-page .woocommerce-error li {
    color: #242124;
    font-size: 0.91667rem;
    font-weight: 400;
    line-height: 1.3; }

.woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page .edit {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.54167rem 5px;
  color: #FFF;
  font-size: 16px;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  border-radius: 7.431px;
  border: 1.449px solid rgba(254, 246, 225, 0.1);
  transition: all 0.3s ease;
  display: block;
  width: 100% !important;
  text-align: center;
  border-color: #FD6513;
  background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
  background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
  background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
  background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
  background-color: #FD6513 !important;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .woocommerce-page #respond input#submit:before, .woocommerce-page a.button:before, .woocommerce-page button.button:before, .woocommerce-page input.button:before, .woocommerce-page .edit:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#242124), to(#131313));
    background: -webkit-linear-gradient(left, #242124 0%, #131313 100%);
    background: -o-linear-gradient(left, #242124 0%, #131313 100%);
    background: linear-gradient(90deg, #242124 0%, #131313 100%); }
  .woocommerce-page #respond input#submit:disabled, .woocommerce-page a.button:disabled, .woocommerce-page button.button:disabled, .woocommerce-page input.button:disabled, .woocommerce-page .edit:disabled {
    pointer-events: none; }
  .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page .edit:hover {
    border-color: #242124;
    background-color: unset !important;
    color: #fff; }
    .woocommerce-page #respond input#submit:hover:before, .woocommerce-page a.button:hover:before, .woocommerce-page button.button:hover:before, .woocommerce-page input.button:hover:before, .woocommerce-page .edit:hover:before {
      opacity: 1; }
  @media (min-width: 767px) {
    .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page .edit {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      padding: 0.54167rem 0.83333rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (min-width: 991px) {
    .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page .edit {
      font-size: 0.70833rem; } }
  @media (min-width: 1400px) {
    .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page .edit {
      font-size: 0.83333rem; } }
  .woocommerce-page #respond input#submit.\--theme-primary-alt, .woocommerce-page a.button.\--theme-primary-alt, .woocommerce-page button.button.\--theme-primary-alt, .woocommerce-page input.button.\--theme-primary-alt, .woocommerce-page .edit.\--theme-primary-alt {
    border-color: #FD6513;
    background: -webkit-gradient(linear, right top, left top, from(#FC3C07), to(#F6771E)), #242124;
    background: -webkit-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: -o-linear-gradient(right, #FC3C07 0%, #F6771E 100%), #242124;
    background: linear-gradient(270deg, #FC3C07 0%, #F6771E 100%), #242124;
    color: #FFF; }
    .woocommerce-page #respond input#submit.\--theme-primary-alt:hover, .woocommerce-page a.button.\--theme-primary-alt:hover, .woocommerce-page button.button.\--theme-primary-alt:hover, .woocommerce-page input.button.\--theme-primary-alt:hover, .woocommerce-page .edit.\--theme-primary-alt:hover {
      border-color: #242124;
      color: #242124; }
      .woocommerce-page #respond input#submit.\--theme-primary-alt:hover:before, .woocommerce-page a.button.\--theme-primary-alt:hover:before, .woocommerce-page button.button.\--theme-primary-alt:hover:before, .woocommerce-page input.button.\--theme-primary-alt:hover:before, .woocommerce-page .edit.\--theme-primary-alt:hover:before {
        opacity: 1; }
    .woocommerce-page #respond input#submit.\--theme-primary-alt:before, .woocommerce-page a.button.\--theme-primary-alt:before, .woocommerce-page button.button.\--theme-primary-alt:before, .woocommerce-page input.button.\--theme-primary-alt:before, .woocommerce-page .edit.\--theme-primary-alt:before {
      background: -webkit-gradient(linear, left bottom, left top, from(#F0F0F0), to(#F0F0F0)), #F6771E;
      background: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: -o-linear-gradient(bottom, #F0F0F0 0%, #F0F0F0 100%), #F6771E;
      background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F6771E; }

.woocommerce-page table.shop_table {
  border: none;
  overflow: hidden; }
  .woocommerce-page table.shop_table thead {
    background: #242124; }
    .woocommerce-page table.shop_table thead tr th {
      color: #F0F0F0;
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.48px;
      padding: 1.04167rem 0.625rem; }
      .woocommerce-page table.shop_table thead tr th.product-quantity, .woocommerce-page table.shop_table thead tr th.product-subtotal {
        text-align: center; }
      .woocommerce-page table.shop_table thead tr th:first-child {
        border-radius: 16px 0 0 0; }
      .woocommerce-page table.shop_table thead tr th:last-child {
        border-radius: 0 16px 0 0; }
  .woocommerce-page table.shop_table tbody tr {
    background: #F0F0F0; }
    @media (max-width: 767px) {
      .woocommerce-page table.shop_table tbody tr {
        padding: 10px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .woocommerce-page table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #F0F0F0 !important;
        padding: 10px 0; } }
    @media (min-width: 991px) {
      .woocommerce-page table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr th {
        border: 0;
        border-bottom: 2px solid #fff;
        padding: 0.75rem 0.625rem; } }
    @media (min-width: 767px) {
      .woocommerce-page table.shop_table tbody tr td.product-remove, .woocommerce-page table.shop_table tbody tr th.product-remove {
        padding-left: 1.04167rem; } }
    @media (max-width: 991px) {
      .woocommerce-page table.shop_table tbody tr td.product-remove, .woocommerce-page table.shop_table tbody tr th.product-remove {
        border-top: 0; } }
    .woocommerce-page table.shop_table tbody tr td.product-remove .remove, .woocommerce-page table.shop_table tbody tr th.product-remove .remove {
      width: 1.20833rem;
      height: 1.20833rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #D30606;
      font-size: 0.41667rem; }
      .woocommerce-page table.shop_table tbody tr td.product-remove .remove i, .woocommerce-page table.shop_table tbody tr th.product-remove .remove i {
        color: #fff; }
    .woocommerce-page table.shop_table tbody tr td.product-name a, .woocommerce-page table.shop_table tbody tr th.product-name a {
      color: #242124;
      font-size: 1.08333rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.52px; }
      @media (max-width: 767px) {
        .woocommerce-page table.shop_table tbody tr td.product-name a, .woocommerce-page table.shop_table tbody tr th.product-name a {
          text-align: left; } }
      .woocommerce-page table.shop_table tbody tr td.product-name a:hover, .woocommerce-page table.shop_table tbody tr th.product-name a:hover {
        color: #FD6513; }
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dt.variation-Cuttolengthmm,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd.variation-Cuttolengthmm *,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dt.variation-Lengthmm,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd.variation-Lengthmm *,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dt.variation-Widthmm,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd.variation-Widthmm *, .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dt.variation-Cuttolengthmm,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dd.variation-Cuttolengthmm *,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dt.variation-Lengthmm,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dd.variation-Lengthmm *,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dt.variation-Widthmm,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation dd.variation-Widthmm * {
      color: #242124;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.52px;
      margin-bottom: 0; }
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation .variation-Length,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation .variation-Measurement,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation .variation-MeasurementUnit,
    .woocommerce-page table.shop_table tbody tr td.product-name dl.variation .variation-Width, .woocommerce-page table.shop_table tbody tr th.product-name dl.variation .variation-Length,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation .variation-Measurement,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation .variation-MeasurementUnit,
    .woocommerce-page table.shop_table tbody tr th.product-name dl.variation .variation-Width {
      display: none; }
    .woocommerce-page table.shop_table tbody tr td.product-name dl dt,
    .woocommerce-page table.shop_table tbody tr td.product-name dl dd p, .woocommerce-page table.shop_table tbody tr th.product-name dl dt,
    .woocommerce-page table.shop_table tbody tr th.product-name dl dd p {
      font-size: 0.83333rem;
      font-weight: 400; }
    @media (max-width: 991px) {
      .woocommerce-page table.shop_table tbody tr td.product-name dl, .woocommerce-page table.shop_table tbody tr th.product-name dl {
        width: 100%; } }
    .woocommerce-page table.shop_table tbody tr td.product-subtotal, .woocommerce-page table.shop_table tbody tr th.product-subtotal {
      text-align: center; }
      .woocommerce-page table.shop_table tbody tr td.product-subtotal span, .woocommerce-page table.shop_table tbody tr th.product-subtotal span {
        color: #242124;
        font-size: 1rem;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.56px; }
    .woocommerce-page table.shop_table tbody tr td.product-quantity, .woocommerce-page table.shop_table tbody tr th.product-quantity {
      text-align: center; }
      .woocommerce-page table.shop_table tbody tr td.product-quantity div, .woocommerce-page table.shop_table tbody tr th.product-quantity div {
        margin-left: auto; }
        @media (min-width: 767px) {
          .woocommerce-page table.shop_table tbody tr td.product-quantity div, .woocommerce-page table.shop_table tbody tr th.product-quantity div {
            margin: 0 auto; } }
    .woocommerce-page table.shop_table tbody tr td.actions, .woocommerce-page table.shop_table tbody tr th.actions {
      text-align: left; }
      .woocommerce-page table.shop_table tbody tr td.actions .coupon, .woocommerce-page table.shop_table tbody tr th.actions .coupon {
        float: unset;
        text-align: left;
        width: 100%;
        display: inline-block;
        margin-bottom: 1.25rem; }
        .woocommerce-page table.shop_table tbody tr td.actions .coupon label, .woocommerce-page table.shop_table tbody tr th.actions .coupon label {
          display: block;
          color: #242124;
          font-size: 1rem;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 0.41667rem; }
        .woocommerce-page table.shop_table tbody tr td.actions .coupon input, .woocommerce-page table.shop_table tbody tr th.actions .coupon input {
          text-align: left !important;
          font-weight: 400;
          line-height: normal;
          float: left !important;
          border-radius: 7.431px !important;
          border: 1.449px solid #636363 !important;
          background: #FFF;
          font-size: 14px;
          padding: 10px 0.75rem !important;
          width: 100%;
          min-width: 100%;
          margin-bottom: 0 !important;
          margin-bottom: 20px !important; }
          @media (min-width: 991px) {
            .woocommerce-page table.shop_table tbody tr td.actions .coupon input, .woocommerce-page table.shop_table tbody tr th.actions .coupon input {
              width: 16.25rem !important;
              margin-right: 10px;
              padding: 0.375rem 0.75rem !important;
              font-size: 0.83333rem !important;
              min-width: unset; } }
        .woocommerce-page table.shop_table tbody tr td.actions .coupon .button[name="update_cart"], .woocommerce-page table.shop_table tbody tr th.actions .coupon .button[name="update_cart"] {
          display: inline-block; }
    .woocommerce-page table.shop_table tbody tr td form.woocommerce-shipping-calculator a.shipping-calculator-button, .woocommerce-page table.shop_table tbody tr th form.woocommerce-shipping-calculator a.shipping-calculator-button {
      color: #242124;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      text-decoration: underline;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 991px) {
        .woocommerce-page table.shop_table tbody tr td form.woocommerce-shipping-calculator a.shipping-calculator-button, .woocommerce-page table.shop_table tbody tr th form.woocommerce-shipping-calculator a.shipping-calculator-button {
          font-size: 0.78254rem; } }
      .woocommerce-page table.shop_table tbody tr td form.woocommerce-shipping-calculator a.shipping-calculator-button:after, .woocommerce-page table.shop_table tbody tr th form.woocommerce-shipping-calculator a.shipping-calculator-button:after {
        content: '\e904';
        font-family: 'default';
        font-size: 16px;
        margin-right: 0.41667rem;
        margin-left: 0;
        text-decoration: none !important; }
        @media (min-width: 991px) {
          .woocommerce-page table.shop_table tbody tr td form.woocommerce-shipping-calculator a.shipping-calculator-button:after, .woocommerce-page table.shop_table tbody tr th form.woocommerce-shipping-calculator a.shipping-calculator-button:after {
            font-size: 0.91667rem; } }
    .woocommerce-page table.shop_table tbody tr td p.woocommerce-shipping-destination, .woocommerce-page table.shop_table tbody tr th p.woocommerce-shipping-destination {
      color: #242124;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      display: block !important; }
      @media (min-width: 767px) {
        .woocommerce-page table.shop_table tbody tr td p.woocommerce-shipping-destination, .woocommerce-page table.shop_table tbody tr th p.woocommerce-shipping-destination {
          font-size: 16px; } }
    @media (min-width: 991px) {
      .woocommerce-page table.shop_table tbody tr:nth-child(even) {
        background: rgba(240, 240, 240, 0.5); } }
  .woocommerce-page table.shop_table tfoot tr td,
  .woocommerce-page table.shop_table tfoot tr th {
    color: #242124;
    font-size: 1rem;
    font-weight: 350;
    line-height: normal;
    padding: 0.54167rem 0; }
  .woocommerce-page table.shop_table tfoot tr td {
    text-align: right;
    font-weight: bold; }
  .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li {
    position: relative; }
    .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li input[type="radio"] {
      display: none; }
      .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li input[type="radio"]:checked + label:before {
        border-color: #242124;
        background: #FD6513; }
    .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li label {
      color: #242124;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      display: block !important;
      margin-left: 30px; }
      @media (min-width: 767px) {
        .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li label {
          margin-left: 40px;
          font-size: 16px; } }
      @media (min-width: 991px) {
        .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li label {
          margin-left: 1.25rem; } }
      .woocommerce-page table.shop_table ul.woocommerce-shipping-methods li label:before {
        content: '';
        width: 0.83333rem;
        height: 0.83333rem;
        border-radius: 50px;
        display: block;
        position: absolute;
        top: 0px;
        background-color: #F0F0F0;
        left: 5px;
        border: 2px solid #242124; }

@media (max-width: 767px) {
  .woocommerce-page table.woocommerce-cart-form__contents tbody tr {
    position: relative; } }

@media (max-width: 767px) {
  .woocommerce-page table.woocommerce-cart-form__contents tbody tr td.product-remove {
    position: absolute;
    right: 15px; } }

@media (max-width: 767px) {
  .woocommerce-page table.woocommerce-cart-form__contents tbody tr td.product-name {
    border-top: 0 !important; }
    .woocommerce-page table.woocommerce-cart-form__contents tbody tr td.product-name a {
      padding-top: 10px; } }

@media (max-width: 767px) {
  .woocommerce-page table.woocommerce-cart-form__contents tbody tr:last-child td {
    border-top: 0; } }

.woocommerce-page table.woocommerce-checkout-review-order-table {
  border: none;
  padding: 0 10px 20px;
  background-color: #F0F0F0;
  border-radius: 0 0 16px 16px; }
  @media (min-width: 767px) {
    .woocommerce-page table.woocommerce-checkout-review-order-table {
      padding: 0 20px 20px; } }
  @media (min-width: 1199px) {
    .woocommerce-page table.woocommerce-checkout-review-order-table {
      padding: 0 1.5rem 1.875rem; } }
  .woocommerce-page table.woocommerce-checkout-review-order-table thead {
    border-radius: 16px 16px 0 0;
    display: block; }
    .woocommerce-page table.woocommerce-checkout-review-order-table thead tr th {
      background: #242124;
      color: #F0F0F0;
      font-size: 0.83333rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.4px;
      padding: 0.75rem 5px;
      width: 50%; }
      @media (min-width: 767px) {
        .woocommerce-page table.woocommerce-checkout-review-order-table thead tr th {
          padding: 0.75rem 10px; } }
      @media (min-width: 1199px) {
        .woocommerce-page table.woocommerce-checkout-review-order-table thead tr th {
          padding: 0.75rem 1.04167rem; } }
      .woocommerce-page table.woocommerce-checkout-review-order-table thead tr th.product-total {
        text-align: right; }
  .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr {
    border-top: 1px solid;
    background: #fff !important;
    margin-bottom: 0; }
    .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr:last-child {
      margin-bottom: 40px; }
    .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td {
      background-color: #fff !important;
      color: #242124;
      font-size: 0.83333rem;
      font-weight: 350;
      line-height: normal;
      opacity: 0.9;
      padding: 1.04167rem 5px;
      border-top: none; }
      @media (min-width: 767px) {
        .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td {
          padding: 1.04167rem 15px; } }
      @media (min-width: 1199px) {
        .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td {
          font-size: 1rem;
          padding: 1.04167rem 1.04167rem; } }
      .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td.product-total {
        text-align: right; }
      .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td.product-name {
        text-align: left; }
      .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td:first-child {
        width: 70%; }
      .woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td:last-child {
        width: 30%; }
  .woocommerce-page table.woocommerce-checkout-review-order-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr td {
    border-top: 0; }
  .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th, .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
    width: 100%;
    text-align: left; }
  .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul li label {
    margin-left: 1.875rem; }
    .woocommerce-page table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul li label:before {
      height: 0.91667rem;
      width: 0.91667rem;
      border-radius: 40px;
      border: 1px solid rgba(99, 99, 99, 0.8);
      background: #FFFFFF;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.woocommerce-page table.woocommerce-table--order-details thead tr th {
  width: 50%; }

.woocommerce-page table.woocommerce-table--order-details tr th.product-total,
.woocommerce-page table.woocommerce-table--order-details tr td.product-total {
  text-align: right !important; }

.woocommerce-page table.woocommerce-table--order-details tr th ul,
.woocommerce-page table.woocommerce-table--order-details tr td ul {
  margin: 0; }

@media (max-width: 1023px) {
  .woocommerce-page table.woocommerce-table--order-details tr td {
    display: table-cell !important;
    text-align: left !important;
    padding: 10px !important; } }

@media (min-width: 767px) {
  .woocommerce-page table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-actions {
    text-align: right; } }

@media (max-width: 991px) {
  .woocommerce-page table.woocommerce-orders-table tbody tr {
    border-radius: 10px; } }

@media (max-width: 991px) {
  .woocommerce-page table.woocommerce-orders-table tbody tr th {
    border-top: 0; } }

.woocommerce-page table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 10px; }
  @media (max-width: 991px) {
    .woocommerce-page table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important; } }

@media (max-width: 991px) {
  .woocommerce-page table.woocommerce-orders-table tbody tr td span.amount {
    margin-right: 5px; } }

@media (max-width: 767px) {
  .woocommerce-page table.woocommerce-orders-table tbody tr td:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; } }

.woocommerce-page .woocommerce-notices-wrapper {
  width: 100%; }

@media (min-width: 767px) {
  .woocommerce-page form.checkout_coupon .form-row {
    margin-bottom: 0 !important; } }

.woocommerce-page .sq-card-wrapper .sq-card-message {
  color: #fff !important; }

@media (max-width: 1023px) {
  .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 10px; } }

.woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  padding: 1.66667rem;
  border-radius: 16px;
  background: #F0F0F0; }
  @media (max-width: 991px) {
    .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
      margin-bottom: 30px; }
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details:last-child {
        margin-bottom: 0; } }
  .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    margin-top: 1.25rem;
    color: #242124;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    border: none;
    margin-bottom: 0 !important;
    padding: 0; }
    .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
      margin: 0;
      padding: 0; }
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p:before {
        font-family: 'default';
        margin: 0 10px 0 0;
        position: static;
        color: #FD6513;
        font-size: 0.91667rem; }
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p.woocommerce-customer-details--phone:before {
        content: '\e90e'; }
      .woocommerce-page.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p.woocommerce-customer-details--email:before {
        content: '\e919'; }

.woocommerce-page .payment_methods {
  padding: 0 !important;
  padding-bottom: 1.25rem !important;
  margin-bottom: 1.25rem !important; }
  .woocommerce-page .payment_methods label {
    display: none; }
  .woocommerce-page .payment_methods .wc_payment_method .payment_box,
  .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box {
    margin: 0 !important;
    border-radius: 16px !important;
    background-color: #242124 !important;
    padding: 20px; }
    @media (min-width: 767px) {
      .woocommerce-page .payment_methods .wc_payment_method .payment_box,
      .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box {
        padding: 2.08333rem 1.45833rem 2.5rem !important; } }
    .woocommerce-page .payment_methods .wc_payment_method .payment_box p,
    .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box p {
      color: #FFF;
      font-size: 2rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 0.48px;
      text-transform: uppercase;
      font-family: "elza-condensed", sans-serif;
      margin-bottom: 0.83333rem; }
    .woocommerce-page .payment_methods .wc_payment_method .payment_box fieldset,
    .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box fieldset {
      margin: 0;
      padding: 0;
      border: none; }
    .woocommerce-page .payment_methods .wc_payment_method .payment_box:before,
    .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box:before {
      display: none !important; }
    .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row,
    .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row {
      display: block !important;
      cursor: pointer;
      position: relative; }
      .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row input,
      .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row input {
        opacity: 0;
        position: absolute; }
        .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row input:checked + label:before,
        .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row input:checked + label:before {
          content: '\e914';
          font-family: 'default';
          font-size: 12px;
          background: #FD6513;
          color: #fff; }
      .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row label,
      .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row label {
        padding: 0.375rem 10px;
        width: 100%;
        border-radius: 7.43px;
        border: 2px solid #FD6513;
        background: #fff;
        color: #242124;
        font-size: 13px;
        font-weight: 350 !important;
        line-height: normal;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "synthese", sans-serif;
        text-transform: none;
        letter-spacing: 0.1px;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        @media (min-width: 767px) {
          .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row label,
          .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row label {
            padding-left: 1.33333rem;
            padding: 0.375rem 0.75rem; } }
        @media (min-width: 1199px) {
          .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row label,
          .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row label {
            font-size: 0.83333rem; } }
        .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row label:before,
        .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row label:before {
          content: '';
          width: 16px;
          height: 16px;
          border-radius: 2px;
          border: 1px solid rgba(99, 99, 99, 0.8);
          background: #FFF;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-right: 0.41667rem; }
          @media (min-width: 991px) {
            .woocommerce-page .payment_methods .wc_payment_method .payment_box .form-row label:before,
            .woocommerce-page .payment_methods .woocommerce-PaymentMethod .payment_box .form-row label:before {
              width: 22.62px;
              height: 22.615px; } }

.woocommerce-page.woocommerce-order-pay form table.shop_table {
  width: 100%; }
  .woocommerce-page.woocommerce-order-pay form table.shop_table th, .woocommerce-page.woocommerce-order-pay form table.shop_table td {
    display: table-cell !important; }
    @media (max-width: 767px) {
      .woocommerce-page.woocommerce-order-pay form table.shop_table th, .woocommerce-page.woocommerce-order-pay form table.shop_table td {
        padding: 10px 8px;
        font-size: 12px; }
        .woocommerce-page.woocommerce-order-pay form table.shop_table th *, .woocommerce-page.woocommerce-order-pay form table.shop_table td * {
          font-size: 12px; } }
    .woocommerce-page.woocommerce-order-pay form table.shop_table th ul, .woocommerce-page.woocommerce-order-pay form table.shop_table td ul {
      margin: 0; }
  .woocommerce-page.woocommerce-order-pay form table.shop_table .product-total,
  .woocommerce-page.woocommerce-order-pay form table.shop_table .product-subtotal {
    text-align: right; }
  .woocommerce-page.woocommerce-order-pay form table.shop_table .product-name {
    text-align: left; }

.woocommerce-page.woocommerce-order-pay form #payment {
  background: unset; }
  .woocommerce-page.woocommerce-order-pay form #payment .woocommerce-terms-and-conditions-wrapper p {
    color: #242124;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.25rem; }
  .woocommerce-page.woocommerce-order-pay form #payment abbr.required {
    display: none; }

.woocommerce-page.woocommerce-add-payment-method .woocommerce-Payment {
  background: unset !important;
  border-radius: 0 !important; }
  .woocommerce-page.woocommerce-add-payment-method .woocommerce-Payment ul li input {
    display: none; }

.woocommerce-page.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-details:before, .woocommerce-page.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions:before {
  display: none; }

.ins-checkout-popup {
  left: -2px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout {
    border-radius: 1.11111rem 0px 0px 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns {
      width: 100% !important;
      bottom: 1.66667rem !important;
      left: 0 !important;
      padding: 0px 2.22222rem !important;
      background-color: transparent !important;
      border: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns .view-cart {
        display: none; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns a {
        font-family: "elza-condensed", sans-serif;
        text-transform: uppercase;
        font-size: 1.11111rem !important;
        border-radius: 6px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    height: auto;
    border-bottom: 1px solid #C9C8C0;
    border-radius: 0px;
    background-color: transparent !important; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 1.55556rem 1.77778rem 1.22222rem 1.77778rem; } }
    @media (min-width: 991px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 2.33333rem 2.77778rem 1.5rem 2.77778rem; } }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-header .ins-checkout-header-icon {
      display: none; }
  @media (max-width: 767px) {
    .ins-checkout-popup.ins-checkout-modern .ins-content {
      height: calc(100% - 170px) !important;
      overflow: auto; } }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header-title {
    font-size: 1.33333rem;
    font-family: "elza-condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.24px;
    color: #242124 !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-close {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-close svg {
      width: 1.11111rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-content-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0px;
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-heading {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:not(:last-child) {
      border-bottom: 1px #C9C8C0 solid;
      padding-bottom: 1.11111rem;
      margin-bottom: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:hover {
      background-color: transparent; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a img {
        min-height: 5.27778rem;
        min-width: 5.27778rem;
        border-radius: 6px; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-price {
      display: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-product {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      gap: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title {
      padding-right: 10px; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
        color: #242124 !important;
        font-size: 1rem !important;
        font-family: "elza-condensed", sans-serif;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        line-height: 1.22222rem; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
            font-size: 1.33333rem !important; } }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total {
      padding-left: 10px;
      text-align: right; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
        font-size: 1rem !important;
        font-family: "elza-condensed", sans-serif;
        letter-spacing: -0.96px;
        text-transform: uppercase; }
        .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span bdi {
          color: #FD6513 !important; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
            font-size: 1.33333rem !important; } }
    @media (max-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-remove {
        display: none; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner.step-1.active {
    padding: 0px !important;
    height: 100%;
    padding-bottom: 6.66667rem !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner .ins-cart-step .cart_totals h2 {
    letter-spacing: -0.2px;
    font-size: 20px !important; }
  .ins-checkout-popup.ins-checkout-modern .woocommerce-cart-form {
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
    overflow-x: hidden;
    scrollbar-color: #FD6513;
    padding: 10px 10px 0 !important;
    height: 100%; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        max-height: calc(100vh - 430px);
        padding: 1.11111rem 1.11111rem 0 !important; } }
    @media (min-width: 991px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        padding: 2.22222rem 2.22222rem 0 !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap {
    gap: 0;
    border-radius: 4.8px;
    border: 0.889px solid #D9D9D9;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus {
      height: 35px !important;
      border-radius: 0px;
      background: rgba(131, 126, 89, 0.09);
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus rect, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus rect {
        fill: #242124; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus path, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus path {
        fill: #242124; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
      background-color: transparent;
      border-radius: 0px !important;
      border: none !important;
      color: rgba(0, 48, 20, 0.8);
      font-size: 17px;
      letter-spacing: -0.168px;
      height: 32px !important;
      width: 1.33333rem !important; }
      @media (min-width: 767px) {
        .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
          width: 2.44444rem !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
    background-color: transparent;
    padding: 10px 10px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #C9C8C0;
    border-bottom: none;
    border-radius: 0px; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content .cart-subtotal {
      display: none; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
        padding: 1.94444rem 2.22222rem 0px; } }
  .ins-checkout-popup.ins-checkout-modern .ins-empty-cart-button {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-footer-cart-button .ins-cart-coupon {
    width: 100% !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon {
    padding: 0px;
    margin-bottom: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon input[type="text"] {
      border-radius: 4px;
      border: 1px solid #C9C8C0;
      color: rgba(0, 48, 20, 0.6);
      font-size: 1rem;
      padding: 10px 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon button {
      width: 50% !important;
      background-color: #242124 !important;
      font-size: 1.11111rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals h2 {
    letter-spacing: -0.2px !important;
    font-size: 1.11111rem !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .order-total td span {
    font-family: "elza-condensed", sans-serif;
    font-size: 1.22222rem !important;
    color: #FD6513 !important;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    font-weight: 400 !important; }
  .ins-checkout-popup .shop_table.shop_table_responsive {
    width: 100% !important; }

.i3-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    .i3-slider.slick-slider .slick-slide:not(:first-child) {
      display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide:not(:first-child) {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide:not(:first-child) {
    display: block;
    height: auto; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #FC3706;
    color: #FEF6E1;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 1.66667rem;
    height: 1.66667rem;
    z-index: 9;
    border-radius: 1.449px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.449px solid rgba(254, 246, 225, 0.1);
    border-radius: 7.431px;
    bottom: 60px; }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #242124; }
      .i3-slider.slick-slider .slick-prev:hover:before, .i3-slider.slick-slider .slick-prev:focus:before,
      .i3-slider.slick-slider .slick-next:hover:before,
      .i3-slider.slick-slider .slick-next:focus:before {
        color: #FEF6E1; }
    .i3-slider.slick-slider .slick-prev.slick-disabled,
    .i3-slider.slick-slider .slick-next.slick-disabled {
      pointer-events: none;
      border: 1.449px solid rgba(254, 246, 225, 0.1);
      background: #FEC6A1; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 1rem;
      line-height: 1;
      color: #EBE8E1; }
  .i3-slider.slick-slider .slick-prev {
    left: 2.91667rem; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: -40px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
  .i3-slider.slick-slider .slick-next {
    left: 5rem; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: -40px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%; }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 30px;
      height: 3px;
      margin: 0 0.25rem; }
      @media (min-width: 1023px) {
        .i3-slider.slick-slider .slick-dots li {
          width: 50px; } }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%; }
        .i3-slider.slick-slider .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #FD6513;
          text-align: center; }
      .i3-slider.slick-slider .slick-dots li.slick-active button:before {
        background-color: #242124; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
        margin-left: 5px;
        margin-right: 5px; } }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
        margin-left: -5px;
        margin-right: -5px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
        margin-left: 10px;
        margin-right: 10px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
        margin-left: -10px;
        margin-right: -10px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
        margin-left: 15px;
        margin-right: 15px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
        margin-left: 20px;
        margin-right: 20px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
        margin-left: -20px;
        margin-right: -20px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
        margin-left: 25px;
        margin-right: 25px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
        margin-left: -25px;
        margin-right: -25px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
        margin-left: 30px;
        margin-right: 30px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
        margin-left: -30px;
        margin-right: -30px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
        margin-left: 35px;
        margin-right: 35px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
        margin-left: -35px;
        margin-right: -35px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
        margin-left: 40px;
        margin-right: 40px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
        margin-left: -40px;
        margin-right: -40px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
        margin-left: 45px;
        margin-right: 45px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
        margin-left: -45px;
        margin-right: -45px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
        margin-left: 50px;
        margin-right: 50px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 991px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
        margin-left: -50px;
        margin-right: -50px; } }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-overflow .slick-list {
    overflow: visible !important; }
  .i3-slider.slick-slider.\--arrows-top-right .slick-next {
    bottom: unset;
    left: unset;
    top: -105px;
    right: 0; }
  .i3-slider.slick-slider.\--arrows-top-right .slick-prev {
    bottom: unset;
    left: unset;
    top: -105px;
    right: 2.29167rem; }
  .i3-slider.slick-slider.\--arrow-theme-dark .slick-arrow {
    background-color: #242124 !important; }
  .i3-slider.slick-slider.\--arrow-theme-dark .slick-arrow.slick-disabled {
    background: rgba(255, 255, 255, 0.3) !important; }
  .i3-slider.slick-slider.\--dots-theme-light .slick-dots li button:before {
    background-color: rgba(255, 255, 255, 0.7); }
  .i3-slider.slick-slider.\--dots-theme-light .slick-dots li.slick-active button:before {
    background-color: #242124; }

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

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

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

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

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

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

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

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

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

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

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

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url();
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

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

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

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }