/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Template: betheme
Text Domain: bethemechild
Author: Conversal
Author URI: https://www.conversal.be
*/
#Wrapper {
	overflow: visible !important;
}

#Top_bar .logo{
  width: 185px; height: auto;
}
#Top_bar #logo{
  height: auto !important;
}
#Top_bar #logo img{
  width: 100%; max-height: 100% !important;
}
@media(min-width: 1240px) and (max-width:1330px){
  #Top_bar .menu > li > a span:not(.description){
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.woocommerce *{
  box-sizing: border-box;
}
.svg-sprite svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svg-sprite_angel-back svg {
  font-size: 8px;
}

.svg-sprite_home-icon svg {
  font-size: 15px;
}

.svg-sprite_icon-del svg {
  font-size: 18px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  border: solid 1px #f1e8e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  top: 50%;
  right: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 10;
  content: '';
}

.nice-select .current {
  font-size: 15px;
  font-weight: 500;
  color: rgba(88, 88, 88, 0.5);
  display: block;
  max-width: 230px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #f4ede8;
  color: #8c8da2;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #c4c5d0;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 47px;
  line-height: 45px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 45px;
  min-height: 45px;
}

.nice-select.orderby {
  border: none;
  background: none;
  z-index: 100;
}

.nice-select.orderby .current {
  color: #e30613;
}

.nice-select.orderby .list {
  min-width: 310px;
  left: auto;
  right: 0;
}

.nice-select.orderby:after {
  right: 0;
  border-color: #e30613;
}

.nice-select .list {
  width: 96%;
  margin-top: 0 !important;
  background-color: #fff;
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  border: 1px solid #f1e8e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 20px 0 25px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 2%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-25px);
      -ms-transform: scale(0.75) translateY(-25px);
          transform: scale(0.75) translateY(-25px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
  margin-bottom: 0 !important;
  line-height: 1.1;
  outline: none;
  padding: 5px 18px 5px 18px;
  color: #9D9D9D;
  font-size: 16px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.nice-select .option:hover {
  color: #fff !important;
  background-color: #e30613 !important;
}

.nice-select .option.selected {
  color: #e30613 !important;
}

.nice-select .option.selected:before {
  font-weight: normal;
}

.nice-select .option.selected:hover {
  color: #fff !important;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #9D9D9D;
  cursor: default;
  display: none;
}

.nice-select .option.disabled:before {
  content: '';
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.products.elementor-grid {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*
* WOOCOMMERCE
*/
.woocommerce .content_wrapper,
.woocommerce #Subheader .container {
  max-width: calc(1150px + 2%) !important;
}

.woocommerce-page .section_wrapper {
  max-width: calc(1150px + 2%) !important;
}

.shop-filters {
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}

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

/*
* ~ HEADER
*/
#Top_bar .menu_wrapper {
  clear: right;
  float: right !important;
}

#Top_bar .top_bar_right .top-bar-right-icon,
#Top_bar .top_bar_right .top-bar-right-icon {
  color: #fff !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#Top_bar .top_bar_right .top-bar-right-icon svg .path,
#Top_bar .top_bar_right .top-bar-right-icon svg .path {
  stroke: #fff !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#Top_bar .top_bar_right .top-bar-right-icon:hover,
#Top_bar .top_bar_right .top-bar-right-icon:hover {
  color: #e30613 !important;
}

#Top_bar .top_bar_right .top-bar-right-icon:hover svg .path,
#Top_bar .top_bar_right .top-bar-right-icon:hover svg .path {
  stroke: #e30613 !important;
}

#Top_bar .menu > li > a {
  padding-top: 0 !important;
}
#Top_bar .menu > li:last-child > a span{
  padding-right: 9px !important;
}
#Top_bar .top_bar_right {
  padding-right: 0 !important;
}

#Top_bar.is-sticky #secondary-menu {
  display: none;
}

#Top_bar.is-sticky .secondary_menu_wrapper {
  float: right;
}

.secondary_menu_wrapper {
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#Header .secondary-menu > li {
  background: none !important;
}

#Header .secondary-menu > li > a {
  color: #fff !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

#Header .secondary-menu > li > a:hover {
  color: #e30613 !important;
}

.breadcrumbs-wrapper {
  max-width: calc(1150px + 2%);
  margin: 0 auto;
}

.breadcrumbs {
  margin: 0 1%;
  padding: 30px 0 20px;
  color: #666;
  font-size: 14px;
  border-bottom: 2px solid rgba(229, 229, 229, 0.4);
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li span {
  position: relative;
  opacity: 1;
  margin: 0 20px 0 25px;
}

.breadcrumbs li span .icon-right-open:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  height: 2px;
  width: 15px;
  background: #e30613;
  margin-top: 1px;
}

.breadcrumbs li:first-child a {
  padding-left: 23px;
  position: relative;
}

.breadcrumbs li:first-child a:before {
  margin-top: -2px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("assets/img/home-icon.svg");
  background-repeat: repeat;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  -webkit-background-size: contain;
          background-size: contain;
}

.breadcrumbs a {
  color: #666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.breadcrumbs a:hover {
  color: #e30613;
}

#breadcrumbs {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

#breadcrumbs a {
  margin-right: 32px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  position: relative;
}

#breadcrumbs a:after {
  position: absolute;
  content: "";
  right: -18px;
  top: 50%;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  height: 2px;
  width: 15px;
  background: #e30613;
}

