@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap");
/* RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

/* FRAMEWORK
------------------------------ */
.row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.row .column:first-child {
  margin: 0; }

.column {
  display: block;
  float: left;
  margin: 0 0 0 4%; }

.d1-12 {
  width: 4.66666666667%; }

.d2-12 {
  width: 13.3333333333%; }

.d3-12 {
  width: 22%; }
  .d3-12:nth-child(5n) {
    margin: 0; }

.d4-12 {
  width: 30.6666666667%; }
  .d4-12:nth-child(3n + 1) {
    margin: 0; }

.d5-12 {
  width: 39.3333333333%; }

.d6-12 {
  width: 48%; }

.d7-12 {
  width: 56.6666666667%; }

.d8-12 {
  width: 65.3333333333%; }

.d9-12 {
  width: 74%; }

.d10-12 {
  width: 82.6666666667%; }

.d11-12 {
  width: 91.3333333333%; }

.d12-12 {
  width: 100%; }

@media (max-width: 768px) {
  .row .column:nth-child(2n + 1) {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 48%; } }
@media (max-width: 500px) {
  .column {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 100%; } }
/* GENERAL STYLES
------------------------------ */
/* elements */
html {
  width: 100%; }

body {
  font: normal 100% "Montserrat", sans-serif;
  background: #fff;
  color: #737375;
  padding: 0;
  overflow-x: hidden; }

a {
  color: #f85005;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.widthWrapper,
#primary,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - (100vw - 100%));
  max-width: 1920px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .widthWrapper,
    #primary,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 768px) {
    .widthWrapper,
    #primary,
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .widthWrapper.narrow,
  #primary.narrow,
  .woocommerce-cart .woocommerce.narrow,
  .woocommerce-checkout .woocommerce.narrow,
  .container.narrow {
    max-width: 1000px; }

.shop-wrap {
  display: flex;
  align-items: flex-start; }

.flex {
  display: flex; }

.equal > * {
  flex: 1; }

.align_center {
  align-items: center; }

.space_between {
  justify-content: space-between; }

.justify_center {
  justify-content: center; }

h1 {
  font-size: 40px;
  color: #f85005;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0.5em 0 1em 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 28px;
      margin-bottom: 0.5em; } }

body.ofh {
  overflow: hidden !important;
  position: relative;
  height: 100%; }
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
    width: calc(100vw - (100vw - 100%)); } }

