:root {
/*  --header_background: #FFF;*/

/*  --footer_background: #FFF;*/
/*  --footer_text: #616161;*/
/*  --footer_icon: #65B32E;*/
/*  --footer_title: #000;*/
/*  --footer_link: #616161;
  --footer_link_hover: #000;*/

/*  --body_background: #F2F2F2;*/
/*  --navigation_background: #65B32E;*/
/*  --navigation_text: #FFF;*/
/*  --navigation_catalog_background: #529137;*/

  --link_color: #000;

/*  --btn_background: #65B32E;*/
/*  --btn_buy_background: #000;
  --btn_buy_background_hover: #529137;*/

/*  --product_icon:#65B32E;*/

  --toast_background: #65B32E;
  --toast_color: #FFFFFF;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 100%
  }
}

@media (min-width: 768px) {
    .container {
      max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
      max-width: 98%
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 1400px) {
    .container {
        width:1280px
    }
}

@media (min-width: 1600px) {
    .container {
        width:1440px
    }
}


@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width:20%
  }
}

@media (min-width: 1200px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width:20%
  }
}

.pagination {
    padding: 30px 0 10px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination+.fm-category-description {
    padding-top: 0
}

.pagination li:not(:last-child) {
    margin: 0 15px 15px 0
}

.pagination li a, .pagination li span {
    display: block;
    font-weight: 600;
    line-height: 15px;
    padding: 11px 15px;
    color: var(--button_text);
    background-color: var(--button_background);
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
     border-radius: 4px;
}

.pagination li.active span, .pagination li:hover a {
    color: var(--button_text_hover);
    background-color: var(--button_background_hover);
    border-radius: 4px;
}

label {
  font-weight: 600;
  font-size: 13px;
}

.btn-link {
  color:#999;
}

.btn-buy {
    color: var(--product_buy_button_text);
    background-color: var(--product_buy_button_background);
    border-color: var(--product_buy_button_background);
    font-weight: 600;
}

.btn-buy:hover {
    color: #fff;
    background-color: var(--product_buy_button_background_hover);
    border-color: var(--product_buy_button_background_hover);
}

.btn-primary {
    color: var(--button_text);
    background-color: var(--button_background);
    border-color: var(--button_background);
    font-weight: 600;
}

.btn-primary:hover {
    color: var(--button_text_hover);
    background-color: var(--button_background_hover);
    border-color: var(--button_background_hover);
}

.btn-fast-order {
  border-color:var(--product_fastorder_button_border);
  color:var(--product_fastorder_button_text);
  font-weight: 600;
  border-width: 2px;
}

.btn-fast-order:hover {
  border-color:var(--product_fastorder_button_border_hover);
  background-color:none;
  color:var(--product_fastorder_button_text_hover);
}

.offcanvas-header-menu.offcanvas-bottom {
  height: 100% !important;
  padding-bottom: 60px;
}

.offcanvas-header-menu .offcanvas-header {
  background: var(--navigation_background);
  color:var(--navigation_text)
}

.offcanvas-header-menu .offcanvas-header.offcanvas-header-language {
  background: var(--header_background);
  color:var(--header_text)
}

.offcanvas-header-menu .offcanvas-header svg path {
  fill:var(--header_text);
}

.offcanvas-header-menu ul {
  border-left:0 !important;
  border-right:0 !important;
}

.offcanvas-header-menu ul li {
  font-size:13px;
  font-weight: 600;
  padding:15px;
}

.offcanvas-header-menu ul li a {
  color: #000 !important;
}

.offcanvas-header-menu ul li .next-level {
  position:absolute;
  top:3px;
  right:15px;
}

.offcanvas-header-menu ul li .next-level svg {
  margin-top:-3px;
  stroke:#000;
  transform: rotate(-90deg);
}

.offcanvas-header-menu .language a {
  color:var(--header_text_hover);
  font-weight: 400;
  font-size: 12px;
  margin-left:10px;
}

.offcanvas-header-menu .language .active {
  color:var(--header_text);
  font-weight: 600;
}

a {
  text-decoration: none;
  color:var(--link_color);
}


textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:none;
    box-shadow: none !important;
}

button:active {
  outline: none;
  border: none;
}

