@charset "UTF-8";
/* Defined @mixin */
html {
  font-size: 1rem;
}
.select2-results__options {
	border-top: #000 solid 3px;
}
.select2-results__option--highlighted {
	background-color: #fff !important;
}
/* WordPress Core */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  color: #324342;
  font-size: 15px;
  line-height: 1.5;
  /* Text meant only for screen readers. */
}
body .swiper-slide .swiper-slide-inner .swiper-slide-image {
  width: 100%;
}
body .alignnone {
  margin: 5px 20px 20px 0;
}
body .aligncenter, body div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
body .alignright {
  float: right;
  margin: 5px 0 20px 20px;
  clear: right;
}
body .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  clear: left;
}
body .wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  text-align: center;
  margin-bottom: 20px;
}
body .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
body .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
body .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
body .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
body .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
body ins {
  text-decoration: none !important;
}
body .gallery-caption {
  display: block;
}
body .bypostauthor {
  display: inline-block;
}
body .metodo-pago-label {
  font-size: 18px;
}
body #order-payment-options {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
body #order-payment-options input[type=radio] {
  display: none;
}
body #order-payment-options label {
  display: flex;
  padding: 27px;
  margin-right: 40px;
  font-weight: 400;
  border: 1px solid rgba(50, 67, 66, 0.2);
  border-radius: 0;
  color: #324342;
  user-select: none;
  justify-content: space-evenly;
  align-items: center;
}
body #order-payment-options label:last-child {
  margin-right: 0;
}
body #order-payment-options label:has(input[type=radio]:checked) {
  background-color: #A13322;
  border: 0;
  font-weight: 700;
  color: white;
}
body #order-payment-options input[type=radio]:checked + span {
  color: white;
  border: 0;
}
body .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
body .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
body.customize-partial-edit-shortcuts-shown .theme.css button.customize-partial-edit-shortcut-button {
  padding: 0;
  border-radius: 100% !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #0073aa;
  box-shadow: none;
  color: #0073aa;
}
body.customize-partial-edit-shortcuts-shown .theme.css button.customize-partial-edit-shortcut-button:hover {
  background-color: #0073aa !important;
}
body.box-shadow {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.has-offcanvas--overlay {
  overflow: hidden;
}

a {
  color: #000000;
}
a:hover {
  color: #FB5858;
  text-decoration: none;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #324342;
  font-weight: 600;
}

svg {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
svg.fm-icon {
  width: 15px;
  height: 15px;
  fill: #324342;
  stroke: #324342;
}
svg.fm-icon.fill:not(.stroke) {
  stroke: none !important;
}
svg.fm-icon.stroke:not(.fill) {
  fill: none !important;
}

.hidden {
  display: none;
}

.img-responsive {
  max-width: 100%;
}

*:focus {
  outline: none !important;
}

.familab_theme em {
  font-size: 0.8125rem;
}

.hover_dropdown_wrapper {
  position: relative;
}
.hover_dropdown_wrapper .dropdown_content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 340;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: -10px 0 0;
  padding: 15px;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.header-left-control .hover_dropdown_wrapper .dropdown_content {
  left: 0;
  right: auto;
}
.hover_dropdown_wrapper:hover .dropdown_content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: unset;
}

td, th {
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

/* Button Default */

.btn_sales-consultant {
	width: fit-content;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}
.woocommerce #respond input#submit.btn-flat, .woocommerce a.button.btn-flat, .woocommerce button.button.btn-flat, .woocommerce button.button.alt.btn-flat, .woocommerce input.button.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce #respond input#submit.button.btn.secondary, .woocommerce a.button.button.btn.secondary, .woocommerce button.button.button.btn.secondary, .woocommerce button.button.alt.button.btn.secondary, .woocommerce input.button.button.btn.secondary {
  font-weight: 600;
  background: #fff;
  color: #324342;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  margin: 0 10px 10px 0;
  border: 1px solid #324342;
}
.woocommerce #respond input#submit.button.btn.secondary:hover, .woocommerce a.button.button.btn.secondary:hover, .woocommerce button.button.button.btn.secondary:hover, .woocommerce button.button.alt.button.btn.secondary:hover, .woocommerce input.button.button.btn.secondary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #324342;
}
.woocommerce #respond input#submit.btn-advance, .woocommerce a.button.btn-advance, .woocommerce button.button.btn-advance, .woocommerce button.button.alt.btn-advance, .woocommerce input.button.btn-advance {
  background: #1e2828;
}
.woocommerce #respond input#submit.btn-advance:hover, .woocommerce #respond input#submit.btn-advance:focus, .woocommerce a.button.btn-advance:hover, .woocommerce a.button.btn-advance:focus, .woocommerce button.button.btn-advance:hover, .woocommerce button.button.btn-advance:focus, .woocommerce button.button.alt.btn-advance:hover, .woocommerce button.button.alt.btn-advance:focus, .woocommerce input.button.btn-advance:hover, .woocommerce input.button.btn-advance:focus {
  background-color: #FB5858;
}

/* Form Style */
input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #324342;
  background-color: transparent;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color 0.5s linear 0s;
  -moz-transition: border-color 0.5s linear 0s;
  -ms-transition: border-color 0.5s linear 0s;
  -o-transition: border-color 0.5s linear 0s;
  transition: border-color 0.5s linear 0s;
  vertical-align: middle;
  padding: 0 20px;
  height: 40px;
}
input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=password]:focus {
  outline: none;
  border-color: #222222;
  color: #000000;
  -webkit-transition: border-color 0.4s linear 0s;
  -moz-transition: border-color 0.4s linear 0s;
  -ms-transition: border-color 0.4s linear 0s;
  -o-transition: border-color 0.4s linear 0s;
  transition: border-color 0.4s linear 0s;
}
input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
  accent-color: #324342 !important;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number] {
  padding: 0;
  text-align: center;
}
input[type=number]::-webkit-search-cancel-button, input[type=number]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  border-color: #324342;
  -webkit-text-fill-color: #83868c;
}
input:focus:-webkit-autofill {
  border-color: #324342;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea,
textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #324342;
  background-color: transparent;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color 0.5s linear 0s;
  -moz-transition: border-color 0.5s linear 0s;
  -ms-transition: border-color 0.5s linear 0s;
  -o-transition: border-color 0.5s linear 0s;
  transition: border-color 0.5s linear 0s;
  vertical-align: middle;
  padding: 0 20px;
  height: 40px;
  padding: 10px 15px;
  min-height: 190px;
  overflow: auto;
}
textarea:focus,
textarea.form-control:focus {
  outline: none;
  border-color: #222222;
  color: #000000;
  -webkit-transition: border-color 0.4s linear 0s;
  -moz-transition: border-color 0.4s linear 0s;
  -ms-transition: border-color 0.4s linear 0s;
  -o-transition: border-color 0.4s linear 0s;
  transition: border-color 0.4s linear 0s;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  border: 0px !important;
  background-color: transparent;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color 0.5s linear 0s;
  -moz-transition: border-color 0.5s linear 0s;
  -ms-transition: border-color 0.5s linear 0s;
  -o-transition: border-color 0.5s linear 0s;
  transition: border-color 0.5s linear 0s;
  vertical-align: middle;
  padding: 0 20px;
  height: 40px;
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-image: url("../images/select_icon.svg");
  padding-left: 15px;
  padding-right: 15px;
}
select:focus {
  outline: none;
  border-color: #222222;
  color: #000000;
  -webkit-transition: border-color 0.4s linear 0s;
  -moz-transition: border-color 0.4s linear 0s;
  -ms-transition: border-color 0.4s linear 0s;
  -o-transition: border-color 0.4s linear 0s;
  transition: border-color 0.4s linear 0s;
}
select::-ms-expand {
  display: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #000000;
}

.select2-container--default {
  display: block;
}
.familab_theme .select2-container--default .select2-selection {
  border-radius: 0;
  border: 0px;  
  background-color: transparent;
  color: rgba(0,0,0,.6);
  font-weight: 500;
  min-width: 60px;
  text-transform: uppercase;
}
.familab_theme .select2-container--default .select2-selection:focus {
  outline: none;
  border-color: #222222;
  -webkit-transition: border-color 0.4s linear 0s;
  -moz-transition: border-color 0.4s linear 0s;
  -ms-transition: border-color 0.4s linear 0s;
  -o-transition: border-color 0.4s linear 0s;
  transition: border-color 0.4s linear 0s;
}
.familab_theme .select2-container--default .select2-selection--single {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding: 0 25px 0 15px;
  height: 40px;
  line-height: 38px;
}
.familab_theme .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 100%;
}
.familab_theme .select2-container--default .select2-selection--single > .select2-selection__rendered {
  display: inline;
  padding-left: 0 !important;
  color: inherit;
  line-height: inherit;
}

/* Form Round & Circle */
.form_style_circle input[type=text], .form_style_circle input[type=email], .form_style_circle input[type=password], .form_style_circle input[type=search], .form_style_circle input[type=number], .form_style_circle input[type=url], .form_style_circle input[type=tel], .form_style_circle input[type=date], .form_style_circle select, .form_style_circle textarea {
  border-radius: 35px;
}
.form_style_round input[type=text], .form_style_round input[type=email], .form_style_round input[type=password], .form_style_round input[type=search], .form_style_round input[type=number], .form_style_round input[type=url], .form_style_round input[type=tel], .form_style_round input[type=date], .form_style_round select, .form_style_round textarea {
  border-radius: 0;
}

.select2-container--default .select2-selection .form_style_circle.familab_theme {
  border-radius: 35px;
}
.select2-container--default .select2-selection .form_style_round.familab_theme {
  border-radius: 0;
}

body.site_layout_boxed,
body.site_layout_framed {
  margin-left: auto;
  margin-right: auto;
  background: none;
}

#page {
  flex: 1;
}

.bg-gray-custom {
  background-color: #f8f8f8;
  display: flex;
}

.bg-main-theme {
  background-color: #ECECEC;
}

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

#content {
  padding: 30px 0;
}
.home:not(.blog) #content, #content.content-only {
  padding: 0;
}

@media (min-width: 992px) {
  #content .sidebar-left {
    flex-direction: row;
  }
  #content .sidebar-right {
    flex-direction: row-reverse;
  }
  .familab_theme .page-title-404 {
    font-size: 200px;
    font-weight: 600;
  }
}
.site-header {
  position: relative;
  z-index: 100;
}
.site-header.fmc-transparent-header {
  width: 100vw;
  max-width: 100%;
  z-index: 10;
}
.site-header.fmc-transparent-header.header-wrapper {
  position: static;
}
.diassy2021-mobile .site-header.fmc-transparent-header {
  position: static;
}
.site-header .header-main {
  background-color: #FFFFFF;
}

.header-container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-control-wrap {
  display: flex;
  align-items: center;
}
.header-control-wrap.header-left-control {
  justify-content: flex-start;
}
.header-control-wrap.header-right-control {
  justify-content: flex-end;
}

.site-branding .site-logo {
  display: inline-block;
}
.site-branding .site-logo img, .site-branding .site-logo .logo-img {
  width: 100%;
}
.site-branding .site-logo.has-sticky-logo .sticky-logo {
  display: none;
}
.site-branding .logo.text {
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-header.fmc-transparent-header {
    position: absolute;
  }
}
.fmc-announcement-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  -webkit-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -moz-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -ms-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  -o-transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
  transition: height ease 0.25s, opacity ease 0.25s, padding ease 0.25s;
}
.fmc-announcement-box.layout1 {
  justify-content: center;
}
.fmc-announcement-box.closed {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.fmc-announcement-box > * {
  margin: 0 0.5rem;
}
.fmc-announcement-box .announcement-msg-after-time p,
.fmc-announcement-box .announcement-msg p {
  margin-bottom: 0;
}
.fmc-announcement-box button.close {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: none !important;
}
.fmc-announcement-box button.close svg.fm-icon {
  width: 11px;
  height: 11px;
}
.site-footer ~ .fmc-announcement-box {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
}
.fmc-announcement-box .fm-countdown-time {
  display: flex;
}
.fmc-announcement-box .fm-countdown-time .box-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  background: #1e2828;
  color: #FFF;
  margin: 0 4px;
  padding: 3px 8px;
}
.fmc-announcement-box .fm-countdown-time .box-count .num {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.fmc-announcement-box .fm-countdown-time .box-count .text {
  line-height: 12px;
  font-size: 11px;
}
.fmc-announcement-box .announcement_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.familab_theme .fmc-announcement-box .announcement_btn a {
  font-size: 10px;
  text-transform: uppercase;
  height: 36px;
  padding: 0 25px;
  line-height: 36px;
  font-weight: 600;
}

.top-bar {
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-bar > .header-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-bar ul.ul_topbar {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top-bar ul.ul_topbar li {
  line-height: 12px;
}
.top-bar ul.ul_topbar li > a, .top-bar ul.ul_topbar li > * {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
}
.top-bar ul.ul_topbar li + li {
  padding-left: 12px;
  margin-left: 12px;
  border-left-width: 1px;
  border-left-style: solid;
}
.top-bar.top-bar-layout1 > .header-container {
  justify-content: space-between;
}
.top-bar.top-bar-layout1 .top-bar-left-control {
  display: flex;
}
.top-bar.top-bar-layout1 .top-bar-left-control .header-element {
  margin: 0 1rem 0 0;
}
.top-bar.top-bar-layout1 .top-bar-left-control .header-element.html_topbar_left * {
  margin-bottom: 0;
}
.top-bar.top-bar-layout1 .top-bar-right-control {
  display: flex;
}
.top-bar.top-bar-layout1 .top-bar-right-control .header-element {
  margin: 0 0 0 1rem;
}
.top-bar.top-bar-layout1 .top-bar-right-control .header-element.html_topbar_right * {
  margin-bottom: 0;
}
.top-bar.top-bar-layout2 > .header-container {
  align-items: center;
  justify-content: space-between;
}
.top-bar.top-bar-layout2 .top-bar-control {
  flex: 1;
  display: flex;
  align-items: center;
}
.top-bar.top-bar-layout2 .top-bar-control .header-element.html_topbar_left *, .top-bar.top-bar-layout2 .top-bar-control .header-element.html_topbar_center *, .top-bar.top-bar-layout2 .top-bar-control .header-element.html_topbar_right * {
  margin-bottom: 0;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-left-control {
  text-align: left;
  justify-content: flex-start;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-left-control .header-element {
  margin: 0 1rem 0 0;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-center-control {
  text-align: center;
  justify-content: center;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-center-control .header-element {
  margin: 0 0.5rem;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-right-control {
  text-align: right;
  justify-content: flex-end;
}
.top-bar.top-bar-layout2 .top-bar-control.top-bar-right-control .header-element {
  margin: 0 0 0 1rem;
}
.top-bar.dark *, .top-bar.dark a, .top-bar.dark p {
  color: #000000;
}
.top-bar.dark *:hover, .top-bar.dark a:hover, .top-bar.dark p:hover {
  color: #1e2828;
}
.top-bar.dark svg.fm-icon {
  fill: #000000;
}
.top-bar.dark svg.fm-icon:hover {
  fill: #1e2828;
}
.top-bar.light *, .top-bar.light a, .top-bar.light p {
  color: #FFFFFF;
}
.top-bar.light svg.fm-icon {
  fill: #FFFFFF;
}

.header-layout .header-main .header-container {
  display: flex;
  align-items: center;
  height: inherit;
}
.header-layout.header-layout1 .header-main .header-container {
  justify-content: flex-start;
}
.header-layout.header-layout1 .header-right-control {
  margin-left: auto;
}
.header-layout.header-layout1 #site-navigation.nav-center + .header-right-control {
  margin-left: unset;
}
.header-layout.header-layout1 #site-navigation.nav-right + .header-right-control {
  margin-left: 50px;
}
.header-layout.header-layout2 .header-main .header-container {
  display: flex;
  justify-content: space-between;
}
.header-layout.header-layout2 .site-branding {
  margin-right: auto;
}
.header-layout.header-layout3 .header-main .header-container {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
}
.header-layout.header-layout3 .header-bottom {
  height: 54px;
}
.header-layout.header-layout3 .header-bottom #site-navigation {
  justify-content: center;
}
.header-layout.header-layout3 .site-branding {
  width: 100%;
  text-align: center;
}
.header-layout.header-layout3 + .header-space .header-bottom {
  height: 54px;
}
.header-layout.header-layout4 .header-main .header-container {
  justify-content: space-between;
}
.header-layout.header-layout5 .header-main .header-container {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
}
.header-layout.header-layout5 .site-branding {
  width: 100%;
  text-align: center;
}
.header-layout.header-layout6 .header-main .header-container {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
}
.header-layout.header-layout6 .site-branding {
  width: 100%;
  text-align: center;
}
.header-layout.header-layout7 .header-main .header-container {
  justify-content: space-between;
}
.header-layout.header-layout8 .header-main .header-container {
  justify-content: space-between;
}
.header-layout.header-layout9 .header-main .header-container {
  justify-content: space-between;
}
.header-layout.header-layout10 .header-main .header-container {
  justify-content: space-between;
}
.header-layout.header-layout11 .header-content .header-container {
  justify-content: space-between;
}
.header-layout.header-layout11 .header-bottom #site-navigation {
  margin-right: auto;
}
.header-layout.header-layout11 .header-bottom .header-container {
  display: flex;
  align-items: center;
  height: inherit;
}

.fm-header-sticky {
  position: fixed;
  width: 100%;
  z-index: 2;
}
#topbar + .fm-header-sticky {
  position: absolute;
}
.fmc-announcement-box ~ .site-content .fm-header-sticky {
  position: absolute;
}
.fm-header-sticky.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear, background-color 250ms linear;
}
.fm-header-sticky.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.fm-header-sticky.headroom--pinned.headroom--not-top {
  position: fixed;
  top: 0;
  border-bottom: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
}
.fm-header-sticky.headroom--pinned.headroom--not-top.fromTop {
  visibility: hidden;
}
#topbar + .fm-header-sticky.headroom--pinned.headroom--not-top {
  position: fixed;
}
.admin-bar .fm-header-sticky.headroom--pinned.headroom--not-top {
  top: 32px;
}
.fm-header-sticky.headroom--pinned.header-layout .header-main {
  -webkit-transition: height 250ms linear;
  transition: height 250ms linear;
}
.fm-header-sticky.headroom--not-top .has-sticky-logo img, .fm-header-sticky.headroom--not-top .has-sticky-logo .logo-text {
  display: none;
}
.fm-header-sticky.headroom--not-top .has-sticky-logo .sticky-logo {
  display: block;
}
.fm-header-sticky.headroom--unpinned {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-bottom {
  height: 60px;
  position: relative;
}
.header-layout10 .header-bottom .header-container, .header-layout8 .header-bottom .header-container, .header-layout3 .header-bottom .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  position: relative;
}
.header-layout10 .header-bottom #site-navigation, .header-layout8 .header-bottom #site-navigation, .header-layout3 .header-bottom #site-navigation {
  justify-content: center;
  margin: 0 auto;
}
.header-layout10 .header-bottom:before {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(122, 122, 122, 0.15);
  content: "";
  position: absolute;
  top: 0;
}

.main-navigation {
  text-align: left;
}
.main-navigation.nav-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation.nav-right {
  text-align: right;
  margin-left: auto;
}
.header-layout1 .main-navigation.nav-right + .header-right-control {
  margin-left: 50px;
}
.main-navigation.logo-center-menu {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.main-navigation.logo-center-menu > .site-branding {
  text-align: center;
}
.header-bottom .main-navigation {
  text-align: center;
}

.header-element {
  font-size: inherit;
}
.header-element.search_box.button {
  position: relative;
}
.header-element.search_box.button .search-btn.search-btn-dropdown {
  position: relative;
}
.header-element.search_box.button .search-btn.search-btn-dropdown:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -100%;
  left: 0;
}
.header-element.search_box.button .search_form_wrapper.dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 340;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: -10px 0 0;
  padding: 15px;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.header-element.search_box.button .search_form_wrapper.dropdown::before {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  z-index: 5;
  content: "";
  right: 20px;
}
.header-left-control .header-element.search_box.button .search_form_wrapper.dropdown {
  left: 0;
  right: auto;
}
.header-right-control .header-element.search_box.button .search_form_wrapper.dropdown {
  left: auto;
  right: 0;
}
.header-element.search_box.button .search_form_wrapper .wc_search_form {
  display: flex;
}
.header-element.search_box.button .search_form_wrapper .wc_search_form.style2 .search_categories {
  order: -1;
}
.header-element.search_box.button:hover .search_form_wrapper.dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: unset;
}
.header-element.cart_box {
  margin-left: 20px;
}
.header-element.cart_box > a {
  position: relative;
}
.header-element.cart_box > a .cart-counter {
  font-size: 0;
  position: absolute;
  top: -12px;
  right: -12px;
}
.header-element.cart_box .cart_box_content {
  width: 20rem;
}
.header-element.cart_box .cart_box_content li.woocommerce-mini-cart-item > a {
  display: inline-block;
}
.header-element.cart_box .cart_box_content li.woocommerce-mini-cart-item img.attachment-woocommerce_thumbnail {
  max-width: 100%;
  height: auto;
}
.fm-header-sticky .header-element.cart_box .cart_box_content.dropdown_content {
  max-height: 600px;
  overflow-y: auto;
}
.header-element.my-account-box .account-btn img {
  border-radius: 50%;
  cursor: pointer;
  min-width: 36px;
}
.header-element.html_right_1 *, .header-element.html_left_1 *, .header-element.html_topbar_center *, .header-element.html_topbar_left *, .header-element.html_topbar_right * {
  margin-bottom: 0;
}
.header-left-control .header-element:not(.cart_box):not(.wishlist-box):not(.search_box):not(.my-account-box) {
  margin-right: 0.5rem;
}
.header-right-control .header-element:not(.cart_box):not(.wishlist-box):not(.search_box):not(.my-account-box) {
  margin-left: 0.5rem;
}
.header-center-control .header-element:not(.cart_box):not(.wishlist-box):not(.search_box):not(.my-account-box) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#hamburger-canvas .hamburger-screen-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-screen-head {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-screen-head .hm-logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-screen-head .hm-logo .site-logo {
  max-width: 100%;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-screen-head .hm-logo .site-logo .sticky-logo {
  display: none;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-screen-content {
  padding: 0 15px;
  width: 100%;
}
#hamburger-canvas .hamburger-screen-inner .hamburger-bottom {
  margin-top: auto;
  margin-bottom: 1px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.currency.list-dropdown, .language.list-dropdown {
  display: flex;
}
.currency.list-dropdown > span.label, .language.list-dropdown > span.label {
  margin-right: 6px;
  display: none;
}
.currency.list-dropdown .dropdown, .language.list-dropdown .dropdown {
  position: relative;
}
.currency.list-dropdown .dropdown .current svg.fm-icon, .language.list-dropdown .dropdown .current svg.fm-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.currency.list-dropdown .dropdown ul, .language.list-dropdown .dropdown ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #f8f8f8;
  list-style: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -moz-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -ms-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -o-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
}
.currency.list-dropdown .dropdown ul li, .language.list-dropdown .dropdown ul li {
  min-width: 68px;
  padding: 5px 0;
  background: #ffffff;
  text-align: center;
}
.currency.list-dropdown .dropdown ul li:hover, .language.list-dropdown .dropdown ul li:hover {
  background: #f4f4f4;
}
.currency.list-dropdown .dropdown ul li a, .language.list-dropdown .dropdown ul li a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 100%;
  color: #324342;
}
.currency.list-dropdown .dropdown:hover ul, .language.list-dropdown .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
.top-bar-left-control .currency.list-dropdown > .dropdown > ul, .top-bar-left-control .language.list-dropdown > .dropdown > ul {
  left: 0;
  right: auto;
  z-index: 9;
}

.woocommerce-thankyou-order-details {
  display: flex;
  justify-content: center;
}

/* # Footer  */
.site-footer {
  clear: both;
}
.site-footer .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
  padding-bottom: 34px;
}
.site-footer .footer-container .main_logo {
  display: flex;
  margin-bottom: 52px;
  margin-top: 16px;
}
.site-footer .footer-container .main_logo .img_incatops {
  width: 155px;
}
.site-footer .footer-container .social_links {
  display: flex;
  font-size: 14px;
}
.site-footer .footer-container .social_links a {
  color: #FFFFFF;
  white-space: nowrap;
}
.site-footer .footer-container .social_links a:hover {
  color: #FFFFFF;
}
.site-footer .footer-container .social_links .img_social {
  margin-right: 10px;
  padding: 5px;
}
.site-footer .footer-container .space-one {
  width: 32px;
}
.site-footer .footer-container .space-two {
  width: 32px;
}
.site-footer .footer-container .secondary_logo {
  display: flex;
  margin-bottom: 52px;
  margin-top: 28px;
}
.site-footer .footer-container .secondary_logo .img_incatops {
  width: 120px;
}
.site-footer .footer-container .secondary_logo:last-child {
  margin-bottom: 0;
}
.site-footer .footer-container .third_logo {
  display: flex;
  margin-bottom: 52px;
  margin-top: 18px;
}
.site-footer .footer-container .third_logo .img_incatops {
  width: 120px;
}
.site-footer .footer-container .third_logo .img_incatops.img_extra {
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-container .third_logo:last-child {
  margin-bottom: 0;
}
.site-footer .footer-container .fourth_logo {
  display: flex;
  margin-bottom: 52px;
}
.site-footer .footer-container .fourth_logo .img_incatops {
  width: 120px;
}
.site-footer .footer-container .fourth_logo .img_incatops.img_extra {
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-container .fourth_logo:last-child {
  margin-bottom: 0;
}
.site-footer .footer-container .wrapper_contact {
  height: 100%;
  font-size: 14px;
}
.site-footer .footer-container .wrapper_contact .contact_info {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #adb4b3;
  height: 100%;
}
.site-footer .footer-container .wrapper_contact .contact-us {
  margin-bottom: 16px;
}
.site-footer .footer-container .wrapper_contact .contact-us a {
  color: #FFFFFF;
}
.site-footer .footer-container .wrapper_contact .contact-us a:hover {
  color: #FFFFFF;
}
.site-footer .footer-container .wrapper_contact .policies {
  color: #adb4b3;
}
.site-footer .footer-wrap {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-section > .container {
  align-items: center;
}
.site-footer .footer-section .footer-items.footer-center {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .site-footer .footer-container .wrapper_contact {
    padding: 24px;
  }
  .site-footer .footer-container .wrapper_contact .contact_info {
    border-top: none;
    border-left: 1px solid #adb4b3;
    height: 100%;
    padding-left: 80px;
  }
  .site-footer .footer-container .wrapper_contact .contact-us {
    margin-bottom: 48px;
  }
}
/* # Global Elements - FM Theme */
.widget .widget-title {
  font-size: 1.25rem;
}
.footer_widget .widget .widget-title {
  margin-bottom: 0.5rem;
  display: block;
}
.footer_widget .widget ul {
  padding-left: 0;
  list-style: none;
}
.diassy2021-sidebar-content .widget {
  margin-bottom: 2rem;
}

/* Element - Page heading */
.page-heading-content {
  display: flex;
  align-items: center;
  position: relative;
  color: #324342;
}
.page-heading-content .page-heading-title {
  line-height: 1;
}
.page-heading-content .woocommerce-breadcrumb,
.page-heading-content .woocommerce-breadcrumb > a,
.page-heading-content .page-heading-title {
  color: #324342;
}
.page-heading-content.heading-color-light {
  color: #FFFFFF;
}
.page-heading-content.heading-color-light .woocommerce-breadcrumb,
.page-heading-content.heading-color-light .woocommerce-breadcrumb > a,
.page-heading-content.heading-color-light .page-heading-title {
  color: #FFFFFF;
}
.page-heading-content.heading-color-dark {
  color: #000000;
}
.page-heading-content.heading-color-dark .woocommerce-breadcrumb,
.page-heading-content.heading-color-dark .page-heading-title {
  color: #000000;
}
.page-heading-content .page-heading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-heading-content .page-heading-container {
  position: relative;
}
.page-heading-content.heading-left {
  text-align: left;
  justify-content: flex-start;
}
.page-heading-content.heading-center {
  text-align: center;
  justify-content: center;
}
.page-heading-content.heading-right {
  text-align: right;
  justify-content: flex-end;
}

/* Element - Swiper Button */
.familab_theme .swiper-button-next,
.familab_theme .swiper-button-prev {
  background-image: none;
}
.familab_theme .swiper-button-next:after,
.familab_theme .swiper-button-prev:after {
  display: none;
}
.familab_theme .swiper-button-next svg.fm-icon,
.familab_theme .swiper-button-prev svg.fm-icon {
  width: 15px;
  height: 15px;
}
.familab_theme .swiper-button-next.swiper-button-disabled,
.familab_theme .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.diassy2021-carousel-wrap {
  position: relative;
}
.diassy2021-carousel-wrap .swiper-button-next,
.diassy2021-carousel-wrap .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #324342;
  color: #324342;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.diassy2021-carousel-wrap .swiper-button-next svg,
.diassy2021-carousel-wrap .swiper-button-prev svg {
  fill: #324342;
  -webkit-transition: fill 0.25s linear 0s;
  -moz-transition: fill 0.25s linear 0s;
  -ms-transition: fill 0.25s linear 0s;
  -o-transition: fill 0.25s linear 0s;
  transition: fill 0.25s linear 0s;
}
.diassy2021-carousel-wrap .swiper-button-next:hover,
.diassy2021-carousel-wrap .swiper-button-prev:hover {
  border-color: #324342;
  background: #324342;
  color: #ffffff;
}
.diassy2021-carousel-wrap .swiper-button-next:hover svg,
.diassy2021-carousel-wrap .swiper-button-prev:hover svg {
  fill: #ffffff;
}
.diassy2021-carousel-wrap .swiper-button-next, .diassy2021-carousel-wrap.swiper-container-rtl .swiper-button-prev {
  right: -12px;
}
.diassy2021-carousel-wrap .swiper-button-prev, .diassy2021-carousel-wrap.swiper-container-rtl .swiper-button-next {
  left: -12px;
}

/* Element - Search Box */
#fm-search-modal .search-modal.modal-dialog {
  max-width: 100%;
}
#fm-search-modal .modal-content {
  transition: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  top: 0;
  position: fixed;
  border: none;
  border-radius: 0;
  background: #FFF;
}
#fm-search-modal .modal-header {
  justify-content: center;
  border: none;
  flex-direction: column-reverse;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
  max-width: 1440px;
}
#fm-search-modal .modal-header button.close {
  margin: auto;
  position: static;
}
#fm-search-modal .modal-header button.close svg.fm-icon {
  width: 2rem;
  height: 2rem;
}
#fm-search-modal .product-cats {
  transition: all 0.5s ease 0.5s;
  transform: translateY(30px);
  text-align: center;
  margin-bottom: 100px;
  opacity: 0;
}
#fm-search-modal .search_form_content {
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  transform: translateY(60px);
  position: relative;
  padding: 10px 60px;
  opacity: 0;
}
#fm-search-modal .search_form_content .fm-search-form {
  margin: auto;
}
#fm-search-modal .search_form_content .fm-search-form .twitter-typeahead {
  width: 100%;
}
#fm-search-modal .search_result {
  margin-top: 60px;
}
#fm-search-modal.show .product-cats,
#fm-search-modal.show .search_form_content {
  transform: translateY(0);
  opacity: 1;
}

.js-offcanvas-close {
  background: none !important;
}
.js-offcanvas-close svg.fm-icon {
  width: 1rem;
  height: 1rem;
}

.fm-search-form {
  display: flex;
  position: relative;
  height: 44px;
}
.fm-search-form .twitter-typeahead {
  width: 100%;
}
.fm-search-form .search_text_input {
  height: 100%;
  border: 1px solid #324342;
  border-right: none;
  box-sizing: border-box;
}
.site-header .fm-search-form .search_text_input {
  min-width: 180px;
}
.btn-woo-circle .fm-search-form .search_text_input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fm-search-form .btn_clear_text {
  display: none;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 40px;
  width: 30px;
  text-align: center;
  justify-content: center;
}
.fm-search-form .btn_clear_text svg {
  width: 12px;
  height: 12px;
}
.fm-search-form .btn_clear_text.show {
  display: flex;
}
.fm-search-form .search_categories {
  border: none;
  height: 100%;
  line-height: 100%;
  width: 100px;
  padding: 0 15px 0 0;
}
.fm-search-form button[type=submit] {
  margin-top: 0;
  font-size: 0;
  height: 100%;
  padding: 0 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  min-width: auto;
}
.fm-search-form.style2 .search_categories {
  order: -1;
}
.widget_search .fm-search-form {
  max-width: 100%;
}
.error404 .site-main .fm-search-form {
  margin: 10px auto 80px auto;
  min-width: 500px;
}
.error404 .site-main .fm-search-form button[type=submit] {
  width: 44px;
  background: #324342;
  color: #ffffff;
}
.error404 .site-main .fm-search-form button[type=submit] svg {
  fill: #ffffff;
}