#breadcrumbs a:hover {
  color: #e30613 !important;
}

#breadcrumbs .breadcrumb_last {
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#breadcrumbs > span {
  position: relative;
}

#breadcrumbs > span > span > a:before {
  margin-top: -2px;
  content: "";
  position: absolute;
  margin-top: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  background: url("assets/img/home-icon.svg");
  background-repeat: repeat;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  -webkit-background-size: contain;
          background-size: contain;
}

.woocommerce #Subheader,
.woocommerce-page #Subheader {
  height: 135px;
  padding-top: 140px;
  padding-bottom: 0;
  background-image: url(/wp-content/uploads/2021/10/SWS-4-in-a-row-1.jpg);
}

.woocommerce #Subheader .title,
.woocommerce-page #Subheader .title {
  font-size: 38px;
}

/*
* ~ ARCHIVE PAGE
*/
ul.products li.product {
  margin: 0 1.3% 30px;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

ul.products li.product .image_frame .image_wrapper {
  padding: 15px;
  max-width: 85%;
  margin: 0 auto;
}

ul.products li.product .image_frame .image_wrapper .mask {
  display: none;
}

ul.products li.product .woocommerce-price-prefix {
  display: none;
}

ul.products li.product .desc {
  padding: 15px !important;
}

@media (max-width: 767px) {
  ul.products li.product {
    width: 100% !important;
  }
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product {
  width: 30.7% !important;
}

.woocommerce ul.products li.product h1,
.woocommerce-page ul.products li.product h1,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h4,
.woocommerce-page ul.products li.product h4,
.woocommerce ul.products li.product h5,
.woocommerce-page ul.products li.product h5,
.woocommerce ul.products li.product h6,
.woocommerce-page ul.products li.product h6,
.woocommerce ul.products li.product .mfn-li-product-row-title .title,
.woocommerce-page ul.products li.product .mfn-li-product-row-title .title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 15px !important;
}

.woocommerce ul.products li.product .mfn-li-product-row-button a.button,
.woocommerce-page ul.products li.product .mfn-li-product-row-button a.button {
  margin-top: 20px !important;
  padding-top: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 14px;
  background: none;
  color: #e30613;
  border: 1px solid #e30613;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.woocommerce ul.products li.product .mfn-li-product-row-button a.button:after,
.woocommerce-page ul.products li.product .mfn-li-product-row-button a.button:after {
  display: none;
}

.woocommerce ul.products li.product .mfn-li-product-row-button a.button:hover,
.woocommerce-page ul.products li.product .mfn-li-product-row-button a.button:hover {
  background: #e30613;
  color: #fff;
}

.if-overlay .image_frame .image_wrapper .image_links {
  display: none !important;
}

.products-wrapper {
  width: 73.5%;
  float: right;
}

.woocommerce span.soldout {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e30613;
}

.woocommerce span.soldout h4 {
  color: #fff;
  border: none !important;
}

/*
* ~ SIDEBAR
*/
.sidebar {
  padding-top: 73px !important;
}

.sidebar .widget {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sidebar .widget:after {
  display: none;
}

.with_aside .sidebar.columns {
  width: 25%;
  float: left !important;
}

.widget-title {
  font-size: 26px;
  border-bottom: 1px solid rgba(166, 166, 166, 0.3);
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.widget .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: 1px solid #ccc;
}

.widget .ui-widget-header {
  background: #e30613 !important;
}

.widget .ui-slider.ui-widget-content .ui-slider-handle {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  -webkit-box-shadow: 0px 5.5px 5px -3px rgba(14, 14, 44, 0.2), inset 0px -1px 0px rgba(14, 14, 44, 0.4) !important;
          box-shadow: 0px 5.5px 5px -3px rgba(14, 14, 44, 0.2), inset 0px -1px 0px rgba(14, 14, 44, 0.4) !important;
  background: #fff !important;
}

.widget .wpfFilterButton.wpfButton,
.widget .wpfClearButton.wpfButton {
  width: 100%;
  margin: 0 !important;
}

.widget .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
  background: url(assets/img/tick.png) !important;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% 100% !important;
}

.widget .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
  margin-bottom: 12px;
}

.widget .wpfFilterWrapper[data-filter-type] {
  padding-left: 0 !important;
}

.widget .wpfTitleToggle:before {
  content: '';
  width: 9px;
  height: 9px;
  border-left: 2px solid #101010;
  border-bottom: 2px solid #101010;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.widget .wpfTitleToggle.fa-minus:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

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

.wc-block-product-categories.is-list ul li .cat-expander {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  margin-right: -6px;
}

.wc-block-product-categories.is-list ul li .cat-expander:before {
  content: '' !important;
  width: 9px;
  height: 9px;
  border-left: 2px solid #101010;
  border-bottom: 2px solid #101010;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wc-block-product-categories.is-list a {
  font-weight: bold !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.wc-block-product-categories.is-list a:hover {
  color: #e30613;
  text-decoration: none;
}
#wpfBlock_1 .wpfCheckbox{
  display: none !important;
}
#wpfBlock_1 .wpfCheckboxHier li{
  position: relative;
}
#wpfBlock_1 .wpfCheckboxHier li > ul{
  margin-left: 0;
  padding-left: 15px;
  padding-top: 5px;
}
#wpfBlock_1 .wpfCollapsible{
  top: 0; right: 0;
  position: absolute;
}
#wpfBlock_1 .fa{
  margin-right: 3px;
}
#wpfBlock_1 .fa:before{
  content: '' !important;
  width: 9px !important;
  height: 9px !important;
  border-left: 2px solid #101010;
  border-bottom: 2px solid #101010;
  display: block !important;
}
#wpfBlock_1 .fa-plus{
  margin-top: 6px;
}
#wpfBlock_1 .fa-plus:before{
    transform: rotate(-45deg);
}
#wpfBlock_1 .fa-minus{
  margin-top: 9px;
}
#wpfBlock_1 .fa-minus:before{
    transform: rotate(135deg);
}
#wpfBlock_1 .wpfValue,
#wpfBlock_1 .wpfFilterWrapper .wpfFilterTaxNameWrapper{
  padding-left: 0 !important;
}
#wpfBlock_1 .wpfDisplay{
  padding-right: 30px;
  transition: color .3s;
  font-weight: bold;
}
#wpfBlock_1 .wpfDisplay.selected{
  color: #e30613 !important;
}
#wpfBlock_1 .wpfDisplay:hover{
  color: #e30613 !important;
}

