@charset "UTF-8";
/*
 *	@Release    1.0.1
 *	@subject		Refactor, compatibility and maintains externals modules for SWMasterTheme
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (https://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license or Free license according to the original developer
 *	Support by mail: support@sora-websoft.com
 */
/**
* Blog Module
*
*  @author    Sora Websoft SARL <support@sora-websoft.com>
*  @copyright 2012-2022 Sora Websoft SARL
*  @license   Copyright (c) SARL Sora Websoft
*/
#blogfilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 8px 0;
}
#blogfilters .selectedFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blogfilters .selectedFilters #swoverlay-swtm_filter_btn {
  background: var(--primary-color);
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.75rem;
  color: white;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 6px 0 0;
  border: 0;
  border-radius: var(--global-radius);
  width: auto;
  display: inline-block;
  padding: 0.52rem 0.45rem;
}
#blogfilters form {
  padding-top: 5px;
}
#blogfilters.block .title_block {
  margin-bottom: 5px;
}
#blogfilters.block .cm_ccr-title .filter-title-border {
  border-bottom: solid 1px #9fabaf;
}
#blogfilters .btn-holder .btn {
  margin-top: 10px;
  position: relative;
}

.listcatblog {
  background-color: var(--bodybg-l1);
  margin: 0;
  border-radius: var(--global-radius-small);
}
.listcatblog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.listcatblog ul li {
  width: 100%;
}
.listcatblog ul li a {
  display: block;
  padding: 0.3rem 0.6rem;
}
.listcatblog ul li a:hover {
  color: var(--primary-color);
}

.blog_filter_bk .block_content {
  overflow-y: auto;
  overflow-x: hidden;
}

.swbf_filter {
  position: relative;
}

.vertical-layout .swbf_filter.type-3:not(.closed) {
  padding-bottom: 10px;
}

.swbf_filter li,
.hide-zero-matches .no-matches.active {
  display: block;
}

.hide-zero-matches .no-matches {
  display: none;
}