.btn {
  display: inline-block;
  padding: 14px 26px;
  font-weight: bold;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit; }
  .btn.btn_primary {
    background: #f85005;
    color: #fff;
    border: none; }
    .btn.btn_primary:hover {
      background: #c64004; }
  .btn.btn_big {
    padding: 20px 40px; }
  .btn.btn_big_two_line {
    padding: 20px 30px;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1024px) {
      .btn.btn_big_two_line br {
        display: none; } }
  .btn.btn_outline {
    border: 2px solid #eeeeee; }
    .btn.btn_outline:hover {
      background-color: rgba(238, 238, 238, 0.5); }

@media (max-width: 1024px) {
  header {
    height: 115px; } }
header .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8em; }
  @media (max-width: 1024px) {
    header .top .widthWrapper {
      justify-content: center; } }
  header .top a {
    color: #414142;
    text-decoration: none;
    padding: 10px 0; }
    @media (max-width: 1024px) {
      header .top a {
        margin: 0 20px; } }
    header .top a:hover {
      color: #f85005; }
  header .top i {
    color: black;
    margin-right: 10px;
    font-size: 1.2em; }
    @media (max-width: 1024px) {
      header .top i {
        margin-right: 0; } }
header .top_contact a {
  margin-right: 30px; }
  header .top_contact a:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    header .top_contact a span {
      display: none; } }
  @media (max-width: 1024px) {
    header .top_contact a {
      margin-right: 10px; } }
@media (max-width: 1024px) {
  header .top_nav {
    display: none; } }
header .top_nav ul {
  display: flex;
  align-items: center; }
  header .top_nav ul li {
    margin-right: 20px; }
    header .top_nav ul li:last-child {
      margin-right: 0; }
header .middle {
  padding: 20px 0 20px; }
  @media (max-width: 1024px) {
    header .middle {
      padding: 20px 0 20px; } }
  @media (max-width: 500px) {
    header .middle {
      padding: 5px 0 15px; } }
  header .middle .logo {
    flex-shrink: 2; }
    @media (max-width: 500px) {
      header .middle .logo {
        margin-right: 20px; } }
    header .middle .logo svg {
      display: block;
      width: 100%;
      max-width: 400px;
      height: auto; }
      @media (max-width: 1024px) {
        header .middle .logo svg {
          max-width: 220px; } }
      @media (max-width: 500px) {
        header .middle .logo svg {
          max-width: 160px; } }
  header .middle form {
    flex-grow: 1;
    max-width: 700px;
    padding: 0 0 0 40px;
    position: relative; }
    @media (max-width: 1024px) {
      header .middle form {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(0) translateY(-100%);
        -moz-transform: translateX(0) translateY(-100%);
        -ms-transform: translateX(0) translateY(-100%);
        -o-transform: translateX(0) translateY(-100%);
        transform: translateX(0) translateY(-100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        display: block;
        margin-left: 0;
        padding: 0;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
        pointer-events: none; }
        header .middle form.show {
          pointer-events: all;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
    header .middle form input {
      background-color: #eeeeee;
      border: none;
      height: 46px;
      font-size: 1em;
      font-family: inherit;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 55px;
      padding-right: 135px; }
    header .middle form svg {
      position: absolute;
      top: 11px;
      left: 55px;
      width: 25px;
      height: 25px; }
      @media (max-width: 1024px) {
        header .middle form svg {
          left: 20px; } }
    header .middle form button {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: normal;
      height: 46px;
      padding: 0 40px;
      text-transform: uppercase;
      font-weight: normal; }
      @media (max-width: 1024px) {
        header .middle form button {
          right: 0; } }
  @media (min-width: 1024px) {
    header .middle .account_links {
      display: none; } }
  header .middle .cart {
    margin-left: 25px;
    display: none; }
    @media (max-width: 1024px) {
      header .middle .cart {
        margin-left: 5px;
        margin-right: 10px; } }
    @media (max-width: 500px) {
      header .middle .cart {
        margin-right: 0;
        margin-left: 0; } }
    header .middle .cart a {
      background: #eeeeee;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      text-decoration: none;
      position: relative; }
      @media (max-width: 1024px) {
        header .middle .cart a {
          background: none;
          width: 40px;
          height: 40px; } }
      @media (max-width: 500px) {
        header .middle .cart a {
          width: 30px;
          height: 30px; } }
      header .middle .cart a:hover {
        color: #f85005; }
      header .middle .cart a i {
        font-size: 40px; }
        @media (max-width: 1024px) {
          header .middle .cart a i {
            font-size: 30px; } }
      header .middle .cart a .count {
        width: 24px;
        height: 24px;
        background: #f85005;
        color: white;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 24px;
        font-size: 13px;
        display: block; }
        @media (max-width: 1024px) {
          header .middle .cart a .count {
            width: 18px;
            height: 18px;
            font-size: 10px;
            line-height: 18px; } }
        @media (max-width: 500px) {
          header .middle .cart a .count {
            top: -4px;
            right: -4px; } }
  header .middle .open_search {
    margin-right: 5px;
    padding: 10px;
    display: none; }
    @media (max-width: 1024px) {
      header .middle .open_search {
        display: block; } }
    @media (max-width: 500px) {
      header .middle .open_search {
        margin-right: 0; } }
    header .middle .open_search svg {
      width: auto;
      height: 30px;
      margin-top: 3px; }
      header .middle .open_search svg path {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    header .middle .open_search:hover svg path {
      fill: #f85005;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  header .middle .login_register {
    display: none;
    color: black;
    text-decoration: none;
    font-size: 15px; }
    @media (max-width: 1024px) {
      header .middle .login_register {
        padding: 10px; } }
    header .middle .login_register strong {
      margin: 0 3px; }
    @media (max-width: 1024px) {
      header .middle .login_register span {
        display: none; } }
    header .middle .login_register i {
      font-size: 23px;
      color: black;
      margin-right: 7px; }
      @media (max-width: 1024px) {
        header .middle .login_register i {
          font-size: 30px; } }
    header .middle .login_register:hover {
      color: #f85005; }
      header .middle .login_register:hover i {
        color: black; }
        @media (max-width: 1024px) {
          header .middle .login_register:hover i {
            color: #f85005; } }
header .bottom {
  padding-bottom: 20px; }
  header .bottom ul {
    display: flex; }
    header .bottom ul li {
      flex-grow: 1; }
      header .bottom ul li a {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.1em;
        padding: 20px;
        display: inline-block; }
        header .bottom ul li a:hover {
          color: #f85005; }
      header .bottom ul li:first-child a {
        padding-left: 0; }
      header .bottom ul li:last-child {
        flex-grow: 0; }
        header .bottom ul li:last-child a {
          padding-right: 0; }
  header .bottom .top_contact {
    display: none; }
  header .bottom .top_nav {
    display: none; }
  @media (max-width: 1024px) {
    header .bottom {
      position: fixed !important;
      top: 130px;
      right: 0;
      width: 100%;
      max-width: 320px;
      margin-right: 0;
      z-index: 99999;
      background: white;
      height: calc(100vh - 130px);
      padding: 0;
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateX(100%) translateY(0);
      -moz-transform: translateX(100%) translateY(0);
      -ms-transform: translateX(100%) translateY(0);
      -o-transform: translateX(100%) translateY(0);
      transform: translateX(100%) translateY(0);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow-y: auto; }
      header .bottom.show {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      header .bottom ul {
        display: block; }
        header .bottom ul li a {
          padding: 15px 0; }
      header .bottom .top_nav {
        display: block;
        border-top: 1px solid #eeeeee;
        margin-top: 10px;
        padding-top: 15px; }
        header .bottom .top_nav a {
          text-transform: none;
          padding: 7px 0;
          font-size: 16px; } }
  @media (max-width: 500px) {
    header .bottom {
      top: 100px;
      height: calc(100vh - 100px);
      max-width: 100%; } }

.searchwp-live-search-result .data {
  flex-grow: 1; }

.color_box_wrap > div {
  flex: 1;
  max-width: 23px;
  margin-right: 5px; }
  .color_box_wrap > div:last-child {
    margin-right: 0; }
  .color_box_wrap > div a {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .color_box_wrap > div.plus_color a {
    background: #eeeeee;
    color: black;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700; }
    .color_box_wrap > div.plus_color a span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }

.body_wrap,
.shop-wrap {
  display: flex; }
  @media (max-width: 1024px) {
    .body_wrap,
    .shop-wrap {
      display: block; } }
  .body_wrap .sidebar,
  .body_wrap .shop-filters,
  .shop-wrap .sidebar,
  .shop-wrap .shop-filters {
    flex: 0 0 400px;
    border-right: 1px solid #eeeeee;
    padding-right: 20px;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .body_wrap .sidebar,
      .body_wrap .shop-filters,
      .shop-wrap .sidebar,
      .shop-wrap .shop-filters {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        margin-right: 0;
        z-index: 99999;
        background: white;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
        height: 100vh;
        padding: 25px;
        -webkit-transform: translateX(calc(100% + 30px)) translateY(0);
        -moz-transform: translateX(calc(100% + 30px)) translateY(0);
        -ms-transform: translateX(calc(100% + 30px)) translateY(0);
        -o-transform: translateX(calc(100% + 30px)) translateY(0);
        transform: translateX(calc(100% + 30px)) translateY(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: auto; }
        .body_wrap .sidebar.show,
        .body_wrap .shop-filters.show,
        .shop-wrap .sidebar.show,
        .shop-wrap .shop-filters.show {
          -webkit-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
  .body_wrap .products_wrap,
  .body_wrap #prints-results,
  .shop-wrap .products_wrap,
  .shop-wrap #prints-results {
    flex-grow: 1; }

.sidebar h3 {
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2em; }
  .sidebar h3 a {
    color: black;
    text-decoration: none; }
    .sidebar h3 a span {
      font-size: 1.2em;
      font-weight: 500; }
    .sidebar h3 a:hover span {
      color: #f85005; }
    .sidebar h3 a.clear_filters {
      color: #f85005;
      font-size: 0.7em;
      text-transform: none;
      display: inline-block;
      margin-left: 15px;
      text-decoration: underline; }
      .sidebar h3 a.clear_filters:hover {
        text-decoration: none; }
.sidebar .sort_by {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px; }
  @media (max-width: 1024px) {
    .sidebar .sort_by {
      display: block; } }
  .sidebar .sort_by .select_wrap .select_option {
    position: relative; }
  .sidebar .sort_by .title {
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px; }
.sidebar .close_wrap {
  text-align: right;
  display: none; }
  @media (max-width: 1024px) {
    .sidebar .close_wrap {
      display: block; } }
.sidebar .close_sidebar {
  display: none; }
  @media (max-width: 1024px) {
    .sidebar .close_sidebar {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative; }
      .sidebar .close_sidebar .line1,
      .sidebar .close_sidebar .line2 {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        background: #f85005;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%; }
      .sidebar .close_sidebar .line1 {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg); }
      .sidebar .close_sidebar .line2 {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg); } }

footer {
  background: #eeeeee; }
  footer .logo {
    margin-bottom: 20px;
    display: block; }
    footer .logo svg {
      max-width: 250px;
      margin-right: 20px; }
      @media (max-width: 1024px) {
        footer .logo svg {
          margin-right: 0; } }
  footer .footer_nav a {
    color: #737375;
    text-decoration: none;
    text-transform: uppercase; }
    footer .footer_nav a:hover {
      text-decoration: underline; }
  footer .footer_nav li {
    margin: 15px 0; }
    footer .footer_nav li:first-child {
      margin-top: 0; }
    footer .footer_nav li:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      footer .footer_nav li {
        text-align: center; } }
  footer .footer_top {
    padding: 70px 0; }
    @media (max-width: 1024px) {
      footer .footer_top {
        padding: 35px;
        flex-wrap: wrap; }
        footer .footer_top .col:first-child {
          flex: 0 0 100%;
          text-align: center;
          margin-bottom: 30px; } }
    @media (max-width: 768px) {
      footer .footer_top .col:last-child {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 30px; } }
    @media (max-width: 500px) {
      footer .footer_top .col {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 30px; } }
  footer .footer_address {
    font-size: 14px;
    line-height: 1.6em; }
  footer .footer_bottom {
    background: #e1e1e1;
    padding: 20px 0;
    font-size: 13px; }
    footer .footer_bottom a {
      color: #737375;
      text-decoration: none; }
      footer .footer_bottom a:hover {
        text-decoration: underline; }

.pfxml-leaf-wrap label {
  display: block;
  padding-left: 17px; }

#pfxml-form,
#mido-filters-form {
  display: flex;
  gap: 20px; }
  #pfxml-form h4,
  #mido-filters-form h4 {
    font-size: 1em;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-weight: 400;
    text-transform: uppercase; }
  #pfxml-form label,
  #mido-filters-form label {
    font-size: 12px;
    color: black;
    cursor: pointer;
    margin: 5px 0; }
    #pfxml-form label:hover,
    #mido-filters-form label:hover {
      color: #f85005; }
    #pfxml-form label.pfxml-disabled,
    #mido-filters-form label.pfxml-disabled {
      color: #737375;
      pointer-events: none; }
  #pfxml-form .pfxml-parent-collapsible summary::marker,
  #mido-filters-form .pfxml-parent-collapsible summary::marker {
    display: none;
    content: "+"; }
  #pfxml-form .pfxml-parent-collapsible[open] summary::marker,
  #mido-filters-form .pfxml-parent-collapsible[open] summary::marker {
    content: "-"; }
  #pfxml-form label input[type="checkbox"]:checked + span,
  #pfxml-form label input[type="radio"]:checked + span,
  #mido-filters-form label input[type="checkbox"]:checked + span,
  #mido-filters-form label input[type="radio"]:checked + span {
    color: #f85005; }
  #pfxml-form label input[type="checkbox"]:checked + .pfxml-swatch,
  #mido-filters-form label input[type="checkbox"]:checked + .pfxml-swatch {
    position: relative; }
  #pfxml-form label input[type="checkbox"]:checked + .pfxml-swatch:after,
  #mido-filters-form label input[type="checkbox"]:checked + .pfxml-swatch:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23f85005' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none; }
  #pfxml-form input[type="checkbox"],
  #pfxml-form input[type="radio"],
  #mido-filters-form input[type="checkbox"],
  #mido-filters-form input[type="radio"] {
    display: none; }
  #pfxml-form > div,
  #mido-filters-form > div {
    flex: 1; }
  #pfxml-form .actions,
  #mido-filters-form .actions {
    display: none; }

.pfxml-bucket label {
  display: block; }

.pfxml-group[data-key="color"] .pfxml-bucket span {
  display: none; }
  .pfxml-group[data-key="color"] .pfxml-bucket span.pfxml-swatch {
    display: inline-block; }
.pfxml-group[data-key="color"] .pfxml-buckets {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; }
  .pfxml-group[data-key="color"] .pfxml-buckets .pfxml-bucket {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    flex: 0 0 20px; }
    .pfxml-group[data-key="color"] .pfxml-buckets .pfxml-bucket label {
      margin: 0; }

.pfxml-group {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 0; }

.gender_wrap {
  display: flex;
  gap: 20px;
  margin: 100px 0; }

.gender_match {
  max-width: 100%; }

.gender_match_1 {
  min-width: 315px; }

.shop-grid, .gender_match_wrap, .mido-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px); }
  .gender_wrap .shop-grid,
  .gender_wrap .gender_match_wrap,
  .gender_wrap .mido-grid {
    margin: 0;
    width: 100%; }
  .shop-grid.izpostavljeno-grid .shop-card, .gender_match_wrap.izpostavljeno-grid .shop-card, .mido-grid.izpostavljeno-grid .shop-card {
    flex: 0 0 calc(20% - 20px); }
  .shop-grid .shop-card, .shop-grid .mido-card, .gender_match_wrap .shop-card, .gender_match_wrap .mido-card, .mido-grid .shop-card, .mido-grid .mido-card {
    position: relative;
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1300px) {
      .shop-grid .shop-card, .shop-grid .mido-card, .gender_match_wrap .shop-card, .gender_match_wrap .mido-card, .mido-grid .shop-card, .mido-grid .mido-card {
        flex: calc(33.333% - 20px);
        margin: 10px;
        min-width: 215px; } }
    @media (max-width: 500px) {
      .shop-grid .shop-card, .shop-grid .mido-card, .gender_match_wrap .shop-card, .gender_match_wrap .mido-card, .mido-grid .shop-card, .mido-grid .mido-card {
        flex: calc(33.333% - 10px);
        margin: 5px;
        min-width: 130px; } }
    .search-results .shop-grid .shop-card,
    .search-results .shop-grid .mido-card,
    .search-results .gender_match_wrap .shop-card,
    .search-results .gender_match_wrap .mido-card,
    .search-results .mido-grid .shop-card,
    .search-results .mido-grid .mido-card {
      flex: 0 0 calc(20% - 20px); }
    .recently-viewed .shop-grid .shop-card, .recently-viewed .shop-grid .mido-card, .recently-viewed .gender_match_wrap .shop-card, .recently-viewed .gender_match_wrap .mido-card, .recently-viewed .mido-grid .shop-card, .recently-viewed .mido-grid .mido-card {
      flex: 0 0 calc(20% - 20px); }
    .gender_wrap .shop-grid .shop-card, .gender_wrap .shop-grid .mido-card, .gender_wrap .gender_match_wrap .shop-card, .gender_wrap .gender_match_wrap .mido-card, .gender_wrap .mido-grid .shop-card, .gender_wrap .mido-grid .mido-card {
      flex: 1;
      min-width: 250px; }
    .shop-grid .shop-card .thumb, .shop-grid .mido-card .thumb, .gender_match_wrap .shop-card .thumb, .gender_match_wrap .mido-card .thumb, .mido-grid .shop-card .thumb, .mido-grid .mido-card .thumb {
      width: calc(100% - 10px);
      height: 0;
      padding-bottom: calc(100% - 10px);
      overflow: hidden;
      position: relative;
      top: 10px;
      left: 10px;
      background-color: white;
      z-index: 2; }
      .shop-grid .shop-card .thumb img, .shop-grid .mido-card .thumb img, .gender_match_wrap .shop-card .thumb img, .gender_match_wrap .mido-card .thumb img, .mido-grid .shop-card .thumb img, .mido-grid .mido-card .thumb img {
        max-width: 80%;
        max-height: 80%;
        width: auto;
        object-fit: contain;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .shop-grid .shop-card .topline, .shop-grid .mido-card .topline, .gender_match_wrap .shop-card .topline, .gender_match_wrap .mido-card .topline, .mido-grid .shop-card .topline, .mido-grid .mido-card .topline {
      font-size: 12px; }
    .shop-grid .shop-card .title, .shop-grid .mido-card .title, .gender_match_wrap .shop-card .title, .gender_match_wrap .mido-card .title, .mido-grid .shop-card .title, .mido-grid .mido-card .title {
      margin-top: 15px;
      font-size: 18px;
      margin-bottom: 5px; }
      .shop-grid .shop-card .title span, .shop-grid .mido-card .title span, .gender_match_wrap .shop-card .title span, .gender_match_wrap .mido-card .title span, .mido-grid .shop-card .title span, .mido-grid .mido-card .title span {
        font-size: 12px;
        color: black;
        font-weight: normal; }
    .shop-grid .shop-card .subtitle, .shop-grid .mido-card .subtitle, .gender_match_wrap .shop-card .subtitle, .gender_match_wrap .mido-card .subtitle, .mido-grid .shop-card .subtitle, .mido-grid .mido-card .subtitle {
      font-size: 12px;
      color: black;
      margin-bottom: 5px; }
    .shop-grid .shop-card .pv-swatches, .shop-grid .mido-card .pv-swatches, .gender_match_wrap .shop-card .pv-swatches, .gender_match_wrap .mido-card .pv-swatches, .mido-grid .shop-card .pv-swatches, .mido-grid .mido-card .pv-swatches {
      margin: 5px 0; }
    .shop-grid .shop-card .sizes, .shop-grid .mido-card .sizes, .gender_match_wrap .shop-card .sizes, .gender_match_wrap .mido-card .sizes, .mido-grid .shop-card .sizes, .mido-grid .mido-card .sizes {
      font-size: 12px;
      color: black;
      margin-bottom: 5px; }
    .shop-grid .shop-card .meta.cats, .shop-grid .mido-card .meta.cats, .gender_match_wrap .shop-card .meta.cats, .gender_match_wrap .mido-card .meta.cats, .mido-grid .shop-card .meta.cats, .mido-grid .mido-card .meta.cats {
      display: none; }
    .shop-grid .shop-card .price, .shop-grid .mido-card .price, .gender_match_wrap .shop-card .price, .gender_match_wrap .mido-card .price, .mido-grid .shop-card .price, .mido-grid .mido-card .price {
      font-size: 13px; }
      .shop-grid .shop-card .price strong, .shop-grid .mido-card .price strong, .gender_match_wrap .shop-card .price strong, .gender_match_wrap .mido-card .price strong, .mido-grid .shop-card .price strong, .mido-grid .mido-card .price strong {
        font-size: 15px;
        color: black; }
    .shop-grid .shop-card a, .shop-grid .mido-card a, .gender_match_wrap .shop-card a, .gender_match_wrap .mido-card a, .mido-grid .shop-card a, .mido-grid .mido-card a {
      text-decoration: none; }
    .shop-grid .shop-card .woocommerce-loop-product__link, .shop-grid .mido-card .woocommerce-loop-product__link, .gender_match_wrap .shop-card .woocommerce-loop-product__link, .gender_match_wrap .mido-card .woocommerce-loop-product__link, .mido-grid .shop-card .woocommerce-loop-product__link, .mido-grid .mido-card .woocommerce-loop-product__link {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .shop-grid .shop-card .button.product_type_simple, .shop-grid .mido-card .button.product_type_simple, .gender_match_wrap .shop-card .button.product_type_simple, .gender_match_wrap .mido-card .button.product_type_simple, .mido-grid .shop-card .button.product_type_simple, .mido-grid .mido-card .button.product_type_simple {
      display: none; }
    .shop-grid .shop-card .price, .shop-grid .mido-card .price, .gender_match_wrap .shop-card .price, .gender_match_wrap .mido-card .price, .mido-grid .shop-card .price, .mido-grid .mido-card .price {
      margin: auto 0 0 0;
      font-size: 13px; }
      @media (max-width: 500px) {
        .shop-grid .shop-card .price, .shop-grid .mido-card .price, .gender_match_wrap .shop-card .price, .gender_match_wrap .mido-card .price, .mido-grid .shop-card .price, .mido-grid .mido-card .price {
          font-size: 12px; } }
      .shop-grid .shop-card .price .amount, .shop-grid .mido-card .price .amount, .gender_match_wrap .shop-card .price .amount, .gender_match_wrap .mido-card .price .amount, .mido-grid .shop-card .price .amount, .mido-grid .mido-card .price .amount {
        font-size: 15px; }
        @media (max-width: 500px) {
          .shop-grid .shop-card .price .amount, .shop-grid .mido-card .price .amount, .gender_match_wrap .shop-card .price .amount, .gender_match_wrap .mido-card .price .amount, .mido-grid .shop-card .price .amount, .mido-grid .mido-card .price .amount {
            font-size: 16px; } }
    .shop-grid .shop-card .color_box_wrap > div, .shop-grid .mido-card .color_box_wrap > div, .gender_match_wrap .shop-card .color_box_wrap > div, .gender_match_wrap .mido-card .color_box_wrap > div, .mido-grid .shop-card .color_box_wrap > div, .mido-grid .mido-card .color_box_wrap > div {
      max-width: 27px;
      margin-right: 3%; }
      .shop-grid .shop-card .color_box_wrap > div:last-child, .shop-grid .mido-card .color_box_wrap > div:last-child, .gender_match_wrap .shop-card .color_box_wrap > div:last-child, .gender_match_wrap .mido-card .color_box_wrap > div:last-child, .mido-grid .shop-card .color_box_wrap > div:last-child, .mido-grid .mido-card .color_box_wrap > div:last-child {
        margin-right: 0; }
    .shop-grid .shop-card:hover, .shop-grid .mido-card:hover, .gender_match_wrap .shop-card:hover, .gender_match_wrap .mido-card:hover, .mido-grid .shop-card:hover, .mido-grid .mido-card:hover {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
      .shop-grid .shop-card:hover .custom_title, .shop-grid .mido-card:hover .custom_title, .gender_match_wrap .shop-card:hover .custom_title, .gender_match_wrap .mido-card:hover .custom_title, .mido-grid .shop-card:hover .custom_title, .mido-grid .mido-card:hover .custom_title {
        color: #f85005; }

.new_product {
  display: flex;
  gap: 50px; }
  .new_product__image {
    position: sticky;
    top: 0;
    flex: 0 0 50%; }
    .new_product__image .pv-hero {
      width: 100%;
      height: 750px;
      position: relative; }
      .new_product__image .pv-hero #pv-hero-img {
        position: absolute;
        object-fit: cover;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%;
        max-width: 85%;
        max-height: 85%;
        min-width: 40%; }
  .new_product__data .btn_wrap {
    margin: 1.5em 0;
    text-align: center; }
    .new_product__data .btn_wrap .btn {
      margin-bottom: 0.5em; }
  .new_product h1 {
    margin-bottom: 0.5em; }
  .new_product .subtitle {
    margin-bottom: 1em; }
  .new_product .style_code {
    font-size: 14px;
    margin-bottom: 1em; }
  .new_product .content ul {
    margin-bottom: 1em; }
    .new_product .content ul li {
      margin-bottom: 5px; }
      .new_product .content ul li:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        margin: 5px 7px 0 0;
        width: 8px;
        height: 8px;
        background-color: #e1e1e1;
        border-radius: 50px; }
  .new_product .sizes {
    margin-bottom: 1em; }
    .new_product .sizes strong {
      color: black; }
  .new_product .price {
    font-size: 1.2em; }
    .new_product .price strong {
      color: black;
      font-size: 1.5em; }

#pv-variations h3 {
  color: black; }

.zaloga_wrap {
  border: 1px solid #f85005;
  margin: 1em 0; }
  .zaloga_wrap .zaloga_notice {
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    background-color: #f85005; }
  .zaloga_wrap .pv-thumbs {
    padding: 20px; }

.pv-col-price {
  color: black;
  font-weight: bold; }

.kontakt_notice {
  font-size: 13px; }

.mido-vari {
  font-size: 13px;
  margin-bottom: 10px; }

.pfxml-group[data-key="xfilter"] .pfxml-bucket {
  margin-bottom: 15px; }

header {
  position: relative;
  z-index: 100; }
  header .top,
  header .middle,
  header .bottom {
    z-index: 2;
    position: relative;
    background-color: white; }

.categories_menu {
  display: flex;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0) translateY(calc(-100% - 35px));
  -moz-transform: translateX(0) translateY(calc(-100% - 35px));
  -ms-transform: translateX(0) translateY(calc(-100% - 35px));
  -o-transform: translateX(0) translateY(calc(-100% - 35px));
  transform: translateX(0) translateY(calc(-100% - 35px));
  position: absolute;
  top: 100%;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 1; }
  @media (min-width: 1024px) {
    .home .categories_menu {
      -webkit-transform: translateX(0) translateY(0) !important;
      -moz-transform: translateX(0) translateY(0) !important;
      -ms-transform: translateX(0) translateY(0) !important;
      -o-transform: translateX(0) translateY(0) !important;
      transform: translateX(0) translateY(0) !important;
      position: relative;
      box-shadow: none; } }
  .categories_menu.show {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0) !important;
    -moz-transform: translateX(0) translateY(0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    -o-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important; }
  .categories_menu .mobile_title {
    display: none; }
  @media (max-width: 1024px) {
    .categories_menu {
      top: 130px;
      right: 0;
      z-index: 1000;
      width: 100%;
      max-width: 320px;
      -webkit-transform: translateX(calc(100%+35px)) translateY(0);
      -moz-transform: translateX(calc(100%+35px)) translateY(0);
      -ms-transform: translateX(calc(100%+35px)) translateY(0);
      -o-transform: translateX(calc(100%+35px)) translateY(0);
      transform: translateX(calc(100%+35px)) translateY(0);
      display: block;
      box-shadow: none;
      overflow-y: auto;
      overflow-x: hidden;
      height: calc(100vh - 130px);
      max-height: 100vh;
      background: white; }
      .categories_menu .mobile_title {
        display: block;
        color: #f85005;
        background: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 15px 10px;
        text-transform: uppercase;
        font-size: 18px; }
        .categories_menu .mobile_title svg {
          margin-right: 5px;
          width: 10px;
          height: auto;
          vertical-align: bottom; }
          .categories_menu .mobile_title svg path {
            fill: #f85005; } }
  @media (max-width: 1024px) {
    .categories_menu {
      top: 0;
      max-width: 100%; }
      .home .categories_menu {
        top: 0; } }
  .categories_menu .main_cats {
    flex: 3;
    position: relative;
    z-index: 2; }
    .categories_menu .main_cats .main_cat {
      background: #eeeeee;
      border-bottom: 1px solid white;
      font-size: 17px;
      text-transform: uppercase;
      padding: 0 15px 0 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .categories_menu .main_cats .main_cat.no_children:hover a {
        color: #f85005; }
      .categories_menu .main_cats .main_cat:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #f85005;
        -webkit-transition: all 0.2s ease 0.2s;
        -moz-transition: all 0.2s ease 0.2s;
        -ms-transition: all 0.2s ease 0.2s;
        -o-transition: all 0.2s ease 0.2s;
        transition: all 0.2s ease 0.2s; }
      .categories_menu .main_cats .main_cat:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        border-left: 0px solid #f85005;
        clear: both;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .categories_menu .main_cats .main_cat a {
        position: relative;
        z-index: 2;
        text-decoration: none;
        color: black;
        width: 100%;
        padding: 10px 0 10px 25px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .categories_menu .main_cats .main_cat .plus {
        position: relative;
        z-index: 2;
        font-weight: 800;
        color: #f85005;
        font-size: 20px;
        line-height: 17px; }
      .categories_menu .main_cats .main_cat.selected:before {
        width: 100%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .categories_menu .main_cats .main_cat.selected:after {
        border-left: 20px solid #f85005;
        -webkit-transition: all 0.2s ease 0.2s;
        -moz-transition: all 0.2s ease 0.2s;
        -ms-transition: all 0.2s ease 0.2s;
        -o-transition: all 0.2s ease 0.2s;
        transition: all 0.2s ease 0.2s; }
      .categories_menu .main_cats .main_cat.selected a {
        color: #fff; }
      .categories_menu .main_cats .main_cat.selected .plus {
        color: white;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  .categories_menu .main_cats_new {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #eee;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .categories_menu .main_cats_new {
        gap: 5px;
        padding: 5px; } }
    .categories_menu .main_cats_new__item {
      flex: 0 0 calc((100% / 6) - 17px);
      background-color: white;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1024px) {
        .categories_menu .main_cats_new__item {
          flex: 0 0 100%; } }
      .categories_menu .main_cats_new__item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        color: black;
        text-decoration: none;
        text-align: center;
        font-size: 0.9em;
        height: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media (max-width: 1024px) {
          .categories_menu .main_cats_new__item a {
            flex-direction: row;
            align-items: center; } }
      .categories_menu .main_cats_new__item:hover {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .categories_menu .main_cats_new__item:hover a {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          color: #f85005; }
    .categories_menu .main_cats_new__title {
      padding: 10px;
      display: flex;
      align-items: center;
      flex: 1; }
    .categories_menu .main_cats_new .img_wrap {
      height: 90px;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: 0;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1024px) {
        .categories_menu .main_cats_new .img_wrap {
          height: 30px; } }
    .categories_menu .main_cats_new__image {
      padding: 10px 10px 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
      @media (max-width: 1024px) {
        .categories_menu .main_cats_new__image {
          flex: 0 0 50px;
          padding: 4px 8px; } }
  .categories_menu .sub_cats {
    flex: 10;
    background: #e6e6e6;
    position: relative;
    z-index: 1; }
    .categories_menu .sub_cats .banner {
      background: #f0dfd5;
      display: flex;
      height: 100%;
      position: absolute;
      width: 100%; }
      .categories_menu .sub_cats .banner .image {
        height: 100%;
        margin-left: auto; }
        .categories_menu .sub_cats .banner .image img {
          height: 100%;
          width: auto;
          max-width: 3000%; }
      .categories_menu .sub_cats .banner .text {
        max-width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .categories_menu .sub_cats .banner .text .product_title {
          text-transform: uppercase;
          font-weight: 800;
          color: #f85005;
          font-size: 35px;
          margin-bottom: 1em; }
        .categories_menu .sub_cats .banner .text .product_description {
          margin-bottom: 2em;
          color: black; }
        .categories_menu .sub_cats .banner .text .product_price {
          color: black;
          margin-bottom: 2em; }
          .categories_menu .sub_cats .banner .text .product_price strong {
            font-weight: 800;
            font-size: 25px; }
    .categories_menu .sub_cats .sub_cat_title {
      display: none; }
      @media (max-width: 1024px) {
        .categories_menu .sub_cats .sub_cat_title {
          display: block;
          color: #f85005;
          background: white;
          text-decoration: none;
          display: flex;
          align-items: center;
          padding: 15px 10px;
          text-transform: uppercase;
          font-size: 18px;
          flex: 0 0 100%; }
          .categories_menu .sub_cats .sub_cat_title svg {
            margin-right: 5px;
            width: 10px;
            height: auto;
            vertical-align: bottom; }
            .categories_menu .sub_cats .sub_cat_title svg path {
              fill: #f85005; } }
    @media (max-width: 1024px) {
      .categories_menu .sub_cats {
        display: none; }
        .categories_menu .sub_cats.visible {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background: white;
          z-index: 9999;
          display: block;
          height: 100%;
          pointer-events: none; } }
    .categories_menu .sub_cats .sub_cat_wrap {
      opacity: 0;
      filter: alpha(opacity=0);
      pointer-events: none;
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      top: 0;
      background: #e6e6e6;
      z-index: 1;
      height: 100%; }
      .categories_menu .sub_cats .sub_cat_wrap.visible {
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .categories_menu .sub_cats .sub_cat_wrap .all a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: black;
        text-transform: uppercase;
        display: block;
        font-weight: 500;
        flex-direction: column; }
        .categories_menu .sub_cats .sub_cat_wrap .all a span {
          text-align: center;
          height: 180px;
          line-height: 180px;
          width: 100%;
          font-size: 90px;
          font-weight: 500;
          color: #f85005;
          margin: 0 0 20px 0; }
          @media (max-width: 1024px) {
            .categories_menu .sub_cats .sub_cat_wrap .all a span {
              height: 130px;
              line-height: 130px; } }
      .categories_menu .sub_cats .sub_cat_wrap > div {
        flex: 0 0 33.333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 30px 10px 30px; }
        @media (max-width: 1024px) {
          .categories_menu .sub_cats .sub_cat_wrap > div {
            flex: 0 0 50%;
            padding: 10px; } }
        .categories_menu .sub_cats .sub_cat_wrap > div a {
          background: white;
          display: block;
          padding: 15px;
          text-align: center;
          text-decoration: none; }
          .categories_menu .sub_cats .sub_cat_wrap > div a:hover {
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2); }
          .categories_menu .sub_cats .sub_cat_wrap > div a span {
            color: black;
            text-transform: uppercase;
            margin-top: 20px;
            display: block;
            font-weight: 500; }
        .categories_menu .sub_cats .sub_cat_wrap > div .img_wrap {
          width: 100%;
          height: 180px;
          overflow: hidden;
          position: relative;
          padding-bottom: 0; }
          @media (max-width: 1024px) {
            .categories_menu .sub_cats .sub_cat_wrap > div .img_wrap {
              height: 130px; } }
          .categories_menu .sub_cats .sub_cat_wrap > div .img_wrap img {
            zoom: 2;
            display: block;
            margin: auto;
            height: auto;
            max-height: 100%;
            width: auto;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.pagination,
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 70px 0;
  width: 100%; }
  .pagination .page-numbers,
  .nav-links .page-numbers {
    text-align: center;
    color: black;
    font-size: 18px;
    margin: 0 5px;
    color: black;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 2px solid #eeeeee; }
    .pagination .page-numbers:hover,
    .nav-links .page-numbers:hover {
      background-color: #eeeeee; }
    .pagination .page-numbers.arrows,
    .nav-links .page-numbers.arrows {
      border: 2px solid rgba(0, 0, 0, 0); }
      .pagination .page-numbers.arrows:hover,
      .nav-links .page-numbers.arrows:hover {
        background-color: transparent;
        color: #f85005; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: none; }
      .pagination .page-numbers.dots:hover,
      .nav-links .page-numbers.dots:hover {
        background-color: transparent; }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      color: white;
      border-color: #f85005;
      background-color: #f85005; }
      .pagination .page-numbers.current:hover,
      .nav-links .page-numbers.current:hover {
        border-color: #f85005;
        background-color: #f85005; }

.pfxml-active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px; }
  .pfxml-active button {
    background-color: #eeeeee;
    border: none;
    font-family: inherit;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 4px; }
    .pfxml-active button .pfxml-x {
      font-size: 16px; }
    .pfxml-active button:hover {
      color: #f85005; }

.mido-collapsible {
  display: flex;
  flex-wrap: wrap; }
  .mido-collapsible > .mido-toggle {
    line-height: 1em; }
  .mido-collapsible > .pfxml-parent-label {
    padding-left: 2px;
    margin: 2px 0 !important; }
  .mido-collapsible .pfxml-leaf-wrap {
    flex: 0 0 100%; }

.pv-swatches {
  display: flex;
  gap: 6px;
  margin: 0.25rem 0 0.25rem; }

.pv-swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); }

.pv-more {
  font-size: 0.85rem;
  color: #6b7280; }

.hero_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh; }

.hero_slider img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.hero_slider img.active {
  opacity: 1; }

/*# sourceMappingURL=default-min.css.map */