/* Element -  Navigation */
.comment-navigation, .posts-navigation, .post-navigation {
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous svg, .posts-navigation .nav-previous svg, .post-navigation .nav-previous svg {
  margin-right: 20px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.comment-navigation .nav-next svg, .posts-navigation .nav-next svg, .post-navigation .nav-next svg {
  margin-left: 20px;
}
.comment-navigation a, .posts-navigation a, .post-navigation a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover {
  color: #1e2828;
}

.post-navigation {
  clear: both;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #adb4b3;
  border-bottom: 1px solid #adb4b3;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding: 5px 0;
}
.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: center;
  border-left: 2px solid #adb4b3;
}
.single-portfolio .post-navigation {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
}
.single-portfolio .post-navigation .nav-previous {
  text-align: right;
  padding-right: 70px;
}
.single-portfolio .post-navigation .nav-next {
  text-align: left;
  padding-left: 70px;
}
.post-navigation .single-post {
  padding-bottom: 0;
  border-bottom: none;
}

.ajax-navigation {
  text-align: center;
  padding-top: 50px;
}
.ajax-navigation .button-text {
  transition: 0.5s;
  color: #FFFFFF;
  opacity: 1;
}
.ajax-navigation .loading-icon {
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.ajax-navigation a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.ajax-navigation.loading a {
  cursor: wait;
}
.ajax-navigation.loading a .button-text {
  opacity: 0;
}
.ajax-navigation.loading a .loading-icon {
  opacity: 1;
}

.comments-pagination {
  text-align: center;
  padding: 0 0 30px;
}
.comments-pagination a, .comments-pagination span {
  font-weight: 500;
  margin: 0 15px;
}

/* Element -  Pagination */
.pagination {
  display: block;
  clear: both;
  margin: 0;
  border-radius: 0;
}
.pagination .nav-links {
  display: inline-block;
  width: 100%;
}
.pagination .nav-links ul.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.pagination-align-left .pagination .nav-links ul.page-numbers {
  justify-content: flex-start;
}
.pagination-align-center .pagination .nav-links ul.page-numbers {
  justify-content: center;
}
.pagination-align-right .pagination .nav-links ul.page-numbers {
  justify-content: flex-end;
}
.pagination .nav-links ul.page-numbers li .page-numbers {
  margin: 5px;
  color: #222222;
  font-size: 1rem;
  display: inline-block;
  font-weight: 500;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.pagination .nav-links ul.page-numbers li .page-numbers:first-child {
  margin-left: 0;
}
.pagination .nav-links ul.page-numbers li .page-numbers:last-child {
  margin-right: 0;
}
.pagination .nav-links ul.page-numbers li .page-numbers svg.fm-icon {
  width: 12px;
  height: 12px;
  fill: #222222;
  stroke: #222222;
}
.pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers {
  border: 1px solid #adb4b3;
  background-color: #FFF;
  border-radius: 50%;
  margin: 2px;
}
.pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers.next, .pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers.prev {
  font-size: 0;
}
.pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers.current, .pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers:hover {
  color: #FFF;
  background-color: #222;
  border-color: #222;
}
.pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers.current svg.fm-icon, .pagination-style1 .pagination .nav-links ul.page-numbers li .page-numbers:hover svg.fm-icon {
  fill: #FFF;
  stroke: #FFF;
}
.pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers {
  border: 1px solid #adb4b3;
  margin: 5px;
}
.pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers.next {
  width: auto;
  padding: 0 17px 0 20px;
}
.pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers.prev {
  padding: 0 20px 0 17px;
  width: auto;
}
.pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers.current, .pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers:hover {
  color: #FFF;
  background-color: #222;
  border-color: #222;
}
.pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers.current svg.fm-icon, .pagination-style2 .pagination .nav-links ul.page-numbers li .page-numbers:hover svg.fm-icon {
  fill: #FFF;
  stroke: #FFF;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  box-sizing: border-box;
  margin: 0 0.35rem 0.35rem 0.35rem;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #324342;
  min-width: 44px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #adb4b3;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.pagination-style1 .woocommerce nav.woocommerce-pagination ul li a, .pagination-style1 .woocommerce nav.woocommerce-pagination ul li span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a svg.fm-icon, .woocommerce nav.woocommerce-pagination ul li span svg.fm-icon {
  width: 11px;
  height: 11px;
  fill: #324342;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #324342;
  border-color: #324342;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover svg.fm-icon, .woocommerce nav.woocommerce-pagination ul li a.current svg.fm-icon, .woocommerce nav.woocommerce-pagination ul li span:hover svg.fm-icon, .woocommerce nav.woocommerce-pagination ul li span.current svg.fm-icon {
  fill: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li span.prev {
  width: auto;
  padding: 0 15px 0 12px;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.next {
  width: auto;
  padding: 0 12px 0 15px;
}
.pagination-align-left.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.pagination-align-center.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.pagination-align-right.woocommerce nav.woocommerce-pagination {
  text-align: right;
}

.diassy2021_woof_pagination_trigger {
  position: relative;
}
.diassy2021_woof_pagination_trigger .page-numbers {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.diassy2021_woof_pagination_trigger.scroll .diassy2021_woof_pagination_trigger_action {
  display: none !important;
}

/* Element -  Menu Navigation */
.nav-menu, .nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li {
  margin: 0;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.nav-menu li.menu-item-mega:not(.menu-item-custom-width) {
  position: static;
}
.nav-menu li > ul {
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  transform: translateY(39px);
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 30px 0;
  min-width: 166px;
  display: none;
  z-index: 99;
  background-color: #fff;
  white-space: nowrap;
}
.nav-menu li > ul:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
}
.nav-menu li > ul ul {
  left: 100%;
  top: 10px;
  transform: translate(3px, -40px);
}
.nav-menu li > ul ul:before {
  top: 0;
  left: -3px;
  width: 3px;
  height: 100%;
}
.nav-menu li > ul.mega-menu-container ul {
  transform: translate(0);
}
.nav-menu li li {
  display: block;
  margin: 0;
  padding: 5px 25px;
}
.nav-menu li li a {
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  font-size: 14px;
}
.nav-menu li li a .user_name {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.nav-menu li li a .user_email {
  text-align: center;
  margin-bottom: 8px;
}
.nav-menu li li a .logout {
  color: #F04438;
  padding: 8px 16px;
  border-bottom: 1px solid #F04438;
}
.nav-menu li li.mega-content-post {
  padding: 0;
  width: 100%;
}
.nav-menu li li.separator {
  border-bottom: 1px solid #adb4b3;
}
.nav-menu > li:last-child {
  margin-right: 0;
}
.nav-menu a {
  position: relative;
  display: block;
}
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  padding: 20px 5px;
  z-index: 9999;
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
  -moz-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
  box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
  display: block;
}
.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.nav-menu .sub-menu.mega-menu-container {
  display: flex;
  flex-wrap: wrap;
}
.nav-menu .sub-menu.mega-menu-container .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
}
.nav-menu .sub-menu.mega-menu-wrap {
  /*position: fixed;*/
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
  -moz-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
  box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, 0.16);
}
.nav-menu .sub-menu.mega-menu-wrap .mega-menu-container {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-menu .sub-menu.mega-menu-wrap .mega-menu-container .mega-menu-content {
  position: static;
  display: flex;
  box-shadow: none;
  background: transparent;
  transform: translateY(0);
}
.nav-menu .sub-menu.account-sub-menu {
  padding: 20px 5px 8px 5px;
  right: 0;
  left: auto;
}
.nav-menu .menu-item:not(:hover) > .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.nav-menu .menu-item.menu-item-mega:hover > .sub-menu, .nav-menu .menu-item.menu-item-mega:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-menu .menu-item.menu-item-mega.menu-item-custom-width:hover > .sub-menu {
  top: calc(100% + 25px);
}
.nav-menu .menu-item.menu-item-mega.menu-item-custom-width:hover > .sub-menu:before {
  top: -25px;
}
.nav-menu .menu-item.menu-item-mega.menu-item-mega:not(.menu-item-custom-width) .container-fluid:before {
  position: absolute;
  top: -35px;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
}
.nav-menu .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-menu .menu-item:hover .sub-menu .sub-menu {
  /*top: 100%;*/
  top: 0;
}
.nav-menu > .menu-item:nth-last-child(1) .sub-menu .sub-menu,
.nav-menu > .menu-item:nth-last-child(2) .sub-menu .sub-menu,
.nav-menu > .menu-item:nth-last-child(3) .sub-menu .sub-menu,
.nav-menu > .menu-item:nth-last-child(4) .sub-menu .sub-menu {
  right: 100%;
  left: auto;
}

.site-navigation a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  transition: all 0.5s;
  width: 0;
  height: 2px;
  background-color: #1e2828;
}
.site-navigation a i {
  margin-right: 5px;
}
.site-navigation li.current-menu-item > a:after,
.site-navigation li.current-menu-ancestor > a:after,
.site-navigation li:hover > a:after {
  width: 100%;
  left: 0;
}
.site-navigation li li a:after {
  display: none;
}
.site-navigation .mega-menu-container {
  padding: 0;
}
.site-header .site-navigation .mega-menu-container .menu-item-has-children > a, .site-header .site-navigation .mega-menu-container .menu-item-has-children > span {
  font-size: 11.25px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}
.site-navigation .mega-sub-menu {
  margin: 15px 0;
  position: static;
}
.site-navigation .mega-sub-menu:first-child {
  padding-left: 20px;
}
.site-navigation .mega-sub-menu:last-child {
  padding-right: 20px;
}
.site-navigation .mega-sub-menu.menu-item-title-hidden > a,
.site-navigation .mega-sub-menu.menu-item-title-hidden > span {
  text-indent: -9999px;
}
.site-navigation .mega-sub-menu .sub-menu {
  transform: translate(0);
  box-shadow: none;
  display: block !important;
  opacity: 1 !important;
  position: static;
  min-width: 0;
  padding: 0;
  margin: 16px 0 0 0;
  background-color: transparent;
}
.site-navigation .mega-sub-menu > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.site-navigation .mega-sub-menu li {
  padding: 0;
  margin-bottom: 12px;
}
.site-navigation .mega-sub-menu li + .menu-item-has-children {
  padding-top: 10px;
}

.default-nav-menu ul.menu {
  list-style: none;
  padding: 0.5rem 0;
}
.default-nav-menu ul.menu li.menu-item {
  position: relative;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}
.default-nav-menu ul.menu li.menu-item ul.sub-menu {
  list-style: none;
  padding-left: 0.75rem;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.35s linear 0s;
  -moz-transition: height 0.35s linear 0s;
  -ms-transition: height 0.35s linear 0s;
  -o-transition: height 0.35s linear 0s;
  transition: height 0.35s linear 0s;
}
.default-nav-menu ul.menu li.menu-item ul.sub-menu li:last-child {
  padding-bottom: 0;
}
.default-nav-menu ul.menu li.menu-item a.toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 100%;
  font-size: 1.5rem;
  text-align: center;
}
.default-nav-menu ul.menu li.menu-item a.toggle-submenu .toggle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
.default-nav-menu ul.menu li.menu-item a.toggle-submenu .toggle-icon::before {
  content: "";
  display: inherit;
  width: 7px;
  height: 7px;
  border: 1px solid #b2b2b2;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
}
.default-nav-menu ul.menu li.menu-item a.toggle-submenu .toggle-icon::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #b2b2b2;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  display: none;
}
.default-nav-menu ul.menu li.menu-item.open > a.toggle-submenu .toggle-icon::before {
  display: none;
}
.default-nav-menu ul.menu li.menu-item.open > a.toggle-submenu .toggle-icon::after {
  display: inline-block;
}
.default-nav-menu ul.menu li.menu-item.open > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Element -  Modal Dialog */
.modal-dialog .diassy2021-close-btn {
  font-size: 0 !important;
  background: none !important;
  border: none !important;
  padding: 13px 20px;
  margin: 0;
  line-height: 24px;
  min-width: auto;
}
.modal-dialog .diassy2021-close-btn:hover {
  background: none !important;
}
.modal-dialog.account-modal .account_form_content .nav {
  justify-content: center;
}

/* Element -  Canvas  */
.js-offcanvas .diassy2021-close-btn {
  background: none !important;
  border: none !important;
  padding: 0;
}
.js-offcanvas .diassy2021-close-btn:hover {
  background: none !important;
  background-color: transparent !important;
}
.js-offcanvas .account_form_content .tab-content h2 {
  display: none;
}
.js-offcanvas .account_form_content .tab-content .woocommerce-form {
  padding: 15px 20px;
}
.js-offcanvas .account_form_content .tab-content .woocommerce-form > .form-row {
  margin-left: 0;
  margin-right: 0;
}
.js-offcanvas .cart_box_content {
  padding: 0 15px;
  margin: 0;
  height: calc(100% - 40px);
}
.js-offcanvas .cart_box_content .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.js-offcanvas .cart_box_content .widget_shopping_cart_content ul.cart_list {
  padding-left: 0;
  list-style: none;
}
.js-offcanvas .cart_box_content .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item img {
  max-width: 100%;
  height: auto;
}
.js-offcanvas .cart_box_content .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item .quantity {
  clear: left;
  display: inline-block;
}
.js-offcanvas .cart_box_content .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.diassy2021-breadcrumbs .trail-items {
  padding: 0;
  margin: 0;
}
.page-heading-content .diassy2021-breadcrumbs .trail-items {
  margin: 0;
}
.diassy2021-breadcrumbs .trail-items .trail-item {
  display: inline-block;
}
.diassy2021-breadcrumbs .trail-items .trail-item:not(.trail-end)::after {
  display: inline-block;
  margin: 0 8px;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #868686;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
}

@media (min-width: 1440px) {
  .diassy2021-breadcrumbs .trail-items .trail-item {
    display: inline-block;
  }
  .diassy2021-breadcrumbs .trail-items .trail-item:not(.trail-end)::after {
    margin: 0 12px 0 11px;
  }
  /* Element - Swiper Button */
  .related.products .diassy2021-carousel-wrap .swiper-button-next, .related.products .diassy2021-carousel-wrap.swiper-container-rtl .swiper-button-prev {
    right: -22px;
  }
  .related.products .diassy2021-carousel-wrap .swiper-button-prev, .related.products .diassy2021-carousel-wrap.swiper-container-rtl .swiper-button-next {
    left: -22px;
  }
  .error404 .site-main .fm-search-form {
    margin-bottom: 180px;
  }
}
/* # WooCommerce Style */
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  padding: 0.5rem 1rem;
  color: #324342;
  border-style: solid;
  border-width: 0 0 0 2px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 30px;
}
.woocommerce .woocommerce-error .button, .woocommerce-page .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-message .button {
  float: none;
  margin: 0;
  order: 2;
  background: #324342;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-message .button:hover {
  background-color: #1e2828;
}
.woocommerce .woocommerce-error::before, .woocommerce-page .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before {
  display: none;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error, .woocommerce-NoticeGroup-checkout .woocommerce-info, .woocommerce-NoticeGroup-checkout .woocommerce-message {
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-message {
  border-color: #12B76A;
}

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

#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 {
  border-color: #324342;
}
#add_payment_method table.cart td.actions .coupon .input-text :hover, #add_payment_method table.cart td.actions .coupon .input-text :focus, .woocommerce-cart table.cart td.actions .coupon .input-text :hover, .woocommerce-cart table.cart td.actions .coupon .input-text :focus, .woocommerce-checkout table.cart td.actions .coupon .input-text :hover, .woocommerce-checkout table.cart td.actions .coupon .input-text :focus {
  border-color: #222222;
}

/* WooCommerce Form */
.woocommerce form #order-payment-options img, .woocommerce-page form #order-payment-options img {
  height: 42px;
}
.woocommerce form #order-payment-options .niubiz_logos, .woocommerce-page form #order-payment-options .niubiz_logos {
  width: 42px;
  margin-right: 3px;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  position: relative;
  margin-bottom: 15px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 15px;
  color: #324342;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: #ffffff;
  padding: 0 10px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: top 0.25s linear 0s;
  -moz-transition: top 0.25s linear 0s;
  -ms-transition: top 0.25s linear 0s;
  -o-transition: top 0.25s linear 0s;
  transition: top 0.25s linear 0s;
}
.woocommerce form .form-row label[for=billing_country], .woocommerce form .form-row label[for=order_comments], .woocommerce-page form .form-row label[for=billing_country], .woocommerce-page form .form-row label[for=order_comments] {
  top: 0;
  color: #324342;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce form .form-row label.woocommerce-form-login__rememberme, .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-page form .form-row label.woocommerce-form-login__rememberme, .woocommerce-page form .form-row label.checkbox {
  position: static;
  background: none;
  transform: translateY(0);
  width: auto;
}
.woocommerce form .form-row label .required, .woocommerce-page form .form-row label .required {
  color: inherit;
  font-size: inherit;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  font-size: 15px;
}
.woocommerce form .form-row .input-text#billing_address_1::placeholder, .woocommerce form .form-row .input-text #shipping_address_1::placeholder, .woocommerce form .form-row .input-text#billing_email::placeholder, .woocommerce form .form-row .input-text#shipping_country::placeholder, .woocommerce-page form .form-row .input-text#billing_address_1::placeholder, .woocommerce-page form .form-row .input-text #shipping_address_1::placeholder, .woocommerce-page form .form-row .input-text#billing_email::placeholder, .woocommerce-page form .form-row .input-text#shipping_country::placeholder {
  opacity: 0;
}
.woocommerce form .form-row .input-text#billing_email, .woocommerce-page form .form-row .input-text#billing_email {
  font-size: 0;
}
.woocommerce form .form-row .input-text#billing_email:focus, .woocommerce-page form .form-row .input-text#billing_email:focus {
  font-size: 15px;
}
.woocommerce form .form-row .input-text:focus ~ label, .woocommerce form .form-row .input-text.has-content ~ label, .woocommerce-page form .form-row .input-text:focus ~ label, .woocommerce-page form .form-row .input-text.has-content ~ label {
  top: 0;
  color: #324342;
  width: auto;
}
.woocommerce form .form-row.form-select label, .woocommerce-page form .form-row.form-select label {
  top: 0;
  color: #324342;
  width: auto;
}
.woocommerce form .form-row.form-select label.woocommerce-form__label-for-checkbox, .woocommerce-page form .form-row.form-select label.woocommerce-form__label-for-checkbox {
  position: static;
  background: none;
  transform: translateY(0);
}
.woocommerce form .form-row.form-select label .required, .woocommerce-page form .form-row.form-select label .required {
  color: inherit;
  font-weight: inherit;
}
.woocommerce form .woocommerce-input-wrapper, .woocommerce-page form .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form label.woocommerce-form__label-for-checkbox, .woocommerce-page form label.woocommerce-form__label-for-checkbox {
  padding: 0;
  position: relative;
  align-items: revert;
  display: flex;
}
.woocommerce form label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-page form label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 10px;
  font-size: 16px !important;
  accent-color: #324342;
}
.woocommerce form.woocommerce-form-track-order .form-row > label, .woocommerce-page form.woocommerce-form-track-order .form-row > label {
  top: 0;
  color: #324342;
}
.woocommerce form.woocommerce-form-track-order button[type=submit], .woocommerce-page form.woocommerce-form-track-order button[type=submit] {
  width: 100%;
}

#billing_country_field, #billing_state_field, #shipping_country_field, #shipping_state_field {
  margin-left: 0;
  margin-right: 0;
}

.f-12 {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.f-light {
  color: rgba(50, 67, 66, 0.8);
}

.f-w-bold {
  font-weight: 700;
}

.f-14 {
  font-size: 14px !important;
}

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

.f-helvetica {
  font-family: "Helvetica Neue";
}

.f-18 {
  font-size: 18px !important;
  font-weight: 700;
}

.f-24 {
  font-size: 24px !important;
  font-weight: 700;
}

.lh-lg {
  line-height: 30px;
}

.easy-autocomplete input {
  border-radius: 0 !important;
  box-shadow: none;
  border-color: #324342 !important;
}

#document_number {
  height: 50px;
  border-radius: 0 !important;
  box-shadow: none;
  border-color: #324342 !important;
}

#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label {
  font-size: 15px;
  color: #324342;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: #ffffff;
  padding: 0 10px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: top 0.25s linear 0s;
  -moz-transition: top 0.25s linear 0s;
  -ms-transition: top 0.25s linear 0s;
  -o-transition: top 0.25s linear 0s;
  transition: top 0.25s linear 0s;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label[for=billing_country], #fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label[for=order_comments], #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label[for=billing_country], #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label[for=order_comments], #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label[for=billing_country], #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label[for=order_comments], .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label[for=billing_country], .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label[for=order_comments], .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label[for=billing_country], .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label[for=order_comments], .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label[for=billing_country], .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label[for=order_comments] {
  top: 0;
  color: #324342;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label.woocommerce-form__label-for-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label.woocommerce-form-login__rememberme, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label.woocommerce-form__label-for-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label.woocommerce-form-login__rememberme {
  position: static;
  background: none;
  transform: translateY(0);
  width: auto;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label .required, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label .required, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row label .required, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label .required, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label .required, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row label .required {
  color: inherit;
  font-size: inherit;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row .input-text, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row .input-text, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row .input-text, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .input-text, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text {
  font-size: 15px;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row .input-text:focus ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row .input-text.has-content ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row .input-text:focus ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row .input-text.has-content ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text:focus ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text.has-content ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row .input-text:focus ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row .input-text.has-content ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .input-text:focus ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .input-text.has-content ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text:focus ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row .input-text.has-content ~ label {
  top: 0;
  color: #324342;
  width: auto;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row .show-password-input ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row .password-input ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row .show-password-input ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row .password-input ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row .show-password-input ~ label, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password .form-row .password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row .show-password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row .password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .show-password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row .show-password-input ~ label, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password .form-row .password-input ~ label {
  display: none;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register label.woocommerce-form__label-for-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-register label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password label.woocommerce-form__label-for-checkbox {
  padding: 0;
  position: relative;
  align-items: revert;
  display: flex;
}
#fm-account-modal form.woocommerce-form.woocommerce-form-register label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, #fm-account-modal form.woocommerce-form.woocommerce-form-reset_password label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-register label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account form.woocommerce-form.woocommerce-form-reset_password label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 10px;
  font-size: 16px !important;
  accent-color: #324342;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.woocommerce-page form .form-row label[for=billing_country], .woocommerce-page form .form-row label[for=billing_state], .woocommerce-page form .form-row label[for=billing_city], .woocommerce-page form .form-row label[for=shipping_country], .woocommerce-page form .form-row label[for=shipping_state], .woocommerce-page form .form-row label[for=shipping_city], .woocommerce-page form .form-row label[for=shipping_office_pickup], .woocommerce-page form .form-row label[for=order_comments], .woocommerce-page form .form-row label[for=document_type], .woocommerce-page form .form-row label[for=billing_document_type] {
  top: 0;
  color: #324342;
  width: auto;
}
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-page form .form-row label.woocommerce-form-login__rememberme {
  position: static;
  background: none;
  transform: translateY(0);
}
.woocommerce-page form .form-row label .required {
  color: inherit;
  font-weight: inherit;
}
.woocommerce-page form .form-row .input-text {
  font-size: 15px;
}
.woocommerce-page form .form-row .input-text#billing_address_1::placeholder, .woocommerce-page form .form-row .input-text#billing_email::placeholder, .woocommerce-page form .form-row .input-text#shipping_country::placeholder {
  opacity: 0;
}
.woocommerce-page form .form-row .input-text#billing_email {
  font-size: 0;
}
.woocommerce-page form .form-row .input-text#billing_email:focus, .woocommerce-page form .form-row .input-text#billing_email.has-content {
  font-size: 15px;
}
.woocommerce-page form .form-row .input-text:focus ~ label, .woocommerce-page form .form-row .input-text.has-content ~ label {
  top: 0;
  color: #324342;
}
.woocommerce-page form .form-row.woocommerce-invalid .input-text ~ label {
  color: #a00;
}

.wrapper_toast {
  display: flex;
  flex-direction: row;
}
.wrapper_toast .toast_image {
  display: flex;
  width: 100px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
}
.wrapper_toast .toast_image.success_toast {
  background-image: url(../images/image_check.jpg);
}
.wrapper_toast .toast_image.error_toast {
  background-image: url(../images/close-icon-dark.svg);
}
.wrapper_toast .toast_text {
  display: flex;
  flex-direction: column;
}
.wrapper_toast .toast_text h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.wrapper_toast .toast_text h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #324342;
  margin-bottom: 4px;
}
.wrapper_toast .toast_text p {
  margin-bottom: 8px;
}

/* WooCommerce Cart Title */
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-cart-form > h3,
#order_review_heading,
#customer_details .woocommerce-billing-fields > h3,
#customer_details .woocommerce-additional-fields > h3,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  color: #324342;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce table.shop_table {
  border: 1px solid #adb4b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  border-style: solid;
  border-color: #adb4b3;
  border-width: 0 0 1px 0;
  color: #324342;
  padding: 15px;
}
table.shop_table td.product-name a {
  color: #324342;
}
table.shop_table .product-subtotal, table.shop_table .order-total {
  text-align: right;
}
table.shop_table .product-subtotal > th, table.shop_table .order-total > th {
  text-align: left;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
  min-width: 98px;
}

.woocommerce a.remove {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1.125rem;
  border-radius: 100%;
  color: #444 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  border: 0;
  transition: background-color 0.15s;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}

.woocommerce-cart-form, .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  float: left;
  margin-right: 0;
}

/* # WooCommerce - Morden Checkout Style */
.fmc-checkout-step {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 555px;
  margin: 50px auto;
  padding: 0;
  position: relative;
  overflow-x: auto;
  /* Checkout style Diassy2021  */
}
.fmc-checkout-step .step {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fmc-checkout-step .step a.step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fmc-checkout-step .step a.step-link:hover {
  color: #324342;
}
.fmc-checkout-step .step span.step-icon {
  display: flex;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: #324342;
  background: #ffffff;
  margin-top: -12px;
  margin-bottom: 5px;
}
.fmc-checkout-step .step span.label {
  font-size: 15px;
  font-weight: 500;
}
.fmc-checkout-step .step span.label:not(:hover) {
  color: #aaaaaa;
}
.fmc-checkout-step .step::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #cccccc;
}
.fmc-checkout-step .step.active a.step-link, .fmc-checkout-step .step.finish a.step-link {
  color: #324342;
}
.fmc-checkout-step .step.active span.step-icon, .fmc-checkout-step .step.finish span.step-icon {
  background: #1e2828;
  color: #FFF;
  border-color: #1e2828;
}
.fmc-checkout-step .step.active span.step-icon svg, .fmc-checkout-step .step.finish span.step-icon svg {
  fill: #ffffff;
}
.fmc-checkout-step .step.active span.label, .fmc-checkout-step .step.finish span.label {
  color: #324342;
}
.fmc-checkout-step .step.active::before, .fmc-checkout-step .step.finish::before {
  background: #1e2828;
}
.fmc-checkout-step .step.finish span.step-icon {
  background: #ffffff;
  color: #1e2828;
  border-color: #1e2828;
}
.fmc-checkout-step .step.finish span.step-icon svg {
  width: 13px;
  height: 13px;
  fill: #1e2828;
}
.theme-diassy2021 .fmc-checkout-step {
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.theme-diassy2021 .fmc-checkout-step .step {
  flex: none;
  margin: 0 15px;
}
.theme-diassy2021 .fmc-checkout-step .step a.step-link:hover {
  color: #324342;
}
.theme-diassy2021 .fmc-checkout-step .step span.step-icon {
  display: none;
}
.theme-diassy2021 .fmc-checkout-step .step span.label {
  font-size: 24px;
  position: relative;
  padding-bottom: 8px;
}
.theme-diassy2021 .fmc-checkout-step .step span.label::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
}
.theme-diassy2021 .fmc-checkout-step .step span.label:hover::after {
  background: #000000;
}
.theme-diassy2021 .fmc-checkout-step .step::before {
  display: none;
}
.theme-diassy2021 .fmc-checkout-step .step.active span.label::after {
  background: #000000;
}
.theme-diassy2021 .fmc-checkout-step .step.finish span.label:not(:hover) {
  color: #324342;
}
.theme-diassy2021 .fmc-checkout-step .step.finish.step-order span.label {
  color: #324342;
}
.theme-diassy2021 .fmc-checkout-step .step.finish.step-order span.label::after {
  background: #000000;
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
  padding: 20px 15px;
  background-color: #f2f2f2;
  max-width: 680px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-size: 12px;
  color: #324342;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-login-toggle .woocommerce-info a {
  color: #324342;
  margin-left: 3px;
}
.woocommerce-form-coupon-toggle svg, .woocommerce-form-login-toggle svg {
  fill: #324342;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
}