body {
  background-color: var(--body_background);
  font-weight: 400;
  font-size: calc(12px + (14 - 12) * ((100vw - 400px) / 1240));
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: var(--header_background);
}

header #header-top {
  padding: 20px 0;
}

header #header-top svg path {
  fill:var(--header_text);
}

header #header-top a {
  color:var(--header_text);
}

header #header-top a:hover {
  color:var(--header_text_hover);
}

header #header-top .header-top-menu li {
  margin-left:30px;
  font-weight: 500;
}

header #header-top .header-top-menu li:first-child {
  margin-left:0px;
}

header #header-top .main-phone {
  font-size: 20px;
  font-weight: 500;
}

header #header-top .language a {
  color:var(--header_text_hover);
  font-weight: 400;
  font-size: 12px;
  margin-left:10px;
}

header #header-top .language .active {
  color:var(--header_text);
  font-weight: 600;
}

.navigation .cart-block-back {
  background: var(--navigation_cart_background);
  height:50px;
  padding:12px;
}

.wishlist-qty-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-qty {
  position: absolute; 
  margin-left:15px; 
  margin-top:-3px; 
  background: red; 
  width:15px;
  height:15px; 
  border-radius: 50%;
  color:#FFF;
  font-size:10px;
  font-weight: 600;
  z-index: 2;
}

.cart-block .cart-qty {
  position: relative;
  float:left;
}

.cart-block .qty {
  position: absolute; 
  margin-left:15px;
  margin-top:-3px; 
  background: red; 
  width:15px;
  height:15px; 
  border-radius: 50%;
  color:#FFF;
  font-size:10px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}

header svg.mobile-cart path {
  fill:#000 !important;
}

.navigation {
  background-color: var(--navigation_background);
  color:var(--navigation_text) !important;
}
.navigation a {
  color:var(--navigation_text) !important;
    font-weight: 600;
}

.navigation .navigation-catalog {
  background-color: var(--navigation_catalog_background);
  height:50px;
  position: relative;
  cursor: pointer;
    font-weight: 600;
}

.navigation .navigation-catalog svg {
  margin: 14px 15px 14px 15px;
}


.navigation .navigation-catalog svg path {
  stroke:var(--navigation_text);
  fill:none;
}

.navigation svg path {
  fill:var(--navigation_text);
}

.navigation .btn-success {
  background-color: var(--navigation_button_background);
  border-color: var(--navigation_button_background);
}

.navigation .search-block {
  position: relative;
  width:100%;
  background: #FFF;
  border-radius: 5px;
  background-color: var(--navigation_search_background);
  height:40px;
}

.navigation .search-block svg path{
  fill:var(--navigation_search_icon);
}

.navigation .search-block input {
    margin-top:3px;
    font-size:12px;
    background-color: var(--navigation_search_background);
}

.navigation .search-block input, .navigation .search-block .btn {
  border:none;
  height:30px;
}

.navigation .search-block .btn {
  padding: 2px 0;
  font-size: none;
  padding-right:15px;
}

footer {
  margin-top: 30px;
  padding-bottom: 10px;
  background-color: var(--footer_background);
  font-size:13px;
}

footer h6 {
  color: var(--footer_title);
}

footer ul li {
  margin-top:6px;
}

footer a {
  color: var(--footer_link);
}

footer a:hover {
  color: var(--footer_link_hover);
  text-decoration: underline;
}

footer .footer-arguments {
  border-top: 1px solid var(--footer_border);
  border-bottom: 1px solid var(--footer_border);
}

footer .footer-arguments .argument-icon {
  margin-right:10px;
}

footer .footer-arguments .argument-icon svg path, footer .footer-arguments .argument-icon svg polygon, footer .footer-arguments .argument-icon svg stroke {
  fill:var(--footer_icon);
  stroke:var(--footer_icon);
}

footer .footer-arguments .argument-icon svg path[stroke] {
  fill:none !important;
}

footer .footer-arguments .argument-title {
  margin-right:10px;
}

footer .footer-arguments p {
  color:var(--footer_text);
}

#addCartToast {
  background-color: var(--toast_background);
  color: var(--toast_color);
  font-weight: 600;
}