.swbf_filter label {
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 2px 0;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swbf_filter .swbf-color-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.swbf_filter ul {
  margin: 0;
}

.swbf_filter li {
  padding: 3px 0;
  margin: 0;
  position: relative;
}

.swbf_filter li label {
  min-width: 100%;
}

.swbf_filter .checkbox,
.swbf_filter .radio {
  margin: 0;
  min-height: 0;
  width: auto;
}

.swbf_filter input {
  margin-top: -2px !important;
  height: auto !important;
  margin-right: 8px;
}

.swbf_filter .name {
  line-height: 1;
}

.swbf-parent-category > ul {
  margin: 0 0 0 15px;
  max-height: 100%;
}

/* foldered */
.swbf_filter .swbf-toggle-child {
  padding: 0 5px;
  font-size: 20px;
  font-family: Arial;
  display: none;
}

.swbf_filter.foldered .swbf-parent-category > ul,
.swbf_filter.foldered .swbf-parent-category > label .swbf-toggle-child .visible-on-open,
.swbf_filter.foldered .swbf-parent-category.open > label .swbf-toggle-child .hidden-on-open {
  display: none;
}

.swbf_filter.foldered .swbf-parent-category.open > ul {
  display: block;
}

.swbf_filter.foldered .swbf-toggle-child,
.swbf_filter.foldered .swbf-parent-category.open > label .swbf-toggle-child .visible-on-open {
  display: inline-block;
}

.swbf_filter .name {
  padding-left: 5px;
}

.swbf_filter .count {
  color: #9fabaf;
  margin-left: auto;
  padding-left: 3px;
}

.swbf-total-count {
  opacity: 1;
  color: #ffffff;
}

.swbf_filter select {
  width: 100%;
  padding: 5px;
  border: 2px solid #9fabaf;
}

/* color boxes */
.swbf-color-box {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  /* if .name overlaps to new line */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-align: center;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.active .swbf-color-box {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 5px;
}

.active .swbf-color-box:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 2px solid #d0d5db;
  border-radius: 50%;
}

.swbf-inline-colors {
  display: inline-block;
  width: 100%;
}

.swbf-inline-colors li {
  float: left;
  margin: 2px 4px 2px 0;
}

.swbf-color-box .checkbox,
.swbf-color-box .radio,
.swbf-inline-colors .name,
.swbf-inline-colors .count {
  display: none;
}

/* dimmed values */
.dim-zero-matches .no-matches > label {
  opacity: 0.4;
  cursor: no-drop;
}

.dim-zero-matches .no-matches.active > label {
  cursor: pointer;
}

.dim-zero-matches .no-matches .swbf-color-box:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #fff;
  width: 23px;
  top: 50%;
  margin: -1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dim-zero-matches .no-matches .swbf-color-box.bright:before {
  border-color: #d0d5db;
}

.dim-zero-matches .no-matches.active .swbf-color-box:before {
  left: -6px;
}

/* text boxes */
.swbf_filter.tb li {
  float: left;
  border: 2px solid #d0d5db;
  border-radius: 5px;
  margin: 0 4px 4px 0;
  padding: 6px;
  line-height: 1;
}

.swbf_filter.tb li.active {
  border-color: #aab2bd;
  background: #f1f3f4;
}

.swbf_filter.tb label,
.swbf_filter.tb .name {
  padding: 0;
  margin: 0;
}

.swbf_filter.tb .checkbox {
  display: none;
}

/* selected filters */
.selectedFilters {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selectedFilters .js_swfilter_name {
  width: auto;
  border-radius: 25px;
  padding: 0.3rem 1rem;
  margin: 3px 5px;
  font-size: 0.75rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  letter-spacing: 0.25px;
}

.selectedFilters .js_swfilter_name:hover {
  background-color: var(--btn-color-bg);
  color: var(--white);
}

.selectedFilters .clearAll {
  padding: 7px 5px;
  background-color: var(--btn-color-bg);
  color: var(--white);
  text-align: right;
  line-height: 1;
}

.selectedFilters .clearAll .txt {
  font-size: 0.7em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3em;
}

.selectedFilters .clearAll i {
  vertical-align: middle;
  margin-left: 3px;
}

.selectedFilters .clearAll a {
  color: #666;
  display: block;
}

.selectedFilters .cf {
  position: relative;
}

.selectedFilters .cf a {
  position: absolute;
  float: none;
  right: 7px;
}

#swoverlay-swtm_filter_btn {
  border-radius: 20px;
  padding: 0.325rem 0.45rem;
  max-width: 210px;
}

/* selected filters inline */
.selectedFilters.inline {
  text-align: center;
  line-height: 1.2;
}

.selectedFilters.inline .clearAll {
  float: right;
  padding: 7px 10px 8px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.selectedFilters.inline .cf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: var(--global-radius);
  white-space: nowrap;
}

.selectedFilters.inline .cf .close {
  position: relative;
  right: 0;
  margin-left: 3px;
  display: none;
}

.has-compact-filter .selectedFilters.inline .clearAll {
  float: none;
}

.selectedFilters.inline .clearAll i {
  display: none;
}

.selected-filters-label {
  margin-right: 5px;
}

.has-compact-filter .selected-filters-label {
  display: none;
}

/* customer filters */
.selectedFilters .unlocked,
.af .unlocked a {
  color: #aab2bd;
}

.hide-zero-matches .no-matches.has-customer-filter {
  display: block;
}

.active .customer-filter-label .swbf-color-box a {
  color: #fff;
  line-height: 25px;
}

.active .customer-filter-label .swbf-color-box {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 0;
}

.active .customer-filter-label .swbf-color-box:after {
  display: none;
}

.swbf_filter .active .customer-filter-label .swbf-color-box.bright a {
  color: #aab2bd;
}

.dim-zero-matches .no-matches.active .customer-filter-label .swbf-color-box:before {
  left: 0;
}

.swbf-textbox-label.customer-filter-label > a {
  line-height: 0;
  margin-right: 5px;
}

.customer-filter-label.for-select {
  float: left;
  line-height: 30px;
}

.selector-with-customer-filter {
  padding-left: 15px;
}

/* loading animation */
.loading-indicator,
.viewFilteredProducts.loading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  bottom: 0.5em;
  border: 2px solid;
  border-left-color: transparent;
  opacity: 0.5;
  border-radius: 100%;
  z-index: 2;
  -webkit-animation: spinning 0.4s infinite linear;
          animation: spinning 0.4s infinite linear;
}

.viewFilteredProducts.loading {
  pointer-events: none;
}

.viewFilteredProducts.loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: 1;
}

