/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/frontend.scss ***!
  \************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Orchid Store KC
Description: Orchid Store KC is a clean, flexible, stylish & dynamic e-commerce WordPress theme
Version: 1.5.7
Stable tag: 1.5.7
Tested up to: 6.6
Requires at least: 6.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orchid-store-kc
*/
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
  /* Better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: baseline;
}

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

html {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.15;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  color: #444444;
  -moz-word-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  vertical-align: baseline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body,
input,
button,
select,
textarea {
  font-weight: normal;
  font-size: 15px;
  font-family: "Inter", "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul,
ol {
  padding: 0;
  margin: 0 0 20px 50px;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 10px 0 0 40px;
}

p {
  margin: 0 0 20px 0;
}

p:empty {
  display: none;
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #E26143;
  text-decoration: underline;
}

a:focus {
  outline: 1px dotted #FFBF3F;
  text-decoration: none;
}

.wp-block-button__link,
.cb-entry .wp-block-button__link {
  color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

.wp-block-button__link,
a.wp-block-button__link {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 38px;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
tt,
var,
samp {
  font-family: monospace, monospace;
  letter-spacing: 0;
}

pre {
  display: block;
  font-size: 15px;
  color: #ffffff;
  background-color: #2c2848;
  overflow: auto;
  max-width: 100%;
  font-weight: normal;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}

code {
  display: inline;
  font-weight: normal;
  padding: 1px 5px 1px 5px;
  color: #ffffff;
  background-color: #20284a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}

pre code {
  font-size: 15px;
  font-family: monospace;
  font-style: normal;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

q,
blockquote {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  font-weight: normal;
  border-left: 4px solid #000000;
  padding: 10px 0 10px 30px;
  margin-bottom: 30px;
}

q > p,
blockquote > p {
  margin: 0;
  line-height: 1.4;
}

.wp-block-pullquote {
  margin: 0 0 30px 0;
  padding: 40px 0;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
}

.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border-left-color: none;
}

.wp-block-pullquote p {
  font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 24px;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
  max-width: 100%;
}

cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin-top: 10px;
}

audio,
video,
canvas,
progress {
  vertical-align: baseline;
}

img {
  max-width: 100%;
  border-style: none;
  height: auto;
  vertical-align: middle;
}

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

video {
  display: block;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 13px;
}

.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  box-sizing: content-box;
  height: 2px;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #ececec;
}

hr.wp-block-separator {
  max-width: 150px;
  margin: 20px auto;
}

hr.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.wp-block-separator.is-style-dots {
  background-color: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

br {
  height: 1px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

ins,
mark {
  background-color: #fffbae;
  text-decoration: none;
}

s,
del,
strike {
  text-decoration: line-through;
  background-color: transparent;
}

.has-drop-cap:first-child:first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  font-size: 6rem;
}

form {
  display: block;
}

fieldset {
  border: 1px solid #ececec;
  padding: 30px;
}

legend {
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
}

label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: inherit;
  font-weight: normal;
}

label.inline,
input[type=checkbox] + label {
  display: inline;
  font-weight: normal;
  margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color] {
  -webkit-appearance: none; /* safari fix */
  -moz-appearance: none;
  display: block;
  margin: 0;
  font-size: 15px;
  height: 46px;
  padding: 10px 15px;
  border: 2px solid #ececec;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-sizing: border-box;
  transition: all 0.2s linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  outline: none;
  border-color: #3da6ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input::placeholder {
  color: #aaa !important;
}

.wpforms-field-description {
  color: #999;
}

.wpforms-submit-container button, .wpforms-submit-container input[type=submit] {
  background-color: rgb(212, 153, 142) !important;
  color: #FFFFFF !important;
  border-radius: 0.25rem !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  text-transform: none !important;
}
.wpforms-submit-container button:hover, .wpforms-submit-container input[type=submit]:hover {
  background-color: #e0aba1 !important;
}

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

input::-webkit-input-placeholder {
  line-height: normal;
  color: #444444;
}

input:-ms-input-placeholder {
  line-height: normal;
  color: #444444;
}

input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
  color: #444444;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

button,
.button,
.btn-general,
.button-general,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  padding: 13px 30px;
  height: auto;
  text-align: center;
  border: none;
  opacity: 1;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #0286E7;
  -webkit-appearance: none; /* safari fix */
  -moz-appearance: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-general.medium,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 50px;
  letter-spacing: 0.5px;
  margin: 5px 10px;
}

.button-general.large {
  padding: 23px 80px;
  letter-spacing: 0.5px;
  margin: 5px 10px;
}

.button-general.shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

button:hover,
.button:hover,
.btn-general:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #ffffff;
  border: none;
  background-color: #E26143;
  text-decoration: none;
}

button:focus,
.button:focus,
.btn-general:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 1px dotted #FFBF3F;
  text-decoration: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  margin: 0 3px 0 0;
}

select {
  display: block;
  position: relative;
  font-size: 15px;
  height: 46px;
  padding: 10px 15px;
  line-height: 46px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ececec;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px;
  height: 150px;
  vertical-align: middle;
  resize: vertical;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: inherit;
}

progress {
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 15px;
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

th,
td,
table {
  border: 1px solid #ececec;
}

.alignleft > table {
  margin: 0;
}

.alignright > table {
  margin: 0;
}

th,
td {
  margin: 0;
  overflow: visible;
  padding: 15px;
  line-height: 1.4;
}

th {
  font-weight: bold;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

caption {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden],
template {
  display: none;
}

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

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

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

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.owl-carousel .owl-item img {
  max-height: max-content;
}

/*
====================================================
=
= WooCommerce buttons
=
==========================================
*/
.woo-quantity-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce .add_to_cart_button,
.woocommerce .custom-cart-btn a,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce .added_to_cart.wc-forward,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: auto;
  padding: 13px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.button-general.medium,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 50px;
  letter-spacing: 0.5px;
  margin: 5px 10px;
}

.button-general.large {
  padding: 23px 80px;
  letter-spacing: 0.5px;
  margin: 5px 10px;
}

.button-general.shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.woocommerce .woocommerce-notice a.button,
.woocommerce-page .woocommerce-notice a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce .woocommerce-notices-wrapper a.button,
.woocommerce-page .woocommerce-notices-wrapper a.button {
  padding: 5px 20px;
}

.custom-cart-btn {
  margin-top: 10px;
}

.woocommerce .custom-cart-btn a,
.woocommerce-page .custom-cart-btn a,
.woocommerce ul.products li.product .button,
.woocommerce .custom-cart-btn .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  padding: 10px 20px;
  white-space: nowrap;
}

/*
====================================================
=
= WooCommerce forms
=
==========================================
*/
.woocommerce label,
.woocommerce-page label,
.woocommerce form .form-row label {
  color: #616161;
  font-weight: normal;
  line-height: 1.6;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 15px 0;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 150px;
  vertical-align: middle;
  resize: vertical;
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  padding: 0;
  margin: 0;
  height: 41px;
  min-height: 41px;
  width: 50px;
  text-align: center;
  border-width: 1px;
}

.woo-quantity-btn {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 41px;
  width: 40px;
  line-height: 45px;
  color: #555555;
  background-color: #f1f1f1;
}
.woo-quantity-btn i {
  font-weight: normal;
}

.select2-container .select2-selection--single {
  height: 46px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

body .select2-container--default .select2-selection--single {
  border-color: #ececec;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ababab transparent transparent transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 10px;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px;
  height: 38px;
}

/*
====================================================
=
= WooCommerce table
=
==========================================
*/
.woocommmerce table,
.woocommerce table.shop_table {
  border-collapse: collapse;
  padding: 0;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce th,
.woocommerce td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
  line-height: 1.4;
  font-weight: normal;
  border: 1px solid #ececec;
  vertical-align: middle;
}

.woocommerce th,
.woocommerce table.shop_table th {
  padding: 15px;
  font-weight: bold;
}

.woocommerce table thead th {
  background-color: #f5f5f5;
}

/*
====================================================
=
= WooCommerce alerts (info, error, warning & success )
=
==========================================
*/
.iziToast.iziToast-color-green {
  background: rgb(166, 239, 184);
  border-color: rgb(166, 239, 184);
}

.iziToast.iziToast-color-blue {
  background: rgb(157, 222, 255);
  border-color: rgb(157, 222, 255);
}

ul.woocommerce-notice,
ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-page .woocommerce-notice {
  padding: 20px;
}

.woocommerce-notice,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page .woocommerce-notice {
  position: relative;
  border-top: none;
  margin: 0;
  padding: 12px 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-warning,
.woocommerce-error,
.woocommerce-page .woocommerce-notice {
  color: #444444;
  border: none;
  border-left: 3px solid #01A1B9;
  background-color: #eaeaea;
}

.woocommerce-warning {
  border-color: #1CA345;
}

.woocommerce-warning {
  border-color: #FFC001;
}

.woocommerce-error {
  border-color: #DE3F44;
}

.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error li:before {
  content: "\f071" !important;
  font-family: "Font Awesome 5 Pro";
  color: #444444;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 15px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-info::before {
  content: "\ea8d";
  color: #01A1B9;
}

.woocommerce-message::before {
  content: "\ebd6";
  color: #1CA345;
}

.woocommerce-error::before {
  content: "";
}

.woocommerce-error li::before {
  content: "\ea3a";
  color: #DE3F44;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 5px;
  transform: none;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #444444;
}

.woocommerce-NoticeGroup ul li {
  margin-bottom: 15px;
}

.woocommerce-NoticeGroup ul li:last-child {
  margin-bottom: 0;
}

/*
====================================================
=
= WooCommerce arrows, remove & icons
=
==========================================
*/
.woocommerce a.remove {
  height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

/*
====================================================
=
= WooCommerce sale
=
==========================================
*/
.woocommerce span.onsale,
.woocommerce .product-sale span,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  padding: 0;
  margin: 0;
  line-height: 1;
  min-height: 1px;
  min-width: 1px;
  padding: 2px 10px;
  font-weight: normal;
  font-style: normal;
  background-color: red;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

/*
====================================================
=
= WooCommerce out of stock
=
==========================================
*/
.woocommerce .products .product .out-of-stock,
.woocommerce-page .products .product .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  min-height: 1px;
  width: 130px;
  padding: 10px 15px;
  text-align: center;
  background: transparent;
  background-color: red;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}

/*
====================================================
=
= WooCommerce price
=
==========================================
*/
.woocommerce span.price {
  display: block;
}

.woocommerce span.price ins,
.woocommerce span.price del {
  background: transparent;
  background-color: transparent;
}

.woocommerce span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del,
.wc-block-grid .wc-block-grid__product-price del {
  color: #ffb41d;
  opacity: 1;
}

.woocommerce div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
}

.woocommerce div.product .price,
.woocommerce ul.products li.product .price {
  line-height: 1;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
  font-size: 15px;
  margin-bottom: 0;
}

.widget .woocommerce-Price-amount,
.woocommerce div.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
  font-size: 13px;
}

.woocommerce div.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-size: 22px;
}

/*
====================================================
=
= WooCommerce Star
=
==========================================
*/
.woocommerce .products .star-rating {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 10px;
}

.woocommerce .star-rating span:before {
  color: #f5c40e;
}

/*
====================================================
=
= WooCommerce Products
=
==========================================
*/
.product-info-wrap {
  display: block;
  width: 100%;
  text-align: center;
}
.product-info-wrap .viabill-pricetag {
  display: none !important;
}
.product-info-wrap h2 {
  letter-spacing: normal !important;
}

.woocommerce .products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-LoopProduct-link {
  display: block;
  overflow: hidden;
}

.product-thumb-wrap {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: 0;
  margin-top: 0;
}

.woocommerce ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  float: none;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: auto;
}