.wcc_block{  
  font-weight: bold;
}
.wcc_block ul{
  padding: 5px 0 0 15px;
}
.wcc_block li{
  position: relative;
}
.wcc_block a{
  color: #101010;
  text-decoration: none !important;
  transition: color .3s;
}
.wcc_block .children{
  display: none;
}
.wcc_block .current-cat-ancestor > .children{
  display: block;
}

.wcc_block a:hover,
.wcc_block .current-cat-ancestor > a,
.wcc_block .current-cat > a{
  color: #e30613 !important;
}

.wcc_block .collapse{
  top: 0; right: 0;
  position: absolute;
  cursor: pointer;
}
.wcc_block .collapse{
  margin-right: 3px;
  margin-top: 6px;
}
.wcc_block .collapse:before{
  content: '' !important;
  width: 9px !important;
  height: 9px !important;
  border-left: 2px solid #101010;
  border-bottom: 2px solid #101010;
  display: block !important;
  transform: rotate(-45deg);
}
.wcc_block .collapse.open{
  margin-top: 9px;
}
.wcc_block .collapse.open:before{
    transform: rotate(135deg);
}
/*
* ~ SINGLE PRODUCT
*/
.woocommerce .product .product_wrapper .product_image_wrapper {
  width: 49%;
}

.woocommerce .product .post-nav,
.fixed-nav {
  display: none !important;
}

.woocommerce .product.no-share .product_wrapper,
.woocommerce .product.share-simple .product_wrapper {
  padding-top: 75px;
}

.woocommerce .product.style-default .entry-summary {
  width: 40.5% !important;
  float: right !important;
  text-align: left !important;
}

.woocommerce .product.style-default .entry-summary h1.product_title {
  font-size: 38px;
  margin-bottom: 26px;
  line-height: 1.2;
}

.product-spotlight-content {
  color: #101010;
  background: #eaeaea;
  padding: 50px 35px 30px 50px;
  margin-top: 32px;
  margin-bottom: 35px;
  font-size: 16px;
}

.product-spotlight-content__title {
  font-size: 26px;
  color: #101010;
  margin-bottom: 15px !important;
  line-height: 1.2;
}

.product-spotlight-content a {
  color: #101010 !important;
  text-decoration: underline;
}

.product-spotlight-content a:hover {
  text-decoration: none;
}
.product-spotlight-content table th{
  color: #101010;
}
.product-spotlight-content table tr:last-child th{
  border-bottom: none !important;
}
.product__meta {
  font-size: 16px;
  border-bottom: 1px solid #f1e8e1;
  margin-bottom: 40px;
}

.product__meta dt,
.product__meta dd {
  border: none !important;
  padding-bottom: 5px;
}

.product__meta dt {
  color: #525A61;
  font-weight: normal !important;
  min-width: 120px;
  margin-right: 20px;
}

.product__meta dd {
  font-weight: bold !important;
}

.product__meta dd a {
  color: #e30613;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
}

.product__meta dd a:hover {
  color: #f9232f;
}

.entry-summary p.price,
.woocommerce-variation-price {
  font-size: 24px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #f1e8e1;
  margin-top: 40px;
  color: #e30613 !important;
}

.entry-summary p.price .woocommerce-price-prefix,
.woocommerce-variation-price .woocommerce-price-prefix {
  font-size: 16px;
  color: #525A61;
  margin-right: 10px;
}

.product-type-variable .entry-summary p.price,
.product-type-variable .woocommerce-variation-price {
  display: none !important;
}

.product-type-variable .entry-summary p.price.customized-price,
.product-type-variable .woocommerce-variation-price.customized-price {
  display: block !important;
}

.product-meta-description + p.price {
  padding-top: 0;
  border-top: none;
}

.woocommerce .product.style-default .entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
}

.woocommerce .product.style-default .entry-summary .mfn-variations-wrapper .mfn-vr {
  display: block;
  border: none !important;
}

.woocommerce .product.style-default .entry-summary .mfn-variations-wrapper .mfn-vr label {
  color: #525A61;
}

.woocommerce .product.style-default .entry-summary form.cart {
  display: block !important;
}

