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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

mark, ins {
  background: transparent;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 80%;
  }
}
@media (max-width: 990px) {
  .container, .container-sm {
    max-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #ddd; /* color of the tracking area */
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #666; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid #666; /* creates padding around scroll thumb */
}

@media (min-width: 990px) {
  #wpadminbar ~ .site header.site-header {
    margin-top: 32px;
  }
  #wpadminbar ~ .site header.site-header .site-header .main-navigation #site-navigation .menu-top-menu-container {
    top: 126px !important;
  }
  #wpadminbar ~ .site header.site-header .entry-header.sticky {
    top: 32px !important;
  }
  #wpadminbar ~ .site #tabs.sticky {
    top: 80px !important;
  }
}
@media (max-width: 990px) {
  #wpadminbar {
    position: fixed;
  }
  #wpadminbar ~ .site header.site-header .site-header #primary-menu, #wpadminbar ~ .site header.site-header .site-header .sub-menu {
    top: 42px !important;
  }
  #wpadminbar ~ .site header.site-header .entry-header.sticky {
    top: 46px !important;
  }
  #wpadminbar ~ .site #tabs.sticky {
    top: 102px !important;
  }
  #wpadminbar ~ .site .category-menu.sticky {
    top: 102px !important;
  }
  #wpadminbar ~ .site #product-filter {
    height: calc(100vh - 46px);
    margin-top: 46px;
  }
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  border-radius: 0;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 768px) {
  .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 12px !important;
    border-width: 1px;
  }
}

.wpb_content_element {
  margin-bottom: 20px !important;
}
@media (max-width: 990px) {
  .wpb_content_element {
    margin-bottom: 10px !important;
  }
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}
@media (max-width: 990px) {
  .wpb_revslider_element {
    margin-bottom: 10px !important;
  }
}

html {
  overflow-x: hidden !important;
}

@media (max-width: 990px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 15px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

a, a:visited {
  color: #666;
  outline: none !important;
}
a:hover, a:visited:hover {
  color: #f45e90;
  text-decoration: none;
}

.home p a {
  display: inline-block !important;
  overflow: hidden;
  font-size: 13px !important;
}
.home p a:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  width: 100%;
  background: #999;
  height: 1px;
  display: block;
}
@media (max-width: 990px) {
  .home p a:after {
    margin-top: 8px;
  }
}
.home p a:hover:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}
@media (max-width: 990px) {
  .home p a {
    font-size: 12px !important;
  }
}

.discover {
  display: inline-block !important;
  overflow: hidden;
  font-size: 14px !important;
  color: #fff;
  min-width: auto !important;
  max-width: auto !important;
}
.discover:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 3px;
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
.discover:hover:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}

img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

label {
  width: 100%;
}

input {
  padding: 10px 15px !important;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number] {
  height: 46px;
}

.flatpickr-month {
  font-weight: 300;
}
.flatpickr-month input {
  padding: 0 !important;
}

select {
  height: 46px;
  border-radius: 0 !important;
  padding: 0 15px;
  background: #fff;
}

.password-input {
  width: 100%;
}

button, .button {
  border-radius: 3px !important;
  min-width: 160px;
  height: 46px;
  line-height: 12px !important;
  margin: 10px 0 !important;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 480px) {
  button, .button {
    min-width: 100px;
  }
}
button:active, .button:active {
  border: 0 !important;
  border-radius: 0 !important;
}
button.product_type_simple, button.product_type_variable, .button.product_type_simple, .button.product_type_variable {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}

h1 {
  margin-bottom: 20px;
  color: #333;
}

h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
h2 a {
  text-decoration: none !important;
}
h2 a strong {
  color: #333;
}
h2 a strong:hover {
  color: #f45e90;
}
h2 a:hover {
  color: #f45e90 !important;
}

p {
  line-height: 30px;
}

.white-text h2, .white-text h4, .white-text p a, .white-text p {
  color: #fff;
}
.white-text h2:after, .white-text h4:after, .white-text p a:after, .white-text p:after {
  background: #fff;
}
.white-text h4 {
  font-size: 22px;
}
.white-text p {
  margin-bottom: 10px;
}

.p-right .vc_column-inner {
  padding-right: 10% !important;
}
@media (max-width: 990px) {
  .p-right .vc_column-inner {
    padding-right: 10px !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.preloader img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 22.5px);
}

.modal .modal-content {
  border-top: none;
}
.modal .modal-content .modal-header {
  padding-top: 0;
  padding-bottom: 0;
  background: #f45e90;
  padding-right: 0;
  max-height: 48px;
}
.modal .modal-content .modal-header h3 {
  color: #fff;
  margin-top: 12px;
  font-size: 16px !important;
  font-weight: normal;
}
.modal .modal-content .modal-header h3 b {
  font-weight: bold;
}
.modal .modal-content .modal-header button {
  min-width: 48px;
  margin: 0 !important;
}
.modal .modal-content .modal-header button span {
  color: #fff;
  text-shadow: none;
}
.modal .modal-content .modal-body div {
  display: block;
  text-align: left;
  line-height: 20px;
}
.modal .modal-content .modal-body div b, .modal .modal-content .modal-body div strong {
  font-weight: bold;
  color: #666;
}
.modal .modal-content .modal-footer {
  padding: 0 15px;
}
.modal .modal-content .modal-footer .btn {
  padding: 15px !important;
  border: none;
  max-width: 130px;
  min-width: auto;
}
.modal .modal-content .modal-footer .btn.close {
  background: #f7f7f7;
}
.modal .modal-content .modal-footer .btn.btn-primary {
  margin-left: 8px !important;
  background: #f45e90;
}