.woocommerce.columns-1 ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce.columns-2 ul.products li,
.woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page .columns-2 ul.products li.product {
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce.columns-3 ul.products li,
.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page .columns-3 ul.products li.product {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.woocommerce.columns-4 ul.products li,
.woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page .columns-4 ul.products li.product {
  flex: 0 0 25%;
  max-width: 25%;
}

.woocommerce.columns-5 ul.products li,
.woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page .columns-5 ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%;
}

.woocommerce.columns-5 ul.products li,
.woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page .columns-5 ul.products li.product {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.woocommerce ul.products li.product a:focus {
  outline: none;
  border: none;
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
  background-color: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
  float: right;
}

.product-hover-items {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  bottom: unset;
  left: auto;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce ul.products li .product-hover-items ul {
  list-style: none;
}

.woocommerce ul.products li .product-hover-items ul li {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  width: 35px;
  flex: 35px;
  max-width: 35px;
  height: 35px;
  line-height: 40px;
}

.woocommerce ul.products li .product-hover-items ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0;
  background: #0286E7;
  color: #444444;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

.woocommerce ul.products li .product-hover-items ul li .yith-wcwl-add-to-wishlist .wish-list-button {
  font-size: 18px;
}

.woocommerce ul.products li .product-hover-items ul li a .text {
  display: none;
}

.woocommerce ul.products li .product-main-wrap:hover .product-hover-items {
  opacity: 1;
  right: 20px;
}

.woocommerce ul.products li .product-hover-items .add_to_wishlist i {
  margin-right: 0;
}

/*
====================================================
=
= WooCommerce Product title
=
==========================================
*/
.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

/*
====================================================
=
= WooCommerce store notice
=
==========================================
*/
.admin-bar p.demo_store {
  top: auto;
}

.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 30px;
  top: auto;
  left: 30px;
  right: auto;
  width: 400px;
  padding: 30px;
  margin: 0;
  text-align: left;
  -ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
}

.woocommerce-store-notice.demo_store a {
  font-size: 0;
  height: 0;
}

.woocommerce-store-notice.demo_store a::before {
  content: "\f00d";
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}

/*
====================================================
=
= Containers & grids
=
==========================================
*/
.row,
.os-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.os-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.content-col,
.col-desktop-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-col,
.col-desktop-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12,
.col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .col-tab-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .col-12,
  .col-mob-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.order-first {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.__os-page-wrap__ {
  position: relative;
  background: #fff;
  z-index: 1;
  margin: 0 auto;
}

.__os-container__ {
  position: relative;
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  background: transparent;
}

body.elementor-page .__os-container__ {
  max-width: 1170px;
}

body.elementor-page .elementor-section-boxed > .elementor-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

body.elementor-page .elementor-section-boxed > .elementor-container .__os-container__ {
  padding-left: 0;
  padding-right: 0;
}

body.boxed {
  background-color: white;
}

body.boxed .__os-container__,
body.boxed.elementor-page .elementor-section-boxed > .elementor-container {
  padding-left: 30px;
  padding-right: 30px;
}

body.boxed .__os-page-wrap__ {
  max-width: 1170px;
}

/*
====================================================
=
= Post category
=
==========================================
*/
.entry-cats ul {
  list-style: none;
  margin-top: -3px;
  margin-bottom: -3px;
}

.entry-cats ul li,
.entry-cats ul li a {
  display: inline-block;
  text-transform: inherit;
  line-height: 1;
}

.entry-cats ul li a {
  padding: 5px 10px;
  margin: 3px 0px;
}

/*
====================================================
=
= Metas
=
==========================================
*/
.entry-metas ul {
  list-style: none;
}

.entry-metas ul li,
.entry-metas ul li a {
  display: inline-block;
}

.entry-metas ul li.posted-by a {
  padding-right: 15px;
}

.updated:not(.published) {
  display: none;
}

/*
====================================================
=
= Social
=
==========================================
*/
.social-icons ul {
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
  margin-right: 5px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  display: inline-block;
  font-style: normal;
  font-size: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
}

.social-icons ul li a:before {
  content: "";
  font-family: "boxicons";
  font-size: 15px;
  font-style: normal;
}

.social-icons a[href*=mailto]::before {
  content: "\ea38";
}

.social-icons a[href*="/feed"]::before,
.social-icons a[href*=rss]::before {
  content: "\eb24";
}

.social-icons a[href*="fb.com"]::before,
.social-icons a[href*="facebook.com"]::before {
  content: "\e927";
}

.social-icons a[href*="twitter.com"]::before {
  content: "\e961";
}

.social-icons a[href*="linkedin.com"]::before {
  content: "\e93c";
}

.social-icons a[href*="instagram.com"]::before {
  content: "\e933";
}

.social-icons a[href*="youtube.com"]::before {
  content: "\e96f";
}

.social-icons a[href*="vk.com"]::before {
  content: "\e965";
}

.social-icons a[href*="spotify.com"]::before {
  content: "\e959";
}

.social-icons a[href*="reddit.com"]::before {
  content: "\e950";
}

.social-icons a[href*="reddit.com"]::before {
  content: "\e950";
}

.social-icons a[href*="snapchat.com"]::before {
  content: "\e957";
}

.social-icons a[href*="soundcloud.com"]::before {
  content: "\e958";
}

.social-icons a[href*="shopify.com"]::before {
  content: "\e953";
}

.social-icons a[href*="skype.com"]::before {
  content: "\e954";
}

.social-icons a[href*="quora.com"]::before {
  content: "\e94e";
}

.social-icons a[href*="pinterest.com"]::before {
  content: "\e90b";
}

.social-icons a[href*="vimeo.com"]::before {
  content: "\e963";
}

.social-icons a[href*="wordpress.com"]::before,
.social-icons a[href*="wordpress.org"]::before {
  content: "\e96c";
}

.social-icons a[href*="twitch.com"]::before {
  content: "\e960";
}

.social-icons a[href*="tumblr.com"]::before {
  content: "\e95f";
}

.social-icons a[href*="etsy.com"]::before {
  content: "\e905";
}

.social-icons a[href*=amazon]::before {
  content: "\e90e";
}

.social-icons a[href*="ebay.com"]::before {
  content: "\e925";
}

/*
====================================================
=
= Predefined classes
=
==========================================
*/
.tippy-box {
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  padding: 2px 10px 3px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thumb {
  position: relative;
}

section .section-title {
  text-align: left;
  margin-bottom: 40px;
}

section .section-title h2,
section .section-title h3 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
}

section .section-title h2,
section .section-title h3 {
  position: relative;
}

section .section-title h2:before,
section .section-title h3:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #eee;
}

section .section-title h2:after,
section .section-title h3:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 60px;
  background-color: #0286E7;
}

.imghover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.imghover img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.imghover:hover img {
  transform: scale(1.09);
}

.tippy-content {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  color: #444444;
  background: #0286E7;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 2px 1px;
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}

.owl-carousel .owl-dots {
  display: block;
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-left: 5px;
  line-height: 1;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0.6;
}

.owl-carousel button.owl-dot.active {
  opacity: 1;
}

.pagination .nav-links {
  margin: -1px 0;
}

.pagination .page-numbers {
  margin: 1px;
}

.pagination .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

.pagination .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers li .current {
  padding: 0;
  width: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.pagination .page-numbers:first-child {
  padding-left: 0;
  margin-left: 0;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-size: 0;
}

.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after {
  font-family: "boxicons";
  font-size: 14px;
  line-height: 43px;
}

.pagination .page-numbers.next:after {
  content: "→";
  font-size: 15px;
  font-family: inter, segoe ui, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pagination .page-numbers.prev:after {
  content: "←";
  font-size: 15px;
  font-family: inter, segoe ui, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

.pagination .page-numbers:last-child {
  padding-right: 0;
}

.pagination .page-numbers:first-child {
  padding-left: 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: block;
  margin-top: -3px;
  margin-bottom: -3px;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 3px;
  padding: 0;
  border: none;
}

.woocommerce .woocommerce-pagination .page-numbers li:first-child {
  margin-left: 0;
}

.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li .current {
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a {
  background-color: #eee;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
}

body.home .os-breadcrumb-wrap {
  display: none;
}

.os-breadcrumb-wrap {
  position: relative;
  background-color: #444444;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-top: -40px;
}

.os-breadcrumb-wrap .breadcrumb-inner {
  position: relative;
  z-index: 7;
  text-align: center;
}

.os-breadcrumb-wrap .mask {
  background: rgba(0, 0, 0, 0.2);
}

.woocommerce .woocommerce-breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb-trail ul {
  position: relative;
  z-index: 5;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.os-page-breadcrumb-wrap .breadcrumbs,
.woocommerce .os-page-breadcrumb-wrap .woocommerce-breadcrumb {
  margin-bottom: 10px;
}

.os-page-breadcrumb-wrap .breadcrumb-trail ul {
  justify-content: flex-start;
  text-align: left;
}

.breadcrumb-trail ul li,
.breadcrumb-trail ul li a,
.breadcrumb-trail ul li span {
  font-size: 14px;
  display: inline-block;
}

.breadcrumb-trail ul li {
  flex: 0 auto;
  padding-right: 10px;
}

.breadcrumb-trail ul li a,
.breadcrumb-trail ul li span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumb-trail li.trail-item:after {
  content: "/";
  font-size: 10px;
  padding-left: 10px;
}

.breadcrumb-trail li.trail-item.trail-end:after {
  content: "";
  display: none;
}

.orchid-backtotop {
  position: fixed;
  display: none;
  z-index: 999999999;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 1;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.orchid-backtotop span {
  display: inline-block;
}

/*
====================================================
=
= Header styles
=
==========================================
*/
.masterheader .site-title {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.masterheader .site-logo,
.masterheader .site-description {
  margin-bottom: 0;
}

.masterheader .site-description {
  font-size: 15px;
  font-weight: normal;
  text-transform: inherit;
}

.masterheader .topbar-items ul {
  list-style: none;
}

.masterheader .topbar-items ul li {
  display: inline-block;
}

.masterheader .right-col ul {
  text-align: right;
}

.mini-cart-open {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 65px;
  right: 0;
  width: 400px;
  padding: 30px 20px;
  background-color: #272727;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.masterheader .mini-cart button {
  border: none;
  font-size: 21px;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.masterheader .mini-cart button:focus {
  outline: none;
}

.mini-cart-open ul {
  list-style: none;
}

.mini-cart-open ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.mini-cart-open ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.mini-cart-open .block a,
.mini-cart-open .block span {
  font-size: 16px;
}

.woocommerce .mini-cart span.price {
  display: inline;
  margin: 0;
}

.mini-cart-open .total-checkout {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
}

.mini-cart-open .total-checkout:before {
  content: "";
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 5px;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

.mini-cart-open .total-checkout a {
  padding: 10px 20px;
  font-size: 13px;
}

.masterheader .mini-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}

.masterheader .mini-cart .trigger-mini-cart {
  margin-right: 5px;
}

.masterheader .mini-cart .cart-amount {
  font-size: 14px;
}

.mini-cart-open.display-block {
  display: block;
}

.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list {
  display: block;
  margin-bottom: -30px;
  flex-direction: unset;
  flex-wrap: unset;
  justify-content: unset;
  align-items: unset;
  align-content: unset;
}

.mini-cart-open .woocommerce ul.product_list_widget li,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-color: #4e4e4e;
}

.mini-cart-open .woocommerce ul.cart_list li:last-child,
.mini-cart-open .woocommerce ul.product_list_widget li:last-child {
  border-bottom: none;
}

.mini-cart-open .woocommerce ul.product_list_widget li img {
  width: 75px;
}

.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a {
  display: block;
  float: none;
  line-height: 1.3;
  margin-bottom: 0;
  padding-left: 40px;
}

.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li a.remove {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 32px;
}

.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list span.quantity {
  float: none;
  display: block;
}

.mini-cart-open .woocommerce .widget_shopping_cart .total,
.mini-cart-open .woocommerce.widget_shopping_cart .total {
  padding: 0;
  margin: 0;
}

.mini-cart-open .woocommerce .woocommerce-mini-cart__total.total,
.mini-cart-open .woocommerce .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-open .woocommerce .woocommerce-mini-cart__total.total {
  padding: 10px 0;
  margin: 30px 0;
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  display: inline-flex;
  margin: 0;
}

.mini-cart-open .widget_shopping_cart_content p:last-child {
  margin-bottom: 0;
}

.masterheader .top-header {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-1 .top-header .os-row,
.header-style-1 .mid-header .os-row {
  align-items: center;
}

.header-style-1 .top-header .os-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.masterheader .social-icons ul li {
  margin-right: 15px;
}

.masterheader .social-icons ul li:last-child {
  margin-right: 0;
}

.masterheader .social-icons ul li a {
  height: auto;
  width: auto;
  line-height: inherit;
}

.masterheader .topbar-items ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.masterheader .topbar-items ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.header-style-1 .logo-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.header-style-1 .extra-col {
  flex: 0 0 66.67%;
  max-width: 66.67%;
}

.header-style-1 .custom-search-entry input,
.header-style-1 .custom-search-entry button {
  flex: 1;
}

.header-style-1 .aside-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.header-style-1 .custom-search {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 15px;
}

.header-style-1 .wishlist-minicart-wrapper {
  flex: 0 0 300px;
  max-width: 300px;
}

.header-style-1 .wishlist-minicart-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-style-1 .wishlist-icon-container a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.header-style-1 .mini-cart {
  min-width: 245px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

.header-style-1 .custom-search-entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  overflow: visible;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

.header-style-1 .custom-search-entry input,
.header-style-1 .custom-search-entry .search-form input[type=search] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  color: #444444;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 15px;
  height: 46px;
  background-color: transparent;
  vertical-align: middle;
}

.header-style-1 .custom-search-entry input[type=search]::-moz-placeholder,
.header-style-1 .custom-search-entry .search-form input[type=search]::-moz-placeholder {
  color: #444444;
  opacity: 1;
}

.header-style-1 .custom-search-entry button,
.header-style-1 .custom-search-entry .search-form button {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  width: 60px;
  top: 4px;
  height: 38px;
  right: 3px;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transform: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

.header-style-1 .mid-header .no-product-search-form .aside-right,
.header-style-1 .mid-header .no-mini-cart .wishlist-minicart-inner,
.header-style-1 .mid-header .no-mini-cart .aside-right,
.header-style-1 .mid-header .no-wishlist-icon .wishlist-minicart-inner {
  justify-content: flex-end;
}

.header-style-1 .mid-header .no-mini-cart .logo-col,
.header-style-1 .mid-header .no-mini-cart .extra-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.header-style-1 .mid-header .no-mini-cart .custom-search {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.header-style-1 .mid-header .no-mini-cart .wishlist-minicart-wrapper {
  flex: 0 0 50px;
  max-width: 50px;
}

.header-style-1 .mid-header .no-wishlist-icon .custom-search {
  flex: 0 0 calc(100% - 245px);
  max-width: calc(100% - 245px);
}

.header-style-1 .mid-header .no-wishlist-icon .wishlist-minicart-wrapper {
  flex: 0 0 245px;
  max-width: 245px;
}

.header-style-1 .mid-header .no-wishlist-icon.no-mini-cart .custom-search {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}

.header-style-1 .site-navigation {
  position: relative;
}

.os-nav-row .os-nav-col-left {
  flex: 0 0 25%;
  max-width: 25%;
}

.os-nav-row .os-nav-col-right {
  flex: 0 0 75%;
  max-width: 75%;
}

.os-nav-row.no-special-menu .os-nav-col-right {
  flex: 0 0 100%;
  max-width: 100%;
}

/*
====================================================
=
= Mobile header since version 1.2.1
=
==========================================
*/
.mobile-header {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
}
.mobile-header .flex-row {
  margin-left: -15px;
  margin-right: -15px;
}

.mobile-header .flex-col {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-header .mid-block {
  padding: 20px 0;
}

.mobile-header .mid-block .os-row {
  align-items: center;
  justify-content: space-between;
}

.header-style-1 .branding {
  max-width: 400px;
}

.mobile-header .mid-block .header-items.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.mobile-header .mid-block .header-items .flex-row {
  align-items: center;
}

.mobile-header .mid-block .header-items .minicart-column {
  padding-left: 0;
}

.mobile-header .bottom-block .flex-row {
  align-items: center;
  justify-content: space-between;
}

.mobile-header .search-col {
  padding-left: 0;
  justify-content: flex-end;
}

.mobile-header .bottom-block {
  position: relative;
}

.mobile-header .search-toggle {
  padding: 0;
  margin: 0;
  font-size: 22px;
  width: 30px;
  line-height: inherit;
  cursor: pointer;
  background-color: transparent;
}

.mobile-header .search-toggle:hover {
  background-color: transparent;
}

.mobile-header-style-1 .mobile-header-search {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  width: 400px;
  animation: 0.3s 0s osfadeInUp both;
  -ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
}

.mobile-header-search-active .mobile-header-search {
  display: block;
}

.mobile-header.header-style-1 .custom-search {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding: 20px;
  background-color: #ffffff;
}

.mobile-header.header-style-1 .custom-search-entry {
  border: none;
}

.mobile-header.header-style-1 .custom-search-entry input,
.mobile-header.header-style-1 .custom-search-entry .search-form input[type=search] {
  font-size: 14px;
  height: 38px;
  padding: 10px 25px 10px 10px;
  border: 2px solid #eeeeee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.mobile-header.header-style-1 .custom-search-entry button,
.mobile-header.header-style-1 .custom-search-entry .search-form button {
  color: #666666;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
  text-align: center;
  background-color: transparent;
}

.mobile-header.header-style-1 .custom-search-entry button:hover,
.mobile-header.header-style-1 .custom-search-entry .search-form button:hover {
  color: #666666;
  border: none;
  background-color: transparent;
}

/*
====================================================
=
= Mobile navigation (Primary)
=
==========================================
*/
.menu-toggle {
  display: none;
  font-size: 0;
  padding: 13px 0;
}

.menu-toggle .mobile-menu-toggle-btn {
  padding: 0;
  margin: 0;
  color: transparent;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.mobile-menu-toggle-btn:hover {
  color: transparent;
  background: transparent;
  border-color: transparent;
  background-color: transparent;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 7px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.mobile-navigation {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -100vw;
  right: auto;
  width: 400px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  min-height: 100vh;
  overflow: auto;
  background-color: #000000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier;
  transition-timing-function: cubic-bezier;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier;
  transition-timing-function: cubic-bezier;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media (max-width: 1024px) {
  body.menu-toggle-active .mobile-navigation {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.menu-toggle-active .mobile-navigation-mask {
    visibility: visible;
    opacity: 1;
  }
}
.mobile-navigation .canvas-inner {
  position: relative;
}

.mobile-navigation .canvas-container-entry {
  position: relative;
  padding: 30px 20px;
}

.mobile-navigation .canvas-close-container {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 10000;
}

.mobile-navigation .trigger-mob-nav-close {
  padding: 0;
  margin: 0;
  font-size: 21px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

.mobile-navigation .top-header-menu-entry nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-navigation .top-header-menu-entry nav > ul > li,
.mobile-navigation .top-header-menu-entry nav > ul > li > a {
  display: block;
}

.mobile-navigation .top-header-menu-entry nav > ul > li > a {
  font-size: 15px;
  padding: 15px 0;
  line-height: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.mobile-navigation .top-header-menu-entry nav > ul > li > a:hover {
  color: #ffbf3f;
}

.mobile-navigation .menu-item-description,
.mobile-header .special-navigation .menu-item-description {
  display: none;
}

.mobile-navigation .site-navigation {
  display: block;
  text-align: left;
}

.mobile-navigation .site-navigation ul li,
.mobile-header .special-navigation ul li {
  display: block;
}

.mobile-navigation .site-navigation ul li a,
.mobile-header .special-navigation ul li a {
  padding: 15px 0;
  font-size: 15px;
}

.mobile-navigation .site-navigation > ul > li > a,
.mobile-header .special-navigation > ul > li > a {
  line-height: 1;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: inherit;
  font-weight: normal;
}

.mobile-navigation .site-navigation > ul > li:last-child > a,
.mobile-header .special-navigation > ul > li:last-child > a {
  border-bottom: none;
}

.mobile-navigation .site-navigation > ul > li > a:after,
.mobile-header .special-navigation > ul > li > a:after {
  content: "";
  display: none;
}

.mobile-navigation .site-navigation ul li .sub-menu,
.mobile-navigation .site-navigation ul li .children,
.mobile-navigation .site-navigation ul li .sub-menu ul,
.mobile-navigation .site-navigation ul li .children ul,
.mobile-header .special-navigation ul li .sub-menu,
.mobile-header .special-navigation ul li .children,
.mobile-header .special-navigation ul li .sub-menu ul,
.mobile-header .special-navigation ul li .children ul,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
  position: relative;
  z-index: inherit;
  top: 0;
  left: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  max-width: 100%;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.mobile-navigation .site-navigation ul li .sub-menu li a,
.mobile-navigation .site-navigation ul li .children li a,
.mobile-header .special-navigation ul li .sub-menu li a,
.mobile-header .special-navigation ul li .children li a,
.mobile-navigation .site-navigation ul li .sub-menu.mega-menu-sub-menu li a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group > a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:last-child a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:first-child a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  padding: 15px 0 15px 15px;
}

.mobile-navigation .site-navigation ul li .sub-menu li a:hover,
.mobile-navigation .site-navigation ul li .children li a:hover,
.mobile-header .special-navigation ul li .sub-menu li a:hover,
.mobile-header .special-navigation ul li .children li a:hover,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu li a:hover {
  background-color: transparent;
}

.mobile-navigation .site-navigation ul li:hover > .sub-menu,
.mobile-navigation .site-navigation ul li:hover > .children,
.mobile-header .special-navigation ul li:hover > .sub-menu,
.mobile-header .special-navigation ul li:hover > .children,
.mobile-navigation .site-navigation ul li:hover > .sub-menu.mega-menu-sub-menu,
.mobile-navigation .site-navigation ul li:hover > .children.mega-menu-sub-menu {
  display: none;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.mobile-navigation .sub-toggle.visible-desktop {
  display: none;
}

.mobile-navigation .sub-toggle,
.mobile-header .special-navigation .sub-toggle {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #353535;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-navigation .sub-toggle i,
.mobile-header .special-navigation .sub-toggle i {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
  display: none;
  padding: 0;
}

.mobile-navigation .site-navigation ul .menu-item-has-mega-children {
  position: relative;
}

.mobile-navigation .site-navigation ul .mega-menu-sub-menu.menu-depth-1 > li.menu-item-has-children {
  margin-bottom: 0;
}

.mobile-navigation .site-navigation ul li .sub-menu.mega-menu-sub-menu li a {
  margin: 0;
}

.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group > a {
  font-weight: normal;
}

.mobile-navigation .site-navigation ul .menu-item-has-mega-children .sub-toggle {
  display: block;
}

.mobile-navigation .site-navigation ul .mega-menu-sub-menu.mega-menu-column-4 > li.menu-item-has-children {
  flex: unset;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mobile-header .cat-nav-trigger {
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.mobile-header .cat-nav-trigger:hover {
  background-color: transparent;
}

.mobile-header .cat-nav-trigger .icon .line {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-header .cat-nav-trigger .icon .line:nth-child(2) {
  width: 30px;
}

.mobile-header .cat-nav-trigger .icon .line:last-child {
  margin-bottom: 0;
}

.mobile-header .category-navigation .category-navigation-list {
  top: 100%;
}

.mobile-header .category-navigation .category-navigation-list:before {
  content: "";
  display: none;
}

body.cat-nav-at-navigation-active .mobile-header .category-navigation .category-navigation-list {
  transform: none;
}

.mobile-header .special-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-header .special-navigation .category-navigation-list {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-header .special-navigation .fa {
  margin-right: 5px;
}

.mobile-header .category-navigation ul li {
  border-bottom: none;
}

.mobile-header .special-navigation > ul > li > a,
.mobile-header .special-navigation ul li .sub-menu li a,
.mobile-header .special-navigation ul li .children li a {
  border-bottom-color: #eeeeee;
}

.mobile-header .special-navigation ul li a,
.mobile-header .special-navigation ul li .sub-menu li a,
.mobile-header .special-navigation ul li .children li a {
  color: #444444;
}

@media (max-width: 1024px) {
  .mobile-header .special-navigation .sub-toggle.visible-desktop {
    display: none;
  }
}
/*
====================================================
=
= Banner styles
=
==========================================
*/
.banner-style-1 .left-col {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.banner-style-1 .right-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.banner-style-1 .banner-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-style-1 .banner-image-wrapper img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}

.banner-style-1 .right-col .banner-image-wrapper:last-child {
  margin-bottom: 0;
}

.banner-style-1 .banner-image-wrapper a {
  display: block;
}

.banner-style-1 .button-general {
  padding: 15px 30px;
}

.category-nav ul {
  overflow: hidden;
  list-style: none;
}

.category-nav ul.overflow-visible {
  overflow-y: visible;
}

.banner-style-1 .cat-nav-entry {
  overflow: hidden;
  overflow-y: visible;
}

.category-nav li {
  display: block;
}

.category-nav li a {
  font-size: 16px;
  display: block;
  padding: 14px 30px;
  line-height: 1;
  border-bottom: 1px solid #ececec;
}

.category-nav li:last-child a {
  border-bottom: none;
}

.category-nav li a i {
  padding-right: 10px;
  font-size: 14px;
}

.banner-style-1 .thumb,
.banner-style-1 .item-entry,
.banner-style-1 .category-nav ul {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  height: 453px;
}

.banner-style-1 .item-entry {
  position: relative;
}

.banner-style-1 .content-holder {
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 30px 0 30px 40px;
  max-width: 500px;
  z-index: 3;
}

.banner-style-1 .button-general {
  padding: 15px 30px;
}

.banner-style-1 .thumb .mask {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-style-1.show-mask .thumb .mask {
  z-index: 2;
}

.banner-style-1.show-mask .entry-contents {
  color: #ffffff;
}

.banner-style-1 .owl-item.active .caption span {
  animation: 0.9s 0.3s fadeInUp both;
}

.banner-style-1 .owl-item.active h2 {
  animation: 0.9s 0.7s fadeInUp both;
}

.banner-style-1 .owl-item.active .excerpt p {
  animation: 0.9s 1.1s fadeInUp both;
}

.banner-style-1 .owl-item.active .permalink a {
  animation: 0.9s 1.5s fadeInUp both;
}

.banner-style-1 .button-general {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.carousel-preloader {
  position: relative;
}

.carousel-preloader .init-preloader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 100;
  background: whitesmoke;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel-preloader .init-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 100%;
  animation: shine-lines 1.6s infinite linear;
}

.banner-style-1 .carousel-preloader {
  height: 453px;
}

/*
====================================================
=
= category layout styles
=
==========================================
*/
.cats-widget-styles .thumb {
  position: relative;
  overflow: hidden;
}

.cats-widget-style-1 .thumb a {
  display: block;
}

.cats-widget-style-1 .card {
  padding: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cats-widget-style-1 .card:hover {
  -ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cats-widget-style-1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.cats-widget-style-1 .box .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.cats-widget-style-1 .box .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 30px;
}

.cats-widget-style-1 .right .title {
  margin-bottom: 5px;
}

.cats-widget-styles .title h3 {
  margin-bottom: 0;
}

/*
===================================
=
= Cta section styles
=
============================
*/
.cta-style-1 .os-row .os-col:last-child .box {
  margin-bottom: 0;
}

.cta-style-1 .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cta-style-1 .left-col {
  flex: 0 0 50px;
  max-width: 50px;
}

.cta-style-1 .right-col {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-left: 30px;
}

.cta-style-1 .title h3 {
  display: block;
  margin-bottom: 5px;
}

.cta-style-1 .excerpt p {
  margin-bottom: 0;
}

.cta-style-2 {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
}

.cta-style-2 .box-holder {
  max-width: 500px;
  padding: 20px;
  overflow: hidden;
}

.cta-style-2 .box-holder.box-holder-center-align {
  margin: 0 auto;
  text-align: center;
}

.cta-style-2 .box-holder.box-holder-right-align {
  margin-left: auto;
}

.cta-style-2 .promo-box {
  border: 2px dotted #ffffff;
  padding: 30px;
}

/*
====================================================
=
= Blog widget styles
=
==========================================
*/
.os-blog-style-1 .card {
  margin-bottom: 30px;
}

.os-blog-style-1 .thumb .entry-cats {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
}

.os-blog-style-1 .title h3 {
  margin-bottom: 10px;
}

.os-blog-style-1 p {
  max-height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
}

/*
====================================================
=
= Footer
=
==========================================
*/
.footer-top {
  padding-top: 60px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer .columns-1 .os-col.column {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer .columns-2 .os-col.column {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer .columns-3 .os-col.column {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.footer .columns-4 .os-col.column {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-bottom .os-row {
  align-items: center;
}

.footer-bottom .os-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer .footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom .payment-col {
  text-align: right;
}

/*
====================================================
=
= Search page styles
=
==========================================
*/
.search-entry .entry-title,
.archive-entry .entry-title {
  margin-bottom: 30px;
}

.search-entry article .thumb-col,
.archive-entry .thumb-col {
  flex: 0 0 45%;
  max-width: 45%;
}

.search-entry article .content-col,
.archive-entry article .content-col {
  flex: 0 0 55%;
  max-width: 55%;
}

.search-entry article:not(.has-post-thumbnail) .content-col,
.archive-entry article:not(.has-post-thumbnail) .content-col {
  flex: 0 0 100%;
  max-width: 100%;
}

body.no-sidebar .search-entry article .thumb-col,
body.no-sidebar .search-entry article .content-col,
body.no-sidebar .archive-entry article .thumb-col,
body.no-sidebar .archive-entry article .content-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.search-entry article .entry-cats,
.archive-entry article .entry-cats {
  margin-bottom: 15px;
}

/*
====================================================
=
= Archive page styles
=
==========================================
*/
.category-description p:last-child {
  margin-bottom: 0;
}

.search-page-wrap .search-entry article,
.archive-page-wrap .archive-entry article {
  padding: 30px;
}

/*
====================================================
=
= 404 page styles
=
==========================================
*/
.entry-404 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.entry-404 h1 {
  font-size: 152px;
}

.entry-404 .search-form-entry,
.not-found .search-form-entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 30px auto 0;
}

/*
====================================================
=
= Nothing found page styles
=
==========================================
*/
.entry-nothing-found {
  max-width: 800px;
}

.not-found .search-form-entry {
  margin-top: 20px;
}

.not-found .search-form input[type=search] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

/*
====================================================
=
= Page single styles
=
==========================================
*/
.inner-page-wrap.page-full-bg-thumbnail {
  padding-top: 0;
}

.page-full-bg-thumbnail .featured-thumb {
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  text-align: center;
  background-color: #444444;
}

.page-full-bg-thumbnail .page-head {
  position: relative;
  height: 500px;
  text-align: center;
}

.page-full-bg-thumbnail .head-entry {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.4)), to(#000));
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 40%, #000 100%);
}

.page-full-bg-thumbnail .head-entry .holder {
  max-width: 800px;
  margin: 0 auto;
}

.page-full-bg-thumbnail .entry-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-full-bg-thumbnail #main {
  background: #ffffff;
  margin-top: -100px;
  padding-top: 60px;
  padding-left: 150px;
  padding-right: 150px;
}

/*
====================================================
=
= Blog single styles
=
==========================================
*/
.default-page-wrap .featured-thumb {
  margin-bottom: 30px;
}

.default-page-wrap .inner-content-metas,
.default-page-wrap .inner-content-metas .entry-cats {
  margin-bottom: 20px;
}

.default-page-wrap .inner-content-metas,
.default-page-wrap .editor-entry {
  padding: 30px;
}

.entry-tags {
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry-tags ul {
  list-style: none;
}

.entry-tags li,
.entry-tags a {
  display: inline-block;
}

.entry-tags a {
  padding: 10px 20px;
  margin: 3px;
  line-height: 1;
}

.entry-tags a:first-child {
  margin-left: 0;
}

.post-navigation {
  margin-bottom: 40px;
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span {
  display: block;
  margin-bottom: 10px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  line-height: 1.4;
}

.post-navigation .nav-previous {
  border-right: 1px solid #ececec;
}

.post-navigation .nav-next {
  text-align: right;
}

/*
====================================================
=
= Os: woocommerce product widgets 2
=
======================================
*/
section.product-widget-style-2 .section-title {
  margin-bottom: 0;
}

.product-widget-style-2 .widget-entry {
  position: relative;
}

.product-widget-style-2 .tab-nav {
  position: absolute;
  right: 0;
  left: auto;
  top: -5px;
  bottom: auto;
}

.product-widget-style-2 .tab-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.product-widget-style-2 .tab-nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.product-widget-style-2 .tab-nav ul li:last-child {
  margin-right: 0;
}

.product-widget-style-2 .tab-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-widget.product-widget-style-2 .product-entry {
  margin-top: 0;
  padding-top: 40px;
}

.product-widget-style-2 .tab-content {
  position: relative;
}

/*
====================================================
=
= Os: woocommerce product widgets 3
=
======================================
*/
.product-widget-style-3 .woocommerce ul.products li,
.product-widget-style-3 .woocommerce ul.products li.product {
  margin-bottom: 0;
}

.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  padding: 0;
  margin: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.product-widget-style-3 .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -15px;
}

/*
====================================================
=
= WooCommerce styles
=
==========================================
*/
.product-main-wrap {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-main-wrap:hover {
  -ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.woocommerce .products .imghover:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}

.woocommerce-page .page-full-bg-thumbnail .page-head {
  height: 370px;
}

.woocommerce-page .page-full-bg-thumbnail #main {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}

/*
====================================================
=
= Shop page styles / woo archive
=
==========================================
*/
.woocommerce .woocommerce-ordering {
  width: 300px;
  margin: 0;
  float: none;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: none;
}

/*
====================================================
=
= Shop single page  / product details
=
==========================================
*/
.woocommerce.single-product .header-style-1,
.woocommerce.single-product .woocommerce-breadcrumb {
  margin-bottom: 20px;
}

.woocommerce div.product {
  overflow: hidden;
}

.woocommerce.single-product div.product span.onsale {
  right: auto;
  left: 0;
}

.woocommerce.single-product div.product span.onsale:before {
  content: "";
  right: auto;
  left: -22px;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce div.product div.summary {
  padding: 30px;
  background-color: #ffffff;
}

.woocommerce div.product .entry-summary .price {
  margin-bottom: 15px;
}

.woocommerce div.product form.cart {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce div.product .entry-summary .single_variation_wrap {
  width: 100%;
}

.woocommerce div.product .entry-summary form.cart div.quantity,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart div.quantity {
  float: none;
  flex: 0 0 auto;
  margin: 0;
}

.woocommerce div.product .entry-summary form.cart .button,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart .button {
  flex: 0 0 auto;
  float: none;
  margin-left: 20px;
}

.woocommerce div.product.sold-individually .entry-summary form.cart .button,
.woocommerce div.product.sold-individually .entry-summary .woocommerce-variation-add-to-cart .button {
  margin-left: 0;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .view-wishlist,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button {
  flex: auto;
  text-align: center;
  padding: 20px 15px;
  line-height: 0;
  width: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button .icon {
  margin-right: 5px;
  padding: 0;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button .icon i {
  margin-right: 0;
}

.woocommerce div.product .entry-summary p.stock,
.woocommerce div.product .entry-summary span.sku_wrapper,
.woocommerce div.product .entry-summary span.posted_in {
  display: block;
  margin-bottom: 10px;
}

.woocommerce div.product .entry-summary p.in-stock {
  color: #02af3f;
}

.woocommerce div.product .entry-summary p.stock::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  background-color: #02af3f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

.woocommerce div.product .entry-summary p.stock.out-of-stock {
  color: red;
}

.woocommerce div.product .entry-summary p.stock.out-of-stock::before {
  content: "";
  background-color: red;
}

.woocommerce div.product form.cart .variations {
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 0 10px 10px 0;
  margin: 0;
}

.woocommerce div.product form.cart .variations td.label label {
  line-height: 41px;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.woocommerce div.product form.cart .variations select {
  margin: 0;
  height: fit-content;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}

.woocommerce .woocommerce-tabs h2 {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  font-size: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  border: 1px solid #ececec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  cursor: pointer;
  border-right: 1px solid #ececec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  content: "";
  display: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  margin: 0;
  padding: 20px 30px;
  line-height: 1;
}

.woocommerce table.shop_attributes th {
  border-color: #ececec;
}

.woocommerce div.product .woocommerce-tabs table.shop_attributes {
  margin: 0;
  border-color: #ececec;
}

.woocommerce div.product .woocommerce-tabs table.shop_attributes th {
  padding: 15px;
}

.woocommerce div.product .woocommerce-tabs table.shop_attributes td {
  border-color: #ececec;
  padding: 5px 20px;
}

.woocommerce div.product .woocommerce-tabs table.shop_attributes td p {
  padding: 0;
}

.woocommerce #review_form_wrapper {
  background: transparent;
  padding: 0;
  margin: 0;
}

.woocommerce #reviews #respond {
  margin-bottom: 0;
}

.woocommerce #reviews #comment {
  height: 120px;
}

.woocommerce .woocommerce-noreviews {
  margin-bottom: 20px;
}

.woocommerce #reviews .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.woocommerce p.stars a {
  font-size: 17px;
  border-bottom: none;
}

.woocommerce #reviews .comment-form-rating {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 1px solid #ececec;
  background-color: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: #ececec;
  padding: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist {
  margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .description {
  margin-top: 20px;
}

.woocommerce #review_form #respond p {
  margin: 0;
  margin-bottom: 0;
}

.woocommerce #review_form #respond textarea {
  margin-bottom: 30px;
}

.woocommerce #reviews #respond p.comment-form-cookies-consent {
  margin-top: 30px;
}

.woocommerce #reviews #respond p.form-submit {
  margin-bottom: 0;
  margin-top: 30px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  display: unset;
}

/*
====================================================
=
= Cart page styles
=
==========================================
*/
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form {
  padding: 30px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 200px;
  margin: 0;
  padding: 10px 15px;
  border-width: 1px;
  border-color: #ececec;
}

.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
  width: 200px;
}

.woocommerce-cart .cart_totals h2 {
  margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  padding: 30px;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 20px 15px;
  line-height: 1.4;
  vertical-align: middle;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  display: block;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  margin: 0;
}

.wcppec-checkout-buttons {
  margin-bottom: 0;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  content: "\f0d1";
  font-family: "fontawesome";
  font-size: 12px;
}

.woocommerce-page .cart-empty {
  margin-bottom: 15px;
}

.woocommerce-page form .form-row.create-account {
  padding: 30px;
  margin-bottom: 40px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}

/*
====================================================
=
= Checkout page styles
=
==========================================
*/
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: auto;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  display: none;
}

.woocommerce .col2-set,
.woocommerce .col2-set,
.woocommerce-page .col2-set,
.woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields {
  padding: 30px;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce-page form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce-page form.checkout_coupon .form-row-last {
  width: 50%;
}

.woocommerce-page form.checkout_coupon p:first-child {
  margin-bottom: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .woocommerce-checkout-review-order {
  padding: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce-page table.woocommerce-checkout-review-order-table th,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot td {
  border-top: none;
}

.woocommerce-page form.woocommerce-checkout h3#order_review_heading {
  border-bottom: none;
  padding-left: 5px;
}

.woocommerce-page table.woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
  overflow: visible;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0;
  line-height: 1.3;
}

.woocommerce-page #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

.woocommerce-page #add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #ececec;
  padding: 0;
}

.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label,
.woocommerce-page #add_payment_method #payment ul.payment_methods label {
  line-height: 1;
  margin: 0;
  color: #444444;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-page #add_payment_method #payment div.payment_box {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 12px 20px;
  line-height: 1.6;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce-page #add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  padding-top: 30px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  float: none;
  width: 100%;
  padding: 20px 50px;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  border-color: #dde6f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
  margin-bottom: 10px;
}

.woocommerce-checkout #payment div.payment_box p {
  padding-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin-bottom: 0;
  border-bottom-color: transparent;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.6;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout #payment div.form-row {
  padding-top: 10px;
}

/*
====================================================
=
= Order received / thank you page styles
=
==========================================
*/
.woocommerce-page .woocommerce ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  margin: 0;
  justify-content: space-between;
}

.woocommerce-page .woocommerce ul.order_details li {
  float: none;
  margin: 0;
  padding: 0;
  border-right: none;
}

.woocommerce-page .woocommerce-order-details {
  padding: 30px;
}

.woocommerce-page .woocommerce-order-details table.shop_table {
  padding: 0;
}

.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot td {
  border-top: none;
}

.woocommerce-page .woocommerce-order-details .order-again {
  margin-top: 30px;
}

.woocommerce .woocommerce-customer-details address {
  box-shadow: none;
  padding: 30px;
  line-height: 2;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

/*
====================================================
=
= My account page styles
=
==========================================
*/
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  margin: 0;
}

.woocommerce-page .woocommerce-MyAccount-navigation {
  padding: 30px;
  border: none;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: -15px 0;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  position: relative;
  display: block;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #ececec;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  padding: 0;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-message a.button {
  padding: 5px 30px;
}

.woocommerce-page .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}

.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword {
  padding: 30px;
}

a:focus,
a:active,
a:visited {
  color: inherit;
}

button,
.entry-tags a,
.entry-tags a:hover,
.entry-cats ul li a,
.entry-cats ul li a:hover,
input[type=button],
input[type=reset],
input[type=submit],
.wpcf7 input[type=submit],
.wpcf7 input[type=button],
.button-general,
a.button-general,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .added_to_cart.wc-forward,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button:hover,
.button-general:hover,
a.button-general:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce .cart .button,
.woocommerce .cart .button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.site-navigation > ul > li > a,
.masterheader .mini-cart button,
.woocommerce .product-sale span,
.woocommerce ul.products li.product .onsale,
.cta-style-2 .promo-box,
.footer .widget .widget-title h3,
.masterheader .topbar-items a,
.inner-page-wrap .os-breadcrumb-wrap .entry-title,
.inner-page-wrap .os-breadcrumb-wrap .entry-title,
.masterheader .social-icons ul li a,
.inner-page-wrap .page-head .entry-metas ul li a,
.inner-page-wrap .page-head .entry-metas ul li a,
.os-breadcrumb-wrap .breadcrumb-inner .page-title,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span,
.breadcrumb-trail ul li a,
.breadcrumb-trail ul li,
.cta-style-1 .title,
.cta-style-1 .excerpt,
.breadcrumb-trail li.trail-item:after,
.header-style-1 .custom-search-entry button,
.header-style-1 .custom-search .search-form button,
.woocommerce-MyAccount-content .woocommerce-message a.button,
.category-nav li a:hover,
.orchid-backtotop,
.orchid-backtotop:hover,
.category-navigation .cat-nav-trigger,
.site-navigation ul li .sub-menu li a:hover,
.site-navigation ul li .children li a:hover,
.woocommerce ul.products li .product-hover-items ul li a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:hover,
#yith-wcwl-message,
#yith-quick-view-close,
#yith-quick-view-close:hover,
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.header-style-1 .wishlist-icon-container a,
.wc-block-grid .wp-block-button__link,
.wc-block-grid .wp-block-button__link:hover,
.wc-block-grid__product-onsale,
.os-about-widget .social-icons ul li a,
.os-about-widget .social-icons ul li a:hover,
.footer .os-about-widget .social-icons ul li a,
.footer .os-about-widget .social-icons ul li a:hover,
.pagination .page-numbers,
.pagination .page-number:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next:hover,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev:hover,
.mobile-navigation .trigger-mob-nav-close,
.woocommerce .products .product .out-of-stock,
.woocommerce-page .products .product .out-of-stock,
.mobile-navigation .top-header-menu-entry nav > ul > li > a {
  color: #ffffff;
}

a,
body,
#yith-wcwl-popup-message,
.quantity-button,
.menu-item-description,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price ins,
.woocommerce-checkout .checkout .col-2 h3 label,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.header-style-1 .custom-search-entry input,
.wc-block-grid .wc-block-grid__product-title,
.search-form button,
form.search-form button[type=search],
.widget_search form button[type=submit],
.widget_product_search form button[type=submit],
.woocommerce.single-product .woocommerce-breadcrumb,
.woocommerce.single-product .woocommerce-breadcrumb a,
.os-page-breadcrumb-wrap .breadcrumb-trail ul li a,
.woocommerce .os-page-breadcrumb-wrap .woocommerce-breadcrumb,
.woocommerce .os-page-breadcrumb-wrap .woocommerce-breadcrumb a,
.os-page-breadcrumb-wrap .breadcrumb-trail li.trail-item:after,
.woocommerce .wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444444;
}

.editor-entry a,
.quantity-button,
.entry-404 h1 span,
.banner-style-1 .caption span,
.product-widget-style-2 .tab-nav ul li a.active,
.woocommerce-page .woocommerce-info a.showcoupon,
.woocommerce-page .woocommerce-info a.showlogin {
  color: #0286E7;
}

a:hover,
.quantity-button:hover,
.entry-metas ul li a:hover,
.footer a:hover,
.editor-entry a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.woocommerce-widget-layered-nav ul li a:hover,
.widget_rss .widget-title h3 a:hover,
.widget_rss ul li a:hover,
.masterheader .social-icons ul li a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus,
.footer .widget_rss ul li a:hover,
.comments-area .comment-body .fn:hover,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata .edit-link:hover,
.masterheader .topbar-items a:hover,
.inner-page-wrap .page-head .entry-metas ul li a:hover,
.inner-page-wrap .page-head .entry-metas ul li a:hover,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.breadcrumb-trail ul li a:hover,
.woocommerce-page a.edit:hover,
.footer .footer-bottom p a:hover,
.footer .copyrights a:hover,
.footer .widget_nav_menu ul li a:hover,
.footer .widget_rss .widget_title h3 a:hover,
.footer .widget_tag_cloud .tagcloud a:hover,
.wc-block-grid .wc-block-grid__product-title:hover,
.woocommerce.single-product .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-info a.showcoupon:hover,
.woocommerce-page .woocommerce-info a.showlogin:hover,
.os-page-breadcrumb-wrap .breadcrumb-trail ul li a:hover,
.woocommerce .os-page-breadcrumb-wrap .woocommerce-breadcrumb a:hover {
  color: #E26143;
}

.site-navigation > ul > li > a:hover {
  color: #FFBF3F;
}

.bg-white,
.masterheader,
.comment-respond,
.woocommerce form.login,
.woocommerce form.register,
.os-blog-style-1 .card-content,
aside.secondary-widget-area .widget,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce div.product .woocommerce-tabs,
.inner-page-wrap .page-head .entry-cats ul li a,
.woocommerce-page #add_payment_method #payment,
.woocommerce-cart #payment,
.post-navigation .nav-links,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .lost_reset_password,
.woocommerce-page .wishlist_table,
.woocommerce .woocommerce-ResetPassword,
.archive-page-wrap .archive-entry article,
.search-page-wrap .search-entry article,
.inner-page-wrap .editor-entry,
.inner-page-wrap .inner-content-metas,
.comments-area .comment-body,
.woocommerce ul.cart_list li img,
.woocommerce ul.products li.product a img,
.woocommerce ul.product_list_widget li img,
.os-about-widget .social-icons ul li a,
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img,
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page form .form-row.create-account {
  background-color: #ffffff;
}

.comment-respond,
.product-main-wrap,
.comments-area .comment-body,
.cats-widget-style-1 .card,
.post-navigation .nav-links,
.os-blog-style-1 .card-content,
.inner-page-wrap .editor-entry,
aside.secondary-widget-area .widget,
.inner-page-wrap .inner-content-metas,
.archive-page-wrap .archive-entry article,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .wishlist_table,
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword,
.woocommerce div.product div.summary,
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details address,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce-page form .form-row.create-account {
  border: 1px solid #eef1fd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.category-navigation .cat-nav-trigger .icon .line:before {
  content: "";
  background-color: #ffffff;
}

.cta-style-2 .box-holder {
  background: #444444;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.entry-tags a,
.entry-cats ul li a,
.button-general,
a.button-general,
.mobile-navigation,
#yith-quick-view-close,
.woocommerce .add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.orchid-backtotop,
.category-nav li a:hover,
.cta-style-1,
.main-navigation,
.mobile-header-style-1 .bottom-block,
.header-style-1 .top-header,
#yith-wcwl-popup-message,
.header-style-1 .custom-search-entry button,
.header-style-1 .custom-search-entry button:hover,
.header-style-1 .custom-search .search-form button,
.masterheader .mini-cart button,
.owl-carousel button.owl-dot.active,
.woocommerce .added_to_cart.wc-forward,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a,
.inner-page-wrap .page-head .entry-cats ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.header-style-1 .wishlist-icon-container a,
.wc-block-grid .wp-block-button__link,
.os-about-widget .social-icons ul li a,
.pagination .page-numbers,
.woocommerce-store-notice.demo_store,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled] {
  background: #000;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.orchid-backtotop:hover,
.entry-tags a:hover,
.entry-cats ul li a:hover,
.button-general:hover,
a.button-general:hover,
#yith-quick-view-close:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.masterheader .mini-cart button:hover,
.woocommerce .product-hover-items ul li a:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.woocommerce .added_to_cart.wc-forward:hover,
.category-navigation .cat-nav-trigger,
.wc-block-grid .wp-block-button__link:hover,
.header-style-1 .wishlist-icon-container a:hover,
.os-about-widget .social-icons ul li a:hover,
.woocommerce ul.products li .product-hover-items ul li a:hover,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.woocommerce .woocommerce-pagination .page-numbers li .current,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #444;
}

.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
  background: transparent;
  border: none;
  color: #000;
}
.woocommerce-pagination ul.page-numbers a.page-numbers:hover, .woocommerce-pagination ul.page-numbers a.page-numbers:focus {
  background: transparent !important;
  color: #E26143 !important;
}
.woocommerce-pagination ul.page-numbers a.page-numbers.next, .woocommerce-pagination ul.page-numbers a.page-numbers.prev {
  background: #ffffff;
  border: 1px solid #ccc;
  color: #000;
}
.woocommerce-pagination ul.page-numbers a.page-numbers.next:hover, .woocommerce-pagination ul.page-numbers a.page-numbers.next:focus, .woocommerce-pagination ul.page-numbers a.page-numbers.prev:hover, .woocommerce-pagination ul.page-numbers a.page-numbers.prev:focus {
  background: #ffffff !important;
  color: #E26143 !important;
}
.woocommerce-pagination ul.page-numbers span.page-numbers {
  background-color: transparent !important;
  border: none;
  color: #afafaf !important;
}
.woocommerce-pagination ul.page-numbers span.page-numbers.current {
  cursor: default;
}

.pagination {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers {
  background: transparent;
  border: none;
  color: #000;
}
.pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers:hover, .pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers:focus {
  background: transparent !important;
  color: #E26143 !important;
}
.pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.next, .pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.prev {
  background: #ffffff;
  border: 1px solid #ccc;
  color: #000;
}
.pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.next:hover, .pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.next:focus, .pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.prev:hover, .pagination .pagination-entry .navigation.pagination .nav-links a.page-numbers.prev:focus {
  background: #ffffff !important;
  color: #E26143 !important;
}
.pagination .pagination-entry .navigation.pagination .nav-links span.page-numbers {
  background-color: transparent !important;
  border: none;
  color: #afafaf !important;
}
.pagination .pagination-entry .navigation.pagination .nav-links span.page-numbers.current {
  cursor: default;
}

.menu-item-description {
  background-color: #FFBF3F;
}

.owl-carousel button.owl-dot {
  background: #808080;
}

.wc-block-grid__product-onsale,
.woocommerce .product-sale span:before,
.woocommerce ul.products li.product .onsale:before,
.woocommerce span.onsale:before {
  background: red;
}

#yith-wcwl-popup-message {
  border: none;
}

.widget .widget-title h3:after {
  border-top-color: #0286E7;
}

.woocommerce-page .woocommerce-MyAccount-content p a {
  border-bottom: 1px solid #0286E7;
}

.quantity-button,
.select2-dropdown,
.calendar_wrap table th,
.calendar_wrap table td,
.category-description,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.select2-container--default .select2-search--dropdown .select2-search__field,
#yith-quick-view-content div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid #ececec;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li,
.comments-area .comment-body .comment-meta,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 .woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .widget_rating_filter ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  border-bottom: 1px solid #ececec;
}

.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.widget_product_categories ul.children {
  border-top: 1px solid #ececec;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  border-bottom-color: #0286E7;
}

.masterheader .mini-cart,
.header-style-1 .custom-search-entry {
  border: 2px solid #0286E7;
}

.category-nav ul {
  border: 2px solid #0286E7;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #E26143;
}

.footer .copyrights a {
  color: #ffffff;
}

.footer,
.footer a,
.footer .footer-bottom p,
.footer .widget_rss ul li a,
.footer .widget_tag_cloud .tagcloud a {
  color: #949494;
}

.footer {
  background: #222222;
}

.footer button,
.footer input[type=button],
.footer input[type=reset],
.footer input[type=submit],
.footer .wpcf7 input[type=submit],
.footer .wpcf7 input[type=button],
.footer .nice-select,
.footer .calendar_wrap caption,
.footer .nice-select .list,
.footer .social-icons ul li a {
  background: #3a3a3a;
}

.footer .widget_tag_cloud .tagcloud a {
  background-color: transparent;
}

.footer .nice-select,
.footer .widget_archive li,
.footer .widget_categories li,
.footer .widget_recent_entries li,
.footer .widget_meta li,
.footer .widget_recent_comments li,
.footer .widget_rss li,
.footer .widget_pages li,
.footer .widget_nav_menu li,
.footer .widget_tag_cloud a,
.footer .widget_product_tag_cloud a,
.footer .woocommerce-widget-layered-nav ul li,
.footer .calendar_wrap table td,
.footer .calendar_wrap table th,
.footer .woocommerce ul.product_list_widget li,
.footer .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  border-color: #2d2d2d;
}

.button-general,
.not-found .page-title,
.woocommerce-page a.edit,
.woocommerce input#submit,
.woocommerce .add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.masterheader .topbar-items a,
.banner-style-1 h2,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.cta-style-1 .title h3,
section .section-title h2,
section .section-title h3,
.cta-style-2 .title h3,
.cta-style-2 .sub-title h4,
.entry-metas ul li.posted-date span,
.widget .widget-title h3,
.entry-404 .sub-title h2,
.entry-nothing-found h1,
.widget .widget-title h3,
.search-entry .entry-title,
.archive-entry .entry-title,
.inner-page-wrap .entry-title:not(.product_title),
.default-post-wrap .entry-title,
.post-navigation .nav-previous span,
.post-navigation .nav-next span,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .added_to_cart.wc-forward,
.woocommerce ul.order_details li,
.woocommerce-page .woocommerce-order-details h2,
.woocommerce-page #customer_login h2,
.os-breadcrumb-wrap .breadcrumb-inner .page-title,
.woocommerce-page table.wishlist_table thead th,
.woocommerce table.wishlist_table .yith-wcwl-share-title,
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products > h2,
.woocommerce .up-sells.upsells.products > h2,
.woocommerce .cross-sells > h2,
.woocommerce-account .addresses .title h3,
.woocommerce-page .woocommerce-MyAccount-content h3,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .woocommerce-column__title,
.product-widget-style-2 .tab-nav ul li a,
.cats-widget-styles .right .title h3,
.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > h3,
.woocommerce .wishlist-title h2,
.yith-wcwl-share h4.yith-wcwl-share-title {
  text-transform: uppercase;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-family: "Inter", "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

.product-widget-style-2 .tab-nav ul li a {
  line-height: 1;
}

.site-title {
  line-height: 1.1;
}

.wc-block-grid__product-title {
  line-height: 1.6;
}

.woocommerce-loop-product__title,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-NoticeGroup ul li strong,
.woocommerce ul.order_details li strong,
.woocommerce ul.cart_list li a,
.woocommerce-store-notice.demo_store,
.woocommerce ul.product_list_widget li a,
.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .variations td.label,
.mini-cart-open .woocommerce.widget_shopping_cart .total strong,
.mini-cart-open .woocommerce.widget_shopping_cart .total,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list span.quantity,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list .woocommerce-Price-amount {
  font-weight: normal;
}

.button-general,
a.button-general,
.menu-item-description,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .added_to_cart.wc-forward,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.masterheader .topbar-items a,
.woocommerce .product-sale span,
.woocommerce span.onsale,
.search-entry .entry-title,
.search-entry article .title h3,
.woocommerce .product .product_title,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_attributes th,
.woocommerce .cart-collaterals .cart_totals strong,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-weight: 500;
}

.cta-style-1 .title h3,
section .section-title h2,
section .section-title h3,
.woocommerce ul.products li.product .price,
.woocommerce .add_to_cart_button,
.widget .widget-title h3,
.post-navigation .nav-previous span,
.post-navigation .nav-next span,
.woocommerce ul.order_details li,
.cats-widget-styles .right .title h3,
.woocommerce-page table.wishlist_table thead th,
.banner-style-1 h2,
.cta-style-2 h3,
.cta-style-2 h4,
.entry-metas ul li.posted-date span,
.entry-404 h1,
.search-entry .entry-title,
.inner-page-wrap .entry-title,
.default-post-wrap .entry-title,
.product-widget-style-2 .tab-nav ul li a,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font-weight: bold;
}

.woocommerce table.wishlist_table tbody td.product-name a.button.yith-wcqv-button {
  font-size: 11px;
}

.button-general,
.woocommerce #respond input#submit,
.woocommerce .add_to_cart_button,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.masterheader .topbar-items a,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.woocommerce .product-sale span,
.woocommerce span.onsale,
.woocommerce .added_to_cart.wc-forward,
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
}

.entry-cats ul li a,
.woocommerce-page a.edit,
.entry-metas ul li a,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce ul.order_details li,
.product-widget-style-2 .tab-nav ul li a,
.woocommerce-page table.wishlist_table thead th,
.product-widget-style-2 .tab-nav ul li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 13px;
}

.entry-tags a,
.pagination .page-numbers,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .products .product .out-of-stock,
.woocommerce-page .products .product .out-of-stock,
.woocommerce table.wishlist_table tbody td .dateadded {
  font-size: 14px;
}

.excerpt p,
.os-about-widget .contact-info li span,
.woocommerce ul.order_details li strong,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce table.wishlist_table tbody td,
.woocommerce div.product p.stock,
.woocommerce table.my_account_orders,
.woocommerce-store-notice.demo_store,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
}

.cats-widget-styles .title h3 {
  font-size: 16px;
}

.woocommerce-page .woocommerce-order-details h2,
.woocommerce-page #customer_login h2,
.woocommerce-account .addresses .title h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce table.wishlist_table .yith-wcwl-share-title,
.woocommerce-page .woocommerce-MyAccount-content h3,
.woocommerce .woocommerce-column__title {
  font-size: 17px;
}

.widget .widget-title h3,
section .section-title h2,
section .section-title h3,
.cta-style-1 .title h3,
.entry-metas ul li.posted-date span,
.widget .widget-title h3,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products > h2,
.woocommerce .cross-sells > h2,
.yith-wcwl-share h4.yith-wcwl-share-title,
.woocommerce .up-sells.upsells.products > h2,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev {
  font-size: 18px;
}

.os-blog .title h3,
.search-entry article .title h3,
.archive-entry article .title h3,
.woocommerce div.product .product_title {
  font-size: 20px;
}

.entry-404 .sub-title h2,
.search-entry .entry-title,
.not-found .page-title,
.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > h3 {
  font-size: 21px;
}

.woocommerce .wishlist-title h2,
.banner-style-1 .caption span {
  font-size: 24px;
}

.cta-style-2 .sub-title h4,
.entry-nothing-found h1,
.archive-entry .entry-title {
  font-size: 28px;
}

.banner-style-1 h2,
.cta-style-2 .title h3,
.woocommerce .entry-title,
.archive-page-wrap .entry-title,
.inner-page-wrap .entry-title,
.default-post-wrap .entry-title {
  font-size: 32px;
}

/*
====================================================
=
= padding
=
==========================================
*/
.woocommerce-page form.woocommerce-checkout {
  padding-top: 10px;
}

.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-page .woocommerce-order-details h2 {
  padding-bottom: 10px;
}

.header-style-1 .mid-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-info-wrap,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 15px 20px 30px 20px;
}

.category-description,
.os-blog-style-1 .card-content,
.woocommerce div.product .woocommerce-tabs {
  padding: 30px;
}

.cats-widget-styles .card-content {
  padding: 30px;
}

.cta-style-1.section-spacing {
  padding: 80px 0;
}

.inner-page-wrap {
  padding-bottom: 80px;
}

.cta-style-2.section-spacing {
  padding: 120px 0;
}

/*
====================================================
=
= margin
=
==========================================
*/
.entry-metas ul,
.entry-cats ul,
.social-icons ul,
.os-about-widget .contact-info,
.masterheader .topbar-items ul,
.archive-entry article:last-child,
.woocommerce-mini-cart__empty-message,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin: 0;
}

.woocommerce .added_to_cart.wc-forward {
  margin-top: 5px;
}

.woocommerce-Tabs-panel--description p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li a,
.inner-page-wrap .os-breadcrumb-wrap .page-title,
.woocommerce .os-breadcrumb-wrap .page-title {
  margin-bottom: 5px;
}

.not-found .page-title,
.search-entry article .title h3,
.search-entry article .excerpt p,
.archive-entry article .title h3,
.archive-entry article .excerpt p,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-page .woocommerce-order-details h2,
.product-widget-style-2.section-spacing {
  margin-bottom: 10px;
}

.woocommerce ul.order_details li strong {
  margin-top: 10px;
}

.yith-wcwl-share,
.woocommerce span.price,
.entry-404 .sub-title h2,
.entry-nothing-found h1,
.category-description p,
.default-post-wrap .page-head .entry-cats,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce div.product .product_title,
.woocommerce-page .woocommerce-MyAccount-content h3 {
  margin-bottom: 15px;
}

.banner-style-1 h2,
.cta-style-2 .title h3,
.cats-widget-style-1.section-spacing,
.product-widget-style-1.section-spacing,
.os-blog-style-1.section-spacing,
.woocommerce .woocommerce-result-count,
.woocommerce div.product .entry-summary p.stock,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 20px;
}

.not-found form,
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.banner-style-1 .excerpt p,
.cta-style-2 .sub-title h4,
.search-entry article,
.archive-entry article,
.category-description,
.cats-widget-styles .card,
.woocommerce .related.products h2,
.woocommerce .up-sells h2,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page #customer_login h2,
.woocommerce-account .addresses .title h3,
.woocommerce .woocommerce-column__title,
.os-about-widget .intro,
.os-about-widget .contact-info li,
.woocommerce-page .woocommerce-shipping-fields,
.inner-page-wrap .page-title {
  margin-bottom: 30px;
}

.os-blog .blog-entry,
.product-widget .product-entry,
.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 30px;
}

.header-style-1,
.os-breadcrumb-wrap,
.woocommerce ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page .woocommerce-notice,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce div.product .woocommerce-tabs,
.woocommerce .cross-sells > h2,
.os-about-widget .info {
  margin-bottom: 40px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-page .woocommerce-order-details {
  margin-top: 40px;
}

.section-spacing {
  margin-bottom: 50px;
}

@media (min-width: 1400px) {
  .__os-container__ {
    max-width: 1300px;
  }
  body.elementor-page .__os-container__,
  body.boxed .__os-page-wrap__,
  body.boxed .__os-container__ {
    max-width: 1170px;
  }
  body.boxed.elementor-page .__os-container__,
  body.boxed.elementor-page .elementor-section-boxed > .elementor-container {
    max-width: 1170px;
  }
}
@media (max-width: 1300px) {
  .site-navigation ul li a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  body.boxed .__os-page-wrap__ {
    max-width: 100%;
  }
  .__os-container__,
  body.boxed .__os-container__,
  body.elementor-page .__os-container__ {
    width: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-style-1 .mid-header .no-mini-cart .logo-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .header-style-1 .mid-header .no-mini-cart .extra-col {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media (max-width: 1100px) {
  .os-nav-row .os-nav-col-left {
    display: none;
  }
  .os-nav-row .os-nav-col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .masterheader .site-title {
    font-size: 24px;
  }
  .banner-style-1 h2,
  .cta-style-2 .title h3,
  .woocommerce .entry-title,
  .archive-page-wrap .entry-title,
  .default-page-wrap .entry-title,
  .default-post-wrap .entry-title {
    font-size: 28px;
  }
  .cta-style-2 .sub-title h4 {
    font-size: 24px;
  }
  .woocommerce.columns-4 ul.products li,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page .columns-4 ul.products li.product,
  .woocommerce.columns-5 ul.products li,
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce.columns-6 ul.products li,
  .woocommerce.columns-6 ul.products li.product,
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page .columns-5 ul.products li.product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .banner-style-1 .nav-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .banner-style-1 .right-col,
  .banner-style-1 .slider-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .columns-4 .os-col.column,
  .banner-style-1 .banner-image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-style-1 .thumb,
  .banner-style-1 .item-entry,
  .banner-style-1 .category-nav ul,
  .banner-style-1 .carousel-preloader {
    height: 400px;
  }
  #yith-quick-view-modal.open .yith-wcqv-main {
    height: 450px;
  }
  .header-style-1 {
    margin-bottom: 30px;
  }
  .os-breadcrumb-wrap {
    margin-top: -30px;
  }
  .footer.secondary-widget-area .widget {
    margin-bottom: 40px;
  }
  .cta-style-2.section-spacing {
    padding: 80px 0;
  }
  .footer-top {
    padding-top: 40px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .wishlist_table.mobile {
    padding: 30px;
    margin: 0;
  }
  .wishlist_table.mobile li {
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ececec;
  }
  .wishlist_table.mobile li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .wishlist_table.mobile li .item-details h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .wishlist_table.mobile li .item-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 0;
    border: 1px solid #ececec;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    flex: calc(100% - 120px);
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 20px;
  }
  .wishlist_table.mobile li .item-wrapper .button.yith-wcqv-button {
    font-size: 0;
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .wishlist_table.mobile li .item-wrapper .button.yith-wcqv-button:before {
    content: "\f06e";
    font-family: "fontAwesome";
    font-size: 14px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #929292;
    border: 1px solid #ececec;
    background-color: #ececec;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
  }
  .wishlist_table.mobile li table.additional-info,
  .wishlist_table.mobile li .item-details table.item-details-table {
    margin-bottom: 0;
    margin-top: 20px;
    border: 1px solid #f5f5f5;
  }
  .wishlist_table.mobile li .item-details table.item-details-table tr {
    border-bottom: 1px solid #f5f5f5;
  }
  .wishlist_table.mobile li .item-details table.item-details-table tbody tr:last-child {
    border-bottom: none;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td {
    padding: 0;
  }
  .wishlist_table.mobile li table.additional-info td.label,
  .wishlist_table.mobile li table.additional-info td.value,
  .wishlist_table.mobile li .item-details table.item-details-table td.label,
  .wishlist_table.mobile li .item-details table.item-details-table td.value {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
  }
  .wishlist_table.mobile li table.additional-info {
    margin-bottom: 20px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
    margin-bottom: 0;
  }
  .woocommerce .wishlist_table .product-add-to-cart a.add_to_cart.button.alt {
    margin: 0 !important;
  }
  .header-style-1 .custom-search {
    display: none;
  }
  .header-style-1 .aside-right {
    justify-content: flex-end;
  }
  .masterheader .site-navigation {
    display: none;
  }
  .masterheader .menu-toggle {
    display: block;
  }
  .banner-style-1 .content-holder {
    max-width: 90%;
  }
  .banner-style-1 h2 {
    margin-bottom: 15px;
  }
  .banner-style-1 .right-col {
    margin-top: 30px;
  }
  .banner-style-1 .banner-image-wrapper img {
    height: 250px;
  }
  .banner-style-1 .banner-image-wrapper {
    margin-bottom: 0;
  }
  .banner-style-1 .banner-item-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .banner-style-1 .banner-image-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 900px) {
  .cats-widget-style-1 .os-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  aside.secondary-widget-area {
    margin-top: 30px;
  }
  .cats-widget-styles .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer [class*=columns-] .os-col.column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .os-blog-style-1 .os-col {
    flex: 0 0 50%;
    max-width: 100%;
  }
  #yith-quick-view-modal.open .yith-wcqv-main {
    height: 400px;
  }
}
@media (max-width: 850px) {
  .cta-style-1 .os-col,
  .cats-widget-styles .col,
  .os-blog-style-1 .blog-entry [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
  .cta-style-1 .box,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .banner-style-1 .category-nav ul {
    height: 315px;
  }
  .cats-widget-styles .card-content {
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 17px;
  }
  .banner-style-1 h2,
  .cta-style-2 .title h3,
  .woocommerce .entry-title,
  .archive-page-wrap .entry-title,
  .default-page-wrap .entry-title,
  .default-post-wrap .entry-title,
  .entry-nothing-found h1,
  .archive-entry .entry-title {
    font-size: 26px;
  }
  section .section-title h2,
  section .section-title h3,
  .cta-style-2 .sub-title h4 {
    font-size: 22px;
  }
  .masterheader .site-title {
    font-size: 20px;
  }
  .header-style-1 .logo-col,
  .header-style-1 .extra-col,
  .cta-style-1 [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-style-1 .thumb,
  .banner-style-1 .item-entry,
  .banner-style-1 .carousel-preloader {
    height: 350px;
  }
  .section-spacing,
  .product-widget-style-3 .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
  .cta-style-2.section-spacing {
    padding: 40px 0;
  }
  .cats-widget-style-1.section-spacing,
  .product-widget-style-1.section-spacing,
  .os-blog-style-1.section-spacing {
    margin-bottom: 0;
  }
  #yith-quick-view-modal.open .yith-wcqv-main {
    height: 340px;
  }
  .woocommerce table.shop_table td {
    padding: 15px;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-page .woocommerce-notice {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .woocommerce-info:before,
  .woocommerce-message:before,
  .woocommerce-error:before {
    top: 50%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 20px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    font-weight: 500;
  }
  .woocommerce-order-received .woocommerce ul.order_details li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }
  .woocommerce-order-received .woocommerce ul.order_details li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .woocommerce-account .col-1.woocommerce-Address,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-order-received .woocommerce-column--billing-address {
    margin-bottom: 30px;
  }
  .woocommerce-order-received .woocommerce table.shop_table th,
  .woocommerce-order-received .woocommerce table.shop_table td {
    padding-left: 0;
  }
  .woocommerce-account .woocommerce .col2-set .col-2 {
    margin-top: 30px;
  }
  .header-style-1 .branding {
    max-width: 300px;
  }
  .banner-style-1 .content-holder {
    padding: 30px;
  }
  .cta-style-1 .row [class*=col-] {
    margin-bottom: 30px;
  }
  .cta-style-1 .row [class*=col-]:last-child {
    margin-bottom: 0;
  }
  .cta-style-2 .box-holder {
    margin: 0 auto;
  }
  .cta-style-2 .promo-box {
    text-align: center;
  }
  .product-widget.product-widget-style-2 .product-entry {
    padding-top: 0;
  }
  .product-widget-style-2 .tab-nav,
  section.product-widget-style-2 .section-title {
    margin-bottom: 30px;
  }
  .product-widget-style-2 .tab-nav {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
  }
  .product-widget-style-2 .tab-nav ul {
    text-align: left;
  }
  .widget_archive ul li a,
  .widget_categories ul li a,
  .widget_product_categories ul li a,
  .woocommerce-widget-layered-nav ul li a {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .hide-in-small {
    display: none;
  }
  #yith-quick-view-content div.product div.images .woocommerce-product-gallery__trigger {
    top: 60px;
    right: 10px;
  }
  #yith-quick-view-modal.open .yith-wcqv-main {
    height: 450px;
  }
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  #yith-quick-view-content div.summary {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 650px) {
  .mobile-header.masterheader .mini-cart {
    min-width: auto;
    padding: 0;
    border: none;
  }
  .mobile-header.masterheader .mini-cart .trigger-mini-cart {
    margin-right: 0;
  }
  .mobile-header.masterheader .mini-cart .cart-amount {
    display: none;
  }
  .mobile-header.header-style-1 .wishlist-icon-container a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .banner-style-1 .banner-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .banner-style-1 .banner-image-wrapper img {
    height: auto;
  }
  .cats-widget-style-1 .os-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .entry-404 h1 {
    font-size: 99px;
  }
  section .section-title h2,
  section .section-title h3 {
    font-size: 20px;
  }
  .masterheader .site-title {
    font-size: 18px;
  }
  .cta-style-1 .os-col,
  .os-blog-style-1 .os-col,
  .archive-entry .thumb-col,
  .footer-bottom .os-col,
  .search-entry article .thumb-col,
  .search-entry article .content-col,
  .archive-entry article .content-col,
  .os-blog-style-1 .blog-entry [class*=col-],
  .header-style-1 .top-header .os-col.right-col,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-3 ul.products li,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li,
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page .columns-3 ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    flex: 0 0 50%;
    max-width: 50%;
    float: none;
  }
  .woocommerce[class*=columns-].os-mobile-col-1 ul.products li,
  .woocommerce ul.products[class*=columns-].os-mobile-col-1 li.product,
  .woocommerce-page [class*=columns-].os-mobile-col-1 ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce ul.products[class*=columns-].os-mobile-col-2,
  .woocommerce[class*=columns-].os-mobile-col-2 ul.products,
  .woocommerce[class*=columns-].os-mobile-col-2 ul.products {
    margin-right: -5px;
    margin-left: -5px;
  }
  .woocommerce[class*=columns-].os-mobile-col-2 ul.products li,
  .woocommerce ul.products[class*=columns-].os-mobile-col-2 li.product,
  .woocommerce-page [class*=columns-].os-mobile-col-2 ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-widget-style-3 .owl-carousel .woocommerce[class*=columns-].os-mobile-col-2 ul.products,
  .woocommmerce .product-widget-style-3 .owl-carousel ul.products[class*=columns-].os-mobile-col-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .product-widget-style-3 .owl-carousel .woocommerce[class*=columns-].os-mobile-col-2 ul.products li,
  .woocommmerce .product-widget-style-3 .owl-carousel ul.products[class*=columns-].os-mobile-col-2 li.product {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .header-style-1 .logo-col {
    flex: 1;
    max-width: inherit;
  }
  .header-style-1 .extra-col,
  .header-style-1 .wishlist-minicart-wrapper {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .banner-style-1 .category-nav ul {
    height: 225px;
  }
  .woocommerce ul.products li,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 30px;
  }
  .entry-tags {
    padding-top: 0;
  }
  .search-entry article .thumb,
  .archive-entry article .thumb {
    margin-bottom: 30px;
  }
  .cta-style-2 .title h3 {
    margin-bottom: 15px;
  }
  .cta-style-2 .sub-title h4 {
    margin-bottom: 20px;
  }
  .header-style-1 .branding {
    max-width: 220px;
  }
  .header-style-1 .top-header .os-col.left-col {
    display: none;
  }
  .masterheader .top-header .right-col ul {
    text-align: center;
  }
  .header-style-1 .mid-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-bottom .payment-col {
    display: none;
  }
  .cta-style-2 .box-holder.box-holder-left-align,
  .cta-style-2 .box-holder.box-holder-right-align {
    float: none;
    margin: 0 auto;
  }
  .cta-style-2 .box-holder {
    max-width: 400px;
  }
  .woocommerce ul.products li .product-main-wrap .product-hover-items {
    opacity: 1;
    right: 20px;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-right: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #ececec;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
    border-bottom: none;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    padding: 0;
  }
  .post-navigation .nav-links {
    border: none;
    background-color: transparent;
  }
  .post-navigation {
    padding: 20px;
    border: none;
    background-color: #fff;
  }
  .post-navigation .nav-previous {
    border-bottom: 1px solid #ececec;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .comments-area .comments-title,
  .comment-respond .comment-reply-title {
    font-size: 18px;
  }
  .masterheader .site-title {
    font-size: 17px;
  }
  .cats-widget-styles .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cats-widget-styles .col,
  .cta-style-1 .row [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-store-notice.demo_store {
    width: 320px;
  }
  .mobile-navigation {
    width: 350px;
  }
  .mobile-header-style-1 .mobile-header-search {
    width: 100%;
    max-width: 95%;
  }
  .masterheader .top-header .right-col ul {
    text-align: left;
  }
  .banner-style-1 .content-holder {
    max-width: 100%;
  }
  .banner-style-1 .excerpt p {
    margin-bottom: 20px;
  }
  .banner-style-1 .button-general {
    padding: 12px 30px;
  }
  .cats-widget-styles .col {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cats-widget-styles .row .col .thumb {
    margin-bottom: 30px;
  }
  .cats-widget-styles .row .col:last-child .thumb {
    margin-bottom: 0;
  }
  .comment-respond {
    padding: 20px;
  }
  .wishlist_table.mobile li .item-wrapper .item-details,
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    padding-left: 0;
    margin-top: 20px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .header-style-1 .mini-cart-open {
    width: 350px;
  }
}
@media (max-width: 380px) {
  .header-style-1 .mini-cart-open {
    width: 300px;
  }
  .mobile-navigation {
    width: 300px;
  }
  .mobile-navigation .canvas-container-entry {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-store-notice.demo_store {
    width: 280px;
  }
  .banner-style-1 .content-holder {
    padding: 20px;
  }
}
@media (max-width: 320px) {
  .mobile-navigation {
    width: 280px;
  }
}
/*
* Package: Orchid store
* Contributor: Themebeez
* Author Url: https://themebeez.com/
* Licence: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
*/
a:focus,
.mobile-menu-toggle-btn:focus,
.category-navigation .cat-nav-trigger:focus,
.masterheader .mini-cart .trigger-mini-cart:focus {
  outline: thin dotted #FFBF3F;
}

.header-style-1 .wishlist-icon-container a:focus,
.masterheader .mini-cart .trigger-mini-cart:focus,
.header-style-1 .custom-search-entry button:focus {
  outline: thin dotted #FFBF3F;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  font-size: 15px;
  font-weight: normal;
  background-color: #ffffff;
  color: #444444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  box-shadow: none;
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  -ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
}

.screen-reader-text:focus {
  outline: thin dotted blue;
}

@media (min-width: 1025px) {
  .site-navigation ul li .sub-menu,
  .site-navigation ul li .children,
  .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
  .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    visibility: visible;
    opacity: 1;
  }
  .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
  .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
    display: flex;
  }
  .site-navigation ul li:hover > .sub-menu,
  .site-navigation ul li:hover > .children,
  .site-navigation ul li:focus > .sub-menu,
  .site-navigation ul li:focus > .children,
  .site-navigation ul li:focus-within > .sub-menu,
  .site-navigation ul li:focus-within > .children,
  .site-navigation ul li:hover > .sub-menu.mega-menu-sub-menu,
  .site-navigation ul li:focus > .sub-menu.mega-menu-sub-menu,
  .site-navigation ul li:focus-within > .sub-menu.mega-menu-sub-menu {
    clip: auto;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu .dropdown-submenu-left {
  right: 100% !important;
  left: auto !important;
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 975px) {
  .navbar-nav .nav-link {
    padding-left: 20px !important;
  }
}
.navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding-bottom: 7px;
  border-bottom: 1px solid #7a7a7a;
  padding-top: 7px;
}
.navbar-nav .dropdown-menu li .dropdown-item .dropdown-item {
  padding-left: 30px;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
.navbar-nav .dropdown-menu .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
@media (max-width: 974px) {
  .navbar-nav .dropdown-menu .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(90deg);
  }
}
.navbar-nav .dropdown-menu .dropdown-toggle:after {
  transition: 0.5s;
}
@media (max-width: 974px) {
  .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
    padding-left: 30px;
  }
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

body.post-type-archive-product .site-content {
  margin-top: 40px;
}

.single-product #page .woocommerce-product-details__short-description {
  margin-top: 20px;
}
.single-product #page .woocommerce-product-gallery__image {
  overflow: hidden;
}
.single-product #page .woocommerce-product-gallery__image .wp-post-image, .single-product #page .woocommerce-product-gallery__image canvas {
  border: 1px solid #ccc !important;
}
.single-product #page .woocommerce-breadcrumb {
  color: #888 !important;
}
.single-product #page .woocommerce-breadcrumb a {
  color: #555;
  text-decoration: underline;
}
.single-product #page .tp-wrapper {
  display: inline-block;
}
.single-product #page .tp-wrapper h3 {
  font-size: 22px;
  font-family: InkFree, serif;
  font-weight: bold;
}
.single-product #page .amount {
  display: none;
}
.single-product #page form.cart {
  max-width: 551px;
  margin-right: -17px;
}
.single-product #page .added_to_cart.wc-forward {
  display: none;
}
.single-product #page #tab-description a {
  font-weight: bold;
  color: #E26143;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .single-product #page form.cart {
    display: flex;
  }
  .single-product #page .woo-quantity-btn.woo-quantity-plus {
    margin-right: 20px;
  }
  .single-product #page .single_add_to_cart_button {
    flex-grow: 1 !important;
    margin-left: auto !important;
    max-width: 400px;
  }
}
@media (min-width: 769px) and (max-width: 1070px) {
  .single-product #page .single_add_to_cart_button {
    margin-top: 15px !important;
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 463px) {
  .single-product #page .single_add_to_cart_button {
    margin-top: 15px !important;
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .single-product #page .wapf-total.wapf-grand-total.price.amount {
    text-align: left !important;
  }
}
.single-product #page div.product {
  overflow: visible;
}
.single-product #page div.product .product_meta .sku_wrapper {
  display: none !important;
}
.single-product #page div.product table.variations {
  margin-top: -8px !important;
}
.single-product #page div.product table.variations tbody {
  flex-direction: column;
  display: flex !important;
}
.single-product #page div.product table.variations tr {
  display: flex;
  flex-direction: column;
}
.single-product #page div.product table.variations td.label {
  width: 100%;
  text-align: left;
}
.single-product #page div.product table.variations a.reset_variations {
  display: none !important;
}
.single-product #page div.product form.cart {
  padding-right: 15px;
}
.single-product #page div.product div.images .flex-control-thumbs {
  margin-bottom: 10px;
}
.single-product #page div.product div.images .flex-control-thumbs li {
  margin-top: 10px;
  float: left;
  clear: none !important;
  margin-right: 10px;
  border: 1px solid #ccc;
}
.single-product #page div.product div.images .flex-control-thumbs li .flex-active {
  border: 1px solid #aaa;
}
.single-product #page .wapf-wrapper {
  margin-left: 0;
}
.single-product #page .wapf-wrapper .required {
  display: none;
}
.single-product #page .wapf-field-container {
  padding-left: 0;
  padding-right: 0;
}
.single-product #page .amount {
  font-size: 21px !important;
}
.single-product #page div.product form.cart {
  padding-top: 0 !important;
}
.single-product #page .notice-below-add-to-cart {
  float: left;
  margin-top: 10px;
}
.single-product #page .features-below-add-to-cart {
  clear: both;
  margin-top: 10px;
  float: left;
}
.single-product #page .features-below-add-to-cart i {
  color: #20be44;
  font-size: 20px;
}
.single-product #page .wapf--inner div:nth-child(1),
.single-product #page .wapf--inner div:nth-child(2),
.single-product #page .wapf--inner div:nth-child(3) span:nth-child(1) {
  display: none !important;
}
.single-product #page .wapf-image-swatch-wrapper {
  display: flex;
}
.single-product #page .wapf-field-group {
  max-width: 460px;
}
.single-product #page .wapf-swatch-wrapper {
  font-size: 13px;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text {
  margin: 0 10px 10px 0;
  text-align: center;
}
.single-product #page .wapf-swatch-wrapper .wapf-pricing-hint {
  display: none;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text,
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image {
  border: 3px solid #d3d3d3;
  -webkit-box-shadow: 0 1px 10px 0 #dfe5e6;
  box-shadow: 0 1px 10px #dfe5e6;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text:hover,
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image:hover {
  border: 3px solid #c6c6c6;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text {
  padding: 13px !important;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text.wapf-checked,
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image.wapf-checked {
  background-color: inherit;
  color: inherit;
  border: 3px solid #00b777;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch i {
  position: absolute;
  right: 13px;
  top: 6px;
  color: #00b777;
  font-size: 28px;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-product #page .wapf-swatch-wrapper .wapf-swatch i {
    font-size: 23px;
    top: 8px;
  }
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch.wapf-checked i {
  display: inline;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image img {
  max-height: 100%;
  border-radius: 12px;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image i {
  right: -9px;
  top: -4px;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text.wapf-checked i {
  top: -5px;
  right: -9px;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 767px) {
  .single-product #page .wapf-swatch-wrapper .wapf-swatch--text.wapf-checked i {
    top: -4px;
  }
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image {
  border-radius: 15px;
  width: 109px;
  height: 112px;
  position: relative;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--image .wapf-swatch-label {
  position: absolute;
  top: 82px;
  width: 100%;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text {
  border-radius: 15px;
  height: auto;
  /* Set height and max width to minimize CLS */
  /* height: 78px; */
  max-width: 145px;
  padding: 13px;
}
@media (max-width: 767px) {
  .single-product #page .wapf-swatch-wrapper .wapf-swatch--text {
    padding: 6px;
    /*height: 66px;*/
  }
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text .title {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.single-product #page .wapf-swatch-wrapper .wapf-swatch--text .subtitle {
  color: #999;
  letter-spacing: -0.2px;
  font-size: 12px;
}
@media (max-width: 341px) {
  .single-product #page .wapf-swatch-wrapper .wapf-swatch--text {
    padding: 5px;
    height: 60px;
  }
  .single-product #page .wapf-swatch-wrapper .wapf-swatch--text .title {
    font-size: 17px;
  }
  .single-product #page .wapf-swatch-wrapper .wapf-swatch--text .subtitle {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}
.single-product #page .extra-large-notice {
  display: none;
  color: red;
  margin-bottom: 15px;
}
.single-product #page .custom-detail-price {
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  color: #484848;
}
.single-product #page .wapf-total.wapf-grand-total.price.amount {
  width: 100%;
  font-weight: bold;
  font-size: 46px !important;
  color: #484848;
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
}
.single-product #page .single_add_to_cart_button {
  background-color: #00b778 !important;
  height: 55px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
}
.single-product #page .single_add_to_cart_button:before {
  display: none !important;
}
.single-product #page .woocommerce-Price-currencySymbol {
  margin-left: 5px !important;
}
.single-product #page .entry-summary p.price {
  display: none;
}
.single-product #page .entry-summary #product-sku {
  color: #999;
  font-size: 10px;
}
.single-product #page .entry-summary form.cart {
  margin-bottom: 0 !important;
}
@media (max-width: 450px) {
  .single-product #page .entry-summary {
    padding: 12px !important;
  }
}
.single-product #page .frame-incl-mount {
  color: #aaa;
  font-size: 13px;
}
.single-product #page .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent !important;
  margin-right: 20px;
  width: 465px !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 991px) {
  .single-product #page .woocommerce-product-gallery {
    max-width: 350px;
  }
  .single-product #page .woocommerce-product-gallery canvas {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product #page .woocommerce-product-gallery {
    max-width: 100%;
    height: auto;
  }
}
.single-product #page .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  max-width: 455px;
  border: 1px solid #eee;
}
.single-product #page .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
  margin-bottom: 7px;
}
.single-product #page .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 31%;
  margin-right: 3px;
  margin-bottom: 1px;
}
@media (max-width: 500px) {
  .single-product #page .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 48%;
  }
}
.single-product #page .product.is-poster .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  box-shadow: 5px 4px 6px 0 #ddd !important;
  border: none;
}
.single-product #page .product.is-poster .woocommerce-product-gallery .woocommerce-product-gallery__image a canvas {
  max-width: 455px;
  box-shadow: 5px 4px 6px 0 #ddd;
}
.single-product #page .summary.entry-summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none !important;
  width: auto !important;
}
.single-product #page .summary.entry-summary .size-guide {
  width: 100%;
  bottom: -24px;
  color: #888;
  position: relative;
  text-align: right;
  font-size: 13px;
  padding-right: 30px;
  max-width: 425px;
}
@media (max-width: 766px) {
  .single-product #page .summary.entry-summary .size-guide {
    max-width: 393px;
  }
}
@media (max-width: 344px) {
  .single-product #page .summary.entry-summary .size-guide {
    padding-right: 0;
  }
}
.single-product #page .summary.entry-summary .size-guide a:hover {
  color: #444;
}
.single-product #page .summary.entry-summary .size-guide a i {
  padding-left: 2px;
}
.single-product #page .spinner {
  position: absolute;
  z-index: 1;
}
.single-product #page .quality-guide {
  position: relative;
  font-size: 13px;
  color: #888;
  margin-top: 3px;
}
.single-product #page .quality-guide a:hover {
  color: #444;
}
.single-product #page .quality-guide a i {
  padding-left: 2px;
}
.single-product #page .flex-viewport {
  height: auto !important;
}
.single-product #page .modal.custom-image-modal .modal-dialog {
  max-width: 700px;
  padding: 20px;
}
@media (max-width: 575px) {
  .single-product #page .modal.custom-image-modal .modal-dialog {
    padding: 0;
  }
}
.single-product #page .modal.custom-image-modal .modal-dialog .modal-body i {
  color: #333;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 10;
  cursor: pointer;
}
.single-product #page .modal.custom-image-modal .modal-dialog .modal-body i:hover {
  color: #000;
}
.single-product #page .wapf-product-totals {
  display: none !important;
}
.single-product #page .summary.entry-summary > .swoo-discount-custom-price {
  display: none;
}
.single-product #page .summary.entry-summary .swoo-discount-custom-price {
  margin-left: auto;
  margin-top: auto;
}
.single-product #page .summary.entry-summary .swoo-discount-custom-price #swoo-discount-total-price {
  width: 100%;
  font-weight: bold;
  font-size: 46px !important;
  color: #484848;
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
}
.single-product #page .summary.entry-summary .swoo-discount-custom-price .swoo-discount-price-discount-wrapper {
  text-align: right;
}
.single-product #page #tab-description a.extra-link {
  font-weight: normal;
  color: #767676;
  text-decoration: none;
}
.single-product #page #tab-description a.extra-link:hover {
  text-decoration: underline;
}
.single-product #page .free-framing {
  padding: 5px 15px;
  font-size: 16px;
  border: 0;
  border-radius: 21px;
  background-color: #cff4fc;
  margin-bottom: 0;
  width: fit-content;
}
.single-product #page .badge {
  position: absolute;
  top: -9px;
  font-size: 11px;
  transform: translateX(-50%);
  font-weight: 500;
  line-height: 10px;
}
@media (max-width: 450px) {
  .single-product #page .badge {
    top: -8px;
    padding: 0.2em 0.5em;
  }
}
.single-product #page .badge.recommended {
  background-color: #08c583;
  color: #ffffff;
  padding-bottom: 4px;
  padding-top: 3px;
  font-weight: 600;
  line-height: 11px;
}