.woocommerce .product.style-default .entry-summary .cart .button {
  max-width: 344px;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}

.woocommerce .product.style-default .entry-summary .cart .button:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none !important;
  width: 1em;
  text-align: center;
  font-variant: normal;
  font-weight: bold;
  text-transform: none;
  line-height: 1em;
  content: '\e961';
  top: 50%;
  left: 75px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.woocommerce .product.style-default .entry-summary .cart .button.added:after {
  margin-right: -25px;
}

.fake-tabs,
.single-product .products {
  max-width: calc(1150px + 2%) !important;
  margin: 0 auto;
}

.fake-tabs .the_content_wrapper,
.single-product .products .the_content_wrapper {
  margin: 0 !important;
}

.fake-tabs-nav {
  display: none !important;
}

.fake-tabs > ul {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.has_content .the_content_wrapper h2, .has_content .the_content_wrapper h3, .has_content .the_content_wrapper h4 {
  line-height: 1.2;
}

.has_content .the_content_wrapper h2 {
  font-size: 30px;
}

.has_content .the_content_wrapper h3 {
  font-size: 25px;
}

.has_content .the_content_wrapper h4 {
  font-size: 20px;
}

.woocommerce .product.style-default .entry-summary .product_meta {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.woocommerce .product.style-default .entry-summary .product_meta a {
  color: #e30613;
}

.woocommerce .product.style-default .entry-summary .share-simple-wrapper {
  text-align: left !important;
}

.woocommerce .product.style-default .entry-summary .cart.variations_form .woocommerce-variation-add-to-cart {
  display: block !important;
}

.quantity {
  position: relative;
  max-width: 170px;
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 62px !important;
  float: none !important;
}

.quantity__label {
  color: #525A61;
  position: absolute;
}

.quantity a {
  width: 50px !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background: #e30613;
  color: #fff !important;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 30px;
}

.quantity a.plus {
  left: auto !important;
  right: 0 !important;
}

.quantity a:hover {
  background: #fa555e !important;
}

.quantity .qty {
  padding: 0 !important;
  position: absolute !important;
  width: 50px !important;
  height: 40px !important;
  text-align: center;
  left: 50% !important;
  top: 30px !important;
  bottom: 0 !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border: 1px solid #F2EDE9 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-weight: 700;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.product-quantity .quantity {
  max-width: 85px;
  margin: 0 !important;
  height: 20px !important;
}

.product-quantity .quantity .quantity__label {
  display: none;
}

.product-quantity .quantity a {
  height: 16px !important;
  width: 20px !important;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px !important;
  z-index: 5;
  cursor: pointer;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 0;
  margin: 0 !important;
}

.product-quantity .quantity .qty {
  width: 33px;
  border: none !important;
  height: auto !important;
  top: 0 !important;
}

.products .woocommerce-price-prefix {
  display: none;
}

.products.related {
  padding-top: 40px !important;
  padding-bottom: 40px;
}

.products.related > h2,
.products.related > h3 {
  margin-bottom: 30px !important;
}

.products.related li.product {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

/*
* ~ FOOTER
*/
#Footer .widget + .widget {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#Footer a {
  color: #fff !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-weight: normal !important;
}

#Footer a:hover {
  color: #e30613 !important;
  text-decoration: none;
}

#Footer .copyright {
  color: #dbd5d5;
  font-size: 13px;
}

#Footer .copyright a {
  color: #dbd5d5 !important;
}

#Footer .copyright a:hover {
  color: #e30613 !important;
}

#Footer .developer {
  float: right;
  font-size: 13px;
  color: #dbd5d5 !important;
}

#Footer .developer a {
  color: #dbd5d5 !important;
}

#Footer .developer a:hover {
  color: #e30613 !important;
}

#menu-footer-menu-1 {
  padding-left: 13px;
}

#menu-footer-menu-1 li:after {
  display: none;
}

#custom_html-9 {
  margin-bottom: 20px !important;
}

#block-4 .wp-block-image {
  max-width: 150px;
}

#block-6 ul {
  padding-left: 13px;
  color: #e30613;
}

#block-6 li {
  list-style-type: square;
}

#block-6 li a {
  padding-top: 8px;
  padding-bottom: 9px;
}

.contact-data__item {
  padding: 8px 0 9px;
  color: #fff;
}

.contact-data__item [class*='icon-'] {
  padding-left: 33px;
  position: relative;
}

.contact-data__item [class*='icon-']:before {
  top: 1px;
  color: #e30613;
  position: absolute;
  left: 0;
}

.contact-data__item .icon-btw:before {
  top: 3px;
  font-size: 12px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  content: 'BTW';
}

.mfn-cart-step-1 .woocommerce {
  display: block;
}

.woocommerce-cart .section_page {
  padding-top: 88px;
}
.xs-visible{
  display: none !important;
}

@media (max-width: 991px) {
  .woocommerce-cart .section_page {
    padding-top: 10px !important;
  }
}

@media (max-width: 767px) {
  #secondary-menu{
    display: none;
  }
  .woocommerce-cart .section-header {
    margin-bottom: 30px;
  }

  .xs-visible{
   display: block !important; 
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .secondary_menu_wrapper{
    padding-top: 35px;
  }
  #Top_bar .top_bar_left{
    width: 100% !important;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .section-header {
    margin-bottom: 0;
  }
}

.woocommerce-cart .section-header__title {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  padding-bottom: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}

