/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}

a {
  color: #B30000;
}

.site-logo {
  max-height: 25px;

  }

.site-header .header-logo {line-height: 54px;}
  
@media (max-width:1050px){
  .site-header .header-logo { width:17%;}
}


.elementor-page .elementor-widget-heading .elementor-heading-title {
  font-family: 'Roboto Condensed', sans-serif;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.mf-navigation-mobile .navigation-icon {
  font-size: 0;
}


.woocommerce div.product .tawcvs-swatches .swatch.swatch-label {
  line-height: 26px !important;
}

.woocommerce div.product .tawcvs-swatches .swatch.swatch-image {
  line-height: 100% !important;
}


.catalog-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch { margin:0; padding:2px;}
.catalog-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-label { padding:5px; min-width:40px;}


.hide-title-form.btn {
  line-height: 50px !important;
}

input[name="save_title"] {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  background-color: #dd2400;
  transition: all 0.5s;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 0;
  vertical-align: middle;
}

.woocommerce ul.cart_list li img,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li img {
  max-width: 70px;
  margin-right: 15px;
}

.woocommerce div.product .tawcvs-swatches .swatch.swatch-color:after {
  border-color: #ccc
}

.woocommerce div.product .tawcvs-swatches .swatch.swatch-label {
  border-radius: 0 !important;
}

.woocommerce div.product .single_add_to_cart_button {
  background: #00a558 !important;
}
.woocommerce div.product .ms-ts-check-availability-button {
  background: #0092cb !important;
}


/*Header*/

@media (min-width: 992px) {
  .site-header .header-logo { width: 25%; }
}

.header-layout-1 .site-header .primary-nav {padding-left: 17px;}

.site-header .col-header-menu {
  display: inline-block;
}

.site-header .header-row {
  position: relative;
  display: block;
}

/*Menu*/
.site-header .main-menu {
  color: #000;
  background: #fff;
}

.nav li {
  padding: 9px 10px 9px 0;
}

.header-layout-1 .site-header .primary-nav>ul>li>a {
  color: #000;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px
}
.header-layout-1 .site-header .primary-nav ul>li>a:hover {
  color: #b30000;
}
.header-layout-1 .site-header .primary-nav > ul > li {
  position:static;
}
.header-layout-1 .site-header .primary-nav > ul > li:not(.is-mega-menu) > .dropdown-submenu{
  column-count: 4;
  column-gap: 15px;
  width: calc(100% - 60px);
  left: 30px;
       
}
.header-layout-1 .site-header .primary-nav > ul > li:not(.is-mega-menu) > .dropdown-submenu li  {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;

  }

.header-layout-1 .site-header .primary-nav > ul > li.is-mega-menu > .dropdown-submenu .mr-col.col-md-6 .mega-menu-submenu {
  column-count: 2;
  column-gap: 15px;
}

.header-layout-1 .site-header .primary-nav > ul > li > a {
  font-size:20px;
}
.header-layout-1 .site-header .primary-nav > ul > li.sale a {
  color: #dd2400;
 }


.header-layout-1 .site-header .primary-nav>ul>li.current-menu-parent>a,
.header-layout-1 .site-header .primary-nav>ul>li.current-menu-item>a,
.header-layout-1 .site-header .primary-nav>ul>li.current-menu-ancestor>a {
  color: #B30000;
}


.sticky-header.admin-bar .site-header.minimized .header-main {
  visibility: hidden;
}

.sticky-header.admin-bar .site-header.minimized .main-menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 32px;
  z-index: 9999;
  animation-name: fadeInDown;
  animation-duration: 0.25s;
  border-bottom: 1px solid #e1e1e1;
}

.site-header .mobile-menu-row .mf-toggle-menu { 
  padding:0 10px 0 0;
}
.mf-light-skin .site-header .products-search .search-submit {
  padding: 0;
  min-width: auto;
  border-radius:0;
  border: 1px solid #fff;
  border-left:none;
  height:35px;
}

.page-header-catalog .page-breadcrumbs .breadcrumbs { padding:0px 0;}
.site-header .extras-menu>li { padding:0 7px;}
.site-header .extras-menu > li .extra-icon { font-size:22px;}



/*breadcrumbs*/
.page-header-page .page-breadcrumbs,
.page-header-catalog .page-breadcrumbs {
  background: #fff;
  padding:10px 0;
}

/*Search*/
.site-header .product-extra-search .search-wrapper {
  width: 100%
}

.mf-light-skin .site-header .products-search .search-submit {
  padding: 0 10px;
  min-width: 40px;
  position:relative;
  font-size:0;
}
.mf-light-skin .site-header .products-search .search-submit:after{
    content: '\e922';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    position: absolute;
    top: 50%;
    
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 15px;
    color: inherit;
}

.site-header .extras-menu {
  margin-left: 12px;
  height: 54px;
}

.site-header .extras-menu>li {
  padding: 0 12px;
}


.site-header .product-extra-search {
  width: 100%
}


/*Top bar*/
#topbar {
  background: #B30000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#topbar a {
  color: inherit !important;
}

#topbar .row {
  display: flex;
  align-items: center;
}
.topbar .topbar-sidebar .search-form:after{
  color:#fff;
}
.topbar .topbar-sidebar .search-form .search-field {
  color:#fff
}
.topbar .topbar-sidebar .search-form .search-field::placeholder {
  color:#fff
}
.site-header .product-extra-search .search-field {
  color:#fff;
  font-weight:400;
  background: transparent;
  border-color:#fff;
  height:35px;
  padding-left:10px;
}
.site-header .product-extra-search .product-cat {height:35px;}
.site-header .product-extra-search .search-field::placeholder {
  color:#fff
}
.search-results.woocommerce {
  color:#000;
  text-align:left;
  text-transform:none;
}