body.tax-product_cat h2, body.tax-product_cat h3, body.tax-product_cat h4, body.tax-product_cat h5, body.tax-product_cat h6, body.tax-product_tag h2, body.tax-product_tag h3, body.tax-product_tag h4, body.tax-product_tag h5, body.tax-product_tag h6 {
  font-family: InkFree, serif;
  letter-spacing: 1px;
}
body.tax-product_cat .category-description-above, body.tax-product_cat .term-description, body.tax-product_tag .category-description-above, body.tax-product_tag .term-description {
  font-size: 16px;
  line-height: 29px;
}
body.tax-product_cat .category-description-above, body.tax-product_tag .category-description-above {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body.tax-product_cat .category-description-above, body.tax-product_tag .category-description-above {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body.tax-product_cat, body.tax-product_tag {
    font-size: 15px;
  }
  body.tax-product_cat .site-content, body.tax-product_tag .site-content {
    margin-top: 0;
  }
}
body.tax-product_cat .category-title, body.tax-product_tag .category-title {
  text-align: center;
  font-family: HarmoniaSans, sans-serif;
  font-weight: 400;
  background-color: rgba(241, 238, 238, 0.3490196078);
  color: #000;
  padding: 11px;
  font-size: 31px;
}
body.tax-product_cat a.extra-link, body.tax-product_tag a.extra-link {
  font-weight: normal;
  color: #767676;
  text-decoration: none;
}
body.tax-product_cat a.extra-link:hover, body.tax-product_tag a.extra-link:hover {
  text-decoration: underline;
}

.woocommerce-checkout #order_comments {
  min-height: 100px;
}
.woocommerce-checkout .site-content {
  margin-top: 0;
}
.woocommerce-checkout .site-content .term-description {
  margin-top: 0;
}
@media (max-width: 500px) {
  .woocommerce-checkout .site-content .os-row > div {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .woocommerce-checkout .site-content .woocommerce-form-login-toggle .woocommerce-info {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.woocommerce-checkout .site-content form.woocommerce-form-login {
  padding: 15px;
}
.woocommerce-checkout .site-content form.woocommerce-checkout h3#order_review_heading {
  padding-left: 10px;
}
@media (max-width: 500px) {
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce-checkout .site-content form.woocommerce-checkout #payment {
    padding: 0;
  }
  .woocommerce-checkout .site-content form.woocommerce-checkout .ean-payment-wrapper {
    padding-left: 0 !important;
  }
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-account-fields p,
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout .site-content form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 15px;
    border: 0;
  }
}
.woocommerce-checkout .site-content form.woocommerce-checkout a {
  color: #949494;
}
.woocommerce-checkout .site-content form.woocommerce-checkout a:hover {
  color: #E26143;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .shipmondo_dropdown_button .shipmondo_select_button:hover {
  background-color: #000 !important;
}
.woocommerce-checkout .site-content form.woocommerce-checkout #place_order {
  background-color: #00b778;
  font-weight: bold;
  border-radius: 5px !important;
  font-size: 22px !important;
  line-height: 30px;
}
@media (max-width: 500px) {
  .woocommerce-checkout .site-content form.woocommerce-checkout #place_order {
    padding: 15px 20px !important;
    font-size: 19px !important;
  }
}
.woocommerce-checkout .site-content form.woocommerce-checkout #shipmondo_find_shop_btn_0 {
  border-radius: 5px;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .wc_payment_method .payment_box {
  font-size: 12px !important;
  color: #666 !important;
  background-color: #eee !important;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .wc_payment_method .payment_box::before {
  border-bottom-color: #eee !important;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .wc_payment_method .payment_box p {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .wc_payment_method .payment_box input {
  border: 2px solid #ddd !important;
  margin-top: 5px !important;
}
.woocommerce-checkout .site-content form.woocommerce-checkout .shipmondo_dropdown_button input:hover {
  background-color: #0286E7 !important;
}
.woocommerce-checkout .site-content #cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
  font-weight: bold;
  border-radius: 5px !important;
}
.woocommerce-checkout .site-content #cartpops-drawer .cpops-drawer-footer .cpops-powered-by {
  display: none;
}
.woocommerce-checkout .site-content .woocommerce-thankyou-order-received.woocommerce-notice--success {
  padding-left: 25px;
  border-left: 3px solid #56ad47;
}
.woocommerce-checkout .site-content section.what-happens-next {
  background-color: #fff;
  margin-bottom: 40px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-header {
  padding: 20px 25px;
  border-left: 5px solid #d4998e;
  background-color: #eaeaea;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-header h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content {
  padding: 25px;
  overflow: hidden;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point {
  margin-bottom: 10px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point span.icon-wrapper {
  display: inline-flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 26px;
  border: 2px solid #ccc;
  margin-right: 5px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point span.icon-wrapper i {
  margin: auto;
  font-size: 23px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point span.text-wrapper {
  font-size: 16px;
  color: #666;
  display: inline-grid;
  line-height: 1.3;
  vertical-align: top;
  margin-top: 13px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-points .what-happens-point span.text-wrapper span {
  color: #aaa;
  font-style: italic;
  font-size: 13px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-facebook {
  margin-top: 20px;
}
.woocommerce-checkout .site-content section.what-happens-next .what-happens-next-content .what-happens-facebook .like-text {
  padding-bottom: 2px;
}

body {
  padding-top: 0 !important;
}
body #header-area {
  height: auto;
  margin-bottom: 10px;
  background-position: center;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
body #header-area .search-bar-mobile {
  display: none;
}
@media (max-width: 435px) {
  body #header-area .search-bar-mobile {
    display: block;
  }
}
@media (max-width: 435px) {
  body #header-area .search-bar-desktop {
    display: none;
  }
}
body #header-area .custom-search-entry i {
  color: #ccc;
  bottom: 2px;
  position: relative;
  left: 3px;
}
@media (max-width: 800px) {
  body #header-area {
    background-size: cover;
    background-position: bottom;
  }
}
body #header-area .header-inner-wrapper .bottom-block {
  background-color: transparent;
}
body #header-area .header-text-wrapper .header-text {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 1.5rem 40px;
}
@media (max-width: 800px) {
  body #header-area .header-text-wrapper .header-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
body #header-area .header-text-wrapper .header-text h1 {
  font-family: "InkFree", serif;
  letter-spacing: 1px;
  margin: 0;
  color: rgb(68, 68, 68);
  font-size: 32px;
}
@media (max-width: 800px) {
  body #header-area .header-text-wrapper .header-text h1 {
    font-size: 28px;
  }
}
body #header-area .header-text-wrapper .header-text .woocommerce-breadcrumb {
  font-family: serif;
  padding-top: 15px;
  color: rgb(68, 68, 68);
  font-size: 14px;
}
@media (max-width: 800px) {
  body #header-area .header-text-wrapper .header-text .woocommerce-breadcrumb {
    font-size: 13px;
  }
}
body #header-area .header-text-wrapper .header-text .woocommerce-breadcrumb a {
  color: rgb(68, 68, 68);
}
body .custom-logo {
  width: 150px;
  height: auto;
  margin-bottom: 13px;
}
body .site-logo {
  float: left;
  z-index: 1000;
  position: relative;
}
body .search-and-menu-wrapper {
  min-height: 182px;
}
body .stdw-hamburger-btn {
  margin-top: 5px;
  float: right;
}
body .stdw-navbar-nav {
  margin-top: 10px;
}
body .stdw-navbar-nav li:last-of-type a {
  padding-right: 0;
}
body .stdw-nav-item .stdw-nav-link {
  font-family: "HarmoniaSans", sans-serif;
  outline: none;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  color: #777;
}
body .stdw-nav-item .stdw-nav-link:hover {
  color: inherit;
}
body .header-right .header-right-above-search {
  justify-content: flex-end;
  display: flex;
  position: relative;
  right: -12px;
}
body .header-right .header-right-above-search .tp-reviews {
  margin: 0 0 7px 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 325px) {
  body .header-right .header-right-above-search .tp-reviews {
    z-index: 1000;
  }
}
@media (max-width: 550px) {
  body .header-right .header-right-above-search .tp-reviews {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
body .header-right .header-right-above-search .tp-reviews .tp-score {
  margin-left: auto;
  margin-right: auto;
}
body .header-right .header-right-above-search .tp-reviews .tp-text {
  font-size: 9px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .header-right .header-right-above-search .tp-reviews .tp-text {
    letter-spacing: -0.2px;
  }
}
body .header-right .header-right-search {
  margin-top: 10px !important;
}
@media (max-width: 550px) {
  body .header-right .header-right-search {
    position: absolute;
    z-index: 1000;
  }
}
@media (min-width: 993px) {
  body .header-right .header-right-menu {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media (max-width: 992px) {
  body .header-right .header-right-menu .stdw-hamburger-btn {
    position: absolute;
    top: 130px;
    right: 0;
  }
}
body .header-right .header-right-menu > .stdw-navbar > .stdw-navbar-nav {
  top: 20px;
}
body .above-top-header {
  min-height: 46px;
  background-color: #f8dbd3;
  font-family: "Segoe UI", "Inter", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  margin-bottom: 7px;
}
body .above-top-header > div {
  display: flex;
  justify-content: center;
}
body .above-top-header .header-content {
  margin: auto;
}
body .above-top-header .header-content .highlighted-features {
  display: flex;
  margin: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  font-family: "HarmoniaSans", sans-serif;
  font-size: 10.5px;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}
body .above-top-header .header-content .highlighted-features > span {
  display: list-item;
  margin: auto 2px auto 20px;
  color: #000;
}
@media (max-width: 767px) {
  body .above-top-header .header-content .highlighted-features > span {
    float: left;
  }
}
body .above-top-header .header-content .highlighted-features > span i {
  color: #46bc99;
}
body .above-top-header .countdown-timer {
  visibility: hidden;
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 6px;
}
body .above-top-header .countdown-timer .text {
  text-transform: uppercase;
  color: #b5b5b5;
  font-size: 9px;
  background-color: rgba(10, 10, 10, 0.9);
  position: relative;
  line-height: 11px;
  text-align: center;
  white-space: nowrap;
  margin: auto;
}
body .above-top-header .countdown-timer .counter {
  display: flex;
  margin: auto auto auto 5px;
  color: #d0d0d0;
}
body .above-top-header .countdown-timer .counter span {
  background-color: #d0d0d0;
  color: #000;
  width: 14px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
  margin: auto 2px;
  height: 21px;
  padding-top: 1px;
  padding-left: 0;
}
body .header-cookie {
  margin-top: auto;
  margin-bottom: 7px;
}
body .header-cookie img {
  opacity: 0.05;
  margin-right: 5px;
  filter: grayscale(100%);
}
body .header-cookie img:hover {
  opacity: 1;
}
body .njt-nofi-container-content {
  z-index: 999 !important;
}
body .njt-nofi-container {
  margin-top: 70px !important;
}
body .njt-nofi-notification-bar {
  opacity: 0.8 !important;
}
body .njt-nofi-notification-bar .njt-nofi-hide {
  top: 7px !important;
}
body .njt-nofi-notification-bar .njt-nofi-content {
  padding: 0 50px !important;
}
body .njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon {
  width: 20px !important;
  height: 20px !important;
  padding: 5px !important;
  margin-top: 2px !important;
}
body .masterheader {
  display: flex;
  flex-direction: column;
}
body .masterheader .header-inner-wrapper {
  position: relative;
  background-color: transparent;
}
body .masterheader .header-inner-wrapper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  top: 0;
  left: 0;
}
@media (min-width: 351px) {
  body .masterheader .header-inner-wrapper .category-navigation-list {
    max-width: fit-content;
    margin-left: 15px;
  }
}
body .masterheader .header-inner-wrapper .category-navigation-list li a {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(102, 102, 102, 0.32) !important;
}
body .masterheader .header-inner-wrapper .cat-nav-trigger {
  color: #ccc;
  font-family: "Segoe UI", "Inter", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #222222;
  padding: 3px 6px;
  border-radius: 4px;
}
body .masterheader .header-inner-wrapper .cat-nav-trigger i {
  margin-top: auto;
  margin-right: 5px;
  margin-bottom: auto;
  font-size: 10px;
}
body .masterheader .header-inner-wrapper .slider {
  pointer-events: none;
  position: relative;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 232px;
  padding: 0;
}
@media (max-width: 767px) {
  body .masterheader .header-inner-wrapper .slider {
    height: 152px;
  }
}
body .masterheader .header-inner-wrapper .slider h2 {
  display: none;
  font-family: "Amatic SC", cursive;
  font-size: 65px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  body .masterheader .header-inner-wrapper .slider h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  body .masterheader .header-inner-wrapper .slider h2 {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  body .masterheader .header-inner-wrapper .slider h2 {
    font-size: 40px;
  }
}
body .masterheader.header-style-1 .mini-cart {
  min-width: 0;
}
body .masterheader.header-style-1 .mini-cart .trigger-mini-cart {
  margin: 0 !important;
}
body .masterheader.header-style-1 .mini-cart .mini-cart-open .woocommerce.widget_shopping_cart .total {
  display: none;
}
body .masterheader.header-style-1 .mini-cart .mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list {
  margin-bottom: 20px;
}
body .masterheader .search-toggle {
  margin-top: 3px;
}
body .masterheader .search-toggle i {
  color: #777;
  font-size: 16px;
  font-weight: normal;
}
body .masterheader .menu-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border-top: 1px solid #eee;
  padding-bottom: 1px !important;
  height: 55px;
  padding-right: 10px !important;
}
body .masterheader .menu-bottom .menu-left {
  flex-grow: 1;
  margin-top: auto;
  margin-bottom: auto;
}
body .masterheader .menu-bottom .menu-left .send-today-wrapper .send-today-title {
  color: #cbcbcb;
  font-weight: bold;
  font-size: 12px;
}
body .masterheader .menu-bottom .menu-left .send-today-wrapper .send-today-title i {
  color: #46bc55;
}
body .masterheader .menu-bottom .menu-left .send-today-wrapper .send-today-subtitle {
  color: #999;
  font-size: 10px;
}
body .masterheader .header-style-1 .wishlist-minicart-wrapper {
  flex: 0;
}
body .masterheader .header-inner .bottom-block {
  flex-grow: 1;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 450px) {
  body .masterheader .header-inner .bottom-block .search-field-wrapper {
    opacity: 0.7;
  }
}
body .masterheader .header-inner .bottom-block .search-field-wrapper .custom-search {
  right: 0;
  padding: 0;
}
@media (max-width: 350px) {
  body .masterheader .header-inner .bottom-block .search-field-wrapper .custom-search {
    width: 100%;
    right: 0;
  }
}
body .masterheader .header-inner .bottom-block .search-field-wrapper .custom-search .custom-search-entry i {
  font-weight: normal;
}
body .masterheader #site-navigation a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
body .masterheader .mini-cart {
  border: 0;
}
body .masterheader .block-entry {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
body .masterheader .block-entry .container-fluid {
  padding-left: 5px;
}
@media (max-width: 450px) {
  body .masterheader .block-entry .container-fluid {
    padding-left: 0;
  }
}
body .masterheader .site-branding-wrapper {
  flex-grow: 1;
}
body .mobile-header .flex-col {
  padding: 0;
}
body .mobile-header .bottom-block .flex-row {
  margin: 0;
  justify-content: flex-end;
  right: 0;
}
@media (min-width: 551px) {
  body .mobile-header .bottom-block .flex-row {
    position: relative;
    right: -10px;
  }
}
body .site-navigation ul {
  padding-left: 0;
}
body .site-navigation ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
body .mobile-navigation .canvas-container-entry {
  padding: 30px 30px;
}

footer {
  font-family: inter, sans-serif;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer .widget-title h3 {
  font-family: inter, sans-serif;
  line-height: 23px !important;
  color: #282828 !important;
  font-weight: normal !important;
}
footer .footer-mask {
  background-color: #eeeeee;
  color: #777777;
}
footer ul {
  margin-left: 20px;
}
footer .textwidget ul li {
  list-style: disc;
}
footer .social-icons {
  display: flex;
  margin-top: 10px;
}
footer .social-icons:before {
  visibility: hidden;
}
footer .social-icons a:before {
  display: none;
}
footer .social-icons img {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  cursor: pointer;
  padding: 0 !important;
}
footer .social-icons img:hover {
  opacity: 1;
}
footer .social-icons a:nth-child(1) img {
  margin-right: 7px;
}
footer .social-icons a:nth-child(2) img {
  margin-right: 6px;
}
footer .social-icons a:nth-child(3) img {
  margin-right: 2px;
}
footer .social-icons li {
  list-style: disc;
}
@media (min-width: 450px) and (max-width: 767px) {
  footer .footer-entry {
    padding-left: 20px;
  }
  footer .footer-entry .row > * {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-entry .row {
    padding-left: 20px;
  }
}

.archive a, .single-post a {
  text-decoration: none;
}
.archive .meta-wrapper, .single-post .meta-wrapper {
  display: flex;
  flex-direction: row;
}
.archive .meta-wrapper .entry-cats, .single-post .meta-wrapper .entry-cats {
  padding-left: 18px;
  margin: 0;
}
.archive .meta-wrapper a, .single-post .meta-wrapper a {
  color: #666;
  background-color: transparent;
  padding: 0;
}
.archive .meta-wrapper a:hover, .single-post .meta-wrapper a:hover {
  color: inherit;
  background-color: inherit;
}

.archive.category.category-blog .inner-entry .title h3 a:hover {
  color: #000;
}
.archive.category.category-blog .inner-entry ul {
  padding-left: 0;
}
.archive.category.category-blog .inner-entry .widget .widget-title h3:after {
  border-top-color: #eee;
}
.archive .inner-entry .__os-container__ .os-row {
  margin: auto;
}
.archive .inner-entry .__os-container__ .os-row article {
  border: 1px solid #d5d5d5;
  padding: 28px 10px;
}
.archive .inner-entry .__os-container__ .os-row article .content-col .box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archive .inner-entry .__os-container__ .os-row article .content-col .box .meta-wrapper {
  display: flex;
  margin-top: auto;
}
.archive .inner-entry .__os-container__ .os-row article .content-col .box .meta-wrapper .entry-metas {
  max-width: 200px;
}
.archive .inner-entry .__os-container__ .os-row article .content-col .box .meta-wrapper .entry-cats li a {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 2px 4px 4px;
}
.archive .inner-entry .__os-container__ .os-row article .content-col .box .meta-wrapper .entry-cats li a:hover {
  border: 1px solid #ccc;
}
.archive .os-row {
  justify-content: end;
  max-width: 790px;
}
@media (max-width: 569px) {
  .archive .os-row {
    flex-direction: column;
  }
}
@media (max-width: 569px) {
  .archive .os-row .os-col.thumb-col {
    max-width: 100% !important;
  }
}
.archive .os-row .os-col.content-col {
  max-width: 100%;
}

@media (min-width: 350px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-template-default.single.single-post .meta-wrapper {
  justify-content: space-between;
}
.post-template-default.single.single-post .meta-wrapper .entry-metas ul li {
  float: left;
  max-height: 30px;
}
.post-template-default.single.single-post .meta-wrapper .entry-cats ul li {
  max-height: 19px;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}
.post-template-default.single.single-post .site-content .os-breadcrumb-wrap .breadcrumb-inner .title h1.entry-title.page-title {
  max-width: 800px;
  margin: auto;
  font-size: 28px;
}
.post-template-default.single.single-post .site-content .__os-container__.single {
  max-width: 83em;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry {
  line-height: 38px;
  font-size: 20px;
}
@media (max-width: 450px) {
  .post-template-default.single.single-post .site-content .__os-container__ .editor-entry {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border: 0;
  }
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry .open-swoo-newsletter-giveaway-opt-in-popup {
  color: #fff;
  background-color: #00b778;
  font-weight: bold;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry .open-swoo-newsletter-giveaway-opt-in-popup:hover {
  background-color: #00b778;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry .meta-wrapper {
  margin-bottom: 30px;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry p {
  margin-bottom: 1.5rem;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry p a {
  color: #f59782;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h1, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h2, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h3, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h4, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h5, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h6, .post-template-default.single.single-post .site-content .__os-container__ .editor-entry h7 {
  font-family: "InkFree";
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h1 {
  font-size: 36px;
  line-height: 1.1;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h2 {
  font-size: 34px;
  line-height: 1.2;
  padding-bottom: 12px;
  padding-top: 10px;
  font-weight: 600;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h3 {
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-top: 8px;
  font-weight: 600;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h4 {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 8px;
  padding-top: 6px;
  font-weight: 600;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h5 {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 7px;
  padding-top: 5px;
  font-weight: 600;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry h6 {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 6px;
  padding-top: 4px;
  font-weight: 600;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry .alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.post-template-default.single.single-post .site-content .__os-container__ .editor-entry .alignright {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.post-template-default.single.single-post .site-content ul {
  padding-left: 0;
}
.post-template-default.single.single-post .site-content .call-to-action-button-wrapper {
  justify-content: center;
}
.post-template-default.single.single-post .site-content .call-to-action-button-wrapper a {
  font-size: 19px;
  color: #fff;
  background-color: #e78563;
  border-color: #e78563;
  padding: 9px 25px;
}
.post-template-default.single.single-post .site-content .call-to-action-button-wrapper a:focus {
  box-shadow: none;
}
.post-template-default.single.single-post .site-content .post-tags {
  padding-left: 22px;
  padding-right: 22px;
}
.post-template-default.single.single-post .site-content .post-tags a {
  background: transparent;
  color: #ccc;
  margin: 0;
  padding: 5px 8px;
}
.post-template-default.single.single-post .site-content .post-tags a:hover {
  text-decoration: underline;
}
.post-template-default.single.single-post .site-content .yarpp-related h3 {
  text-transform: inherit;
}
.post-template-default.single.single-post .site-content .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 166px;
}
.post-template-default.single.single-post .site-content .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 150px;
}
.post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail {
  height: auto;
  color: #444444;
}
@media (max-width: 380px) {
  .post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail {
    width: 100% !important;
  }
}
.post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail > img {
  width: auto;
  height: 150px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 380px) {
  .post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail > img {
    width: 100% !important;
    height: auto !important;
  }
}
.post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail .yarpp-thumbnail-title {
  font-size: 15px;
  overflow: inherit;
  font-weight: normal;
}
@media (max-width: 380px) {
  .post-template-default.single.single-post .site-content .yarpp-related a.yarpp-thumbnail .yarpp-thumbnail-title {
    width: 100%;
    padding: 2px 12px 2px 2px;
  }
}
.post-template-default.single.single-post .site-content .post-navigation .nav-links {
  display: none !important;
}
.post-template-default.single.single-post .site-content .post-navigation a:hover {
  color: #e78563;
}
.post-template-default.single.single-post .site-content .post-navigation .nav-next span, .post-template-default.single.single-post .site-content .post-navigation .nav-previous span {
  text-transform: inherit;
}

/*
@keyframes scaleBackground {
  0% {
    background-size: 120% auto; // Initial size
  }
  100% {
    background-size: 100% auto; // Target size
  }
}
@keyframes moveBackground {
  0% { background-position: 0 0; }
  100% { background-position: 30% 0; }
}
*/
html, body {
  width: 100%;
}

.facebook-link-wrapper {
  text-align: center;
  margin-top: 3px;
  font-size: 11px;
  color: #939393;
}

.frontpage {
  /* General styling */
}
.frontpage .swoo-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .frontpage .swoo-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .frontpage .swoo-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.frontpage .swoo-grid-item {
  position: relative;
  background-color: #dd9b8a;
  width: 100%;
  border-radius: 3px;
}
.frontpage .swoo-grid-item .swoo-grid-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 651px) {
  .frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-title {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-title {
    font-size: 18px;
  }
}
@media (min-width: 1451px) {
  .frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-title {
    font-size: 20px;
  }
}
.frontpage .swoo-grid-item .swoo-grid-content .swoo-grid-pre-title {
  font-family: "InkFree";
  font-size: 13px;
  margin-top: 2px;
}
.frontpage .swoo-grid-item::before {
  content: "";
  display: block;
  padding-top: 100%; /* Maintains square aspect ratio */
}
.frontpage .swoo-grid-item .swoo-long-arrow {
  line-height: normal;
}
@media (max-width: 991px) {
  .frontpage .swoo-grid-item .swoo-long-arrow {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .frontpage .swoo-grid-item .swoo-long-arrow {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .frontpage .swoo-grid-item .swoo-long-arrow {
    font-size: 20px;
  }
}
@media (min-width: 1451px) {
  .frontpage .swoo-grid-item .swoo-long-arrow {
    font-size: 22px;
  }
}
.frontpage .site-content {
  margin-top: 40px;
}
.frontpage #page {
  overflow: hidden;
  background-color: #fff;
}
.frontpage #page .frontpage-icons {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.frontpage #page .frontpage-icons .frontpage-icons-inner {
  max-width: 1100px;
}
.frontpage #page .frontpage-icons .frontpage-icons-inner .frontpage-icon {
  margin-top: auto;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .frontpage #page .frontpage-icons .frontpage-icons-inner .frontpage-icon {
    padding: 0;
    max-width: 50%;
  }
}
.frontpage .section-group {
  position: relative;
}
.frontpage .section-group.expanded-items .section.three-images-same-height {
  display: flex;
  flex-direction: column;
  min-width: auto;
  overflow: auto;
}
.frontpage .section-group.expanded-items .section.three-images-same-height .img {
  padding-right: 0;
  margin-bottom: 10px;
}
.frontpage .section-group.expanded-items #image-nav {
  display: none;
}
.frontpage .section-group .section .image-text {
  color: #fff;
}
.frontpage .section-group .section .image-text .image-text-title {
  font-family: "InkFree", serif;
  position: absolute;
  bottom: 29px;
  left: 22px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: -2px 3px 5px #000;
}
@media (max-width: 1000px) {
  .frontpage .section-group .section .image-text .image-text-title {
    left: 17px;
    font-size: 18px;
  }
}
.frontpage .section-group .section .image-text .image-text-subtitle {
  font-family: "InkFree", serif;
  position: absolute;
  bottom: 15px;
  left: 126px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: -2px 3px 5px #000;
}
@media (max-width: 1000px) {
  .frontpage .section-group .section .image-text .image-text-subtitle {
    left: 109px;
    font-size: 11px;
  }
}
.frontpage .section-group .section .image-text .image-text-subtitle a {
  color: #fff;
  text-decoration: none;
}
.frontpage .section-group .section .image-text .image-text-subtitle a:hover {
  margin-right: 2px;
}
.frontpage .term-description {
  font-size: 16px;
  line-height: 29px;
}
.frontpage .term-description h1, .frontpage .term-description h2, .frontpage .term-description h3, .frontpage .term-description h4, .frontpage .term-description h5, .frontpage .term-description h6 {
  font-family: "InkFree", serif;
  letter-spacing: 1px;
}
.frontpage .term-description h1 {
  font-size: 2em !important;
}
.frontpage .term-description h2 {
  font-size: 1.7em !important;
}
.frontpage .section h1,
.frontpage .section h2,
.frontpage .section span {
  text-align: center;
}
.frontpage h1,
.frontpage h2 {
  font-family: InkFree, serif;
  font-size: 26px;
  letter-spacing: 1px;
}
@media (min-width: 991px) {
  .frontpage h1,
  .frontpage h2 {
    font-size: 32px;
  }
}
.frontpage .middle {
  display: flex;
  margin: auto;
  flex-direction: column;
}
.frontpage .section p:last-child {
  margin-bottom: 0;
}
.frontpage .section a {
  text-decoration: underline;
}
.frontpage .section.two-images-same-height {
  display: flex;
}
.frontpage .section.two-images-same-height .img:first-child {
  padding-right: 18px;
}
.frontpage .section.three-images-same-height {
  display: flex;
}
.frontpage .section.three-images-same-height .img:first-child {
  padding-right: 18px;
}
.frontpage .section.three-images-same-height .img:nth-child(2) {
  padding-right: 12px;
}
@media (max-width: 575px) {
  .frontpage .section.two-images-same-height {
    display: flex;
    flex-direction: column;
  }
  .frontpage .section.two-images-same-height .img {
    width: 100%;
  }
  .frontpage .section.two-images-same-height .img:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .frontpage .section.three-images-same-height {
    min-width: 650px;
    overflow: hidden;
  }
}
.frontpage .section.cols-with-text .row:last-child {
  padding-right: 0;
  margin-right: 0;
}
.frontpage .section.cols-with-text .card {
  text-align: center;
  border: 0;
}
.frontpage .section.cols-with-text .col {
  padding-top: 0;
  margin-top: 0;
  padding-right: 0;
}
.frontpage #image-nav {
  display: none;
}
@media (max-width: 575px) {
  .frontpage #image-nav {
    display: inline;
    cursor: pointer;
    font-size: 23px;
  }
  .frontpage #image-nav .bottom-nav {
    display: flex;
    font-size: 23px;
    background-color: rgba(255, 255, 255, 0.5803921569);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: auto;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 50%;
    left: 50%;
  }
  .frontpage #image-nav .bottom-nav:hover {
    background-color: rgba(255, 255, 255, 0.7803921569);
  }
  .frontpage #image-nav i {
    margin: auto;
  }
}
.frontpage .image-slides-wrapper {
  position: relative;
  width: auto;
  direction: rtl;
  margin-bottom: -63px;
}
.frontpage .image-slides-wrapper .box-title-wrapper {
  position: relative;
  bottom: 75px;
  z-index: 100;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 461px) {
  .frontpage .image-slides-wrapper .box-title-wrapper {
    bottom: 80px;
  }
}
@media (min-width: 975px) {
  .frontpage .image-slides-wrapper .box-title-wrapper {
    bottom: 100px;
  }
}
.frontpage .image-slides-wrapper .box-title-wrapper .box-title {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px 28px;
  font-size: 19px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .frontpage .image-slides-wrapper .box-title-wrapper .box-title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .frontpage .image-slides-wrapper .box-title-wrapper .box-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 650px) {
  .frontpage .image-slides-wrapper {
    width: 100%;
    overflow: visible;
    direction: ltr;
  }
}
.frontpage .image-slides-wrapper .image-slides {
  position: relative;
  z-index: 5;
}
.frontpage .image-slides-wrapper .image-slides img {
  z-index: 1;
  width: 1270px;
  height: auto;
  cursor: pointer;
}
.frontpage .image-slides-wrapper .image-slides img.active {
  z-index: 3;
}
.frontpage .image-slides-wrapper #normal-slides {
  display: block;
}
.frontpage .image-slides-wrapper #responsive-slides {
  display: none;
}
@media (max-width: 650px) {
  .frontpage .image-slides-wrapper #normal-slides {
    display: none;
  }
  .frontpage .image-slides-wrapper #responsive-slides {
    display: block;
  }
}
.frontpage .new-posters-title {
  display: block;
  text-align: center;
  font-family: "Amatic SC", cursive;
  font-size: 37px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.frontpage .woocommerce-ordering {
  display: none;
}
@media (max-width: 1024px) {
  .frontpage .products.columns-4 li.product {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .frontpage .products.columns-4 li.product canvas {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .frontpage .products.columns-4 li.product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.frontpage .all-posters-wrapper {
  display: flex;
}
.frontpage .all-posters-wrapper a {
  text-decoration: none;
  background-color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin: auto;
}
@media (max-width: 991px) {
  .frontpage .all-posters-wrapper a {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .frontpage .all-posters-wrapper a {
    margin-bottom: 17px;
  }
}
.frontpage .all-posters-wrapper a:hover {
  color: inherit;
}

body.woocommerce-checkout #swoo-gift-card-pro {
  justify-content: end;
}
body.woocommerce-checkout #swoo-gift-card-pro .swoo-gift-card-pro-inner-wrapper {
  flex-grow: 0;
}

.free-shipping-you-will-get-bar-wrapper {
  display: flex;
  width: 100%;
  justify-content: right;
}

.noptin-form-id-2729 .noptin-optin-form-wrapper form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
  padding-top: 14px !important;
  border-radius: 5px;
  margin-top: 1px;
}

@media (max-width: 400px) {
  .noptin-optin-form-wrapper .noptin-form-header {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 650px) {
  .noptin-optin-form-wrapper .noptin-form-header .noptin-form-header-text {
    padding-left: 10px !important;
  }
}
.noptin-optin-form-wrapper .noptin-form-header .noptin-form-header-image img {
  min-width: 125px !important;
  min-height: 125px !important;
}

.noptin-form-header .noptin-form-heading {
  font-family: InkFree;
}

.btn-primary {
  background-color: #d4998e;
  border: 0;
  color: #fff;
  font-size: 13px;
}
.btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  background-color: #d4998e;
  color: inherit;
  box-shadow: none !important;
}
.btn-primary:hover {
  box-shadow: none;
  background-color: #e0aba1;
}

.btn-secondary {
  background-color: #e7e7e7;
  border: 0;
  color: rgb(75, 75, 75);
  font-size: 13px;
}
.btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #e7e7e7;
  color: inherit;
  box-shadow: none !important;
}
.btn-secondary:hover {
  background-color: #efefef;
  color: #4b4b4b;
  box-shadow: none;
}

:root {
  --color--text: 18, 18, 26;
}

a {
  color: inherit;
}

.col-12, .col-lg-12 {
  flex: auto;
}

.lion-badge {
  width: auto !important;
  height: auto !important;
}

.site-content {
  margin-top: 20px;
}

.header-text {
  width: 100%;
  margin: 0 !important;
  margin-top: 30px !important;
  padding: 0 !important;
}
.header-text .blog-article-title {
  font-family: HarmoniaSans, sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-transform: none !important;
  background-color: rgba(241, 238, 238, 0.3490196078) !important;
  margin-bottom: 20px !important;
  font-size: 31px !important;
  text-align: center !important;
}

.default-page-wrap .inner-content-metas, .default-page-wrap .editor-entry {
  margin-top: 0;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px;
  z-index: 1000;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (max-width: 575px) {
  .top-boxes .box-left {
    margin-bottom: 30px;
  }
}
.top-boxes .box1 img,
.top-boxes .box img {
  width: 100% !important;
}
.top-boxes .box {
  position: relative;
  margin-bottom: 30px;
}
.top-boxes .box .box-title-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: calc(100% - 24px);
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .top-boxes .box .box-title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .top-boxes .box .box-title-wrapper {
    margin-bottom: 20px;
  }
}
.top-boxes .box .box-title-wrapper .box-title {
  background-color: #fff;
  padding: 10px 28px;
  pointer-events: none;
  font-size: 19px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  display: none;
}
@media (max-width: 991px) {
  .top-boxes .box .box-title-wrapper .box-title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .top-boxes .box .box-title-wrapper .box-title {
    margin-bottom: 16px;
  }
}

.woocommerce div.product .product_title {
  margin-bottom: 10px !important;
}

#cartpops-drawer .cpops-drawer-notices-wrapper {
  position: relative;
  min-height: 80px;
  margin-top: 10px;
}
#cartpops-drawer .cpops-cart-item__actions--remove svg {
  fill: rgb(241, 70, 104) !important;
}
#cartpops-drawer .cpops-cart-item__actions {
  max-width: 15px !important;
}
#cartpops-drawer .variation {
  display: flex;
  flex-direction: column;
}
#cartpops-drawer .cpops-notification {
  display: block;
}

.woocommerce-ordering {
  display: none;
}

.wishlist-minicart-wrapper {
  display: none;
}

#navbar-content {
  justify-content: flex-end;
}
#navbar-content .navbar-nav {
  margin-left: 0;
}