/* load more, infinite scroll */
.dynamic-loading {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  clear: both;
}

.dynamic-loading.infinite-scroll {
  margin: 0;
}

.infinite-scroll .loading-indicator {
  position: relative;
  left: auto;
}

.dynamic-loading.infinite-scroll .loadMore {
  display: none;
}

.dynamic-loading .loadMore,
.dynamic-loading.loading .loading-indicator {
  visibility: visible;
}

.dynamic-loading .loading-indicator,
.dynamic-loading.loading .loadMore {
  visibility: hidden;
}

.hidden-name .name {
  display: none;
}

.btn.full-width {
  width: 100%;
}

.force-hidden {
  display: none;
}

.swbf-basic-layout {
  margin-top: 15px;
}

.swbf-basic-layout .showall {
  display: none;
}

.hide-counters .count {
  display: none;
}

#amazzing_filter a,
#amazzing_filter a:focus {
  text-decoration: none;
}

.swbf_filter_content ul {
  padding-left: 25px;
}

/* cut off */
.swbf_filter .toggle-cut-off {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: none;
}

.swbf_filter.expandable .toggle-cut-off {
  display: block;
}

.swbf_filter.expandable .swbf_filter_content {
  margin-bottom: 0.3em;
}

.toggle-cut-off span {
  padding: 0 5px;
  background: #fff;
  color: #aab2bd;
}

.toggle-cut-off .more,
.cut-off .toggle-cut-off .less,
.cut-off .cut {
  display: none;
}

.cut-off .toggle-cut-off .more,
.toggle-cut-off .less {
  display: inline-block;
}

/* toggle filters */
.swbf_subtitle {
  font-family: "LatoWebBold", sans-serif;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: 1rem;
}

.swbf_subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  border-style: solid;
  border-color: #000000;
  border-width: 2px 0 0 2px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swbf_subtitle .no-available-items .swbf_subtitle {
  opacity: 0.5;
  cursor: not-allowed;
}

.closed .swbf_filter_content,
.swbf_filter.expandable.closed .toggle-cut-off,
.hide-zero-matches .no-available-items {
  display: none;
}

.closed .swbf_subtitle:before {
  border-width: 0 2px 2px 0;
  margin-top: -5px;
}

.special .swbf_filter_content {
  display: block;
  margin: 10px 0 5px 0;
}

/* quick search */
.swbf-quick-search {
  position: relative;
  margin-bottom: 0.7em;
}

.swbf-quick-search:before {
  content: "";
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #aab2bd;
  border-radius: 100%;
  z-index: 1;
}

.swbf-quick-search :after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 0;
  border: 1px solid #aab2bd;
  top: 0.7em;
  right: 0.6em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  margin-top: 8px;
  margin-right: 10px;
}

.qsInput {
  border: 2px solid var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #f5f5f5;
  width: 100%;
  padding: 4px;
  position: relative;
}

body .qsInput:focus,
.qsInput.has-value {
  background: #fafafa;
  border: 2px solid #aab2bd;
  outline: none;
  z-index: 2;
}

.swbf_filter li.qs-hidden {
  display: none;
}

.swbf_filter li.qs-hidden.active,
.swbf_filter li.qs-hidden.qs-half-hidden {
  display: block;
}

.swbf_filter li.qs-hidden.active > label,
.swbf_filter li.qs-hidden.qs-half-hidden > label {
  opacity: 0.5;
}

.qs-no-matches {
  margin: 0.7em 0;
  padding: 0.5em;
}

/* horizontal layout */
.horizontal-layout .title_block {
  display: none;
}

.horizontal-layout #swbf_form {
  padding: 0;
}