.woocommerce-cart .section-header__title:after {
  top: auto;
  bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce-cart .section-header__title {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .section-header__title {
    font-size: 40px;
  }
}

.woocommerce-cart .quantity-label {
  display: none;
}

.woocommerce-cart-form {
  max-width: 100% !important;
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

@media (max-width: 991px) {
  .woocommerce-cart-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.the_content_wrapper .empty-cart-content {
  padding-top: 60px;
  text-align: center;
}

.the_content_wrapper .empty-cart-content__title {
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.the_content_wrapper .empty-cart-content__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #8c8da2;
  margin-bottom: 29px;
}

.the_content_wrapper .empty-cart-content img {
  display: inline-block;
}

@media (max-width: 767px) {
  .the_content_wrapper .empty-cart-content img {
    max-width: 166px;
  }
}

.the_content_wrapper .return-to-shop {
  margin-top: 6px;
}

.the_content_wrapper .return-to-shop .button {
  width: 100%;
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.the_content_wrapper .cart-table-wrapper {
  width: 66.5%;
}

@media (max-width: 991px) {
  .the_content_wrapper .cart-table-wrapper {
    width: 100%;
  }
}

.the_content_wrapper table.cart {
  table-layout: auto;
}

@media (max-width: 991px) {
  .the_content_wrapper table.cart {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.the_content_wrapper table.cart th, .the_content_wrapper table.cart td {
  padding: 15px 10px;
  background: none !important;
}

.the_content_wrapper table.cart th {
  color: #8c8da2 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  vertical-align: bottom !important;
  padding-top: 10px;
  padding-bottom: 15px;
  border: none !important;
  border-bottom: none !important;
  text-transform: none !important;
}

@media (max-width: 991px) {
  .the_content_wrapper table.cart th {
    display: none;
  }
}

.the_content_wrapper table.cart td {
  padding-top: 28px;
  padding-bottom: 12px;
  vertical-align: middle;
  color: #8c8da2;
  font-size: 16px;
  border: none !important;
}

.the_content_wrapper table.cart td:before {
  display: none;
}

@media (max-width: 767px) {
  .the_content_wrapper table.cart td {
    padding-top: 10px !important;
    text-align: center;
  }
  .the_content_wrapper table.cart td:before {
    display: block;
  }
}

.the_content_wrapper table.cart thead {
  position: relative;
}

.the_content_wrapper table.cart thead tr:first-child th:first-child {
  padding-left: 0 !important;
  font-weight: bold !important;
  font-size: 26px !important;
  line-height: 28px;
  letter-spacing: -0.02em;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #101010 !important;
}

.the_content_wrapper table.cart td.product-remove,
.the_content_wrapper table.cart .product-remove-mobile {
  padding-left: 10px;
  padding-right: 0;
  text-align: right;
}

.the_content_wrapper table.cart td.product-remove .remove,
.the_content_wrapper table.cart .product-remove-mobile .remove {
  margin-top: 5px;
  display: inline-block;
  text-indent: 0;
  color: #8c8da2  !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.the_content_wrapper table.cart td.product-remove .remove:before,
.the_content_wrapper table.cart .product-remove-mobile .remove:before {
  display: none;
}

.the_content_wrapper table.cart td.product-remove .remove:hover,
.the_content_wrapper table.cart .product-remove-mobile .remove:hover {
  color: #e30613 !important;
}

.the_content_wrapper table.cart td.product-thumbnail {
  padding-left: 0;
  padding-right: 15px;
}

.the_content_wrapper table.cart td.product-thumbnail img {
  margin: 0;
  max-width: 118px !important;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

@media (max-width: 767px) {
  .the_content_wrapper table.cart td.product-thumbnail {
    width: 100%;
  }
  .the_content_wrapper table.cart td.product-thumbnail img {
    max-width: 200px !important;
    margin: 0 auto;
  }
}

.the_content_wrapper table.cart td.product-name {
  padding-left: 0;
}

.the_content_wrapper table.cart td.product-name a:first-child {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  color: #101010;
}

.the_content_wrapper table.cart td.product-name a:first-child:hover {
  color: #e30613 !important;
}

.the_content_wrapper table.cart td.product-name .variation {
  margin: 12px 0 0;
  font-family: inherit;
}

.the_content_wrapper table.cart td.product-name .variation dt {
  display: none;
}

.the_content_wrapper table.cart td.product-name .variation dd {
  margin-bottom: 7px;
}

.the_content_wrapper table.cart td.product-price {
  color: #8c8da2 !important;
  font-size: 12px;
}

.the_content_wrapper table.cart td.product-subtotal {
  color: #8c8da2 !important;
}

.the_content_wrapper table.cart td.product-subtotal .tax_label {
  display: none;
}

@media (max-width: 767px) {
  .the_content_wrapper table.cart td.product-subtotal {
    display: none;
  }
}

.the_content_wrapper table.cart .woocommerce-Price-currencySymbol {
  margin-right: 7px;
}

.the_content_wrapper table.cart .tax_label {
  margin-top: -5px;
}

.the_content_wrapper table.cart .quantity-wrapper {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .the_content_wrapper table.cart .quantity-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.the_content_wrapper .woocommerce-cart-sidebar {
  width: 28.5%;
  margin-top: -6px;
}

@media (max-width: 991px) {
  .the_content_wrapper .woocommerce-cart-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .the_content_wrapper .woocommerce-cart-sidebar {
    width: 30%;
  }
}

.the_content_wrapper .woocommerce-cart-sidebar__block {
  padding: 20px 0 39px;
}

.the_content_wrapper .cart-collaterals {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  background: none !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .the_content_wrapper .cart-collaterals {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .the_content_wrapper .cart-collaterals {
    padding-top: 0;
  }
}

.the_content_wrapper .cart-collaterals > h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .the_content_wrapper .cart-collaterals > h2 {
    display: none;
  }
}

.the_content_wrapper .cart-collaterals table.shop_table {
  margin-bottom: 18px;
}

.the_content_wrapper .cart-collaterals table.shop_table th, .the_content_wrapper .cart-collaterals table.shop_table td {
  padding: 0 0 25px 0 !important;
  background: none !important;
  border: none !important;
  color: #8c8da2 !important;
  text-transform: none !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  vertical-align: top !important;
  line-height: inherit !important;
}

.the_content_wrapper .cart-collaterals table.shop_table th {
  padding-right: 10px !important;
}

@media (max-width: 767px) {
  .the_content_wrapper .cart-collaterals table.shop_table th {
    display: table-cell;
  }
}

.the_content_wrapper .cart-collaterals table.shop_table td {
  text-align: right;
}

.the_content_wrapper .cart-collaterals table.shop_table td:before {
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: inherit !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.cart-subtotal td, .the_content_wrapper .cart-collaterals table.shop_table tr.tax-rate td {
  font-weight: bold !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.cart-total th {
  padding-top: 7px !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.cart-total td {
  font-weight: bold;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.tax-rate th, .the_content_wrapper .cart-collaterals table.shop_table tr.tax-rate td {
  padding-bottom: 20px !important;
  letter-spacing: 0 !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.shipping th, .the_content_wrapper .cart-collaterals table.shop_table tr.shipping td {
  padding-bottom: 36px !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.shipping td {
  font-size: 11px !important;
  color: #8c8da2 !important;
  font-family: inherit !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.order-total td {
  font-weight: bold;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.order-total .woocommerce-Price-amount {
  font-size: 16px !important;
}

.the_content_wrapper .cart-collaterals table.shop_table tr.order-total .includes_tax {
  display: block;
}

@media (max-width: 767px) {
  .the_content_wrapper .cart-collaterals table.shop_table_responsive tr td:before {
    position: relative;
    display: none !important;
    content: attr(data-title);
    float: none !important;
  }
}

.the_content_wrapper .cart-collaterals .cart_totals,
.the_content_wrapper .cart-collaterals .shipping_calculator {
  width: 100% !important;
}

.the_content_wrapper .cart-collaterals .cart_totals .shop_table {
  font-size: 16px !important;
}

.the_content_wrapper .actions {
  width: 100%;
  position: relative;
}

.the_content_wrapper .actions label {
  display: none !important;
}

.the_content_wrapper .actions .button[name="update_cart"] {
  display: none;
}

@media (max-width: 991px) {
  .the_content_wrapper .actions {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.the_content_wrapper .coupon {
  padding: 4px 0 0 0;
  overflow: hidden;
}

.the_content_wrapper .coupon .input-text {
  width: 100% !important;
  border: 1px solid #E9E8E7 !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 14px !important;
  color: #888;
  padding: 13px 14px 12px 16px !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.the_content_wrapper .coupon .input-text::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

.the_content_wrapper .coupon .input-text::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.the_content_wrapper .coupon .input-text:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.the_content_wrapper .coupon .input-text:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

.the_content_wrapper .coupon button {
  width: 134px;
  padding: 8px 0 7px !important;
  font-size: 16px;
  font-weight: bold;
  padding-top: 7px !important;
  padding-bottom: 5px !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 10px;
  color: #e30613 !important;
  border: 2px solid #e30613;
  background: transparent !important;
  float: right;
}

.the_content_wrapper .coupon button:hover {
  color: #fff !important;
  background: #e30613 !important;
}

@media (max-width: 767px) {
  .the_content_wrapper .coupon button {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .the_content_wrapper .coupon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.the_content_wrapper .wc-proceed-to-checkout {
  width: 100%;
  padding-top: 35px !important;
  border-top: 1px solid #ECE9E9;
  clear: both;
}

.the_content_wrapper .wc-proceed-to-checkout .button {
  padding-top: 14px !important;
  padding-bottom: 12px !important;
  border: none !important;
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 0.04em;
  background: #e30613;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 35px !important;
}

.the_content_wrapper .wc-proceed-to-checkout .button:after {
  display: none;
}

.the_content_wrapper .wc-proceed-to-checkout .button:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .the_content_wrapper .wc-proceed-to-checkout .button {
    margin-top: 25px;
  }
}

.the_content_wrapper .wc-proceed-to-checkout .back-link-wrapper {
  text-align: center;
  font-size: 16px;
}

.the_content_wrapper .wc-proceed-to-checkout .back-link {
  color: #8c8da2;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none !important;
}

.the_content_wrapper .wc-proceed-to-checkout .back-link svg {
  font-size: 11px;
}

.the_content_wrapper .wc-proceed-to-checkout .back-link:hover {
  color: #e30613;
}

@media (max-width: 767px) {
  .the_content_wrapper .wc-proceed-to-checkout {
    max-width: 100%;
    text-align: center;
  }
}

.the_content_wrapper .tax_label {
  display: block;
  font-size: 14px !important;
}

.mfn-woo-cart-link {
  display: none !important;
}

.woocommerce-cart-footer {
  padding-top: 35px;
  border-top: 1px solid #ECE9E9;
  text-align: right;
}

.woocommerce-cart-footer .button {
  background: none !important;
  font-size: 14px;
  padding: 0;
  color: #e30613 !important;
}

.woocommerce-cart-footer .button:after {
  display: none;
}

.woocommerce-cart-footer .button:hover {
  background: none !important;
  text-decoration: none;
  color: #f9232f !important;
}

@media (max-width: 767px) {
  .woocommerce-cart-footer .button {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart-footer {
    display: none;
  }
  .woocommerce .product.style-default .entry-summary{
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart-footer {
    max-width: 100%;
  }
}

ul.woocommerce-shipping-methods li {
  position: relative;
  padding-left: 30px !important;
}

ul.woocommerce-shipping-methods li .custom-radio {
  top: 2px;
  left: 0;
  position: absolute;
}

ul.woocommerce-shipping-methods li label {
  text-transform: none !important;
  font-family: inherit !important;
}

ul.woocommerce-shipping-methods li:before {
  display: none !important;
}

ul.woocommerce-shipping-methods small {
  font-size: 12px;
  line-height: 13px;
  display: block;
}

.product-remove-mobile {
  top: 0;
  right: 0;
  position: absolute;
  display: none;
}

p.return-to-shop {
  text-align: center;
}

@media (max-width: 767px) {
  .woocommerce-cart-form__cart-item td {
    position: relative;
  }
  .woocommerce-cart-form__cart-item td:before {
    position: relative;
    display: none !important;
    content: attr(data-title);
    float: none !important;
  }
  .woocommerce-cart-form__cart-item td.product-remove {
    display: none !important;
  }
  .woocommerce-cart-form__cart-item td .product-remove-mobile {
    display: block;
  }
}

#yith-wacp-popup {
  display: none;
  font-family: inherit;
}

#yith-wacp-popup.open {
  display: block;
}

#yith-wacp-popup .yith-wacp-overlay {
  background: #F1F0EE;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: .95 !important;
}

#yith-wacp-popup .yith-wacp-close {
  top: 21px;
  right: 21px;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  z-index: 10;
}

@media (max-width: 767px) {
  #yith-wacp-popup .yith-wacp-close {
    top: 0;
    right: 0;
  }
}

#yith-wacp-popup .yith-wacp-close:before, #yith-wacp-popup .yith-wacp-close:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #e30613;
  position: absolute;
  text-indent: 0;
  content: '';
}

#yith-wacp-popup .yith-wacp-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#yith-wacp-popup .yith-wacp-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#yith-wacp-popup .yith-wacp-close:hover:before, #yith-wacp-popup .yith-wacp-close:hover:after {
  background: #8c8da2;
}

#yith-wacp-popup .yith-wacp-main {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 22px;
}

#yith-wacp-popup .yith-wacp-message {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  background: none;
  padding: 0 0 28px 0;
  margin-bottom: 29px;
  border-bottom: 1px solid #ECEEEF;
}

#yith-wacp-popup .yith-wacp-message .message-icon {
  display: none;
}

@media (max-width: 767px) {
  #yith-wacp-popup .yith-wacp-message {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 15px;
    line-height: 26px;
  }
}
span.onsale{
  display: none !important;
}

.badge{
      display: block;
    position: absolute;
    left: 15px !important;
    right: auto !important;
    top: 15px !important;
    z-index: 9;
    min-width: 0;
    min-height: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 0 !important;
}

#yith-wacp-popup .yith-wacp-content {
  padding: 0 30px;
}

#yith-wacp-popup .yith-wacp-content .onsale {
  top: 18px;
  left: 13px;
  right: auto;
}

@media (max-width: 767px) {
  #yith-wacp-popup .yith-wacp-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#yith-wacp-popup .product-thumb {
  width: 13.4%;
}

#yith-wacp-popup .product-thumb img {
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

@media (max-width: 767px) {
  #yith-wacp-popup .product-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #yith-wacp-popup .product-thumb {
    width: 28%;
  }
}

#yith-wacp-popup .info-box {
  width: 37%;
  float: left;
}

@media (max-width: 767px) {
  #yith-wacp-popup .info-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #yith-wacp-popup .info-box {
    width: 65%;
  }
}

#yith-wacp-popup .product-info {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

#yith-wacp-popup .product-variation {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

#yith-wacp-popup .product-variation dt {
  color: #888;
}

#yith-wacp-popup .product-variation dd {
  color: #e30613;
}

#yith-wacp-popup .product-variation dt, #yith-wacp-popup .product-variation dd {
  margin-bottom: 8px;
  font-size: 12px;
}

#yith-wacp-popup .product-price {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#yith-wacp-popup .product-price .price {
  margin-bottom: 0;
}

#yith-wacp-popup .popup-actions {
  width: 47%;
  margin-top: 30px;
  padding-bottom: 60px;
  clear: none;
  border: none;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#yith-wacp-popup .popup-actions .button {
  min-width: unset !important;
  padding: 15px 18px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#yith-wacp-popup .popup-actions .button.continue-shopping {
  color: #fff;
  background: #5CB85C;
  border-color: #5CB85C;
}

#yith-wacp-popup .popup-actions .button.continue-shopping:hover {
  color: #fff;
  border-color: #9a9bad;
  background: #9a9bad;
}

#yith-wacp-popup .popup-actions .button.go-cart {
  color: #e30613;
  background: none;
  border-color: transparent;
  text-decoration: underline !important;
}