@media (min-width: 992px) {
  .topbar .topbar-sidebar.topbar-left {
    width: auto;
    padding:17px 0;
  }
  .topbar .topbar-sidebar.topbar-right {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
  }
  .topbar .topbar-sidebar.topbar-right>div {
    width: 100%;
    text-align: center;
  }
  .topbar .topbar-sidebar.topbar-right>div:first-child {
    text-align:left;
  }
  .topbar .topbar-sidebar.topbar-right>div:nth-last-child(2) {
    text-align: right;
    width:auto;
    order: 10;
    white-space: nowrap;
  }

  .topbar .topbar-sidebar.topbar-right>div:after {
    display: none;
  }
}



/*Swatch*/
.woocommerce div.product .tawcvs-swatches .swatch.disabled {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}
.woocommerce div.product .tawcvs-swatches .swatch.disabled:before,
.woocommerce div.product .tawcvs-swatches .swatch.disabled:after {
  pointer-events: none;
  display: block;
  width: 2px;
  height: 100%;
  content: '';
  background: red;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translate(0, 0);
  border: none;
}

.woocommerce div.product .tawcvs-swatches .swatch.disabled:after {
  transform: rotate(136deg) translate(0, 0);
}
.woocommerce-products-header,
.woocommerce-notices-wrapper { width:100%; clear:both;}

.woocommerce .mf-shop-content nav.woocommerce-pagination {
  margin-top: 115px;
}
@media (min-width:768px){
  .woocommerce:not(.mobile-version) .content-area  > .shop-toolbar  {float:left; max-width:30%; margin-left: 2px;}
  .woocommerce:not(.mobile-version) .content-area  > nav.woocommerce-pagination {float:right; max-width:70%; padding-left:20px; margin:0;}
}
.woocommerce nav.woocommerce-pagination ul li { margin:8px 5px 2px 5px; padding:0; margin-left:0;}



/*Main Style*/
.container {
  width: 100%;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px){
  .container { 
    padding-left:8px; 
    padding-right:8px;
  }
}

.mobile-version.sidebar-content .content-area,
.mobile-version.blog-layout-sidebar-content .content-area {
  float: none;
  width: 100%;
}

.page-header-page .entry-title {
  padding-top: 10px;
}

.mf-catalog-page .site-content {
  padding-top: 0;
}

.c-heading-main .elementor-widget-container {
  margin-bottom: 0 !important;
}

.primary-sidebar .menu-informacziya-container ul li.current-menu-item a {
  color: #dd2400;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all ease .5s !important;
  transition: all ease .5s !important;
}

.martfury-off-canvas-layer:before {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  content: "\e92a";
  display: block;
  color: #fff;
  font-family: 'Linearicons' !important;
}

.catalog-sidebar .widget:last-child:after {
  height: 0;
}

@media screen and (min-width: 768px) {
  .c-catalog-ok.mf-catalog-close-sidebar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-catalog-ok.mf-catalog-close-sidebar {
    padding: 0;
    bottom: 0;
    top: auto !important;
    position: fixed;
    left: -100%;
    opacity: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.35s ease;
  }
  .c-button {
    padding: 0 25px;
    height: 50px;
    line-height: 50px !important;
    background-color: #dd2400;
    transition: all 0.5s;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    border: none;
    color: #fff !important;
    cursor: pointer;
    width: 50%;
  }
  
  .c-button.light {
    color: #dd2400 !important;
    background-color: #ffffff;
  }
  
  .mf-catalog-page.mf-filter-active .c-catalog-ok {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  .catalog-sidebar .widget:last-child {
    padding-bottom: 60px !important;
  }
  body:not(.mobile-version) .c-catalog-ok.mf-catalog-close-sidebar {
    left: 0;
    right: 15%;
    transform: none;
  }
}

.custom_active_filter ul {
  display: block;
}

.catalog-sidebar .widget_layered_nav_filters .custom_active_filter ul li {
  display: inline-block;
  padding: 0 3px 0px 4px;
  margin: 1px;
  border: 1px solid #f14705;
  vertical-align: top;
  line-height: 18px;
  font-size: 12px;
}

.custom_active_filter ul li {
  background: #f14705;
}

.catalog-sidebar .widget_layered_nav_filters .custom_active_filter ul li.chosen a {
  color: #fff;
  position: relative;
  margin-right: 14px;
  font-size: 12px;
}

.catalog-sidebar .widget_layered_nav_filters .custom_active_filter ul li.chosen a:before {
  position: absolute;
  right: -16px;
  top: 2px;
  font-size: 8px;
  color: #fff;
}

.custom_active_filter .remove {
  display: block;
}

.custom_active_filter .remove a {
  padding: 5px 15px;
  text-transform: uppercase;
  background: #dd2400;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 15px;
  width: 100% !important;
}

.razmery span {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0 3px;
  border: 1px solid #dd2400;
  min-width: 30px;
  text-align: center;
  line-height: 25px;
  background: #dd2400;
  color: #fff;
  font-size: 11px;
}


.mobile-version  .woocommerce-pagination { 
  margin:10px 0 !important;  
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev { font-size:0;}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.next i,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev i { font-size:14px; line-height:32px;}

.mf-shop-content {clear:both; padding-top: 10px;}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  font-size: 35px;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  font-size: 25px;
}

.woocommerce div.product .wc-tabs-wrapper {
  display: none !important;
}

.woocommerce table.shop_attributes {
  border: none;
}
.woocommerce table.shop_attributes tbody {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none;
  background: none !important;
  padding: 5px 5px 5px 0;
}
.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  padding: 0;
}