.horizontal-layout .swbf_subtitle {
  background: #fff;
  border: 2px solid #aab2bd;
  padding: 10px 20px 10px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.horizontal-layout .closed .swbf_subtitle {
  border-color: #d0d5db;
}

.horizontal-layout .closed .swbf_subtitle:before {
  right: 7px;
}

.horizontal-layout .swbf_filter {
  border: 0;
}

.horizontal-layout .swbf_filter_content {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #aab2bd;
  border-top-width: 0;
  overflow-y: auto;
  z-index: 99999;
  margin-top: -2px;
  max-height: 310px;
}

.horizontal-layout .special .swbf_filter_content {
  position: relative;
  border-color: #d0d5db;
  left: 0;
  border-top-width: 2px;
  margin: 0;
  z-index: 1;
}

.horizontal-layout .special .swbf_filter_content label {
  margin: -1px 0;
  color: inherit;
}

.horizontal-layout .special .name {
  text-transform: uppercase;
  font-size: 0.8em;
}

.horizontal-layout .type-3 .swbf_filter_content,
.horizontal-layout .has-slider .swbf_filter_content {
  overflow: visible;
  padding-bottom: 10px;
}

.horizontal-layout .has-selection .swbf_subtitle,
.horizontal-layout .has-selection .swbf_subtitle:before,
.horizontal-layout .has-selection .swbf_filter_content {
  border-color: #3cb5d2;
}

.horizontal-layout .has-selection .swbf_subtitle {
  color: #3cb5d2;
}

@media (min-width: 480px) {
  .horizontal-layout {
    margin: 0 -5px 10px -5px;
  }
  .horizontal-layout:after {
    content: "";
    display: block;
    clear: both;
  }
  .horizontal-layout .selectedFilters {
    margin: 0 5px;
  }
  .horizontal-layout .swbf_filter,
  .horizontal-layout .btn-holder {
    float: left;
    width: 50%;
    padding: 0 5px 5px 5px;
  }
  .horizontal-layout .swbf_filter_content {
    left: 5px;
    right: 5px;
  }
  #amazzing_filter.horizontal-layout .btn-holder .btn {
    margin: 0;
    line-height: 1;
    padding: 9px;
  }
}
@media (min-width: 768px) {
  .horizontal-layout .swbf_filter,
  .horizontal-layout .btn-holder {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .horizontal-layout .swbf_filter,
  .horizontal-layout .btn-holder {
    width: 25%;
  }
}
/* compact view */
.has-compact-filter.show-filter {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: auto;
}

.has-compact-filter #amazzing_filter {
  /* position fixed is defined in hookDisplayHeader() basing on configurable @media max-width */
  opacity: 1;
  z-index: 10001;
  top: 0;
  width: 100%;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 0 32px 0 0;
  background: #fff;
  height: 100%;
  overflow: visible;
  /*max-width: 350px;*/
}

.has-compact-filter.show-filter #amazzing_filter {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.has-compact-filter #amazzing_filter.animation-ready {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.has-compact-filter .af.block .block_content {
  padding: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.has-compact-filter.show-filter .af.block .block_content,
.has-compact-filter.show-filter .swbf_filter.type-1 .swbf_filter_content,
.has-compact-filter.show-filter .swbf_filter.type-2 .swbf_filter_content {
  -webkit-overflow-scrolling: touch;
}

.has-compact-filter .af.block .block_content form {
  padding-bottom: 80px;
}

.has-compact-filter #amazzing_filter .btn-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 32px;
  padding: 15px 10px;
  background: #eee;
  z-index: 10;
}

#amazzing_filter .compact-toggle {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -32px;
  text-align: center;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.has-compact-filter #amazzing_filter .compact-toggle {
  display: block;
}

.compact-toggle-text {
  position: absolute;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 16px;
  bottom: 16px;
  background: inherit;
  padding-right: 7px;
  /* +3px from letter spacing */
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 32px;
  white-space: nowrap;
}

.compact-toggle .compact-toggle-icon {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

/* compact offset left */
.has-compact-filter #amazzing_filter.compact-offset-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
  padding-left: 32px;
  padding-right: 0;
}

#amazzing_filter.compact-offset-left .compact-toggle {
  -webkit-transform-origin: right;
          transform-origin: right;
  right: -32px;
  left: auto;
}

.has-compact-filter #amazzing_filter.compact-offset-left .btn-holder {
  left: 32px;
  right: 0;
}

/* type-2: only text */
.compact-toggle.type-2 .compact-toggle-icon {
  opacity: 0;
}

.compact-toggle.type-2 .compact-toggle-text {
  bottom: -6px;
}

/* type-3: only icon */
.compact-toggle.type-3 .compact-toggle-text {
  display: none;
}

.swbf-compact-overlay {
  display: none;
}