ul.products li.product {
  margin-bottom: 10px !important;
}
ul.products li.product .price {
  color: #999 !important;
  font-weight: normal !important;
  font-size: 15px !important;
}
ul.products li.product .product-main-wrap {
  position: relative;
  border: 0 !important;
  background-color: transparent !important;
}
ul.products li.product .product-main-wrap:not(:hover) {
  box-shadow: none;
}
ul.products li.product .product-main-wrap .wapf-grand-total .price .amount {
  display: block !important;
}

.custom-warning {
  color: #664d03;
  background-color: #fff799;
  border-color: #ffecb5;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  margin-top: 10px;
}

.cn-button.bootstrap {
  background-color: #444 !important;
}
.cn-button.bootstrap:hover {
  color: #fff !important;
  background-color: #666 !important;
}

@media (max-width: 767px) {
  ul.products li.product {
    padding-bottom: 15px;
  }
}
body.tax-product_cat .inner-page-wrap {
  padding-bottom: 0 !important;
}

div.term-description {
  margin-top: 60px;
  margin-bottom: 0;
}
div.term-description h2 {
  font-size: 1.7em;
  margin: 1.1em 0 0.6em;
}
div.term-description h3 {
  font-size: 1.5em;
  margin: 1.33em 0 0.6em;
}
div.term-description h3 {
  margin: 1.67em 0 0.6em;
}
div.term-description h4 {
  font-size: 0.83em;
  margin: 2em 0 0.6em;
}
div.term-description h5 {
  font-size: 1.3em;
  margin: 2.33em 0 0.6em;
}
div.term-description h6 {
  font-size: 1.2em;
  margin: 2.66em 0 0.6em;
}
div.term-description h2, div.term-description h3, div.term-description h4, div.term-description h5, div.term-description h6 {
  display: block;
  font-weight: 700;
}
div.term-description h2:first-child, div.term-description h3:first-child, div.term-description h4:first-child, div.term-description h5:first-child, div.term-description h6:first-child {
  margin-top: 0;
}