.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon-toggle ~ .woocommerce-form-coupon {
  max-width: 680px;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 15px;
  color: #324342;
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form-login p.form-row, .woocommerce-checkout .woocommerce-form-coupon-toggle ~ .woocommerce-form-coupon p.form-row {
  text-align: left;
}

.woocommerce-checkout form.woocommerce-form-coupon .form-row-first {
  display: inline-block;
  width: calc(100% - 160px);
  margin-right: 10px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-first input.input-text {
  color: #324342;
  font-size: 15px;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
  display: inline-block;
  width: 150px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-last button.button {
  height: 50px;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  min-width: 150px;
}

.woocommerce-checkout .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 680px;
  margin: 0 auto 30px auto;
}

/* WooCommerce - Shoping Cart */
.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 50px;
	margin-top: 30px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td {
  padding: 20px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td.actions {
  border-bottom: none;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
  border-top: 1px solid #e6e6e6;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td {
  padding: 20px 15px 20px 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation {
  font-size: 13px;
  font-weight: 400;
  color: #324342;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dt {
  color: #aaaaaa;
  font-weight: inherit;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dt::after {
  content: ":";
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dd + dt {
  margin-left: 6px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dd + dt::before {
  content: "/";
  content: #324342;
  margin-right: 6px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name a {
  font-size: 1rem;
  font-weight: 700;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name .container_cart_subelement a {
  font-size: 12px;
  text-decoration-line: underline;
  font-weight: 400;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove {
  color: #aaaaaa !important;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove svg {
  fill: #aaaaaa;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove:hover {
  color: #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove:hover svg {
  fill: #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-price {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity {
  height: 40px;
  min-width: 140px;
  padding: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a.quantity-plus svg {
  fill: #FFFFFF !important;
  width: 15px !important;
  height: 15px !important;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a.quantity-minus svg {
  fill: #324342;
  width: 15px !important;
  height: 15px !important;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a:hover > svg {
  fill: #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-plus {
  right: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-minus {
  left: 0;
  border-right: 1px solid #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text {
  height: 38px;
  border: none;
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #000;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text::-webkit-inner-spin-button, .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-subtotal {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon #coupon_code {
  min-width: 200px;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon #coupon_code :not(:focus) {
  color: #324342;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions > button.button[disabled] {
  color: #ffffff;
  background: #8a8a8a;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce-cart .woocommerce-cart-form button.button {
  height: 50px;
  border: none;
  background: #324342;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  min-width: 165px;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form button.button:hover {
  background: #1e2828;
}
.woocommerce-cart .cart-collaterals {
  margin-bottom: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin: 0;
  border: none;
  background: #f8f8f8;
  padding: 15px 15px 0 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  border: none;
  padding: 20px 0;
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method > li {
  margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method + label {
  color: #aaaaaa;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method[checked=checked] + label {
  color: #324342;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  border-top: 1px solid #adb4b3;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  font-size: 24px;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 25px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button {
  height: 50px;
  border: none;
  background: #324342;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  min-width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button:hover {
  background: #1e2828;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0 15px 15px 15px;
  margin: 0;
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  border: none;
  width: 100%;
  background: #324342;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.woocommerce-cart input[type=email], .woocommerce-cart input[type=search], .woocommerce-cart input[type=number], .woocommerce-cart input[type=url], .woocommerce-cart input[type=tel], .woocommerce-cart input[type=text], .woocommerce-cart input[type=password] {
  height: 50px;
  background: #ffffff;
}
.woocommerce-cart.familab_theme .select2-container--default {
  max-width: 100%;
}
.woocommerce-cart.familab_theme .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}
.woocommerce-cart.familab_theme .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 50px;
  top: 0;
}

/* WooCommerce - Checkout */
.woocommerce-checkout form.woocommerce-checkout .form-row-first, .woocommerce-checkout .woocommerce-checkout .form-row-last {
  width: calc(50% - 15px);
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: #324342;
}
.woocommerce-checkout .site-main form.checkout {
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout .site-main form.checkout input[type=email], .woocommerce-checkout .site-main form.checkout input[type=search], .woocommerce-checkout .site-main form.checkout input[type=number], .woocommerce-checkout .site-main form.checkout input[type=url], .woocommerce-checkout .site-main form.checkout input[type=tel], .woocommerce-checkout .site-main form.checkout input[type=text], .woocommerce-checkout .site-main form.checkout input[type=password] {
  height: 50px;
  background: #ffffff;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default {
  max-width: 100%;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default .select2-selection--single {
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  background: #ffffff;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 50px;
  width: 50px;
  top: -1px;
}
.woocommerce-checkout .site-main form.checkout button.button {
  height: 50px;
  border: none;
  font-size: 14px;
  font-weight: 400 !important;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  min-width: 150px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  float: left;
  width: 100%;
}
.woocommerce-checkout #order_review {
  border: 1px solid #000000;
  padding: 15px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead {
  display: flex;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th:not(.product-name) {
  display: none;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th.product-name {
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
  border: none;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table > * {
  flex: 0 0 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody {
  margin-bottom: 30px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  display: flex;
  align-items: flex-start;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-thumbnail {
  width: 60px;
  margin-right: 15px;
  border: 1px solid #dddddd;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap {
  font-size: 15px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap .produc_item_name {
  color: #324342;
  font-weight: 700;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap .product-quantity {
  color: #000000;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  font-weight: 700;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation {
  font-size: 13px;
  font-weight: 400;
  color: #324342;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation .container_cart_subelement a {
  text-decoration-line: underline;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dt {
  color: #aaaaaa;
  font-weight: inherit;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dd + dt {
  margin-left: 6px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dd + dt::before {
  content: "/";
  content: #324342;
  margin-right: 6px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total .amount {
  font-size: 15px;
  color: #324342;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item + .cart_item {
  margin-top: 20px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot {
  background: #FFF;
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  width: 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  flex: 0 0 120px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
  flex: 0 0 calc(100% - 120px);
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.fee, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.tax-rate {
  padding-bottom: 25px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.fee td, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
  font-weight: 500;
  font-size: 15px;
  text-align: right;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  border-top: 1px solid #adb4b3;
  padding: 25px 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul#shipping_method label .amount {
  font-weight: 500;
  font-size: 15px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method[checked=checked] + label {
  color: #324342;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-top: 1px solid #adb4b3;
  padding-top: 28px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 18px;
  font-weight: 500 !important;
}
.woocommerce-checkout #order_review #payment {
  padding: 0;
}
.woocommerce-checkout #order_review #payment .wc_payment_methods {
  margin-top: 30px;
  border: 1px solid #324342;
  padding: 20px;
}
.woocommerce-checkout #order_review #payment .place-order {
  padding: 25px 0 0 0;
  margin: 0;
}
.woocommerce-checkout #order_review #payment a {
  color: #1e2828;
}
.woocommerce-checkout #order_review #payment a:hover {
  text-decoration: underline;
}
.woocommerce-checkout #order_review #payment button#place_order {
  margin-top: 8px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-checkout section.woocommerce-customer-details {
  display: flex;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column address {
  padding: 15px;
  border: 1px solid #adb4b3 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  color: #324342;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  margin: 0 0 10px 0;
  font-size: inherit;
  border-radius: 0;
  line-height: 1.5;
  color: #324342;
  padding: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.table {
  color: #324342;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce-checkout form .payment_method_stripe .form-row label {
  padding: 0;
  position: static;
  transform: translateY(0);
}

/* Checkout style 02  */
.checkout_layout_style_02 .woocommerce-notices-wrapper:empty {
  margin: 0;
}
.checkout_layout_style_02 .fmc_checkout_style_bg {
  display: none;
}
.checkout_layout_style_02 form.woocommerce-checkout {
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* Checkout style Diassy2021  */
  .fmc-checkout-step {
    flex-wrap: wrap;
  }
  .theme-diassy2021 .fmc-checkout-step {
    justify-content: center;
  }
  .theme-diassy2021 .fmc-checkout-step .step {
    margin: 0 30px;
  }
  .theme-diassy2021 .fmc-checkout-step .step span.label {
    padding-bottom: 16px;
    font-size: 30px;
  }
  /* Checkout - two column default  */
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 65%;
    margin-right: 30px;
  }
  .cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-page .cart-collaterals {
    width: 100%;
  }
  .woocommerce-page.checkout-layout-default .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells ~ .cart_totals,
  .woocommerce-page .cart-collaterals .cross-sells ~ .cart_totals {
    width: 100%;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  #order_review, .woocommerce-checkout-review-order {
    width: calc(40% - 30px);
  }
  #customer_details {
    width: 60%;
  }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    padding: 15px 20px;
  }
  .woocommerce table.shop_table tbody th:last-child, .woocommerce table.shop_table tbody td:last-child, .woocommerce table.shop_table tfoot th:last-child, .woocommerce table.shop_table tfoot td:last-child {
    text-align: right;
  }
  .woocommerce-checkout #order_review {
    padding: 15px 20px 20px 20px;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-thumbnail {
    margin-right: 20px;
    width: 80px;
    min-width: 80px;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    margin-bottom: 35px;
  }
  .woocommerce-checkout.woocommerce-page form .form-row {
    margin-bottom: 30px;
  }
  .woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column {
    width: 49%;
    flex: 49%;
    max-width: 490%;
  }
}
@media (min-width: 992px) {
  .checkout_layout_style_02 .site-header .header-wrapper > *:not(.header-layout) {
    display: none !important;
  }
  .checkout_layout_style_02 .site-header .header-main {
    height: 100px;
  }
  .checkout_layout_style_02 .header-layout {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
  }
  .checkout_layout_style_02 .header-layout .header-main .header-container > *:not(.site-branding) {
    display: none !important;
  }
  .checkout_layout_style_02 #content {
    padding-bottom: 50px !important;
  }
  .checkout_layout_style_02 .fmc-checkout-step, .checkout_layout_style_02 .site-footer {
    display: none;
  }
  .checkout_layout_style_02 .fmc_checkout_style_bg {
    z-index: 100;
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .checkout_layout_style_02 .fmc_checkout_style_bg > .container .col2-set {
    margin: 0;
    width: 65%;
  }
  .checkout_layout_style_02 .fmc_checkout_style_bg > .container .col-right {
    position: relative;
    float: right;
    height: 100%;
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .checkout_layout_style_02 .fmc_checkout_style_bg > .container .col-right::before {
    content: "";
    background: #f4f4f4;
    display: inline-block;
    width: 800px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .checkout_layout_style_02 form.woocommerce-checkout {
    z-index: 101;
    position: relative;
  }
  .checkout_layout_style_02 form.woocommerce-checkout > *:not(#order_review) {
    z-index: 101;
  }
  .checkout_layout_style_02 form.woocommerce-checkout #customer_details {
    margin: 0;
    padding-right: 30px;
    width: 65%;
  }
  .checkout_layout_style_02 form.woocommerce-checkout #order_review {
    width: 35%;
    max-width: 360px;
    transform: translateY(-100px);
    float: right;
    padding: 0 0 0 15px;
    margin: 0;
    border: none;
  }
  .checkout_layout_style_02 form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot {
    background: none;
    border-top: 1px solid #dedede;
    padding-top: 30px;
  }
  .checkout_layout_style_02 form.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment {
    border: none;
    background: none;
  }
  .checkout_layout_style_02 form.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment .wc_payment_methods {
    background: #ffffff;
    border: none;
  }
  .checkout_layout_style_02 .woocommerce-form-coupon-toggle,
  .checkout_layout_style_02 .woocommerce-form-login-toggle,
  .checkout_layout_style_02 .woocommerce-form-login,
  .checkout_layout_style_02 .woocommerce-form-coupon {
    z-index: 101;
    position: relative;
    margin-left: 0 !important;
    max-width: calc(65% - 30px);
    width: calc(65% - 30px);
  }
  #order_review, .woocommerce-checkout-review-order {
    width: calc(35% - 30px);
  }
  #customer_details {
    width: 65%;
  }
  .woocommerce-cart-form {
    width: 65%;
    margin-right: 30px;
  }
  .woocommerce-page .cart-collaterals {
    width: calc(35% - 30px);
    float: right;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout #order_review {
    padding: 25px 40px 40px 40px;
  }
  .woocommerce-cart .cart-collaterals {
    width: calc(35% - 90px);
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    height: 68px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping {
    padding-bottom: 35px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping > h2 {
    padding-left: 30px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table {
    padding-left: 30px;
    padding-right: 30px;
  }
  .checkout_layout_style_02 #content #primary {
    margin-top: 30px;
  }
  .checkout_layout_style_02 .woocommerce-form-coupon-toggle,
  .checkout_layout_style_02 .woocommerce-form-login-toggle,
  .checkout_layout_style_02 .woocommerce-form-login,
  .checkout_layout_style_02 .woocommerce-form-coupon {
    margin-left: calc((65% - 710px) / 2) !important;
    max-width: calc(65% - 30px);
    width: 680px;
  }
}
@media (min-width: 1440px) {
  /* Checkout style Diassy2021  */
  .theme-diassy2021 .fmc-checkout-step {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-remove {
    width: 25px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 145px;
  }
  .woocommerce-cart .cart-collaterals {
    padding-left: 30px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    padding: 30px 30px 0 30px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0 30px 30px 30px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
    width: 220px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-last button.button {
    width: 100%;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-first {
    width: calc(100% - 230px);
  }
}
@media (max-width: 991px) {
  .checkout_layout_style_02 .fmc_checkout_style_bg > .container {
    max-width: 100%;
  }
  /* woocommerce-checkout */
  #order_review table.woocommerce-checkout-review-order-table tfoot {
    padding: 15px 15px 0 15px;
  }
  #order_review #payment {
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart.woocommerce-page table.cart tr td.actions .coupon #coupon_code, .woocommerce-cart.woocommerce-page table.cart tr td.actions .coupon button.button {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* page woocommerce-cart */
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td {
    padding: 30px 15px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #e6e6e6;
    border-top: none;
    clear: both;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td {
    padding: 8px 15px;
    border: none;
    display: block !important;
    background: none !important;
    float: left;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td::before {
    content: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-thumbnail dt.variation-all {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name {
    max-width: calc(100% - 130px);
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name .container_cart_subelement a {
    font-size: 12px;
    text-decoration-line: underline;
    font-weight: 400;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name dt.variation-all {
    float: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-name a {
    text-align: left;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity {
    clear: both;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions {
    clear: both;
    float: none;
    background-color: rgba(0, 0, 0, 0.025) !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text {
    background: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-subtotal {
    float: right;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
    padding: 10px 0;
    background: none;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-destination-wrap p, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-calculator-wrap p {
    text-align: left;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-destination-wrap::before, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-calculator-wrap::before {
    display: none;
  }
  /* page woocommerce-checkout */
  #customer_details {
    margin-bottom: 30px;
  }
}
/* WooCommerce - My Account */
.woocommerce-account .woocommerce h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  z-index: 1;
  width: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.woocommerce-account .woocommerce h2::before, .woocommerce-account .woocommerce h2::after {
  content: "";
  display: block;
  position: absolute;
}
.woocommerce-account .woocommerce h2::before {
  width: 100px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: -1;
}
.woocommerce-account .woocommerce h2::after {
  width: 200px;
  height: 2px;
  background: #324342;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 0 15px 0 0;
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li > a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  color: #324342;
  margin: 0 0 14px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover > a {
  color: #324342;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
  border-color: #adb4b3;
  color: #324342;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
  padding-top: 15px;
  color: #324342;
  font-size: 1.25rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
  top: 0;
}
.woocommerce-account .woocommerce-customer-details .col2-set.addresses {
  width: 100%;
}
.woocommerce-account .woocommerce-customer-details .col2-set.addresses > .woocommerce-column {
  flex: 0 0 48%;
  max-width: 48%;
}

.woocommerce-lost-password .woocommerce {
  max-width: 500px;
  margin: 50px auto;
}
.woocommerce-lost-password .woocommerce button.button {
  height: 50px;
  border: none;
  background: #324342;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
}
.woocommerce-lost-password .woocommerce button.button:hover {
  background: #1e2828;
}
.woocommerce-lost-password .woocommerce .input-text {
  height: 50px;
  background: #ffffff;
  margin-bottom: 10px;
}

/* WooCommerce - Login */
.woocommerce-form-login #username {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-form-login #username, #fm-account-modal .woocommerce-form-login #username {
  margin-bottom: 0;
}
.woocommerce-form-login .woocommerce-LostPassword {
  transform: translateY(-10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.woocommerce-form-login .woocommerce-LostPassword .woocommerce-form-login__rememberme {
  margin: 0;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  transform: translateY(0);
}
.woocommerce-form-login .acount-form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-form-login .acount-form-switch a {
  margin-left: 5px;
  color: #324342;
}
.woocommerce-form-login .acount-form-switch a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #324342;
  opacity: 0;
}
.woocommerce-form-login .acount-form-switch a:hover::after {
  opacity: 1;
}
.woocommerce-account .woocommerce-form-login.woocommerce-form {
  padding: 50px 25px 30px 25px;
  border: 1px solid #adb4b3;
  border-radius: 0;
  float: none;
  margin: 0 auto;
  max-width: 450px;
}
.woocommerce .woocommerce-form-login .password-input {
  width: 100%;
}
.woocommerce-page .woocommerce-form-login .input-text, #account-canvas .woocommerce-form-login .input-text {
  height: 50px;
  background: #ffffff;
}
.woocommerce-page .woocommerce-form-login .password-input, #account-canvas .woocommerce-form-login .password-input {
  width: 100%;
}
.woocommerce-page .woocommerce-form-login .password-input .show-password-input, #account-canvas .woocommerce-form-login .password-input .show-password-input {
  top: 15px;
}
.woocommerce-page .woocommerce-form-login button.woocommerce-form-login__submit, #account-canvas .woocommerce-form-login button.woocommerce-form-login__submit {
  height: 50px;
  border: none;
  background: #324342;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-page .woocommerce-form-login button.woocommerce-form-login__submit:hover, #account-canvas .woocommerce-form-login button.woocommerce-form-login__submit:hover {
  background: #1e2828;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
  margin-top: -15px;
}
.woocommerce-checkout .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row-last {
  margin-bottom: 10px;
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce-form-login #username {
  margin-bottom: 0;
}

#account-canvas .woocommerce-form-register .form-row .required {
  display: none;
}
.woocommerce-form-register #reg_username, .woocommerce-form-register #reg_email, .woocommerce-form-register #reg_password {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-form-register #reg_username, #fm-account-modal .woocommerce-form-register #reg_username, .woocommerce-account .woocommerce-form-register #reg_email, #fm-account-modal .woocommerce-form-register #reg_email, .woocommerce-account .woocommerce-form-register #reg_password, #fm-account-modal .woocommerce-form-register #reg_password {
  margin-bottom: 0;
}
.woocommerce-form-register .woocommerce-LostPassword {
  transform: translateY(-10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce-form-register .woocommerce-LostPassword .woocommerce-form-login__rememberme {
  margin: 0;
}
.woocommerce-form-register .acount-form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-form-register .acount-form-switch a {
  margin-left: 5px;
  color: #324342;
}
.woocommerce-form-register .acount-form-switch a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #324342;
  opacity: 0;
}
.woocommerce-form-register .acount-form-switch a:hover::after {
  opacity: 1;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  font-size: 15px;
  color: #324342;
  margin-bottom: 25px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text a {
  color: #1e2828;
}
.woocommerce-account .woocommerce-form-register.woocommerce-form {
  padding: 50px 25px 30px 25px;
  border: 1px solid #adb4b3;
  border-radius: 0;
  float: none;
  margin: 0 auto;
  max-width: 450px;
}
.woocommerce .woocommerce-form-register .password-input {
  width: 100%;
}
.woocommerce-page .woocommerce-form-register .input-text {
  height: 50px;
  background: #ffffff;
}
.woocommerce-page .woocommerce-form-register .password-input {
  width: 100%;
}
.woocommerce-page .woocommerce-form-register .password-input .show-password-input {
  top: 15px;
}
.woocommerce-page .woocommerce-form-register button.woocommerce-form-register__submit {
  height: 50px;
  border: none;
  background: #324342;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
}
.woocommerce-page .woocommerce-form-register button.woocommerce-form-register__submit:hover {
  background: #1e2828;
}

.woocommerce-form-reset_password .password-input {
  width: 100%;
}
.woocommerce-form-reset_password .password-input .show-password-input {
  top: 15px;
}

@media (min-width: 1200px) {
  .woocommerce-lost-password .woocommerce {
    margin: 100px auto;
  }
}
/* # WooCommerce - Products List - Columns Process */
.woocommerce ul.products:before, .woocommerce ul.products:after {
  content: none;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap {
  display: block;
  position: relative;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnail .product-thumbnail-zoom {
  display: block;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnail img {
  margin-bottom: 0;
  background: #f6f6f6;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnails--hover img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnails--hover .hover-image {
  position: absolute;
  top: 0;
  opacity: 0;
}
.woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap:hover .hover-image {
  opacity: 1;
}
.woocommerce div:not(.swiper-container) > ul.products li.product.diassy2021-product-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1025px) {
  .woocommerce ul.products.columns-1 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-1.product-item-border li.product {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-2.product-item-border li.product {
    width: calc(50% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.3333333333%;
  }
  .woocommerce ul.products.columns-3.product-item-border li.product {
    width: calc(33.3333333333% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-4.product-item-border li.product {
    width: calc(25% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-5.product-item-border li.product {
    width: calc(20% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.columns-6 li.product {
    width: 16.6666666667%;
  }
  .woocommerce ul.products.columns-6.product-item-border li.product {
    width: calc(16.6666666667% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div:not(.swiper-container) > ul.products {
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce div:not(.swiper-container) > ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce:not(.swiper-container) > ul.products {
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce:not(.swiper-container) > ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
  }
  .shop-page-layout-full-width.woocommerce ul.products {
    margin-left: -10px;
    margin-right: -10px;
  }
  .shop-page-layout-full-width.woocommerce ul.products li.product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-2.product-item-border li.product {
    width: calc(50% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-3 li.product {
    width: 33.3333333333%;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-3.product-item-border li.product {
    width: calc(33.3333333333% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-4.product-item-border li.product {
    width: calc(25% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-5.product-item-border li.product {
    width: calc(20% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-6 li.product {
    width: 16.6666666667%;
  }
  .shop-page-layout-full-width.woocommerce ul.products.columns-6.product-item-border li.product {
    width: calc(16.6666666667% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce ul.products.medium-columns-1 li.product {
    width: 100%;
  }
  .woocommerce ul.products.medium-columns-1.product-item-border li.product {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.medium-columns-2 li.product {
    width: 50%;
  }
  .woocommerce ul.products.medium-columns-2.product-item-border li.product {
    width: calc(50% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.medium-columns-3 li.product {
    width: 33.3333333333%;
  }
  .woocommerce ul.products.medium-columns-3.product-item-border li.product {
    width: calc(33.3333333333% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products.medium-columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.medium-columns-4.product-item-border li.product {
    width: calc(25% - 1px);
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div:not(.swiper-container) > ul.products, .woocommerce:not(.swiper-container) > ul.products {
    margin-left: 10px;
    margin-right: 10px;
  }
  .woocommerce div:not(.swiper-container) > ul.products li.product, .woocommerce:not(.swiper-container) > ul.products li.product {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products.small-columns-1 li.product {
    width: 100%;
  }
  .woocommerce ul.products.small-columns-2 li.product {
    width: 50%;
  }
  .woocommerce div:not(.swiper-container) > ul.products, .woocommerce:not(.swiper-container) > ul.products {
    margin-left: 10px;
    margin-right: 10px;
  }
  .woocommerce div:not(.swiper-container) > ul.products li.product, .woocommerce:not(.swiper-container) > ul.products li.product {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.error404 #content {
  padding-top: 90px;
}
.error404 ul.products {
  margin-top: 20px;
}

.woocommerce-wishlist table.wishlist_table td.product-remove a.remove_from_wishlist:hover {
  background: none !important;
  color: #1e2828 !important;
}
.woocommerce-wishlist table.wishlist_table td.product-name a.button.yith-wcqv-button {
  color: #ffffff;
  margin-left: 10px;
}
.woocommerce-wishlist table.wishlist_table td.product-name a.button.yith-wcqv-button svg.fm-icon {
  margin-right: 6px;
}

.tinv-wishlist .tinv-header > h2 {
  font-size: 38px;
  text-transform: capitalize;
}
.tinv-wishlist table.tinvwl-table-manage-list tr {
  border-top: 1px solid #adb4b3;
}
.tinv-wishlist table.tinvwl-table-manage-list th {
  padding: 20px 15px;
  color: #324342;
  font-size: 15px;
  font-weight: 700;
}
.tinv-wishlist table.tinvwl-table-manage-list th.product-date {
  display: none;
}
.tinv-wishlist table.tinvwl-table-manage-list td {
  font-weight: 500;
  font-size: 14px;
  padding: 20px 15px;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-name {
  font-size: 15px;
  font-weight: 500;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
  font-size: 11px;
  font-weight: bold;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock span:not(.tinvwl-txt) {
  display: none;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-stock .tinvwl-txt {
  line-height: 9px;
  text-transform: uppercase;
  border: 2px solid #324342;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 6px 20px;
  color: #324342;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-action {
  min-width: 250px;
}
.tinv-wishlist table.tinvwl-table-manage-list td.product-date {
  display: none;
}
.tinv-wishlist table.tinvwl-table-manage-list td button.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 10px;
  line-height: 24px;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
}
.tinv-wishlist table.tinvwl-table-manage-list td button.button:hover {
  background: #FB5858;
}
.tinv-wishlist table.tinvwl-table-manage-list td .tinvwl-input-group-btn {
  padding-bottom: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list td .social-buttons {
  color: #324342;
}
.tinv-wishlist table.tinvwl-table-manage-list tfoot > tr {
  border-bottom: 1px solid #adb4b3;
}
.tinv-wishlist .tinv-wishlist-clear {
  max-width: 250px;
  margin: 0 auto;
}
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-prev,
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-next {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-prev i,
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-next i {
  padding: 0;
  margin: 0;
}
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-prev span,
.tinv-wishlist .tinv-wishlist-clear a.button.tinv-next span {
  display: none;
}
.tinv-wishlist .product-thumbnail {
  width: auto;
}

.tinv-modal.tinv-modal-open button.tinvwl_button_close, .tinv-modal.tinv-modal-open button.tinvwl_button_view {
  border: 2px solid #324342;
  background: #ffffff;
  color: #324342;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tinv-modal.tinv-modal-open button.tinvwl_button_close:hover, .tinv-modal.tinv-modal-open button.tinvwl_button_view:hover {
  background: #324342;
  color: #ffffff;
}
.tinv-modal.tinv-modal-open button.tinvwl_button_close > i::before, .tinv-modal.tinv-modal-open button.tinvwl_button_view > i::before {
  position: static !important;
}

@media (min-width: 768px) {
  .familab_theme .elementor-element.contact_icon_border .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  .tinv-wishlist .tinv-header > h2 {
    text-align: center;
    font-size: 22px;
  }
}
/* # Blog Style */
blockquote {
  margin: 0 0 1rem 0;
  box-shadow: inset 0 0 0 0 #ff5757;
  border-style: solid;
  font-size: 20px;
  line-height: 28px;
  color: #606060;
  background-position: 0 20px;
  background-size: 30px 20px;
  background-repeat: no-repeat;
  border-width: 2px 0 2px 0 !important;
  border-color: #ff5757;
  padding: 50px 0 0;
  background-image: url("../images/icon_blockquote.svg");
}
blockquote cite, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  font-size: 10px;
  text-transform: uppercase;
  color: #324342;
  font-weight: 600;
}
blockquote.wp-block-quote {
  border-color: #ff5757;
}
blockquote.wp-block-quote.has-text-align-right {
  border-color: #ff5757;
}

body .diassy2021-sidebar-content aside.widget ul:not(.woof_list) {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
body .diassy2021-sidebar-content aside.widget ul:not(.woof_list) li {
  padding: 8px 0;
}
body .diassy2021-sidebar-content aside.widget ul:not(.woof_list) li ul {
  padding-left: 12px;
}
body .diassy2021-sidebar-content aside.widget ul:not(.woof_list) li ul li:first-child {
  margin-top: 8px;
}
body .diassy2021-sidebar-content aside.widget ul:not(.woof_list) li:last-child {
  padding-bottom: 0;
}
body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table {
  width: 100%;
}
body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead, body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody {
  border-left: 1px solid #adb4b3;
}
body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead tr, body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody tr {
  border-bottom: 1px solid #adb4b3;
}
body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead th, body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead td, body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody th, body .diassy2021-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody td {
  border-right: 1px solid #adb4b3;
  border-top: 1px solid #adb4b3;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
body .diassy2021-sidebar-content aside.widget.widget_text img {
  max-width: 100%;
  height: auto;
}
body .diassy2021-sidebar-content aside.widget.widget_rss .rss-date {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
body .diassy2021-sidebar-content aside.widget.widget_recent_comments .recentcomments .comment-author-link {
  font-style: italic;
}
body .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  padding-top: 10px;
}
body .site-header .header-layout.header-layout1 .header-main .header-container .site-branding {
  display: flex;
  min-height: 80px;
  align-items: center;
}
body .site-header .header-layout.header-layout1 .header-main .header-container .site-navigation {
  align-items: center;
  display: flex;
}
body .site-main article.post.sticky .entry-title {
  margin-bottom: 1rem;
}
body .site-main article.post.sticky .entry-title > a {
  padding-left: 15px;
  border-left: 3px solid #1e2828;
  height: max-content;
}
body .site-footer .footer-section.footer_main .footer-items {
  flex: 1;
}
body .site-footer .footer-section.footer_main .footer-items .footer-copyright {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 30px 15px;
}
body .post-password-form input[type=submit] {
  background: #324342;
  color: #FFF;
  height: 49px;
  padding: 10px 20px;
  line-height: 22px;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
body .post-password-form input[type=submit]:hover {
  background: #1e2828;
}
body .entry-content > table {
  margin-bottom: 1rem;
}
body.familab_theme .wp-block-button {
  margin-bottom: 20px;
}
body.familab_theme .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
body.familab_theme .wp-block-button__link {
  color: #ffffff;
  background-color: #32373c;
}
body.familab_theme .wp-block-button__link:hover {
  color: #ffffff;
}
body.familab_theme .is-style-outline .wp-block-button__link, body.familab_theme .wp-block-button__link.is-style-outline {
  color: #32373c;
  background-color: transparent;
}
body.familab_theme .is-style-outline .wp-block-button__link:hover, body.familab_theme .wp-block-button__link.is-style-outline:hover {
  color: #32373c;
}
body.familab_theme section.wp-block-cover-image h2 a, body.familab_theme section.wp-block-cover-image h2 a:hover, body.familab_theme section.wp-block-cover-image h2 a:focus, body.familab_theme section.wp-block-cover-image h2 a:active, body.familab_theme .wp-block-cover-image-text a, body.familab_theme .wp-block-cover-image-text a:hover, body.familab_theme .wp-block-cover-image-text a:focus, body.familab_theme .wp-block-cover-image-text a:active, body.familab_theme .wp-block-cover-text a, body.familab_theme .wp-block-cover-text a:hover, body.familab_theme .wp-block-cover-text a:focus, body.familab_theme .wp-block-cover-text a:active {
  color: #fff;
}
body .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
body table caption {
  caption-side: top;
  background: #f8f8f8;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #324342;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #adb4b3;
}
body table th, body table b, body table strong {
  font-weight: 500;
}
body .calendar_wrap table.wp-calendar-table caption {
  text-align: center;
}
body .calendar_wrap nav.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
body.search .page-title {
  margin-bottom: 30px;
}
body.search .site-main {
  min-height: 75vh;
}

.single-post .wp-block-group.has-background,
.single-post .wp-block-media-text,
.single-post table {
  margin-bottom: 1rem;
}
.single-post .wp-block-gallery figcaption, .single-post .blocks-gallery-grid figcaption {
  flex-grow: unset;
}

.single-post #comments, .page:not(.woocommerce-page) #comments {
  clear: both;
}

article.type-page .entry-content img {
  max-width: 100%;
  height: auto;
}
article.type-post img {
  max-width: 100%;
  height: auto;
}
article.type-post .gallery {
  display: flex;
  flex-wrap: wrap;
}
article.type-post .gallery .gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
article.type-post .gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
article.type-post .gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
article.type-post .gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
article.type-post .gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
article.type-post .gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
article.type-post .gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
article.type-post .gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
article.type-post .gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

@media (min-width: 992px) {
  .single-post .diassy2021-sidebar-content {
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .single-post .diassy2021-sidebar-content + #primary, .single-post .diassy2021-sidebar-content + .post-content-area {
    width: 68%;
    flex: 0 0 68%;
    max-width: 68%;
  }
}
@media (min-width: 1025px) {
  .single-post .wp-caption.alignleft,
  .single-post img.alignleft,
  .single-post .wp-caption.alignright,
  .single-post img.alignright, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post p, .single-post pre, .single-post address, .single-post figure,
  .single-post .wp-caption,
  .single-post .wp-block-categories,
  .single-post blockquote > * + *,
  .single-post .entry-content > table,
  .single-post .wp-block-group.has-background,
  .single-post .wp-block-media-text,
  .single-post .wp-block-image,
  .single-post img.wp-post-image,
  .single-post .site-main article.single-post .entry-content figure.wp-block-gallery {
    margin-bottom: 1.4rem;
  }
  .single-post blockquote, .single-post blockquote.alignleft, .single-post blockquote.alignright {
    margin: 1.8rem 0;
  }
}
@media (min-width: 1500px) {
  .single-post .diassy2021-sidebar-content {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .single-post .diassy2021-sidebar-content + .post-content-area {
    margin-right: 2%;
  }
}
.header-mobile > .container,
.header-container,
#content > .container,
.site-content .page-heading-wrap .page-heading-container,
.header-breadcrumb-wrap > .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  /* Announcement bar  */
  .diassy2021-announcement-box {
    padding: 0.25rem 0;
  }
  .diassy2021-announcement-box.layout1 {
    justify-content: center;
    flex-direction: column;
  }
  .diassy2021-announcement-box.layout2 {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
  .diassy2021-announcement-box > * {
    margin: 0.25rem 0;
  }
  .diassy2021-announcement-box button.close {
    top: 0;
    margin-top: 0;
  }
  /* Page header */
  .page-heading-wrap .page-heading-content, .page-heading-wrap .blog-heading-content {
    height: auto;
    min-height: 120px;
    padding: 20px 0;
  }
  .page-heading-content .page-heading-title, .blog-heading-content .page-heading-title {
    font-size: 30px;
  }
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .header-layout ~ .header-mobile.not_mobile_hidden, .header-layout ~ .header-mobile-spacer.not_mobile_hidden {
    display: none !important;
  }
  .not_mobile_hidden:not(.header-mobile, .header-mobile-spacer) {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .header-layout ~ .header-mobile.not_device_hidden, .header-layout ~ .header-mobile-spacer.not_device_hidden {
    display: none !important;
  }
  .not_device_hidden:not(.header-mobile, .header-mobile-spacer) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hidden_on_device {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden_on_mobile {
    display: none !important;
  }
  .site-branding .site-logo img, .site-branding .site-logo .logo-img {
    max-height: 60px;
  }
}
.header-mobile {
  height: 66px;
  padding: 3px 0;
  background: #FFF;
  border-bottom: 1px solid rgba(228, 228, 228, 0.5254901961);
}
.header-mobile > .container {
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.header-mobile > .container svg {
  fill: #000000;
}
.header-mobile > .container > div {
  max-height: 60px;
}
.header-mobile > .container .site-branding .site-logo img, .header-mobile > .container .site-branding .site-logo .logo-img {
  max-height: 60px;
}
.header-mobile > .container .mobile-nav-btn > a {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
}
.header-mobile > .container .mobile-nav-btn > a .c-button__text > svg.fm-icon {
  margin-right: 3px;
}
.header-mobile > .container .header-element.cart_box a.cart-btn > span.c-button__text {
  display: flex;
  align-items: center;
}
.header-mobile.header-mobile-layout1 > .container {
  justify-content: space-between;
}
.header-mobile.header-mobile-layout1 > .container > div {
  flex: 1;
}
.header-mobile.header-mobile-layout1 .site-branding {
  text-align: center;
}
.header-mobile.header-mobile-layout1 .header-mobile-right-control > .header-element {
  margin-left: 12px;
}
.header-mobile.header-mobile-layout2 > .container {
  justify-content: flex-end;
}
.header-mobile.header-mobile-layout2 .site-branding {
  margin-left: 0;
  margin-right: auto;
}
.header-mobile.header-mobile-layout2 .mobile-nav-btn {
  margin-left: 1rem;
}
.header-mobile.header-mobile-layout2 .header-mobile-right-control > .header-element {
  margin-left: 1rem;
}
.header-mobile.header-mobile-layout3 > .container {
  justify-content: flex-start;
}
.header-mobile.header-mobile-layout3 .site-branding {
  margin-left: 0;
  margin-right: auto;
}
.header-mobile.header-mobile-layout3 .mobile-nav-btn {
  margin-right: 1rem;
}
.header-mobile.header-mobile-layout3 .header-mobile-right-control {
  margin-right: 0;
  margin-left: auto;
}
.header-mobile.header-mobile-layout3 .header-mobile-right-control > .header-element {
  margin-left: 1rem;
}
.header-mobile .header-control-wrap.header-mobile-right-control {
  justify-content: flex-end;
}
.single-product .header-mobile, .home .header-mobile {
  border-bottom: 1px solid #adb4b3;
}
.header-mobile.header-mobile-sticky + .header-mobile-spacer {
  height: 66px;
}
.header-mobile.header-mobile-sticky.headroom--pinned.headroom--not-top {
  box-shadow: 8px 6px 30px 0 rgba(0, 0, 0, 0.06);
}
.home .header-mobile.header-mobile-sticky.headroom--pinned.headroom--not-top {
  border-bottom: none;
}

.js-offcanvas-close.diassy2021-close-btn[aria-controls=mobile-header-canvas] {
  padding: 6px;
}

#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title {
  display: flex;
  height: 50px;
  flex: 0 0 50px;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #fefefe;
  border-bottom: 1px solid #adb4b3;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title h3 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #324342;
  font-weight: 600;
  margin: 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close {
  position: static;
  right: 15px;
  top: 15px;
  line-height: 24px;
  height: auto;
  width: auto;
  padding: 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close > .c-button__text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close .button-title {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #324342;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close .button-title:hover {
  color: #1e2828;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close svg.fm-icon {
  width: 9px;
  height: 9px;
  margin-left: 3px;
  fill: #324342;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-title .js-offcanvas-close:hover svg.fm-icon {
  fill: #1e2828;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation {
  width: 100%;
  padding: 0 20px;
  height: calc(100% - 150px);
  overflow-y: auto;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu {
  margin-bottom: 0;
  padding-bottom: 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu li {
  line-height: 24px;
  padding: 0.5rem 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu li .sub-menu li {
  padding: 5px 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu li .sub-menu li:last-child {
  padding-bottom: 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu li.open {
  padding-bottom: 0;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation ul.menu > li > a {
  font-weight: 500;
}
#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-header-bottom {
  border-top: 1px solid #adb4b3;
  margin-top: auto;
  margin-bottom: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 575px) {
  #search-canvas {
    height: 100vh;
  }
  #search-canvas .offcanvas-content > h2 {
    margin-bottom: 10px;
  }
  #search-canvas .offcanvas-content .search_form_wrapper {
    width: 100%;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content {
    width: 100%;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content .twitter-typeahead {
    width: 100%;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content .fm-search-form {
    height: max-content;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content .fm-search-form .search_text_input {
    width: 100%;
    padding: 0;
    font-size: 14px;
    height: 40px;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content .fm-search-form button[type=submit] {
    height: 40px;
    top: 0;
    width: 40px;
    padding-right: 0;
  }
  #search-canvas .offcanvas-content .search_form_wrapper .search_form_content .fm-search-form button[type=submit] svg.fm-icon {
    width: 15px;
    height: 15px;
  }
  #search-canvas .ajax_search .fm-search-results {
    padding: 20px 0;
    margin: 0 -5px;
    height: 350px;
  }
  #search-canvas .ajax_search .fm-search-results .fm-dataset .search-result-item {
    flex: 0 0 33.3333%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.search-results .fmc-shop-control {
  display: none;
}

body.admin-bar aside.c-offcanvas .is-open {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html body.admin-bar aside.c-offcanvas.is-open {
    top: 46px;
  }
  html body.admin-bar .fm-header-sticky.headroom--pinned.headroom--not-top {
    top: 46px;
  }
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.header-layout .header-content .header-container {
  max-width: 100%;
}
.header-layout .header-content .header-container.header-bottom > .header-container {
  position: relative;
}
.header-layout .header-content .header-container.header-bottom > .header-container:before {
  display: inline-block;
  width: calc(100% - 30px);
  border-top: 1px solid rgba(122, 122, 122, 0.25);
  content: "";
  position: absolute;
  top: 0;
}
.header-layout.header-layout9 .site-branding + .header-control-wrap {
  margin-left: 0;
  margin-right: auto;
}
.header-layout.header-layout9 .site-branding + .header-control-wrap .fm-search-form {
  flex-direction: row-reverse;
}
.header-layout.header-layout9 .site-branding + .header-control-wrap .fm-search-form .search_text_input {
  border: none;
  padding-left: 0;
}
.header-layout.header-layout9 .site-branding + .header-control-wrap .fm-search-form button[type=submit] {
  background: none;
  border: none;
}
.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .search_box.form .fm-search-form {
  flex-direction: row-reverse;
}
.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .search_box.form .fm-search-form .search_text_input {
  border: none;
  padding-left: 0;
}
.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .search_box.form .fm-search-form button[type=submit] {
  background: none;
  padding-left: 0;
}
.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .header-right-control .search_box.form .fm-search-form {
  flex-direction: row;
}
.header-layout.header-layout:not(.header-layout7):not(.header-layout8) .header-right-control .search_box.form .fm-search-form .search_text_input {
  text-align: left;
}
.header-layout.header-layout7 .fm-search-form, .header-layout.header-layout8 .fm-search-form {
  border: 1px solid rgba(122, 122, 122, 0.25);
  border-radius: 35px;
}
.header-layout.header-layout7 .fm-search-form .search_text_input,
.header-layout.header-layout7 .fm-search-form button[type=submit], .header-layout.header-layout8 .fm-search-form .search_text_input,
.header-layout.header-layout8 .fm-search-form button[type=submit] {
  background: none;
  border: none;
}
.header-layout.header-layout7 .main-navigation > .nav-menu > li.menu-item, .header-layout.header-layout8 .main-navigation > .nav-menu > li.menu-item {
  height: 60px;
}
.header-layout.header-layout5 .header-right-control .my-account-box a.account-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-layout.header-layout5 .header-right-control .my-account-box a.account-btn svg.fm-icon + span {
  margin-right: 6px;
  order: -1;
}
.header-layout.header-layout5 .header-right-control .cart_box a.cart-btn .mini-cart-contents {
  margin-left: 3px;
}
.header-layout.header-layout5 .hamburger-box a.hamburger-menu svg.fm-icon {
  width: 26px;
  height: 26px;
}
.header-layout.header-layout11 .header-main .header-element.search_form_wrapper .fm-search-form {
  height: 55px;
}
.header-layout.header-layout11 .header-main .header-element.search_form_wrapper button[type=submit] {
  min-width: 100px;
}
.header-layout.header-layout11 .header-main .header-element.search_form_wrapper button[type=submit] svg {
  fill: #FFF !important;
  width: 20px;
  height: 20px;
}
.header-layout.header-layout11 .header-bottom .header-bottom-right-control .header-element {
  font-size: 14px;
  font-weight: bold;
}
header:not(.fmc-transparent-header) .header-layout.header-layout11 .header-element.search_form_wrapper .fm-search-form .search_text_input {
  background: #ffffff;
}

.header-element.search_box svg.fm-icon, .header-element.cart_box svg.fm-icon, .header-element.my-account-box svg.fm-icon, .header-element.wishlist-box svg.fm-icon {
  width: 25px;
  height: 25px;
}
.top-bar-control .header-element {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-element > a > svg.fm-icon + span {
  margin-left: 5px;
}
.header-main .header-element > a {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.header-element.social-icon-box a.fm-social-icon-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
}
.header-element.social-icon-box a.fm-social-icon-link svg.fm-icon + .fm-social-icon-title {
  margin-left: 6px;
}
.top-bar-left-control .header-element.social-icon-box a.fm-social-icon-link:not(:last-child), .header-left-control .header-element.social-icon-box a.fm-social-icon-link:not(:last-child) {
  margin-right: 15px;
}
.top-bar-left-control .header-element.social-icon-box a.fm-social-icon-link:not(:last-child) .fm-social-icon-title, .header-left-control .header-element.social-icon-box a.fm-social-icon-link:not(:last-child) .fm-social-icon-title {
  border-right: 1px solid #adb4b3;
  padding-right: 15px;
}
.top-bar-right-control .header-element.social-icon-box a.fm-social-icon-link:not(:first-child), .header-right-control .header-element.social-icon-box a.fm-social-icon-link:not(:first-child) {
  margin-left: 15px;
}
.top-bar-right-control .header-element.social-icon-box a.fm-social-icon-link:not(:first-child) .fm-social-icon-title, .header-right-control .header-element.social-icon-box a.fm-social-icon-link:not(:first-child) .fm-social-icon-title {
  border-left: 1px solid #adb4b3;
  padding-left: 15px;
}
.header-element.contact-info-box svg.fm-icon + span {
  margin-left: 6px;
}
.header-element.contact-info-box .ct-title::after {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
.header-element.contact-info-box .ct-info:not(:last-child) {
  margin-right: 15px;
}
.header-element.my-account-box a.account-btn svg.fm-icon + span {
  margin-left: 6px;
}
.header-element.wishlist-box .wishlist-btn {
  display: flex;
  align-items: center;
  position: relative;
}
.header-element.wishlist-box .wishlist-btn span.wishlist_counter {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -6px;
}
.header-element.search_box.form .fm-search-form .search_text_input {
  font-size: inherit;
}
.header-element.search_box.button a.search-btn.search-btn-dropdown {
  display: inline-block;
}
.header-element.search_box.button a.search-btn.search-btn-dropdown:not(.show_text) {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.header-bottom-right-control .header-element.search_box.button a.search-btn.search-btn-dropdown {
  text-align: right;
}
.header-bottom-left-control .header-element.search_box.button a.search-btn.search-btn-dropdown + .search_form_wrapper.dropdown {
  left: 0;
  right: auto;
}
.header-element.search_box.button .search_form_wrapper.dropdown .search_form_content .fm-search-form.style1 button[type=submit] {
  color: #ffffff;
  background: #324342;
  min-width: 44px;
}
.header-element.search_box.button .search_form_wrapper.dropdown .search_form_content .fm-search-form.style1 button[type=submit] svg.fm-icon {
  fill: #ffffff;
}
.header-element.search_form_wrapper .ajax_search .fm-search-results {
  background: #ffffff;
  min-width: 800px;
}
.header-element.my-account-box a.account-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header-element.cart_box a.cart-btn {
  display: flex;
  align-items: center;
  min-width: 36px;
}
.header-element.cart_box a.cart-btn .mini-cart-contents {
  margin-left: 0;
}
.header-element.cart_box a.cart-btn .mini-cart-contents .cart-counter {
  font-size: 0;
  top: -15px;
  right: -6px;
  position: absolute;
}
.header-element.cart_box a.cart-btn .mini-cart-contents .cart-counter > span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 3px;
}
.header-element .currency.list-dropdown, .header-element .language.list-dropdown {
  padding: 6px 0px;
  border: 0px;
  line-height: 22px;
  min-width: 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-element .currency.list-dropdown .dropdown .current svg.fm-icon, .header-element .language.list-dropdown .dropdown .current svg.fm-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.header-element .currency.list-dropdown .dropdown ul, .header-element .language.list-dropdown .dropdown ul {
  right: -17px;
  top: calc(100% + 7px);
}
.header-element .currency.list-dropdown .dropdown ul li, .header-element .language.list-dropdown .dropdown ul li {
  min-width: 80px;
}
.header-element.hamburger-box .hamburger-menu svg.fm-icon {
  width: 20px;
  height: 20px;
}

.header-main .header-container .header-control-wrap {
  height: inherit;
}
.header-main .header-container .header-control-wrap .header-element.cart_box.hover_dropdown_wrapper {
  height: inherit;
  display: flex;
  align-items: center;
}

.fm-header-sticky.headroom--pinned.headroom--not-top .search_form_wrapper .search_form_content .fm-search-form .search_text_input::placeholder {
  color: #aaaaaa;
}

.theme-diassy2021 .cart_box_content ul.cart_list {
  list-style: none;
  padding-left: 0;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 25px 20px 86px;
  min-height: 90px;
  border-bottom: 1px solid #adb4b3;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 68px;
  display: block;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  font-weight: 500;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .remove:hover {
  fill: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .remove svg {
  width: 15px;
  height: 15px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item a {
  display: block;
  line-height: 18px;
  font-weight: 700;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item a:not(:hover) {
  color: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl {
  margin: 0;
  display: inline-block;
  border: none;
  padding: 0;
  clear: both;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl * {
  padding-bottom: 0;
  margin-bottom: 0;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl dt {
  font-weight: 400;
  color: #999999;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl dd {
  font-weight: 400;
  color: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation {
  font-size: 14px;
  font-weight: 400;
  color: #324342;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 16px;
  margin-top: 6px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation .container_cart_subelement a {
  display: none;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation dt {
  color: #324342;
  font-weight: inherit;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation dd {
  margin-left: 3px;
  font-weight: inherit;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation dd + dt {
  margin-left: 6px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item dl.variation dd + dt::before {
  content: "/";
  content: #324342;
  margin-right: 6px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  margin-bottom: 2px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity .qty {
  border: none;
  width: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  height: 20px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity::before {
  content: "QTY:";
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  color: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity > a {
  width: 15px;
  height: 15px;
  border: 1px solid #aaaaaa;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  flex: 0 0 15px;
  display: none;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity > a svg {
  fill: #324342;
  width: 7px;
  height: 7px;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity > a:hover {
  border-color: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocommerce-mini-cart-item__qty .quantity > a:hover svg {
  fill: #324342;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item .quantity-wrap .woocs_special_price_code .amount {
  color: #324342;
  font-weight: 500;
}
.theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #324342;
  border-top: 1px solid #000;
  padding-top: 25px;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__total strong {
  font-weight: 500 !important;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__total .woocs_special_price_code {
  font-size: 30px;
  font-weight: 500;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 25px;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__buttons a.button {
  height: 55px;
  font-size: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
}
.theme-diassy2021 .cart_box_content .woocommerce-mini-cart__buttons a.button + .button {
  background: #324342;
  margin-top: 15px;
}
.theme-diassy2021 .cart_box_content .diassy2021-free-shipping-msg {
  font-size: 15px;
  color: #324342;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.theme-diassy2021 .cart_box_content .diassy2021-free-shipping-msg .woocommerce-Price-amount {
  margin-left: 5px;
}
.theme-diassy2021 .cart_box_content .diassy2021-free-shipping-msg svg {
  width: 20px;
  height: 20px;
  fill: #324342;
  margin-right: 10px;
}
.cart_box_content .diassy2021-cart-empty-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #232323;
}
.cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-icon {
  text-align: center;
  margin-bottom: 20px;
}
.cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-icon svg {
  width: 80px;
  height: 80px;
  fill: #324342;
}
.cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link {
  border: 2px solid #000000;
  height: 42px;
  padding: 10px 40px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 188px;
  margin: 0 auto;
  line-height: 16px;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
  margin-left: 20px;
}
.cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link:hover {
  background: #1e2828;
  color: #FFFFFF;
  border-color: #1e2828;
}
.cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link:hover svg {
  fill: #FFFFFF;
}
.cart_box_content .diassy2021-cart-empty-box ~ .diassy2021-free-shipping-msg {
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
  color: #FFFFFF;
  position: absolute;
  bottom: 35px;
}
.cart_box_content .diassy2021-cart-empty-box ~ .diassy2021-free-shipping-msg svg {
  fill: #FFFFFF;
}
.theme-diassy2021 .offcanvas-content .cart_box_content {
  padding: 20px;
}
.theme-diassy2021 .offcanvas-content .cart_box_content .woocommerce-mini-cart__total {
  margin-top: auto;
  margin-bottom: 0;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content {
  padding: 30px 20px 20px;
  width: 390px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content ul.cart_list {
  margin-bottom: 10px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .woocommerce-mini-cart__total {
  font-size: 16px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .woocommerce-mini-cart__total .woocs_special_price_code {
  font-size: 20px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .woocommerce-mini-cart__buttons {
  justify-content: space-between;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .woocommerce-mini-cart__buttons a.button {
  height: 43px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box {
  position: static;
  background: #ffffff;
  padding: 30px 0;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-icon {
  margin-bottom: 10px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-icon svg {
  width: 50px;
  height: 50px;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .woocommerce-mini-cart__empty-message {
  color: #324342;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link {
  border: 2px solid #324342;
  color: #324342;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link svg {
  fill: #324342;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link:hover {
  border-color: #1e2828;
  background-color: #1e2828;
  color: #ffffff;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box .diassy2021-parent-term-link:hover svg {
  fill: #ffffff;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box ~ .diassy2021-free-shipping-msg {
  position: static;
  color: #324342;
}
.theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content .diassy2021-cart-empty-box ~ .diassy2021-free-shipping-msg svg {
  fill: #324342;
}
.cart_box_content.dropdown_content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart_box_content.dropdown_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #324342;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 30px 0;
}

.diassy2021-order-5 {
  order: 5;
}

.main-navigation {
  display: flex;
}
.main-navigation ul.nav-menu {
  height: inherit;
}
.main-navigation ul.nav-menu > li.menu-item {
  height: inherit;
  margin: 0 10px;
}
.header-layout6 .main-navigation ul.nav-menu > li.menu-item {
  margin: 0 12px;
}
.main-navigation ul.nav-menu > li.menu-item > a {
  height: inherit;
  display: flex;
  align-items: center;
}
.main-navigation ul.nav-menu > li.menu-item > a::after {
  bottom: 1px;
  height: 3px;
  opacity: 0;
}
.main-navigation .nav-menu ul li.page_item.page_item_has_children ul.children {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  padding: 10px 0;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 7px 6px 40px 0 rgba(204, 204, 223, 0.16);
  -moz-box-shadow: 7px 6px 40px 0 rgba(204, 204, 223, 0.16);
  box-shadow: 7px 6px 40px 0 rgba(204, 204, 223, 0.16);
  display: block;
}
.main-navigation .nav-menu ul li.page_item.page_item_has_children:not(:hover) > ul.children {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.main-navigation .nav-menu ul li.page_item:hover .children .children {
  top: 100%;
}
.main-navigation .nav-menu ul > li.page_item:nth-last-child(1) .children .children, .main-navigation .nav-menu ul > li.page_item:nth-last-child(2) .children .children, .main-navigation .nav-menu ul > li.page_item:nth-last-child(3) .children .children, .main-navigation .nav-menu ul > li.page_item:nth-last-child(4) .children .children {
  right: 100%;
  left: auto;
}

#site-navigation ul.nav-menu .sub-menu .mega-menu-container {
  padding: 20px;
}
#site-navigation ul.nav-menu .sub-menu .mega-menu-container .mega-content-post {
  width: 100%;
}
#site-navigation ul.nav-menu .sub-menu .mega-menu-container > .elementor {
  max-width: 100%;
  width: 100%;
}
#site-navigation ul.nav-menu .sub-menu .mega-menu-container .elementor-widget-fmtpl-menu li.menu-item {
  padding: 0;
}
#site-navigation ul.nav-menu .sub-menu .elementor-widget-fmtpl-menu li.menu-item {
  padding: 0;
}
#site-navigation ul.nav-menu .menu-item-badge {
  margin-left: 3px;
  height: 18px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
#site-navigation ul.nav-menu .menu-item-badge .badge-title {
  font-size: 10px;
  text-transform: uppercase;
  color: inherit !important;
}

@media (min-width: 768px) {
  .theme-diassy2021 .cart_box_content .woocommerce-mini-cart__buttons {
    flex-direction: row-reverse;
  }
  .theme-diassy2021 .cart_box_content .woocommerce-mini-cart__buttons a.button + .button {
    margin-top: 0;
  }
}
.theme-diassy2021 #cart-canvas.c-offcanvas {
  width: 460px;
}

@media (min-width: 1200px) {
  .theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item {
    padding-left: 110px;
    min-height: 110px;
  }
  .theme-diassy2021 .cart_box_content ul.cart_list li.mini_cart_item img {
    width: 86px;
    max-height: 86px;
  }
  .theme-diassy2021 .cart_box.hover_dropdown_wrapper .cart_box_content {
    padding: 20px;
  }
  .cart_box_content.dropdown_content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .theme-diassy2021 .offcanvas-content .cart_box_content {
    padding: 15px 40px 30px 40px;
  }
  .theme-diassy2021 .offcanvas-content .cart_box_content .woocommerce-mini-cart__total {
    padding-bottom: 15px;
  }
  .theme-diassy2021 #cart-canvas.c-offcanvas.c-offcanvas--right {
    transform: translate3d(460px, 0, 0);
  }
  .theme-diassy2021 #cart-canvas.c-offcanvas.c-offcanvas--left {
    transform: translate3d(-460px, 0, 0);
  }
  .theme-diassy2021 #cart-canvas.c-offcanvas.is-open {
    transform: translate3d(0, 0, 0);
  }
  .theme-diassy2021 #cart-canvas.c-offcanvas .offcanvas-content .cart_box_head {
    padding: 60px 40px 0 40px;
  }
  .theme-diassy2021 #cart-canvas.c-offcanvas .offcanvas-content .cart_box_head .diassy2021-close-btn {
    top: 60px;
    right: 40px;
  }
  .theme-diassy2021 #account-canvas .offcanvas-content {
    margin: 30px;
  }
  .main-navigation ul.nav-menu > li.menu-item {
    margin: 0 15px;
  }
  .header-layout6 .main-navigation ul.nav-menu > li.menu-item {
    margin: 0 15px;
  }
  .header-layout6 .main-navigation ul.nav-menu > li.menu-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .main-navigation ul.nav-menu > li.menu-item {
    margin: 0 20px;
  }
  .header-layout6 .main-navigation ul.nav-menu > li.menu-item {
    margin: 0 15px;
  }
  .header-layout6 .main-navigation ul.nav-menu > li.menu-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1500px) {
  .header-element.cart_box a.cart-btn .mini-cart-contents .cart-counter {
    position: absolute;
  }
}
.woocommerce #respond input#submit, .familab_theme #respond input#submit,
.woocommerce a.button,
.familab_theme a.button,
.woocommerce button.button,
.familab_theme button.button,
.woocommerce input.button,
.familab_theme input.button,
.woocommerce button,
.familab_theme button,
.woocommerce .btn,
.familab_theme .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  background: #324342;
  color: #FFFFFF;
  font-size: 14px !important;
  padding: 0 16px;
  margin: 0 10px 0 0;
  min-width: 130px;
  font-weight: 400 !important;
  white-space: nowrap;
  line-height: 40px;
  border: 0;
  font-family: Quicksand;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  text-transform: uppercase;
}
button.change-settings-button {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px !important;
  margin: 0px;
  min-width: inherit !important;
  padding: 0px;
  text-transform: lowercase;
}
.woocommerce #respond input#submit svg, .familab_theme #respond input#submit svg,
.woocommerce a.button svg,
.familab_theme a.button svg,
.woocommerce button.button svg,
.familab_theme button.button svg,
.woocommerce input.button svg,
.familab_theme input.button svg,
.woocommerce button svg,
.familab_theme button svg,
.woocommerce .btn svg,
.familab_theme .btn svg {
  fill: #FFFFFF;
}
.woocommerce #respond input#submit:hover, .familab_theme #respond input#submit:hover,
.woocommerce a.button:hover,
.familab_theme a.button:hover,
.woocommerce button.button:hover,
.familab_theme button.button:hover,
.woocommerce input.button:hover,
.familab_theme input.button:hover,
.woocommerce button:hover,
.familab_theme button:hover,
.woocommerce .btn:hover,
.familab_theme .btn:hover {
  color: #FFFFFF;
  background-color: #1e2828;
}
.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .familab_theme #respond input#submit:disabled, .familab_theme #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.familab_theme a.button:disabled,
.familab_theme a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.familab_theme button.button:disabled,
.familab_theme button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.familab_theme input.button:disabled,
.familab_theme input.button:disabled[disabled],
.woocommerce button:disabled,
.woocommerce button:disabled[disabled],
.familab_theme button:disabled,
.familab_theme button:disabled[disabled],
.woocommerce .btn:disabled,
.woocommerce .btn:disabled[disabled],
.familab_theme .btn:disabled,
.familab_theme .btn:disabled[disabled] {
  padding: 0 16px;
  color: #FFFFFF;
}

.woocommerce button.button.secondary,
.woocommerce a.button.secondary, 
.button.secondary {
  background: #FFFFFF !important;
  color: #324342 !important;
  border: 2px solid #000 !important;
}
.woocommerce button.button.secondary:hover,
.woocommerce a.button.secondary:hover,
.button.secondary:hover {
  color: #324342 !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #cccccc !important;
}
.woocommerce button.button.secondary:hover svg,
.woocommerce a.button.secondary:hover svg {
  fill: #324342 !important;
}
.woocommerce button.button.third,
.woocommerce a.button.third {
  background: transparent !important;
  color: #324342 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #324342 !important;
}
.woocommerce button.button.third:hover,
.woocommerce a.button.third:hover {
  color: #324342 !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #324342 !important;
}
.woocommerce button.button.third:hover svg,
.woocommerce a.button.third:hover svg {
  fill: #324342 !important;
}

ol.flex-control-nav { /* # Nav Control Diassy2021 Theme */ }
ol.flex-control-nav li {
  margin: 0;
}
ol.flex-control-nav li a {
  margin: 0 5px;
  padding: 0;
  font-size: 0;
  position: relative;
}
ol.flex-control-nav li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  background: #ababab;
  border-radius: 50%;
}
ol.flex-control-nav li a:hover::before, ol.flex-control-nav li a.flex-active::before {
  background-color: #324342;
}

.widget { /* # Widget Diassy2021 Theme */ }
.widget .widget-title {
  font-weight: 600;
  color: #324342;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
  position: relative;
}
.widget .widget-title::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#product-sidebar .widget {
  display: block;
}
#product-sidebar .widget ~ .widget {
  margin-top: 35px;
}
#product-sidebar .widget.diassy2021_featured_box {
  padding: 15px 20px;
  background: #f8f8f8;
  border: 1px solid #adb4b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#product-sidebar .widget.diassy2021_featured_box .widget-title {
  display: none;
}
#product-sidebar .widget.diassy2021_featured_box .content-box {
  text-align: center;
}
#product-sidebar .widget.diassy2021_featured_box .content-box .icon svg.fm-icon {
  width: 65px;
  height: 65px;
  fill: #324342;
}
#product-sidebar .widget.diassy2021_featured_box .content-box .content-text {
  color: #324342;
}
#product-sidebar .widget.diassy2021_featured_box .content-box .content-text .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
#product-sidebar .widget.diassy2021_featured_box .content-box .content-text .text {
  font-size: 13px;
  line-height: 16px;
}
#product-sidebar .widget.diassy2021_featured_box + .diassy2021_featured_box {
  margin-top: 30px;
}
.widget.woocommerce ul.product_list_widget {
  padding: 0;
}
.widget.woocommerce ul.product_list_widget li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #adb4b3;
  padding-left: 95px;
  min-height: 105px;
}
.widget.woocommerce ul.product_list_widget li a {
  font-size: 15px;
  font-weight: 400;
  color: #324342;
}
.widget.woocommerce ul.product_list_widget li a img {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  height: auto;
  box-shadow: none;
  width: 80px;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget.woocommerce ul.product_list_widget li a span.product-title {
  margin-bottom: 2px;
  display: block;
}
.widget.woocommerce ul.product_list_widget li .star-rating {
  order: -1;
  margin: 0;
  letter-spacing: 5px;
  color: #1e2828;
  font-size: 11px;
  width: 82px;
  margin-bottom: 6px;
}
.widget.woocommerce ul.product_list_widget li .woocs_price_code {
  font-size: 15px;
  color: #324342;
  font-weight: 500;
  display: block;
}
.widget.woocommerce ul.product_list_widget li:first-child {
  border-top: none;
  padding-top: 0;
  min-height: 85px;
}
.widget.woocommerce ul.product_list_widget li:first-child a img {
  top: 0;
}

.fm-search-form.ajax_search button {
  background: none !important;
  color: #000000 !important;
}
.fm-search-form.ajax_search .fm-search-results {
  padding: 50px 0 30px 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
  overflow-y: auto;
  height: 550px;
}
#search-canvas .fm-search-form.ajax_search .fm-search-results {
  height: auto;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset {
  display: flex;
  flex-wrap: wrap;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item {
  flex: 0 0 33.3333%;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  align-items: center;
  margin: 0;
  height: 100%;
  justify-content: center;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a.item-link {
  display: inline-block;
  width: 100%;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a.item-link img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info {
  font-size: 16px;
  margin-bottom: 0;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 6px;
  color: #324342;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title:hover {
  color: #324342;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #324342;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_price del .amount {
  font-size: 13px;
  color: #aaaaaa;
}
.fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_price ins .amount {
  color: #324342;
  text-decoration: none;
  font-weight: 500;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results, .header-layout7 .fm-search-form.ajax_search .fm-search-results, .header-layout8 .fm-search-form.ajax_search .fm-search-results, .header-layout9 .fm-search-form.ajax_search .fm-search-results, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results {
  width: 275px;
  height: auto;
  background-color: #ffffff;
  top: 43px !important;
  border-top: 1px solid #e4e4e4;
  left: auto !important;
  right: -5px;
  padding: 0px;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset {
  display: flex;
  flex-direction: column;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  align-items: center;
  margin: 0;
  height: 100%;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 85px;
  flex: 0 0 85px;
  max-width: 85px;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img {
  width: 68px;
  flex: 0 0 68px;
  max-width: 68px;
  height: auto;
  margin: 0 15px 0 0;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_info {
  font-size: 14px;
  font-weight: 400;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .star-rating {
  display: none;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .product-item-cat-title {
  font-size: 10px;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .result_item_title {
  line-height: 16px;
  margin-bottom: 8px;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item .amount {
  font-size: 15px;
  font-weight: 400;
}
.search_box.form .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child, .header-layout7 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child, .header-layout8 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child, .header-layout9 .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child, .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child, .diassy2021-mobile .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item:last-child {
  margin-bottom: 0;
}
.vertical-header .fm-search-form.ajax_search .fm-search-results {
  background: #ffffff;
  padding: 20px 0;
  margin: 0 -5px;
  height: 380px;
}
.vertical-header .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item {
  flex: 0 0 33.3333%;
  padding: 0 5px 5px 5px;
}
.vertical-header .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a img {
  margin-bottom: 10px;
}
.vertical-header .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item > a .result_item_title {
  margin-bottom: 5px;
}

#fm-search-modal .modal-header button.close {
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 30px 0 30px auto;
  padding: 10px 0;
}
#fm-search-modal .modal-header button.close .button-title {
  display: inline-block !important;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #324342;
}
#fm-search-modal .modal-header button.close svg.fm-icon {
  fill: #324342;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
#fm-search-modal .modal-header button.close:hover .button-title {
  color: #1e2828;
}
#fm-search-modal .modal-header button.close:hover svg.fm-icon {
  fill: #1e2828;
}
#fm-search-modal .modal-header .modal-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #324342;
}
#fm-search-modal .modal-body.search_form_wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
}
#fm-search-modal .search_form_content {
  padding: 0 15px;
  width: 100%;
  max-width: 1440px;
}
#fm-search-modal .search_form_content .fm-search-form {
  height: 50px;
  width: 100%;
}
#fm-search-modal .search_form_content .fm-search-form .search_text_input {
  color: #324342;
  border-width: 0 0 2px 0;
  border-color: #324342;
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
  background: #FFF !important;
  z-index: 111;
}
#fm-search-modal .search_form_content .fm-search-form .search_text_input::placeholder {
  color: inherit;
}
#fm-search-modal .search_form_content .fm-search-form .search_text_input:focus ~ button[type=submit] {
  color: #324342;
}
#fm-search-modal .search_form_content .fm-search-form .search_text_input:focus ~ button[type=submit] svg.fm-icon {
  fill: #324342;
}
#fm-search-modal .search_form_content .fm-search-form button[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  color: #324342;
}
#fm-search-modal .search_form_content .fm-search-form button[type=submit] svg.fm-icon {
  fill: #324342;
  width: 20px;
  height: 20px;
}
#fm-search-modal .search_form_content .fm-search-form button[type=submit] svg.fm-icon:hover {
  fill: #324342;
}
#fm-search-modal .search_form_content .fm-search-form.ajax_search > .twitter-typeahead {
  width: 100%;
}

#fm-account-modal .account-modal {
  height: 100%;
  display: flex;
  align-items: center;
}
#fm-account-modal.show .account-modal .modal-content {
  background: none;
  border: none;
}
#fm-account-modal.show .account-modal .modal-content .diassy2021-close-btn {
  display: none;
}
#fm-account-modal.show .account-modal .modal-content .modal-body {
  background: #ffffff;
  padding: 10px 30px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item {
  border: none;
  padding: 0;
  margin: 0;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  z-index: 1;
  width: auto;
  display: flex;
  justify-content: center;
  position: relative;
  border: none;
  color: #324342;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link::before, #fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link::after {
  content: "";
  display: block;
  position: absolute;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link::before {
  width: 100px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: -1;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link::after {
  width: 100%;
  height: 2px;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  z-index: -1;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link.active {
  color: #324342;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link.active::after {
  background-color: #324342;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane > h2 {
  display: none;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form {
  font-size: 15px;
  padding: 20px 25px 0px 25px;
  border: 1px solid #adb4b3;
  border-radius: 0;
  margin: 0;
}
.or_div {
	display: none;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-form-row {
  margin: 0 0 15px 0;
  list-style-position: inside;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form input {
  font-size: 13px;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-button.button {
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background: #324342;
  color: #FFF;
  border: none;
  height: 50px;
  float: unset;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-button.button:hover {
  background-color: #1e2828;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-LostPassword.lost_password {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  transform: translateY(0);
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-LostPassword.lost_password label {
  font-size: 13px;
  font-weight: 500;
  color: #324342;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-LostPassword.lost_password a {
  color: #324342;
  border-bottom: 1px solid #ffffff;
  line-height: 20px;
  -webkit-transition: border-color 0.25s linear 0s;
  -moz-transition: border-color 0.25s linear 0s;
  -ms-transition: border-color 0.25s linear 0s;
  -o-transition: border-color 0.25s linear 0s;
  transition: border-color 0.25s linear 0s;
}
#fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-LostPassword.lost_password a:hover {
  border-color: #324342;
}

#woosq-popup .thumbnails .slick-slider img {
  max-height: 565px;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow:before {
  font-size: 20px;
  color: #aaaaaa;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow.slick-next {
  right: 5px;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow:before {
  color: #ffffff;
  line-height: 1;
}
#woosq-popup .thumbnails .slick-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#woosq-popup .thumbnails .slick-slider .slick-dots li.slick-active button:before {
  background-color: transparent;
  box-shadow: 0 0 0 2px #1e2828;
}
#woosq-popup button.mfp-close {
  background: none;
  padding: 0;
  margin: 5px 5px 0 0;
}
#woosq-popup button.mfp-close:before {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#woosq-popup button.mfp-close:hover:before {
  background-color: #f8f8f8;
}
#woosq-popup .summary {
  padding: 50px 30px 30px;
  /*height: 100%;*/
  overflow-y: auto;
  display: flex;
  align-items: center;
}
#woosq-popup .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
#woosq-popup .summary .woocommerce-product-rating .star-rating {
  letter-spacing: 3px;
  font-size: 11px;
  color: #ff1515;
  margin: 0 8px 0 0;
  width: 72px;
}
#woosq-popup .summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #324342;
}
#woosq-popup .summary h1.product_title {
  font-size: 30px;
  font-weight: 500;
  color: #324342;
  margin-bottom: 18px;
}
#woosq-popup .summary .out-of-stock {
  font-size: 20px;
}
#woosq-popup .summary .price {
  font-size: 20px;
  font-weight: 500;
  color: #324342;
}
#woosq-popup .summary .price del {
  color: #324342;
  font-size: 16px;
}
#woosq-popup .summary .price ins {
  text-decoration: unset !important;
  color: #324342;
  font-weight: 500;
}
#woosq-popup .summary > .price {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#woosq-popup .summary > .price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #adb4b3;
  left: 0;
  bottom: 0;
}
#woosq-popup .summary .woocs_price_code .ins {
  text-decoration: none !important;
}
#woosq-popup .summary .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 2rem;
}
#woosq-popup .summary .woocommerce-product-details__short-description p {
  margin-bottom: 8px;
}
#woosq-popup .summary .woocommerce-product-details__short-description ul {
  padding-left: 0;
  list-style: none;
}
#woosq-popup .summary .woocommerce-product-details__short-description ul li {
  position: relative;
  line-height: 24px;
  padding-left: 16px;
}
#woosq-popup .summary .woocommerce-product-details__short-description ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#woosq-popup .summary .woocommerce-product-details__short-description ul li + li {
  margin-top: 6px;
}
#woosq-popup .summary form.cart {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
#woosq-popup .summary form.cart .quantity {
  border: 2px solid #d5d5d5;
  height: 55px;
  border-radius: 0;
  position: relative;
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 0 10px 20px 0;
}
#woosq-popup .summary form.cart .quantity .quantity-group-buttons {
  border: none;
  display: flex;
  flex-direction: column;
}
#woosq-popup .summary form.cart .quantity .quantity-group-buttons > a {
  position: absolute;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#woosq-popup .summary form.cart .quantity .quantity-group-buttons > a.quantity-plus {
  right: 0;
  top: 0;
}
#woosq-popup .summary form.cart .quantity .quantity-group-buttons > a.quantity-minus {
  left: 0;
  top: 0;
}
#woosq-popup .summary form.cart .quantity .input-text {
  height: 50px;
  border: none;
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
}
#woosq-popup .summary form.cart .quantity.hidden {
  border: none;
  height: 0;
  min-height: 0;
}
#woosq-popup .summary form.cart .single_add_to_cart_button {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: calc(50% - 5px);
}
#woosq-popup .summary form.cart button.single_add_to_cart_button {
  font-weight: 600;
  background: #324342;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  height: 55px;
  padding: 0 15px;
  margin: 0 0 25px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#woosq-popup .summary form.cart button.single_add_to_cart_button svg.fm-icon {
  display: none;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  fill: #ffffff;
}
#woosq-popup .summary form.cart button.single_add_to_cart_button:hover {
  background: #1e2828;
}
#woosq-popup .summary form.cart .tinv-wraper {
  flex: 0 0 50%;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  color: #324342;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button::before {
  display: none !important;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button span.tinvwl_remove_from_wishlist-text {
  margin-left: 3px;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button svg.fm-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #324342;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover {
  display: none;
  fill: #aaaaaa;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover:hover {
  fill: #ec1d25;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button .diassy2021_yith_wcwl_icon, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button .diassy2021_tinv_wl_icon {
  border: 1px solid;
  margin-right: 10px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-color: #adb4b3;
  -webkit-transition: border-color 0.25s linear 0s;
  -moz-transition: border-color 0.25s linear 0s;
  -ms-transition: border-color 0.25s linear 0s;
  -o-transition: border-color 0.25s linear 0s;
  transition: border-color 0.25s linear 0s;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover svg.fm-icon {
  display: none;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon.icon-hover, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover svg.fm-icon.icon-hover {
  display: inline-block;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button.disabled-add-wishlist {
  color: #324342;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover .diassy2021_yith_wcwl_icon, #woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover .diassy2021_tinv_wl_icon {
  border-color: #324342;
}
#woosq-popup .summary form.cart .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover svg.fm-icon {
  fill: #324342;
}
#woosq-popup .summary a.button.compare {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #324342;
  height: 50px;
  border: 1px solid #324342;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#woosq-popup .summary a.button.compare svg.fm-icon {
  margin-right: 6px;
  fill: #324342;
}
#woosq-popup .summary a.button.compare:hover {
  background: #1e2828;
  color: #FFF;
  border-color: #1e2828;
}
#woosq-popup .summary a.button.compare:hover svg.fm-icon {
  fill: #ffffff;
}
#woosq-popup .summary .product_meta, #woosq-popup .summary .product-share {
  display: none;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations {
  position: relative;
  margin-bottom: 0;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations tr {
  display: flex;
  margin-bottom: 20px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations tr td.label {
  min-width: 68px;
  display: flex;
  align-items: center;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations tr td.label .woo-selected-variation-item-name {
  display: none;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations tr td.label label {
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  line-height: 30px;
  font-weight: 700;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations tr td.label label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  height: 1px;
  background: #000000;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations select {
  background-image: url(../images/select_icon_single_product.svg);
  background-position: right 8px top 50%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .select2-container--default {
  height: 50px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #324342;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 100%;
  width: 28px;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../images/select_icon_single_product.svg);
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .select2-container--default .select2-selection--single > .select2-selection__arrow > b {
  display: none;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item span.variable-item-span-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item span.variable-item-span-color::after {
  display: none;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px transparent !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item):hover, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 1px #adb4b3 !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.image-variable-item {
  width: 46px;
  height: 46px;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.image-variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px transparent !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.image-variable-item:not(.radio-variable-item):hover, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.image-variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 1px #adb4b3 !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.image-variable-item > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item {
  width: auto;
  margin: 0 10px 5px 0;
  font-size: 16px;
  line-height: 18px;
  padding: 0 6px;
  background: none;
  height: 36px;
  min-width: 36px;
  color: #324342;
  -webkit-transition: box-shadow 0.25s linear 0s;
  -moz-transition: box-shadow 0.25s linear 0s;
  -ms-transition: box-shadow 0.25s linear 0s;
  -o-transition: box-shadow 0.25s linear 0s;
  transition: box-shadow 0.25s linear 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item span {
  font-size: inherit;
  text-transform: capitalize;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item:hover, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item.selected {
  color: #324342;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.radio-variable-item {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.radio-variable-item > * {
  margin: 0 3px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px #adb4b3 !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 1px #324342 !important;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper.radio-variable-wrapper {
  display: flex;
  align-items: center;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .woo-variation-items-wrapper {
  display: flex;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations {
  position: relative;
  display: block;
  margin: 0 0 0 15px;
  color: #324342;
  font-size: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #324342;
  text-decoration: none;
  line-height: inherit;
  height: 26px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations::before, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations::after {
  display: flex;
  content: "";
  width: 1px;
  height: 12px;
  background: #324342;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations::before {
  transform: rotate(45deg);
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations::after {
  transform: rotate(-45deg);
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations:hover {
  color: #1e2828;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations:hover::before, #woosq-popup .type-product.product.product-type-variable .summary form.cart.variations_form table.variations .reset_variations:hover::after {
  background: #1e2828;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: 140px;
  flex: 0 0 140px;
  margin: 0 10px 10px 0;
}
#woosq-popup .type-product.product.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}
#woosq-popup .type-product.product.product-type-variable .woocommerce-variation-add-to-cart {
  display: inline-block;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table {
  flex: 0 0 100%;
  border: 1px solid #adb4b3;
  margin-bottom: 25px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr {
  height: auto;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr td {
  padding: 10px 0 10px 15px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
  width: 68px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
  flex: 0 0 100px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label {
  flex: 0 0 190px;
  line-height: 32px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .group_table tr ~ tr {
  border-top: 1px solid #adb4b3;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
  height: auto;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item a.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item a.button.product_type_simple {
  background: #324342;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  padding: 0 30px;
  min-width: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item a.button.product_type_simple svg.fm-icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  fill: #ffffff;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item a.button.product_type_simple:hover {
  background: #1e2828;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity .quantity {
  margin: 0;
  border-width: 1px;
  height: 32px;
  border-radius: 16px;
  flex: 0 0 88px;
  min-width: 88px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity .quantity .quantity-group-buttons > a {
  height: 30px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity .quantity .quantity-group-buttons > a svg {
  width: 10px;
  height: 10px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity .quantity .input-text {
  height: 30px;
  font-size: 15px;
  color: #324342;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  line-height: 16px;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label label a {
  color: #324342;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .woocs_price_code {
  line-height: 16px;
  color: #324342;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .woocs_price_code del {
  color: #324342;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .woocs_price_code ins {
  text-decoration: none !important;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .woocommerce-grouped-product-list .out-of-stock {
  margin-bottom: 0;
}
#woosq-popup .type-product.product.product-type-grouped .summary form.cart.grouped_form .single_add_to_cart_button {
  flex: 0 0 100%;
  max-width: 100%;
}

.quantity-mini {
  display: flex;
  margin-top: 5px;
}
.quantity-mini .quantity-minus {
  position: relative;
  width: 40px;
  display: flex !important;
  align-items: center;
  border: 1px solid #324342;
  border-right: 0;
  padding-left: 12px;
  cursor: pointer;
}
.quantity-mini .quantity-plus {
  background-color: #324342;
  position: relative;
  display: flex !important;
  align-items: center;
  width: 40px;
  cursor: pointer;
}
.quantity-mini .quantity-plus svg.fm-icon {
  fill: #FFFFFF;
  margin-left: 12px;
}
.quantity-mini .quantity-kg-mini {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.quantity-mini .quantity-input-mini {
  height: 40px !important;
  width: 40px;
  pointer-events: none;
}
.quantity-mini .price-mini {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.theme-diassy2021 #cart-canvas .offcanvas-content .cart_box_head {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 45px 20px 0 20px;
}
.theme-diassy2021 #cart-canvas .offcanvas-content .cart_box_head > h3 {
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 5px;
  position: relative;
}
.theme-diassy2021 #cart-canvas .offcanvas-content .cart_box_head > h3::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.theme-diassy2021 #cart-canvas .diassy2021-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 24px;
  height: auto;
  width: auto;
}
.theme-diassy2021 #cart-canvas .diassy2021-close-btn > .c-button__text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.theme-diassy2021 #cart-canvas .diassy2021-close-btn .button-title {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  color: #324342;
}
.theme-diassy2021 #cart-canvas .diassy2021-close-btn .button-title:hover {
  color: #1e2828;
}
.theme-diassy2021 #cart-canvas .diassy2021-close-btn svg.fm-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  fill: #324342;
}

.theme-diassy2021 #account-canvas .account_form_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
  position: relative;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn {
  position: absolute;
  line-height: 24px;
  height: auto;
  width: auto;
  right: 0;
  top: 0;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn > .c-button__text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn .button-title {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #324342;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn .button-title:hover {
  color: #1e2828;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn svg.fm-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  fill: #324342;
}
.theme-diassy2021 #account-canvas .account_form_content .diassy2021-close-btn:focus {
  outline: none;
}
.theme-diassy2021 #account-canvas .account_form_content .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}
.theme-diassy2021 #account-canvas .account_form_content .nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #324342;
  margin-right: 10px;
}
.theme-diassy2021 #account-canvas .account_form_content .nav-tabs .nav-link.active {
  color: #324342;
}
.theme-diassy2021 #account-canvas .account_form_content .tab-content .woocommerce-form {
  padding: 0;
  border: none;
}

#hamburger-canvas .diassy2021-close-btn {
  position: static;
  line-height: 24px;
  height: auto;
  width: auto;
}
#hamburger-canvas .diassy2021-close-btn > .c-button__text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: max-content;
}
#hamburger-canvas .diassy2021-close-btn .button-title {
  display: none;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #324342;
}
#hamburger-canvas .diassy2021-close-btn .button-title:hover {
  color: #1e2828;
}
#hamburger-canvas .diassy2021-close-btn svg.fm-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  fill: #324342;
}

#cart-canvas {
  z-index: 1090;
}
#cart-canvas .offcanvas-content > h3 {
  padding: 0 15px;
  margin: 0;
  line-height: 40px;
}

#search-canvas {
  height: 100%;
  z-index: 1090;
}
#search-canvas .offcanvas-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn {
  position: static;
  line-height: 24px;
  display: block;
  margin: 30px 0;
}
#search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn > .c-button__text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn .button-title {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  color: #324342;
}
#search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn .button-title:hover {
  color: #1e2828;
}
#search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn svg.fm-icon {
  width: 8px;
  height: 8px;
  margin-left: 6px;
  fill: #324342;
}
#search-canvas .offcanvas-content > h2 {
  color: #324342;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  width: 100%;
  text-align: left;
}
#search-canvas .offcanvas-content .search_form_content {
  display: flex;
  justify-content: center;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form {
  height: 50px;
  width: 100%;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form .search_text_input {
  border-width: 0 0 2px 0;
  border-color: #324342;
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
  color: #324342;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form .search_text_input::placeholder {
  color: inherit;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form .search_text_input:focus ~ button[type=submit] {
  color: #324342;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form .search_text_input:focus ~ button[type=submit] svg.fm-icon {
  fill: #324342;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form button[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  color: #324342;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form button[type=submit] svg.fm-icon {
  fill: #324342;
  width: 20px;
  height: 20px;
}
#search-canvas .offcanvas-content .search_form_content .fm-search-form button[type=submit] svg.fm-icon:hover {
  fill: #324342;
}

.scroll_to_top {
  position: fixed;
  display: inline-block;
  right: -15px;
  bottom: 50px;
  border: 2px solid;
  z-index: 999;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  background: none;
  color: #232529;
  -webkit-transition: right 0.3s linear 0s;
  -moz-transition: right 0.3s linear 0s;
  -ms-transition: right 0.3s linear 0s;
  -o-transition: right 0.3s linear 0s;
  transition: right 0.3s linear 0s;
}
.scroll_to_top.show {
  opacity: 1;
  visibility: visible;
  right: 25px;
}
.scroll_to_top.percent_circle {
  border: 2px solid rgba(136, 136, 136, 0.0823529412);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
}
.scroll_to_top.percent_circle .backtotop-round {
  transform: rotate(-90deg);
  fill: none;
  stroke: #1e2828;
  stroke-width: 5px;
  stroke-dasharray: 0, 999;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 48px;
  height: 48px;
  max-width: inherit;
}
.scroll_to_top.percent_circle .up-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-top: -1px;
  fill: #555555;
}
.single-product .scroll_to_top {
  display: none;
}

@media (min-width: 1025px) {
  .fm-search-form.ajax_search .fm-search-results .fm-dataset .search-result-item {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #fm-search-modal .modal-header .modal-title {
    margin-bottom: 25px;
  }
  #fm-search-modal .modal-header button.close {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  #fm-search-modal .search_form_content .fm-search-form .search_text_input {
    font-size: 32px;
    height: 68px;
    padding: 0 0 25px 0;
  }
  #fm-search-modal .search_form_content .fm-search-form button[type=submit] svg.fm-icon {
    width: 40px;
    height: 40px;
  }
  #search-canvas .offcanvas-content .js-offcanvas-close.diassy2021-close-btn {
    margin-bottom: 80px;
    margin-top: 60px;
  }
  #search-canvas .offcanvas-content .search_form_content .fm-search-form a.btn_clear_text {
    right: 70px;
  }
  #search-canvas .offcanvas-content .search_form_content .fm-search-form a.btn_clear_text svg.fm-icon {
    width: 40px;
    height: 40px;
  }
  #search-canvas .offcanvas-content .search_form_content .fm-search-form .search_text_input {
    font-size: 32px;
    padding: 0 0 25px 0;
    height: 68px;
  }
  #search-canvas .offcanvas-content .search_form_content .fm-search-form button[type=submit] svg.fm-icon {
    width: 40px;
    height: 40px;
  }
  #fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content ul.nav-tabs li.nav-item a.nav-link {
    padding: 0 50px;
  }
  #fm-account-modal.show .account-modal .modal-content .modal-body .account_form_content .tab-content .tab-pane .woocommerce-form .woocommerce-form-row {
    margin-bottom: 20px;
  }
}
.woocommerce-page .woocommerce-breadcrumb { /* Shop Element - Breadcrumb */
  font-size: 14px;
  color: #324342;
  line-height: inherit;
}
.woocommerce-page .woocommerce-breadcrumb a {
  font-size: inherit;
  color: #324342;
}
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #324342;
}
.woocommerce-page .woocommerce-breadcrumb span {
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  color: #324342;
}
.woocommerce-page .woocommerce-breadcrumb span::before {
  display: inline-block;
  margin: 0 8px;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #324342;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
}
.woocommerce-page .woocommerce-pagination ul li a, .woocommerce-page .woocommerce-pagination ul li span {
  color: #324342;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-width: 2px;
  line-height: 38px;
}
.woocommerce-page .woocommerce-pagination ul li a:hover, .woocommerce-page .woocommerce-pagination ul li a.current, .woocommerce-page .woocommerce-pagination ul li span:hover, .woocommerce-page .woocommerce-pagination ul li span.current {
  background-color: #324342;
  border-color: #324342;
  color: #FFF;
}
.woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon {
  fill: #FFF;
}
.woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon :hover {
  fill: #FFF;
}
.woocommerce-page .woocommerce-pagination ul li a.prev, .woocommerce-page .woocommerce-pagination ul li span.prev {
  width: auto;
  padding: 0 15px 0 12px;
}
.woocommerce-page .woocommerce-pagination ul li a.next, .woocommerce-page .woocommerce-pagination ul li span.next {
  width: auto;
  padding: 0 12px 0 15px;
}
.woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action {
  font-size: 11px;
  font-weight: 500;
  color: #324342;
  text-transform: uppercase;
  width: 98px;
  height: 98px;
  display: inline-block;
  text-align: center;
  line-height: 98px;
  border: 1px solid #adb4b3;
  border-radius: 50%;
  -webkit-transition: border-color 0.25s linear 0s;
  -moz-transition: border-color 0.25s linear 0s;
  -ms-transition: border-color 0.25s linear 0s;
  -o-transition: border-color 0.25s linear 0s;
  transition: border-color 0.25s linear 0s;
}
.woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action:hover {
  border-left-color: #1e2828;
  border-right-color: #1e2828;
}
.woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action.disabled {
  display: none;
}
.woocommerce-page .diassy2021_woof_pagination_trigger .loaded_msg {
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-page .diassy2021_woof_pagination_trigger svg.fm-icon {
  display: none;
}
.woocommerce-page .diassy2021_woof_pagination_trigger.disabled .loaded_msg {
  display: inline-block;
  color: #1e2828;
  font-weight: 500;
}
.woocommerce-page .diassy2021_woof_pagination_trigger.disabled .diassy2021_woof_pagination_trigger_action {
  display: none;
}
.woocommerce-page .diassy2021_woof_pagination_trigger.load {
  text-align: center;
}
.woocommerce-page .variable-items-wrapper { /* Shop Element - Variation Swatches */ }
.woocommerce-page .variable-items-wrapper li.woo-variation-swatches-variable-item-more a {
  font-size: 11px;
  color: #888;
  margin-left: 5px;
  text-transform: lowercase;
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item {
  box-shadow: none;
  border-radius: 50%;
  margin: 3px 6px 3px 0;
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item:hover, body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected:hover {
  box-shadow: 0 0 0 1px rgb(0, 0, 0);
}

.select2-container { /* Shop Element - Select2 */ }
.select2-container.select2-container--default .select2-selection--single > .select2-selection__arrow {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../images/select_icon.svg);
  border-left: 0px;
  opacity: .5;
  top: 0;
  right: 10px;
  width: 34px;
}
.shop-control-quick-search .select2-container.select2-container--default .select2-selection--single > .select2-selection__arrow {
  background-image: url(../images/select_icon_single_product.svg);
}
.select2-container.select2-container--default .select2-selection--single > .select2-selection__arrow > b {
  display: none;
}
.select2-container.select2-container--default .select2-dropdown {
  border: none;
  min-width: 188px;
  text-transform: uppercase;
}
.select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options {
  max-height: 288px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options .select2-results__option {
  padding: 9px 12px;
  color: #324342;
}
.select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options .select2-results__option[aria-selected=true], .select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true], .select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted[data-selected] {
  background-color: #fff;
  color: #324342;
}

#yith-wcwl-popup-message { /* Shop Element - Wishlist */
  top: 30px !important;
  right: 30px !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .woocommerce-page .woocommerce-breadcrumb {
    font-size: 14px;
  }
  .woocommerce-page .woocommerce-breadcrumb span::before {
    margin: 0 12px;
  }
  .woocommerce-page .woocommerce-pagination ul li a, .woocommerce-page .woocommerce-pagination ul li span {
    color: #324342;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-width: 2px;
    line-height: 38px;
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover, .woocommerce-page .woocommerce-pagination ul li a.current, .woocommerce-page .woocommerce-pagination ul li span:hover, .woocommerce-page .woocommerce-pagination ul li span.current {
    background-color: #324342;
    border-color: #324342;
    color: #FFF;
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon {
    fill: #FFF;
  }
  .woocommerce-page .woocommerce-pagination ul li a:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li a.current svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span:hover svg.fm-icon :hover, .woocommerce-page .woocommerce-pagination ul li span.current svg.fm-icon :hover {
    fill: #FFF;
  }
  .woocommerce-page .woocommerce-pagination ul li a.prev, .woocommerce-page .woocommerce-pagination ul li span.prev {
    width: auto;
    padding: 0 15px 0 12px;
  }
  .woocommerce-page .woocommerce-pagination ul li a.next, .woocommerce-page .woocommerce-pagination ul li span.next {
    width: auto;
    padding: 0 12px 0 15px;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action {
    font-size: 11px;
    font-weight: 500;
    color: #324342;
    text-transform: uppercase;
    width: 98px;
    height: 98px;
    display: inline-block;
    text-align: center;
    line-height: 98px;
    border: 1px solid #adb4b3;
    border-radius: 50%;
    -webkit-transition: border-color 0.25s linear 0s;
    -moz-transition: border-color 0.25s linear 0s;
    -ms-transition: border-color 0.25s linear 0s;
    -o-transition: border-color 0.25s linear 0s;
    transition: border-color 0.25s linear 0s;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action:hover {
    border-left-color: #1e2828;
    border-right-color: #1e2828;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger a.diassy2021_woof_pagination_trigger_action.disabled {
    display: none;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger .loaded_msg {
    display: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger svg.fm-icon {
    display: none;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger.disabled .loaded_msg {
    display: inline-block;
    color: #1e2828;
    font-weight: 500;
  }
  .woocommerce-page .diassy2021_woof_pagination_trigger.disabled .diassy2021_woof_pagination_trigger_action {
    display: none;
  }
  .woocommerce-page .variable-items-wrapper { /* Shop Element - Variation Swatches */ }
  .woocommerce-page .variable-items-wrapper li.woo-variation-swatches-variable-item-more a {
    font-size: 11px;
    color: #888;
    margin-left: 5px;
    text-transform: lowercase;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item {
    box-shadow: none !important;
    border-radius: 50%;
    background-color: transparent !important;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item:hover, body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) !important;
  }
  body.woo-variation-swatches .woocommerce-page .variable-items-wrapper li.variable-item.color-variable-item.selected:hover {
    box-shadow: 0 0 0 1px rgb(0, 0, 0) !important;
  }
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .widget-title {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #adb4b3;
  padding: 0;
  margin-bottom: 20px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .widget-title:before {
  display: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item {
  display: flex;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  counter-increment: my-awesome-counter;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item::before {
  content: counter(my-awesome-counter);
  font-size: 12px;
  color: #ffffff;
  background: #324342;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 20px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-thumb {
  margin-right: 18px;
  flex: 0 0 100px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-thumb img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content {
  display: flex;
  flex-direction: column;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content .post-list-category {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
  display: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content .post-list-category a {
  color: #324342;
  line-height: inherit;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content .post-list-category:hover a {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content .post-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #324342;
  margin-bottom: 6px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item .post-list-content .post-list-meta {
  font-size: 13px;
  line-height: 15px;
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .cat-links {
  font-size: 0;
  line-height: 12px;
  display: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .cat-links a {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #324342;
  display: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .cat-links a:hover {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .cat-links a:first-child {
  display: block;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .post-list-meta .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .post-list-meta .posted-on a {
  font-size: 13px;
  line-height: 15px;
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item.has_background .post-list-meta .post-author {
  display: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget .diassy2021-posts-list .post-item ~ .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #adb4b3;
  padding-bottom: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > *, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > ul, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > div, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > form {
  padding-left: 0;
  padding-right: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > .archive-dropdown, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget > select {
  padding-left: 15px;
  padding-right: 15px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form {
  height: 50px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form input.search_text_input {
  background: #f1f1f1;
  border: none;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form input.search_text_input::placeholder {
  color: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form input.search_text_input:focus {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form button[type=submit] {
  background: #324342;
  width: 60px;
  padding: 0;
  flex: 0 0 60px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form button[type=submit] svg.fm-icon {
  fill: #ffffff;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_search .fm-search-form button[type=submit]:hover {
  background: #1e2828;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #adb4b3;
  font-size: 12px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item a, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #324342;
  margin-left: 0;
  margin-right: auto;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item a::before, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all a::before {
  margin-right: 10px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #b4b4b4;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item a:hover, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all a:hover {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item a:hover::before, body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all a:hover::before {
  border-left-color: #1e2828;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li.cat-item-all {
  padding-top: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li ul.children {
  flex: 0 0 100%;
  padding-left: 12px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_categories li ul.children > li.cat-item:first-child {
  border-top: 1px dashed #adb4b3;
  margin-top: 15px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #adb4b3;
  font-size: 15px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item a {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 400;
  text-transform: capitalize;
  color: #324342;
  margin-left: 0;
  margin-right: auto;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item a::before {
  margin-right: 10px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #b4b4b4;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item a:hover {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item a:hover::before {
  border-left-color: #1e2828;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item-has-children ul.sub-menu {
  flex: 0 0 100%;
  padding-left: 12px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu li.menu-item-has-children ul.sub-menu > li.menu-item:first-child {
  border-top: 1px dashed #adb4b3;
  margin-top: 15px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_nav_menu > li:first-child {
  padding-top: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #adb4b3;
  font-size: 15px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li a {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 400;
  text-transform: capitalize;
  color: #324342;
  margin-left: 0;
  margin-right: auto;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li a::before {
  margin-right: 10px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #b4b4b4;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li a:hover {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li a:hover::before {
  border-left-color: #1e2828;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive > li:first-child {
  padding-top: 0;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_archive .select2-container {
  max-width: 100%;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter {
  background: #f1f1f1;
  padding-bottom: 35px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .widget-title {
  text-align: center;
  justify-content: center;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter > .text {
  text-align: center;
  color: #324342;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 30px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form {
  display: flex;
  height: 45px;
  padding: 0 20px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: none;
  height: 100%;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form input[type=email]::placeholder {
  color: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form input[type=email]:focus {
  color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form input[type=submit] {
  flex: 0 0 68px;
  height: 100%;
  border: none;
  background: #324342;
  padding: 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  background: #324342;
  color: #FFF;
  font-weight: 600;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_newsletter .fm_newsletter_form input[type=submit]:hover {
  background: #1e2828;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.diassy2021_recent_posts .widget-title {
  margin-bottom: 16px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 15px !important;
  font-weight: 400;
  color: #324342;
  border: 1px solid #adb4b3;
  padding: 6px 20px;
  line-height: 18px;
  margin: 6px 6px 0 0;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget.widget_tag_cloud .tagcloud a:hover {
  color: #324342;
  border-color: #324342;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content aside.widget ~ .diassy2021_newsletter {
  margin-top: 50px;
}
body:not(.woocommerce-page) .diassy2021-sidebar-content > aside.widget:first-child .widget-title {
  margin-top: -20px;
}

.blog-heading-content {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #adb4b3;
}
body:not(.page):not(.woocommerce-page) .blog-heading-content .blog-title {
  font-size: 40px;
}
.blog-heading-content.blog_cat {
  border-bottom: 1px solid #adb4b3;
}

.header-breadcrumb-wrap .diassy2021-breadcrumbs .trail-item, .header-breadcrumb-wrap .diassy2021-breadcrumbs .trail-item a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #777777;
}
.header-breadcrumb-wrap .diassy2021-breadcrumbs .trail-item.trail-end, .header-breadcrumb-wrap .diassy2021-breadcrumbs .trail-item a.trail-end {
  color: #324342;
}
body:not(.page):not(.woocommerce-page) .header-breadcrumb-wrap {
  margin-top: 20px;
}
body:not(.page):not(.woocommerce-page) .header-breadcrumb-wrap ~ #content {
  padding-top: 20px;
}

body:not(.woocommerce-page) article.diassy2021-post-item.post-grid {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner {
  position: relative;
  overflow: hidden;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .entry-image-attachment img {
  width: 100%;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .date {
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 11px 10px;
  height: 60px;
  width: 60px;
  color: #324342;
  margin-bottom: 25px;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .date .day {
  font-size: 15px;
  display: block;
  width: 100%;
  position: relative;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .date .day::after {
  display: inline-block;
  width: 100%;
  content: "";
  border-bottom: 2px solid #324342;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .date .month {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7427345938) 0%, rgba(170, 170, 170, 0) 100%);
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 12px;
  margin-bottom: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .post-categories .cat-links a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info h2.entry-title {
  font-size: 24px;
  font-weight: 500;
  overflow-wrap: break-word;
  line-height: 28px;
  margin-bottom: 6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info h2.entry-title a {
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .posted-on a {
  font-size: inherit;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .post-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .post-author a {
  text-transform: capitalize;
  color: #ffffff;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .metas .post-author::after {
  width: 1px;
  height: 12px;
  background: #aaa;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .excerpt {
  display: none;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .read-more-btn {
  display: none;
  width: 75px;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #FFF;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  fill: #FFFFFF;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner.no-thumbnail .date {
  position: static;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner {
  position: relative;
  overflow: hidden;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .entry-image-attachment {
  margin-bottom: 15px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .entry-image-attachment img {
  width: 100%;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .date {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  left: 25px;
  top: 20px;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 12px 7px;
  height: 56px;
  width: 56px;
  color: #324342;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .date .day {
  order: -1;
  font-size: 18px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  font-weight: 600;
  margin-bottom: 11px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .date::before {
  display: inline-block;
  width: 45px;
  content: "";
  border-bottom: 1px solid #e1e1e1;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 28px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .date .month {
  font-size: 10px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 12px;
  margin-bottom: 5px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a:hover {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info h2.entry-title {
  font-size: 24px;
  font-weight: 500;
  overflow-wrap: break-word;
  line-height: 28px;
  margin-bottom: 6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas a:hover {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .post-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .post-author a {
  text-transform: capitalize;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .post-author a:hover {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .metas .post-author::after {
  width: 1px;
  height: 12px;
  background: #aaa;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .excerpt {
  display: none;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .info .read-more-btn {
  display: none;
  width: 75px;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #FFF;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner.no-thumbnail .date {
  position: static;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #adb4b3;
  position: relative;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .entry-image-attachment {
  margin-bottom: 18px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .date {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  left: 25px;
  top: 20px;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 12px 7px;
  height: 56px;
  width: 56px;
  color: #324342;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .date .day {
  order: -1;
  font-size: 18px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  font-weight: 600;
  margin-bottom: 11px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .date::before {
  display: inline-block;
  width: 45px;
  content: "";
  border-bottom: 1px solid #E1E1E1;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 28px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .date .month {
  font-size: 10px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 20px;
  margin-bottom: 6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .post-categories .cat-links a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .post-categories .cat-links a:hover {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info h2.entry-title {
  font-size: 40px;
  font-weight: 500;
  overflow-wrap: break-word;
  line-height: 42px;
  margin-bottom: 16px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas a:not(:hover) {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .post-author {
  position: relative;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .post-author a {
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .post-author + .post-comments {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .metas .post-author + .post-comments::after {
  width: 1px;
  height: 12px;
  background: #aaa;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .excerpt {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #adb4b3;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .read-more-btn {
  margin-top: 20px;
  display: inline-block;
  width: auto;
  text-align: right;
  position: relative;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .read-more-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner.no-thumbnail .entry-image-attachment {
  margin: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner.no-thumbnail .date {
  position: static;
  margin-bottom: 20px;
  border: 1px solid #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner.no-thumbnail .info .post-item-head .post-categories {
  position: static;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links {
  margin: 0 0 0.25rem 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner {
  display: flex;
  position: relative;
  border-bottom: 1px solid #adb4b3;
  padding-bottom: 45px;
  margin-bottom: 45px;
  flex-direction: column;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .entry-image-attachment {
  margin-bottom: 20px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .date {
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background: #ffffff;
  line-height: 20px;
  padding: 12px 7px;
  height: 56px;
  width: 56px;
  color: #324342;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .date .day {
  order: -1;
  font-size: 18px;
  line-height: 14px;
  display: block;
  width: 45px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .date::before {
  display: inline-block;
  width: 45px;
  content: "";
  border-bottom: 1px solid #e1e1e1;
  transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 28px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .date .month {
  font-size: 10px;
  line-height: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 600;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .post-categories .cat-links {
  font-size: 0;
  line-height: 20px;
  margin-bottom: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .post-categories .cat-links a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .post-categories .cat-links a:hover {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info h2.entry-title {
  font-size: 26px;
  font-weight: 500;
  overflow-wrap: break-word;
  line-height: 30px;
  margin-bottom: 6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas a {
  font-size: inherit;
  font-weight: inherit;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas a:not(:hover) {
  color: #324342;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .posted-on {
  font-size: 0;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .posted-on a {
  font-size: inherit;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .post-author {
  position: relative;
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .post-author a {
  text-transform: capitalize;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .post-author a::before {
  content: ":";
  display: inline-block;
  margin-right: 3px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .post-author + .post-comments {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .metas .post-author + .post-comments::after {
  width: 1px;
  height: 12px;
  background: #aaa;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .excerpt {
  display: none;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .read-more-btn {
  margin-top: 20px;
  background: #324342;
  color: #ffffff;
  height: 36px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .read-more-btn:hover {
  background-color: #1e2828;
}
body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner.has-thumbnail .info .date {
  position: absolute;
  left: 15px;
  top: 15px;
}

body:not(.woocommerce-page) .page-links {
  clear: both;
}
body:not(.woocommerce-page) .page-links .post-page-numbers {
  padding: 8px;
  display: inline-block;
  font-weight: 500;
}
body:not(.woocommerce-page) .page-links .post-page-numbers.current {
  color: #1e2828;
}
body:not(.woocommerce-page) .page-links .post-page-numbers.current:hover {
  color: #000000;
}

body:not(.woocommerce-page) .pagination .nav-links {
  display: inline-block;
  width: 100%;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers {
  margin: 0 8px;
  text-transform: uppercase;
  font-weight: 700;
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: #ffffff;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers.next, body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers.prev {
  padding: 0;
  font-size: 0;
}
.pagination-style2 body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li .page-numbers {
  border-radius: 0;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li:first-child > .page-numbers {
  margin-left: 0;
}
body:not(.woocommerce-page) .pagination .nav-links ul.page-numbers li:last-child > .page-numbers {
  margin-right: 0;
}

.single-post.blog-layout-none #content .site-main article.single-post > div:not(.post-header), .single-post.blog-layout-none #content .site-main article.single-post .entry-content, .single-post.blog-layout-none #content .site-main article.single-post .info-bottom, .single-post.blog-layout-none #content .site-main article.single-post .footer-post, .single-post.blog-layout-none #content .site-main article.single-post .comments-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.single-post.blog-layout-none .site-main article.single-post .entry-content img.wp-post-image {
  display: block;
}
.single-post .site-main article.single-post {
  line-height: 1.7;
}
.single-post .site-main article.single-post .post-header {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.single-post .site-main article.single-post .post-header .post-categories {
  margin-bottom: 5px;
  max-width: 100%;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links {
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #324342;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:hover {
  color: #324342;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:not(:last-child) {
  padding-right: 3px;
  margin-right: 6px;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:not(:last-child)::after {
  content: ",";
  display: inline-block;
  position: absolute;
  right: 0;
}
.single-post .site-main article.single-post .post-header h1.entry-title {
  font-size: 40px;
  line-height: 42px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.single-post .site-main article.single-post .post-header h1.entry-title > em {
  font-size: inherit;
}
.single-post .site-main article.single-post .post-header .metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
}
.single-post .site-main article.single-post .post-header .metas a {
  font-size: inherit;
  font-weight: inherit;
  color: #324342;
}
.single-post .site-main article.single-post .post-header .metas a:hover {
  color: #324342;
}
.single-post .site-main article.single-post .post-header .metas .posted-on {
  display: none;
}
.single-post .site-main article.single-post .post-header .metas .post-author {
  height: inherit;
  position: relative;
  text-transform: capitalize;
}
.single-post .site-main article.single-post .post-header .metas .post-author a {
  text-transform: capitalize;
}
.single-post .site-main article.single-post .post-header .metas .post-author a::before {
  display: inline-block;
  content: ":";
  margin-right: 3px;
}
.single-post .site-main article.single-post .post-header .metas .post-author + .post-comments {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.single-post .site-main article.single-post .post-header .metas .post-author + .post-comments::before {
  width: 1px;
  height: 15px;
  background: #aaa;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.single-post .site-main article.single-post .post-header .metas .post-comments {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.single-post .site-main article.single-post .post-header .metas .post-comments svg.fm-icon {
  display: none;
}
.single-post .site-main article.single-post .post-header .entry-image-attachment {
  margin-top: 25px;
}
.single-post .site-main article.single-post .post-header img.wp-post-image {
  margin-bottom: 0;
}
.single-post .site-main article.single-post .entry-content figure.wp-block-gallery {
  margin-bottom: 1rem;
}
.single-post .site-main article.single-post .info-bottom {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  clear: both;
  align-items: flex-start;
}
.single-post .site-main article.single-post .info-bottom > .entry-taxonomy {
  flex: 0 0 60%;
}
.single-post .site-main article.single-post .info-bottom > .post-item-share {
  flex: 0 0 40%;
}
.single-post .site-main article.single-post .info-bottom .entry-taxonomy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.single-post .site-main article.single-post .info-bottom .tags-links {
  font-size: 0;
}
.single-post .site-main article.single-post .info-bottom .tags-links a {
  border: 1px solid #adb4b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  margin-right: 6px;
  margin-top: 6px;
  display: inline-block;
  font-size: 15px;
  color: #324342;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.single-post .site-main article.single-post .info-bottom .tags-links a:hover {
  color: #324342;
  border-color: #324342;
}
.single-post .site-main article.single-post .info-bottom .post-item-share {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .title {
  font-size: 15px;
  color: #324342;
  margin: 0;
  font-weight: 400;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share a {
  margin-left: 10px;
  border: 1px solid #adb4b3;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share a svg {
  width: 12px;
  height: 12px;
  fill: #324342;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share a:hover {
  border-color: #324342;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share a:hover svg.fm-icon {
  fill: #324342;
}
.single-post .site-main article.single-post .footer-post {
  margin-bottom: 50px;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text:not(:hover) {
  color: #324342;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .nav-post-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-transform: none;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous, .single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous a {
  text-align: left;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous ~ .nav-next {
  border-left: 1px solid #adb4b3;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next {
  border: none;
  text-align: right;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next a {
  float: right;
  text-align: right;
}
.single-post .site-main article.single-post.special-layout .entry-content img.wp-post-image {
  display: none;
}
.single-post .site-main .related-posts > h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.single-post .site-main .comments-wrapper #comments {
  margin-top: 30px;
  text-align: center;
}

.blog_category_list_wrap {
  overflow-x: auto;
}
.blog_category_list_wrap .blog_category_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.blog_category_list_wrap .blog_category_list li {
  margin: 0 10px;
  color: #324342;
  border-bottom: 2px solid transparent;
  flex: none;
}
.blog_category_list_wrap .blog_category_list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.blog_category_list_wrap .blog_category_list li:hover, .blog_category_list_wrap .blog_category_list li.current-cat {
  border-bottom-color: #1e2828;
}
.blog_category_list_wrap .blog_category_list li:hover a, .blog_category_list_wrap .blog_category_list li.current-cat a {
  color: #1e2828;
}
.blog_category_list_wrap .blog_category_list li.cat-item-all {
  margin-left: 0;
}
body.blog .blog_category_list_wrap .blog_category_list li.cat-item-all {
  border-bottom-color: #324342;
}
body.blog .blog_category_list_wrap .blog_category_list li.cat-item-all a {
  color: #324342;
}

.single-post #comments, .page:not(.woocommerce-page) #comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #adb4b3;
}
.single-post #comments .comments-title, .page:not(.woocommerce-page) #comments .comments-title {
  margin-bottom: 2rem;
}
.single-post #comments .comment-list, .page:not(.woocommerce-page) #comments .comment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left;
}
.single-post #comments .comment-list .comment.depth-1:not(.parent), .page:not(.woocommerce-page) #comments .comment-list .comment.depth-1:not(.parent) {
  padding-bottom: 20px;
  border-bottom: solid 1px #adb4b3;
  margin-bottom: 20px;
}
.single-post #comments .comment-list .comment-body, .page:not(.woocommerce-page) #comments .comment-list .comment-body {
  display: flex;
  flex-wrap: wrap;
}
.single-post #comments .comment-list .comment-body .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info {
  display: flex;
  flex-direction: column;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name, .single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a {
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  color: #324342;
  font-size: 20px;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info time, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info time {
  font-size: 13px;
  color: #b0b0b0;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #324342;
  margin-right: 10px;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a:last-child, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a:last-child {
  margin-right: 0;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a:hover, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-action a:hover {
  color: #324342;
}
.single-post #comments .comment-list .comment-body .comment-content .comment-text p:last-child, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.single-post #comments .comment-list .comment-body .user-avatar, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar {
  flex: 0 0 75px;
}
.single-post #comments .comment-list .comment-body .user-avatar + .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar + .comment-content {
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
}
.single-post #comments .comment-list .comment-body .user-avatar .comment-author img, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar .comment-author img {
  width: 60px;
  margin-right: 15px;
  max-width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
  padding: 0;
  border-radius: 0;
}
.single-post #comments .comment-list .comment-body #respond, .page:not(.woocommerce-page) #comments .comment-list .comment-body #respond {
  flex: 0 0 100%;
  margin-top: 35px;
  padding-top: 33px;
  border-top: 1px solid #adb4b3;
}
.single-post #comments .comment-list .comment-body #respond #reply-title, .page:not(.woocommerce-page) #comments .comment-list .comment-body #respond #reply-title {
  display: flex;
  justify-content: space-between;
}
.single-post #comments .comment-list .comment-body #respond #reply-title #cancel-comment-reply-link, .page:not(.woocommerce-page) #comments .comment-list .comment-body #respond #reply-title #cancel-comment-reply-link {
  font-size: 15px;
}
.single-post #comments .comment-list .comment-body #respond #commentform .form-submit, .page:not(.woocommerce-page) #comments .comment-list .comment-body #respond #commentform .form-submit {
  margin-bottom: 0;
}
.single-post #comments .comment-list .children, .page:not(.woocommerce-page) #comments .comment-list .children {
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.single-post #comments .comment-list .children > li, .page:not(.woocommerce-page) #comments .comment-list .children > li {
  padding-left: 30px;
}
.single-post #comments .comment-list .children .comment, .page:not(.woocommerce-page) #comments .comment-list .children .comment {
  margin-top: 20px;
  border-top: 1px solid #adb4b3;
  padding-top: 20px;
}
.single-post #comments .comment-list .children .comment:not(.parent):last-child, .page:not(.woocommerce-page) #comments .comment-list .children .comment:not(.parent):last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #adb4b3;
  margin-bottom: 20px;
}
.single-post #comments .comment-list .pingback, .single-post #comments .comment-list .trackback, .page:not(.woocommerce-page) #comments .comment-list .pingback, .page:not(.woocommerce-page) #comments .comment-list .trackback {
  margin-bottom: 1.5rem;
}
.single-post #comments .comment-respond #reply-title, .page:not(.woocommerce-page) #comments .comment-respond #reply-title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #324342;
}
.single-post #comments .comment-respond .comment-form p, .page:not(.woocommerce-page) #comments .comment-respond .comment-form p {
  margin-bottom: 23px;
}
.single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group {
  display: flex;
  flex-wrap: wrap;
}
.single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 10px;
}
.single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p:nth-child(3n), .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p:nth-child(3n) {
  margin-right: 0;
}
.single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p.comment-form-cookies-consent, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p.comment-form-cookies-consent {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p.comment-form-cookies-consent label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.single-post #comments .comment-respond .comment-form .form-submit input#submit, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .form-submit input#submit {
  width: 200px;
  border: none;
  background: #324342;
  color: #FFF;
  font-weight: 600;
  height: 50px;
  font-size: 11px;
}
.single-post #comments .comment-respond .comment-form .form-submit input#submit:hover, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .form-submit input#submit:hover {
  background-color: #1e2828;
}
.single-post #comments .comment-respond .comment-form .comment-form-comment, .single-post #comments .comment-respond .comment-form .comment-form-author, .single-post #comments .comment-respond .comment-form .comment-form-email, .single-post #comments .comment-respond .comment-form .comment-form-url, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url {
  position: relative;
}
.single-post #comments .comment-respond .comment-form .comment-form-comment input:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-comment input.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-comment textarea:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-comment textarea.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-author input:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-author input.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-author textarea:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-author textarea.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-email input:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-email input.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-email textarea:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-email textarea.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-url input:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-url input.has-content ~ label, .single-post #comments .comment-respond .comment-form .comment-form-url textarea:focus ~ label, .single-post #comments .comment-respond .comment-form .comment-form-url textarea.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment input:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment input.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment textarea:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment textarea.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author input:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author input.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author textarea:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author textarea.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email input:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email input.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email textarea:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email textarea.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url input:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url input.has-content ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url textarea:focus ~ label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url textarea.has-content ~ label {
  top: 0;
  color: #324342;
  width: auto;
}
.single-post #comments .comment-respond .comment-form .comment-form-comment label, .single-post #comments .comment-respond .comment-form .comment-form-author label, .single-post #comments .comment-respond .comment-form .comment-form-email label, .single-post #comments .comment-respond .comment-form .comment-form-url label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-comment label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-author label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-email label, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-url label {
  font-size: 15px;
  color: #324342;
  position: absolute;
  left: 10px;
  top: 25px;
  transform: translateY(-50%);
  margin: 0;
  background: #ffffff;
  padding: 0 10px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: top 0.25s linear 0s;
  -moz-transition: top 0.25s linear 0s;
  -ms-transition: top 0.25s linear 0s;
  -o-transition: top 0.25s linear 0s;
  transition: top 0.25s linear 0s;
}
.single-post #comments .comment-respond .comment-form .comment-form-cookies-consent, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
  margin-top: 10px;
}
.single-post #comments .comment-navigation, .page:not(.woocommerce-page) #comments .comment-navigation {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-post #comments {
  padding-top: 0;
  border-top: none;
}

@media (min-width: 768px) {
  .header-breadcrumb-wrap {
    display: block;
  }
  body:not(.page):not(.woocommerce-page) .blog-heading-content .blog-title {
    font-size: 60px;
  }
  .blog-heading-content.blog_cat {
    border-bottom: 1px solid #adb4b3;
  }
  .blog_category_list_wrap {
    overflow-x: unset;
  }
  .blog_category_list_wrap .blog_category_list {
    justify-content: center;
  }
  .blog_category_list_wrap .blog_category_list li {
    margin: 0 20px;
  }
  .blog_category_list_wrap .blog_category_list li a {
    font-size: 18px;
    line-height: 32px;
  }
  .blog_category_list_wrap .blog_category_list li.cat-item-all {
    margin-left: 20px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info {
    padding: 35px 10px 30px 20px;
    transition: all 0.3s linear 0s;
    transform: translateY(38px);
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner .info .read-more-btn {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s linear 0s, opacity 0.25s linear 0s;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner:hover .info {
    transform: translateY(0);
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid .post-inner:hover .info .read-more-btn {
    visibility: visible;
    opacity: 1;
  }
  .single-post .site-main article.single-post {
    margin-top: 40px;
  }
  .single-post .site-main article.single-post .info-bottom .entry-taxonomy {
    justify-content: flex-start;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .blog_category_list_wrap .blog_category_list {
    margin-top: 30px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .entry-image-attachment {
    flex: 0 0 50%;
    max-width: 600px;
    margin: 0;
    text-align: right;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info {
    flex: 0 0 50%;
    max-width: 450px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .post-categories .cat-links a {
    font-size: 12px;
    margin-bottom: 8px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info h2.entry-title {
    font-size: 40px;
    line-height: 42px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .date {
    margin-bottom: 35px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner .info .read-more-btn {
    margin-top: 25px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard .post-inner.has-thumbnail .info .date {
    position: static;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share {
    display: flex;
    align-items: center;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share .title {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 {
    margin-bottom: 40px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid-2 .post-inner .entry-image-attachment {
    margin-bottom: 18px;
  }
  .single-post .site-main article.single-post {
    margin-top: 60px;
  }
  .single-post .site-main article.single-post .post-header {
    margin-bottom: 40px;
  }
  .single-post .site-main article.single-post .post-header .entry-image-attachment {
    margin-top: 35px;
  }
  .single-post .site-main article.single-post .post-header .post-categories {
    margin-bottom: 10px;
  }
  .single-post .site-main article.single-post .post-header h1.entry-title {
    margin-bottom: 15px;
  }
  .single-post .site-main article.single-post .entry-content .h1, .single-post .site-main article.single-post .entry-content .h2 {
    margin-bottom: 1.5rem;
  }
  .single-post .site-main article.single-post .entry-content .h3, .single-post .site-main article.single-post .entry-content .h4, .single-post .site-main article.single-post .entry-content .h5, .single-post .site-main article.single-post .entry-content .h6, .single-post .site-main article.single-post .entry-content h1, .single-post .site-main article.single-post .entry-content h2, .single-post .site-main article.single-post .entry-content h3, .single-post .site-main article.single-post .entry-content h4, .single-post .site-main article.single-post .entry-content h5, .single-post .site-main article.single-post .entry-content h6 {
    margin-bottom: 1rem;
  }
  .single-post .site-main article.single-post .entry-content .wp-block-image figcaption {
    margin-bottom: 0;
  }
  .single-post .site-main article.single-post .entry-content blockquote > p {
    margin-bottom: 1rem;
  }
  .single-post #comments .comment-list .comment-body .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-post #comments .comment-list .comment-body .user-avatar, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar {
    flex: 0 0 145px;
  }
  .single-post #comments .comment-list .comment-body .user-avatar + .comment-content, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar + .comment-content {
    flex: 0 0 calc(100% - 145px);
    max-width: calc(100% - 145px);
  }
  .single-post #comments .comment-list .comment-body .user-avatar .comment-author img, .page:not(.woocommerce-page) #comments .comment-list .comment-body .user-avatar .comment-author img {
    width: 120px;
    margin-right: 25px;
  }
  .single-post #comments .comment-list .comment.depth-1:not(.parent), .single-post #comments .comment-list .children .comment:not(.parent):last-child, .page:not(.woocommerce-page) #comments .comment-list .comment.depth-1:not(.parent), .page:not(.woocommerce-page) #comments .comment-list .children .comment:not(.parent):last-child {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .single-post #comments .comment-list .children .comment, .page:not(.woocommerce-page) #comments .comment-list .children .comment {
    margin-top: 35px;
    padding-top: 35px;
  }
  .single-post #comments .comment-list .children > li.comment, .page:not(.woocommerce-page) #comments .comment-list .children > li.comment {
    padding-left: 60px;
  }
  .single-post #comments .comment-respond #reply-title, .page:not(.woocommerce-page) #comments .comment-respond #reply-title {
    font-size: 30px;
  }
  .single-post #comments .comments-title, .page:not(.woocommerce-page) #comments .comments-title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1500px) {
  .single-post #content > .container, .single-post .site-content .page-heading-wrap .page-heading-container, .single-post .header-breadcrumb-wrap > .container, .blog #content > .container, .blog .site-content .page-heading-wrap .page-heading-container, .blog .header-breadcrumb-wrap > .container, .archive.category:not(.woocommerce-page) #content > .container, .archive.category:not(.woocommerce-page) .site-content .page-heading-wrap .page-heading-container, .archive.category:not(.woocommerce-page) .header-breadcrumb-wrap > .container {
    max-width: 1500px !important;
  }
}
@media (max-width: 991px) {
  body:not(.woocommerce-page) .sidebar-right, body:not(.woocommerce-page) .sidebar-left {
    flex-direction: column;
  }
  body:not(.woocommerce-page) .sidebar-right .diassy2021-sidebar-content, body:not(.woocommerce-page) .sidebar-left .diassy2021-sidebar-content {
    order: 2;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #adb4b3;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-standard {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .entry-image-attachment {
    margin-bottom: 20px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .post-item-head .entry-title {
    font-size: 26px;
    line-height: 30px;
  }
  body:not(.woocommerce-page) article.diassy2021-post-item.post-list .post-inner .info .excerpt {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .single-post .site-main article.single-post .post-header h1.entry-title {
    font-size: 36px;
    line-height: 40px;
  }
  .single-post .site-main article.single-post .info-bottom {
    flex-direction: column;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share {
    margin: 20px auto 0 auto;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share {
    align-items: center;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share .diassy2021-blog-share a {
    margin: 0 8px;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation {
    padding: 15px 0;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links {
    display: flex;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-post-title {
    display: none;
  }
  .single-post #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p, .page:not(.woocommerce-page) #comments .comment-respond .comment-form .diassy2021_comment_fields_group > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .single-post #comments .comment-list .children > li, .page:not(.woocommerce-page) #comments .comment-list .children > li {
    padding-left: 1.25rem;
  }
  .single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name,
  .single-post #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a, .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name,
  .page:not(.woocommerce-page) #comments .comment-list .comment-body .comment-content .comment-heading .comment-info .author-display-name a {
    font-size: 15px;
  }
  .single-post #comments .comments-title, .page:not(.woocommerce-page) #comments .comments-title {
    font-size: 23px;
  }
  #comments .h1, #comments h1 {
    font-size: 2.5rem;
  }
  #comments .h2, #comments h2 {
    font-size: 2rem;
  }
  #comments .h3, #comments h3 {
    font-size: 1.75rem;
  }
  #comments .h4, #comments h4 {
    font-size: 1.5rem;
  }
  #comments .h5, #comments h5 {
    font-size: 1.25rem;
  }
  #comments .h6, #comments h6 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  body:not(.woocommerce-page) article.diassy2021-post-item.post-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel-caption {
  margin: 40px 0 35px 0;
}

.center-image-carousel {
  position: relative;
}

@media (min-width: 1500px) {
  .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-swiper-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    z-index: 3;
  }
  .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper {
    z-index: 1;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
  }
  .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper::before, .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper::after {
    width: 80px;
    height: 100%;
    content: "";
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 0;
  }
  .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper::before {
    left: 0;
  }
  .intro_arrow.elementor-element.elementor-widget-image-carousel .elementor-image-carousel-wrapper::after {
    right: 0;
  }
}
.page-template-fullpage #fp-nav.right {
  bottom: 25px;
  top: auto;
  right: 30px;
  margin: 0;
}
.page-template-fullpage #fp-nav.right ul li {
  width: 11px;
  height: 11px;
  margin: 0 0 14px 0;
}
.page-template-fullpage #fp-nav.right ul li a span {
  width: 11px;
  height: 11px;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0;
}
.page-template-fullpage #fp-nav.right ul li a.active span {
  background: #ffffff;
  margin: 0;
}
.page-template-fullpage .header-mobile {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-template-fullpage .elementor-section .fp-tableCell > .elementor-container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-template-fullpage #fp-nav.right {
    bottom: 35px;
    right: 50px;
  }
}
body:not(.diassy2021-mobile).has-offcanvas--overlay.hasVerticalScrollbar {
  padding-right: 17px;
}
body:not(.diassy2021-mobile).has-offcanvas--overlay.hasVerticalScrollbar .site-header.fmc-transparent-header, body:not(.diassy2021-mobile).has-offcanvas--overlay.hasVerticalScrollbar .fm-header-sticky {
  padding-right: 17px;
}

body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content {
  overflow: unset;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content {
  height: calc(100% - 100px);
  padding: 15px 0 45px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .woocommerce-mini-cart {
  position: relative;
  padding: 0 20px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .widget_shopping_cart_content > p {
  padding: 0 20px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .widget_shopping_cart_content > p.woocommerce-mini-cart__total {
  padding: 25px 0 0;
  margin: auto 20px 0;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .diassy2021-free-shipping-msg {
  padding: 0 20px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .filter-content-wrap {
  position: relative;
  height: calc(100% - 105px);
  padding: 0 15px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#filter-canvas .offcanvas-content {
  padding: 0;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#filter-canvas .offcanvas-content .offcanvas_box_head {
  padding: 15px 30px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#hamburger-canvas .hamburger-screen-inner {
  overflow: unset;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#hamburger-canvas .hamburger-screen-inner .hamburger-screen-content {
  position: relative;
  height: calc(100% - 95px);
  padding: 0;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#hamburger-canvas .hamburger-screen-inner .hamburger-screen-content > .hamburger-navigation {
  padding: 0 25px;
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#hamburger-canvas .hamburger-screen-inner.has_bottom .hamburger-screen-content {
  height: calc(100% - 170px);
}
body:not(.diassy2021-mobile) .c-offcanvas.is-open#hamburger-canvas .hamburger-screen-inner .hamburger-bottom {
  margin-top: 0;
}
body:not(.diassy2021-mobile) .fm-search-form.ajax_search .fm-search-results {
  overflow: initial;
}
body:not(.diassy2021-mobile) .fm-search-form.ajax_search .fm-search-results .fm-dataset-search {
  position: relative;
  height: 100%;
}
body:not(.diassy2021-mobile) .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results, body:not(.diassy2021-mobile) .search_form_wrapper.header-element .fm-search-form.ajax_search .fm-search-results {
  padding: 0;
}
body:not(.diassy2021-mobile) .search_form_wrapper.dropdown .fm-search-form.ajax_search .fm-search-results .fm-dataset-search, body:not(.diassy2021-mobile) .search_form_wrapper.header-element .fm-search-form.ajax_search .fm-search-results .fm-dataset-search {
  padding: 0;
  display: block;
}

.igrowl-success {
  border-radius: 2px;
  background: #fefefe;
  border: 1px solid #a4e648;
}
.igrowl-success .igrowl-message {
  color: #324342;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.igrowl-success .igrowl-title {
  color: #324342;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.igrowl-dismiss {
  display: none;
}

@media (min-width: 1200px) {
  body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .widget_shopping_cart_content > p, body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .woocommerce-mini-cart, body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .diassy2021-free-shipping-msg {
    padding: 0 40px;
  }
  body:not(.diassy2021-mobile) .c-offcanvas.is-open .offcanvas-content .cart_box_content .widget_shopping_cart_content > p.woocommerce-mini-cart__total {
    margin: auto 40px 0;
  }
}
.elementor-element .fmtpl-products ul.products {
  list-style: none;
}
.elementor-element .fmtpl-products ul.products:before, .elementor-element .fmtpl-products ul.products:after {
  content: none;
}
.elementor-element .fmtpl-products ul.products.columns-1 li.product {
  width: 100%;
}
.elementor-element .fmtpl-products ul.products.columns-2 li.product {
  width: 50%;
}
.elementor-element .fmtpl-products ul.products.columns-3 li.product {
  width: 33.3333333333%;
}
.elementor-element .fmtpl-products ul.products.columns-4 li.product {
  width: 25%;
}
.elementor-element .fmtpl-products ul.products.columns-5 li.product {
  width: 20%;
}
.elementor-element .fmtpl-products ul.products.columns-6 li.product {
  width: 16.6666666667%;
}
.elementor-element .fmtpl-products ul.products .fami-product-item {
  position: relative;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap .product-thumbnail .product-thumbnail-zoom {
  display: block;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap .product-thumbnail img {
  margin-bottom: 0;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap .product-thumbnails--hover img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap .product-thumbnails--hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .product-item-wrap:hover .hover-image {
  opacity: 1;
}
.elementor-element .fmtpl-products ul.products .fami-product-item .fami_flashs_group {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: right;
  z-index: 1;
}
.elementor-element .fmtpl-products div:not(.swiper-container) > ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-element .fmtpl-products div:not(.swiper-container) > ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-element .fmtpl-products ul.products.medium-columns-1 li.product {
    width: 100%;
  }
  .elementor-element .fmtpl-products ul.products.medium-columns-2 li.product {
    width: 50%;
  }
  .elementor-element .fmtpl-products ul.products.medium-columns-3 li.product {
    width: 33.3333333333%;
  }
  .elementor-element .fmtpl-products ul.products.medium-columns-4 li.product {
    width: 25%;
  }
  .elementor-element .fmtpl-products div:not(.swiper-container) > ul.products {
    margin-left: -10px;
    margin-right: -10px;
  }
  .elementor-element .fmtpl-products div:not(.swiper-container) > ul.products li.product {
    padding-left: -10px;
    padding-right: -10px;
  }
}
@media (max-width: 767px) {
  .elementor-element .fmtpl-products ul.products.small-columns-1 li.product {
    width: 100%;
  }
  .elementor-element .fmtpl-products ul.products.small-columns-2 li.product {
    width: 50%;
  }
  .elementor-element .fmtpl-products div:not(.swiper-container) > ul.products {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .elementor-element .fmtpl-products div:not(.swiper-container) > ul.products li.product {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .fmtpl-products.product_grid_mansory ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fmtpl-products.product_grid_mansory ul.products:before, .fmtpl-products.product_grid_mansory ul.products:after {
    content: none;
    display: none;
  }
  .fmtpl-products.product_grid_mansory ul.products > li.product {
    width: auto !important;
    margin: 0;
  }
  .fmtpl-products.product_grid_mansory ul.products > li:nth-child(10n+1), .fmtpl-products.product_grid_mansory ul.products > li:nth-child(10n+8) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .fmtpl-products.product_grid_mansory ul.products > li:nth-last-child(1), .fmtpl-products.product_grid_mansory ul.products > li:nth-last-child(2), .fmtpl-products.product_grid_mansory ul.products > li:nth-last-child(3) {
    grid-column-end: inherit;
    grid-row-end: inherit;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: static;
    margin-top: -46px;
  }
}
.header-bottom-left-wrap.categories_element {
  height: 100%;
}

.product_all_categories_list {
  margin: 0 25px 0 0;
  list-style: none;
  text-align: center;
  background: #000000;
  height: 100%;
  padding: 0;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_all_categories_list ul {
  list-style: none;
}
.product_all_categories_list li {
  position: relative;
  text-align: left;
}
.product_all_categories_list li > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 100%;
  top: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(25, 0, 0, 0);
  -webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}
.product_all_categories_list li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.product_all_categories_list li.product_cat {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding: 0 20px 0 15px;
  background-position: right 15px top 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../images/select_icon_w.svg");
}
.product_all_categories_list li.product_cat > ul {
  padding: 0;
  width: 100%;
  top: 100%;
  left: 0;
}
.product_all_categories_list li.product_cat > ul li.cat-item {
  display: inline-flex;
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
  min-width: 220px;
}
.product_all_categories_list li.product_cat > ul li.cat-item a {
  font-size: 13px;
  line-height: 16px;
  padding: 12px 15px;
  display: inline-flex;
  width: 100%;
}

.woocommerce .star-rating {
  color: #ffd015;
}
.woocommerce .star-rating, .woocommerce .star-rating span {
  width: 75px;
  letter-spacing: 4px;
  font-size: 11px;
}
.woocommerce ul.products li.product .star-rating {
  display: inline-block;
  margin-bottom: 10px;
  width: 75px;
  letter-spacing: 4px;
  font-size: 11px;
}

.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button {
  margin: 0;
  /* remove default */
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button::before {
  display: none !important;
}
.woocommerce ul.products .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, .woocommerce ul.products .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button span.tinvwl_already_on_wishlist-text {
  display: none;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button svg.fm-icon {
  display: inline-block;
  width: 100%;
  fill: #324342;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover {
  display: none;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button:hover svg.fm-icon {
  fill: #324342;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  animation: heartBeat 1.2s ease-in-out infinite;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-make-remove span.tinvwl_remove_from_wishlist-text {
  display: none !important;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon {
  display: none;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon.icon-hover {
  display: inline-block;
}
.tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon.icon-hover, .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon.icon-hover:hover {
  fill: #ad3316 !important;
}

.familab_theme a.tf_button_buynow {
  background: #1e2828;
  height: 40px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.familab_theme a.tf_button_buynow:hover {
  background-color: #83b735;
}

.elementor-section.divider_top_vertical:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  margin-left: -40px;
  height: 1px;
  border-bottom: 1px solid #232529;
  transform: rotate(90deg);
}

.fmc-flashs-group .woocommerce-badge {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 18px;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--wc-var-typo_h1);
  margin-right: 4px;
}
.fmc-flashs-group .woocommerce-badge::after {
  content: "";
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.fmc-flashs-group .woocommerce-badge::before {
  content: "";
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.fmc-flashs-group .woocommerce-badge.new {
  background-color: var(--wc-badge-new-bg);
  color: var(--wc-badge-new-color);
}
.fmc-flashs-group .woocommerce-badge.new::after {
  border-right: 3px dashed var(--wc-badge-new-bg);
}
.fmc-flashs-group .woocommerce-badge.new::before {
  border-left: 3px dashed var(--wc-badge-new-bg);
}
.fmc-flashs-group .woocommerce-badge.on_sale {
  background-color: var(--success);
  color: var(--wc-badge-on-sale-color);
}
.fmc-flashs-group .woocommerce-badge.on_sale::after {
  border-right: 3px dashed var(--success);
}
.fmc-flashs-group .woocommerce-badge.on_sale::before {
  border-left: 3px dashed var(--success);
}
.fmc-flashs-group .woocommerce-badge.best_seller {
  background-color: var(--success);
  color: var(--wc-badge-on-sale-color);
}
.fmc-flashs-group .woocommerce-badge.best_seller::after {
  border-right: 3px dashed var(--success);
}
.fmc-flashs-group .woocommerce-badge.best_seller::before {
  border-left: 3px dashed var(--success);
}
.fmc-flashs-group .woocommerce-badge.sold_out {
  background-color: var(--wc-badge-sold-out-bg);
  color: var(--wc-badge-sold-out-color);
}
.fmc-flashs-group .woocommerce-badge.sold_out::after {
  border-right: 3px dashed var(--wc-badge-sold-out-bg);
}
.fmc-flashs-group .woocommerce-badge.sold_out::before {
  border-left: 3px dashed var(--wc-badge-sold-out-bg);
}

.woocommerce ul.products.products-grid-style li.product {
  margin-bottom: 15px;
}
.woocommerce ul.products.products-grid-style li.product .fmc-flashs-group {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  right: auto;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products.products-grid-style li.product .fmc-flashs-group .woocommerce-badge {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 0 8px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce ul.products.products-grid-style li.product .fmc-flashs-group .woocommerce-badge + .woocommerce-badge {
  margin-top: 3px;
}
.woocommerce ul.products.products-grid-style li.product .fmc-flashs-group .woocommerce-badge.sold_out .fm-icon {
  margin-right: 5px;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail {
  margin-bottom: 15px;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action {
  width: 100%;
  position: absolute;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > * {
  color: #232529;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  font-weight: 400;
  margin: 0 8px 10px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(20, 0, 0, 0);
  font-size: 0;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > * > svg {
  fill: #232529;
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > a.yith-wcqv-button, .woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > button.woosq-btn {
  display: none;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > .added_to_cart.wc-forward {
  display: none;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > *:hover, .woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > .button.added {
  background-color: #1e2828;
  border: #1e2828;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > *:hover svg, .woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > .button.added svg {
  fill: #fff;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action.bottom {
  bottom: 0;
  top: auto;
}
.woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action.right {
  right: 0;
  left: auto;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .product-item-cat-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #868686;
  letter-spacing: 1.5px;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  font-weight: normal;
  padding: 0;
  margin-bottom: 6px;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .price {
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .price ins {
  float: left;
  color: #fc1111;
  margin-right: 8px;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .price del {
  color: #a7adb7;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .variations_form.wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper {
  margin: 0;
}
.woo-variation-swatches .woocommerce ul.products.products-grid-style li.product .product-infos .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:not(:hover) {
  box-shadow: 0 0 0 1px transparent !important;
  background-color: transparent !important;
}
.woo-variation-swatches .woocommerce ul.products.products-grid-style li.product .product-infos .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  box-shadow: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail {
  margin-bottom: 0;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action {
  opacity: 0;
  left: 0;
  padding: 19px 0 10px;
  visibility: hidden;
  background-color: transparent;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > * {
  color: #232529;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  font-weight: 400;
  margin: 0 8px 10px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(20, 0, 0, 0);
  font-size: 0;
  text-align: center;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0.5;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > * > svg {
  font-size: 15px;
  fill: #232529;
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > .button.added {
  display: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > .added_to_cart.wc-forward {
  display: inline-flex !important;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > .added_to_cart.wc-forward:after {
  width: 17px;
  height: 17px;
  margin-top: 0;
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00NTguNzM3LDQyMi4yMThsLTIyLjg2NS0yODguMTE2Yy0xLjQyNS0xOC41NjItMTcuMTIzLTMzLjEwMy0zNS43MzktMzMuMTAzSDM1NC45N3YtMi4wMw0KCQkJQzM1NC45Nyw0NC4zOTcsMzEwLjU3MywwLDI1Ni4wMDEsMHMtOTguOTY5LDQ0LjM5Ny05OC45NjksOTguOTY5djIuMDNIMTExLjg3Yy0xOC42MTcsMC0zNC4zMTYsMTQuNTQtMzUuNzM2LDMzLjA2NA0KCQkJTDUzLjI2Miw0MjIuMjU3Yy0xLjc3LDIzLjA3NSw2LjIzNSw0Ni4wNDgsMjEuOTYxLDYzLjAyNkM5MC45NDksNTAyLjI2MSwxMTMuMjQyLDUxMiwxMzYuMzg1LDUxMmgyMzkuMjMxDQoJCQljMjMuMTQyLDAsNDUuNDM2LTkuNzM4LDYxLjE2My0yNi43MTdDNDUyLjUwNSw0NjguMzA0LDQ2MC41MDksNDQ1LjMzMiw0NTguNzM3LDQyMi4yMTh6IE0xODcuMDIyLDk4Ljk2OQ0KCQkJYzAtMzguMDM1LDMwLjk0NS02OC45NzksNjguOTc5LTY4Ljk3OXM2OC45NzksMzAuOTQ1LDY4Ljk3OSw2OC45Nzl2Mi4wM0gxODcuMDIyVjk4Ljk2OXogTTQxNC43NzYsNDY0LjkwNQ0KCQkJYy0xMC4yMTgsMTEuMDMtMjQuMTI0LDE3LjEwNS0zOS4xNiwxNy4xMDVoLTIzOS4yM2MtMTUuMDM2LDAtMjguOTQyLTYuMDc1LTM5LjE2LTE3LjEwNQ0KCQkJYy0xMC4yMTctMTEuMDMxLTE1LjIxMS0yNS4zNjMtMTQuMDYzLTQwLjMxNWwyMi44Ny0yODguMTk1YzAuMjMyLTMuMDMyLDIuNzk2LTUuNDA2LDUuODM3LTUuNDA2aDQ1LjE2MnYzNi45MzUNCgkJCWMwLDguMjgxLDYuNzE0LDE0Ljk5NSwxNC45OTUsMTQuOTk1YzguMjgxLDAsMTQuOTk1LTYuNzE0LDE0Ljk5NS0xNC45OTV2LTM2LjkzNUgzMjQuOTh2MzYuOTM1DQoJCQljMCw4LjI4MSw2LjcxNCwxNC45OTUsMTQuOTk1LDE0Ljk5NXMxNC45OTUtNi43MTQsMTQuOTk1LTE0Ljk5NXYtMzYuOTM1aDQ1LjE2M2MzLjA0LDAsNS42MDQsMi4zNzUsNS44NCw1LjQ0NmwyMi44NjUsMjg4LjExNQ0KCQkJQzQyOS45ODgsNDM5LjU0Miw0MjQuOTkzLDQ1My44NzMsNDE0Ljc3Niw0NjQuOTA1eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzIzLjU1NiwyNTQuMjg1Yy01Ljg1NC01Ljg1Ni0xNS4zNDktNS44NTYtMjEuMjA0LDBsLTY2Ljk1Niw2Ni45NTZsLTI1Ljc0Ni0yNS43NDZjLTUuODU1LTUuODU2LTE1LjM1LTUuODU2LTIxLjIwNiwwDQoJCQljLTUuODU2LDUuODU2LTUuODU2LDE1LjM1LDAsMjEuMjA2bDM2LjM0OSwzNi4zNDljMi45MjgsMi45MjgsNi43NjYsNC4zOTMsMTAuNjAyLDQuMzkzczcuNjc1LTEuNDY0LDEwLjYwMi00LjM5M2w3Ny41NTgtNzcuNTU4DQoJCQlDMzI5LjQxMiwyNjkuNjM1LDMyOS40MTIsMjYwLjE0MSwzMjMuNTU2LDI1NC4yODV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > .added_to_cart.wc-forward:after:hover:after {
  fill: #fff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-infos,  .product-infos{
  text-align: left;
  position: relative;
  padding-top: 0px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-infos .variations_form {
  position: absolute;
  top: -15px;
  right: 5px;
  transform: translateY(-100%);
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-infos .variations_form .color-variable-wrapper.wvs-archive-variable-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.woo-variation-swatches .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-infos .variations_form .color-variable-wrapper.wvs-archive-variable-wrapper li.variable-item.color-variable-item {
  margin: 0 3px 4px 3px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .product-item-cat-link {
  color: #ffffff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .woocommerce-loop-product__title, .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .woocommerce-loop-product__title a {
  color: #ffffff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .price, .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .price del, .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .price ins {
  color: #ffffff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper {
  order: 10;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 18px 0 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * {
  color: #232529;
  font-size: 0;
  line-height: 0;
  padding: 14.5px 0;
  width: 60px;
  background-color: transparent !important;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * > svg {
  font-size: 17px;
  fill: #232529;
  width: 17px;
  height: 17px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * a.tinvwl_add_to_wishlist_button:before {
  display: none !important;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * .icon-hover.fm-icon {
  display: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > *.tinv-wishlist a svg {
  width: 17px;
  height: 17px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * + * {
  position: relative;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > * + *:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #e4e4e4;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > .button.added {
  display: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > .added_to_cart.wc-forward:after {
  width: 17px;
  height: 17px;
  margin-top: 7px;
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00NTguNzM3LDQyMi4yMThsLTIyLjg2NS0yODguMTE2Yy0xLjQyNS0xOC41NjItMTcuMTIzLTMzLjEwMy0zNS43MzktMzMuMTAzSDM1NC45N3YtMi4wMw0KCQkJQzM1NC45Nyw0NC4zOTcsMzEwLjU3MywwLDI1Ni4wMDEsMHMtOTguOTY5LDQ0LjM5Ny05OC45NjksOTguOTY5djIuMDNIMTExLjg3Yy0xOC42MTcsMC0zNC4zMTYsMTQuNTQtMzUuNzM2LDMzLjA2NA0KCQkJTDUzLjI2Miw0MjIuMjU3Yy0xLjc3LDIzLjA3NSw2LjIzNSw0Ni4wNDgsMjEuOTYxLDYzLjAyNkM5MC45NDksNTAyLjI2MSwxMTMuMjQyLDUxMiwxMzYuMzg1LDUxMmgyMzkuMjMxDQoJCQljMjMuMTQyLDAsNDUuNDM2LTkuNzM4LDYxLjE2My0yNi43MTdDNDUyLjUwNSw0NjguMzA0LDQ2MC41MDksNDQ1LjMzMiw0NTguNzM3LDQyMi4yMTh6IE0xODcuMDIyLDk4Ljk2OQ0KCQkJYzAtMzguMDM1LDMwLjk0NS02OC45NzksNjguOTc5LTY4Ljk3OXM2OC45NzksMzAuOTQ1LDY4Ljk3OSw2OC45Nzl2Mi4wM0gxODcuMDIyVjk4Ljk2OXogTTQxNC43NzYsNDY0LjkwNQ0KCQkJYy0xMC4yMTgsMTEuMDMtMjQuMTI0LDE3LjEwNS0zOS4xNiwxNy4xMDVoLTIzOS4yM2MtMTUuMDM2LDAtMjguOTQyLTYuMDc1LTM5LjE2LTE3LjEwNQ0KCQkJYy0xMC4yMTctMTEuMDMxLTE1LjIxMS0yNS4zNjMtMTQuMDYzLTQwLjMxNWwyMi44Ny0yODguMTk1YzAuMjMyLTMuMDMyLDIuNzk2LTUuNDA2LDUuODM3LTUuNDA2aDQ1LjE2MnYzNi45MzUNCgkJCWMwLDguMjgxLDYuNzE0LDE0Ljk5NSwxNC45OTUsMTQuOTk1YzguMjgxLDAsMTQuOTk1LTYuNzE0LDE0Ljk5NS0xNC45OTV2LTM2LjkzNUgzMjQuOTh2MzYuOTM1DQoJCQljMCw4LjI4MSw2LjcxNCwxNC45OTUsMTQuOTk1LDE0Ljk5NXMxNC45OTUtNi43MTQsMTQuOTk1LTE0Ljk5NXYtMzYuOTM1aDQ1LjE2M2MzLjA0LDAsNS42MDQsMi4zNzUsNS44NCw1LjQ0NmwyMi44NjUsMjg4LjExNQ0KCQkJQzQyOS45ODgsNDM5LjU0Miw0MjQuOTkzLDQ1My44NzMsNDE0Ljc3Niw0NjQuOTA1eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzIzLjU1NiwyNTQuMjg1Yy01Ljg1NC01Ljg1Ni0xNS4zNDktNS44NTYtMjEuMjA0LDBsLTY2Ljk1Niw2Ni45NTZsLTI1Ljc0Ni0yNS43NDZjLTUuODU1LTUuODU2LTE1LjM1LTUuODU2LTIxLjIwNiwwDQoJCQljLTUuODU2LDUuODU2LTUuODU2LDE1LjM1LDAsMjEuMjA2bDM2LjM0OSwzNi4zNDljMi45MjgsMi45MjgsNi43NjYsNC4zOTMsMTAuNjAyLDQuMzkzczcuNjc1LTEuNDY0LDEwLjYwMi00LjM5M2w3Ny41NTgtNzcuNTU4DQoJCQlDMzI5LjQxMiwyNjkuNjM1LDMyOS40MTIsMjYwLjE0MSwzMjMuNTU2LDI1NC4yODV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > .added_to_cart.wc-forward:after:hover:after {
  fill: #fff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > *:hover svg {
  fill: #1e2828;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > *:hover a.tinvwl_add_to_wishlist_button .icon-hover.fm-icon {
  display: inline-block;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper > *:hover a.tinvwl_add_to_wishlist_button .fm-icon:not(.icon-hover) {
  display: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper .tinvwl-product-in-list svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap .product-infos .diassy2021_item_button_wrapper .tinvwl-product-in-list svg.fm-icon.icon-hover {
  display: inline-block;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap:hover .product-thumbnail a:before {
  background-color: rgba(35, 37, 41, 0.6);
  opacity: 1;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap:hover .product-thumbnail a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  -ms-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-2 .product-item-wrap:hover .product-infos {
  opacity: 1;
  margin-top: 0;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 .product-thumbnail .diassy2021_thumb_action {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 5px;
  visibility: hidden;
  background-color: #ffffff;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 .product-infos {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 .product-infos .star-rating {
  order: -1;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 .product-infos .price .woocs_price_code {
  display: inline-block;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 .product-infos .variations_form.wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: center !important;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product {
  text-align: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail .diassy2021_thumb_action {
  bottom: 0;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-infos {
  text-align: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-infos .star-rating {
  order: -1;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-infos .price .woocs_price_code {
  display: inline-block;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .variations_form.wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border {
  border-left: 1px solid #adb4b3;
  margin-left: 1px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product {
  box-sizing: border-box;
  background: none;
  margin: -1px 0 0 0 !important;
  border: 1px solid #adb4b3;
  border-width: 1px 1px 1px 0;
  padding-bottom: 18px;
  text-align: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-thumbnail .diassy2021_thumb_action {
  bottom: 15px;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-infos {
  text-align: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-infos .star-rating {
  order: -1;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-infos .variations_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-26px);
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-infos .price .woocs_price_code {
  display: inline-block;
}
.woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .variations_form.wvs-archive-variation-wrapper .variable-items-wrapper {
  justify-content: center;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .fmc-flashs-group {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  right: auto;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 26px;
  padding: 0 10px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge + .woocommerce-badge {
  margin-top: 3px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge.sold_out .fm-icon {
  fill: #FFF;
  margin-right: 5px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-thumbnail {
  margin-bottom: 15px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos {
  line-height: 24px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos a.product-item-cat-link {
  font-size: 11px;
  color: #324342;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .woocommerce-loop-product__title {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .woocommerce-loop-product__title:not(:hover) {
  color: #324342;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .star-rating {
  letter-spacing: 3px;
  font-size: 11px;
  color: #324342;
  margin: 0 3px 0 0;
  width: 75px;
  line-height: 24px;
  height: 24px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .product-item-excerpt {
  font-size: 13px;
  color: #324342;
  margin: 8px 0 10px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .price {
  font-weight: bold;
  color: #555;
  font-size: 14px;
  margin: 6px 0 0;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .price del {
  color: #aaa;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .price ins {
  color: #ec1d25;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper > * {
  width: 100%;
  text-align: center;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button svg.fm-icon {
  margin-right: 6px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button.yith-wcqv-button, .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button.compare {
  display: none;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .price {
  font-weight: 500;
  color: #555;
  font-size: 16px;
  margin: 0;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .price del {
  color: #aaa;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .price ins {
  color: #ec1d25;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 10px 0 0;
  display: block;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  padding: 13px 20px;
  line-height: 24px;
  background-color: #000000;
  color: #FFF;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button svg.fm-icon, .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover {
  fill: #ffffff !important;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button:hover {
  background-color: #FB5858;
  color: #ffffff;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button:hover svg.fm-icon, .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button:hover svg.fm-icon.icon-hover {
  fill: #ffffff !important;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button::before { /* remove default */
  display: none !important;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, .woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, .woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button span.tinvwl_remove_from_wishlist-text {
  margin-left: 3px;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button svg.fm-icon {
  display: inline-block;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover {
  display: none;
  fill: #aaaaaa;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button svg.fm-icon.icon-hover:hover {
  fill: #ec1d25;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button:hover svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button:hover svg.fm-icon.icon-hover {
  display: inline-block;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-list-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list svg.fm-icon.icon-hover {
  display: inline-block;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .fmc-flashs-group {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  right: auto;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 26px;
  padding: 0 10px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge + .woocommerce-badge {
  margin-top: 3px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .fmc-flashs-group .woocommerce-badge.sold_out .fm-icon {
  fill: #FFF;
  margin-right: 5px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-thumbnail {
  margin-bottom: 15px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos {
  line-height: 24px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos a.product-item-cat-link {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
  display: block;
  color: #324342;
  margin-bottom: 5px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .woocommerce-loop-product__title {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .woocommerce-loop-product__title:not(:hover) {
  color: #324342;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .star-rating {
  letter-spacing: 3px;
  font-size: 11px;
  color: #324342;
  margin: 0 3px 0 0;
  width: 75px;
  line-height: 24px;
  height: 24px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .product-item-excerpt {
  font-size: 13px;
  color: #324342;
  margin: 8px 0 10px;
  max-height: 75px;
  overflow-y: hidden;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .price {
  font-weight: bold;
  color: #555;
  font-size: 14px;
  margin: 6px 0 0;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .price del {
  color: #aaa;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .price ins {
  color: #ec1d25;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button {
  font-size: 0;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button svg.fm-icon {
  fill: #324342;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button svg.fm-icon.icon-hover {
  display: none;
  fill: #ec1d25;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover svg.fm-icon.icon-hover {
  display: block;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button.delete_item svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button.delete_item svg.fm-icon.icon-hover {
  display: block;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button.product_type_external svg.fm-icon {
  display: none;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button svg.fm-icon {
  margin-right: 6px;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button.yith-wcqv-button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button.compare {
  display: none;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce ul.products.products-list2-style li.product .product-item-wrap .tinv-wishlist.tinv-wraper a.tinvwl_add_to_wishlist_button {
  margin: 0;
  display: flex;
  width: 35px;
}

.delete-image {
  background-color: transparent !important;
}

.woo-variation-swatches .diassy2021-product-item .variable-items-wrapper {
  margin-bottom: 0;
}
.woo-variation-swatches .product-item-diassy2021-style-1 ul.variations > li {
  justify-content: flex-start;
}
.woo-variation-swatches .product-item-diassy2021-style-1 ul.variations > li .variable-items-wrapper {
  margin-left: -5px;
}
.woo-variation-swatches .product-item-diassy2021-style-2 ul.variations > li {
  justify-content: center;
}
.woo-variation-swatches .product-item-diassy2021-style-3 ul.variations > li {
  justify-content: center;
}
.woo-variation-swatches .product-item-diassy2021-style-4 ul.variations > li {
  justify-content: center;
}
.woo-variation-swatches .product-item-diassy2021-style-border ul.variations > li {
  justify-content: center;
}

@media (min-width: 768px) {
  .woocommerce ul.products.products-grid-style li.product {
    margin-bottom: 20px;
  }
  .woocommerce ul.products.products-grid-style li.product .fmc-flashs-group {
    top: 55%;
    left: 40%;
  }
  
  .woocommerce ul.products.products-grid-style li.product .fmc-flashs-group .woocommerce-badge {
    height: 26px;
    padding: 0 10px;
    min-width: 60px;
  }
  .woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > a.yith-wcqv-button, .woocommerce ul.products.products-grid-style li.product .product-thumbnail .diassy2021_thumb_action > button.woosq-btn {
    display: inline-flex;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail, .product-thumbnail {
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail img, .product-thumbnail img {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > *:hover {
    background-color: #FB5858;
    border: #FB5858;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > *:hover svg {
    fill: #fff;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > *:hover a.tinvwl_add_to_wishlist_button .icon-hover.fm-icon {
    display: inline-block;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail .diassy2021_thumb_action > *:hover a.tinvwl_add_to_wishlist_button .fm-icon:not(.icon-hover) {
    display: none;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover img, .product-thumbnail:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action {
    opacity: 1;
    visibility: visible;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action > * {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 0.7;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action > *:nth-child(1) {
    transition-delay: 0.2s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action > *:nth-child(2) {
    transition-delay: 0.28s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action > *:nth-child(3) {
    transition-delay: 0.36s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-thumbnail:hover .diassy2021_thumb_action > *:nth-child(4) {
    transition-delay: 0.44s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product .product-infos .variations_form {
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s linear 0s, opacity 0.25s linear 0s, top 0.3s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-1 li.product:hover .product-infos .variations_form {
    top: -20px;
    opacity: 1;
    visibility: visible;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail {
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail .diassy2021_thumb_action {
    bottom: -15px;
    transition: bottom 0.35s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail .diassy2021_thumb_action > * {
    visibility: visible;
    opacity: 0;
    transition: visibility 0.3s linear 0s, opacity 0.3s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail .diassy2021_thumb_action > *:hover {
    background-color: #FB5858;
    border: #FB5858;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail .diassy2021_thumb_action > *:hover svg {
    fill: #fff;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail:hover {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail:hover .diassy2021_thumb_action {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-3 li.product .product-thumbnail:hover .diassy2021_thumb_action > * {
    visibility: visible;
    opacity: 1;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail .diassy2021_thumb_action {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -moz-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -ms-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -o-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail a.woocommerce-loop-product__link {
    position: inherit;
    display: inline-block;
    width: 100%;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail a.woocommerce-loop-product__link::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: background 0.35s linear 0s;
    -moz-transition: background 0.35s linear 0s;
    -ms-transition: background 0.35s linear 0s;
    -o-transition: background 0.35s linear 0s;
    transition: background 0.35s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail:hover .diassy2021_thumb_action {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-4 li.product .product-thumbnail:hover a.woocommerce-loop-product__link::before {
    background: rgba(0, 0, 0, 0.1);
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-thumbnail .diassy2021_thumb_action {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -moz-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -ms-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -o-transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    transition: bottom 0.35s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  }
  .woocommerce ul.products.products-grid-style.product-item-diassy2021-style-border li.product .product-thumbnail:hover .diassy2021_thumb_action {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap {
    flex-direction: row;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .product-thumbnail {
    flex: 0 0 330px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos {
    margin-right: 30px;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .product-infos .product-item-excerpt {
    font-size: 15px;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper {
    flex: 0 0 220px;
    margin-left: auto;
    justify-content: flex-start;
    align-items: center;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper > * {
    width: 100%;
    text-align: center;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper > * + * {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .variations_form .variations {
    margin-bottom: 0;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .variations_form .variations .variable-items-wrapper {
    justify-content: center !important;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button.yith-wcqv-button, .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper a.button.compare {
    display: flex;
  }
  .woocommerce ul.products.products-list-style li.product .product-item-wrap .diassy2021_item_button_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
    margin: 0;
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap {
    flex-direction: row;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-thumbnail {
    flex: 0 0 230px;
    margin-right: 20px;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos {
    flex: 0 0 calc(100% - 250px);
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn {
    flex: 1;
    padding: 13px 0;
    line-height: 24px;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button.yith-wcqv-button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button.compare, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn.yith-wcqv-button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn.compare {
    display: flex;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button + .button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button + button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn + .button, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn + button {
    margin-left: 10px;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button:not(:hover):not(.added), .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn:not(:hover):not(.added) {
    background: #000000;
    color: #FFF;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper a.button:not(:hover):not(.added) svg.fm-icon, .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn:not(:hover):not(.added) svg.fm-icon {
    fill: #ffffff;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 10px;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper button.woosq-btn svg {
    margin-right: 6px;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper .variations_form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce ul.products.products-list2-style li.product .product-item-wrap .product-infos .diassy2021_item_button_wrapper .variations_form ul.variations {
    margin: 0;
  }
}
.h-50-px {
  height: 50px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .woocommerce ul.products.products-list2-style li.product {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .woocommerce ul.products.columns-2.products-list2-style li.product {
    margin-right: 80px;
    width: calc((100% - 80px) / 2);
  }
  .woocommerce ul.products.columns-2.products-list2-style li.product:nth-child(2n+0) {
    margin-right: 0;
  }
}
/* # FamiLab - Global ShortCode */
.elementor-widget-fmtpl-banner .fmtpl-banner {
  background-position: center center;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-content {
  max-width: 100%;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-content .fmtpl-banner-button {
  transition: background-color ease-in-out 0.25s, border ease-in-out 0.25s, color ease-in-out 0.25s;
}
.elementor-widget-fmtpl-banner.fmtpl-divider-position-bottom { /* Default divider */ }
.elementor-widget-fmtpl-banner.fmtpl-divider-position-left .fmtpl-banner-content .fmtpl-banner-title {
  display: flex;
  align-items: center;
}
.elementor-widget-fmtpl-banner.fmtpl-divider-position-left .fmtpl-banner-content .fmtpl-banner-title .fmtpl-divider {
  order: -1;
}
.elementor-widget-fmtpl-banner.fmtpl-divider-position-right .fmtpl-banner-content .fmtpl-banner-title {
  display: flex;
  align-items: center;
}
.elementor-widget-fmtpl-banner.fmtpl-divider-position-top .fmtpl-banner-content .fmtpl-banner-title {
  display: flex;
  flex-direction: column;
}
.elementor-widget-fmtpl-banner.fmtpl-divider-position-top .fmtpl-banner-content .fmtpl-banner-title .fmtpl-divider {
  order: -1;
}

.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content {
  display: inline-block;
  width: 100%;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=email] {
  height: auto;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=email]:focus {
  border-color: #1e2828;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=email]::placeholder {
  color: inherit;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form button[type=submit], .elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=submit], .elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=email] {
  -webkit-transition: background 0.25s linear 0s;
  -moz-transition: background 0.25s linear 0s;
  -ms-transition: background 0.25s linear 0s;
  -o-transition: background 0.25s linear 0s;
  transition: background 0.25s linear 0s;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=email] {
  height: auto;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form button[type=submit], .elementor-widget-fmtpl-newsletter .fmtpl-newsletter .newsletter-form-content .mc4wp-form .fm_newsletter_form input[type=submit] {
  height: auto;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_horizontal .mc4wp-form .fm_newsletter_form {
  display: flex;
  align-items: center;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_horizontal .mc4wp-form .fm_newsletter_form input[type=email] {
  text-align: left;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_horizontal .mc4wp-form .fm_newsletter_form button[type=submit], .elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_horizontal .mc4wp-form .fm_newsletter_form input[type=submit] {
  flex: 0 0 auto;
  justify-content: center;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_vertical .mc4wp-form .fm_newsletter_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_vertical_full .mc4wp-form .fm_newsletter_form {
  display: flex;
  flex-direction: column;
}
.elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_vertical_full .mc4wp-form .fm_newsletter_form button[type=submit], .elementor-widget-fmtpl-newsletter .fmtpl-newsletter.newsletter_vertical_full .mc4wp-form .fm_newsletter_form input[type=submit] {
  width: 100%;
}

.elementor-widget-fmtpl-title .fmtpl-heading-title .fmtpl-tittle-content-wrap {
  max-width: 100%;
}

.elementor-widget-fmtpl-carousel-posts .fmtpl-post-readmore, .elementor-widget-fmtpl-carousel-posts .fmtpl-post-title a, .elementor-widget-fmtpl-carousel-posts .fmtpl-post-category a {
  transition: color 0.25s linear 0s, border-bottom-color 0.25s linear 0s;
}

.fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .elementor-swiper-button:focus {
  outline: none;
}
.fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
}
.fmtpl-dot-style-rectangle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.fmtpl-dot-style-rectangle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-rectangle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #324342;
  border-color: #324342;
}
.fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  min-width: 12px;
  min-height: 12px;
  background-color: #d8d8d8;
  margin: 0 6px;
  border-radius: 50%;
  box-sizing: border-box;
}
.fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #324342;
}
.fmtpl-dot-style-circle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.fmtpl-dot-style-circle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-circle .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px #000000;
}
.elementor-pagination-type-progressbar .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-progressbar {
  height: 2px;
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dddddd;
  transform: translateY(-20px);
}
.elementor-pagination-type-progressbar .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background-color: #324342;
}

.elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .elementor-swiper-button {
  transition: all 0.25s linear 0s;
}
.elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 6px;
}
.fmtpl-dot-style-rectangle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.fmtpl-dot-style-rectangle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-rectangle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #324342;
  border-color: #324342;
}
.fmtpl-dot-style-default .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  min-width: 12px;
  min-height: 12px;
  background: #ffffff;
  border: 1px solid #dddddd;
  opacity: 1;
}
.fmtpl-dot-style-default .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-default .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #324342;
  border-color: #324342;
}
.fmtpl-dot-style-circle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
}
.fmtpl-dot-style-circle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .fmtpl-dot-style-circle .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.06);
}
.elementor-pagination-type-progressbar .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-progressbar {
  height: 2px;
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dddddd;
  transform: translateY(-20px);
}
.elementor-pagination-type-progressbar .elementor-element .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background-color: #324342;
}
.elementor-element .fmtpl-button-default {
  transition: background 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s;
}
.elementor-element .fmtpl-button-default .fmtpl-btn-icon {
  display: flex;
  align-items: center;
}
.elementor-element.elementor-pagination-type-bullets.elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #FFF;
  border: 2px solid #ccc;
  min-width: 12px;
  min-height: 12px;
}
.elementor-element.elementor-pagination-type-bullets.elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-element.elementor-pagination-type-bullets.elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  border-color: #000000;
}

.elementor-widget-fmtpl-post-list ul.fmtpl-post-list {
  display: flex;
}
.elementor-widget-fmtpl-post-list ul.fmtpl-post-list:not(.fmtpl-post-list-inline) {
  flex-direction: column;
}
.elementor-widget-fmtpl-post-list ul.fmtpl-post-list:not(.fmtpl-post-list-inline) li.fmtpl-post-list-item {
  display: block;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 0;
}
.elementor-widget-fmtpl-post-list ul.fmtpl-post-list:not(.fmtpl-post-list-inline) li.fmtpl-post-list-item .fmtpl-post-list-title a {
  white-space: normal;
}

.site-footer .elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown {
  text-align: right;
}
.site-footer .elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown ul {
  right: 0;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown .current .fmtpl-dropdow-icon > svg {
  width: 8px;
  height: 8px;
  margin-left: 8px;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown > ul {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -moz-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -ms-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -o-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown > ul li {
  min-width: 68px;
  padding: 8px 0;
  background: #ffffff;
  text-align: center;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown > ul li:hover {
  background: #f4f4f4;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown > ul li a {
  display: inline-block;
  width: 100%;
  color: #324342;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown .lang_flag {
  margin-right: 6px;
}
.elementor-widget-fmtpl-language .fmtpl-language .language.fmtpl-dropdown .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.site-footer .elementor-widget-wp-widget-woocs_selector.currency-switcher .widget-woocommerce-currency-switcher form.woocommerce-currency-switcher-form .select2-selection {
  height: 25px;
  line-height: 25px;
  border: none !important;
  padding: 0 20px 0 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #324342;
}
.site-footer .elementor-widget-wp-widget-woocs_selector.currency-switcher .widget-woocommerce-currency-switcher form.woocommerce-currency-switcher-form .select2-selection > .select2-selection__arrow {
  background-position: left 0 top 50%;
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-image: url(../images/select_icon.svg);
}
.site-footer .elementor-widget-wp-widget-woocs_selector.currency-switcher .widget-woocommerce-currency-switcher form.woocommerce-currency-switcher-form .select2-selection > .select2-selection__arrow .presentation {
  display: none;
}
.site-footer .elementor-widget-wp-widget-woocs_selector.currency-switcher.color_dark .widget-woocommerce-currency-switcher form.woocommerce-currency-switcher-form .select2-selection {
  color: #324342;
}
.site-footer .elementor-widget-wp-widget-woocs_selector.currency-switcher.color_light .widget-woocommerce-currency-switcher form.woocommerce-currency-switcher-form .select2-selection {
  color: #ffffff;
}

.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field {
  margin-left: 0;
  width: 100%;
  flex: 100%;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input, .elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  color: #324342;
  line-height: inherit;
  border: 1px solid #adb4b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input::placeholder, .elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: #aaaaaa;
  font-size: 14px;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input:focus, .elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  border-color: #1e2828;
  color: #324342;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=email], .elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=text] {
  height: 50px;
  padding: 0 15px;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  padding: 15px;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half {
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-submit-container button.wpforms-submit {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  background: #324342;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.elementor-widget.elementor-widget-wpforms .wpforms-container.contact_form form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
  background: #1e2828;
}

.elementor-widget-diassy2021_slider {
  overflow: hidden;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-swiper-slide-wrap {
  grid-gap: 0;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper {
  overflow: visible;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .swiper-wrapper {
  z-index: 1;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 3;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button > span {
  margin: 0;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -15px;
  justify-content: flex-end;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-prev > span {
  margin-right: 6px;
  margin-left: 0 !important;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: -15px;
  justify-content: flex-start;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next > span {
  margin-left: 6px;
  margin-right: 0 !important;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::before, .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  content: "";
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::before {
  left: -10px;
}
.elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::after {
  right: -10px;
}

.fmtpl-elementor-widget .nav-tabs {
  border-bottom: none;
}
.fmtpl-elementor-widget .nav-tabs .fmtpl-tab-link {
  border: none;
}

.elementor-widget-fmtpl-deal .fmtpl-product-deal .fmtpl-product-deal-content {
  max-width: 100%;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal .fmtpl-product-deal-content .fmtpl-divider {
  display: inline-block;
  clear: both;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal .fmtpl-product-deal-content .fmtpl-product-deal-time .box-count .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal .fmtpl-product-deal-content .product-price .woocs_price_code {
  display: flex;
  align-items: flex-end;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal .fmtpl-product-deal-content .product-price .woocs_price_code > ins {
  text-decoration: none !important;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content {
  flex: 0 0 100%;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-info .product-price .woocs_price_code > ins {
  order: -1;
  margin-right: 12px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper {
  flex: 0 0 100%;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails {
  margin-left: 8px;
  margin-right: 15px;
  flex: 0 0 60px;
  max-width: 60px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails .woocommerce-product-gallery__image {
  border: 2px solid #a99688;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-transition: 0.25s border-color linear 0s;
  -moz-transition: 0.25s border-color linear 0s;
  -ms-transition: 0.25s border-color linear 0s;
  -o-transition: 0.25s border-color linear 0s;
  transition: 0.25s border-color linear 0s;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails .woocommerce-product-gallery__image img {
  border-radius: 50%;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails .woocommerce-product-gallery__image:hover {
  border-color: #1e2828;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 {
  align-items: center;
  flex-wrap: nowrap;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 .fmtpl-product-deal-content .product-price .woocs_price_code {
  flex-direction: column;
  align-items: center;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 .product-short-desc {
  display: none;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 .fmtpl-product-thumb-wraper {
  display: none;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper {
  display: flex;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails {
  max-width: 100px;
  margin-left: 15px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails .woocommerce-product-gallery__image {
  margin-bottom: 15px;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-wrapper > div {
  flex: 1;
}
.elementor-widget-fmtpl-deal .fmtpl-product-deal img {
  width: 100%;
}
.elementor-widget-fmtpl-deal.fmtpl-content-align-center .fmtpl-product-deal-content {
  text-align: center;
}
.elementor-widget-fmtpl-deal.fmtpl-content-align-center .fmtpl-product-deal-time {
  justify-content: center;
}
.elementor-widget-fmtpl-deal.fmtpl-content-align-right .fmtpl-product-deal-content {
  text-align: right;
}
.elementor-widget-fmtpl-deal.fmtpl-content-align-right .fmtpl-product-deal-time {
  justify-content: flex-end;
}

.elementor-widget-fmtpl-product-pin .diassy2021_product_pin {
  display: flex;
  position: relative;
  overflow: hidden;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-overlay, .elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-overlay {
  transition: background-color 0.3s ease-in-out;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-background.zoom {
  transition: transform 0.4s ease-in-out;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-background.gray_scale {
  transition: filter 0.4s ease-in-out;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-box-img {
  opacity: 0;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-box-img:not(.has-link) {
  visibility: hidden;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-box-img.has-link img {
  width: 100%;
  height: 100%;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021_product_pin-content {
  z-index: 1;
  height: max-content;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item {
  position: absolute;
  z-index: 3;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background 0.25s linear 0s;
  -moz-transition: background 0.25s linear 0s;
  -ms-transition: background 0.25s linear 0s;
  -o-transition: background 0.25s linear 0s;
  transition: background 0.25s linear 0s;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #1e2828;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-link svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-box {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  width: 200px;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-box .pin-product-thumb-wraper {
  margin-bottom: 10px;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-box .product-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}
.elementor-widget-fmtpl-product-pin .diassy2021_product_pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-box .product-price {
  font-size: 15px;
  line-height: 24px;
}

.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_1, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 {
  flex-direction: column;
  position: relative;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_1 .fmtpl-banner-background, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2 .fmtpl-banner-background, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 .fmtpl-banner-background, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-background, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 .fmtpl-banner-background {
  display: none;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_1 figure.fmtpl-banner-box-img, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2 figure.fmtpl-banner-box-img, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 figure.fmtpl-banner-box-img, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 figure.fmtpl-banner-box-img, .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 figure.fmtpl-banner-box-img {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_inside_1 .fmtpl-banner-content {
  transition: transform 0.35s linear 0s;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_inside_1 .fmtpl-banner-button {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.35s linear 0s, opacity 0.35s linear 0s;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_inside_1:hover .fmtpl-banner-content {
  transform: translateY(-20px);
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_inside_1:hover .fmtpl-banner-button {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_1:hover .fmtpl-banner-content .fmtpl-banner-title {
  color: #1e2828;
  text-decoration: line-through;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2 .fmtpl-banner-content {
  display: flex;
  flex-wrap: wrap;
  position: static;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2 .fmtpl-banner-content .banner-button-wrap {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%);
  flex: 0 0 100%;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 .fmtpl-banner-content {
  position: relative;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 .fmtpl-banner-content .fmtpl-banner-button {
  float: right;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 .fmtpl-banner-content .fmtpl-banner-title {
  margin-left: 25px;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_3 .fmtpl-banner-content .fmtpl-divider {
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(58%);
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 {
  position: relative;
  overflow: visible;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-sub-title {
  position: absolute;
  top: 0;
  left: -6px;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-sub-title:after {
  content: "";
  border: 1px solid;
  width: 40px;
  margin-left: 7px;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-banner-button {
  position: relative;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-banner-button:after {
  content: "";
  border: 1px solid;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-banner-button:hover:after {
  width: 50%;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 figure.fmtpl-banner-box-img {
  display: block;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 .fmtpl-banner-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 .fmtpl-banner-button {
  transition: width 0.3s linear 0s;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 .fmtpl-banner-button .fmtpl-btn-icon {
  transition: font-size 0.3s linear 0s;
}
.elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_5 .fmtpl-banner-button:not(:hover) .fmtpl-btn-icon {
  font-size: 0;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay:before, .elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay + .fmtpl-banner-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay2:before, .elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay2:after {
  content: "";
  position: absolute;
  pointer-events: none;
  margin: auto;
  width: 100%;
  height: 100%;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay2:before {
  right: 100%;
  bottom: 100%;
  -webkit-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  -moz-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  -o-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.overlay2:after {
  top: 100%;
  left: 100%;
  -webkit-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  -moz-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  -o-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.effect_border:before, .elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.effect_border:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: solid #fff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.effect_border:before {
  width: 0;
  border-width: 1px 0;
  -webkit-transition: width 0.6s ease, transform 0.6s ease;
  -moz-transition: width 0.6s ease, transform 0.6s ease;
  -o-transition: width 0.6s ease, transform 0.6s ease;
  transition: width 0.6s ease, transform 0.6s ease;
}
.elementor-widget-fmtpl-banner .fmtpl-banner .fmtpl-banner-background.effect_border:after {
  height: 0;
  border-width: 0 1px;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.overlay:before, .elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.overlay + .fmtpl-banner-box-img:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.overlay2:before {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.overlay2:after {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.effect_border:before {
  width: calc(100% - 10px);
  transform: translate(-15px, 0);
}
.elementor-widget-fmtpl-banner .fmtpl-banner:hover .fmtpl-banner-background.effect_border:after {
  height: calc(100% - 10px);
}
.elementor-widget-fmtpl-banner.custom_highlight_percent .fmtpl-banner-title {
  position: relative;
}
.elementor-widget-fmtpl-banner.custom_highlight_percent span.highlight {
  display: inline-flex;
  position: absolute;
  line-height: 24px;
  top: 10px;
}
.elementor-widget-fmtpl-banner.cusstom-line-bg .fmtpl-banner-title {
  display: table;
  padding: 0 20px;
  margin-top: -34px;
  background-color: #12151a;
}
.elementor-widget-fmtpl-banner.cusstom-line-bg .fmtpl-banner-button:after {
  content: "";
  width: 103px;
  display: inline-block;
  border-top: 3px solid;
  margin-left: 13px;
}

.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content {
  display: grid;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item {
  position: relative;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item .image-box a:after {
  content: "";
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item .img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 2;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item .img-overlay .ins-like svg.fm-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item:hover .img-overlay {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram .instagram-feed-content .fmins-item:hover .image-box a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram.gird_style1 .instagram-feed-content {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram.gird_style1 .instagram-feed-content .fmins-item:nth-child(10n+1), .elementor-widget-fmtpl-instagram .fmtpl-instagram.gird_style1 .instagram-feed-content .fmins-item:nth-child(10n+8) {
  grid-column: span 2;
  grid-row: span 2;
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram.gird_style2 .instagram-feed-content {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-widget-fmtpl-instagram .fmtpl-instagram.gird_style2 .instagram-feed-content .fmins-item:nth-child(5n+2) {
  grid-column: span 2;
  grid-row: span 2;
}

.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb {
  position: relative;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb .fmtpl-post-date {
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  bottom: -34px;
  left: 30px;
  position: absolute;
  padding: 12px 15px;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.07);
  line-height: 20px;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb .fmtpl-post-date .day {
  font-size: 14px;
  display: block;
  width: 100%;
  position: relative;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb .fmtpl-post-date .day::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #dcdcdc;
  margin-top: 3px;
  margin-bottom: 3px;
  position: static;
  border: none;
  transform: none;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb .fmtpl-post-date .month {
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-thumb img.wp-post-image {
  width: 100%;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-content .fmtpl-post-meta-wrap .fmtpl-post-comments {
  color: #83868c;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-content .fmtpl-post-meta-wrap .fmtpl-post-comments:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #cbcbcb;
  -moz-transform: rotate(315deg) translate(0px, -5px);
  -webkit-transform: rotate(315deg) translate(0px, -5px);
  -o-transform: rotate(315deg) translate(0px, -5px);
  -ms-transform: rotate(315deg) translate(0px, -5px);
  transform: rotate(315deg) translate(0px, -5px);
  margin-left: 10px;
  margin-right: 4px;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-content .fmtpl-post-title {
  position: relative;
}
.elementor-widget-fmtpl-carousel-posts .fmtpl-post-list.fmtpl-post-layout-default .fmtpl-post-content .fmtpl-post-title > a {
  display: block;
}

.elementor-widget-fmtpl-menu .fmtpl-menu.default .nav_menu_content ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style1 .nav_menu_content ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style1 .nav_menu_content ul.menu li {
  display: inline-block;
  position: relative;
  padding-right: 13px;
  margin-right: 9px;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style1 .nav_menu_content ul.menu li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #313337;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style2 .nav_menu_content ul.menu {
  padding: 0;
  margin: 0 -13px;
  list-style: none;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style2 .nav_menu_content ul.menu li {
  display: inline-block;
  margin: 0 13px;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style3 ul.menu {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style3 ul.menu .menu-item {
  display: inline-flex;
  align-items: center;
}
.elementor-widget-fmtpl-menu .fmtpl-menu.horizontal_style3 ul.menu .menu-item ~ .menu-item:before {
  display: inline-block;
  content: "";
  width: 20px;
  margin: 0 15px;
  height: 1px;
  background: rgba(125, 125, 125, 0.5);
}
.elementor-widget-fmtpl-menu.light_color .fmtpl-menu.horizontal_style1 .nav_menu_content ul.menu li {
  padding-right: 20px;
  margin-right: 15px;
}
.elementor-widget-fmtpl-menu.light_color .fmtpl-menu.horizontal_style1 .nav_menu_content ul.menu li:after {
  background-color: rgba(255, 255, 255, 0.5647058824);
  height: 100%;
  top: 0;
}
.elementor-widget-fmtpl-menu.custom_title_divider .fmtpl-menu .fmtpl-menu-title {
  position: relative;
}
.elementor-widget-fmtpl-menu.custom_title_divider .fmtpl-menu .fmtpl-menu-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 55px;
  background-color: #1e2828;
  margin-top: 0.5rem;
}

.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_inside1 .fmtpl-category-banner-content .fmtpl-category-banner-title {
  display: block;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_inside1 .fmtpl-category-banner-content .fmtpl-category-banner-title .title-content {
  display: block;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_inside1 .fmtpl-category-banner-content .fmtpl-category-banner-title .shop-btn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 1px solid;
  line-height: 100%;
  padding-bottom: 2px;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 {
  display: block;
  overflow: visible;
  position: relative;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 .fmtpl-category-banner-background {
  display: none;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 figure.fmtpl-category-banner-box-img {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 figure.fmtpl-category-banner-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 .shop-btn {
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
  height: 50px;
  width: 168px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1:hover .fmtpl-category-banner-background.zoom {
  transform: scale(1);
}
.elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1:hover figure.fmtpl-category-banner-box-img:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_image {
  overflow: hidden;
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_image img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_image:hover img {
  transform: scale(1.2);
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_content .category-title {
  line-height: 100%;
  margin: 0;
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_content .fmtpl-products-count {
  display: table;
  margin: 0 auto;
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner .fmtpl-elementor_content .fmtpl-products-count.left .count-value {
  float: left;
  margin-right: 5px;
}
.elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner.fmtpl-carousel-categories-banner-layout-cate_slide_banner_inside1 .fmtpl-elementor_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 40px 48px;
  text-align: center;
  min-width: 217px;
  max-width: 90%;
}
.elementor-widget-fmtpl-carousel-images .fmtpl-carousel-images.fmtpl-carousel-images-layout-carousel_images_collection .fmtpl-elementor_content {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0 !important;
  margin-right: 0 !important;
  grid-gap: 15px;
}
.elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style li.product {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
  /*&:nth-child(6n+1),&:nth-child(6n+4){
    grid-column: span 2;
    grid-row: span 2;
  }*/
}
.elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style li.product .product-item-wrap .product-thumbnail {
  margin-bottom: 0;
}
.elementor-widget-fmtpl-products-grid.custom_grey_bg_product .woocommerce ul.products li.product.diassy2021-product-item .product-item-wrap .product-thumbnail {
  background-color: #f6f6f6;
  border: 1px solid #efefef;
}
.elementor-widget-fmtpl-products-grid.custom-margin-20 .woocommerce ul.products li.product {
  margin-bottom: 20px;
}
.elementor-widget-fmtpl-products-grid.custom-margin-20 ul.products.product-item-diassy2021-style-1 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.elementor-widget-fmtpl-products-grid.custom-margin-20 ul.products.product-item-diassy2021-style-1 li.product.diassy2021-product-item {
  padding-left: 11px !important;
  padding-right: 11px !important;
  margin-bottom: 20px;
}

.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content {
  position: relative;
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:before, .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #cecece;
  top: 50%;
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:before {
  right: calc(100% + 15px);
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:after {
  left: calc(100% + 15px);
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_simple1 .fmtpl-sub-title:before,
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_simple1 .fmtpl-sub-title:after {
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin: -7px 0 0 30px;
  background-size: 15px 12px;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA4Ljg3NSwyNDguNDU4bC0xNjAtMTYwYy00LjE2Ny00LjE2Ny0xMC45MTctNC4xNjctMTUuMDgzLDBjLTQuMTY3LDQuMTY3LTQuMTY3LDEwLjkxNywwLDE1LjA4M2wxNDEuNzkyLDE0MS43OTINCgkJCUgxMC42NjdDNC43NzEsMjQ1LjMzMywwLDI1MC4xMDQsMCwyNTZzNC43NzEsMTAuNjY3LDEwLjY2NywxMC42NjdoNDY0LjkxN0wzMzMuNzkyLDQwOC40NThjLTQuMTY3LDQuMTY3LTQuMTY3LDEwLjkxNywwLDE1LjA4Mw0KCQkJYzIuMDgzLDIuMDgzLDQuODEzLDMuMTI1LDcuNTQyLDMuMTI1YzIuNzI5LDAsNS40NTgtMS4wNDIsNy41NDItMy4xMjVsMTYwLTE2MEM1MTMuMDQyLDI1OS4zNzUsNTEzLjA0MiwyNTIuNjI1LDUwOC44NzUsMjQ4LjQ1OHoNCgkJCSIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_simple1 .fmtpl-sub-title:before {
  margin: -7px 30px 0 0;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEuNDk0IDMxLjQ5NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEuNDk0IDMxLjQ5NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGw6IzFFMjAxRDsiIGQ9Ik0xMC4yNzMsNS4wMDljMC40NDQtMC40NDQsMS4xNDMtMC40NDQsMS41ODcsMGMwLjQyOSwwLjQyOSwwLjQyOSwxLjE0MywwLDEuNTcxbC04LjA0Nyw4LjA0N2gyNi41NTQNCgljMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDMuODEzbDguMDQ3LDguMDMyYzAuNDI5LDAuNDQ0LDAuNDI5LDEuMTU5LDAsMS41ODcNCgljLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");
}
.elementor-widget-fmtpl-title .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap {
  flex-direction: row;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-left .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap .fmtpl-divider {
  order: 1;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-left .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap .fmtpl-widget-title {
  order: 2;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-top .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap {
  align-items: center;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-top .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap .fmtpl-widget-title {
  order: 1;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-top .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap .fmtpl-divider {
  order: 2;
}
.elementor-widget-fmtpl-title.fmtpl-divider-position-top .fmtpl-heading-title.heading_horizontal1 .fmtpl-tittle-content-wrap .fmtpl-title-desc {
  order: 3;
  margin-top: -15px;
}

.elementor-widget-fmtpl-carousel-reviews.reviews_style_light .fmtpl-carousel-reviews.fmtpl-reviews-layout-default .fmtpl-elementor-main-swiper .swiper-slide {
  background: #ffffff;
}
.elementor-widget-fmtpl-carousel-reviews.reviews_style_light .fmtpl-carousel-reviews.fmtpl-reviews-layout-default .fmtpl-elementor-main-swiper .swiper-slide .fmtpl-reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-widget-fmtpl-carousel-reviews.reviews_style_light .fmtpl-carousel-reviews.fmtpl-reviews-layout-default .fmtpl-elementor-main-swiper .swiper-slide .fmtpl-reviews-item .elementor-star-rating {
  order: 1;
}
.elementor-widget-fmtpl-carousel-reviews.reviews_style_light.fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: #ffffff;
}
.elementor-widget-fmtpl-carousel-reviews.reviews_style_light.fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-widget-fmtpl-carousel-reviews.reviews_style_light.fmtpl-dot-style-default .fmtpl-elementor-swiper .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #ffffff;
}
.elementor-widget-fmtpl-carousel-reviews.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 50px;
}
.elementor-widget-fmtpl-carousel-reviews.elementor-pagination-position-outside .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -6px;
}

.elementor-widget-wp-widget-woocommerce_product_search.search_marketplace .fm-search-form {
  width: 100%;
  height: 56px;
}
.elementor-widget-wp-widget-woocommerce_product_search.search_marketplace .fm-search-form .search_text_input {
  background: #ffffff;
  border-color: #ffffff;
  font-size: 16px;
  color: #222;
}
.elementor-widget-wp-widget-woocommerce_product_search.search_marketplace .fm-search-form button[type=submit] {
  width: 88px;
}
.elementor-widget-wp-widget-woocommerce_product_search.search_marketplace .fm-search-form button[type=submit] svg {
  width: 20px;
  height: 20px;
}

.elementor-widget-fmtpl-button.divider_half .fmtpl-button .fmtpl-button-button {
  flex-direction: column;
  align-items: flex-start;
}
.elementor-widget-fmtpl-button.divider_half .fmtpl-button .fmtpl-button-button:after {
  display: block;
  width: 50%;
  content: "";
  background: #232529;
  height: 2px;
}

.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style2 .swiper-slide .fmtpl-testimonial-author {
  display: flex;
  align-items: center;
}
.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style2 .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  margin-top: 30px;
}
.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style1 .fmtpl-testimonial-item {
  display: flex;
  flex-direction: column;
}
.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style1 .fmtpl-testimonial-item .fmtpl-testimonial-author {
  order: 1;
}
.elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style1 .fmtpl-testimonial-item .fmtpl-testimonial-content {
  order: 2;
}

.elementor-widget-fmtpl-newsletter.custom-title-under-line .newsletter-title {
  position: relative;
  margin-bottom: 14px;
}
.elementor-widget-fmtpl-newsletter.custom-title-under-line .newsletter-title:after {
  position: absolute;
  content: "";
  width: 40px;
  border-bottom: 2px solid;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-fmtpl-newsletter.custom-title-under-line br {
  display: none;
}

.elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs .fmtpl-tabs-wrapper .nav-tabs {
  border-bottom: none;
}
.elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link {
  position: relative;
}
.elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link, .elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link span {
  display: block;
}
.elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: transparent;
  opacity: 0.8;
  display: block;
  margin-top: -3px;
  transition: width 0.4s linear 0s;
  -webkit-transition: width 0.4s linear 0s;
  -o-transition: width 0.4s linear 0s;
}
.elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link.active:after, .elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-divider .fmtpl-tabs-wrapper .nav-tabs .nav-item .fmtpl-tab-link:hover:after {
  background-color: #1e2828;
  width: 100%;
}

@media (min-width: 768px) {
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half ~ .wpforms-one-half {
    margin-left: 19px;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=text], .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=email], .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea {
    background: none;
    color: #969696;
    border-color: #3a3a3a;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=text]:focus, .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field input[type=email]:focus, .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
    color: #ffffff;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-submit-container button.wpforms-submit {
    background-color: #6b6b6b;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 .wpforms-container.contact_form form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
    background-color: #1e2828;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v1 div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #999999;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v2 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v2 .wpforms-container.contact_form form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half ~ .wpforms-one-half {
    margin-left: 19px;
  }
  .elementor-widget.elementor-widget-wpforms.contact_form_v2 .wpforms-container.contact_form form.wpforms-form .wpforms-submit-container button.wpforms-submit {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -45px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: -45px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::before, .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::after {
    width: 30px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::before {
    left: -30px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper::after {
    right: -30px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 {
    flex-direction: row;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content {
    flex: 1;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper {
    margin-bottom: 35px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper .product-short-desc {
    padding-right: 50px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper {
    flex: 1;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails {
    width: 120px;
    max-width: 120px;
    margin-left: 30px;
    margin-right: 0;
  }
  .elementor-widget-fmtpl-carousel-products .fmtpl-elementor-widget .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-elementor-widget .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-carousel-images .fmtpl-elementor-widget .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-widget .fmtpl-carousel-navigation-wrapper .elementor-swiper-button {
    opacity: 0;
    visibility: hidden;
  }
  .elementor-widget-fmtpl-carousel-products .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-carousel-images .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button,
  .elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button {
    opacity: 1;
    visibility: visible;
  }
  .elementor-widget-fmtpl-carousel-products .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-prev,
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-prev,
  .elementor-widget-fmtpl-carousel-images .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-prev,
  .elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-prev {
    left: -22px;
  }
  .elementor-widget-fmtpl-carousel-products .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-next,
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-next,
  .elementor-widget-fmtpl-carousel-images .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-next,
  .elementor-widget-fmtpl-product-tabs-carousel .fmtpl-elementor-widget:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-next {
    right: -22px;
  }
  .elementor-widget-fmtpl-carousel-posts .fmtpl-post-list .fmtpl-carousel-navigation-wrapper .elementor-swiper-button {
    opacity: 0;
    visibility: hidden;
  }
  .elementor-widget-fmtpl-carousel-posts .fmtpl-post-list:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button {
    opacity: 1;
    visibility: visible;
  }
  .elementor-widget-fmtpl-carousel-posts .fmtpl-post-list:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-prev {
    left: -22px;
  }
  .elementor-widget-fmtpl-carousel-posts .fmtpl-post-list:hover .fmtpl-carousel-navigation-wrapper .elementor-swiper-button-next {
    right: -22px;
  }
  .elementor-widget-fmtpl-carousel-products .swiper-container-horizontal ul.products.products-grid-style > li.product {
    margin-bottom: 0 !important;
  }
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner.fmtpl-carousel-categories-banner-layout-cate_slide_banner_inside1 .fmtpl-elementor_content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner.fmtpl-carousel-categories-banner-layout-cate_slide_banner_inside1 .fmtpl-elementor_content:hover {
    background-color: #FB5858;
  }
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner.fmtpl-carousel-categories-banner-layout-cate_slide_banner_inside1 .fmtpl-elementor_content:hover .fmtpl-item-title a,
  .elementor-widget-fmtpl-carousel-categories-banner .fmtpl-carousel-categories-banner.fmtpl-carousel-categories-banner-layout-cate_slide_banner_inside1 .fmtpl-elementor_content:hover .fmtpl-products-count {
    color: #fff;
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:before, .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:after {
    width: 80px;
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:before {
    right: calc(100% + 30px);
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider1 .fmtpl-widget-title .title-content:after {
    left: calc(100% + 30px);
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider2 {
    position: relative;
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider2 .fmtpl-widget-title:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .elementor-widget-fmtpl-title .fmtpl-heading-title.heading_divider2 .title-content {
    background: #ffffff;
    padding: 15px 25px;
    display: block;
    z-index: 2;
  }
  .elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-retails .fmtpl-tabs-title-wrapper {
    flex-direction: row;
  }
  .elementor-widget-fmtpl-products-tabs .fmtpl-products.fmtpl-products-tabs.fmtpl-products-tabs-layout-retails_2 .fmtpl-tabs-title-wrapper {
    flex-direction: row-reverse;
  }
  .elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_inside1 .fmtpl-category-banner-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_inside1:not(:hover) .fmtpl-category-banner-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  .elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1 .shop-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -25px;
  }
  .elementor-widget-fmtpl-category-banner .fmtpl-category-banner.cat_banner_outside1:not(:hover) .shop-btn {
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2 .banner-button-wrap {
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s, margin-top 0.3s linear 0s;
  }
  .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_2:hover .banner-button-wrap {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-sub-title {
    left: -10px;
  }
  .elementor-widget-fmtpl-menu .fmtpl-menu .menu-item a {
    transition: color 0.3s linear 0s;
  }
  .elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style li.product:nth-child(6n+1), .elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style li.product:nth-child(6n+4) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .elementor-section.custom_footer_divider_center {
    position: relative;
  }
  .elementor-section.custom_footer_divider_center:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
}
@media (min-width: 992px) {
  .elementor-widget-fmtpl-product-pin .diassy2021-product-pin-item .pin_content_wrap:hover {
    background: #ffffff;
  }
  .elementor-widget-fmtpl-product-pin .diassy2021-product-pin-item .pin_content_wrap:hover .pin-product-box {
    opacity: 1;
    visibility: visible;
  }
  .elementor-widget-fmtpl-carousel-testimonial .fmtpl-carousel-testimonial.fmtpl-testimonial-layout-style2 .swiper-container-horizontal > .swiper-pagination-bullets {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-fmtpl-products-grid .fmtpl-products.fmtpl-products-layout-product_grid_mansory ul.products.products-grid-style {
    grid-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -95px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: -95px;
  }
  .elementor-widget-diassy2021_slider .fmtpl-elementor-main-swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 45px;
  }
  .elementor-widget-fmtpl-product-pin .diassy2021-product-pin-item .pin_content_wrap .pin-product-box {
    width: 250px;
  }
  .elementor-widget-fmtpl-banner .fmtpl-banner.banner_outside_4 .fmtpl-banner-content .fmtpl-sub-title {
    left: -25px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails {
    margin-left: 25px;
    margin-right: 0;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 {
    height: auto !important;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper .fmtpl-product-deal-time {
    max-width: 280px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-deal-content .fmtpl-product-deal-wrapper .fmtpl-product-deal-time .box-count .num {
    width: 55px;
    height: 55px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  body:not(.diassy2021-mobile) .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-main-thumb {
    padding-right: 15px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails {
    margin-left: 0;
    margin-right: 15px;
    max-width: 90%;
    flex: 0 0 90%;
    flex-direction: row;
    display: flex;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_01 .fmtpl-product-thumb-wraper .product-thumbnails .woocommerce-product-gallery__image {
    width: 50px;
    margin: 0 10px 10px 0;
    border-radius: 0;
    border-width: 1px;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 .fmtpl-product-deal-time {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .elementor-widget-fmtpl-deal .fmtpl-product-deal.product_deal_02 .fmtpl-product-deal-time .box-count .num {
    width: 55px;
    height: 55px;
  }
}
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=text],
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=file],
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=password],
.wcfm-theme-diassy2021 #wcfm_membership_container select, .wcfm-theme-diassy2021 #wcfm_membership_container input[type=number],
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=time],
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=search],
.wcfm-theme-diassy2021 #wcfm_membership_container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  vertical-align: middle;
  padding: 0 15px;
  height: 50px;
  background: #FFF;
  margin-bottom: 1.5rem;
}
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=text]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=file]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=password]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container select:focus, .wcfm-theme-diassy2021 #wcfm_membership_container input[type=number]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=time]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container input[type=search]:focus,
.wcfm-theme-diassy2021 #wcfm_membership_container textarea:focus {
  outline: none;
  border-color: #242424;
  color: #242424;
}
.wcfm-theme-diassy2021 .wcfmmp-store-search-form input.wcfmmp-radius-addr,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form input.wcfm-search-field,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form input#search,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form select#wcfmmp_store_category,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form select#wcfmmp_store_country,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form #wcfmmp_store_state,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form .select2-container,
.wcfm-theme-diassy2021 .wcfmmp-store-search-form .wcfmmp-search-box,
.wcfm-theme-diassy2021 #wcfmmp_store_orderby {
  box-shadow: none !important;
  border-color: #adb4b3 !important;
}
.wcfm-theme-diassy2021 .wcfmmp-store-search-form .select2-container {
  border: none !important;
}
.wcfm-theme-diassy2021 .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating::before,
.wcfm-theme-diassy2021 .wcfmmp_store_info .wcfmmp-store-rating::before,
.wcfm-theme-diassy2021 .wcfmmp_sold_by_container .wcfmmp-store-rating::before {
  font-size: 11px;
  letter-spacing: 3px;
}
.wcfm-theme-diassy2021 span.wcfmmp_sold_by_label {
  display: none;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget {
  margin-bottom: 45px;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget .sidebar_heading {
  margin-bottom: 0;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget .widget-title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget .fm-search-form button[type=submit] {
  min-width: 50px;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget.widget_categories .widget-title {
  margin-bottom: 15px;
}
.wcfm-theme-diassy2021 #wcfmmp-store .sidebar .widget.widget_categories ul li {
  padding-left: 0;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists {
  box-shadow: none;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap-holder {
  padding-left: 0;
  padding-right: 0;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists .wcfmmp-store-lists-sorting {
  margin-left: 0;
  margin-right: 0;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap p.store-phone {
  background: none;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store a.wcfmmp-visit-store {
  font-size: 12px;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-data > h2 a {
  font-weight: 500;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-data .wcfmmp-store-rating:before {
  font-size: 11px;
  letter-spacing: 5px;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-phone {
  font-size: 14px;
  color: #555 !important;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-phone i {
  background: none !important;
  color: #242424;
  font-size: inherit;
  margin-right: 6px;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-phone.store-phone {
  margin-top: 6px;
}
.wcfm-theme-diassy2021.wcfmmp-store-list-page #wcfmmp-stores-lists #wcfmmp-stores-wrap .wcfmmp-single-store .store-data-container .store-enquiry a.wcfm_catalog_enquiry {
  min-width: 150px;
  line-height: 20px;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  margin-top: 20px;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store ul.product_list_widget li a {
  font-weight: 500;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store.wcfmmp-single-store-holder {
  max-width: 1440px;
  padding: 0 15px;
  margin: 50px auto;
  box-shadow: none !important;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .right_side {
  border: 1px solid #adb4b3;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .left_sidebar {
  padding-bottom: 3.9%;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links {
  border-bottom-color: #adb4b3;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li {
  border: none !important;
  padding-right: 20px;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #555;
  padding: 10px 0;
  display: inline-block;
  text-transform: none;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li:after {
  height: 1px;
  top: auto;
  bottom: 1px;
  background: #1e2828 !important;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li:hover a, .wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li.active a {
  color: #324342 !important;
  border: none !important;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li:hover:after, .wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .tab_area .tab_links li.active:after {
  background-color: #1e2828 !important;
  opacity: 1;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .product_area .products-wrapper ul li.product {
  padding: 0 8px;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .reviews_area, .wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .policies_area, .wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .wcfm_store_description {
  border: 1px solid #adb4b3;
  box-shadow: none;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .add_review input {
  box-shadow: none;
  border-bottom: 1px solid #adb4b3;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .woocommerce .reviews_area .add_review button {
  border: none;
  border-radius: 2px;
  height: 40px;
  line-height: 20px;
  padding: 10px 25px;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .reviews_heading, .wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store .wcfm_policies_heading {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  color: #324342;
  border-bottom: 1px solid #adb4b3;
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wcfm-theme-diassy2021.wcfm-store-page #wcfmmp-store nav.woocommerce-pagination {
  margin-bottom: 30px;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper {
  padding: 0;
  border: none;
  float: none;
  box-shadow: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  width: 100%;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper h2.wcfm_registration_form_heading {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 45px;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_registration_form_expander .wcfm_title {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #242424;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container p.wcfm_title strong, .wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container span.wcfm_title strong {
  font-weight: 500 !important;
  font-style: normal !important;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container .wcfm_email_verified, .wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container .wcfm_sms_verified, .wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container .wcfm_store_slug_verified {
  margin-left: 0;
  text-align: center;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container .select2-container, .wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container .select2-container .select2-selection {
  min-height: 50px !important;
  line-height: 48px;
  width: 100% !important;
  box-shadow: none;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container input#terms {
  margin-left: 0;
  display: inline-block;
  float: left;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container p.terms_title.wcfm_title {
  margin-bottom: 1.5rem !important;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container #wcfm_membership_register_button {
  height: 50px;
  border: none;
  background: #242424;
  color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
  transition: all 0.25s;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.wcfm-theme-diassy2021 .wcfm-membership-wrapper #wcfm_membership_container #wcfm_membership_register_button:hover {
  background-color: #e36c02;
}
.wcfm-theme-diassy2021.single-product .wcfm_ele_wrapper a.wcfm_catalog_enquiry, .wcfm-theme-diassy2021.single-product .wcfm_ele_wrapper a.wcfm-chat-now, .wcfm-theme-diassy2021.single-product .wcfm_ele_wrapper a.wcfm_chat_now_button {
  border: none;
  border-radius: 2px;
  height: 40px;
  line-height: 20px;
  padding: 10px 13px !important;
  font-size: 13px;
  -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.wcfm-theme-diassy2021.single-product .wcfmmp_sold_by_container_advanced {
  border-radius: 2px;
  border-color: #dcdcdc;
}
.wcfm-theme-diassy2021.single-product .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
  font-size: 9px;
  line-height: 12px;
  margin-top: 10px;
}
.wcfm-theme-diassy2021.single-product .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store {
  line-height: 20px;
}
.wcfm-theme-diassy2021.single-product .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
}
.wcfm-theme-diassy2021.single-product .product_meta .wcfm-clearfix {
  flex: 0 0 100%;
}
.wcfm-theme-diassy2021 #wcfmmp-store ul.products.products-grid-style {
  margin-left: -8px;
  margin-right: -8px;
}
.wcfm-theme-diassy2021 ul.products.products-grid-style li.product .wcfmmp_sold_by_container .wcfmmp-store-rating {
  min-width: 75px;
  max-width: max-content;
}
.wcfm-theme-diassy2021 ul.products.products-grid-style li.product .product-infos .variations_form ul, .wcfm-theme-diassy2021 ul.products.products-grid-style li.product .product-infos .variations_form ul.variations {
  padding-bottom: 0 !important;
}
.wcfm-theme-diassy2021 ul.products.products-grid-style.product-item-diassy2021-style-2 .wcfmmp_sold_by_container .wcfmmp-store-rating, .wcfm-theme-diassy2021 ul.products.products-grid-style.product-item-diassy2021-style-3 .wcfmmp_sold_by_container .wcfmmp-store-rating, .wcfm-theme-diassy2021 ul.products.products-grid-style.product-item-diassy2021-style-4 .wcfmmp_sold_by_container .wcfmmp-store-rating, .wcfm-theme-diassy2021 ul.products.products-grid-style.product-item-diassy2021-style-border .wcfmmp_sold_by_container .wcfmmp-store-rating {
  margin: 0 auto;
}

.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget {
  margin-bottom: 45px;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget .sidebar_heading {
  margin-bottom: 0;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget .widget-title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget .fm-search-form button[type=submit] {
  min-width: 50px;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget.dokan-store-menu .widget-title {
  margin-bottom: 15px;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget.dokan-store-menu ul {
  list-style: none;
  padding-left: 0;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget.dokan-store-menu ul li {
  padding-left: 0;
  line-height: 30px;
}
.dokan-theme-diassy2021 .dokan-store-sidebar .widget.dokan-store-widget.dokan-store-menu ul li ul.children {
  padding-left: 10px;
}
.dokan-theme-diassy2021 .dokan-pagination-container .dokan-pagination li {
  display: inline;
  border: none;
  box-sizing: border-box;
  margin: 0 0.25rem;
}
.dokan-theme-diassy2021 .dokan-pagination-container .dokan-pagination li a {
  text-decoration: none;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  margin: 0;
  text-align: center;
  border: 1px solid #dcdcdc;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-width: 2px;
  line-height: 38px;
  display: inline-block;
}
.dokan-theme-diassy2021 .dokan-pagination-container .dokan-pagination li:hover a, .dokan-theme-diassy2021 .dokan-pagination-container .dokan-pagination li.active a {
  background-color: #324342;
  border-color: #324342;
  color: #FFF;
}
.dokan-theme-diassy2021 ul.products.products-grid-style li.product .sold-by-dokan-vendor .sold-by-label {
  font-size: 11px;
  font-style: italic;
}
.dokan-theme-diassy2021 ul.products.products-grid-style li.product .sold-by-dokan-vendor a {
  font-weight: 500;
  color: #1e2828;
  font-size: 13px;
}
.dokan-theme-diassy2021 .dokan-category-menu #cat-drop-stack > ul {
  list-style: none;
}
.dokan-theme-diassy2021.single-product .product-info .sold-by-dokan-vendor .sold-by-label {
  font-size: 12px;
  font-style: italic;
}
.dokan-theme-diassy2021.single-product .product-info .sold-by-dokan-vendor a {
  font-weight: 500;
  color: #1e2828;
  font-size: 14px;
}
.dokan-theme-diassy2021 p.form-row.form-group.vendor-customer-registration > label {
  position: static;
  margin-right: 15px;
}
.dokan-theme-diassy2021 .show_if_seller .form-row label {
  top: 0 !important;
}

/* Version 2.0.5 */
.fmtpl-divider-wrap {
  line-height: 0;
}

.elementor-widget-wrap e-swiper-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.main-shop-control {
  justify-content: start !important;
  margin-top: 10px;
  margin-bottom: 40px !important;
}
.main-shop-control .select2-container {
  margin-right: 0;
}

.custom-slider {
  position: relative;
}

.custom-slider > .elementor-container {
  max-width: 100% !important;
}

.before_single_product, .type-product, .after_single_product {
  max-width: 1232px;
  margin: auto;
}

.tinv-wraper.tinv-wishlist {
  /*display: inline !important;
  margin-left: 10px !important;
  float: right;*/
}

.bordered_box {
  border-style: solid;
  box-sizing: content-box;
  padding: 10px;
  text-align: center;
  color: #324342;
  border: 1px solid #e3e3e3;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
}

.woocommerce ul.products.products-grid-style li.product .product-infos .woocommerce-loop-product__title, .woocommerce-loop-product__title {
  font-size: 16px !important;
}
.woocommerce-loop-product__title {
	font-weight: 700 !important;
}
.woocommerce ul.products.products-grid-style li.product .product-infos .price {
  font-size: 16px !important;
}

.header-content {
  box-shadow: 0 3px 2px -2px #324342;
}

.product-maincategory-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #324342;
  margin-bottom: 32px;
}

.product-maincategory-title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  color: #324342;
  float: left;
  text-transform: uppercase;
}

.product-maincategory-view-more a {
  background-color: #000;
  float: right;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.cleared {
  clear: both;
}

.custom-slider .elementor-container {
  max-width: 100% !important;
}

.custom-slider .elementor-widget-wrap {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .floating-centered-text {
    left: 5% !important;
    top: 65%;
  }
}
.floating-centered-text {
  position: absolute;
  left: 45%;
  font-family: "OptimaNovaLTProRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  z-index: 99;
  text-align: center;
  color: #FFFFFF;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .floating-centered-text {
    left: 5%;
    top: 65%;
  }
}
@media (max-width: 767px) {
  .product-maincategory-view-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .woocommerce div:not(.swiper-container) > ul.products, .woocommerce:not(.swiper-container) > ul.products {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color 0.4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}

.floating-centered-subtitle {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-top: 5px;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 99;
  text-align: center;
  color: #FFFFFF;
  top: 68%;
  -webkit-transform: translateY(-68%);
  -ms-transform: translateY(-68%);
  transform: translateY(-68%);
}

@media (max-width: 767px) {
  .floating-centered-subtitle {
    display: none;
  }
}
.bordered_box_alt {
  border-style: solid;
  box-sizing: content-box;
  padding: 10px;
  text-align: center;
  color: #324342;
  border: 1px solid #e3e3e3;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
}

.dropdown-toggle-icon::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0;
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  background-image: url(../images/select_icon_sort.svg);
  transform: rotate(90deg);
}

.dropdown {
  display: inline-block;
}

.dropdown .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown ul.dropdown-menu-checkbox {
  padding: 2px;
  display: none;
  margin: 0;
  border-top: none;
}

.dropdown ul.dropdown-menu-checkbox li {
  list-style: none;
}

.dropdown.visible .anchor {
  color: #0094ff;
}

.dropdown.visible .dropdown-menu-checkbox {
  display: block;
}

.dropdown-check-item input[type=checkbox] {
  accent-color: #324342;
}

.dropdown-check-item {
  float: left;
  padding-left: 1em;
}

.dropdown-menu-checkbox {
  margin: 10px;
  width: 120px;
  position: absolute;
  background-color: white;
  z-index: 99;
}

.dropdown-menu-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.mobile-dropdown-filter {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
}

/*.woocommerce ul.products li.product a {
  width: 30px;
}*/

.woocommerce-account .woocommerce-form-login.woocommerce-form, .woocommerce-account .woocommerce-form-register.woocommerce-form, .woocommerce-ResetPassword .lost_reset_password {
  border: none;
  padding: 0;
  border-radius: 0;
  float: none;
  margin: 0 auto;
  max-width: 450px;
}

.woocommerce-page .woocommerce-form-login button.woocommerce-form-login__submit {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.woocommerce-page .woocommerce-form-login button.woocommerce-form-signup__submit {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background: #324342;
}

.woocommerce-account .woocommerce h2::after {
  background: none;
}

.woocommerce-account .woocommerce h2 {
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  margin-top: 50px;
  font-size: 24px;
  line-height: 30px;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.remember_me {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #324342;
}

.woocommerce-form__input woocommerce-form__input-checkbox {
  visibility: visible;
  position: relative;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span::before {
  width: 0px;
  height: 0px;
  display: none;
}

.or_div {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #324342;
  line-height: 0.1em;
  margin: 10px 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.or_div span {
  margin-top: 45px;
  margin-bottom: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  background: #F2F2F2;
  padding: 0 32px;
  color: #324342;
}

.woocommerce-account .woocommerce h2::before {
  background: none;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  visibility: visible;
  position: relative;
  float: left;
  accent-color: #324342;
}

#fm-account-modal form.woocommerce-form.woocommerce-form-register .form-row label, #fm-account-modal form.woocommerce-form.woocommerce-form-login .form-row label, .woocommerce-account form.woocommerce-form.woocommerce-form-register .form-row label, .woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row label {
  width: 50%;
  background: none;
}

.label_for_string {
  width: 50%;
  position: relative;
  background: none;
  top: 0;
  padding: 0;
  transform: none;
  text-align: left;
  vertical-align: center;
}

.woocommerce-Input .woocommerce-Input--text,
.woocommerce-account form.woocommerce-form.woocommerce-form-login .form-row .input-text {
  width: 70%;
}

.label_for_div {
  width: 30%;
  float: left;
}

.woocommerce-button-register {
  background: #FFFFFF;
  color: #324342;
  border: 1px solid #324342;
}

.remember_me label {
  margin: 0 auto;
}

.remember_me a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #324342;
}

.button_top_submit {
  background: #324342 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 15px 30px !important;
  width: 100% !important;
  color: #FFFFFF !important;
}

.button_bottom_submit {
  background: #FFFFFF !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 15px 30px !important;
  width: 100% !important;
  color: #324342 !important;
  border: 1px solid #324342;
  text-transform: none;
}

@media (min-width: 1200px) {
  .woocommerce-lost-password .woocommerce {
    margin: 0px auto;
  }
}
.cart-title-header .label {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 47px;
  color: #324342;
}

.cart_totals {
  border: 1px solid rgba(50, 67, 66, 0.2);
}

.cart-title-header {
  padding-top: 40px;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce table.shop_table th {
  font-style: normal !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #324342 !important;
}

.woocommerce table.shop_table td.product-name {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  color: #324342 !important;
}

.woocommerce table.shop_table td.product-subtotal {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  text-align: right !important;
  text-transform: capitalize !important;
  color: #324342 !important;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
#progressbar li {
  list-style-type: none;
  color: rgba(50, 67, 66, 0.4);
  font-size: 16px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li .detail {
  color: rgba(50, 67, 66, 0.4);
  font-size: 12px;
}
#progressbar li:nth-child(1):after {
  width: 50%;
  left: 50%;
  z-index: 3;
}
#progressbar li:nth-child(2):after {
  width: 100%;
  left: 0;
  z-index: 3;
}
#progressbar li:nth-child(3):after {
  width: 100%;
  left: 0;
  z-index: 3;
}
#progressbar li:nth-child(4):after {
  width: 50%;
  left: 0;
  z-index: 3;
}
#progressbar li:before {
  content: "";
  font: normal normal normal 30px/50px Ionicons;
  width: 25px;
  height: 25px;
  line-height: 28px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: 0;
}
#progressbar li.active {
  color: #A13322;
}
#progressbar li.active:before {
  content: "✓";
  background: #A13322;
  color: white;
  z-index: 4;
  font-size: 15px;
  position: relative;
}
#progressbar li.active:after {
  background: #A13322;
  color: white;
}

.download_catalog .select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #324342;
}

.select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #F04438;
}

#order_finished {
  height: 340px;
  padding: 55px 0;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#order_finished .btn {
  min-width: 230px;
}

#thankyou-title {
  font-family: "OptimaNovaLTProRegular";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}

.cart-variation-thumbnail {
  width: 51px !important;
  position: relative !important;
  margin-right: 12px !important;
}

.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dt::after {
  content: "";
}

.woocommerce-cart .woocommerce-cart-form button.button_continue_buying {
  background-color: white;
  border: 1px solid #324342;
  color: #324342;
}

.edit_link, .remove_link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #324342;
}

.cart-collaterals h2 {
  display: none;
}

.wc-proceed-to-checkout .checkout-button {
  background-color: #324342 !important;
  text-transform: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  color: #FFFFFF !important;
}

.mini_shop_table {
  background-color: white !important;
  border: 1px solid #324342 !important;
}

.cart-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount,
.tax-rate .woocommerce-Price-amount,
.fee .woocommerce-Price-amount,
.woocommerce-shipping-totals ul {
  font-style: normal;
  line-height: 17px !important;
  text-align: right;
  text-transform: capitalize;
  color: #324342;
  float: right;
}

.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation {
  padding-top: 10px;
}

.woocommerce-cart .woocommerce-cart-form .quantity {
  width: 140px;
  flex: 0 0 140px;
  margin: 0 10px 10px 0;
}

.woocommerce-cart .woocommerce-cart-form .quantity-group-buttons > a.quantity-minus {
  left: 0;
  top: 0;
  border-right: 1px solid #adb4b3;
}

.woocommerce-cart .woocommerce-cart-form form.cart .quantity .quantity-group-buttons > a {
  position: absolute;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.woocommerce-cart .woocommerce-cart-form .quantity .quantity-group-buttons {
  border: none;
  display: flex;
  flex-direction: column;
}

.woocommerce-cart .woocommerce-cart-form .quantity-group-buttons > a {
  position: absolute;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.woocommerce-cart .woocommerce-cart-form .quantity .quantity-group-buttons > a.quantity-plus {
  right: 0;
  top: 0;
  background-color: #324342;
}

.woocommerce-cart .woocommerce-cart-form .quantity .quantity-group-buttons > a {
  position: absolute;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .woocommerce-cart-form .units {
  margin-right: 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
}

.modal-body h3 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.modal-body .category {
  text-align: center;
}
.modal-body .category .product_title_category {
  line-height: 15px;
  margin-bottom: 4px;
}
.modal-body .product-name {
  text-align: center;
}
.modal-body .product-name h1.product_title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 4px;
}
.modal-body .product-sku {
  text-align: center;
  margin-bottom: 32px;
}
.modal-body .product-sku .sku_wrapper {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.6;
}
.modal-body h3.new-reposition {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
}
.modal-body .new-reposition-container {
  max-width: 376px;
  margin: 0 auto;
}
.modal-body .new-reposition-container .border-container {
  border: 1px solid #adb4b3;
  padding: 24px;
  margin-bottom: 8px;
}
.modal-body .new-reposition-container .border-container .date {
  text-align: center;
  margin-bottom: 8px;
}
.modal-body .new-reposition-container .border-container .quantity-available {
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}
.modal-body .new-reposition-container .form-reservation {
  margin-bottom: 44px;
}
.modal-body .new-reposition-container .form-reservation label.label-reservation {
  line-height: 40px;
  margin-bottom: 4px;
}
.modal-body .new-reposition-container .form-reservation input.input-reservation {
  height: 40px;
  margin-bottom: 4px;
}
.modal-body .new-reposition-container .form-buttons {
  margin-bottom: 32px;
}
.modal-body .new-reposition-container .form-buttons button.button {
  font-weight: 300;
  background: #324342;
  border: 1px solid #324342;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  padding: 0 25px;
  margin-bottom: 8px;
}
.modal-body .new-reposition-container .form-buttons button.button:hover {
  background: #1e2828;
}
.modal-body .new-reposition-container .form-buttons button.button.alt {
  background: #fff;
  color: #324342;
  border: 1px solid #324342;
}
.modal-body .new-reposition-container .form-buttons button.button.alt:hover {
  background: #adb4b3;
}

#menu-wrap {
  position: relative;
  height: 25px;
  width: 25px;
}

#menu-wrap .dots {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

#menu-wrap .dots > div,
#menu-wrap .dots > div:after,
#menu-wrap .dots > div:before {
  height: 4px;
  width: 4px;
  background-color: rgba(49, 49, 49, 0.8);
  border-radius: 0;
  border: 0;
  color: #324342;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#menu-wrap .dots > div {
  position: relative;
}

#menu-wrap .dots > div:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
}

#menu-wrap .dots > div:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}

#menu-wrap .menu {
  position: absolute;
  left: 27px;
  top: -12px;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

#menu-wrap .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 999;
  background-color: white;
}

#menu-wrap .menu ul li {
  width: 100%;
  text-align: center;
  margin: 0;
  height: 50px;
  padding: 8px;
}

#menu-wrap .menu ul li .link {
  text-decoration: none;
  color: #324342;
  display: block;
  align-items: center;
  height: 100%;
  justify-content: left;
  padding-left: 16px;
  line-height: 34px;
  text-align: left;
}

#menu-wrap .toggler {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}

#menu-wrap .toggler:hover + .dots > div,
#menu-wrap .toggler:hover + .dots > div:after,
#menu-wrap .toggler:hover + .dots > div:before {
  background-color: #000000;
}

#menu-wrap .toggler:checked + .dots > div {
  -webkit-transform: translateX(-4.2426406872px) translateY(-4.2426406872px);
  -ms-transform: translateX(-4.2426406872px) translateY(-4.2426406872px);
  transform: translateX(-4.2426406872px) translateY(-4.2426406872px);
}

#menu-wrap .toggler:checked + .dots > div:after {
  -webkit-transform: translateX(4.2426406872px) translateY(8.4852813744px);
  -ms-transform: translateX(4.2426406872px) translateY(8.4852813744px);
  transform: translateX(4.2426406872px) translateY(9.7852813744px);
}

#menu-wrap .toggler:checked + .dots > div:before {
  -webkit-transform: translateX(8.4852813744px) translateY(1.7573593128px);
  -ms-transform: translateX(8.4852813744px) translateY(1.7573593128px);
  transform: translateX(8.4852813744px) translateY(1.7573593128px);
}

#menu-wrap .toggler:checked:hover + .dots > div,
#menu-wrap .toggler:checked:hover + .dots > div:after,
#menu-wrap .toggler:checked:hover + .dots > div:before {
  background-color: #000000;
}

#menu-wrap .toggler:checked ~ .menu {
  opacity: 1;
  visibility: visible;
  width: 150px;
  height: auto;
  border: 1px solid rgba(50, 67, 66, 0.6);
}

#menu-wrap .toggler:checked ~ .menu ul .link {
  opacity: 1;
  visibility: visible;
}

#menu-wrap .toggler:checked ~ .menu ul .link:hover {
  color: #000000;
}

#menu-wrap .toggler:not(:checked) ~ .menu {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#menu-wrap .toggler:not(:checked) ~ .menu ul .link {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.single-product #content .type-product .product-container .product-main .product-info .modal-reservation .modal-body .new-reposition-container .form-buttons button.button.alt {
  background: #fff;
  color: #324342;
  border: 1px solid #324342;
}

.form-buttons {
  padding-top: 10px;
}

.information_title_popup_item {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #324342;
  width: 80px;
  text-align: left;
  display: inline-block;
}

.disabled, .disabled:hover {
  color: gray;
}

#select2-download_catalog-b9-result-qnrl-four a {
  color: #F04438 !important;
}

.left_title_popup_item {
  width: 100px;
  text-align: left;
  display: inline-block;
}

.paddingTop10 {
  padding-top: 10px;
}

.filename_reservation {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
}

.reservation_toast .reservation_toast_image {
  display: flex;
  width: 100px;
  height: 50px;
  background-image: url(../../assets/images/image_check.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
}

.redTitle {
  font-family: "OptimaNovaLTProRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #A13322;
}

.reservation_toast .delete_catalog_image {
  display: flex;
  width: 100px;
  height: 50px;
  background-image: url(../../assets/images/trash.png);
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
}

.btneliminar, #btn_eliminar {
  background-color: #A13322;
}

.white_box_text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(50, 67, 66, 0.6);
  margin-bottom: 10px;
}

.white_box {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: #FFFFFF;
  padding-top: 144px;
  padding-bottom: 101px;
  padding-left: 420px;
  padding-right: 420px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.no-found a.btn {
  margin-right: 0;
}

@media (max-width: 767px) {
  .page-shop-control {
    display: none;
  }
  .post-828 {
    padding-left: 16px;
    padding-bottom: 15px;
  }
  .filter-page-shop {
    padding-left: 100px;
    padding-right: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #324342;
    border-bottom: 1px solid #324342;
    padding: 5px;
    margin: 10px;
  }
  #filter-and-order-popup-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #324342;
  }
  .left-side-filter-popup {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    color: #324342;
    text-align: left;
    width: 49%;
    display: inline-block;
  }
  .right-side-filter-popup {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    color: #324342;
    width: 49%;
    display: inline-block;
    text-align: right;
  }
  .right-side-filter-popup:after {
    width: 11px;
    height: 6.5px;
    background: #324342;
    content: "";
  }
  .modal-body .new-reposition-container .form-buttons button.button {
    font-weight: 300;
    background: #324342;
    border: 1px solid #324342;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    padding: 0 25px;
    margin-bottom: 8px;
  }
  #close-x:after {
    display: inline-block;
    width: 100%;
    content: "×";
    font-weight: 500;
    font-size: 30px;
    text-align: right;
  }
  .section-title-header {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #324342;
    padding-top: 4px;
    padding-bottom: 8px;
  }
  .item-popup {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    align-items: center;
    color: #324342;
    width: 90%;
  }
  .mobile-filter {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 12px;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #324342;
  }
}
@media (min-width: 767px) {
  .page-shop-control-mobile {
    display: none;
  }
}
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 8px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
	border: 0px;
	transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: "Uploaded image result";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
  background-color: #000000;
}

.status {
  height: 40px;
  display: flex;
  align-items: center;
}

.status-on-hold {
  background-color: #F79009;
  color: #FFFFFF;
  padding: 6px;
  font-size: 12px;
}

.status-pending {
  border: 1px solid #F79009;
  color: #F79009;
  padding: 6px;
  font-size: 12px;
}

.status-failed {
  padding: 10px;
  background-color: #FB5858;
  color: #FFFFFF;
}

.status-cancelled {
  padding: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #A13322;
  color: #F04438;
}

.status-label {
  font-size: 9px;
  width: 76px;
  padding: 4px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.status-completed {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #324342;
  color: #324342;
  padding: 6px;
  font-size: 12px;
}

.woocommerce-orders-table__cell-order-status {
  width: 13%;
}

.woocommerce-customer-details address {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 16px 25px !important;
}

.color-custom {
  color: rgba(50, 67, 66, 0.8);
}

.crear-btn {
  text-decoration: underline !important;
}

.orders .container, .users .container {
  display: grid;
}
.orders .search, .users .search {
  width: 200px;
  background-color: #FFFFFF;
  height: 40px;
}
.orders .buscar, .users .buscar {
  border: 0;
  box-shadow: none;
  margin: 0 !important;
}
.orders .nav-item, .users .nav-item {
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;
}
.orders .nav-item .nav-link, .users .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
}
.orders .nav-item .active, .users .nav-item .active {
  background-color: #324342;
  color: #FFFFFF;
}
.orders .payment, .users .payment {
  width: 180px;
  justify-content: center;
}
.orders .page-numbers, .users .page-numbers {
  border: 1px solid #324342;
  width: 40px;
  text-align: center;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.orders .page-numbers.current, .users .page-numbers.current {
  color: #FFFFFF;
  background: #000000;
}

.table-separate {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table-separate tbody {
  font-size: 12px;
}

.no-button .underline-button {
  color: #FB5858 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #FB5858 !important;
  width: auto;
  height: auto;
  position: relative;
  justify-content: center;
  float: right;
  margin: 15px 0 0 0 !important;
}
.no-button .underline-button:hover {
  background-color: transparent !important;
  opacity: 0.6;
}

.no-button button {
  background-color: transparent !important;
  color: #000000 !important;
  margin: 0 !important;
  border: 0px !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.card-item {
  border: 1px solid rgba(50, 67, 66, 0.2);
  margin: 8px 14px;
  padding: 10px;
  border-radius: 0;
}

.white-button {
  border: 1px solid #1e2828;
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.f-20 {
  font-size: 20px;
}

.d-contents {
  display: contents;
}

.elementor-column-gap-default .elementor-row .elementor-column .elementor-element-populated .elementor-widget-wrap {
  padding: 0;
}

.woof_redraw_zone {
  display: flex;
  flex-direction: row;
}
.woof_redraw_zone .woof_container:first-child {
  padding-right: 10px;
}

.input-group-text {
  border-radius: 0;
}

.justify-left {
  justify-content: left !important;
}

.h-sm {
  height: 40px !important;
}

.border-0 {
  border: 0;
}

.more_info svg.fm-icon:hover {
  fill: #324342;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-image-carousel .swiper-slide-image {
  /*min-height: 200px;
  max-height: 200px;*/
}
.elementor-image-carousel .elementor-image-carousel-caption {
  color: #FFFFFF;
  position: absolute;
  bottom: 30%;
  width: 100%;
  left: 0;
}
.elementor-image-carousel .elementor-image-carousel-caption h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 4px;
  padding: 0 15px;
}
.elementor-image-carousel .elementor-image-carousel-caption p {
  font-size: 16px;
  line-height: 20px;
  max-width: 792px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .elementor-image-carousel .elementor-image-carousel-caption h2 {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
  }
  .elementor-image-carousel .elementor-image-carousel-caption p {
    display: none;
  }
}
#courier_list .card.no-background, #courier_list_int .card.no-background {
  background: none;
  border: none;
}
#courier_list .card-body h5, #courier_list_int .card-body h5 {
  color: #324342;
  font-size: 18px;
  font-weight: 600;
}

span.spinner {
  background-image: url(../../assets/images/loading.gif);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
}

.woocommerce ul.wc-bacs-bank-details {
  margin: 0 0 1rem;
}
.woocommerce ul.wc-bacs-bank-details li {
  float: none;
  border-right: none;
}

.woocommerce-terms-and-conditions-wrapper {
  text-align: left;
}
.txt_footer {
	color: #878383;
	font-size: 14px;
}
.line_footer {
	border-top: rgba(0,0,0,0.08) solid 1px;
	padding-top: 5px;
}
.txt_composition {
	align-items: center;
	font-family: Quicksand;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	height: 35px;
	justify-content: center;
}
.suscribe_form input {
	border: 0px;
	border-bottom: #ddd solid 2px !important;
}
.suscribe_form .select2-selection--single {
	border-bottom: #ddd solid 2px !important;
}
.suscribe_form .select2-selection__rendered {
	color: #ddd;
	font-family: Quicksand;
	text-transform: capitalize;
}
.suscribe_form .select2-selection.select2-selection--single {
	border-bottom: #ddd solid 2px !important;
	text-transform: capitalize !important;
}
.suscribe_form .sel_ubicacion {
	font-family: Quicksand;
	text-transform: capitalize;
}
.suscribe_form .wpcf7-submit {
	background-color: #000;
	color: #fff;
	font-weight: 600;
	padding: 5px 3px;
	text-transform: uppercase;
}
.select2-selection--single {
	border-bottom: #ddd solid 2px !important;
	text-transform: capitalize !important;
	padding-left: 20px !important;
}
.wpcf7-form-control.wpcf7-submit {
	border: 0px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	margin-left: 25px;
	padding: 10px 25px;
	text-transform: uppercase;
}
.pum-theme-3738 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 0px;
  border: 0px none #000000;
  box-shadow: none;
  background-color: #fff;
}

.modal_descuento {
	border: #000 solid 2px;
	color: #000;
	margin-top: 5%;
}
.modal_descuento .color_black {
	color: #000;
}
.modal_descuento .btn_modal {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: auto;
	padding: 15px 15px;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
}
.modal_descuento h1 {
	font-size: 4rem;
	font-weight: 600;
}
.modal_descuento h2 {
    font-size: 2.75rem;
}
.modal_descuento h3 {
	color: #fb5858;
	font-size: 4rem;
	font-weight: 700;
}
.modal_descuento h1,
.modal_descuento h2 {
	color: #000;
}
.modal_descuento p {
	font-size: 1.25rem;
}
.modal_descuento a:hover {
	color: #ddd;
}
@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 55%;
  }
}
#popmake-9263 img {
  margin: 0px !important;  
}
#popmake-9263 img.aligncenter {
  margin: 0px auto !important;
}
@media only screen and (max-width: 768px) {
  div#popmake-9263 {
      left: 2% !important;
	  margin: 0px !important;
	  width: 95% !important;
  }
}
.clic_landing {
  background-color: #000; 
  color: #fff; 
  padding: 6px 20px;
  text-align: center; 
  width: 100%; 
}
@media(max-width: 768px) {
  .clic_landing {
      font-size: 14px;
      text-align: center; 
      width: 100%; 
  }
}
.site-branding {
    margin-right: 50px;
}
.woocommerce-message {
    margin-top: 50px;
}
#billing_country_field label {
    left: -7px;
    top: -15px;
}
#billing_country_field {
    margin-top: 35px;
}

/*** Botón de descarga de stock ***/
.btn_download_excel a {
  background-color: #000;
  padding: 5px 15px;
  color: #fff !important;
  font-size: 16px !important;
}
/*** End ***/

#mobile-header-canvas .offcanvas-content .mobile-header-screen-inner .mobile-navigation {
  margin-top: 45px;
}

/*** Animación botones de métodos de pago ***/
#order-payment-options label {
  transition: .5s;
}
#order-payment-options label span {
  color: #000;
  font-weight: 700;
}
#order-payment-options label:hover {
  background-color: #a13322;
  cursor: pointer;
  transition: .5s;
}
#order-payment-options label:hover span {
  color: #fff;
}
/*** Fin ***/
#popmake-11542 img {
    margin: 0px !important;
}
.pum-theme-3738 .pum-content, .pum-theme-default-theme .pum-content {
    margin-top: -5px;
}
/*# sourceMappingURL=theme.css.map */
.fmc-announcement-box {
	display: none;
}
/*** TAGS AGOTADO/RWU ***/
.stock_agotado span {
  background-color: #ad3316;color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 0 2px 0 10px;
  padding: 0px 5px;	
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -2px;
}
.rwu span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 0 2px 0 10px;
  padding: 0px 5px;	
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -2px;
}

/*** Tag oferta ***/
.discount-badge {
	background-color: #ad3316;
	border-radius: 5px;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	left: 10px;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 5;
}
/*** end ***/
/*** Margen Tratamiento de datos ***/
article#post-8297 {
    padding-top: 50px;
}
/*** end ***/
.woocommerce-MyAccount-navigation {
	display: none;
}
/*** FIN ***/

/*** Tag oferta ***/
.discount-badge,
.discount-info {
	background-color: #ad3316;
	border-radius: 7px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
	z-index: 5;
}
p.discount-info {
    float: right;
    padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
    top: -45px;
	width: 100px;
}
.msg_dcto {
	position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 10px;
}
@media(max-width: 768px) {
	.discount-info {
		float: initial !important;
		left: 75% !important;
		top: -55px !important;
		z-index: 9999;
	}
}
.show_dscto {
	display: none !important;
}
/*** end ***/
.dcto_size {
    font-size: 16px;
}


.mode_catalogue #menu-item-7626,
.mode_catalogue #menu-item-2640,
.mode_catalogue #menu-item-7625,
.mode_catalogue #menu-item-10926,
.mode_catalogue #menu-item-928,
.mode_catalogue #menu-item-1574,
.mode_catalogue #menu-item-14698,
.mode_catalogue #menu-item-14805, /* Conofertas */
.mode_catalogue .menu-item-5415,
.mode_catalogue .menu-item-5414,
.mode_catalogue .menu-item-1682,
.mode_catalogue .menu-item-6888,
.mode_catalogue #cat-2,
.mode_catalogue #cat-3,
.mode_catalogue .cart_box,
.mode_catalogue .price,
.mode_catalogue #message_stock .color,
.mode_catalogue .woocommerce-variation-add-to-cart,
.mode_catalogue .quantity-label,
.mode_catalogue .message_weight_alert,
.mode_catalogue .actions_form,
.mode_catalogue .product-content .title,
.mode_catalogue .product-content .content-row-extra,
.mode_catalogue .result_item_price {
	display: none !important;
}
.stock_aside {
	display: flex;
	height: 340px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	width: 340px;
}
.stock_aside-img img {
	border-radius: 50%;
	height: 120ox;
	width: 120px;
}
.black {
	background-color: #000;
	color: #fff;
}
.aside_button {
	background-color: transparent !important;
	border: #fff solid 1px !important;
	border-radius: 5px !important;
	color: #fff !important;
	margin: auto;
	transition: .5s;
	width: fit-content;
}
.aside_button:hover {
	background-color: #fff !important;
	border: #000 solid 1px !important;
	color: #000 !important;
	animation-delay: .5s;
}
#block-17, #block-18 {
    text-align: center;
}
.btn_offers {
	background-color: #ad3316;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce-cart input[type=text] {
	height: 40px !important;
	margin-left: 10px;
	width: auto;
}
.woocommerce-cart .woocommerce-cart-form button.button {
	height: 40px !important;
	line-height: 9px !important;
	margin-left: 10px;
}

/* btn Cyber */
li.btn_cyber a {
	animation: latidos 1s infinite;
	background-color: black;
    color: #fff !important;
	padding: 5px 10px;
    text-transform: uppercase !important;
}
@keyframes latidos {
    from {
        transform: none
    }
    10% {
        transform: scale(1.1)
    }
    to {
        transform: none
    }
}
#post-382,
.page-id-1379 .woocommerce-page {
    margin-top: 30px;
}
.page-id-382 #content {
    margin-top: 75px;
}
.single-post p,
.single-post li {
	font-family: "Quicksand", Sans-serif;
    line-height: 25px;
	text-align: justify;
}
.single-post hr {
	margin-bottom: 20px;
}

.page-id-15523 span.on_sale.woocommerce-badge {
    margin-top: 70px;
}
/*@media (min-width: 768px) {
    .woocommerce ul.products.products-grid-style li.product .fmc-flashs-group {
        top: 64%;
        left: 40%;
    }
}*/
@media(max-width: 768px) {
	.page-id-15523 #main {
		margin-top: 100px;
	}
	.product-content {
		margin-top: 45px;
	}
}