.has-compact-filter .swbf-compact-overlay {
  display: block;
  position: fixed;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.has-compact-filter.show-filter .swbf-compact-overlay {
  background: #333;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.has-compact-filter #amazzing_filter .title_block {
  display: none;
}

.btn-pulsate {
  -webkit-animation: btn-pulsate 0.3s;
          animation: btn-pulsate 0.3s;
}

@-webkit-keyframes btn-pulsate {
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes btn-pulsate {
  20% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* extended compatibility */
.u-times:before {
  content: "×";
  font-family: Tahoma;
  font-size: 1em;
  line-height: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none !important;
}

.clear-both {
  clear: both;
}

.checkbox-circle input[type=checkbox] {
  display: none;
}

.checkbox-circle input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-left: 35px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
}

.checkbox-circle input[type=checkbox]:hover + span:before {
  border-radius: 1em;
  border: 2px solid #fbf9f7;
  width: 1.2em;
  height: 1.2em;
  background: #fbf9f7;
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
  top: 1px;
}

.checkbox-circle input[type=checkbox] + span:last-child {
  margin-bottom: 0;
}

.checkbox-circle input[type=checkbox] + span:before {
  content: "";
  display: block;
  -webkit-transition: all 0.2s, -webkit-transform 0.3s ease-in-out;
  transition: all 0.2s, -webkit-transform 0.3s ease-in-out;
  transition: all 0.2s, transform 0.3s ease-in-out;
  transition: all 0.2s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 1em;
  border: 2px solid #fbf9f7;
  width: 1.2em;
  height: 1.2em;
  background: #fbf9f7;
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
  position: absolute;
  top: 1px;
  left: 0;
}

.checkbox-circle input[type=checkbox]:checked + span:before {
  border-radius: 1em;
  border: 2px solid #ffffff;
  width: 1.2em;
  height: 1.2em;
  background: #000000;
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
}

.blog-pp a {
  text-decoration: none;
}
.blog-pp a .post-cover {
  overflow: hidden;
}
.blog-pp a .post-cover img {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.blog-pp .post-subtitle {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.375rem;
  line-height: 1.05;
}
@media (max-width: 1200px) {
  .blog-pp .post-subtitle {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.blog-pp .post-description {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.8125rem;
}
.blog-pp .btype1-content {
  max-width: 720px;
  margin: 0 auto;
}
.blog-pp .bgvid {
  max-width: 100%;
}

/* checkbox-circle end */
#blogfilters-sticky-wrapper.is-sticky #blogfilters {
  background: var(--bodybg-d1);
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  padding: 12px 0 8px 0;
}

#module-swblog-category #pspage,
#module-swblog-blog #pspage {
  background-color: var(--bodybg);
}
#module-swblog-category #blog_top .cm_lo-title,
#module-swblog-blog #blog_top .cm_lo-title {
  font-family: var(--font2);
  font-weight: var(--font2-weight3);
  font-size: 1.625rem;
  padding-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  #module-swblog-category #blog_top .cm_lo-title,
  #module-swblog-blog #blog_top .cm_lo-title {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
#module-swblog-category #blog_top .cm_lo-txt,
#module-swblog-blog #blog_top .cm_lo-txt {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
#module-swblog-category #blog_top .post-cover,
#module-swblog-blog #blog_top .post-cover {
  max-height: 340px;
  overflow: hidden;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
}
#module-swblog-category #blog_top .post-cover img,
#module-swblog-blog #blog_top .post-cover img {
  max-width: 105%;
  height: auto;
}
#module-swblog-category .postcard,
#module-swblog-blog .postcard {
  background-color: var(--bodybg-l2);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid var(--bodybg);
  border-radius: var(--global-radius);
  overflow: hidden;
}
#module-swblog-category .postcard .post-cover,
#module-swblog-blog .postcard .post-cover {
  height: 190px;
  overflow: hidden;
}
#module-swblog-category .postcard .post-cover img,
#module-swblog-blog .postcard .post-cover img {
  margin-top: -18%;
  -webkit-transition: all 3s;
  transition: all 3s;
}
#module-swblog-category .postcard .post-cover:hover img,
#module-swblog-blog .postcard .post-cover:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  -webkit-transition: all 3s;
  transition: all 3s;
}
#module-swblog-category .postcard .post-features,
#module-swblog-blog .postcard .post-features {
  padding: 0.6rem 0.7rem 0.3rem 0.7rem;
}
#module-swblog-category .postcard .post-resume,
#module-swblog-blog .postcard .post-resume {
  padding: 0.3rem 1rem 1rem 1rem;
  text-decoration: none;
}
#module-swblog-category .postcard .post-resume .post-resume-title,
#module-swblog-blog .postcard .post-resume .post-resume-title {
  font-family: var(--font2);
  font-weight: var(--font2-weight3);
  font-size: 1.1875rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
