:root {
  --toast_background: #65B32E;
  --toast_color: #FFFFFF;

/*  --background: #eee;
  --cover_background:#FFF;
  
  --primary_color:#56aea9;*/

  --discount_color: #f44c4c;
  --muted_color: #838383;

  --border_radius: 10px;

  --dur-1: .15s;
  --trs-1: var(--dur-1) ease-in-out;

  --typography-body1: 14px;
  --typography-body2: 12px;
  --typography-h1: 28px;
  --typography-h2: 24px;
  --typography-h3: 20px;
  --typography-h4: 18px;
  --typography-h5: 16px;
  --typography-h6: 14px;

  --theme-color-shadow: rgba(0, 0, 0, .075);
  --shadow: 0 0 4px 4px var(--theme-color-shadow);

/*  --button_primary_background: #56aea9;
  --button_primary_color: #FFF;

  --footer_background: #353535;
  --footer_color: #FFF;
  --footer_text_color: #aeaeae;*/
}

@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%
    }
    .catalog-button, .account-button {
      padding: 5px;
    }
}

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

    .catalog-button, .account-button {
      padding: 5px;
    }
}

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

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


@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: var(--product_buy_button_text_hover);
    background-color: var(--product_buy_button_background_hover);
    border-color: var(--product_buy_button_background_hover);
}

.btn-buy svg path {
    fill: var(--product_buy_button_text);
}

.btn-buy:hover svg path {
    fill: var(--product_buy_button_text_hover);
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
    color: var(--button_text) !important;
    background-color: var(--button_background) !important;
    border-color: var(--button_background) !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

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

.btn-primary svg path {
    fill: var(--button_text);
}

.btn-primary:hover svg path {
    fill: var(--button_text_hover);
}

.btn-primary.disabled, .btn-primary:disabled {
  opacity: .7 !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus  {
    color: var(--secondary_button_text);
    background-color: var(--secondary_button_background);
    border-color: var(--secondary_button_background);
    font-weight: 600;
    box-shadow: none !important;
}

.btn-secondary:hover {
    color: var(--secondary_button_text_hover);
    background-color: var(--secondary_button_background_hover);
    border-color: var(--secondary_button_background_hover);
}

.btn-secondary svg path {
    fill: var(--secondary_button_text);
}

.btn-secondary:hover svg path {
    fill: var(--secondary_button_text_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_text);
}

a:hover {
  color:var(--link_text_hover);
}

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 {
  font-family: "Roboto", sans-serif;
  font-size:var(--typography-body1);
  background: var(--body_background);
}

ul, ol {
  margin: 0;
}

h2, .h2 {
  font-weight:700;
  font-size: var(--typography-h2);
}

h5, .h5 {
  font-weight:700;
  font-size: var(--typography-h5);
}

header, .static-header {
  background: var(--header_background);
}

header .btn svg path, .static-header svg path {
  fill:#FFF;
}

.btn {
  border-radius: var(--border_radius);
}

.header__navigation {
  background: var(--navigation_background);
}

.header__navigation a[href^=tel] {
  font-weight: 500;
}

.header__navigation a[href^=tel] svg {
  height:14px;
}
.header__navigation a[href^=tel] svg path {
  fill: var(--navigation_text);
}

.header__navigation a {
  color: var(--navigation_text);
  font-weight: 500;
}

.header__navigation a:hover {
  color: var(--navigation_text_hover);
}

.header__navigation li {
  margin-left:15px;
}

.header__navigation li:first-child {
  margin-left:0;
}

.header__search input, .header__search input:focus {
  background: var(--navigation_search_background);
  border:0 !important;
  font-size:13px;
}

.header__search .btn {
  padding:6px 10px;
}

.header-middle .search-block {
  position: relative;
  width:100%;
  background: var(--navigation_search_background);
  border-radius: var(--border_radius) !important;
  overflow: hidden;
}

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

.header-middle .btn-cart {
  position: relative;
}

.header-middle .btn-cart .qty {
  position: absolute;
  right: 10px;
  margin-right: 10px;
  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-middle .language a {
  color:var(--header_text_hover);
  font-weight: 400;
  font-size: 12px;
  margin-left:10px;
}

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

.header-middle .btn-mobile-search svg path {
  fill:var(--header_text);
}

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

footer h6 {
  color: var(--footer_title);
  font-size:16px;
}

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, footer .schedule, footer .footer-copyright, footer .footer-developer, footer .footer-developer a {
  color:var(--footer_text);
  font-size: 12px;
}

@media (max-width:960px) {
  footer .schedule {
    margin-top:30px;
  }

}

footer .contact-list a:hover, footer .footer-developer a {
  text-decoration: none;
}

footer .contact-list svg {
  height:14px;
}

footer p.contact-list {
  margin-top: 10px;
}

footer .contact-list a[href^=mailto] svg {
  height:12px;
}

footer .contact-list svg path {
  fill:var(--footer_link);
}

footer .contact-list a:hover svg path {
  fill:var(--footer_link_hover);
}

footer .payment-img {
  float:left;
  margin-right:5px;
}

footer .payment-img:last-child {
  margin-right:0px;
}

footer .payment-img img {
  height:40px;
}

#mobile-menu-container{
  height: 0px;
  z-index: 9999;
  position: relative;
}

#mobile-menu-container .cd-dropdown {
  background-color: #FFF;
}

#mobile-menu-container .cd-dropdown a {
  color: #000;
}