.os-breadcrumb-wrap {
  padding: 11px 0;
}

.woocommerce-result-count {
  display: none;
}

.shipmondo_service_point_selector_dropdown {
  position: inherit !important;
}

.shipmondo-dropdown-content-section {
  margin-bottom: 0 !important;
}

@media screen and (max-height: 960px) {
  .shipmondo-removable-content {
    margin-bottom: 0 !important;
  }
}
.shipmondo-dropdown-footer {
  display: none !important;
}

/*
// Style buttons - Start with the "See cart" button
.woocommerce-notices-wrapper {
  .woocommerce-message {
    .button {
      &.wc-forward {
        border: 2px solid #b9b9b9;
        font-weight: bold;
        font-size: 14px;
        background-color: #ffffff;
        border-radius: 5px;
        color: #000;
      }
    }
  }
}
*/
.product-thumb-wrap {
  border: 1px solid #eee;
}

.product.is-poster .product-thumb-wrap {
  box-shadow: 3px 5px 10px 0 #ddd;
  overflow: auto;
}
.product.is-poster .product-thumb-wrap canvas {
  display: block;
  max-width: 100%;
}

.button.product_type_simple,
.button.product_type_variable {
  border-radius: 3px !important;
  background: #fff !important;
  border: 1px solid #d0d0d0 !important;
  color: #555 !important;
  text-transform: none !important;
}
.button.product_type_simple.add_to_cart_button, .button.product_type_simple.buy-now,
.button.product_type_variable.add_to_cart_button,
.button.product_type_variable.buy-now {
  background-color: #d4998e !important;
  color: #fff !important;
  border: none !important;
  text-transform: uppercase !important;
}
.button.product_type_simple.add_to_cart_button:hover, .button.product_type_simple.buy-now:hover,
.button.product_type_variable.add_to_cart_button:hover,
.button.product_type_variable.buy-now:hover {
  background-color: #d4998e !important;
  color: #fff !important;
  border: none !important;
}