.woocommerce table.shop_attributes tr{
  display: flex;
  padding-right: 50px;
  order:3
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_razmer,
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_czvet { display: none;}
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_material {order:1;}
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_strana {
    order:2;
    width: 100%;
    flex: 0 0 100%;
}

.woocommerce table.shop_attributes th { width: auto; max-width: none; white-space: nowrap;}
.woocommerce table.shop_attributes td {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  font-style: normal;
  
}
.woocommerce table.shop_attributes td a{
  color: #666 !important;
  pointer-events: none;
  font-style: normal;
}





@media (min-width: 768px) {
  .mf-entry-product-header .entry-left:first-child:last-child {
    max-width: 100%;
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
  }
  .mf-entry-product-header .entry-left:first-child:last-child .entry-meta .meta-brand {
    display: none;
  }
  .mf-entry-product-header .entry-left:first-child:last-child .entry-meta .meta-sku:after {
    display: none;
  }
}


/*Single product*/

.woocommerce div.product div.summary .martfury-tabs {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc
}

.woocommerce div.product div.summary .tabs-nav {
  position: relative;
  z-index: 3;
  overflow: visible;
}

.woocommerce div.product div.summary .tabs-nav:after {
  display: block;
  width: 100%;
  clear: both;
  content: '';
}

.woocommerce div.product div.summary .tabs-nav li {
  margin: 0;
}

.woocommerce div.product div.summary .tabs-nav a {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  transition: none
}

.woocommerce div.product div.summary .tabs-nav a:not(.active) {
  color: #666;
}

.woocommerce div.product div.summary .tabs-nav a.active {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  color: #666;
  font-weight: bold;
}

.woocommerce div.product div.summary .martfury-tabs {
  clear: both;
}

.woocommerce div.product div.summary .martfury-tabs .tabs-panel a {
  color: #0066cc !important;
}

.woocommerce div.product div.summary .martfury-tabs .tabs-panel {
  padding: 15px;
  border: 1px solid #ccc;
  transform: none;
  transition: none
}


/*Cart*/
.woocommerce div.product form.cart .single_add_to_cart_button {
  height: auto;
  line-height: 38px;
  min-width: 140px;
  border-radius: 0;
  margin-top: 15px;
}

.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist,
.woocommerce div.product form.cart .mf-compare-button {
  margin-top: 15px;
}

.large {
  font-size: xx-large;
}

.reset_variations {
  display: none !important;
}

.sostav {
  font-weight: 600
}

.sostav span {
  font-weight: normal
}

.catalog-sidebar .woocommerce-widget-layered-nav#martfury_layered_nav-2 .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
}

.catalog-sidebar .woocommerce-widget-layered-nav#martfury_layered_nav-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch {
  margin: 0;
  padding: 0;
}

.catalog-sidebar .woocommerce-widget-layered-nav#martfury_layered_nav-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-color .sub-swatch {
  border-radius: 0;
}

.catalog-sidebar .woocommerce-widget-layered-nav#martfury_layered_nav-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.show-swatch .swatch-color {
  padding: 1px;
  margin: 1px;
  border-radius: 0;
}

.woocommerce-cart-form .button.btn-update {
  visibility: hidden;
}

.woocommerce .button.btn-sm {
  height: auto;
  line-height: 40px;
  position: relative;
}

.woocommerce .button.btn-sm.left-icon {
  padding: 0 24px 0 34px;
}

.woocommerce .button.btn-sm.left-icon i {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 23px;
}

.woocommerce .button.btn-sm.right-icon {
  padding: 0 50px 0 34px;
}

.woocommerce .button.btn-sm.right-icon i {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 23px;
}

.woocommerce-billing-fields #billing_address_1_field,
.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #billing_postcode_field {
  display: none;
  opacity: 0;
}




/*Footer*/
.site-footer .footer-layout {
  background: #B30000;
  color: #fff !important;
  font-weight: 500;
}

.site-footer a {
  color: inherit !important;
}

.site-footer p {
  margin: 0.5rem 0;
}

.site-footer .footer-widgets {
  padding-bottom: 20px;
}

.site-footer .footer-widgets .widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  ;
}

.site-footer .footer-widgets .footer-sidebar.footer-1 {
  max-width: 33.333%;
  flex: 0 0 33.333%
}

.site-footer .footer-widgets .footer-sidebar.footer-2 {
  max-width: 66.666%;
  flex: 0 0 66.666%
}

@media (max-width:600px) {
  .site-footer .footer-widgets .footer-sidebar.footer-1 {  max-width: 100%;  flex: 0 0 100% }
  .site-footer .footer-widgets .footer-sidebar.footer-2 { display: none; }
  .site-footer .footer-widgets .widget ul li {display: inline-block; padding: 3px 10px;}
  .mobile-version .site-footer .footer-bottom {padding-top: 0; padding-bottom: 10px}
  .mobile-version .site-footer .footer-bottom .footer-payments {padding-bottom: 10px;}
}

@media (min-width:992px) {
  .site-footer .footer-widgets .footer-sidebar.footer-2 .textwidget {
    column-count: 2;
    column-gap: 15px;
  }
}

.footer-layout-1 .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer .footer-copyright {
  color: inherit;
  font-size: 16px;
}

.menu-informacziya-container {
  font-size: 20px;
}

#menu-social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#menu-social a {
  font-size: 0;
}

#menu-social a:before {
  font-family: ElegantIcons;
  display: inline-block;
  font-size: 28px;
  position: static;
  width: auto;
  height: auto;
  background: none;
  line-height: 1;
  vertical-align: middle;
}

#menu-social a[href*="facebook"]:before {
  content: "\e093"
}

#menu-social a[href*="instagram"]:before {
  content: "\e09a"
}

#menu-social a[href*="mailto"] {
  font-size: 16px;
}

#menu-social a[href*="mailto"]:before {
  content: "\e076";
  margin-right: 10px;
  padding-bottom: 10px;
}

.site-footer .footer-links .widget_nav_menu ul {
  align-items: center;
}

.site-footer .footer-links .widget_nav_menu ul li:after {
  display: none;
}

.footer-layout-1 .footer-row {
  justify-content: space-between
}

.site-footer .footer-links {
  border: none;
  padding: 0;
}

.site-footer .footer-payments ul li {
  margin: 0;
}

.site-footer .footer-payments img {
  max-height: 35px;
  width: auto !important;
  background: #fff;
  padding: 5px;
}


/*-------------*/
body:not(.mobile-version).woocommerce .shop-toolbar {
  background: none;
  float: left;
  padding:0;
}

.mobile-version #mf-catalog-toolbar .woocommerce-ordering { padding-left:15px;}
.mobile-version #mf-catalog-toolbar .mf-filter-mobile { padding-right: 25px; margin-right: 0;}


.mobile-version #mf-catalog-toolbar .mf-filter-mobile:before { right: 0;}
.mobile-version #mf-catalog-toolbar .mf-filter-mobile:after { right: 0; display: none;}