header.site-header {
  height: 110px;
  line-height: 110px;
}
header.site-header.sticky {
  position: fixed;
  display: contents;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  line-height: 80px;
}
@media (max-width: 990px) {
  header.site-header.sticky {
    height: 48px;
    line-height: 48px;
  }
}
header.site-header.sticky > .row {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  header.site-header.sticky > .row {
    max-width: initial;
    margin-left: -15px;
    margin-right: -15px;
  }
}
header.site-header.sticky .count-item {
  top: 24px !important;
}
header.site-header.sticky .aws-container {
  top: 18px !important;
}
@media (max-width: 990px) {
  header.site-header.sticky .aws-container {
    top: 48px !important;
  }
}
header.site-header.sticky .mega_main_menu {
  margin-top: 18px !important;
}
@media (max-width: 990px) {
  header.site-header.sticky .mega_main_menu {
    margin-top: 0 !important;
  }
}
@media (max-width: 990px) {
  header.site-header {
    height: 48px;
    line-height: 48px;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
header.site-header .logo a {
  max-width: 295px;
}
@media (min-width: 990px) {
  header.site-header .logo a {
    position: relative;
  }
}
@media (max-width: 990px) {
  header.site-header .logo a {
    max-width: 150px;
  }
}
@media (max-width: 990px) {
  header.site-header .logo, header.site-header .icons {
    width: 50%;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  header.site-header .nav {
    display: none;
  }
  header.site-header .icons {
    padding-left: 0;
    padding-right: 16px;
  }
  header.site-header .icons .icon {
    margin-left: 0px !important;
    display: inline-table;
    max-width: 24px !important;
  }
  header.site-header .icons .icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
  }
  header.site-header .icons .icon img {
    width: 22px;
  }
  header.site-header .icons .my-account, header.site-header .icons .cart {
    display: none;
  }
}
header.site-header .icons .icon {
  float: left;
  margin-left: 20px;
  max-width: 22px;
  position: relative;
}
@media (max-width: 990px) {
  header.site-header .icons .icon {
    position: static;
  }
}
header.site-header .icons .icon img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
header.site-header .icons .icon img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
header.site-header .icons .icon a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 5px;
}
@media (max-width: 990px) {
  header.site-header .icons .icon a {
    margin-right: 20px;
  }
}
header.site-header .icons .icon .accounts {
  margin-left: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 85px;
  z-index: 2;
  background: #fff;
  padding: 16px;
  border-radius: 3px;
  left: -45px;
  text-align: left;
}
header.site-header .icons .icon .accounts .ac-list {
  line-height: 100%;
  margin-bottom: 12px;
  font-size: 15px;
}
header.site-header .icons .icon .accounts .ac-list a {
  width: 100% !important;
}
header.site-header .icons .icon .accounts .ac-list:last-child {
  margin-bottom: 0;
}
header.site-header .icons .icon:hover .accounts {
  display: inline-block;
}
header.site-header .icons .icon .count-item {
  position: absolute;
  line-height: 100%;
  right: -10px;
  top: 40px;
  background: #f45e90;
  color: #fff;
  border-radius: 25px;
  display: block;
  min-width: 16px;
  padding-left: 5px;
  padding-right: 5px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 990px) {
  header.site-header .icons .icon .count-item {
    top: 8px;
    right: 4px;
  }
}

.post, .page {
  margin: 0;
}

.page p {
  line-height: 20px;
  padding-bottom: 20px;
}
.page p strong {
  font-weight: 700;
  color: #000;
}
.page .entry-content ul {
  margin-bottom: 20px;
}
.page .entry-content ul li {
  list-style: disc;
  margin-left: 20px;
}

.search-box {
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 32px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-box.active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  z-index: 3;
  top: 146px;
  opacity: 1;
}
@media (max-width: 767px) {
  .search-box.active {
    top: 75px;
  }
}
.search-box .close {
  position: absolute;
  right: 20px;
  top: 26px;
  color: white;
  font-size: 48px;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767px) {
  .search-box .close {
    top: 14px;
    font-size: 18px;
  }
}
.search-box form {
  width: 100%;
}
.search-box input[type=submit] {
  display: none;
}
.search-box input[type=search] {
  border-radius: 0 !important;
  border: none !important;
  width: 100%;
  height: 100px;
  padding: 0 !important;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  background: #f45e90;
  color: white;
}
@media (max-width: 767px) {
  .search-box input[type=search] {
    font-size: 16px;
    height: 46px;
  }
}
.search-box input[type=search]:focus {
  background: #f45e90;
}
.search-box input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.search-box input[type=search]::-moz-placeholder {
  color: #fff;
}
.search-box input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.search-box input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.search-box input[type=search]::placeholder {
  color: #fff;
}

.aws-container {
  position: absolute;
  opacity: 0;
  width: 0px;
  top: 33px;
  right: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aws-container.active {
  opacity: 1;
  width: 180px;
}
@media (max-width: 990px) {
  .aws-container {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ddd;
    top: 48px;
    left: 0;
    right: 0;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100vw !important;
    z-index: -1;
    display: none;
  }
  .aws-container.active {
    display: block;
    height: auto;
    z-index: 1;
  }
}
.aws-container .aws-search-field {
  border: none;
  background: transparent !important;
  padding-left: 0 !important;
  line-height: 28px;
}
.aws-container .aws-search-clear span {
  display: none !important;
}
.aws-container .aws-search-clear {
  top: 30px !important;
  right: 80px !important;
}

.aws-search-result {
  top: 77px !important;
  min-width: 290px;
  position: fixed;
  border: 1px solid #ddd;
}
@media (max-width: 990px) {
  .aws-search-result {
    top: 92px !important;
  }
}
.aws-search-result .aws_result_title {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}
.aws-search-result .aws_no_result {
  font-size: 15px;
  text-align: left;
  padding: 12px 15px;
}
.aws-search-result .aws_result_sale {
  display: none;
}
.aws-search-result ul li {
  border-bottom: 1px solid #fff;
}
.aws-search-result ul li:hover a {
  color: #f45e90;
}

.search-result .page-header {
  width: 100%;
}
.search-result .page-header .page-title {
  padding: 80px 0;
  text-align: center;
}

.mega_main_menu {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .mega_main_menu {
    margin-top: 0px !important;
    position: fixed !important;
    left: -100%;
    top: 0;
    width: 75%;
    height: calc(100vh - 48px) !important;
    z-index: 1000 !important;
  }
  .mega_main_menu .menu_holder {
    height: calc(100vh - 48px) !important;
  }
}
.mega_main_menu .menu-item a span.link_content span.link_text, .mega_main_menu .menu-item span.item_link span.link_content span.link_text {
  color: #666 !important;
}
.mega_main_menu .menu-item a span.link_content span.link_text:hover, .mega_main_menu .menu-item span.item_link span.link_content span.link_text:hover {
  color: #f45e90 !important;
}
.mega_main_menu .menu-item.red span.link_content span.link_text {
  color: red !important;
  font-weight: 700 !important;
}
.mega_main_menu .menu-item.red span.link_content span.link_text:hover {
  color: #f45e90 !important;
}
.mega_main_menu .nav_logo {
  display: none !important;
}
@media (max-width: 767px) {
  .mega_main_menu .mmm_fullwidth_container {
    background: transparent !important;
  }
}
@media (max-width: 900px) {
  .mega_main_menu .mega_main_menu_ul {
    text-align: left;
  }
  .mega_main_menu .mega_main_menu_ul > .menu-item-has-children:focus:after, .mega_main_menu .mega_main_menu_ul > .menu-item-has-children:hover:after {
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    content: "\f273" !important;
  }
  .mega_main_menu .mega_main_menu_ul > .menu-item-has-children .mega_dropdown {
    background: #fff !important;
  }
  .mega_main_menu .mega_main_menu_ul > .menu-item-has-children .mega_dropdown .mega_dropdown {
    background: #efefef !important;
  }
  .mega_main_menu .mega_main_menu_ul .menu-item-has-children:after {
    position: absolute;
    right: 15px;
    top: 15px;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    content: "\f278";
  }
  .mega_main_menu .mega_main_menu_ul .menu-item-has-children.active:after {
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    content: "\f273" !important;
  }
}
.mega_main_menu .mega_main_menu_ul .icon-group {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.mega_main_menu .mega_main_menu_ul .icon-group .app i {
  font-size: 20px;
}
.mega_main_menu .mega_main_menu_ul .icon-group .app img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.mega_main_menu .mega_main_menu_ul .icon-group .app span {
  display: none;
}
.mega_main_menu .mega_main_menu_ul .icon-group .app ul {
  position: absolute;
  left: auto;
  right: 0;
  top: 83px;
  padding: 23px;
  background: #fff;
}
.mega_main_menu .mega_main_menu_ul .icon-group .app ul a {
  width: 100%;
}
.mega_main_menu .mega_main_menu_ul .icon-group .app:hover ul, .mega_main_menu .mega_main_menu_ul .icon-group .app:focus ul, .mega_main_menu .mega_main_menu_ul .icon-group .app:active ul {
  display: block;
}
.mega_main_menu .mega_main_menu_ul .icon {
  display: inline-block;
  padding-top: 27px;
  padding-bottom: 27px;
  width: 25%;
  font-size: 22px;
  border-right: 1px solid #ddd;
  text-align: center;
  position: relative;
}
.mega_main_menu .mega_main_menu_ul .icon img {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.mega_main_menu .mega_main_menu_ul .icon img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.mega_main_menu .mega_main_menu_ul .icon .free {
  background: #f45e90;
  color: white;
  border-radius: 10px;
  font-size: 8px;
  padding: 3px 5px;
  position: relative;
  top: -10px;
  right: 10px;
}
.mega_main_menu .mega_main_menu_ul div.close-menu {
  display: none;
}
@media (max-width: 767px) {
  .mega_main_menu .mega_main_menu_ul {
    display: block !important;
    overflow: auto !important;
    height: calc(100vh - 52px);
    position: relative;
    background: #fff !important;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  }
  .mega_main_menu .mega_main_menu_ul div.close-menu {
    cursor: pointer;
    display: none;
    font-size: 28px;
    text-align: left;
    color: white;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #f45e90 !important;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
  }
  .mega_main_menu .mega_main_menu_ul .mega_dropdown {
    background: #efefef !important;
    padding: 0 !important;
  }
  .mega_main_menu .mega_main_menu_ul .mega_dropdown li {
    padding-bottom: 0 !important;
  }
  .mega_main_menu .mega_main_menu_ul .mega_dropdown .mega_dropdown {
    padding-left: 20px !important;
  }
  .mega_main_menu .mega_main_menu_ul .link_content {
    text-align: left !important;
  }
  .mega_main_menu .mega_main_menu_ul .item_link {
    padding: 15px 20px !important;
    display: block;
    height: auto !important;
  }
  .mega_main_menu .mega_main_menu_ul .item_link .link_content {
    height: auto !important;
  }
  .mega_main_menu .mega_main_menu_ul .item_link .link_content .link_text {
    height: auto !important;
  }
}
.mega_main_menu .mega_main_menu_ul li:hover a {
  font-weight: bold !important;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown {
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2) !important;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown > li > .item_link {
  border: none !important;
  font-weight: 600 !important;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown > li > .item_link .link_text {
  font-weight: 600 !important;
}
@media (max-width: 990px) {
  .mega_main_menu .mega_main_menu_ul > li > .mega_dropdown > li > .item_link .link_text {
    font-weight: 400 !important;
  }
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown .mega_dropdown > li > .item_link {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown .mega_dropdown > li > .item_link .link_text {
  font-size: 13px !important;
  color: #999 !important;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown .mega_dropdown > li > .item_link .link_text:hover {
  color: #f45e90 !important;
}
.mega_main_menu .mega_main_menu_ul > li > .mega_dropdown .item_link:hover .link_content {
  color: #f45e90 !important;
}
.mega_main_menu .menu_holder > .menu_inner > ul > li > .item_link:after {
  border: none !important;
}
.mega_main_menu .menu_holder > .mmm_fullwidth_container {
  background: transparent !important;
}
.mega_main_menu .menu_holder > .menu_inner > ul > li > .item_link {
  background: transparent !important;
}
.mega_main_menu #menu-item-81456 a, .mega_main_menu #menu-item-45895 > span > span > span {
  color: #f45e90;
}
.mega_main_menu .nav_logo > .logo_link > img {
  padding: 8px;
}

.site-main, .woocommerce-wrapper {
  min-height: 700px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 990px) {
  .site-main, .woocommerce-wrapper {
    height: calc(100% - 150px);
    margin-bottom: 0 !important;
  }
}
.site-main.active, .woocommerce-wrapper.active {
  margin-top: 245px;
}
@media (max-width: 767px) {
  .site-main.active, .woocommerce-wrapper.active {
    margin-top: 120px;
  }
}
.site-main .woocommerce-breadcrumb, .woocommerce-wrapper .woocommerce-breadcrumb {
  display: none;
}

.home h2 {
  font-size: 1.7vw;
  line-height: 2vw;
  margin-bottom: 8px;
}
@media (max-width: 990px) {
  .home h2 {
    font-size: 1.2em;
    line-height: 100%;
  }
}
.home .home-heading {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .home .home-heading {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 990px) {
  .home .home-new-collection .heading {
    text-align: center;
  }
  .home .home-new-collection .heading h2 {
    text-align: center !important;
    font-size: 16px;
  }
  .home .home-new-collection .heading .wpb_column .vc_custom_heading {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .home .home-new-collection .vc_col-sm-4 {
    width: 100%;
  }
  .home .home-new-collection .vc_col-sm-4 > div {
    position: relative;
  }
  .home .home-new-collection .vc_col-sm-4 > div p {
    padding-bottom: 0;
  }
  .home .home-new-collection .vc_col-sm-8 {
    width: 100%;
  }
  .home .home-new-collection .vc_col-sm-8 .owl-nav {
    display: none;
  }
}
.home .evc-shortcode .evc-ib-lightbox a:before, .home .evc-shortcode.evc-shortcode-has-link a:after, .home .evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after {
  background: transparent;
}
@media (max-width: 990px) {
  .home .evc-shortcode .evc-ib-lightbox a:before, .home .evc-shortcode.evc-shortcode-has-link a:after, .home .evc-shortcode:not(.evc-shortcode-has-link) .evc-ib-overlay:after {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
  }
}
.home .evc-owl-carousel .owl-dots {
  position: absolute;
  bottom: -15px;
  right: 10px;
  z-index: 2;
}
.home .evc-owl-carousel .owl-dots .owl-dot {
  min-width: auto;
}
.home .evc-owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: rgba(0, 0, 0, 0.3);
}
.home .evc-owl-carousel .owl-dots .owl-dot.active span, .home .evc-owl-carousel .owl-dots .owl-dot:hover span {
  background: #f45e90;
}
.home .evc-image-with-text {
  position: relative;
}
.home .evc-image-with-text .evc-iwt-image a .evc-iwt-content {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 990px) {
  .home .evc-image-with-text .evc-iwt-image a .evc-iwt-content {
    bottom: 0;
    z-index: 2;
  }
}
.home .evc-image-with-text .evc-iwt-image a .evc-iwt-content h4, .home .evc-image-with-text .evc-iwt-image a .evc-iwt-content p {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.home .evc-image-with-text .evc-iwt-image a .evc-iwt-content h4 {
  font-size: 30px;
}
@media (max-width: 990px) {
  .home .evc-image-with-text .evc-iwt-image a .evc-iwt-content h4 {
    font-size: 16px;
  }
}
.home .evc-image-with-text .evc-iwt-image a .evc-iwt-content p {
  margin-top: 0;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
}
.home .evc-image-with-text .evc-iwt-image a .evc-iwt-content p:after {
  height: 1px;
  width: 100%;
  background: #fff;
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home .evc-image-with-text .evc-iwt-image a:hover p:after {
  width: 0;
}
.home .home-women-wallet {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .home .home-women-wallet {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.home .home-women-wallet a .evc-iwt-content {
  left: auto !important;
  right: 50px !important;
  text-align: left !important;
  width: auto;
  bottom: auto !important;
  top: calc(50% - 70px);
}
@media (max-width: 990px) {
  .home .home-women-wallet a .evc-iwt-content {
    top: auto !important;
    right: 25px !important;
    left: auto !important;
    bottom: 50px !important;
    text-align: center !important;
  }
}
.home .home-4panel {
  margin-top: 16px;
}
.home .home-4panel h2 {
  font-size: 22px;
}
@media (max-width: 990px) {
  .home .home-4panel {
    margin-top: 8px;
  }
  .home .home-4panel h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.home .home-4panel a {
  font-size: 14px;
}
@media (max-width: 990px) {
  .home .home-4panel a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .home .vc_col-sm-6, .home .vc_col-sm-3 {
    width: 50%;
    display: inline-block;
  }
  .home .vc_col-sm-6:nth-child(odd) > .vc_column-inner, .home .vc_col-sm-3:nth-child(odd) > .vc_column-inner {
    padding-right: 4px;
  }
  .home .vc_col-sm-6:nth-child(even) > .vc_column-inner, .home .vc_col-sm-3:nth-child(even) > .vc_column-inner {
    padding-left: 4px;
  }
}
@media (max-width: 990px) {
  .home .home-bottom-slider .vc_col-sm-6 {
    width: 90%;
    margin: 0 5%;
  }
  .home .home-bottom-slider .vc_col-sm-6 > .vc_column-inner {
    padding-left: 0;
  }
}
.home .home-bottom-slider .wpb_images_carousel {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.home .home-bottom-slider .vc_carousel-control.vc_left, .home .home-bottom-slider .vc_carousel-control.vc_right {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.home .home-bottom-slider .vc_carousel-control.vc_left .icon-prev:before, .home .home-bottom-slider .vc_carousel-control.vc_left .icon-next:before, .home .home-bottom-slider .vc_carousel-control.vc_right .icon-prev:before, .home .home-bottom-slider .vc_carousel-control.vc_right .icon-next:before {
  content: "";
}
.home .home-bottom-slider .vc_carousel-control.vc_left {
  left: -85px;
}
@media (max-width: 990px) {
  .home .home-bottom-slider .vc_carousel-control.vc_left {
    left: 15px;
  }
}
.home .home-bottom-slider .vc_carousel-control.vc_left .icon-prev {
  background: url("../../images/prev.svg") center center no-repeat;
  background-size: 50%;
}
.home .home-bottom-slider .vc_carousel-control.vc_right {
  right: -85px;
}
@media (max-width: 990px) {
  .home .home-bottom-slider .vc_carousel-control.vc_right {
    right: 16px;
  }
}
.home .home-bottom-slider .vc_carousel-control.vc_right .icon-next {
  background: url("../../images/next.svg") center center no-repeat;
  background-size: 50%;
}

.rev_slider .custom.tparrows {
  border-radius: 3px;
}
.rev_slider .zeus .tp-bullet {
  width: 9px !important;
  height: 9px !important;
}
.rev_slider .slider-button {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rev_slider .slider-button:hover {
  border: 1px solid #fff !important;
}

.shop-bags {
  padding-right: 15px !important;
}

.shop-shoes {
  padding-left: 15px !important;
}

.shop-new p {
  font-size: 13px;
}

.newsletter form {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.newsletter form input {
  height: 50px;
  width: 330px;
  padding: 0 12px;
  font-size: 15px;
}
.newsletter form button {
  height: 50px;
  background: #231f20;
  color: white;
  padding: 0 25px;
  border: none;
  margin-left: 15px !important;
  text-transform: uppercase;
}
.newsletter form button:hover {
  background: #000;
}
.newsletter form .item-group {
  display: inline-block;
}

ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.products li img {
  border: 1px solid #ddd;
}
@media (max-width: 990px) {
  ul.products li img {
    margin-bottom: 8px !important;
  }
}

ul.products .wp-post-image--secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

ul.products li a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
  opacity: 1;
}

.demo_store {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  background-color: #2a2a2a !important;
}

.woocommerce {
  width: 100%;
}
.woocommerce .woocommerce-form-login, .woocommerce .woocommerce-form-register {
  background: #fff;
}

.woocommerce-notices-wrapper {
  width: 100%;
  clear: both;
}
.woocommerce-notices-wrapper .woocommerce-message {
  color: #333;
  border-radius: 3px;
}
.woocommerce-notices-wrapper .woocommerce-message[role=alert] {
  background: #fff;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  margin-right: 20px;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: #fff !important;
}

.woocommerce-wrapper .category-description, .woocommerce-wrapper .term-description {
  margin-bottom: 0 !important;
}
.woocommerce-wrapper .category-description p, .woocommerce-wrapper .category-description > rs-module-wrap, .woocommerce-wrapper .term-description p, .woocommerce-wrapper .term-description > rs-module-wrap {
  margin-bottom: 20px !important;
}
@media (max-width: 990px) {
  .woocommerce-wrapper .category-description p, .woocommerce-wrapper .category-description > rs-module-wrap, .woocommerce-wrapper .term-description p, .woocommerce-wrapper .term-description > rs-module-wrap {
    margin: -20px -20px 20px -20px !important;
  }
}

.select_option {
  border: none;
  margin-right: 0;
}
.select_option .yith_wccl_value {
  margin-right: 4px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block !important;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  border: solid 2px #fff;
  outline: solid 1px #9C9999;
  outline-style: dotted;
  line-height: 1;
}
.select_option.selected .yith_wccl_value {
  outline: solid 1px #000;
  outline-style: solid;
}

.woocommerce-account .woocommerce {
  margin-top: 40px;
}
@media (max-width: 990px) {
  .woocommerce-account .woocommerce {
    margin-top: 0;
  }
}
.woocommerce-account .woocommerce-error {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #515151;
  padding: 1.5em 2em 1.5em 3.5em;
}
.woocommerce-account .woocommerce-error:before {
  top: 1.5em;
}
.woocommerce-account .woocommerce-message {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 990px) {
  .woocommerce-account article.page {
    padding-top: 16px;
  }
  .woocommerce-account h1 {
    display: none;
  }
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address:first-child {
    border-bottom: 1px solid #ddd;
  }
}

.breadcrumbs-wrapper {
  background: #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.breadcrumbs-wrapper .breadcrumb_last {
  font-weight: 700;
}

.archive .heading, .woocommerce-account .heading, .page-template-default .heading {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .archive .heading, .woocommerce-account .heading, .page-template-default .heading {
    margin-bottom: 0;
  }
}
.archive .breadcrumbs-wrapper, .woocommerce-account .breadcrumbs-wrapper, .page-template-default .breadcrumbs-wrapper {
  background: #e7e7e7;
}
.archive .breadcrumbs-wrapper p, .woocommerce-account .breadcrumbs-wrapper p, .page-template-default .breadcrumbs-wrapper p {
  padding-bottom: 0;
}
.archive .total-results, .woocommerce-account .total-results, .page-template-default .total-results {
  display: inline-block;
  line-height: 46px;
}

.woocommerce-page {
  margin: 0;
}
.woocommerce-page h1 {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #666;
}
.woocommerce-page h2 {
  font-size: 22px;
}
.woocommerce-page form {
  border-radius: 5px;
}
.woocommerce-page form legend {
  font-size: 18px;
  padding: 20px 0;
}
.woocommerce-page form .form-row {
  margin: 0;
  padding: 0;
}
.woocommerce-page form .form-row input {
  margin-bottom: 15px !important;
  border-radius: 3px;
}
.woocommerce-page form .form-row button {
  background: #f45e90;
  color: white;
  font-weight: normal;
  border-radius: 3px;
}
.woocommerce-page form .form-row button:hover {
  background: #231f20;
  color: white;
}
.woocommerce-page form .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.woocommerce-page .product-category-title {
  text-align: center;
  padding: 30px 0;
  background: #ededed;
  font-weight: 400 !important;
}
.woocommerce-page .product-category-title h1 {
  font-size: 22px;
  color: #333;
}
@media (max-width: 990px) {
  .woocommerce-page .product-category-title h1 {
    font-size: 18px;
  }
}
.woocommerce-page .product-category-title p {
  font-size: 12px;
  line-height: 20px;
}
.woocommerce-page .product-category-title p em {
  font-style: italic;
}
.woocommerce-page .product-category-title p strong {
  font-weight: 700;
}
.woocommerce-page .product-category-title a {
  color: #f45e90;
}
.woocommerce-page .product-category-title a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .woocommerce-page .product-category-title {
    padding: 20px 0 !important;
    margin-bottom: 20px !important;
  }
}
.woocommerce-page .product-category-title .wb-subcategory-links {
  margin-top: 20px;
}
.woocommerce-page .product-category-title .wb-subcategory-links ul li {
  display: inline-block;
  margin: 0 15px;
}
.woocommerce-page .product-category-title .wb-subcategory-links ul li a {
  font-size: 13px;
  text-decoration: underline;
  color: inherit;
}
.woocommerce-page .product-category-title .wb-subcategory-links ul li a:hover {
  text-decoration: none;
  color: #f45e90;
}
.woocommerce-page .variations.pa_size {
  display: none;
}
.woocommerce-page .product-filter-close, .woocommerce-page .woocommerce-button.invoice {
  display: none;
}
.woocommerce-page .woocommerce-info {
  background: #fff;
}
.woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  border-top: none;
  padding: 15px;
}
.woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  display: none;
}
.woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  margin: 0 !important;
}
.woocommerce-page .woocommerce-error {
  border-top: none;
}
.woocommerce-page .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-page .select2-container .select2-selection--single {
  border-radius: 0 !important;
  height: 46px !important;
  border-color: #ccc !important;
  margin-bottom: 15px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce-page .button {
  background: #f45e90 !important;
  color: white !important;
  font-weight: normal !important;
  padding: 17px 25px !important;
}
.woocommerce-page .button:hover {
  background: #231f20 !important;
  color: white;
}
.woocommerce-page .lost_reset_password {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-page .lost_reset_password label {
  margin-top: 40px;
}
.woocommerce-page .lost_reset_password button {
  display: block;
  text-align: center;
  margin: 0 auto !important;
}
.woocommerce-page .mobile-user {
  display: none;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .woocommerce-page .mobile-user {
    display: block;
  }
}
.woocommerce-page .mobile-user b, .woocommerce-page .mobile-user strong {
  font-weight: bold;
  color: #666;
}
.woocommerce-page .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-page .woocommerce-MyAccount-navigation li {
  margin-bottom: 5px;
  list-style: none !important;
  margin-left: 0 !important;
}
@media (max-width: 990px) {
  .woocommerce-page .woocommerce-MyAccount-navigation li {
    margin: 5px;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation li a {
    text-align: left !important;
  }
}
.woocommerce-page .woocommerce-MyAccount-navigation li a {
  background: #efefef;
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 3px;
}
.woocommerce-page .woocommerce-MyAccount-navigation li a:hover {
  background: #f45e90;
  color: white;
}
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a {
  background: #f45e90;
  color: white;
}
@media (max-width: 990px) {
  .woocommerce-page .woocommerce-MyAccount-navigation {
    width: 100%;
    text-align: center;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout, .woocommerce-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--notification {
    display: none;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .woocommerce-page .woocommerce-MyAccount-navigation ul li a {
    padding: 13px;
  }
}
.woocommerce-page .woocommerce-MyAccount-content {
  width: 73%;
}
@media (max-width: 990px) {
  .woocommerce-page .woocommerce-MyAccount-content {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .woocommerce-page .woocommerce-MyAccount-content label, .woocommerce-page .woocommerce-MyAccount-content address, .woocommerce-page .woocommerce-MyAccount-content .woocommerce-message {
    text-align: left;
  }
}
.woocommerce-page .woocommerce-MyAccount-content a {
  font-weight: 700;
}
.woocommerce-page .woocommerce-MyAccount-content a:hover {
  color: #f45e90;
}
.woocommerce-page .woocommerce-MyAccount-content a:after {
  display: none;
}
.woocommerce-page .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
.woocommerce-page .woocommerce-MyAccount-content .read-all {
  font-size: 12px;
  font-weight: bold;
  color: #f45e90;
  padding-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px;
  position: relative;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li:hover {
  background: #fff;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li.today {
  background: rgba(244, 94, 144, 0.2);
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .title {
  margin-bottom: 8px;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .datetime {
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-block;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 990px) {
  .woocommerce-page .woocommerce-MyAccount-content .notification-list li .datetime {
    text-align: left;
  }
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .new-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #f45e90;
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li a {
  display: block;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li a:hover {
  color: inherit;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li a:focus {
  background: #fff;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li a .body {
  font-weight: normal;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .title strong {
  color: #333;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .body {
  font-size: 14px;
  line-height: 1.4em;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .title, .woocommerce-page .woocommerce-MyAccount-content .notification-list li .body {
  text-align: left;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .hide-msg {
  display: block;
  text-align: right;
  font-size: 0.8em;
}
.woocommerce-page .woocommerce-MyAccount-content .notification-list li .hide-msg:hover {
  color: #f45e90;
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Address {
  background: #ededed;
  padding: 15px;
  margin-bottom: 15px;
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Address header {
  margin-bottom: 15px;
  font-weight: 700;
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Address address {
  line-height: 22px;
}
.woocommerce-page .woocommerce-MyAccount-content .scan-barcode {
  position: relative;
  top: 22px;
  left: -10px;
}
.woocommerce-page .products .product {
  margin: 0 20px 40px 0 !important;
  width: calc(25% - 15px) !important;
  text-align: left !important;
}
@media (max-width: 990px) {
  .woocommerce-page .products .product {
    margin-bottom: 10px !important;
  }
}
.woocommerce-page .products .product:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media (max-width: 1280px) {
  .woocommerce-page .products .product.first {
    clear: none;
  }
}
@media (max-width: 1024px) {
  .woocommerce-page .products .product {
    width: calc(34% - 20px) !important;
  }
  .woocommerce-page .products .product:nth-child(4n+4) {
    margin-right: 20px !important;
  }
  .woocommerce-page .products .product:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.woocommerce-page .products .product h2 {
  text-transform: capitalize;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
@media (max-width: 990px) {
  .woocommerce-page .products .product h2 {
    max-width: 180px;
    font-size: 14px;
  }
}
.woocommerce-page .products .product .onsale {
  display: none;
}
.woocommerce-page .products .product .price {
  color: #666 !important;
  font-size: 16px;
  margin: 0 0 15px 0 !important;
}
@media (max-width: 990px) {
  .woocommerce-page .products .product .price {
    margin: 0 !important;
  }
}
.woocommerce-page .products .product .add_to_cart_button {
  display: none;
}
.woocommerce-page .products .product .ywccl_stock {
  display: none;
}
.woocommerce-page .woocommerce-pagination li {
  min-width: 46px;
}
.woocommerce-page .woocommerce-pagination li span, .woocommerce-page .woocommerce-pagination li a {
  padding: 15px !important;
}
.woocommerce-page .woocommerce-pagination li span.current, .woocommerce-page .woocommerce-pagination li a.current {
  background: #f45e90 !important;
  color: white !important;
}
.woocommerce-page.woocommerce-cart button, .woocommerce-page.woocommerce-cart .button {
  margin: 0 !important;
}
.woocommerce-page.woocommerce-cart .woocommerce-message .button {
  margin-right: 10px;
}
.woocommerce-page.woocommerce-cart input#coupon_code {
  width: 250px;
}
.woocommerce-page.woocommerce-cart .coupon label {
  display: none;
}
.woocommerce-page.woocommerce-cart a.remove {
  background: transparent !important;
  color: #f45e90 !important;
}
.woocommerce-page.woocommerce-cart .checkout-button {
  font-size: 15px !important;
}
.woocommerce-page.woocommerce-cart .site-main {
  max-width: 1000px;
}
.woocommerce-page.woocommerce-cart .product-thumbnail img {
  width: 75px;
}
.woocommerce-page.woocommerce-checkout h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.woocommerce-page.woocommerce-checkout .site-main {
  max-width: 1000px;
}
.woocommerce-page.woocommerce-checkout button {
  margin: 0 !important;
}
.woocommerce-page table.my_account_orders {
  font-size: 15px;
}
.woocommerce-page table.my_account_orders th {
  padding: 14px 8px;
}
.woocommerce-page table.my_account_orders .button {
  margin: 5px !important;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
}
@media (max-width: 990px) {
  .woocommerce-page table.my_account_orders .button {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
}
.woocommerce-page table.shop_table {
  border-radius: 0;
  border-color: #f7f7f7;
}
@media (min-width: 991px) {
  .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td {
    border-top: none;
    border-bottom: 5px solid #f7f7f7;
    background: #efefef;
  }
}
@media (max-width: 990px) {
  .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td {
    background: #efefef;
  }
  .woocommerce-page table.shop_table tr {
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .woocommerce-page table.shop_table td:first-child {
    border-top: none;
  }
}
.woocommerce-page table.shop_table tbody li {
  list-style: circle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  font-size: 12px;
}
.woocommerce-page table.shop_table tbody li strong.wc-item-meta-label {
  clear: none !important;
}
.woocommerce-page table.shop_table tbody li p {
  padding-bottom: 0;
}
.woocommerce-page table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td {
  border-top: none;
}
.woocommerce-page .woocommerce-billing-fields #billing_country_field, .woocommerce-page .woocommerce-billing-fields #shipping_country_field, .woocommerce-page .woocommerce-shipping-fields #billing_country_field, .woocommerce-page .woocommerce-shipping-fields #shipping_country_field {
  margin-bottom: 15px;
}
.woocommerce-page .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 0;
}
.woocommerce-page .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-page .woocommerce-checkout-payment input[type=checkbox] {
  margin-bottom: 0 !important;
}
.woocommerce-page .woocommerce-checkout-payment button {
  margin: 0 !important;
  float: right;
}

.fancybox-button {
  min-width: auto;
}

@media (max-width: 990px) {
  .archive .woocommerce-wrapper > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.archive #breadcrumbs {
  text-align: center;
  font-size: 12px;
}

.single-product .breadcrumbs-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .single-product .breadcrumbs-wrapper {
    margin-bottom: 20px;
  }
}
.single-product .onsale {
  opacity: 0 !important;
  height: 0 !important;
}
@media (max-width: 990px) {
  .single-product .site-main {
    padding-top: 0;
  }
}
.single-product .product .container {
  max-width: 1000px !important;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .single-product .product .container {
    margin: 0;
    max-width: auto !important;
  }
}
.single-product .product .container.content-area {
  padding-left: 0;
  padding-right: 0;
}
.single-product .product .container .woocommerce-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.single-product .sticky {
  max-width: 100% !important;
}
.single-product .product {
  margin-top: 0 !important;
}
@media (max-width: 990px) {
  .single-product .product {
    padding: 0 15px;
  }
}
.single-product .product .image-container {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .single-product .product .image-container {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 990px) {
  .single-product .image-wrapper {
    margin: 0 -15px;
    max-width: calc(100% + 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 30px);
            flex: 0 0 calc(100% + 30px);
  }
}
.single-product .product-gallery, .single-product .product-thumbnails {
  display: none;
}
.single-product .product-gallery .slick-slide.hide, .single-product .product-thumbnails .slick-slide.hide {
  display: none;
  width: 0 !important;
}
.single-product .product-gallery .slick-prev, .single-product .product-gallery .slick-next, .single-product .product-thumbnails .slick-prev, .single-product .product-thumbnails .slick-next {
  z-index: 3;
  top: auto;
  bottom: -55px;
  opacity: 0.2;
}
.single-product .product-gallery .slick-prev:before, .single-product .product-gallery .slick-next:before, .single-product .product-thumbnails .slick-prev:before, .single-product .product-thumbnails .slick-next:before {
  font-size: 30px;
  color: #999;
}
.single-product .product-gallery .slick-prev:hover, .single-product .product-gallery .slick-next:hover, .single-product .product-thumbnails .slick-prev:hover, .single-product .product-thumbnails .slick-next:hover {
  opacity: 1;
}
.single-product .product-gallery .slick-prev:hover:before, .single-product .product-gallery .slick-next:hover:before, .single-product .product-thumbnails .slick-prev:hover:before, .single-product .product-thumbnails .slick-next:hover:before {
  color: #f45e90;
}
.single-product .product-gallery .slick-prev, .single-product .product-thumbnails .slick-prev {
  text-align: right;
  left: 15%;
}
.single-product .product-gallery .slick-next, .single-product .product-thumbnails .slick-next {
  text-align: left;
  right: 15%;
}
.single-product .product-gallery {
  margin-bottom: 10px !important;
}
.single-product .product-gallery .slick-dots li {
  width: 0;
}
@media (min-width: 991px) {
  .single-product .product-gallery .slick-dots {
    display: none !important;
  }
}
.single-product .product-thumbnails {
  margin-bottom: 60px;
}
.single-product .product-thumbnails .slick-list {
  margin: 0 -5px;
}
.single-product .product-thumbnails .slick-slide > div, .single-product .product-thumbnails .slick-slide > a {
  padding: 0 5px;
  display: block;
}
@media (max-width: 990px) {
  .single-product .product-thumbnails {
    display: none !important;
    margin-bottom: 0;
  }
}
.single-product .slide-count-wrap {
  display: none;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 1;
  font-size: 14px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 10px;
  border-radius: 25px;
}
@media (max-width: 990px) {
  .single-product .slide-count-wrap {
    display: block;
  }
}
.single-product .images {
  position: relative;
  width: 64% !important;
}
.single-product .images .woocommerce-product-gallery__image {
  border: 1px solid #ddd;
}
@media (max-width: 990px) {
  .single-product .images {
    width: 100% !important;
  }
  .single-product .images .slider-nav {
    display: none;
  }
  .single-product .images > .slider {
    padding: 15px;
  }
  .single-product .images .vertical-img-left.wpgis-slider-for {
    float: none !important;
  }
  .single-product .images .flex-control-thumbs {
    display: none;
  }
}
.single-product .images .slider-container {
  padding-left: 0;
}
@media (max-width: 767px) {
  .single-product .images .slider-container {
    padding-right: 0;
  }
}
.single-product .images .slick-arrow {
  background: transparent !important;
  color: #666 !important;
}
.single-product .images .slick-arrow:hover {
  color: #f45e90 !important;
}
@media (max-width: 767px) {
  .single-product .images .wpigs-product-gallery-thumbnails {
    display: none;
  }
}
.single-product .images .woocommerce-product-gallery__wrapper .slick-dots {
  display: none !important;
}
@media (max-width: 767px) {
  .single-product .images .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .single-product .images .woocommerce-product-gallery__wrapper .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.single-product .images .vertical-img-left.wpgis-slider-for {
  width: 79.6%;
}
@media (max-width: 767px) {
  .single-product .images .vertical-img-left.wpgis-slider-for {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.single-product .summary {
  display: none;
  padding-left: 40px;
  width: 35% !important;
}
@media (max-width: 990px) {
  .single-product .summary {
    margin-bottom: 0 !important;
  }
}
.single-product .summary h1 {
  margin-bottom: 10px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}
.single-product .summary button {
  margin: 0 !important;
}
@media (max-width: 990px) {
  .single-product .summary button {
    border-radius: 0 !important;
  }
}
.single-product .summary .price {
  color: #333 !important;
  margin-bottom: 40px;
}
.single-product .summary .price .amount {
  font-weight: 400;
}
.single-product .summary .price del {
  color: #333 !important;
}
.single-product .summary .stock {
  padding-bottom: 20px;
}
.single-product .summary td.label {
  padding-bottom: 15px;
}
.single-product .summary .attribute-swatch label, .single-product .summary .attribute-swatch span.belowtext {
  display: block;
}
.single-product .summary .wb-flash-sale-timer {
  background: #f45e90;
  color: #fff;
  margin-bottom: 15px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 3px;
}
.single-product .summary .woocommerce-variation-price {
  font-size: 1.25em;
  color: #f45e90;
}
@media (max-width: 990px) {
  .single-product .summary .woocommerce-variation-price {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.single-product .summary .woocommerce-variation-price del {
  color: #bebebe;
  font-size: 14px;
  margin-right: 10px;
}
.single-product .summary .woocommerce-variation-price ins {
  color: #f44336;
}
.single-product .summary .woocommerce-variation-price .price {
  margin-bottom: 40px;
  display: block;
}
.single-product .summary .quantity {
  margin: 0 !important;
}
@media (max-width: 990px) {
  .single-product .summary .quantity {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .single-product .summary .quantity .qty {
    border-radius: 0 !important;
  }
}
.single-product .summary .product_meta {
  margin-bottom: 40px;
  font-size: 12px;
  color: #666;
}
.single-product .summary .product_meta .sku_wrapper, .single-product .summary .product_meta .posted_in, .single-product .summary .product_meta .tagged_as {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
}
.single-product .summary .product_meta .tagged_as a {
  text-transform: lowercase;
}
.single-product .summary .product-category {
  font-size: 14px;
  margin-bottom: 40px;
}
.single-product .summary .product-category .info {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .single-product .summary .woocommerce-variation-add-to-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 48px;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  .single-product .summary .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
    width: 20%;
  }
  .single-product .summary .woocommerce-variation-add-to-cart .quantity input {
    width: 100%;
  }
  .single-product .summary .woocommerce-variation-add-to-cart .button {
    width: 100%;
  }
}
.single-product .summary h2.description, .single-product .summary h2.additional-info {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.single-product .summary #accordion {
  margin-top: 40px;
  margin-bottom: 25px;
}
.single-product .summary #accordion .card {
  border: none;
  background: transparent;
  border-top: 1px solid #ddd;
  display: block;
}
.single-product .summary #accordion .card:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.single-product .summary #accordion .card .card-header {
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}
.single-product .summary #accordion .card .card-header.active h2 {
  color: #000;
}
.single-product .summary #accordion .card .card-header h2 {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-product .summary #accordion .card .card-header h2:hover {
  color: #333;
}
.single-product .summary #accordion .card .card-header h2:before {
  font-family: bootstrap-icons !important;
  content: "\f135";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: -1;
}
.single-product .summary #accordion .card .card-header.active h2:before {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.single-product .summary #accordion .card .card-body {
  padding: 0;
  padding-left: 20px;
  background: transparent;
  color: #666;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
.single-product .summary #accordion .card .card-body h2 {
  display: none;
}
.single-product .summary #accordion .card .card-body p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
.single-product .summary #accordion .card .card-body p:last-child {
  margin-bottom: 0;
}
.single-product .summary #accordion .card .card-body ul {
  list-style: disc;
  margin-left: 15px;
}
.single-product .summary #accordion .card .card-body ol {
  list-style: decimal;
  margin-left: 15px;
}
.single-product .summary #accordion .card .card-body table {
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}
.single-product .summary #accordion .card .card-body table p {
  margin-bottom: 0;
}
.single-product .summary #accordion .card .card-body table tr th {
  font-weight: 700;
}
.single-product .summary #accordion .card .card-body table tr:last-child th, .single-product .summary #accordion .card .card-body table tr:last-child td {
  border-bottom: none;
}
.single-product .summary #accordion .card .card-body img {
  display: none;
}
.single-product .summary #bundle-deals-link {
  margin-bottom: 40px;
  padding: 20px 20px 0 20px;
  border: 1px dashed #f45e90;
}
.single-product .summary #bundle-deals-link a {
  color: #f45e90;
}
.single-product .summary #bundle-deals-link:hover {
  border: 1px solid #f45e90;
}
.single-product .summary .shop_attributes {
  color: #666;
  font-size: 14px;
}
.single-product .summary .shop_attributes tr {
  background: transparent;
  border: none;
}
.single-product .summary .shop_attributes tr th, .single-product .summary .shop_attributes tr td {
  background: transparent !important;
  padding-left: 0;
  font-weight: 400;
}
.single-product .summary .shop_attributes td {
  font-style: normal;
}
.single-product .summary .shop_attributes td p {
  padding: 0;
}
.single-product .summary .shop_attributes .woocommerce-product-attributes-item--attribute_pa_colour, .single-product .summary .shop_attributes .woocommerce-product-attributes-item--attribute_pa_size {
  display: none;
}
.single-product .summary .in-stock {
  display: none;
}
.single-product .summary table.variations {
  display: none;
}
@media (max-width: 990px) {
  .single-product .summary ul#variations-image {
    margin-bottom: 16px !important;
  }
}
.single-product .summary ul#variations-image .color-selection {
  text-transform: capitalize;
}
.single-product .summary ul#variations-image, .single-product .summary ul#variations-size {
  margin-bottom: 40px;
  display: table;
}
.single-product .summary ul#variations-image h2, .single-product .summary ul#variations-size h2 {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
}
.single-product .summary ul#variations-image h2 span, .single-product .summary ul#variations-size h2 span {
  font-weight: 600;
  color: #333;
}
.single-product .summary ul#variations-image li.image-selection, .single-product .summary ul#variations-image li.size-selection, .single-product .summary ul#variations-size li.image-selection, .single-product .summary ul#variations-size li.size-selection {
  cursor: pointer;
  border: 1px solid #ddd;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-product .summary ul#variations-image li.image-selection:hover, .single-product .summary ul#variations-image li.size-selection:hover, .single-product .summary ul#variations-size li.image-selection:hover, .single-product .summary ul#variations-size li.size-selection:hover {
  border: 1px solid #222;
}
.single-product .summary ul#variations-image li.image-selection.selected, .single-product .summary ul#variations-image li.size-selection.selected, .single-product .summary ul#variations-size li.image-selection.selected, .single-product .summary ul#variations-size li.size-selection.selected {
  border: 2px solid #fff;
  outline: 2px solid #333;
  color: #000;
  font-weight: 500;
  background: #fff;
}
.single-product .summary ul#variations-image li.image-selection, .single-product .summary ul#variations-size li.image-selection {
  list-style: none;
  width: 48px;
  display: inline-block;
}
.single-product .summary ul#variations-image li.size-selection, .single-product .summary ul#variations-size li.size-selection {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
}
.single-product .summary .size_guide a {
  color: #666;
  margin-bottom: 40px;
  display: inline-block;
  border: 1px dashed #ddd;
  line-height: 30px;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 990px) {
  .single-product .summary .size_guide a {
    line-height: 48px;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 0px !important;
  }
}
.single-product .summary .size_guide a:hover {
  border: 1px solid #000;
}
.single-product .summary .size_guide a img {
  width: 24px;
  height: 24px;
}
.single-product .summary .social-share {
  margin-bottom: 30px;
}
.single-product .summary .social-share a {
  display: inline-block;
  margin-right: 15px;
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-product .summary .social-share a:hover {
  color: #f45e90;
}
.single-product .summary .social-share a i {
  font-size: 22px;
}
.single-product .summary form.cart {
  margin-bottom: 40px !important;
}
.single-product .summary form.cart .variations {
  margin: 0 !important;
}
.single-product .summary .qty {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.single-product .summary .button {
  border-radius: 0 3px 3px 0 !important;
}
.single-product .recent_products {
  display: none;
  margin: 0 -5px;
  margin-top: 40px;
}
.single-product .recent_products h2 {
  font-weight: 400 !important;
  font-size: 15px;
  color: #666;
}
.single-product .recent_products ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 990px) {
  .single-product .recent_products ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-product .recent_products ul.products:before, .single-product .recent_products ul.products:after {
  display: none;
}
.single-product .recent_products ul.products li {
  width: 100% !important;
  margin-right: 0 !important;
}
.single-product .recent_products .pa_colour {
  display: none !important;
}
.single-product .variations .label {
  width: 20%;
}
.single-product .woocommerce-tabs {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs {
    margin: 0px;
  }
}
.single-product .woocommerce-tabs img {
  margin-top: 20px;
  border: 1px solid #ddd;
}
.single-product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 5px !important;
  max-width: 800px;
  margin: 0 auto !important;
}
.single-product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
  color: #666 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.single-product .woocommerce-tabs ul.tabs li:before, .single-product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product .woocommerce-tabs div.panel h2:first-child {
  display: none;
}
.single-product .woocommerce-tabs div.panel table {
  font-size: 15px;
}
.single-product .woocommerce-tabs div.panel p {
  font-size: 15px;
  line-height: 25px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  margin-bottom: 20px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
  text-align: center;
  margin: 0 auto;
}
.single-product .related.products {
  margin-top: 40px;
  clear: both;
  border-top: 1px solid #dfdfdf;
  display: none;
}
.single-product .related.products > h2 {
  text-align: center;
  padding: 40px 0;
  font-weight: 400;
  color: #666;
}
@media (max-width: 990px) {
  .single-product .related.products > h2 {
    padding: 20px 0 10px 0;
  }
}
.single-product .related.products ul {
  margin: 0;
}
.single-product .related.products ul li.product {
  width: calc(25% - 20px) !important;
}
.single-product .related.products ul li.product:nth-child(3n+3) {
  margin-right: 20px !important;
}
.single-product .related.products ul li.product:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media (max-width: 990px) {
  .single-product .related.products ul li.product {
    width: calc(50% - 8px) !important;
  }
  .single-product .related.products ul li.product:nth-child(2n+2) {
    margin-left: 8px !important;
    margin-right: 0px !important;
  }
  .single-product .related.products ul li.product:nth-child(3n+3) {
    margin-right: 8px !important;
  }
  .single-product .related.products ul li.product:nth-child(4n+4) {
    margin-right: 0 !important;
  }
}
.single-product .post-navigation, .single-product footer.container {
  max-width: 95% !important;
}
.single-product .post-navigation {
  margin: 20px auto;
  padding: 0 15px;
}
.single-product .post-navigation a {
  text-decoration: none;
}
.single-product .post-navigation a:hover {
  color: #f45e90;
}
@media (max-width: 990px) {
  .single-product #fc_frame {
    bottom: 105px !important;
  }
}

.widget-area .widget {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d3ced2;
}
.widget-area .widget.yith-wcan-stock-on-sale {
  display: none;
}
.widget-area .widget.wcva-filter-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3ced2;
  display: inline-block;
  width: 100%;
}
.widget-area .widget.wcva-filter-widget .wcva_filter_widget {
  float: none;
  display: inline-block;
}
.widget-area .widget .yith-wcbr-brands-list li {
  border-bottom: none !important;
}
.widget-area .widget ul.yith-wcan-label {
  display: inline-block;
  width: 100%;
}
.widget-area .widget ul.yith-wcan-label a {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  line-height: 24px;
  font-size: 12px;
  padding: 0 !important;
  text-align: center;
  margin: 5px;
  float: left;
  background: #efefef;
  text-decoration: none;
}
.widget-area .widget ul.yith-wcan-label a:hover {
  background: #f45e90 !important;
  color: white;
  border-color: #f45e90 !important;
}
.widget-area .widget ul.yith-wcan-label .chosen a {
  background: #f45e90 !important;
  color: white;
  border-color: #f45e90 !important;
}
.widget-area .widget .widget-title, .widget-area .widget .wcva_layered_widget_attribute_name {
  font-size: 15px;
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
  color: black;
}
@media (max-width: 767px) {
  .widget-area .widget .widget-title, .widget-area .widget .wcva_layered_widget_attribute_name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
  }
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color {
  max-height: 250px;
  overflow: auto;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li {
  display: block;
  float: none;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a {
  float: left;
  padding-left: 16px;
  width: auto;
  height: 100%;
  text-indent: 0;
  overflow: hidden;
  border: none;
  float: left;
  position: relative;
  width: 24px !important;
  height: 24px !important;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a:hover {
  text-decoration: underline;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a:before {
  position: absolute;
  top: 4px;
  left: 0px;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a span {
  width: 100%;
  height: 100%;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li div.color-bg, .widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li div.color-name, .widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li .count {
  display: inline-block;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li div.color-bg {
  width: 20px;
  height: 20px;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li div.color-name {
  float: right;
  padding-left: 5px;
}
.widget-area .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li .count {
  margin-top: 5px;
  color: #ccc;
}
.widget-area .widget ul.yith-wcan-list {
  max-height: 250px;
  overflow: auto;
}
.widget-area .widget ul.yith-wcan-list li {
  margin-bottom: 8px;
}
.widget-area .widget ul.yith-wcan-list li .count {
  color: #ccc;
}
.widget-area .widget ul.yith-wcan-list li .count:before {
  content: "(";
}
.widget-area .widget ul.yith-wcan-list li .count:after {
  content: ")";
}
.widget-area .widget ul.yith-wcan-list-price-filter li {
  margin-bottom: 8px;
}
.widget-area .widget ul.product-categories .cat-item-1358 {
  display: none;
}
.widget-area .widget ul.product-categories > li > a {
  text-transform: capitalize;
}
.widget-area .widget ul.product-categories .cat-parent {
  position: relative;
  cursor: pointer;
}
.widget-area .widget ul.product-categories .cat-parent .children {
  display: none;
  margin-left: 0;
}
.widget-area .widget ul.product-categories .cat-parent .children li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.widget-area .widget ul.product-categories .cat-parent .children li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ccc;
  bottom: 0;
  height: 100%;
}
.widget-area .widget ul.product-categories .cat-parent .children li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  border-top: 1px solid #ccc;
}
.widget-area .widget ul.product-categories .cat-parent .children li:last-child::before {
  height: 1em;
}
.widget-area .widget ul.product-categories .cat-parent .children li a {
  font-size: 14px;
}
.widget-area .widget ul.product-categories .cat-parent .children li.cat-parent > a:after {
  position: absolute;
  right: 0;
  top: 10px;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  content: "\f278";
}
.widget-area .widget ul.product-categories .cat-parent .children li.cat-parent.active > a:after {
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  content: "\f273";
}
.widget-area .widget ul.product-categories .cat-parent:after {
  position: absolute;
  right: 0;
  top: 10px;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  content: "\f278";
}
.widget-area .widget ul.product-categories .cat-parent.active:after {
  content: "\f273";
}
.widget-area .widget ul.product-categories .cat-parent a {
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.widget-area .widget ul.product-categories .current-cat > a {
  color: #f45e90;
  font-weight: 700;
}
.widget-area .widget ul.product-categories li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
.widget-area .widget ul.product-categories li a:hover {
  color: #f45e90;
}
.widget-area .widget.widget_price_filter {
  border-bottom: none;
}
.widget-area .widget.widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background: #efefef;
}
.widget-area .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 3px;
  background: #333;
}
.widget-area .widget.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
  background: #f45e90;
  width: 12px;
  height: 12px;
}
.widget-area .widget.widget_price_filter .price_slider_amount .price_label {
  width: 72%;
  float: left;
  text-align: left;
  font-size: 15px;
}
.widget-area .widget.widget_price_filter .price_slider_amount .col-6:first-child {
  padding-left: 0;
  padding-right: 8px;
}
.widget-area .widget.widget_price_filter .price_slider_amount .col-6:nth-child(2) {
  padding-left: 8px;
  padding-right: 0;
}
.widget-area .widget.widget_price_filter .price_slider_amount input {
  width: 100%;
}
.widget-area .widget.widget_price_filter .price_slider_amount button {
  float: right;
  min-width: 60px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.widget-area .widget.widget_price_filter .price_slider_amount button.reset {
  background: #efefef !important;
  color: #333 !important;
  margin-right: 10px !important;
}
.widget-area .widget.widget_price_filter .price_slider_amount button.reset:hover {
  background: #000 !important;
  color: #fff !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.woocommerce-order-received ul.woocommerce-order-overview {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #ddd;
}
.woocommerce-order-received ul.woocommerce-order-overview li {
  border-right: 0;
  text-transform: inherit;
  font-size: 14px;
  display: block;
  float: none;
  margin-bottom: 8px;
}
.woocommerce-order-received ul.woocommerce-order-overview li strong {
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-order-received .woocommerce-order {
  padding-top: 40px;
}
.woocommerce-order-received .col-1, .woocommerce-order-received .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

h1.content-title, h1.product-category-title {
  background: #ededed;
  padding: 40px 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 600 !important;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  h1.content-title, h1.product-category-title {
    font-size: 22px;
  }
}

@media (max-width: 990px) {
  .site {
    padding-top: 48px;
  }
}

.content-wrapper {
  max-width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 990px) {
  .content-wrapper {
    max-width: 100%;
  }
}
.content-wrapper h2 {
  line-height: 25px;
}
.content-wrapper strong {
  font-weight: 600;
  color: #666;
}
.content-wrapper p {
  margin-bottom: 15px;
  line-height: 22px;
}
.content-wrapper p a {
  display: inline-table !important;
  font-size: 15px !important;
  color: #666;
}
.content-wrapper p a.button:after {
  display: none;
}
.content-wrapper ul {
  margin-bottom: 20px;
}
.content-wrapper li {
  margin-bottom: 5px;
  line-height: 22px;
  list-style: disc;
  margin-left: 17px;
}

.menu-info-side-menu-container li {
  margin-bottom: 5px;
}
.menu-info-side-menu-container li a {
  background: #efefef;
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.menu-info-side-menu-container li a:hover {
  display: block;
  background: #f45e90;
  color: white;
  min-height: 46px;
}

footer {
  background: #fff;
  padding-top: 80px;
  clear: both;
}
@media (max-width: 990px) {
  footer {
    padding: 0;
    padding-bottom: 1px;
  }
  footer > section {
    padding-bottom: 20px;
    display: none;
  }
}
@media (max-width: 480px) {
  footer {
    text-align: center;
  }
}
footer .load-info {
  display: none;
}
@media (max-width: 990px) {
  footer .load-info {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 48px;
    background: #fff;
    margin-bottom: 48px;
    line-height: 48px;
    font-size: 12px;
  }
  footer .load-info i.zmdi-chevron-up {
    color: #f45e90;
  }
}
footer .widget-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  footer .footer-widget.col-sm-6 {
    width: 50%;
  }
  footer .footer-widget.col-sm-12 {
    text-align: center;
  }
  footer .footer-widget.col-sm-12 ul {
    display: inline-block;
  }
  footer .footer-widget aside {
    padding: 0 16px;
  }
  footer .footer-widget .site-info {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-widget.col-sm-6 {
    width: 100%;
  }
}
footer .footer-widget aside {
  min-height: 80px;
}
footer .footer-widget aside li {
  list-style: none;
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 990px) {
  footer .footer-widget aside li {
    line-height: 25px;
  }
}
footer .footer-widget aside li a {
  margin-bottom: 8px;
}
@media (max-width: 990px) {
  footer #footer-sidebar4 aside {
    margin-bottom: 0;
  }
}
footer #footer-sidebar4 aside:first-child li a {
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  text-align: center;
}
footer #footer-sidebar4 aside:last-child .textwidget li {
  margin-right: 0;
  width: auto;
  float: left;
}
footer #footer-sidebar4 aside:last-child .textwidget li a {
  display: block;
  margin-right: 8px;
}
footer #footer-sidebar4 aside:last-child .textwidget li a img {
  width: auto;
  max-height: 42px;
}
footer #footer-sidebar4 li {
  float: left;
  margin-right: 18px;
}
footer .site-info {
  font-size: 10px;
  color: #ccc;
}
footer .site-info .col {
  padding-bottom: 16px;
}

.footer-nav {
  display: none;
}
@media (max-width: 990px) {
  .footer-nav {
    display: block;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    height: 52px;
    width: 100%;
    background: #fff;
    color: #333;
    z-index: 999;
  }
  .footer-nav li {
    display: inline-block;
    text-align: center;
  }
  .footer-nav li.col a {
    color: #333;
    display: inline-block;
    padding: 8px 0;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer-nav li.col a .icon {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 3px;
    position: relative;
  }
  .footer-nav li.col a .icon img {
    position: absolute;
    top: 0;
    display: block;
    max-width: 100%;
    -webkit-filter: grayscale(120%);
            filter: grayscale(120%);
  }
  .footer-nav li.col a .icon:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .footer-nav li.col a span {
    font-size: 12px;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    90% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    95% {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    90% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    95% {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .footer-nav li.col a .indicator {
    background: #f45e90;
    font-size: 8px;
    display: inline-block;
    border-radius: 25px;
    padding: 3px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1;
    min-width: 16px;
    height: 16px;
    line-height: 10px;
    animation: bounce 0.3s ease-in-out alternate;
    -webkit-animation: bounce 0.3s ease-in-out alternate;
  }
  .footer-nav li.col a .count-item {
    position: absolute;
    line-height: 100%;
    right: -10px;
    top: 48px;
    background: #f45e90;
    color: #fff;
    border-radius: 25px;
    display: block;
    min-width: 16px;
    padding-left: 5px;
    padding-right: 5px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    animation: bounce 0.3s ease-in-out alternate;
    -webkit-animation: bounce 0.3s ease-in-out alternate;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  .footer-nav li.col a .count-item {
    top: 2px;
    right: -10px;
    z-index: 1000;
  }
}
@media (max-width: 990px) {
  .footer-nav li.active a {
    color: #f45e90;
  }
  .footer-nav li.active a .icon img {
    top: auto;
    bottom: 0;
    -webkit-filter: none;
            filter: none;
  }
}

.yith-wcaf .left-column, .yith-wcaf .left-column:not(.full-width) {
  width: 23%;
  float: left;
}

.yith-wcaf .right-column, .yith-wcaf .right-column:not(.full-width) {
  width: 77%;
  float: left;
}

.yith-wcaf th, .yith-wcaf td {
  font-size: 14px;
}

.yith-wcaf .dashboard-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yith-wcaf .left-column ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  border-left: 4px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 15px;
  left: 10px;
}

.yith-wcaf .left-column ul li a {
  border-bottom: 1px solid #ededde;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding: 8px 0 8px 20px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  position: relative;
}

.yith-wcaf .left-column ul li.active a {
  background-color: #f5f5f5;
  font-weight: bold;
}

.pa_colour {
  margin-top: 15px;
}

.yith-wcan-color li {
  display: inline-block;
}

.yith-wcan-color li a {
  border: 1px solid #ddd;
  display: block;
  height: 20px;
  margin: 5px 5px 5px 0;
  padding: 0;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.yith-wcan-color .chosen a {
  border: 1px solid #000;
}

@media (max-width: 768px) {
  p, label {
    line-height: 18px;
  }
  .site-header {
    border-bottom: 1px solid #ddd;
  }
  .newsletter form input {
    width: 100%;
  }
  .woocommerce-page h1.product-category-title {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .woocommerce-page .product-filter-close {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    color: white;
    font-size: 28px;
  }
  .woocommerce-page .woocommerce-notices-wrapper {
    margin-top: 0;
  }
  .woocommerce-page .woocommerce-wrapper .col-2 {
    position: fixed;
    background: #fff;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 20px;
    height: 100vh;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    overflow: auto;
    left: -75%;
  }
  .woocommerce-page .woocommerce-wrapper .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-page .woocommerce-wrapper .product-filter {
    display: block !important;
    float: right;
    padding-top: 10px;
    font-size: 28px;
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .woocommerce-page .woocommerce-wrapper .product-filter {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 19px;
    background: #ebebeb;
    padding: 8px;
    border-radius: 3px;
  }
  .woocommerce-page .woocommerce-wrapper .product-filter span {
    font-size: 15px;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 768px) {
  .woocommerce-page .woocommerce-result-count {
    display: none;
  }
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .woocommerce-page .woocommerce-ordering {
    position: relative;
  }
  .woocommerce-page .woocommerce-ordering select {
    position: fixed;
    top: -100px;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .woocommerce-page .woocommerce-ordering select.active {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (max-width: 768px) {
  .woocommerce-page .woocommerce-ordering select.active {
    top: 145px;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (max-width: 767px) {
  .woocommerce-page .woocommerce-ordering select.active {
    top: 46px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .woocommerce-page .woocommerce-ordering .product-sort-by {
    background: #ebebeb;
    padding: 8px;
    border-radius: 3px;
    cursor: pointer;
  }
  .woocommerce-page .woocommerce-ordering .product-sort-by i {
    font-size: 19px;
  }
  .woocommerce-page .woocommerce-ordering .product-sort-by span {
    position: relative;
    top: -2px;
  }
  .woocommerce-page .woocommerce-ordering .product-sort-by.active {
    color: #f45e90;
  }
}
@media (max-width: 768px) {
  .woocommerce-page .products .product {
    width: calc(50% - 4px) !important;
  }
  .woocommerce-page .products .product:nth-child(4n+4) {
    margin-right: 8px !important;
  }
  .woocommerce-page .products .product:nth-child(2n+2) {
    margin-right: 0px !important;
  }
  .woocommerce-page .products .product:nth-child(odd) {
    margin-right: 8px !important;
  }
  .woocommerce-page .woocommerce-pagination li {
    min-width: 32px;
  }
  .woocommerce-page .woocommerce-pagination li span, .woocommerce-page .woocommerce-pagination li a {
    padding: 8px 5px !important;
  }
  .woocommerce-page.woocommerce-cart .coupon input, .woocommerce-page.woocommerce-cart .coupon button {
    width: 100% !important;
  }
  .woocommerce-page.woocommerce-checkout #customer_details .col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .single-product div.product div.summary {
    clear: both;
    width: 100% !important;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .vc_col-sm-6 {
    width: 50%;
    float: left;
  }
}
.collection-page .products {
  display: block !important;
  margin: 0 auto;
}
.collection-page .products .product {
  margin: 0 20px 40px 0 !important;
  width: calc(25% - 15px) !important;
  text-align: left !important;
}
.collection-page .products .product:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media (max-width: 1280px) {
  .collection-page .products .product.first {
    clear: none;
  }
}
@media (max-width: 1024px) {
  .collection-page .products .product {
    width: calc(34% - 20px) !important;
  }
  .collection-page .products .product:nth-child(4n+4) {
    margin-right: 20px !important;
  }
  .collection-page .products .product:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 990px) {
  .collection-page .products .product {
    width: calc(50% - 4px) !important;
  }
  .collection-page .products .product:nth-child(4n+4) {
    margin-right: 8px !important;
  }
  .collection-page .products .product:nth-child(2n+2) {
    margin-right: 0px !important;
  }
  .collection-page .products .product:nth-child(odd) {
    margin-right: 8px !important;
  }
}
.collection-page .products .product h2 {
  text-transform: capitalize;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
@media (max-width: 990px) {
  .collection-page .products .product h2 {
    max-width: 180px;
  }
}
.collection-page .products .product .onsale {
  display: none;
}
.collection-page .products .product .price {
  color: #666 !important;
  font-size: 16px;
  margin: 15px 0 !important;
}
.collection-page .products .product .add_to_cart_button {
  display: none;
}
.collection-page .products .product .ywccl_stock {
  display: none;
}
@media (max-width: 480px) {
  .collection-page .vc_empty_space {
    height: 8px !important;
  }
  .collection-page .vc_col-sm-6 .vc_col-sm-6 {
    width: 50% !important;
  }
  .collection-page .vc_col-sm-6 .vc_col-sm-6:nth-child(odd) .vc_column-inner {
    padding-right: 4px;
  }
  .collection-page .vc_col-sm-6 .vc_col-sm-6:nth-child(even) .vc_column-inner {
    padding-left: 4px;
  }
  .collection-page .vc_col-sm-3 {
    width: 50% !important;
    float: left;
  }
  .collection-page .vc_col-sm-3:nth-child(odd) .vc_column-inner {
    padding-right: 4px;
  }
  .collection-page .vc_col-sm-3:nth-child(even) .vc_column-inner {
    padding-left: 4px;
  }
}

.new-label {
  position: relative;
}

.new-label::before {
  content: "New";
  z-index: 2;
  color: red;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 6px;
}

.clearfix {
  clear: both;
}

#memberinfo .form-control:disabled, .form-control[readonly] {
  color: #111;
}

#memberinfo a.button {
  text-decoration: none;
}

.memberinfo-2 {
  clear: both;
}

.loading-indicator {
  text-align: center;
  padding: 10px;
  display: none;
}

/* Or specifically for your shop/archive pages */
.color-swatch {
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 3px;
  margin: 2px;
  border: 2px solid #fff;
  outline: 1px dotted #ddd;
}

.color-swatch.default-variation, .color-swatch.selected-variation {
  outline: 1px dotted #000; /* Example style for default variation */
}

.wpcf7 .err-message {
  display: none !important;
  color: red;
  margin: 10px 0;
}

.err-message p {
  color: red;
}

.wpcf7 .error {
  border-color: red;
}

#not-found {
  min-height: 500px;
}
#not-found .error-404 {
  padding: 20px 0;
}
#not-found .list-menu {
  padding: 40px 0;
  max-width: 1024px;
}
#not-found .list-menu h2 {
  margin-bottom: 30px;
}
#not-found .list-menu .close-menu, #not-found .list-menu .mobile {
  display: none !important;
}
@media (max-width: 990px) {
  #not-found .list-menu {
    margin: 0 20px;
    padding: 0 15px;
  }
}
#not-found .list-menu .menu {
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 990px) {
  #not-found .list-menu .menu {
    margin-top: 40px;
  }
}
#not-found .list-menu li a {
  padding: 8px 0;
  display: inline-block;
}
#not-found .list-menu .mega_main_menu_ul > li > a > .link_content > .link_text {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  display: block;
  position: relative;
  top: -8px;
}
#not-found .list-menu .mega_main_menu_ul > li ul.mega_dropdown {
  margin-left: 0 !important;
}

.page-template-default article {
  max-width: 1000px;
  margin: 0 auto;
}
.page-template-default .content-title {
  margin-bottom: 0;
}
.page-template-default h2 {
  font-size: 22px;
  font-weight: 700 !important;
  margin: 40px 0 20px 0 !important;
  line-height: 28px;
}
.page-template-default a strong {
  color: #f45e90;
}
.page-template-default strong {
  color: #333;
}
.page-template-default .wpb-content-wrapper a {
  color: #f45e90;
  font-weight: 700;
}
.page-template-default .wpb-content-wrapper a:hover {
  text-decoration: underline;
}
.page-template-default .wpb-content-wrapper h3 {
  color: #333;
  margin-bottom: 20px;
}
.page-template-default .wpb-content-wrapper li {
  line-height: 20px;
}
.page-template-default .wpb-content-wrapper ul li {
  margin-bottom: 8px;
}
.page-template-default .wpb-content-wrapper ol li {
  list-style: decimal;
  margin-bottom: 8px;
  margin-left: 20px;
}
.page-template-default .wpb-content-wrapper ol li ul {
  margin-top: 10px;
  margin-left: 0;
}
.page-template-default .wpb-content-wrapper ol li ul li {
  list-style: disc;
}
.page-template-default .wpb-content-wrapper li.vc_active a, .page-template-default .wpb-content-wrapper .vc_tta-panel.vc_active, .page-template-default .wpb-content-wrapper .vc_active .vc_tta-panel-heading, .page-template-default .wpb-content-wrapper .vc_active .vc_tta-panel-body {
  background: #fff !important;
}
.page-template-default .wpb-content-wrapper .wpb_gallery, .page-template-default .wpb-content-wrapper ul.wpb_image_grid_ul, .page-template-default .wpb-content-wrapper .vc_tta-panel-body > div {
  margin-bottom: 0 !important;
}
.page-template-default .wpb-content-wrapper .vc_tta-title-text {
  line-height: 18px;
}
.page-template-default .image-grid {
  display: inline-block;
}
.page-template-default .image-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.page-template-default .image-grid ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.page-template-default .panda-verification-options {
  margin-top: 40px;
  text-align: center;
}
.page-template-default .panda-verification-options div:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-default .panda-verification-options button.email-button, .page-template-default .panda-verification-options button.verify-button {
  background: #f45e90;
  color: white;
  font-weight: normal;
  border-radius: 3px;
  border: none;
  width: 100%;
}
.page-template-default .panda-verification-options button.cancel-button {
  font-weight: normal;
  border-radius: 3px;
  border: none;
}
.page-template-default .panda-verification-options #notification {
  text-align: center;
  padding-bottom: 20px;
}
.page-template-default .panda-verification-options input.full-width {
  width: 100% !important;
}
#blog #breadcrumbs {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#blog h1 {
  margin-bottom: 50px;
}
#blog .post-date {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}
#blog h3.post-title a {
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#blog .pagination {
  display: table;
  margin: 40px auto;
}
#blog .pagination span, #blog .pagination a {
  display: inline-block;
  padding: 15px !important;
  border: 1px solid #cfc8d8;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-left: -1px;
  width: 45px;
  height: 45px;
  text-align: center;
}
#blog .pagination span:hover, #blog .pagination a:hover {
  background: #e9e6ed;
}
#blog .pagination span.current, #blog .pagination a.current {
  background: #f45e90 !important;
  color: white !important;
}

#single-blog h1.content-title {
  margin-bottom: 40px;
}
#single-blog aside {
  position: sticky;
  top: 40px;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 40px;
}
@media (max-width: 990px) {
  #single-blog aside {
    padding-right: 15px;
  }
}
#single-blog article {
  margin: 0 auto;
}
#single-blog article .post-date {
  margin-bottom: 0;
  padding-bottom: 20px !important;
}
#single-blog article .post-thumbnail {
  margin-bottom: 40px;
}
#single-blog article .post-thumbnail img {
  width: 100%;
}
#single-blog article h2, #single-blog article h3, #single-blog article h4 {
  margin-bottom: 20px;
  color: #111;
}
#single-blog article h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 990px) {
  #single-blog article h2 {
    font-size: 22px;
  }
}
#single-blog article h3 {
  font-size: 24px;
}
@media (max-width: 990px) {
  #single-blog article h3 {
    font-size: 20px;
  }
}
#single-blog article h4 {
  font-size: 20px;
}
@media (max-width: 990px) {
  #single-blog article h4 {
    font-size: 16px;
  }
}
#single-blog article p {
  line-height: 20px;
  padding-bottom: 30px;
}
#single-blog article a {
  color: #f45e90;
}
#single-blog article a:hover {
  text-decoration: underline;
}
#single-blog article strong {
  font-weight: 700;
  color: #333;
}
@media (max-width: 480px) {
  #single-blog article .wpb_single_image a {
    margin-bottom: 20px !important;
  }
}
#single-blog article .widget {
  margin-bottom: 40px;
}
#single-blog article .widget h2 {
  font-size: 15px;
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: 700 !important;
}
#single-blog article .widget ul#toc-list {
  list-style-position: outside;
  margin-left: 20px;
}
#single-blog article .widget ul#toc-list li {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  list-style: disc;
  cursor: pointer;
  margin-bottom: 8px;
  line-height: 18px;
  text-decoration: underline;
}
#single-blog article .widget ul#toc-list li:hover {
  text-decoration: none;
  color: #f45e90;
}
#single-blog article .widget .recent-posts article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#single-blog article .widget .recent-posts article .post-thumbnail {
  margin-bottom: 20px;
}
#single-blog article .widget .recent-posts article .post-thumbnail a {
  width: 100px;
  height: 60px;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