.added_to_cart.wc-forward {
  border-radius: 3px !important;
  background: #fff !important;
  border: 1px solid #d0d0d0 !important;
  color: #555 !important;
  text-transform: none !important;
  margin-left: 5px;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
}

.page-template-default article img.alignright {
  margin-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 463px) {
  .page-template-default article img.alignright {
    width: 100%;
  }
}

.noptin-optin-form-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.noptin-optin-form-wrapper form.noptin-form-single-line .noptin-form-fields .noptin-form-submit {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  padding-top: 8px !important;
  margin-left: auto;
  display: flex;
}

.__os-page-wrap__ {
  position: inherit;
}

.product-stock .product-stock-dot {
  position: relative;
  top: 5px;
  height: 9px;
  width: 9px;
  background-color: #3bb115;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.product-stock .product-stock-dot.not-available {
  background-color: red;
}
.product-stock .product-stock-text {
  font-size: 12px;
  font-weight: bold;
  color: #188832;
}
.product-stock .product-stock-text i {
  color: #888888;
}
.product-stock .product-stock-text .product-stock-extra-text {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}
.product-stock .product-stock-text.not-available {
  font-weight: normal;
  color: red;
}

/* Privacy popup styling */
.cn-more-info {
  background-color: rgba(68, 68, 68, 0.7294117647) !important;
  color: #c9c9c9 !important;
}