#yith-wacp-popup .popup-actions .button.go-cart:hover {
  color: #8c8da2;
  text-decoration: none !important;
  background: none;
}

@media (max-width: 767px) {
  #yith-wacp-popup .popup-actions .button.go-cart {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #yith-wacp-popup .popup-actions .button {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#yith-wacp-popup .popup-actions_footer {
  width: 100%;
  border-top: 1px solid #ECEEEF;
  padding-top: 35px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #yith-wacp-popup .popup-actions_footer {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  #yith-wacp-popup .popup-actions {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #yith-wacp-popup .popup-actions {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #yith-wacp-popup .popup-actions {
    width: 100%;
    clear: both;
  }
}

#yith-wacp-popup .yith-wacp-related {
  padding-top: 30px;
  border-top: 1px solid #F0F0F0;
  clear: both;
}

#yith-wacp-popup .yith-wacp-related > h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #000;
  text-align: left;
  text-transform: none;
}

#yith-wacp-popup ul.products.columns-3 {
  margin: 0 -21px;
}

@media (max-width: 767px) {
  #yith-wacp-popup ul.products.columns-3 {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  #yith-wacp-popup ul.products.columns-3 li.product {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #yith-wacp-popup ul.products.columns-3 li.product:last-child {
    display: none;
  }
}

