/* width */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&family=Syne:wght@600;700&display=swap");
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

a {
  color: #000000;
  transition: all 0.5s ease; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.table .thead-dark th {
  color: #fff;
  background-color: #343041;
  border-color: #343041; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: transparent;
  text-decoration: dotted;
  border-bottom: 1px dotted;
  padding: 0 .3em; }

big {
  font-size: 125%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Syne", sans-serif;
  font-weight: 700; }

h4, .h4 {
  font-weight: 600; }

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  line-height: 1;
  padding: 10px 25px;
  height: 50px;
  font-weight: normal;
  text-transform: uppercase;
  transition: all 0.5s ease;
  outline: none;
  background-color: #c7d92b;
  color: #000000; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  outline: none;
  background-color: #000000;
  color: #c7d92b; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
  color: #000;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  padding: 8px 8px 8px 20px;
  min-height: 50px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  transition: all 0.5s ease;
  outline: none; }

label {
  font-weight: bold; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus {
  color: #000000;
  border-color: #c7d92b;
  box-shadow: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 11px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem; }

textarea {
  width: 100%; }

.btn {
  border-radius: 50px !important;
  border: 0 !important;
  height: 50px !important;
  transition: all 0.5s ease !important;
  padding: 0 30px;
  letter-spacing: 0;
  font-weight: bold; }

.btn-primary {
  background-color: #c7d92b !important;
  color: #000000; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary .btn-primary:not(:disabled):not(.disabled).active, .btn-primary .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
  .btn-primary .btn-primary.focus, .btn-primary .btn-primary:focus {
    background-color: #35363b !important;
    box-shadow: none;
    color: #000000; }

.btn-primary.disabled, .btn-primary:disabled {
  cursor: not-allowed;
  background-color: #c7d92b;
  color: #000; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #c7d92b;
    box-shadow: none; }

.wc_ppec_large_payment_buttons {
  width: 100%;
  min-width: 100%; }

body {
  font-family: "Raleway", sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  overflow-x: hidden; }

.top-bar {
  background-color: #c7d92b;
  color: #000;
  padding: 5px 0; }
  .top-bar p {
    margin: 0;
    font-size: 12px;
    line-height: 24px; }
  .top-bar ul {
    margin: 0;
    padding: 0; }
    .top-bar ul li {
      list-style: none;
      margin: 0 0 0 10px; }
      .top-bar ul li a {
        font-size: 12px;
        text-decoration: none;
        color: #000; }
  .top-bar .lang-currency {
    display: flex;
    justify-content: flex-end; }
    .top-bar .lang-currency .wcml-dropdown,
    .top-bar .lang-currency .wpml-ls-legacy-dropdown {
      min-width: 150px;
      width: auto;
      margin-right: 5px; }

.site-header {
  padding: 15px 0;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  background-color: #ffffff;
  z-index: 100; }
  .site-header .site-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .site-header .site-navigation ul li {
      list-style: none;
      padding: 0 10px 0 10px;
      position: relative; }
      .site-header .site-navigation ul li a {
        vertical-align: baseline;
        width: auto;
        display: block;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        border: 0;
        border-radius: 0;
        font-size: 16px;
        outline: none;
        transition: all 0.5s ease-in-out;
        position: relative;
        overflow: hidden;
        line-height: 30px;
        position: relative;
        font-family: "Syne", sans-serif;
        font-weight: bold; }
        .site-header .site-navigation ul li a:after {
          content: '';
          width: 50%;
          height: 2px;
          background-color: #c7d92b;
          display: block;
          position: absolute;
          left: -100%;
          transition: all 0.5s ease;
          top: 27px; }
        .site-header .site-navigation ul li a:hover {
          color: #c7d92b; }
          .site-header .site-navigation ul li a:hover:after {
            left: -1px; }
      >
      .site-header .site-navigation ul li.menu-item-has-children::before {
        content: "";
        height: 6px;
        width: 6px;
        display: block;
        background-color: transparent;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 12px;
        right: 1px;
        transition: all .5s ease; }
      .site-header .site-navigation ul li:hover.menu-item-has-children::after {
        border-bottom: 3px solid #ffffff;
        border-right: 3px solid #ffffff; }
      .site-header .site-navigation ul li ul {
        display: block; }
        .site-header .site-navigation ul li ul.sub-menu {
          z-index: 999;
          padding: 10px 0;
          position: absolute;
          min-width: 200px;
          max-width: none;
          background: #000000;
          left: 10px;
          visibility: hidden;
          opacity: 0;
          transform: translate(0, 10px);
          transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
          box-shadow: 0 0 2px #00000024; }
          .site-header .site-navigation ul li ul.sub-menu li {
            padding: 0;
            position: relative; }
            .site-header .site-navigation ul li ul.sub-menu li a:after {
              display: none; }
            .site-header .site-navigation ul li ul.sub-menu li.menu-item-has-children::after {
              display: none;
              transform: rotate(-45deg); }
            .site-header .site-navigation ul li ul.sub-menu li.menu-item-has-children ul li {
              width: 100%;
              float: none;
              display: block; }
              .site-header .site-navigation ul li ul.sub-menu li.menu-item-has-children ul li a {
                font-weight: normal;
                font-size: 14px; }
            .site-header .site-navigation ul li ul.sub-menu li a {
              display: block;
              color: #000;
              font-size: 14px;
              font-weight: 400;
              padding: 0 5px;
              line-height: 35px;
              text-decoration: none;
              text-transform: none;
              text-align: left;
              border-radius: 0;
              height: inherit; }
              .site-header .site-navigation ul li ul.sub-menu li a:hover {
                text-decoration: none;
                color: #c7d92b; }
            .site-header .site-navigation ul li ul.sub-menu li:hover.menu-item-has-children ul.sub-menu {
              opacity: 1;
              transform: translate(0, 0);
              visibility: visible;
              z-index: 1000; }
        .site-header .site-navigation ul li ul.toggle-sub-sub {
          opacity: 1 !important;
          transform: translate(0, 0) !important;
          visibility: visible; }
      .site-header .site-navigation ul li:hover.menu-item-has-children::after {
        border-bottom: 3px solid #000;
        border-right: 3px solid #000; }
      .site-header .site-navigation ul li:hover.menu-item-has-children ul.sub-menu {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible; }
  .site-header .lrc ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .site-header .lrc ul li {
      list-style: none;
      display: inline-block;
      padding: 0 10px;
      position: relative; }
      .site-header .lrc ul li a {
        color: #000000;
        text-decoration: none;
        text-align: center; }
        .site-header .lrc ul li a i {
          display: block; }
        .site-header .lrc ul li a:hover {
          color: #c7d92b; }
      .site-header .lrc ul li span.count {
        background-color: #c7d92b;
        color: #000;
        height: 18px;
        min-width: 18px;
        position: absolute;
        top: -6px;
        right: -1px;
        border-radius: 50px;
        font-size: 11px;
        line-height: 18px;
        text-align: center; }
      .site-header .lrc ul li span.mobile-menu-btn {
        font-size: 18px;
        display: block;
        line-height: 35px;
        color: #fff;
        margin: 10px 0; }
        .site-header .lrc ul li span.mobile-menu-btn span {
          height: 2px;
          background-color: #000000;
          display: block;
          width: 23px;
          margin-bottom: 5px; }
  .site-header .lrc .minicart-box {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0;
    border-top: 1px solid #34353a;
    border-left: 1px solid #34353a;
    border-right: 1px solid #34353a;
    border-bottom: 1px solid #34353a;
    background: #000;
    border-radius: 5px 5px 5px 5px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in; }
  .site-header .lrc li.cart-d:hover .minicart-box {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    z-index: 1000; }
  .site-header.fixed {
    padding: 10px 0;
    top: 0;
    position: fixed !important;
    box-shadow: 0 0 8px #ebebeb; }
  .site-header.dark {
    background-color: #000; }
    .site-header.dark .site-navigation ul li a {
      color: #fff; }
    .site-header.dark .lrc ul li a {
      color: #ffffff; }
    .site-header.dark .lrc ul li span.mobile-menu-btn {
      color: #ffffff; }
      .site-header.dark .lrc ul li span.mobile-menu-btn span {
        background-color: #000000; }

.ppom-wrapper label {
  display: inline-block;
  margin-bottom: 0; }

.landModal {
  color: #39393b; }
  .landModal hr {
    width: 100px;
    height: 3px;
    background-color: #39393b;
    display: block;
    margin: 0 auto 10px;
    opacity: 1; }
  .landModal button {
    height: 30px;
    width: 30px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #0e0e0e;
    border-radius: 50%;
    display: block;
    line-height: 29px;
    padding: 0;
    text-align: center; }
    .landModal button:hover, .landModal button:focus {
      color: #0e0e0e; }
  .landModal .lang-selector {
    width: 80%;
    margin: 0 auto;
    display: block; }
    .landModal .lang-selector ul li {
      width: 49%;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px; }
      .landModal .lang-selector ul li span {
        font-weight: bold;
        margin-bottom: 10px; }
      .landModal .lang-selector ul li img {
        display: block;
        box-shadow: 0 0 8px #00000052;
        float: left; }
      .landModal .lang-selector ul li a {
        display: block;
        text-decoration: none;
        padding: 5px 10px 6px;
        line-height: 1;
        border-bottom: 1px solid #ccc;
        margin: 0 16px; }
        .landModal .lang-selector ul li a:hover {
          color: #c7d92b; }

.topofall {
  z-index: 999;
  position: relative; }

.search-box {
  display: flex;
  align-items: center; }
  .search-box .dgwt-wcas-search-wrapp {
    width: 100% !important; }
  .search-box a.closeSearch {
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #000000;
    font-size: 25px; }

.mobile-navigation-container {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2147483645;
  top: 0;
  left: -100%;
  background-color: #222;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .mobile-navigation-container span.menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    z-index: 9;
    display: block;
    font-size: 20px; }
  .mobile-navigation-container span.menu-footer {
    width: 100%;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    display: block;
    background-color: #000;
    z-index: 9;
    color: #fff; }
    .mobile-navigation-container span.menu-footer hr {
      background-color: #c7d92b; }
  .mobile-navigation-container .mobile-navigation {
    padding: 10px;
    height: 83vh;
    overflow: auto; }
    .mobile-navigation-container .mobile-navigation ul {
      margin: 0;
      padding: 0; }
      .mobile-navigation-container .mobile-navigation ul li {
        list-style: none;
        display: block;
        position: relative; }
        .mobile-navigation-container .mobile-navigation ul li a {
          color: #fff;
          padding: 8px;
          display: block;
          font-size: 18px;
          border-bottom: 1px solid #1f1f1f;
          text-decoration: none; }
        .mobile-navigation-container .mobile-navigation ul li.menu-item-has-children span.mobile-menu-toggle {
          position: absolute;
          top: 0;
          right: 0;
          width: 44px;
          height: 41px;
          text-align: center;
          color: #fff;
          line-height: 44px;
          border-left: 1px solid #1f1f1f;
          z-index: 9;
          display: block; }
        .mobile-navigation-container .mobile-navigation ul li.menu-item-has-children ul.sub-menu {
          display: none; }
      .mobile-navigation-container .mobile-navigation ul.sub-menu {
        padding-left: 5px; }
        .mobile-navigation-container .mobile-navigation ul.sub-menu li a {
          font-size: 16px; }

.BannerSlider {
  font-family: "Syne", sans-serif; }
  .BannerSlider .sliderData {
    position: relative; }
    .BannerSlider .sliderData .SliderContent {
      position: absolute;
      top: 25%;
      left: 15%;
      width: 30%;
      color: #ffffff;
      padding: 20px; }
      .BannerSlider .sliderData .SliderContent h2 {
        font-size: 55px;
        font-weight: bold; }
      .BannerSlider .sliderData .SliderContent a {
        background-color: #c7d92b;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        line-height: 20px;
        display: block;
        width: 210px;
        text-decoration: none;
        margin-top: 20px;
        padding: 10px 20px;
        border-radius: 10px; }
        .BannerSlider .sliderData .SliderContent a:hover {
          background-color: #000000;
          color: #c7d92b; }

.site-breadcrumbs {
  background-color: #c7d92b;
  color: #000000;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 30px;
  display: none; }
  .site-breadcrumbs i {
    padding: 0 4px;
    font-size: 12px; }
  .site-breadcrumbs a {
    text-decoration: none;
    color: #000000; }
    .site-breadcrumbs a:hover {
      color: #000000; }

.MainCategory {
  margin: 50px 0 200px !important; }
  .MainCategory .main_cate {
    margin-bottom: 20px !important;
    position: relative; }
    .MainCategory .main_cate .cate_img {
      overflow: hidden;
      border-radius: 10px; }
      .MainCategory .main_cate .cate_img img {
        border-radius: 10px;
        transform: scale(1.1); }
    .MainCategory .main_cate .cate_name {
      position: absolute;
      padding: 30px;
      top: 0;
      color: #fff;
      height: 100%;
      width: 100%;
      border-radius: 10px;
      background-image: linear-gradient(90deg, #00000057, #ffff0000); }
      .MainCategory .main_cate .cate_name h2 {
        font-weight: bold;
        text-transform: uppercase; }
      .MainCategory .main_cate .cate_name ul {
        margin: 0;
        padding: 0; }
        .MainCategory .main_cate .cate_name ul li {
          list-style: none; }
          .MainCategory .main_cate .cate_name ul li a {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            background-color: transparent;
            line-height: normal;
            padding: 0;
            margin: 0;
            border-radius: 0;
            font-size: 16px; }
            .MainCategory .main_cate .cate_name ul li a:hover {
              color: #c7d92b;
              background-color: transparent; }
      .MainCategory .main_cate .cate_name a {
        background-color: #c7d92b;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        line-height: 16px;
        display: inline-block;
        text-decoration: none;
        margin-top: 20px;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 13px; }
        .MainCategory .main_cate .cate_name a:hover {
          background-color: #000000;
          color: #ffffff; }

.easy-shop h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px; }
.easy-shop h1 {
  text-transform: uppercase; }
.easy-shop .box-content {
  display: flex; }
  .easy-shop .box-content img {
    margin-right: 10px; }
  .easy-shop .box-content h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold; }
.easy-shop a {
  background-color: #c7d92b;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px; }
  .easy-shop a:hover {
    background-color: #000000;
    color: #ffffff; }

.product-box {
  margin-bottom: 20px !important;
  position: relative; }
  .product-box .prod-name h2 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center; }
  .product-box a {
    text-decoration: none; }
  .product-box a.button {
    display: none; }
  .product-box .prod-img {
    margin-bottom: 10px;
    overflow: hidden; }
    .product-box .prod-img img {
      transition: all 0.5s ease;
      width: 100%; }
    .product-box .prod-img a {
      text-decoration: none;
      color: #000; }
  .product-box .price {
    font-weight: normal;
    color: #000000;
    text-align: center;
    display: block;
    font-size: 21px; }
    .product-box .price del {
      opacity: 0.5;
      color: red;
      font-size: 17px; }
    .product-box .price ins {
      border: 0; }
  .product-box:hover .prod-img img.attachment-woocommerce_thumbnail {
    transform: scale(1.2); }

.prod-6 {
  margin-top: -342px; }

.product-page .summary.entry-summary h1.product_title.entry-title {
  font-weight: bold;
  font-size: 32px; }
.product-page .summary.entry-summary p.price {
  font-size: 28px;
  color: #35363b;
  font-weight: bold;
  margin-bottom: 10px; }
  .product-page .summary.entry-summary p.price del {
    font-weight: normal;
    font-size: 20px;
    color: #ccc; }
  .product-page .summary.entry-summary p.price ins {
    border: 0; }
.product-page .summary.entry-summary .quantity {
  background-color: #f7f8fa;
  padding: 12px 15px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 50px; }
  .product-page .summary.entry-summary .quantity input[type=number] {
    min-height: 45px;
    margin: 0; }
  .product-page .summary.entry-summary .quantity label {
    min-width: 135px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 45px;
    display: none; }
  .product-page .summary.entry-summary .quantity .screen-reader-text {
    clip: inherit;
    overflow: initial;
    position: relative !important;
    width: 132px; }
.product-page .summary.entry-summary table.variations {
  margin: 0;
  position: relative; }
  .product-page .summary.entry-summary table.variations a.reset_variations {
    position: absolute;
    top: 21px;
    right: -18px;
    color: red; }
  .product-page .summary.entry-summary table.variations tr {
    background-color: #f7f8fa;
    padding: 12px 15px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 5px; }
    .product-page .summary.entry-summary table.variations tr td.label {
      min-width: 135px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      line-height: 45px;
      height: 45px; }
      .product-page .summary.entry-summary table.variations tr td.label label {
        margin: 0; }
        .product-page .summary.entry-summary table.variations tr td.label label:after {
          content: ': '; }
    .product-page .summary.entry-summary table.variations tr td.value {
      width: 100%; }
    .product-page .summary.entry-summary table.variations tr select {
      min-height: auto;
      margin: 0;
      width: 100%; }
      .product-page .summary.entry-summary table.variations tr select.rtwpvs-wc-select {
        display: block !important;
        padding: 0;
        border: 0;
        font-weight: bold;
        background: transparent; }
.product-page .single_add_to_cart_button {
  height: 65px;
  display: flex;
  width: 265px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  border-radius: 50px !important;
  background-color: #c7d92b;
  border: 0;
  color: #000000; }
  .product-page .single_add_to_cart_button.disabled {
    background-color: #c7d92b;
    border: 0; }
  .product-page .single_add_to_cart_button:hover, .product-page .single_add_to_cart_button:focus {
    background-color: #000000;
    border: 0;
    color: #c7d92b; }
  .product-page .single_add_to_cart_button img {
    width: 30px;
    filter: brightness(5);
    margin-right: 15px; }
.product-page .tinv-wraper.tinv-wishlist {
  float: left; }
  .product-page .tinv-wraper.tinv-wishlist a {
    color: #8e8e8e;
    margin-top: 20px !important; }
.product-page .product_meta {
  display: block;
  clear: both; }
  .product-page .product_meta span.sku_wrapper, .product-page .product_meta span.posted_in {
    display: block;
    font-weight: bold;
    padding: 4px 0; }
    .product-page .product_meta span.sku_wrapper span, .product-page .product_meta span.sku_wrapper a, .product-page .product_meta span.posted_in span, .product-page .product_meta span.posted_in a {
      font-weight: normal;
      padding-left: 5px; }

.cart .quantity {
  width: 150px; }

.woocommerce-tabs.wc-tabs-wrapper {
  margin: 20px 0 100px; }
  .woocommerce-tabs.wc-tabs-wrapper ul {
    border-bottom: 0;
    margin: 0 0 20px 0 !important;
    padding: 0;
    justify-content: center; }
    .woocommerce-tabs.wc-tabs-wrapper ul li {
      display: inline-block; }
      .woocommerce-tabs.wc-tabs-wrapper ul li a {
        background: #fff;
        line-height: 55px;
        display: block;
        padding: 0 30px !important;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        border-radius: 50px;
        transition: all 0.5s ease;
        text-align: center;
        text-transform: uppercase; }
        .woocommerce-tabs.wc-tabs-wrapper ul li a:hover {
          background-color: #c7d92b;
          color: #000000; }
      .woocommerce-tabs.wc-tabs-wrapper ul li.active a {
        background-color: #c7d92b;
        color: #000000; }
        .woocommerce-tabs.wc-tabs-wrapper ul li.active a:hover {
          background-color: #000000;
          color: #c7d92b; }
  .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    display: none; }

.stock {
  background-color: #f7f8fa;
  padding: 8px;
  margin-bottom: 10px;
  color: #8e8e8e;
  font-size: 14px; }
  .stock span {
    font-weight: bold; }
  .stock.in-stock span {
    color: #478d01; }
  .stock.out-of-stock span {
    color: #8d0101; }
  .stock.on-back-order span {
    color: #d98a02; }

.newsletter {
  padding: 100px 0; }

.site-footer {
  background-color: #A7A6A6;
  padding: 50px 0;
  color: #000000; }
  .site-footer h2 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #000000; }
    .site-footer h2::before {
      content: '';
      width: 100px;
      height: 4px;
      background-color: #c7d92b;
      display: block;
      position: absolute;
      bottom: 0; }
  .site-footer a {
    color: #000000; }
    .site-footer a:hover {
      color: #c7d92b; }
  .site-footer ul {
    margin: 0;
    padding: 0; }
    .site-footer ul li {
      list-style: none;
      display: inline-block;
      width: 49%;
      margin-bottom: 5px; }
      .site-footer ul li a {
        border-bottom: 1px solid #78787b;
        color: #000000;
        text-decoration: none;
        display: block;
        width: 75%;
        line-height: 40px; }
        .site-footer ul li a:hover {
          color: #c7d92b; }

.social-links {
  margin: 10px 0; }
  .social-links ul {
    margin: 0;
    padding: 0; }
    .social-links ul li {
      list-style: none;
      display: inline-block;
      width: auto; }
      .social-links ul li a {
        color: #000000;
        text-decoration: none;
        width: 30px;
        border: 0; }
        .social-links ul li a:hover {
          color: #c7d92b; }

.site-info {
  padding: 10px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #A7A6A6;
  color: #000000; }
  .site-info p {
    margin: 0;
    color: #000000; }
  .site-info a {
    font-weight: 700;
    text-decoration: none;
    color: #000000; }
    .site-info a:hover {
      color: #c7d92b; }

.ppom-rendering-fields .ppom-field-wrapper {
  background-color: #f7f8fa;
  padding: 12px 15px !important;
  margin-bottom: 15px;
  border-radius: 5px; }
  .ppom-rendering-fields .ppom-field-wrapper .form-check-inline {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .ppom-rendering-fields .ppom-field-wrapper label.form-control-label {
    width: 80px; }
  .ppom-rendering-fields .ppom-field-wrapper .form-group {
    margin: 0;
    align-items: center;
    display: flex; }
    .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_color_code, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_size_note, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_height__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_weight__lbs_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_neck_around_in, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_chest_around_in, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-above_belly__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-belly_around__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-waist_around__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-hip_around__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-neck_to_torso__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-inseam__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-center_neck_to_cuff__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-center_neck_to_shoulder__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-shoulder_to_shoulder__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-shoulder_to_cuff__in_, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_options_for_suit_choose_fabric, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_option_bib_shell_choose_fabric, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_options_for_suit_custom_size, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_size, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_color_note_ {
      display: block; }
      .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_color_code label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_size_note label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_height__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_weight__lbs_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_neck_around_in label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_chest_around_in label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-above_belly__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-belly_around__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-waist_around__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-hip_around__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-neck_to_torso__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-inseam__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-center_neck_to_cuff__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-center_neck_to_shoulder__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-shoulder_to_shoulder__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-shoulder_to_cuff__in_ label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_options_for_suit_choose_fabric label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_option_bib_shell_choose_fabric label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-insulation_options_for_suit_custom_size label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_size label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-custom_color_note_ label {
        width: 100%;
        font-size: 12px; }
    .ppom-rendering-fields .ppom-field-wrapper .form-group .ppom-wrapper label {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-size: 12px;
      padding: 5px;
      background: #f7f8fa;
      border-radius: 5px;
      position: relative; }
    .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-leather_custom_design_suit, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-leather_custom_design_bib {
      display: block; }
      .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-leather_custom_design_suit label.form-control-label, .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-leather_custom_design_bib label.form-control-label {
        width: 100%; }
    .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size span.ppom-input-option-label {
      border: 2px solid #ccc;
      border-radius: 50px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      display: block;
      cursor: pointer; }
    .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size input[type="radio"] {
      visibility: hidden;
      position: absolute; }
      .ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size input[type="radio"]:checked ~ span.ppom-input-option-label {
        border-color: #c7d92b;
        background-color: #cccccc; }
  .ppom-rendering-fields .ppom-field-wrapper .ppom-wrapper label {
    margin-bottom: 0; }
  .ppom-rendering-fields .ppom-field-wrapper .form-check .form-check-label {
    position: relative; }
  .ppom-rendering-fields .ppom-field-wrapper .form-check span.ppom-label-radio {
    border: 2px solid #ccc;
    border-radius: 50px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    cursor: pointer; }
  .ppom-rendering-fields .ppom-field-wrapper .form-check input[type="radio"] {
    visibility: hidden;
    position: absolute; }
    .ppom-rendering-fields .ppom-field-wrapper .form-check input[type="radio"]:checked ~ span.ppom-label-radio {
      border-color: #c7d92b;
      background-color: #cccccc; }

.product-thumbnail .mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0; }
  .product-thumbnail .mockup .img {
    background: #fff; }

form.add_to_cart input[type="submit"] {
  font-weight: bold;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  width: 50%;
  display: block;
  margin: 30px 0; }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #0f834d;
  clear: both;
  padding: 10px;
  color: #fff;
  border-radius: 8px; }

.woo-variation-gallery-wrapper .woo-variation-gallery-container {
  background: #e2e2e2; }

@keyframes dash {
  to {
    stroke-dashoffset: 10; } }
.animation-on {
  stroke: #ccc !important;
  stroke-width: 6px !important;
  stroke-dasharray: 5;
  animation: dash 1s infinite normal; }

.layers {
  margin: 0 0 10px 0; }
  .layers h3 {
    background: #c7d92b;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .layers h3 small {
      font-size: 1rem;
      font-weight: normal;
      display: block; }
  .layers ul {
    margin: 0 0 10px 0;
    padding: 0; }
    .layers ul li {
      list-style: none;
      min-width: 90px;
      display: inline-block;
      margin: 5px; }
      .layers ul li a {
        border-radius: 50px;
        text-decoration: none;
        height: 40px;
        width: 100%;
        display: block;
        text-align: center;
        background: #c7d92b;
        line-height: 40px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        border: 2px solid #c7d92b;
        text-shadow: 0 0 9px #c7d92b;
        padding: 1px 10px; }
        .layers ul li a.active {
          border: 2px solid #000; }
  .layers .colors-plate .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1px; }
    .layers .colors-plate .radio-container input {
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .layers .colors-plate .radio-container .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 32px;
      width: 32px;
      border-radius: 5px; }

.frontviewreplaced-svg g g path:hover {
  stroke: #ccc !important;
  stroke-width: 6px !important;
  stroke-dasharray: 5;
  animation: dash 1s infinite normal; }

button.All_z, button.All_zp {
  margin-bottom: 8px; }

.form-group {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0; }
  .form-group ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; }
    .form-group ul li {
      font-size: 12px; }

.check-box-color {
  margin-bottom: 10px; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.lds-dual-ring {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 20px;
  text-align: center;
  justify-content: center; }
  .lds-dual-ring h3 {
    font-size: 3rem;
    color: #ccc;
    animation: blinker 1s linear infinite; }

.mailpoet_form form.mailpoet_form {
  padding: 0 !important;
  position: relative; }

input.mailpoet_text {
  border-radius: 0;
  height: 50px;
  background: #efefef;
  padding: 5px 100px 5px 50px !important;
  outline: none;
  color: #000;
  border: 0;
  border-bottom: 3px solid #000000;
  background-image: url(../images/email.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  font-family: "Syne", sans-serif; }

input.mailpoet_text:focus {
  color: #000000; }

input.mailpoet_text.parsley-error {
  border-color: #9b3741;
  background-color: transparent; }

.parsley-required, .parsley-custom-error-message {
  color: #b94a48;
  padding: 5px 5px 0 18px; }

input.mailpoet_text.parsley-success {
  background-color: transparent; }

.mailpoet_form .mailpoet_message {
  padding: 0 !important; }

input.mailpoet_submit {
  height: 50px;
  border-radius: 0;
  width: 150px !important;
  float: right;
  outline: none;
  border: 0;
  background-color: #efefef;
  color: #000000;
  text-transform: capitalize;
  transition: all 0.5s ease;
  position: absolute;
  top: 0px;
  right: 0;
  border-bottom: 3px solid #000 !important;
  background-repeat: no-repeat;
  background-position: right;
  padding: 3px 4px 0 !important;
  font-weight: bold;
  font-family: "Syne", sans-serif; }

input.mailpoet_submit:hover {
  background-color: #c7d92b;
  color: #000000; }

.ext-pad-tb {
  padding: 80px 0 80px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 5px;
  width: 20px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600 !important; }

div#n2-ss-2 .nextend-arrow img {
  max-width: 75% !important; }

a.prettyphoto img {
  transition: all 0.5s ease;
  border: 1px solid #35363b; }
a.prettyphoto:hover img {
  border: 3px solid #c7d92b; }

.product-page .tinv-wraper.tinv-wishlist a {
  color: #c68e89;
  margin-top: 20px !important;
  display: flex;
  line-height: 16px; }

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 0;
  padding-top: 19px; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  padding: 18px 11px;
  line-height: 1; }

.wc-stripe_cc-container .save-source-checkbox {
  height: 15px;
  width: 15px;
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 3px;
  border: 1px solid #bababa;
  margin-top: 16px; }

label.save-source-label {
  border: 2px dashed #a5a5a5;
  border-radius: 10px;
  line-height: 50px;
  padding: 0 15px !important;
  margin-left: 13px !important; }

.wc-stripe_cc-new-method-container .wc-stripe-save-source label {
  width: auto !important; }

.wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox]:checked + .save-source-checkbox:after {
  left: 3px;
  top: 0px;
  width: 7px;
  height: 11px; }

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 14px; }

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  padding: 0 0 0 10px !important; }

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  border: 2px dashed;
  padding: 4px; }

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input[type=checkbox] {
  margin-top: 6px; }

.woocommerce-MyAccount-navigation {
  background-color: #f7f8fa;
  margin-bottom: 20px; }

.woocommerce-MyAccount-navigation h4 {
  padding: 8px;
  border-bottom: 2px solid #000000;
  font-weight: 300;
  margin: 0;
  color: #fff;
  background-color: #000000; }

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  display: block;
  padding: 0;
  line-height: 35px; }

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 8px 16px;
  color: #343041;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
  text-align: left;
  border-left: 5px solid transparent; }

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
  border-left: 5px solid #000000;
  background-color: #000000; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: red;
  border-color: red; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  border-left: 5px solid #000000;
  background-color: #000000; }

.shop-sidebar {
  padding: 20px 10px 10px; }
  .shop-sidebar h2 {
    text-transform: uppercase;
    color: #000;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 20px; }
  .shop-sidebar h3 i {
    float: right; }
  .shop-sidebar ul {
    margin: 0;
    padding: 0; }
    .shop-sidebar ul li {
      list-style: none;
      display: block; }
      .shop-sidebar ul li.current-cat > a {
        color: #000000;
        font-weight: 500; }
      .shop-sidebar ul li a {
        text-decoration: none;
        color: #000000;
        display: block; }
        .shop-sidebar ul li a:hover {
          color: #c7d92b; }
      .shop-sidebar ul li ul {
        padding-left: 10px; }

ul.product-categories li {
  display: none; }
  ul.product-categories li.current-cat, ul.product-categories li.cat-parent, ul.product-categories li.current-cat-parent {
    display: block;
    font-weight: bold; }
    ul.product-categories li.current-cat ul, ul.product-categories li.cat-parent ul, ul.product-categories li.current-cat-parent ul {
      display: block; }
      ul.product-categories li.current-cat ul li, ul.product-categories li.cat-parent ul li, ul.product-categories li.current-cat-parent ul li {
        display: block;
        font-weight: normal; }

h1.page-title {
  display: none; }

.shop-header {
  padding: 10px 16px;
  margin-bottom: 10px; }

.shop-header p {
  line-height: 35px;
  margin: 0; }

.shop-header select {
  min-height: 22px;
  padding: 4px;
  margin: 0; }

.side-category .category-box {
  margin-bottom: 10px; }

.side-category .category-box ul {
  margin: 0;
  padding: 0; }

.side-category .category-box ul li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative; }

.side-category .category-box ul li a {
  text-decoration: none;
  cursor: pointer; }

.side-category .category-box ul li a i {
  padding-right: 10px; }

.side-category .category-box ul li a:hover {
  color: #000000; }

.side-category .category-box ul li ul.submenu {
  margin: 20px 0 20px 20px;
  display: none; }

.side-category .category-box ul li ul.submenu li {
  margin-bottom: 10px; }

.side-category .category-box ul li ul.submenu li a {
  font-weight: normal;
  font-size: 14px; }

.side-category .category-box ul .vv-cats-toggle {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 3px;
  border-radius: 50px;
  padding: 4px; }

.side-category .category-box ul .vv-cats-toggle:before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: transparent;
  display: block;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  transform: rotateZ(-45deg); }

.side-category .category-box ul li.current-cat a span {
  color: #000000;
  border-bottom: 1px solid; }

.side-category .category-box ul li.current-cat ul li a {
  color: #343041; }

.side-category .category-box ul li.current-cat ul li a:hover {
  color: #c7d92b;
  font-weight: bold; }

.side-category .category-box ul li.current-cat-parent a {
  color: #000000; }

.side-category .category-box ul li.current-cat-parent ul.submenu {
  display: block; }

.side-category .category-box ul li.current-cat-parent ul.submenu li a {
  color: #343041; }

.side-category .category-box ul li.current-cat-parent ul.submenu li.current-cat a {
  color: #000000; }

.side-category .category-box ul li.cat-parent.current-cat ul.submenu {
  display: block; }

.coupon {
  position: relative; }

.coupon input {
  margin: 0;
  padding: 0 18px;
  border-radius: 50px; }
.coupon button {
  position: absolute;
  right: 0;
  border-radius: 0 50px 50px 0 !important; }

span.onsale {
  background: black;
  padding: 4px 8px;
  color: #fff;
  z-index: 99;
  position: absolute;
  top: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px; }

.woocommerce-product-gallery {
  position: relative; }

a.woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px; }

#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 30px;
  height: 2px; }

#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 6px; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%; }
    .owl-carousel .owl-nav button {
      height: 60px;
      width: 60px;
      position: absolute;
      background: #00000038 !important;
      color: #fff !important;
      font-size: 25px !important;
      border-radius: 50px; }
      .owl-carousel .owl-nav button i {
        width: 40px;
        text-align: center; }
      .owl-carousel .owl-nav button.owl-prev {
        left: -60px; }
      .owl-carousel .owl-nav button.owl-next {
        right: -60px; }
  .owl-carousel .col-lg-3.col-md-3.col-sm-6.col-6 {
    width: 100%;
    max-width: 100%; }
  .owl-carousel.BannerSlider .owl-nav button.owl-prev {
    left: 60px; }
  .owl-carousel.BannerSlider .owl-nav button.owl-next {
    right: 60px; }

#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  width: 32px; }

/* The size-chart-pop (background) */
.size-chart-pop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* size-chart-pop Content */
.size-chart-pop-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

#sidebar.fixed {
  position: fixed;
  top: 50px;
  min-width: 300px; }

.shop-sidebar {
  background-color: #fbfbfb; }

.line {
  width: 190px;
  height: 3px;
  background-color: #c7d92b;
  display: block;
  margin: 0 auto 30px; }

.welcome-box h1 {
  font-size: 50px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: bold; }

.default-padding {
  padding: 30px 0; }

.woocommerce-product-rating {
  margin-bottom: 5px; }

/* The size-chart-pop (background) */
.size-chart-pop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* size-chart-pop Content */
.size-chart-pop-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a.woocommerce-review-link {
  font-size: 14px;
  padding: 0 10px;
  text-decoration: none;
  line-height: 26px;
  background: #f7f8fa;
  border-radius: 5px; }

.woocommerce-product-rating {
  display: flex; }

.summary.entry-summary .star-rating {
  display: block; }

.comment_container img {
  display: none; }

ol.commentlist {
  margin: 0 0 10px 0;
  padding: 0; }
  ol.commentlist li {
    border-bottom: 1px solid #ccc;
    list-style: none; }
  ol.commentlist p.meta {
    margin: 0; }

span.comment-reply-title {
  font-size: 20px;
  font-weight: bold; }

span.onnew {
  position: absolute;
  text-transform: uppercase;
  width: auto;
  color: #ebeb3d;
  font-size: 13px;
  border-radius: 0;
  top: 29px;
  background: #000;
  z-index: 10;
  text-align: left;
  padding: 3px 11px;
  left: 0; }

td.product-thumbnail img {
  width: 100px; }

table.shop_table_responsive thead,
table.shop_table_responsive tbody tr {
  border-bottom: 1px solid #ccc; }

.wc-proceed-to-checkout a {
  height: 65px;
  display: block;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  float: none;
  margin-bottom: 30px;
  margin-right: 20px;
  border-radius: 50px !important;
  background-color: #c7d92b;
  border: 0;
  text-decoration: none;
  line-height: 65px;
  color: #000000; }
  .wc-proceed-to-checkout a:hover {
    background-color: #000;
    border: 0;
    color: #c7d92b; }

.form-row.place-order button {
  height: 65px;
  display: block;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  float: none;
  margin-bottom: 30px;
  margin-right: 20px;
  border-radius: 50px !important;
  background-color: #c7d92b;
  border: 0;
  text-decoration: none;
  color: #000000; }
  .form-row.place-order button:hover, .form-row.place-order button:focus {
    background-color: #000000;
    border: 0;
    color: #c7d92b; }

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    list-style: none;
    display: flex;
    border: 1px dashed #bdbdbd;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 7px;
    justify-content: space-between; }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
      display: block;
      font-weight: normal; }

.alert p {
  margin: 0; }

.your-order {
  padding: 10px;
  background-color: #f9f9f9; }

ul.wc-item-meta {
  margin: 0;
  padding: 0; }
  ul.wc-item-meta li {
    display: flex;
    border: 1px dashed #ccc;
    margin: 4px 0;
    justify-content: space-between;
    padding: 8px; }
    ul.wc-item-meta li p {
      margin: 0; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 8px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  height: 50px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 10px 29px; }

ul.wc_payment_methods.payment_methods.methods {
  margin: 0;
  padding: 0; }
  ul.wc_payment_methods.payment_methods.methods li {
    list-style: none; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: "Syne", sans-serif;
  font-weight: bold; }

ul.mega-sub-menu li ul {
  margin: 0;
  padding: 0; }
  ul.mega-sub-menu li ul li {
    list-style: none; }
    ul.mega-sub-menu li ul li a {
      text-decoration: none;
      font-weight: bold;
      font-family: "Syne", sans-serif;
      border-bottom: 2px solid #ccc; }
    ul.mega-sub-menu li ul li ul.sub-menu {
      margin: 10px 0 0 0;
      padding: 0; }
      ul.mega-sub-menu li ul li ul.sub-menu li {
        list-style: none; }
        ul.mega-sub-menu li ul li ul.sub-menu li a {
          font-weight: normal;
          border-bottom: 0;
          font-family: "Raleway", sans-serif;
          margin-bottom: 5px;
          display: block;
          font-size: 14px; }

.woocommerce .wcml-dropdown.product {
  margin: 0 !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 1999; }

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: inherit !important;
  right: 20px; }

dl.variation {
  display: grid;
  grid-template-columns: 100px 100px; }

dl.variation dt {
  width: 100%;
  display: table-cell;
  padding: 8px 2px; }

dl.variation dd {
  margin: 0;
  border-bottom: 1px solid #ccc;
  width: 150px;
  padding: 8px 2px; }

dl.variation dd p {
  margin: 0; }

ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0; }
  ul.woocommerce-shipping-methods li {
    list-style: none; }

.ppom-field-wrapper.ppom-col.col-md-12.custom_color_code,
.ppom-field-wrapper.ppom-col.col-md-12.custom_size_note,
.ppom-field-wrapper.ppom-col.col-md-12.custom_size_note,
.ppom-field-wrapper.ppom-col.col-md-2.insulation_height__in_,
.ppom-field-wrapper.ppom-col.col-md-2.insulation_weight__lbs_,
.ppom-field-wrapper.ppom-col.col-md-2.insulation_neck_around_in,
.ppom-field-wrapper.ppom-col.col-md-2.insulation_chest_around_in,
.ppom-field-wrapper.ppom-col.col-md-2.above_belly__in_,
.ppom-field-wrapper.ppom-col.col-md-2.belly_around__in_,
.ppom-field-wrapper.ppom-col.col-md-2.waist_around__in_,
.ppom-field-wrapper.ppom-col.col-md-2.hip_around__in_,
.ppom-field-wrapper.ppom-col.col-md-2.neck_to_torso__in_,
.ppom-field-wrapper.ppom-col.col-md-2.inseam__in_,
.ppom-field-wrapper.ppom-col.col-md-2.center_neck_to_cuff__in_,
.ppom-field-wrapper.ppom-col.col-md-2.center_neck_to_shoulder__in_,
.ppom-field-wrapper.ppom-col.col-md-2.shoulder_to_shoulder__in_,
.ppom-field-wrapper.ppom-col.col-md-2.shoulder_to_cuff__in_,
.ppom-field-wrapper.ppom-col.col-md-12.custom_color_note_,
.ppom-field-wrapper.ppom-col.col-md-4.insulation_height__in_,
.ppom-field-wrapper.ppom-col.col-md-4.insulation_weight__lbs_,
.ppom-field-wrapper.ppom-col.col-md-4.waist_around__in_,
.ppom-field-wrapper.ppom-col.col-md-4.belly_around__in_,
.ppom-field-wrapper.ppom-col.col-md-4.hip_around__in_,
.ppom-field-wrapper.ppom-col.col-md-4.inseam__in_,
.ppom-field-wrapper.ppom-col.col-md-3.insulation_height__in_,
.ppom-field-wrapper.ppom-col.col-md-3.insulation_weight__lbs_,
.ppom-field-wrapper.ppom-col.col-md-3.insulation_neck_around_in,
.ppom-field-wrapper.ppom-col.col-md-3.insulation_chest_around_in,
.ppom-field-wrapper.ppom-col.col-md-3.center_neck_to_cuff__in_,
.ppom-field-wrapper.ppom-col.col-md-3.center_neck_to_shoulder__in_,
.ppom-field-wrapper.ppom-col.col-md-3.shoulder_to_shoulder__in_,
.ppom-field-wrapper.ppom-col.col-md-3.shoulder_to_cuff__in_,
.ppom-field-wrapper.ppom-col.col-md-3.waist_around__in_,
.ppom-field-wrapper.ppom-col.col-md-3.belly_around__in_ {
  display: none; }

.ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size {
  display: block; }

.ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size .form-check:nth-child(9) {
  clear: both; }

.ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size label.form-control-label {
  width: 100%;
  margin-bottom: 10px; }

.ppom-rendering-fields .ppom-field-wrapper .form-group.ppom-input-choose_size .form-check {
  /* width: 15%; */
  float: left;
  padding-left: 0;
  padding-right: 10px; }

.ppom-rendering-fields .ppom-field-wrapper .form-check span.ppom-label-radio {
  border: 2px solid #ccc;
  border-radius: 50px;
  height: 44px;
  min-width: 90px;
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 7px; }

@media (max-width: 768px) {
  .site-header .lrc ul {
    justify-content: center; }

  .welcome-box h1 {
    font-size: 25px; }

  .product-box .prod-name {
    display: block; }
    .product-box .prod-name h2 {
      width: 100%; }

  .nl-box {
    margin: 0;
    padding: 20px; }
    .nl-box h2 {
      font-size: 35px; }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .owl-carousel.BannerSlider .owl-nav button.owl-prev {
    left: 0; }
  .owl-carousel.BannerSlider .owl-nav button.owl-next {
    right: 0; }

  .front-side {
    position: relative; }
    .front-side .frontSvgWrapper {
      z-index: 3;
      position: relative; }
    .front-side #wrapperCanvas {
      position: absolute;
      top: 0;
      z-index: 1; }

  .layers h3 {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    display: none; }
    .layers h3 small {
      font-size: 0.8rem; }
    .layers h3::before {
      position: absolute;
      right: 10px;
      top: 18px;
      height: 30px;
      width: 30px;
      background: #000;
      color: #fff;
      text-align: center;
      border-radius: 50px; }
    .layers h3.h-o-m {
      display: none; }
  .layers .left-product-color .render-layers {
    display: none; }

  .default-padding {
    padding: 10px 0; }

  .site-footer {
    padding: 20px 0; }
    .site-footer h4 {
      margin-top: 30px; }

  .site-info ul {
    text-align: center; }

  .BannerSlider .sliderData .SliderContent {
    width: 80%;
    position: relative;
    padding-bottom: 30px; }
    .BannerSlider .sliderData .SliderContent h2 {
      font-size: 25px; }

  .MainCategory .main_cate .cate_name {
    padding: 5px; }

  .prod-6 {
    margin: 0; }

  .site-footer h2 {
    margin-top: 20px; }

  .side-bar-mobile {
    display: none; }

  .product-page .summary.entry-summary .quantity {
    width: 100%;
    margin-bottom: 13px; }

  .product-page .single_add_to_cart_button {
    width: 100%; } }
@media (max-width: 480px) {
  .woo-variation-product-gallery {
    width: 100% !important;
    max-width: 100% !important; }

  .notification-bar p {
    font-size: 13px; } }

/*# sourceMappingURL=layout.css.map */