#single-blog article .widget .recent-posts article .post-thumbnail a img {
  border-radius: 5px;
}
#single-blog article .widget .recent-posts article h4 {
  font-size: 14px;
  font-weight: normal !important;
  line-height: 18px;
  margin-left: 16px;
}
#single-blog article .widget .recent-posts article h4 a {
  color: #333;
}
#single-blog article .widget .recent-posts article h4 a:hover {
  color: #f45e90;
}
@media (max-width: 990px) {
  #single-blog article #recent-blog {
    display: none;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
#single-blog .navigation {
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 990px) {
  #single-blog .navigation {
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 13px;
  }
}

ul#html-sitemap, div.page-menu {
  margin: 0;
  padding: 0;
}
ul#html-sitemap > ul, div.page-menu > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 990px) {
  ul#html-sitemap > ul, div.page-menu > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul#html-sitemap > ul > li, div.page-menu > ul > li {
  margin-left: 0;
  list-style: none;
}
ul#html-sitemap > ul > li > a, div.page-menu > ul > li > a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #333 !important;
}
ul#html-sitemap > ul li, div.page-menu > ul li {
  margin-left: 0px;
}
ul#html-sitemap > ul li a, div.page-menu > ul li a {
  font-weight: normal;
  color: #666;
}
ul#html-sitemap > ul li a:hover, div.page-menu > ul li a:hover {
  color: #f45e90;
}
ul#html-sitemap > ul li.collection, div.page-menu > ul li.collection {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
ul#html-sitemap > ul li.monogram-series, div.page-menu > ul li.monogram-series {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
ul#html-sitemap > ul li.latest-collection-seasonal-highlights, div.page-menu > ul li.latest-collection-seasonal-highlights {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
ul#html-sitemap > ul li.shop-women-bags-online, div.page-menu > ul li.shop-women-bags-online {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
ul#html-sitemap > ul li.wallets, div.page-menu > ul li.wallets {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
ul#html-sitemap > ul li.womens-shoes, div.page-menu > ul li.womens-shoes {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
ul#html-sitemap > ul li.timepieces, div.page-menu > ul li.timepieces {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
ul#html-sitemap > ul li.scarves, div.page-menu > ul li.scarves {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
ul#html-sitemap > ul li.accessories, div.page-menu > ul li.accessories {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
ul#html-sitemap > ul li.c-rino-sunglasses, div.page-menu > ul li.c-rino-sunglasses {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
ul#html-sitemap > ul li.perfume, div.page-menu > ul li.perfume {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
ul#html-sitemap > ul li.gift-set, div.page-menu > ul li.gift-set {
  display: none;
}