/* breadcrumb */
.breadcrumb {
  margin: 10px 0;
  font-size:12px;
}

.breadcrumb > li:first-child {
  padding: 0 20px 0 0;
}

.breadcrumb > li {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb > li:last-child {
  font-weight: 500;
}

.breadcrumb > li:last-child:after {
  display: none;
}

.category-navigation, .category-navigation a {
  border-radius: 0;
  font-weight: 500;
  background-color: var(--navigation_catalog_dropdown_background) !important;
  padding-right: 0;
  color:var(--navigation_catalog_dropdown_text) !important;
}

.category-navigation, .category-navigation a:hover {
  background-color: var(--navigation_catalog_dropdown_background_hover);
  color:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation-block {
  background: var(--navigation_catalog_dropdown_background) !important;
  border: 1px solid var(--navigation_catalog_dropdown_border);
  border-left:none; 
}

.category-navigation-block a {
  color:var(--navigation_catalog_dropdown_text) !important;
}

.category-navigation-block a:hover {
  color:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation a:hover svg path {
  fill:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation a:hover .arrow path {
  stroke:var(--navigation_catalog_dropdown_text_hover) !important;
  fill:none !important;
}

.category-navigation svg {
  margin-right:15px;
}

.category-navigation svg path {
  fill: var(--navigation_catalog_dropdown_text);
}

.category-navigation .arrow {
  float:right;
  margin-top:5px;
  transform: rotate(-90deg);
}

.category-navigation .arrow path {
  stroke:var(--navigation_catalog_dropdown_text);
  fill:none;
}

.category-navigation .list-group-item {
  border-color: var(--navigation_catalog_dropdown_border) !important;
}

.category-thumb {
  text-align: center;
  background-color: #FFF;
}

.category-thumb .category-name {
  font-weight: 600;
  margin:15px 0;
  padding-bottom: 15px;
  font-size: 13px
}

.product-thumb {
  background-color: #FFF;
  position: relative;
  margin-bottom: 30px;
}

.product-thumb .product-info {
  padding:10px;
}

.product-thumb .product-code {
  color:#999;
  font-size:12px;
  margin: 5px 0;
}

.product-thumb .product-name {
  font-weight: 500;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}

.product-thumb .product-oldprice {
  color:#999;
  font-size: 12px;
}

.product-thumb .product-price {
  font-weight: 600;
}

.product-thumb .product-status {
  font-size:12px;
}

.product-thumb .product-details {
  display: none;
  position: absolute;
  width:100%;
  padding:10px;
  z-index: 2;
}

.product-thumb:hover {
  box-shadow: 0 0 1.5rem 0 rgba(50,50,50,0.15);
}

.product-thumb:hover .product-details {
  display: block;
  background-color: #FFF;
}

.article-thumb {
   background-color: #FFF;
}

.article-thumb .article-date {
  color:#999;
  margin:15px 0 5px;
  padding: 0 15px 0;
  font-size: 10px
}

.article-thumb .article-name {
  font-weight: 600;
  padding: 0 15px 15px;
  font-size: 13px
}

.seo-copyright {
  background-color: #FFF;
  padding: 20px 30px;
  font-size: 13px
}

.seo-copyright h1 {
  font-size: 1.25rem;
}


/* Product page */

#product-product h1 {
  font-size: 24px;
}

#product-product label {
  font-weight: 600;
}

#product-product .product-model {
  color:#666;
}

#product-product .product-price {
  font-size:24px;
  font-weight: 600;
}

#product-product .product-status {
  font-size:12px;
}

#product-product .order-info {
  padding:10px 15px;
}
#product-product .order-info .order-info-item {
  font-size: 13px;
}

#product-product .order-info, #product-product .order-info hr {
  border: 1px solid #e9e9e9;
}


#product-product .order-info svg path {
  fill: var(--product_icon);
}

#product-product .thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails li:first-child {
  border: 1px solid #f1f1f1;
  margin:10px 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #f1f1f1;
}
.image-additional {
/*  max-width: 78px;*/
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* Page cover */
div[id^='product-'], div[id^='checkout-'], div[id^='account-'], div[id^='information-'], div[id^='common-'] {
  background-color: #FFF;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