.tp-wrapper {
  font-size: 11px;
}
.tp-wrapper h3 {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
}
.tp-wrapper .tp-about-reviews {
  opacity: 0.4;
  font-size: 10px;
  text-align: center;
  margin-top: 13px;
}
.tp-wrapper .tp-header .tp-verified svg {
  width: 20px;
  height: 20px;
  color: #6c6c85;
  margin-left: 10px;
}
.tp-wrapper .tp-header .tp-verified span {
  color: #6c6c85;
}
.tp-wrapper .tp-content .tp-title {
  font-weight: bold;
}
.tp-wrapper .tp-content .tp-author {
  color: #6c6c85;
}

@media (max-width: 575px) {
  .tp-wrapper .tp-reviews {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
  }
  .tp-wrapper .tp-reviews:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tp-wrapper #see-more-reviews {
    cursor: pointer;
    text-decoration: underline;
  }
  .tp-wrapper.expand-mobile .tp-reviews {
    max-height: none;
  }
  .tp-wrapper.expand-mobile .tp-reviews:before {
    background: transparent !important;
  }
}
.tp-outer-wrapper-single .tp-wrapper .tp-reviews:before {
  background: linear-gradient(transparent 150px, white);
}

.tp-outer-wrapper-category .tp-wrapper {
  margin-top: -3px;
}
@media (max-width: 768px) {
  .tp-outer-wrapper-category .tp-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tp-outer-wrapper-category .tp-wrapper h3 {
  font-size: 22px;
  font-weight: bold;
}
.tp-outer-wrapper-category .tp-wrapper .tp-reviews {
  padding: 10px;
  border: none;
}
.tp-outer-wrapper-category .tp-wrapper .tp-reviews:before {
  background: linear-gradient(transparent 150px, #f1f1f1);
}
.tp-outer-wrapper-category .tp-wrapper #see-more-reviews {
  padding-left: 7px;
}

.woocommerce-page .woocommerce-info a.showlogin, .woocommerce-page .woocommerce-info a.showcoupon {
  color: #000;
  text-decoration: underline;
}
.woocommerce-page .woocommerce-info a.showlogin:hover, .woocommerce-page .woocommerce-info a.showcoupon:hover {
  color: #000;
}

.noptin-integration-subscription-checkbox span {
  color: #616161 !important;
  font-size: 15px !important;
}

/*# sourceMappingURL=style.css.map*/