.mobile-version.woocommerce .shop-toolbar .woocommerce-ordering {  border-left: 1px solid #ccc;}

.mobile-version.woocommerce .shop-toolbar .woocommerce-ordering .current { padding-right:25px !important; min-width:120px !important;}

.mobile-version #mf-catalog-toolbar .mf-filter-mobile {
  /* width:50%; */
}


body:not(.mobile-version).woocommerce .shop-toolbar .woocommerce-ordering {
  float: none;
}
body:not(.mobile-version).woocommerce:not(.full-content) .shop-toolbar .woocommerce-ordering {
  width: 100%;
}
@media (max-width: 766px){
  body:not(.mobile-version).woocommerce .shop-toolbar { width:100%}
  body:not(.mobile-version).woocommerce:not(.full-content) .shop-toolbar .woocommerce-ordering { width:50%;}
}

.woocommerce ul.products li.product {
  padding: 2px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .product-inner {
  border:1px solid #e0e0e0;
  padding:10px;
  margin-bottom:0;
}
.woocommerce ul.products {
  display:flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .product-inner { height:100%;}
.woocommerce ul.products li.product .mf-product-details-hover { left:-11px; right:-11px; padding:10px;}
.woocommerce ul.products li.product .mf-product-details-hover .mf-attr-swatches .slick-prev-arrow { left: -8px;}
.woocommerce ul.products li.product .mf-product-details-hover .mf-attr-swatches .slick-next-arrow { right: -8px;}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price .sale,
.woocommerce div.product p.price .sale {
  color: #B30000;
}

/*Disable "Сортировка по более позднему"*/
.mf-catalog-sorting-mobile .woocommerce-ordering ul li:nth-child(2) {
  display: none;
}

body:not(.mobile-version) #mf_product_categories-2 {
  display: none
}

body:not(.mobile-version) #mf_product_categories-2 + .widget_custom_html {
  display: none
}
#mf_product_categories-2 {padding-bottom: 0;}
.catalog-sidebar #mf_product_categories-2:after {height: 0;}
#mf_product_categories-2 + .widget_custom_html { padding: 5px 0px 25px 20px;}

  
@media (min-width: 993px) {
  body:not(.mobile-version).woocommerce .mf-shop-content>nav.woocommerce-pagination:first-child {
    margin-top: -32px;
    float:right;
  }
}