.page-menu {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.page-menu ul {
  margin-top: 40px;
}
.page-menu ul li {
  list-style: none !important;
  margin-left: 0 !important;
}

body.term-shop-the-look .product img.primary-image {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body.term-shop-the-look .product img.secondary-image, body.term-shop-the-look .product img.attachment-shop-catalog {
  opacity: 0;
}

body.term-shop-the-look .product:hover img.secondary-image {
  opacity: 1;
}

body.term-shop-the-look .product:hover img.primary-image {
  opacity: 0;
}

body.term-shop-the-look #main .custom-loop-meta, body.term-shop-the-look #main .variations_form {
  display: none !important;
}
body.term-shop-the-look #main li.product {
  margin-bottom: 5px !important;
}
body.term-shop-the-look #main li.product:hover .custom-loop-meta, body.term-shop-the-look #main li.product:hover .variations_form {
  display: block !important;
  position: absolute;
  z-index: 1;
  background: #fff;
}
body.term-shop-the-look #main li.product:hover .variations select {
  display: none !important;
}
body.term-shop-the-look #main li.product:hover .custom-loop-meta {
  background: #fff;
  width: 100%;
  padding: 15px;
  margin-top: -16px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
body.term-shop-the-look #main li.product:hover .variations_form {
  margin-top: 40px;
  margin-left: 15px;
}/*# sourceMappingURL=stylesheet.css.map */