#module-swblog-category .postcard .post-resume .post-resume-desc,
#module-swblog-blog .postcard .post-resume .post-resume-desc {
  padding-top: 10px;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
}
#module-swblog-category .blog-pp iframe.video-response,
#module-swblog-blog .blog-pp iframe.video-response {
  width: 80%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#module-swblog-category .blog-pp .video-container-blogmenu,
#module-swblog-blog .blog-pp .video-container-blogmenu {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
#module-swblog-category .blog-pp .cm_lo-txt,
#module-swblog-blog .blog-pp .cm_lo-txt {
  line-height: 1.4;
}
#module-swblog-category .blog-pp .blabel-content,
#module-swblog-blog .blog-pp .blabel-content {
  font-size: 0.65rem;
}

#module-swblog-blog .blog-pp .video-container-blogmenu {
  width: 600px;
  height: auto;
  max-height: 360px;
  border-radius: var(--global-radius);
  overflow: hidden;
}
#module-swblog-blog .blog-pp iframe.video-response {
  width: 100%;
}

.blabel-content {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 4px 0 0;
  line-height: 1.2;
  white-space: nowrap;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.6875rem;
  text-transform: uppercase;
  border-radius: var(--global-radius-small);
}

#module-swblog-post #pspage {
  background-color: var(--bodybg);
}
#module-swblog-post .h1 {
  font-family: var(--font1);
  font-weight: var(--font1-weight3);
  color: var(--primary-color);
  background: var(--primary-color);
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--second-color)));
  background: linear-gradient(to right, var(--primary-color) 0%, var(--second-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#module-swblog-post .tm_bgblog_odd {
  background-color: var(--bodybg-d1);
}
#module-swblog-post .btn {
  width: auto;
}
#module-swblog-post .btn.fz-1 {
  font-size: 0.6875rem;
}
#module-swblog-post .btn.fz-1 i {
  font-size: 0.75rem;
}
#module-swblog-post .btn.fz-2 {
  font-size: 0.9375rem;
}
#module-swblog-post .btn.fz-2 i {
  font-size: 1rem;
}
#module-swblog-post .blog-pp {
  padding: 0;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}
#module-swblog-post .blog-pp .post-description {
  font-size: 0.9375rem;
  color: var(--color-txt);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.4;
}
#module-swblog-post .blog-pp .post-subtitle {
  color: var(--color-txt);
  line-height: 1.2;
}
#module-swblog-post .blog-pp .cm_lo-txt {
  line-height: 1.5;
}
#module-swblog-post .blog-pp iframe.product-video-sw {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#module-swblog-post .blog-pp .video-container-blogpost {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#module-swblog-post .blog-pp .image-container-blogpost {
  /* padding-bottom: 56.25%; */
  /* height: 0; */
  /* overflow: hidden; */
}
#module-swblog-post .blog-pp img {
  /* &.blogpost-image-top {
    margin-top: -21.875%;
  } */
}
#module-swblog-post .blog-pp .cm_lo-title {
  font-size: 1.4375rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight3);
  color: var(--primary-color);
  background: var(--primary-color);
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--second-color)));
  background: linear-gradient(to right, var(--primary-color) 0%, var(--second-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  #module-swblog-post .blog-pp .cm_lo-title {
    font-size: calc(1.26875rem + 0.225vw);
  }
}
#module-swblog-post .blog-pp .block-type1 .cm_lo-title,
#module-swblog-post .blog-pp .block-type2 .cm_lo-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#module-swblog-post .blog-pp .block-type1 .cm_lo-txt,
#module-swblog-post .blog-pp .block-type2 .cm_lo-txt {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: justify;
}

@media (max-width: 991px) {
  #module-swblog-category .blog-pp iframe.video-response {
    width: 100%;
  }
  #module-swblog-category .blog-pp .video-container-blogmenu {
    padding-bottom: 56.25%;
  }
  #module-swblog-category .blog-pp .cm_lo-title,
  #module-swblog-category .blog-pp .cm_lo-txt {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    text-align: justify;
  }
}