.woocommerce ul.products li.product h2 { text-align:center; }
.woocommerce ul.products li.product h2 a{
  color: #888;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.mf-product-price-box {text-align: center;}
.woocommerce ul.products li.product .price del {padding-left: 0px}
.woocommerce ul.products li.product .price del ,
.woocommerce ul.products li.product .price del span { color: #000; }
.woocommerce ul.products li.product .price ins { padding-right: 10px; }
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {font-size: 20px; font-family: 'Roboto Condensed', sans-serif; font-weight: 600; text-transform: uppercase;}
@media (max-width: 480px) {
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {font-size: 18px;}
}
@media (max-width: 380px) {
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {font-size: 17px;}
}

@media (max-width: 360px) {
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {font-size: 16px;}
}

@media (max-width: 350px) {
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {font-size: 15px;}
}

@media (max-width: 330px) {
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {font-size: 14px;}
}


.col-extra-menu {float: right; padding-right: 6px;}
.topbar .widget {padding: 0 17px 0 20px;}
.woocommerce nav.woocommerce-pagination ul {margin-right: -3px;}

.site-header .mobile-menu .search-submit:before {display: none;}
@media (max-width: 991px) {
  .site-header .product-extra-search .search-field { color: #333; border: 1px solid #eee; }
}

.site-header .extras-menu > li:last-child {padding-right: 12px;}
.site-header .extras-menu .menu-item-account.logined {padding-right: 0px;}
/* #primary {margin-top: -8px;} */

a[data-title="разноцветный"] .sub-swatch{
  background: #2ecc71;
}
a[data-title="разноцветный"] .sub-swatch:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 0;
    border-color: #e74c3c transparent transparent transparent;
    margin: -1px 0;
}
a[data-title="разноцветный"] .sub-swatch:after {
    display: block;
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 21px 21px;
    border-color: transparent transparent #3498db transparent;
    margin: 3px 3px;
    right: 0;
    bottom: 0;
}


@media (max-width: 991px) {
  .sticky-header .site-header.minimized .header-mobile-v1 .header-main {
    display: flex;
  }
  .woocommerce-notices-wrapper + .woocommerce-pagination{
    display: none;
  }
}

.woocommerce-pagination {display:none;}
.woocommerce .ribbons .ribbon { border-radius:0;}



#vdz_cb_widget {width: 40px !important; height: 40px !important; right: 60px !important; background-color: #dd240080 !important; border: 2px solid #dd24004c !important; line-height: 39px;}
#vdz_cb_widget:before {border: 2px solid #dd240080 !important;}
#vdz_cb_widget:after {background-color: #dd24004c !important;}
#vdz_cb_widget { z-index: 98 !important;}
.vdz_cb_widget span svg { width: 22px !important; height: 22px !important;}
#vdz_cb h3 {color: #000;}
#vdz_cb_widget .button.btn.btn-default { border: none; padding: 7px 15px; background: #b30000;}

@media (max-width: 991px) {
  #vdz_cb_widget {right: 20px !important; bottom: 60px !important;}
}

.vdz_cb_widget:hover svg{ fill: #dd2400 !important; }
.vdz_cb_widget:hover{ border: 2px solid #dd240080 !important; }
#vdz_cb_form input[type=text], 
#vdz_cb_form input[type=email] {width: 75%;}
#vdz_cb #vdz_cb_form {width: 100% !important;}

.mfp-bg ~ #vdz_cb_widget {display: none;}

.thumb_loop_slide img ~ img {display:none !important;}
.thumb_loop_slide .slick-track img ~ img {display:block !important;}
@media (max-width: 991px) {
  .woocommerce ul.products li.product .mf-product-details-hover .mf-attr-swatches  {display:none;}
}

.filtered .mf-filter-mobile:before,
.filtered .mf-filter-mobile i,
.filtered .mf-filter-mobile span {color: #93be2b !important;}

.mobile-version .mf-catalog-close-sidebar,
.mobile-version.mf-catalog-page .catalog-sidebar, 
.mobile-version.mf-catalog-page .vendor_sidebar {    
  left: -90%;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .c-catalog-ok.mf-catalog-close-sidebar {
    left: -90%;
  }
}

.mf-filter-active {
  position: relative;
}
.mf-filter-active:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    content:''; 
    z-index:1000000;
}
@media screen and (max-width: 767px) {
  html, body {overflow-x: hidden;}
}
.mobile-version.mf-filter-active {max-width: 100vw; height: calc(100vh - 46px); overflow: hidden; padding-bottom: 0;}

.mobile-version #wpadminbar {display:none;}



body:not(.mobile-version) .items_per_row_bar {display: none;}
.items_per_row_bar {display: flex; align-items: center;}
.items_per_row_bar .lbl{ line-height: 1.2;}
.items_per_row { display: flex; margin-left: auto;}
.items_per_row div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px; padding: 1px; border: 1px solid #f0f0f0; text-align: center; background: #f5f5f5;
    width: 55px;
    height: 42px;
}
.items_per_row div span {
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #b30000;
  background: #b30000;;
  margin: 0 2px;
}

.items_per_row_1 .items_per_row div:nth-child(1),
.items_per_row_2 .items_per_row div:nth-child(2),
.items_per_row_3 .items_per_row div:nth-child(3)
{ 
    background: #b30000;
    font-weight: bold
}
.items_per_row_1 .items_per_row div:nth-child(1) span,
.items_per_row_2 .items_per_row div:nth-child(2) span ,
.items_per_row_3 .items_per_row div:nth-child(3) span { background: #FFF;}


ul.products li.col-xs-6 .razmery  { text-align: center;}
.mobile-version.items_per_row_1  ul.products li.col-xs-6 {width: 100% !important;}
.mobile-version.items_per_row_2  ul.products li.col-xs-6 {width: 50% !important;}

.mobile-version.items_per_row_2  ul.products li.col-xs-6 .razmery span {
  line-height: 17px;
  min-width: 18px;
}
@media (max-width: 991px){
  .razmery span {
    line-height: 17px;
    min-width: 18px;
  }
  .woocommerce ul.products li.product .product-inner .mf-product-details-hover {
    padding: 0;
  }
  #vdz_cb_widget { right: auto !important; left: 0;}
}

.mobile-version.items_per_row_3  ul.products li.col-xs-6 {width: 33% !important;}

.mobile-version.items_per_row_3 ul.products li.col-xs-6 .mf-product-details-hover {
  padding: 0;
}
.mobile-version.items_per_row_3 ul.products li.product .price, 
.mobile-version.items_per_row_3 ul.products li.product .price del,
.mobile-version.items_per_row_3 ul.products li.product .price ins { font-size: 12px !important;}


.mobile-version.items_per_row_3  ul.products li.col-xs-6.product h2 { font-size: 12px;}

.mobile-version.items_per_row_3  ul.products li.col-xs-6 .razmery {
   text-align: center;
   /* display: none; */
  }
.mobile-version.items_per_row_3  ul.products li.col-xs-6 .razmery span {
  line-height: 17px;
  min-width: 18px;
}
.mobile-version.items_per_row_3  ul.products li.col-xs-6.product .ribbons .ribbon {
  font-size: 11px;
  font-weight: 400;
  height: auto;
  line-height: 20px;
  padding: 0 5px;
  top: -10px;
  right: -10px;
}

.mobile-version .site-footer {display: none;}
body:not(.mobile-version) .mobile_delivery_info,
body.single-product .mobile_delivery_info {display: none;}
.mobile_delivery_info {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  opacity: 1;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  min-width: auto;
  padding: 0 10px;
  overflow: hidden;
  color: #ffffff;
  background: #b30000;
  text-align: center;
}


.mobile-version .site-header { height: 60px;} 
.header-mobile-v1 { display: none;}
.mf-navigation-mobile { top: 0; bottom: auto;}

@media screen and (max-width: 991px) {
  .single-product .site-content { padding-top: 10px;}
  .mobile-version.mf-add-to-cart-fixed .mf-navigation-mobile {display: block !important;}
  .page-header-page .page-breadcrumbs, .page-header-catalog .page-breadcrumbs {
    display: none !important;
  }
  .mobile-version section.up-sells ul.products .slick-dots, .mobile-version section.related ul.products .slick-dots {
    width: 100%;
  }
  html.js-focus-visible {margin-top: 0 !important;}
  .site-header .mobile-menu { background: #B30000; padding-bottom: 4px;}
  .site-header .extras-menu > li > a,
  .site-header .mobile-menu-row .mf-toggle-menu { color: #fff;}
  .site-header .extras-menu .menu-item-wishlist { display: none;}
  .site-header .extras-menu .menu-item-account { display: none; font-size: 0;}
  .site-header .extras-menu .menu-item-account > a { padding-left: 0;}
  .site-header .extras-menu .menu-item-account .extra-icon { position: static;}
  
}
.navigation-list { background: #b30000;}
.mf-navigation-mobile .navigation-icon { color: #fff !important;}
.navigation-list .product-extra-search .product-cat { display: none;}
.navigation-list .product-extra-search .product-cat-label {
  padding-right: 30px;
  padding-left: 18px;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 100%;
  white-space: nowrap;
  background-color: #fff;
}
.navigation-list .product-extra-search  { width: 80%;}
.navigation-list .product-extra-search .search-field { width: 100%;}
.navigation-list .product-extra-search .psearch-content {
  display: flex;
  width: 100%;
  position: relative
}
.navigation-list .product-extra-search .search-wrapper {
  width: 100%;
}
.navigation-list .product-extra-search .search-wrapper .search-results.woocommerce {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  overflow-x: hidden;
  padding:0 20px;
}
.navigation-list .product-extra-search .search-wrapper .search-results.woocommerce ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.navigation-list .product-extra-search .search-wrapper .search-results ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.navigation-list .product-extra-search .search-wrapper .search-results ul li a { 
  color: #000;
  text-decoration: none;
}

.navigation-list .product-extra-search .search-wrapper .search-results ul li .title-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.navigation-list .product-extra-search .search-wrapper .search-results ul li .content-item { 
  padding-left: 10px;
}
.navigation-list .product-extra-search .search-wrapper .search-results ul li .price-item { 
  font-weight: bold;
}
.navigation-list .product-extra-search .search-wrapper .search-results ul li .price-item del { 
  display: none;
}
.navigation-list .product-extra-search .search-wrapper .search-results ul li .price-item ins { 
  text-decoration: none;
}
.mf-light-skin .navigation-list  .products-search .search-submit {
  padding: 0 10px;
  min-width: 40px;
  position: relative;
  font-size: 0;
  background: #fff;
  color: #b30000;
  border: none;
}
.mf-light-skin .navigation-list .products-search .search-submit:after {
  content: '\e922';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  font-size: 15px;
  color: #b30000;
  font-weight: bold;
}

.navigation-list  .product-extra-search .search-field {
  color: #333;
  border: 1px solid #eee;
}
@media (min-width: 991px){
  /* .mobile-menu { display:none !important;} */
  
}
.martfury-off-canvas-layer:before {display: none;}
.primary-mobile-nav ul.menu {margin: 0;}

.mf-navigation-mobile .navigation-list { padding: 10px;}
.mf-navigation-mobile {z-index: 99;}
.mf-els-modal-mobile {
  width: 90%;
  left: -90%;
}


.mobile-nav-header {position: relative; background: #B30000; padding: 15px;}
.mobile-nav-header .toogle-menu-footer,
.mobile-nav-header .close-mobile-nav { position: absolute; top: 0; right: 0; padding: 10px;} 
.primary-mobile-nav .mobile-nav-header {
  flex-direction: column !important;
  align-items: start;
}


.mobile-nav-header img.logo { max-width: 80%;}
.mobile-nav-header .extras-menu {color: #fff; list-style-type: none; padding: 0; margin: 0; margin-top: 15px;}
.mobile-nav-header .extras-menu .logined {display: none;}
.mobile-nav-header .extras-menu i { margin-right: 10px;}
.mobile-nav-header .extras-menu a {color: inherit;}
.mobile-nav-header .extras-menu .item-register:before { content: '/'; display: inline-block; margin-right: 3px;}
.mobile-nav-header .extras-menu ul{
  display: none;
}
.mf-els-modal-mobile { padding-bottom: 0;}
.mobile-nav-header .site-title { display: none;}
.mobile-nav-header .site-description {
  display: none;
}
.mobile-nav-header + .menu {
  background: #fadf12;
}
.primary-mobile-nav ul.menu > li {
  border-bottom: 1px solid #fff;
}


.mobile-version.mf-add-to-cart-fixed div.product .cart .single_add_to_cart_button {background-color: green;}

.site-header .col-header-menu {
  position: static;
}

.nav>.menu>li>ul li ul{
  position: static !important;
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
  z-index: 5;
  transform: none !important;
  border: none;
  padding: 0;
}
.nav>.menu>li>ul > li { margin-bottom: 15px;}
.nav>.menu>li>ul li ul li{
  padding: 0 0;
}
.nav>.menu>li>ul>li.hasmenu > a,
.site-header .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  font-family: "Roboto Condensed";
  font-weight: bold;
  text-transform: uppercase;
}

/* #menu-menyu-magazina > .menu-item  .dropdown-submenu > li > .mega-menu-content > .row  > .mr-col {width: 50% !important;} */
#menu-menyu-magazina > .menu-item  .dropdown-submenu > li > .mega-menu-content > .row  > .mr-col {
  padding-bottom: 15px;
}
.main-menu .header-row {line-height: 0.5}
.main-menu .header-row .extras-menu{line-height: 1.3}

body:not(.mobile-version) #primary-sidebar {width: 295px;}
@media (min-width: 768px){
  #primary {width: calc(100% - 295px);}
}

.mobile-version #primary {width: 100%;}

.mobile-version .menu-informacziya-container {font-size: inherit;}

body:not(.mobile-version) div.product div.images img.wp-post-image{
  height: auto;
  max-height: 570px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-viewport {
  height: auto !important;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  line-height: 42px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav a:hover {
  background-color: transparent;
  color: #fff;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-prev {
  left: 85px;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-next {
  right: 15px;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-prev:before,
body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-next:before {
  font-family: 'Linearicons';
  font-size: 28px;
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-prev:before {
  content: "\e93b";
}

body:not(.mobile-version).woocommerce div.product div.images .flex-direction-nav .flex-next:before {
  content: "\e93c";
}

.woocommerce ul.products li.product a .slick-slide img {max-height: calc(23vw); width: auto; margin: 0 auto;}
@media (max-width:1500px){
  .woocommerce ul.products li.product a .slick-slide img {max-height: calc(22vw);}
}
@media (min-width:1700px){
  .woocommerce ul.products li.product a .slick-slide img {max-height: calc(21vw);}
}
@media (min-width:2000px){
  .woocommerce ul.products li.product a .slick-slide img {max-height: calc(19vw);}
}
@media (max-width:1200px){
  .woocommerce ul.products li.product a .slick-slide img {max-height: calc(20vw);}
  .mobile-version.items_per_row_2.woocommerce ul.products li.product a .slick-slide img {max-height: calc(60vw);}
  .mobile-version.items_per_row_3.woocommerce ul.products li.product a .slick-slide img {max-height: calc(37vw);}
  .mobile-version.items_per_row_1.woocommerce ul.products li.product a .slick-slide img {max-height: none;}  
}














/* mobile filter */
.sidebar-widget {
  padding: 10px 0;
  display: none;
}

@media (max-width: 767px){
  .sidebar-widget {display: block;}
}
.sidebar-widget .product-categories  {
  list-style-type: none;
  padding: 0;
  margin: 0;
 
  flex-wrap: nowrap;
 
  margin:0 -8px 0 -8px;
  padding: 0 0 0 9px;
}

.home .sidebar-widget .product-categories,
.sidebar-widget .product-categories.scrollable {
  overflow-x: auto;
  padding-bottom: 12px;
  display: flex;
}



.sidebar-widget .product-categories li.home {display: block !important;}
.sidebar-widget .product-categories li.home > a{ border: none;}
.sidebar-widget .product-categories li .cat-menu-close {display: none !important;}
.sidebar-widget .product-categories li {margin: 0; display: none; padding: 1px 2px; margin: 0;}

.sidebar-widget .product-categories li > a { display: block; padding: 10px; border: 1px solid #B30000; line-height: 1;}
.sidebar-widget .product-categories.scrollable > li {  display: inline-block;}

.sidebar-widget .product-categories .children {display: none; list-style-type: none;  padding: 0;  margin: 0;  white-space: nowrap;}
.sidebar-widget .product-categories li.opened {display: flex; overflow-x: auto; padding: 0; padding-bottom: 12px;}
.sidebar-widget .product-categories > li.opened { padding-bottom: 12px !important;}
.sidebar-widget .product-categories > li.opened li.opened { padding-bottom: 0 !important;}

.sidebar-widget .product-categories li.opened > .popup_cat_link { position: sticky; top: 0; left: 0; background: #fff; z-index: 2; border: none ;}
.sidebar-widget .product-categories li.opened > a + .children {z-index: 1;}
.sidebar-widget .product-categories li.opened.current-cat > .children  {display: flex;}
.sidebar-widget .product-categories li.opened.current-cat > .children > li {display: block;}

.sidebar-widget .product-categories li.current-cat-ancestor  li.current-cat-parent.current-cat-ancestor .children li {
  display: inline-block;
}

.sidebar-widget .product-categories li.current-cat-ancestor {
  display: block;
  padding: 0;
}

.sidebar-widget .product-categories li.current-cat-ancestor > a {
  padding-left: 20px;
  margin-bottom: 7px;
}
.sidebar-widget .product-categories li.current-cat-ancestor > .cat-menu-close{
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  transform: rotate(-90deg);
  right: auto;
  z-index: 3;
}

.sidebar-widget .product-categories .nochild li.current-cat.opened { display: flex; padding-bottom: 12px;}
.sidebar-widget .product-categories .nochild li.current-cat.opened > a {display: inline-block !important;}

.sidebar-widget .product-categories li.current-cat-ancestor  li.current-cat-parent.current-cat-ancestor  {
  display: flex;
  padding-bottom: 12px;
}
.sidebar-widget .product-categories li.current-cat-ancestor  li.current-cat-parent.current-cat-ancestor  > a { padding-left: 10px;}
.sidebar-widget .product-categories li.current-cat-ancestor  li.current-cat-parent.current-cat-ancestor  > .cat-menu-close { display: none !important;}


.sidebar-widget .product-categories li.current-cat-ancestor  li.current-cat-parent.current-cat-ancestor .children {display: flex;}
.sidebar-widget .product-categories li.current-cat > a { background: #B30000; color: #fff !important; border: 1px solid #B30000;}



/* size */
.sidebar-widget .woocommerce-widget-layered-nav-list {
  display: flex;
  overflow-x: auto;
  margin: 0 -8px;
  padding: 0 12px 0 8px;
}

.sidebar-widget .woocommerce-widget-layered-nav-list li{
  padding: 0 2px !important;
  margin: 0;
}
.sidebar-widget .woocommerce-widget-layered-nav-list li a {
  padding: 5px 10px !important;
  border: 1px solid #ddd;
  display: block;
  white-space: nowrap;
}

.sidebar-widget .woocommerce-widget-layered-nav-list li.chosen a {
  background: #B30000;
  color: #fff;
  border-color: #B30000;
}
.sidebar-widget .woocommerce-widget-layered-nav-list li.chosen a:before {
  display: none;
} 

#primary .sidebar-widget .product-categories > li.current-cat-ancestor > span.cat-menu-close, 
#primary .sidebar-widget .product-categories > li.current-cat-ancestor > a {
  display: none;
}
#bread_target {
  margin-bottom: 5px;
}
#bread_target a { position: relative; padding-left: 20px;}
#bread_target .cat-menu-close{
  transform: rotate(90deg);
  position: absolute;
  top: -2px;
  left: 0;
}

#category_select{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  border: 1px solid #ddd;
  background: #ffffff;
  display: none;
  z-index: 999;
  padding: 20px;
  z-index: 1000;
}


.popup_cat_link { 
  position: relative;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.8;
  align-self: flex-start;
}
.popup_cat_link:after {
  position: absolute;
  top: 3px;
  right: 8px;
  font-family: 'Linearicons' !important;
  content: "\e93a";
  color: #b30000;
  font-size: 12px;
} 

body.show-cat-popup:before{
  display: block;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  z-index:999;
}



#category_select .current-cat-ancestor, 
#category_select .current-cat, 
#category_select .current-cat-parent { }

#category_select .current-cat-ancestor a,
 #category_select .current-cat a, 
 #category_select  .current-cat-parent a{color: #b30000}

#primary  .product-categories > .cat-item.opened > a,
#primary  .product-categories > .cat-item.opened > ul > .cat-item.opened > a  {display: none;}
.home #primary .sidebar-widget .product-categories li {display: inline-block;}

#category_select ul { list-style-type: none; padding: 0; margin: 0; text-transform: uppercase;}
#category_select ul li a { display: block; width: 100%; position: relative; padding-right: 30px;}
#category_select ul li a:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b30000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
#category_select ul li a:focus:after,
#category_select ul li a:active:after,
#category_select ul li.current-cat a:after {
  background: #b30000;
  box-shadow:inset 0 0 0 5px #fff;
}
#category_select ul li a:active:after{
  /* animation: 4s linear 0s infinite alternate activeRadio; */
  animation: 0.4s ease infinite  both  activeRadio;
}

#category_select button { display: block; text-align: center; border: 1px solid #b30000; color: #b30000; text-transform: uppercase; font-weight: 600; background: #fff; width: 100%; margin-top: 20px; padding: 5px 10px;}
#category_select button:hover { background: #b30000;  color: #fff;}


.topbar .topbar-sidebar.topbar-left {
  padding:0  17px !important;
}
.toogle-menu-footer {
  /* border: 1px solid #ddd;
  padding: 4px 6px; */
  padding: 0;
  font-size: 37px;
  background: none;
  color: #b30000;
  line-height: 1;
  height: auto;
}

.footer-extra-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0;
  height: 100vh;
  overflow-y: auto;
  background: #f5f5f5;
  z-index: 99999;
  font-family: Roboto Condensed, Arial, sans-serif;;
  color: #b30000;
  font-size: 14px;
  min-width: 450px;
  transition: transform 0.5s ease;
  transform: translate(-100%, 0);
}
#topbar .footer-extra-nav ul.menu > li {
  border-top-color: #fff;
  position: relative;
}
#topbar .footer-extra-nav ul.menu .sub-menu { padding-left: 15px; padding-bottom: 10px;}
#topbar .footer-extra-nav ul.menu li {
  position: relative;
}
#topbar .footer-extra-nav ul.menu > li.active {
   background: #f6f6f6 !important;
}
#topbar .footer-extra-nav ul.menu > li a {padding: 14px 15px 13px; } 
#topbar .footer-extra-nav ul.menu > li.menu-item-has-children a { margin-right: 40px; } 
#topbar .footer-extra-nav ul.menu > li .toggle-menu-children { position: absolute; top: 0; right: 0; padding: 10px; z-index: 2; cursor: pointer;}
#topbar .footer-extra-nav ul.menu  li.active > a .toggle-menu-children > i:before {
  content: "\e937";
}

.footer-extra-nav::-webkit-scrollbar {
  width: 2px;
}
 
.footer-extra-nav::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}
 
.footer-extra-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  /* outline: 1px solid slategrey; */
}
.admin-bar .footer-extra-nav { top: 32px;}


.footer-extra-nav.active {
  transform: translate(0, 0);
}
.footer-extra-nav .toogle-menu-footer {
  color: #fff;
  font-size: 25px;
  padding: 10px !important;
}
.footer-extra-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-extra-nav ul li{
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.footer-extra-nav ul li:first-child{
  border: none;
}

.footer-extra-nav .menu .sub-menu{
  display: none;
}


#topbar .footer-extra-nav ul li a{ 
  display: block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  text-transform: none;
  color: #000 !important;
  font-weight: 400;
}

#topbar .footer-extra-nav ul li.active > a,
#topbar .footer-extra-nav ul li a:hover {
  /* background: #B30000; */
  color: #B30000 !important;
}
#topbar .footer-extra-nav ul li.current-product_cat-ancestor > ul.sub-menu { display: block;}
.footer-extra-nav .extra-nav-head {  text-align: right; padding: 0 17px;}
.footer-extra-nav .btn { border: none; padding: 0;}


@keyframes activeRadio { 
  0 { transform: scale(1); } 
  50% { transform: scale(0.85); }  
  100% { transform: scale(1); }  
}


.single-product .sidebar-widget .product-categories{display: none !important;}
.single-product .current-cat-parent.mf-current-cat-parent.opened > a { display: none !important;}
.single-product .popup_cat_link { display: none !important;}

.single-product .sidebar-widget { padding-top: 0;}
.single-product .current-cat-parent.current-cat-ancestor { display: flex !important; padding: 0;}
.single-product .current-cat-parent.current-cat-ancestor > a { padding: 5px 10px; margin: 0;}

.site-header .extras-menu .menu-item-cart:hover > .mini-cart-content {margin-top: -14px;}

.mobile-version span.mini-item-counter {
    font-size: 9px;
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    color: #b30000;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
}
.shop_table.cart  { margin: 0;}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table { background: none; border: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td { padding:0;}
.cart_totals .shop_table .cart-subtotal { display: none;}
.cart_totals  .shop_table .woocommerce-shipping-totals.shipping { display: none;}

.cart-collaterals { margin-top: -100px;}
@media (min-width:1024px){ 
  .cart-collaterals { float: right; margin-top: -100px;}
  .cart-collaterals{  margin-top: -155px;}
  .cart-collaterals .cart_totals{ display:flex; align-items:center; }
}

.woocommerce-cart #primary { width: 100%;}

.products .product-inner { display: flex; flex-direction: column;}
.products .product-inner .mf-product-details {margin-top: auto;} 

.related.products .products .slick-track, .related.products .products .product {height: 100%;}

.mf-quick-view-modal .modal-content {
  max-width: none;
  width: auto;
  min-width: 250px
}
.mf-quick-view-modal div.availability-modal-content {
  overflow-y: auto;    
  overflow-x: hidden;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px !important;
}
.mf-quick-view-modal .mf-loading {
  margin-left: -20px;
  margin-top: -20px;
}

.bannerslider .slick-arrow {
  background: none !important;
}
.bannerslider .slick-arrow span {
  font-size: 25px;
}
.bannerslider .slick-arrow.slick-prev{
	left: 0;
  z-index: 1;
}
.bannerslider .slick-arrow.slick-next{
	right: 0;
}

.bannerslider:not(.slick-initialized) .item + .item {
	display: none;
}



.form-popup {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 950px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}
.form-popup .wpcf7-response-output {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
}

.form-popup .popup-holder {
  padding: 50px;
  background-color: #fff;
  max-height: 90vh;
  overflow-y: auto; 
  position: relative;
}
.form-popup .popup-holder .toggle-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  padding: 10px;
  border: none !important;
  color: #B30000 !important;
}


.form-popup .popup-holder h3{
  margin-top: 0;
  text-align: center;
}
.form-popup:before  {
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-popup.active {
  opacity: 1;
  display: block;
}
.woocommerce  .summary .toggle-popup {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid currentColor;
  color: #0092cb;
}
.woocommerce  .summary .toggle-popup i { margin-right: 5px;   }