#mobile-menu-container .cd-dropdown h2 {
  background-color: #FFF;
  border-color: #f1f1f1;
  color:#000;
}

#mobile-menu-container .cd-dropdown-trigger {
  display: none;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after, .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  background: #000 !important;
}

.swiper-button-prev, .swiper-button-next {
  border-radius: var(--border_radius) !important;
}

#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 {
  border-radius: var(--border_radius);
  background: var(--cover_background);
  color:var(--link_text);
}

.category__thumb:hover {
  color:var(--primary_color);
  box-shadow: var(--shadow);
  transition: color var(--trs-1),box-shadow var(--trs-1);
}

.category__thumb img {
  border-radius: var(--border_radius);
}

@media (max-width:960px) {
  .product__thumb {
    margin-bottom: 5px !important;
  }
  .product__thumb.p-3 {
    padding:5px !important;
  }

  .product__thumb .price {
    font-size:18px !important;
  }

  .product__thumb .btn {
    width: 40px !important;
    padding: 5px 5px !important;
  }
}

.product__thumb {
  border-radius: var(--border_radius);
  background: var(--cover_background);
  color:var(--default_color);
  margin-bottom: 20px;
}

.product__thumb:hover {
  box-shadow: var(--shadow);
  transition: color var(--trs-1),box-shadow var(--trs-1);
}

.product__thumb img {
  border-radius: var(--border_radius);
}

.product__thumb .name {
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product__thumb .name:hover a, .product__thumb .name:hover {
  color:var(--link_text);
}

.product__thumb .rating {
  font-size: var(--typography-body2);
  margin-bottom:8px;
}

.product__thumb .rating svg path {
  fill: #d1d1d1;
}

.product__thumb .rating svg.active path {
  fill: #ffc107;
}

.product__thumb .price {
  line-height: 1;
  font-weight: 700;
  font-size:20px;
}

.product__thumb .price:has(.special), #product-product .product-price.is-special {
  color:var(--discount_color) !important;
}

#product-product .special {
  font-size:14px !important;
}

.product__thumb .price .special, #product-product .special {
  font-weight: 500;
  font-size: .6em;
  color:var(--muted_color);
  text-decoration: line-through;
}

.product__thumb .special .badge, #product-product .special .badge {
  margin-left: 5px;
  text-decoration: none;
  background:var(--discount_color);
  border-radius: 0.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 1em;
  min-width: 1em;
  font-weight: 700;
  padding: 0.7em 0.4em;
  font-size: .75em;
  line-height: 1;
}

.product__thumb .status {
  margin-top:8px;
  font-weight: 500;
  font-size: var(--typography-body1);
}

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

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

.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;
  border-radius: var(--border_radius);
}

.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;
  color:#198754 !important;
}

#product-product .product-status.product-outstock-none {
  color:#dc3545;
}

#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;
}

#checkout-cart .form-control {
  border:0 !important;
}

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

/*.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;
}*/