#yith-wacp-popup .product {
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  #yith-wacp-popup .product {
    margin-bottom: 20px;
  }
}

#yith-wacp-popup .product-image {
  margin-bottom: 15px;
}

#yith-wacp-popup .product-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

#yith-wacp-popup .product-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

#yith-wacp-popup .product-title a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.02em;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

#yith-wacp-popup .product-title a:hover {
  color: #8c8da2;
}

#yith-wacp-popup .product-price .price {
  font-size: 15px;
  font-family: inherit;
  font-weight: 600;
  -moz-text-align-last: left;
       text-align-last: left;
}

#yith-wacp-popup .product-price .price del {
  font-size: 15px;
}

#yith-wacp-popup .product-price .price ins {
  color: #8c8da2;
}

#yith-wacp-popup .product .yith-wcwl-add-to-wishlist {
  right: 21px;
}

#yith-wacp-popup .product .variations_form {
  display: none !important;
}

#yith-wacp-popup .product a:hover .product-title {
  color: #8c8da2;
}

.wpforms-container input[type="date"], 
.wpforms-container input[type="datetime"], 
.wpforms-container input[type="datetime-local"], 
.wpforms-container input[type="email"], 
.wpforms-container input[type="month"], 
.wpforms-container input[type="number"], 
.wpforms-container input[type="password"], 
.wpforms-container input[type="range"], 
.wpforms-container input[type="search"], 
.wpforms-container input[type="tel"], 
.wpforms-container input[type="text"], 
.wpforms-container input[type="time"], 
.wpforms-container input[type="url"], 
.wpforms-container input[type="week"], 
.wpforms-container select, 
.wpforms-container textarea{
  border: none;
  border-bottom: 1px solid #D3D3D3 !important;
}
.wpforms-container .wpforms-field input.wpforms-error, .wpforms-container .wpforms-field input.user-invalid, .wpforms-container .wpforms-field textarea.wpforms-error, .wpforms-container .wpforms-field textarea.user-invalid, .wpforms-container .wpforms-field select.wpforms-error, .wpforms-container .wpforms-field select.user-invalid, .wpforms-container .wpforms-field.wpforms-has-error .choices__inner{
  border: none !important;
  border-bottom: 1px solid #cc0000 !important; 
}
.wpforms-submit{
  width: 100%;
}
.wpforms-container label.wpforms-error{
  margin-top: -15px;
}
.wpforms-container .wpforms-submit-spinner{
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: 5px;
}
.mgbutton.moove-gdpr-infobar-allow-all,
.moove-gdpr-modal-allow-all,
.moove-gdpr-modal-save-settings{
  border-radius: 3px !important;
  position: relative;
  color: #fff !important;
  background: #e30613 !important;
} 
.mgbutton.moove-gdpr-infobar-allow-all:after,
.moove-gdpr-modal-allow-all:after,
.moove-gdpr-modal-save-settings:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0,0,0,.05);
  z-index: 1;
  transition: width .2s ease-in-out;
}
.mgbutton.moove-gdpr-infobar-allow-all:hover:after,
.moove-gdpr-modal-allow-all:hover:after,
.moove-gdpr-modal-save-settings:hover:after{
  width: 100%;
}
.elementor-slideshow__title{
  display: none !important;
}

@media (max-width:991px ){
  .woocommerce-shop.woocommerce .products_wrapper ul.products li.product, 
  .woocommerce-shop.woocommerce .products.related ul.products li.product, 
  .woocommerce-shop.woocommerce .products.upsells.up-sells ul.products li.product{
    width: 48% !important;
  }
}


@media (max-width: 767px){
  .products-wrapper{
    width: 100%;
    padding: 0 15px;
  }
}