/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}

a {
    color: #37A619;
    text-decoration: none;
}

a:hover {
    color: #e76668;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        /*"Raleway"*/
        "Arial"
        , sans-serif;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.body-powerlub {
    margin-top: 5%;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #37A619;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #e65d5f;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
----------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    /*padding: 0rem 0;*/
    width: 100%;
}

#header.header-scrolled {
    padding: 0.1% 0;
    background-color: #37A619;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.logo {
    /*font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;*/
    height: 3rem;
    width: 100%;
}

#header .logo a {
    color: #111111;
}

#header .logo a span {
    color: #37A619;
}

.input-search-h {
    width: 35rem;
    height: 2.5rem;
}

.btn-varios {
    color: #37A619;
}

.btn-varios:hover {
    color: #000;
}

.category-header {
    background-color: #37A619;
    padding: 0.2rem 0;
}

.category-select {
    background-color: #268f08;
    margin-top: 0.4rem;
    margin-left: 6.5rem;
    width: 65%;
}

.info-section {
    width: 100%;
}

.info-style {
    background-color: #37A619;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.info-img {
    width: 100%;
    height: auto;
}

.bprod-sec {
    margin-top: -10%;
}

.envio-style {
    width: "100%";
    background-color: #37A619;
    padding: 1.2rem 5rem;
}

.envio-style-text:hover {
    color: "#000";
}

.img-enviar-c {
    width: 3rem;
}

.btn-enviar-c {
    background-color: #000;
}

.btn-enviar-c:hover {
    background-color: #268f08;
}

.input-enviar-c {
    height: 2.34rem;
}

.envio-footer {
    background-color: #37A619;
    width: 80%;
    margin-left: 45%;
}

.img-enviar-footer {
    width: 100%;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    margin-left: 30px;
    background: #37A619;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn:hover {
    background: #111111;
    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
/*.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #37A619;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #37A619;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
*/
/**
* Submenu navigation
*/


.navbarSub {
    padding: 0;
}

.navbarSub ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbarSub li {
    position: relative;
}

.navbarSub a,
.navbarSub a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    white-space: nowrap;
    transition: 0.3s;
}

.navbarSub a i,
.navbarSub a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbarSub a:hover,
.navbarSub .active,
.navbarSub .active:focus,
.navbarSub li:hover>a {
    color: #37A619;
}

.navbarSub .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbarSub .dropdown ul li {
    min-width: 350px;
}

.navbarSub .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
}

.navbarSub .dropdown ul a i {
    font-size: 12px;
}

.navbarSub .dropdown ul a:hover,
.navbarSub .dropdown ul .active:hover,
.navbarSub .dropdown ul li:hover>a {
    color: #37A619;
}

.navbarSub .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbarSub .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbarSub .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #37A619;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #37A619;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# search Section
--------------------------------------------------------------*/
#search {
    width: 100%;
    height: 100%;
    background: #ffff;
}

#search:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#search h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#search h2 {
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 14px;
}

#search .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #37A619;
    border: 2px solid #37A619;
}

#search .btn-get-started:hover {
    background: transparent;
    border-color: #fff;
}

@media (max-width: 768px) {
    #search {
        text-align: center;
        padding-top: 58px;
    }

    #search h1 {
        font-size: 28px;
    }

    #search h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/*@media (max-height: 500px) {
  #search {
    height: 120vh;
  }
}*/

@media (max-width: 768px) {
    #phoneSearch {
        visibility: hidden;
        margin: 0;
        padding: 0;
        height: 0px;
    }

    #searchCategoryHi {
        margin-top: 8%;
    }
}

@media (max-width: 499px) {
    #searchCategoryHi {
        margin-top: 10%;
    }
}

/*--------------------------------------------------------------
# submenu Section
--------------------------------------------------------------*/
#submenu {
    width: 100%;
    height: 200px;
    padding: 0px;
    position: relative;
    background: #ffffff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 0px 0;
    overflow: hidden;
    position: relative;
}

.section-title {
    text-align: left;
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #37A619;
    bottom: 0;
    left: calc(0%);
}

.section-title p {
    margin-bottom: 0;
}

.section-bg {
    padding: 120px 0;
    color: #fff;
}

.section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

@media (max-width: 1199px) {
    #catProdNav {
        visibility: hidden;
        margin: 0;
        padding: 0;
        height: 0px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #2b2b2b;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #aaaaaa;
}

.breadcrumbs ol a:hover {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #37A619;
    content: "/";
}

/*--------------------------------------------------------------
# marcas
--------------------------------------------------------------*/
.marcas .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.marcas .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #37A619;
}

.marcas .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #37A619;
}

.marcas .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
    max-width: 300%;
    height: auto
}

.marcas .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
    position: relative;
    z-index: 10;
}

.about .content {
    padding: 30px 30px 30px 0;
}

.about .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.about .content p {
    margin-bottom: 30px;
}

.about .content .about-btn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #37A619;
}

.about .content .about-btn i {
    font-size: 16px;
    padding-left: 5px;
}

.about .content .about-btn:hover {
    background: #e35052;
    background: #37A619;
}

.about .icon-boxes .icon-box {
    margin-top: 30px;
}

.about .icon-boxes .icon-box i {
    font-size: 40px;
    color: #37A619;
    margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}



/*--------------------------------------------------------------
# Envios
--------------------------------------------------------------*/


.envios .container {
    position: relative;
    z-index: 10;
}

.envios .content {
    width: 100%;
    height: 500px;
}

.envios .content .enviocont {
    background: #000000;
    opacity: 0.7;
    width: 40%;
    margin: 0% 0% 0% 60%;
    height: 100%;
    padding-top: 7%;
    padding-right: 1%;
    padding-left: 2%;
}

.envios .content .enviocont h2 {
    font-size: 60px;
    /*color: #e22819;*/
    color: rgb(255, 40, 25);
    font-weight: 900;
    opacity: 1;
    /*margin: 0% 0% 0% 62%;*/
    /*padding-top: 5%;*/
    z-index: 10000;
}

.envios .content .enviocont h4 {
    color: rgb(255, 255, 255);
    font-size: 45px;
    opacity: 1;
    margin: 0% 0% 3% 0%;
}

.envios .content .enviocont p {
    /*margin: 0% 0% 0% 0%;*/
    color: rgb(255, 255, 255);
    font-size: 27px;
    width: 80%;
    opacity: 1;
}

.envios .filtro {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 10;
    width: 98%;
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

@media (max-width: 1300px) {
    .envios .content .enviocont h2 {
        font-size: 50px;
    }

    .envios .content .enviocont h4 {
        font-size: 35px;
    }

    .envios .content .enviocont p {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .envios .content .enviocont h2 {
        font-size: 30px;
    }

    .envios .content .enviocont h4 {
        font-size: 25px;
    }

    .envios .content .enviocont p {
        font-size: 15px;
    }
}

/*
.envios .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #37A619;
}


.envios .icon-boxes .icon-box {
  margin-top: 30px;
}

.envios .icon-boxes .icon-box i {
  font-size: 40px;
  color: #37A619;
  margin-bottom: 10px;
}

.envios .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.envios .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}*/

@media (max-width: 1200px) {
    .envios .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .envios {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-top: 80px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.counts .count-box i {
    position: absolute;
    width: 54px;
    height: 54px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #fff;
    color: #37A619;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: #111111;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 15px;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.tabs .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.tabs .nav-link:hover {
    color: #37A619;
}

.tabs .nav-link.active {
    background: #37A619;
    color: #fff;
    border-color: #37A619;
}

@media (max-width: 768px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .tabs .nav-link {
        padding: 15px;
    }

    .tabs .nav-link i {
        font-size: 24px;
    }
}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

.tabs .tab-pane ul li {
    padding-bottom: 10px;
}

.tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #37A619;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #252525;
    transition: 0.3s;
}

.services .icon-box:hover {
    background: #2b2b2b;
}

.services .icon-box i {
    float: left;
    color: #37A619;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #fff;
    transition: 0.3s;
}

.services .icon-box h4 a:hover {
    text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
    color: #37A619;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #37A619;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(17, 17, 17, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #37A619;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #37A619;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fceaea;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 30px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #37A619;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #37A619;
}



/*--------------------------------------------------------------
# Submenu
--------------------------------------------------------------*/
.submenu {
    background: #ffffff;
    height: 100px;
    color: white;
}



/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider {
    padding: 0;
    background: 300px;
    color: white;
    margin-top: 4.3rem;
}

.btn-pl {
    color: #fff;
    background-color: #37A619;
}

.btn-pl:hover {
    color: #fff;
    background-color: #000;
}

.carousel-caption {
    background-color: inherit;
    background-image: none;

}

/*--------------------------------------------------------------
# Lineas
--------------------------------------------------------------*/

.lineas .box {
    padding: 20px;
    height: 250px;
    background: #2b2b2b;
    text-align: left;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: white;
}

.lineas .box h3 {
    display: block;
    position: Relative;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 0;
    font-weight: 700;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lineas .box .caption {
    display: block;
    position: Relative;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 0;
    font-weight: 700;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lineas .box h4 {
    font-size: 42px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.lineas .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.lineas .box h4 span {
    font-size: 16px;
    font-weight: 300;
}

.lineas .box ul {
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.lineas .box ul li {
    padding-bottom: 16px;
}

.lineas .box ul i {
    color: #37A619;
    font-size: 18px;
    padding-right: 4px;
}

.lineas .box ul .na {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

.lineas .box .btn-wrap {
    padding: 5px;
    text-align: left;
}

.lineas .box .btn-buy {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    background-color: rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
}

.lineas .box .btn-buy:hover {
    color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}


.lineas .box-linea {
    padding: 20px;
    background: #ffffff;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    color: white;
}

.lineas .featured {
    background: #37A619;
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: #37A619;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
    cursor: pointer;
}

.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #37A619;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #111111;
    margin: 0 3px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: #37A619;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #111111;
}

.team .member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #111111;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
}

.contact .info-box i {
    font-size: 32px;
    color: #37A619;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #111111;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #37A619;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #e35052;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #000;
    font-size: 14px;
    background: #d4d7db;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #d4d7db;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #37A619;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #37A619;
    bottom: 0;
    left: 0;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #aaaaaa;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #37A619;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #e35052;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #37A619;
    color: #fff;
    text-decoration: none;
}

#footer .logo img {
    max-width: 200px;
}


.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    z-index: 100;
}

.whatsapp a::after {
    color: #FFF;
}

.whatsapp a:active {
    color: #FFF;
}

.whatsapp-icon {
    margin-top: 13px;
}



/*
  Left Menu Grupos
*/

.check-grupo:checked {
    background-color: #37A619;
    border-color: #000;
}

#left-menu-grupo {
    color: #111111;
    font-size: 14px;
    background: #fff;
}

#left-menu-grupo .left-menu-grupo-top {
    background: transparent;
    -webkit-box-shadow: -3px 0px 2px -1px rgba(179, 179, 179, 1);
    -moz-box-shadow: -3px 0px 2px -1px rgba(179, 179, 179, 1);
    box-shadow: -3px 0px 2px -1px rgba(179, 179, 179, 1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

#left-menu-grupo .left-menu-grupo-top h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#left-menu-grupo .left-menu-grupo-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #37A619;
    bottom: 0;
    left: 0;
}

/*#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links {
    margin-bottom: 30px;
}*/

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul i {
    padding-right: 2px;
    color: red;
    font-size: 18px;
    line-height: 1;
}

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul li:first-child {
    padding-top: 0;
}

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul a {
    color: #111111;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#left-menu-grupo .left-menu-grupo-top .left-menu-grupo-links ul a:hover {
    text-decoration: none;
    color: rgb(255, 0, 0);
}



.hero:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.hero2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(184, 184, 184, 0.4);
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}




@media (max-width: 991.98px) {
    .sidebar--offcanvas--mobile {
        visibility: hidden;
        transition: visibility 0s .25s
    }

    .sidebar--offcanvas--mobile .sidebar__backdrop {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: rgba(51, 51, 51, .8);
        opacity: 0;
        will-change: opacity;
        transition: opacity .25s cubic-bezier(.25, .46, .45, .94)
    }

    .sidebar--offcanvas--mobile .sidebar__body {
        position: fixed;
        top: 0px;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        width: 300px;
        transition: transform .25s cubic-bezier(.25, .46, .45, .94);
        will-change: transform;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        transform: translateX(-100%)
    }

    .sidebar--offcanvas--mobile .sidebar__content {
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: auto;
        overflow-x: hidden
    }

    .sidebar--offcanvas--mobile.sidebar--open {
        visibility: visible;
        transition-delay: 0s
    }

    .sidebar--offcanvas--mobile.sidebar--open .sidebar__backdrop {
        opacity: 1
    }

    .sidebar--offcanvas--mobile.sidebar--open .sidebar__body {
        transform: translateX(0)
    }

    .sidebar--offcanvas--mobile .sidebar__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sidebar--offcanvas--mobile .sidebar__title {
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 15px;
        font-weight: 500;
        padding: 0 20px
    }

    .sidebar--offcanvas--mobile .sidebar__close {
        width: 48px;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        fill: currentColor;
        padding: 0 0 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        transition: background-color .15s, color .15s;
        background-color: #fff;
        color: #ccc
    }

    .sidebar--offcanvas--mobile .sidebar__close:hover {
        background-color: #f2f2f2;
        color: #4d4d4d
    }

    .sidebar--offcanvas--mobile .sidebar__close:active {
        background-color: #ebebeb;
        color: #4d4d4d
    }

    .sidebar--offcanvas--mobile .sidebar__close:focus {
        outline: none
    }
}

.sidebar--offcanvas--always {
    visibility: hidden;
    transition: visibility 0s .25s
}

.sidebar--offcanvas--always .sidebar__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(51, 51, 51, .8);
    opacity: 0;
    will-change: opacity;
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94)
}

.sidebar--offcanvas--always .sidebar__body {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    width: 300px;
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    transform: translateX(-100%)
}

.sidebar--offcanvas--always .sidebar__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.sidebar--offcanvas--always.sidebar--open {
    visibility: visible;
    transition-delay: 0s
}

.sidebar--offcanvas--always.sidebar--open .sidebar__backdrop {
    opacity: 1
}

.sidebar--offcanvas--always.sidebar--open .sidebar__body {
    transform: translateX(0)
}

.sidebar--offcanvas--always .sidebar__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar--offcanvas--always .sidebar__title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px
}

.sidebar--offcanvas--always .sidebar__close {
    width: 48px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    fill: currentColor;
    padding: 0 0 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc
}

.sidebar--offcanvas--always .sidebar__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.sidebar--offcanvas--always .sidebar__close:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.sidebar--offcanvas--always .sidebar__close:focus {
    outline: none
}

.social-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px
}

.social-links__item {
    margin: 4px
}

.social-links__item a {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all .2s
}

.social-links__item a:hover {
    opacity: .8
}

.social-links__item--facebook a {
    background: #3c5a99;
    color: #fff
}

.social-links__item--twitter a {
    background: #00a2e8;
    color: #fff
}

.social-links__item--youtube a {
    background: #e52e2e;
    color: #fff
}

.social-links__item--instagram a {
    background: #815dc7;
    color: #fff
}

.social-links__item--rss a {
    background: #ffc338;
    color: #664729
}

.status-badge {
    display: inline-block;
    vertical-align: middle;
    cursor: default
}

.status-badge__body {
    position: relative;
    min-height: 23px;
    border-radius: 11.5px;
    min-width: 31px
}

.status-badge__icon {
    fill: currentColor;
    position: absolute;
    top: calc(50% - 6.5px);
    opacity: .85;
    left: 9px
}

.status-badge__icon svg {
    display: block
}

.status-badge__text {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 12px
}

.status-badge__tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.status-badge__tooltip:focus {
    outline: none
}

.status-badge--has-text .status-badge__tooltip {
    display: none
}

.status-badge--has-icon .status-badge__text {
    padding-left: 28px
}

.status-badge--style--success .status-badge__body {
    background-color: #e2f2da;
    color: #44782a
}

.status-badge--style--failure .status-badge__body {
    background-color: #f2dada;
    color: #993d3d
}

.status-badge--style--warning .status-badge__body {
    background-color: #f2eeda;
    color: #786b2a
}

.status-badge--style--unknown .status-badge__body {
    background-color: #ebebeb;
    color: #6a6a6a
}

.tag-badge {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0
}

.tag-badge:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    transform-origin: center;
    left: 3.5px;
    right: 3.5px;
    transform: skewX(-20deg)
}

.tag-badge--theme {
    color: #fff
}

.tag-badge--theme:before {
    background: #37A619
}

.tag-badge--sale {
    color: #fff
}

.tag-badge--sale:before {
    background: #f33
}

.tag-badge--new {
    color: #fff
}

.tag-badge--new:before {
    background: #37f
}

.tag-badge--hot {
    color: #fff
}

.tag-badge--hot:before {
    background: #614ba6
}

.tags {
    font-size: 13px
}

.tags__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin: -2px
}

.tags__list a {
    display: block;
    margin: 2px;
    background: #f2f2f2;
    padding: 4px 11px;
    color: inherit;
    border-radius: 1.5px;
    transition: background .12s
}

.tags__list a:hover {
    color: inherit;
    background: #e5e5e5
}

.tags__list a:active {
    transition-duration: 0s;
    background: #d9d9d9
}

.tags--sm .tags__list a {
    padding: 2px 8px
}

.teammate {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.teammate__info {
    padding: 14px 16px 16px;
    text-align: center
}

.teammate__position {
    font-size: 14px;
    color: #6c757d
}

.timer,
.timer__dots {
    display: -ms-flexbox;
    display: flex
}

.timer__dots {
    width: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.timer__dots:after,
.timer__dots:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin: 4px 0
}

.timer__part {
    border-radius: 2px;
    width: 50px;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    background: #ffdf40;
    color: #262626
}

.timer__part-value {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .04em
}

.timer__part-label {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px;
    color: #99752e
}

@media (max-width: 767.98px) {
    .timer__dots {
        width: 18px
    }

    .timer__dots:after,
    .timer__dots:before {
        width: 3px;
        height: 3px;
        border-radius: 1.5px
    }

    .timer__part {
        width: 40px;
        padding: 5px 0 6px
    }

    .timer__part-value {
        font-size: 20px
    }

    .timer__part-label {
        font-size: 9px;
        margin-top: 3px
    }
}

.tooltip {
    pointer-events: none;
    transition-duration: 0s;
    font-family: inherit
}

.tooltip.show {
    opacity: 1
}

.tooltip-inner {
    background: #333;
    color: #fff;
    border-radius: 2px;
    position: relative;
    padding: 5px 8px;
    box-sizing: content-box;
    font-size: 14px;
    line-height: 1.25
}

.tooltip .arrow {
    width: 8px;
    height: 8px
}

.tooltip .arrow:before {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border: none;
    background: #333;
    transform: rotate(45deg) scale(.78431)
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: 4px 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.bs-tooltip-top .arrow,
.bs-tooltip-top .tooltip-inner {
    bottom: 3px
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 4px 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,
.bs-tooltip-bottom .arrow,
.bs-tooltip-bottom .tooltip-inner {
    top: 3px
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 4px
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .tooltip-inner,
.bs-tooltip-right .arrow,
.bs-tooltip-right .tooltip-inner {
    left: 3px
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 4px
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .tooltip-inner,
.bs-tooltip-left .arrow,
.bs-tooltip-left .tooltip-inner {
    right: 3px
}

.typography {
    line-height: 1.625
}

.typography a:hover {
    text-decoration: underline
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    margin-top: 1.5em;
    margin-bottom: .75em
}

.typography h2,
.typography h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb
}

.typography h3 {
    padding-bottom: 6px
}

.typography p {
    margin-bottom: 1.5em
}

.typography ol,
.typography ul {
    margin: 1.5em 0;
    padding-left: 2.5rem
}

.typography li {
    margin-bottom: .5em
}

.typography hr {
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background: #d9d9d9;
    margin: 2.5em auto
}

.typography hr:after,
.typography hr:before {
    position: absolute;
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit
}

.typography hr:after {
    left: -30px
}

.typography hr:before {
    right: -30px
}

.typography blockquote {
    margin: 2.25rem 0;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2.25em 2.25em 2em
}

.typography blockquote cite {
    margin-top: -.5em;
    color: #6c757d;
    display: block;
    font-size: 15px;
    font-style: normal
}

.typography blockquote p {
    margin-bottom: 1.25em
}

.typography blockquote> :first-child {
    margin-top: 0
}

.typography blockquote> :last-child {
    margin-bottom: 0
}

.typography> :first-child {
    margin-top: 0
}

.typography> :last-child {
    margin-bottom: 0
}

.typography img {
    max-width: 100%;
    border-radius: 2px
}

.typography figure {
    margin: 1.875rem 0 2.25rem
}

.typography figcaption {
    font-size: 14px;
    text-align: center;
    color: #6c757d;
    padding-top: .875rem
}

@media (max-width: 575.98px) {
    .typography {
        font-size: 15px;
        line-height: 1.75
    }

    .typography h1,
    .typography h2,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        margin-top: 1.25em;
        margin-bottom: .5em
    }

    .typography h2 {
        font-size: 28px
    }

    .typography h3 {
        font-size: 24px
    }

    .typography h4 {
        font-size: 20px
    }

    .typography h5 {
        font-size: 18px
    }

    .typography p {
        margin-bottom: 1em
    }

    .typography ol,
    .typography ul {
        margin: 1.25em 0;
        padding-left: 2rem
    }

    .typography hr {
        margin: 1.5em auto
    }

    .typography blockquote {
        padding: 1em;
        font-size: 16px;
        margin: 1.5rem 0
    }

    .typography blockquote p {
        margin-bottom: .75em
    }

    .typography figure {
        margin: 1.5rem 0
    }
}

.vehicle-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px
}

.vehicle-form .vehicle-form__item {
    width: calc(50% - 12px);
    margin: 6px
}

.vehicle-form .vehicle-form__item:last-child {
    width: 100%
}

.vehicle-form__divider {
    width: 100%;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    margin: 12px 6px
}

.vehicle-form__divider:after,
.vehicle-form__divider:before {
    display: block;
    content: "";
    height: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #ebebeb
}

.vehicle-form__divider:before {
    margin-right: 6px
}

.vehicle-form__divider:after {
    margin-left: 6px
}

.vehicle-form--layout--account .vehicle-form__item {
    width: calc(25% - 12px)
}

@media (max-width: 767.98px) {
    .vehicle-form--layout--account .vehicle-form__item {
        width: calc(50% - 12px)
    }
}

@media (max-width: 459px) {
    .vehicle-form--layout--account .vehicle-form__item {
        width: calc(100% - 12px)
    }
}

@media (max-width: 399px) {
    .vehicle-form--layout--modal .vehicle-form__item {
        width: calc(100% - 12px)
    }
}

.vehicles-list__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.vehicles-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 8px;
    width: 100%;
    margin: 4px
}

.vehicles-list__item-radio {
    margin: 8px
}

.vehicles-list__item-info {
    margin: 2px 8px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.25
}

.vehicles-list__item-remove {
    margin: 8px
}

.vehicles-list__item-remove svg {
    display: block
}

.vehicles-list__item-name {
    display: block;
    font-size: 15px;
    font-weight: 500
}

.vehicles-list__item-details {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.vehicles-list__item-links {
    font-size: 14px;
    margin-top: 12px
}

.vehicles-list__item-links a:hover {
    text-decoration: underline
}

.vehicles-list__item-remove {
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    border: none;
    margin: 0;
    border-radius: 2px;
    fill: currentColor;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc
}

.vehicles-list__item-remove:hover {
    background-color: #f2f2f2;
    color: #999
}

.vehicles-list__item-remove:active {
    background-color: #ebebeb;
    color: gray
}

.vehicles-list__item-remove:focus {
    outline: none
}

.vehicles-list--layout--account .vehicles-list__body {
    margin: -6px
}

.vehicles-list--layout--account .vehicles-list__item {
    padding: 10px 8px;
    width: calc(50% - 12px);
    margin: 6px
}

@media (max-width: 767.98px) {
    .vehicles-list--layout--account .vehicles-list__body {
        margin: -6px
    }

    .vehicles-list--layout--account .vehicles-list__item {
        width: calc(100% - 12px);
        margin: 6px
    }
}

.view-options {
    font-size: .9375rem
}

.view-options__body {
    padding: .75rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.view-options__body+.view-options__body {
    border-top: 1px solid #ebebeb
}

.view-options__body--filters {
    padding: .875rem 1rem
}

.view-options__label {
    position: absolute;
    background: #fff;
    padding: 0 8px;
    top: -5px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #999;
    left: 50%;
    transform: translateX(-50%)
}

.view-options__filters-button,
.view-options__layout {
    margin-right: 1.25rem
}

.view-options__legend {
    white-space: nowrap;
    margin-right: 1.25rem
}

.view-options__spring {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.view-options__select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.view-options__select>label {
    margin-bottom: 0;
    margin-right: 10px
}

@media (min-width: 992px) {
    .view-options--offcanvas--mobile .view-options__filters-button {
        display: none
    }
}

@media (max-width: 991.98px) {
    .view-options__legend {
        margin-right: 0;
        margin-left: auto
    }

    .view-options__spring {
        width: 100%;
        height: 8px
    }

    .view-options__select {
        margin-left: auto
    }

    .view-options__select+.view-options__select {
        margin-left: 20px
    }
}

@media (max-width: 575.98px) {
    .view-options__legend {
        width: 100%;
        padding-top: 10px
    }

    .view-options__select {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0
    }

    .view-options__select>label {
        margin: 0 0 2px
    }

    .view-options__layout {
        margin-left: auto;
        margin-right: 0
    }
}

.widget+.widget {
    margin-top: 20px
}

.widget__header {
    padding: 1.375rem 1.5rem
}

.widget__header h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.filter__title {
    display: block;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    width: calc(100% + 20px);
    position: relative;
    color: inherit;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    margin: 0 -10px;
    transition: background-color .2s, fill .2s;
    background: transparent;
    fill: #ccc;
    text-align: left
}

.filter__title:focus,
.filter__title:hover {
    transition-duration: .1s, .1s;
    background: #f2f2f2;
    fill: #b3b3b3
}

.filter__title:focus {
    outline: none
}

.filter__arrow {
    position: absolute;
    top: 11px;
    transition: transform .2s;
    right: 10px
}

.filter__arrow svg {
    display: block
}

.filter__body {
    margin: 0 -1.5rem;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s, opacity .2s, visibility 0s .2s
}

.filter__container {
    padding: 10px 1.5rem 16px
}

.filter--opened .filter__body {
    transition-delay: 0s, 0s;
    visibility: visible;
    height: auto;
    opacity: 1
}

.filter--opened .filter__arrow {
    transform: rotate(180deg)
}

.filter-categories__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px
}

.filter-categories__list a {
    color: inherit;
    transition: color .15s
}

.filter-categories__list a:hover {
    color: #cb1818
}

.filter-categories__item {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex
}

.filter-categories__item>a {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px
}

.filter-categories__item--parent {
    position: relative;
    padding-left: 14px
}

.filter-categories__item--current {
    font-weight: 700
}

.filter-categories__item--child {
    position: relative;
    font-size: 15px;
    padding-left: 14px
}

.filter-categories__arrow {
    fill: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
    transform: scaleX(1)
}

.filter-categories__arrow svg {
    display: block
}

.filter-categories__counter {
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
    font-weight: 400;
    color: #6c757d
}

.filter-color__list {
    padding: 2px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px
}

.filter-color__item {
    cursor: pointer;
    margin: 4px
}

.filter-color__check {
    display: block
}

.filter-list__list {
    margin: -8px 0
}

.filter-list__item {
    padding: 1px 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0
}

.filter-list__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 7px
}

.filter-list__title {
    padding: 1px 0;
    font-size: 14px;
    line-height: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter-list__counter {
    padding-top: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #6c757d;
    margin-left: 12px
}

.filter-list__item--disabled {
    cursor: default
}

.filter-list__item--disabled .filter-list__title {
    color: #6c757d
}

.filter-price__slider {
    margin-top: 6px
}

.filter-price__title {
    padding-top: 2px;
    font-size: 14px
}

.filter-price__title-button {
    margin-top: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.filter-rating__list {
    list-style: none;
    padding: 0;
    margin: -8px 0
}

.filter-rating__item-label {
    padding: 2px 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0
}

.filter-rating__item-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.filter-rating__item-stars {
    padding: 2px 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter-rating__item-counter {
    padding-top: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #6c757d;
    margin-left: 12px
}

.filter-vehicle__list {
    margin: -8px 0;
    padding: 0;
    list-style: none
}

.filter-vehicle__item-label {
    padding: 1px 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0
}

.filter-vehicle__item-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 7px
}

.filter-vehicle__item-title {
    padding: 1px 0;
    font-size: 14px;
    line-height: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter-vehicle__item-counter {
    padding-top: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #6c757d;
    margin-left: 12px
}

.filter-vehicle__item--disabled {
    cursor: default
}

.filter-vehicle__item--disabled .filter-vehicle__item-title {
    color: #999
}

.filter-vehicle__button {
    padding-top: 12px
}

.footer-contacts__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-contacts__title {
        font-weight: 400
    }
}

.footer-contacts__text {
    line-height: 22px;
    list-style: none;
    margin: 0;
    font-size: 15px
}

.footer-contacts__text a {
    color: inherit
}

.footer-contacts__contacts {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-contacts__contacts a {
    color: inherit
}

.footer-contacts__contacts dt {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 2px
}

.footer-contacts__contacts dd {
    color: #fff;
    margin: 0;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-contacts__contacts dd {
        font-weight: 400
    }
}

.footer-contacts__icon {
    display: inline-block;
    text-align: center;
    width: 22px;
    margin-right: 2px
}

@media (min-width: 1400px) {
    .footer-contacts {
        padding-right: 36px
    }
}

@media (min-width: 1200px) {
    .footer-contacts__contacts {
        margin: 24px -15px 0
    }

    .footer-contacts__contacts dl {
        width: calc(100% / 2 - 30px - 1px);
        margin: 0 15px
    }

    .footer-contacts__contacts dl:nth-child(n+3) {
        margin-top: 18px
    }
}

@media (max-width: 1199.98px) {
    .footer-contacts__contacts {
        margin: -6px
    }

    .footer-contacts__contacts dl {
        width: calc(100% / 4 - 12px);
        margin: 6px
    }

    .footer-contacts {
        text-align: center;
        margin-bottom: 42px
    }

    .footer-contacts__title {
        font-size: 24px;
        margin-bottom: 12px
    }

    .footer-contacts__contacts {
        padding-top: 28px
    }

    .footer-contacts__contacts dl {
        background: hsla(0, 0%, 100%, .05);
        padding: 16px 12px;
        border-radius: 3px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 991.98px) {
    .footer-contacts__contacts {
        margin: -6px
    }

    .footer-contacts__contacts dl {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        padding: 20px 16px
    }
}

@media (max-width: 767.98px) {
    .footer-contacts__contacts dl {
        padding: 16px
    }
}

@media (max-width: 479px) {
    .footer-contacts__contacts {
        margin: -4px
    }

    .footer-contacts__contacts dl {
        width: calc(100% / 1 - 8px);
        margin: 4px
    }
}

.footer-links__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-links__title {
        font-weight: 400
    }
}

.footer-links__list {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links__list a {
    color: inherit;
    transition: .15s
}

.footer-links__list a:hover {
    color: #fff
}

.footer-links__item {
    padding: 5px 0
}

@media (max-width: 767.98px) {
    .footer-links {
        text-align: center
    }

    .footer-links__title {
        margin-bottom: 12px
    }
}

.footer-newsletter__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-newsletter__title {
        font-weight: 400
    }
}

.footer-newsletter__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px
}

.footer-newsletter__text--social {
    margin-top: 20px;
    margin-bottom: 0
}

.footer-newsletter__social-links {
    margin-top: 8px
}

.footer-newsletter__form {
    display: -ms-flexbox;
    display: flex;
    max-width: 380px
}

.footer-newsletter__form-input {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 2px;
    font-size: 15px;
    height: 38px;
    padding: 0 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: inherit;
    border-color: transparent;
    background-clip: padding-box;
    transition: border .2s, background .2s;
    color: #fff;
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c
}

.footer-newsletter__form-input::-webkit-input-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::-moz-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input:-ms-input-placeholder,
.footer-newsletter__form-input::-ms-input-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::-webkit-input-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input::-moz-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input:-ms-input-placeholder,
.footer-newsletter__form-input::-ms-input-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input::placeholder {
    transition: color .2s
}

.footer-newsletter__form-input:hover {
    background-color: hsla(0, 0%, 100%, .16);
    border-color: hsla(0, 0%, 100%, .16)
}

.footer-newsletter__form-input:focus {
    outline: none;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .16)
}

.footer-newsletter__form-input:focus::-webkit-input-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus::-moz-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus:-ms-input-placeholder,
.footer-newsletter__form-input:focus::-ms-input-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus::placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    border: none;
    padding: 0 20px;
    font-family: inherit;
    font-size: 15px;
    transition: background .2s, color .2s;
    margin-left: 8px;
    background-color: #37A619;
    color: #fff
}

.footer-newsletter__form-button:hover {
    background-color: #545454;
    color: #fff
}

.footer-newsletter__form-button:active {
    background-color: #4c4c4c;
    color: #fff;
    transition-duration: .1s, .1s
}

.footer-newsletter__form-button:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .footer-newsletter {
        text-align: center;
        margin-top: 28px
    }

    .footer-newsletter__title {
        font-size: 24px;
        margin-bottom: 16px
    }

    .footer-newsletter__form {
        margin: 0 auto
    }

    .footer-newsletter__text--social {
        margin-top: 24px
    }

    .footer-newsletter__social-links {
        margin-top: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site-footer {
    position: relative;
    background-color: #333;
    color: #9e9e9e
}

.site-footer__decor {
    position: absolute;
    bottom: calc(100% - 1px)
}

.site-footer__decor .decor__center,
.site-footer__decor .decor__end,
.site-footer__decor .decor__start {
    background: #333
}

.site-footer__decor .decor__end,
.site-footer__decor .decor__start {
    box-shadow: none
}

.site-footer__widgets {
    padding: 56px 0 50px
}

.site-footer__bottom {
    background-color: #2b2b2b;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400
}

.site-footer__bottom a {
    color: #fff;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .site-footer__bottom a {
        font-weight: 400
    }
}

.site-footer__bottom-row {
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .site-footer__decor {
        display: none
    }

    .site-footer__widgets {
        padding: 40px 0 36px
    }

    .site-footer__bottom-row {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 24px
    }

    .site-footer__payments {
        margin-top: 12px
    }
}

.about__body {
    display: grid;
    z-index: 0
}

@media (min-width: 1200px) {
    .about__body {
        grid-template-columns: 1fr 380px 730px 1fr;
        grid-template-rows: 100px auto auto
    }

    .about__image {
        grid-column: 1/5;
        grid-row: 1/3
    }

    .about__card {
        grid-column: 2;
        grid-row: 2/4
    }

    .about__indicators {
        grid-column: 3;
        grid-row: 3
    }
}

@media (max-width: 1199.98px) {
    .about__image {
        grid-column: 1/4;
        grid-row: 1/3
    }

    .about__card {
        grid-column: 2;
        grid-row: 2/4
    }

    .about__indicators {
        grid-column: 2;
        grid-row: 4
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about__body {
        grid-template-columns: 1fr 690px 1fr;
        grid-template-rows: 80px auto 60px auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about__body {
        grid-template-columns: 1fr 510px 1fr;
        grid-template-rows: 40px auto 60px auto
    }
}

@media (max-width: 575.98px) {
    .about__body {
        grid-template-columns: 20px calc(100% - 40px) 20px;
        grid-template-rows: 20px auto 60px auto
    }
}

.about__image {
    position: relative;
    overflow: hidden;
    z-index: -1
}

.about__image-decor {
    position: absolute;
    bottom: -1px
}

.about__image-decor .decor__center,
.about__image-decor .decor__end,
.about__image-decor .decor__start {
    background: #fafafa
}

.about__image-decor .decor__end,
.about__image-decor .decor__start {
    box-shadow: none
}

.about__image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: -1
}

.about__image-bg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, .7), rgba(51, 51, 51, .4))
}

.about__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    border-radius: 2px;
    padding: 32px 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__card-title {
    font-size: 40px;
    font-weight: 700;
    padding: 16px 0 40px;
    text-align: center;
    margin-bottom: 0
}

.about__card-text {
    text-align: center;
    line-height: 1.75
}

.about__card-author {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 16px;
    padding-left: 28px
}

.about__card-author:before {
    display: block;
    height: 1px;
    width: 20px;
    background: currentColor;
    content: "";
    opacity: .8;
    position: absolute;
    top: 10px;
    left: 0
}

.about__card-signature {
    padding: 40px 0 12px;
    margin-top: auto;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 1200px) {
    .about__card {
        min-height: 530px
    }
}

@media (max-width: 1199.98px) {
    .about__card {
        padding: 32px 64px;
        margin: 0 auto;
        max-width: 510px
    }
}

@media (max-width: 767.98px) {
    .about__card {
        padding: 32px 36px
    }
}

@media (max-width: 575.98px) {
    .about__card-title {
        padding: 8px 0 24px;
        font-size: 32px
    }

    .about__card {
        padding: 24px 28px;
        font-size: 15px
    }
}

.about__indicators-body {
    margin: -12px
}

.about__indicators-item {
    margin: 12px;
    width: calc(100% / 4 - 24px)
}

.about__indicators {
    -ms-flex-item-align: center;
    align-self: center
}

.about__indicators-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__indicators-item-value {
    font-size: 48px;
    font-weight: 700;
    line-height: 1
}

.about__indicators-item-title {
    color: #6c757d;
    font-size: 15px;
    margin-top: 6px;
    line-height: 18px
}

@media (min-width: 1200px) {
    .about__indicators {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 52px
    }
}

@media (max-width: 1199.98px) {
    .about__indicators {
        text-align: center;
        margin-top: 48px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .about__indicators {
        margin-top: 40px
    }

    .about__indicators-item-value {
        font-size: 36px
    }
}

@media (max-width: 575.98px) {
    .about__indicators-body {
        margin: -16px
    }

    .about__indicators-item {
        margin: 16px;
        width: calc(100% / 1 - 32px)
    }
}

.contacts__map {
    position: relative;
    height: 400px
}

.contacts__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .contacts__map {
        height: 380px
    }
}

@media (max-width: 767.98px) {
    .contacts__map {
        height: 360px
    }
}

.faq__header {
    padding: 44px 0 52px;
    text-align: center
}

.faq__header-title {
    font-weight: 700;
    margin: 0
}

.faq__section {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    padding: 48px
}

.faq__section+.faq__section {
    margin-top: 30px
}

.faq__section-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2.5rem;
    margin-top: -4px
}

.faq__footer {
    margin-top: 56px;
    text-align: center
}

.faq__footer-title {
    font-size: 28px;
    margin-bottom: 8px
}

.faq__footer-subtitle {
    margin-bottom: 36px;
    color: #6c757d
}

.faq__section-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
}

.faq__question {
    margin: 20px;
    width: calc(50% - 40px)
}

.faq__question-title {
    margin-bottom: 14px
}

@media (max-width: 1199.98px) {
    .faq__header {
        padding: 48px 0
    }

    .faq__section {
        padding: 40px
    }
}

@media (max-width: 991.98px) {
    .faq__section-body {
        margin: -12px
    }

    .faq__question {
        margin: 12px;
        width: calc(100% - 24px)
    }
}

@media (max-width: 767.98px) {
    .faq__header {
        padding: 36px 0 32px
    }

    .faq__header-title {
        font-size: 32px
    }

    .faq__section {
        padding: 32px
    }

    .faq__section-title {
        margin-bottom: 32px
    }

    .faq__footer {
        margin-top: 40px
    }

    .faq__footer-title {
        font-size: 24px
    }

    .faq__footer-subtitle {
        font-size: 15px;
        margin-bottom: 24px
    }
}

@media (max-width: 575.98px) {
    .faq__header {
        padding: 32px 0 28px
    }

    .faq__section {
        padding: 24px
    }

    .faq__section-title {
        margin-bottom: 28px
    }

    .faq__question-title {
        font-size: 18px;
        margin-bottom: 12px
    }

    .faq__question-answer .typography {
        font-size: 15px
    }

    .faq__footer-subtitle {
        margin-bottom: 20px
    }
}

.not-found {
    text-align: center;
    padding: 36px 0
}

.not-found__404 {
    font-size: 80px;
    font-weight: 700;
    color: #ebebeb;
    padding: 20px 0 4px
}

.not-found__content {
    width: 480px;
    max-width: 100%;
    margin: 0 auto
}

.not-found__title {
    margin-bottom: 24px;
    font-weight: 700
}

.not-found__text {
    margin-bottom: 20px
}

.not-found__search {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.not-found__search-input {
    width: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px
}

@media (max-width: 991.98px) {
    .not-found__404 {
        font-size: 60px
    }
}

@media (max-width: 767.98px) {
    .not-found__404 {
        font-size: 50px;
        line-height: 54px;
        padding: 40px 0 32px
    }

    .not-found__title {
        margin-bottom: 20px
    }
}

.block-banners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.block-banners__item {
    margin: 15px;
    width: calc(50% - 30px);
    height: 210px;
    padding: 32px 34px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    z-index: 0
}

.block-banners__item,
.block-banners__item:hover {
    color: #fff
}

.block-banners__item:before {
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%)
}

.block-banners__item-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ffdf40
}

.block-banners__item-details {
    display: block;
    margin-top: 12px;
    font-size: 15px
}

.block-banners__item-button {
    margin-top: 28px
}

.block-banners__item-image {
    border-radius: 3px;
    z-index: -3;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.block-banners__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-banners__item-image--blur {
    z-index: -2;
    opacity: 0
}

.block-banners__item-image--blur img {
    filter: blur(3px)
}

.block-banners__item:hover .block-banners__item-image {
    transform: scale(1.03)
}

.block-banners__item:hover .block-banners__item-image--blur {
    opacity: 1
}

.block-banners__item--style--two .block-banners__item-title {
    background: #ffdf40;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    border-radius: 1.5px;
    color: #262626;
    font-size: 24px;
    margin-top: -2px;
    margin-bottom: 2px
}

@media (max-width: 1199.98px) {
    .block-banners__list {
        margin: -10px
    }

    .block-banners__item {
        margin: 10px;
        width: calc(50% - 20px);
        height: 190px;
        padding: 24px
    }
}

@media (max-width: 991.98px) {
    .block-banners__list {
        margin: -10px
    }

    .block-banners__item {
        margin: 10px;
        width: calc(100% - 20px);
        height: auto;
        padding: 24px
    }
}

@media (max-width: 474px) {
    .block-banners__item:before {
        background: linear-gradient(90deg, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0))
    }
}

.block-brands__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ebebeb
}

.block-brands__item {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-brands__item-link {
    position: relative;
    display: block;
    padding: 12px 28px;
    width: 100%
}

.block-brands__item-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .02);
    opacity: 0;
    transition: opacity .15s
}

.block-brands__item-link img {
    max-width: 100%;
    max-height: 72px;
    filter: grayscale(1);
    opacity: .7;
    transition: filter .15s, opacity .15s
}

.block-brands__item-name {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #b3b3b3;
    margin-top: 4px;
    margin-bottom: -2px;
    transition: color .15s
}

.block-brands__item-link:hover:before {
    opacity: 1
}

.block-brands__item-link:hover img {
    filter: grayscale(0);
    opacity: 1
}

.block-brands__item-link:hover .block-brands__item-name {
    color: #737373
}

.block-brands__divider {
    background: #ebebeb
}

@media (min-width: 1400px) {
    .block-brands--layout--columns-8-full .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-8-full .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .block-brands--layout--columns-8-full .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-8-full .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-brands--layout--columns-8-full .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-8-full .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 1400px) {
    .block-brands--layout--columns-7-sidebar .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .block-brands--layout--columns-7-sidebar .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-brands--layout--columns-7-sidebar .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider {
        width: 1px
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands--layout--columns-7-sidebar .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands__divider {
        width: 1px
    }

    .block-brands__divider:nth-child(10n) {
        height: 1px;
        width: 100%
    }

    .block-brands__divider:nth-child(10n):last-child {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .block-brands__item {
        width: calc((100% - 4px) / 4)
    }

    .block-brands__divider {
        width: 1px
    }

    .block-brands__divider:nth-child(8n) {
        height: 1px;
        width: 100%
    }

    .block-brands__divider:nth-child(8n):last-child {
        display: none
    }
}

@media (min-width: 420px) and (max-width: 575px) {
    .block-brands__item {
        width: calc((100% - 3px) / 3)
    }

    .block-brands__divider {
        width: 1px
    }

    .block-brands__divider:nth-child(6n) {
        height: 1px;
        width: 100%
    }

    .block-brands__divider:nth-child(6n):last-child {
        display: none
    }
}

@media (max-width: 419px) {
    .block-brands__item {
        width: calc((100% - 2px) / 2)
    }

    .block-brands__divider {
        width: 1px
    }

    .block-brands__divider:nth-child(4n) {
        height: 1px;
        width: 100%
    }

    .block-brands__divider:nth-child(4n):last-child {
        display: none
    }
}

.block-categories__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-categories__header,
.block-categories__item,
.block-categories__list {
    display: -ms-flexbox;
    display: flex
}

.block-categories__header {
    -ms-flex-pack: center;
    justify-content: center
}

.block-categories__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -24px;
    padding: 0 64px 28px
}

.block-categories__title-decor {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0
}

.block-categories__title-decor .decor__center,
.block-categories__title-decor .decor__end,
.block-categories__title-decor .decor__start {
    background: #fafafa
}

.block-categories__title-decor .decor__end,
.block-categories__title-decor .decor__start {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08)
}

.block-categories__title-decor .decor__body {
    height: 35px;
    margin: 0 -10px -10px
}

.block-categories__title-decor .decor__end,
.block-categories__title-decor .decor__start {
    height: 25px;
    width: calc(50% - 24.43375px)
}

.block-categories__title-decor .decor__start {
    left: 10px;
    transform: skewX(30deg)
}

.block-categories__title-decor .decor__end {
    right: 10px;
    transform: skewX(-30deg)
}

.block-categories__title-decor .decor__center {
    height: 25px;
    width: 30.8675px
}

.block-categories__body {
    position: relative;
    background-color: #f6f6f6;
    padding: 76px 0 64px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .08)
}

.block-categories__body-decor {
    position: absolute;
    bottom: -1px;
    height: 35px
}

.block-categories__body-decor .decor__center,
.block-categories__body-decor .decor__end,
.block-categories__body-decor .decor__start {
    background: #fafafa
}

.block-categories__body-decor .decor__end,
.block-categories__body-decor .decor__start {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    height: 25px
}

@media (min-width: 1400px) {
    .block-categories__list {
        margin: -12px
    }

    .block-categories__item {
        width: calc((100% - 72px) / 3);
        margin: 12px
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .block-categories__list {
        margin: -8px
    }

    .block-categories__item {
        width: calc((100% - 48px) / 3);
        margin: 8px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-categories__list {
        margin: -8px
    }

    .block-categories__item {
        width: calc((100% - 32px) / 2);
        margin: 8px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-categories__list {
        margin: -8px
    }

    .block-categories__item {
        width: calc((100% - 48px) / 3);
        margin: 8px
    }
}

@media (max-width: 767.98px) {
    .block-categories__list {
        margin: -8px
    }

    .block-categories__item {
        width: calc((100% - 32px) / 2);
        margin: 8px
    }
}

@media (max-width: 474px) {
    .block-categories__list {
        margin: -8px
    }

    .block-categories__item {
        width: calc((100% - 16px) / 1);
        margin: 8px
    }
}

.block-features__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 8px 40px
}

.block-features__item {
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 3px) / 3);
    padding: 1.5rem 2.5rem;
    -ms-flex-pack: center;
    justify-content: center
}

.block-features__item-icon {
    fill: #37A619;
    margin-right: 1.375rem
}

.block-features__item-title {
    font-size: 18px;
    font-weight: 500
}

.block-features__item-subtitle {
    color: #6c757d;
    font-size: 15px
}

.block-features--layout--top-strip .block-features__list {
    border-bottom: 2px solid #ebebeb
}

.block-features--layout--bottom-strip .block-features__list {
    border-top: 2px solid #ebebeb
}

@media (max-width: 1399.98px) {
    .block-features__list {
        padding: 0
    }

    .block-features__item {
        padding: 1.5rem;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .block-features__item-title {
        font-size: 16px
    }

    .block-features__item-subtitle {
        font-size: 14px
    }
}

@media (max-width: 1199.98px) {
    .block-features__item {
        padding: 1.375rem .75rem
    }

    .block-features__item-icon {
        margin-right: 1rem
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-features__list {
        padding: 4px 0
    }

    .block-features__item {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-features__item-icon {
        margin-bottom: 12px;
        margin-right: 0
    }
}

@media (max-width: 767.98px) {
    .block-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 0
    }

    .block-features__item {
        width: 50%;
        padding: .75rem 1.25rem
    }
}

@media (max-width: 575px) and (min-width: 400px) {
    .block-features__item {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-features__item-icon {
        margin-bottom: 12px;
        margin-right: 0
    }
}

@media (max-width: 399px) {
    .block-features__item {
        width: 100%;
        padding: .675rem 1.25rem
    }

    .block-features__item-icon {
        margin-right: 18px
    }
}

.block-finder {
    position: relative;
    /*height: 400px;*/
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #333
}

.block-finder__decor {
    position: absolute;
    bottom: -1px;
    z-index: 2
}

.block-finder__decor .decor__center,
.block-finder__decor .decor__end,
.block-finder__decor .decor__start {
    background: #fafafa
}

.block-finder__decor .decor__end,
.block-finder__decor .decor__start {
    box-shadow: none
}

.block-finder__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    opacity: .22
}

.block-finder__body {
    color: #fff;
    text-align: center;
    z-index: 2
}

.block-finder__title {
    font-size: 48px;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    margin: 0
}

.block-finder__subtitle {
    margin: 0 0 60px;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.block-finder__form {
    display: -ms-flexbox;
    display: flex;
    margin: -7px
}

.block-finder__form-control {
    margin: 7px;
    height: 44px;
    min-height: 44px
}

.block-finder__form-control:focus {
    outline: none
}

.block-finder__form-control--select {
    min-width: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-finder__form-control--select select {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0
}

.block-finder__form-control--select select:disabled {
    opacity: .65;
    color: #999
}

.block-finder__form-control--select .select2-selection--single,
.block-finder__form-control--select select {
    height: 44px;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='%234d4d4d' d='M4.503 4H.497c-.403 0-.639-.508-.408-.878L2.095.233a.469.469 0 0 1 .816 0l2 2.889c.231.37-.005.878-.408.878zM.497 6h4.006c.403 0 .639.504.408.871L2.905 9.737a.47.47 0 0 1-.816 0l-2-2.866C-.142 6.504.094 6 .497 6z'/%3E%3C/svg%3E");
    transition: opacity .25s ease-in-out, color .25s ease-in-out;
    background-position: right 12px center;
    text-align: left
}

.block-finder__form-control--select .select2-selection--single:focus,
.block-finder__form-control--select select:focus {
    outline: none
}

.block-finder__form-control--select .select2-selection--single .select2-selection__rendered,
.block-finder__form-control--select select {
    color: #262626;
    padding-left: 16px;
    padding-right: 29px
}

.block-finder__form-control--select .select2-selection--single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.block-finder__form-control--select .select2-selection__arrow {
    display: none
}

.block-finder__form-control--select .select2-selection--single {
    border: none
}

.block-finder__form-control--select .select2-container--disabled .select2-selection--single {
    background-color: #fff;
    opacity: .65
}

.block-finder__form-control--select .select2-container--disabled .select2-selection__rendered {
    color: #999
}

.block-finder__form-control--select .select2-container {
    width: 100%;
    height: 100%
}

.block-finder__form-control--button {
    border-radius: 2px;
    border: none;
    padding: 0 40px;
    transition: background .2s, color .2s;
    background-color: #37A619;
    color: #fff
}

.block-finder__form-control--button:hover {
    background-color: #545454;
    color: #fff
}

.block-finder__form-control--button:active {
    background-color: #4c4c4c;
    color: #fff;
    transition-duration: .1s, .1s
}

.block-finder__form-control--button:focus {
    outline: none
}

@media (max-width: 1199.98px) {
    .block-finder {
        padding-bottom: 0px
    }

    .block-finder__subtitle {
        margin-bottom: 48px
    }

    .block-finder__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 548px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-finder__form-control {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 260px;
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px
    }

    .block-finder__form-control--button {
        margin-top: 35px
    }
}

@media (max-width: 991.98px) {
    .block-finder__title {
        font-size: 32px;
        line-height: 40px
    }

    .block-finder__subtitle {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 40px
    }

    .block-finder {
        height: auto;
        /*padding: 64px 0 76px*/
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .block-finder__title {
        font-size: 28px;
        line-height: 36px
    }

    .block-finder__subtitle {
        font-size: 15px
    }

    .block-finder__form-control {
        height: 40px;
        min-height: 40px
    }

    .block-finder__form-control--select .select2-selection--single,
    .block-finder__form-control--select select {
        height: 40px
    }

    .block-finder__form-control--button {
        margin-top: 35px
    }
}

@media (max-width: 399px) {
    .block-finder {
        height: auto;
        /*padding: 40px 0 48px*/
        padding: 0;
    }

    .block-finder__title {
        font-size: 26px;
        line-height: 34px
    }

    .block-finder__subtitle {
        font-size: 14px;
        margin-bottom: 32px
    }

    .block-finder__form-control--button {
        margin-top: 21px
    }
}

.block-header__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-header__breadcrumb {
    padding-top: 16px;
    padding-bottom: 40px
}

.block-header__title {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 40px
}

@media (min-width: 1200px) {
    .block-header__title {
        margin: 0 auto
    }

    .block-header__breadcrumb+.block-header__title {
        margin-top: -77px
    }
}

@media (max-width: 1199.98px) {
    .block-header__title {
        padding-bottom: 20px;
        font-size: 2rem;
        padding-top: 32px
    }

    .block-header__breadcrumb+.block-header__title {
        margin-top: -44px
    }
}

.block-map {
    display: block;
    position: relative;
    height: 420px
}

.block-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.block-map:after,
.block-map:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    pointer-events: none
}

.block-map:before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .03), transparent)
}

.block-map:after {
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .03), transparent)
}

@media (max-width: 1399.98px) {
    .block-map {
        height: 400px
    }
}

@media (max-width: 1199.98px) {
    .block-map {
        height: 380px
    }
}

@media (max-width: 991.98px) {
    .block-map {
        height: 360px
    }
}

@media (max-width: 767.98px) {
    .block-map {
        height: 340px
    }
}

.block-posts-carousel__carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px;
    position: relative
}

.block-posts-carousel__carousel .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.block-posts-carousel__carousel .owl-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-posts-carousel__item {
    display: -ms-flexbox;
    display: flex
}

.block-posts-carousel--layout--grid .post-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.block-posts-carousel--layout--grid .post-card .post-card__image img {
    max-width: 100%;
    height: auto
}

.block-posts-carousel--layout--grid .post-card .post-card__content {
    position: relative
}

.block-posts-carousel--layout--grid .post-card .post-card__title h2 {
    margin: 0
}

.block-posts-carousel--layout--grid .post-card .post-card__title a {
    color: inherit
}

.block-posts-carousel--layout--grid .post-card .post-card__title a:hover {
    text-decoration: underline
}

.block-posts-carousel--layout--grid .post-card .post-card__category {
    position: absolute;
    bottom: calc(100% - 1px);
    font-weight: 500;
    z-index: 0;
    font-size: 14px;
    left: 0
}

.block-posts-carousel--layout--grid .post-card .post-card__category a {
    color: #cb1818;
    display: block
}

.block-posts-carousel--layout--grid .post-card .post-card__category a:hover {
    text-decoration: underline
}

.block-posts-carousel--layout--grid .post-card .post-card__category:after,
.block-posts-carousel--layout--grid .post-card .post-card__category:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    background: #fff;
    z-index: -1;
    height: 100%
}

.block-posts-carousel--layout--grid .post-card .post-card__category:before {
    width: 100%;
    left: 0;
    border-top-right-radius: 2px;
    transform: skewX(30deg);
    transform-origin: left top
}

.block-posts-carousel--layout--grid .post-card .post-card__category:after {
    width: 50px;
    left: 0
}

.block-posts-carousel--layout--grid .post-card .post-card__date {
    font-size: 14px;
    color: #999
}

.block-posts-carousel--layout--grid .post-card .post-card__date a {
    color: inherit
}

.block-posts-carousel--layout--grid .post-card .post-card__date a:hover {
    color: #cb1818
}

.block-posts-carousel--layout--grid .post-card .post-card__date:before {
    display: block;
    content: "";
    height: 1px;
    background: currentColor;
    opacity: .6
}

.block-posts-carousel--layout--grid .post-card .post-card__excerpt {
    overflow: hidden
}

.block-posts-carousel--layout--grid .post-card .post-card__category {
    font-size: 13px
}

.block-posts-carousel--layout--grid .post-card .post-card__title h2 {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px
}

.block-posts-carousel--layout--grid .post-card .post-card__category {
    height: 22px;
    padding: .75rem 1.25rem 0
}

.block-posts-carousel--layout--grid .post-card .post-card__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.125rem 1.25rem 1rem
}

.block-posts-carousel--layout--grid .post-card .post-card__date {
    -ms-flex-order: 1;
    order: 1;
    font-size: 13px;
    margin-top: 6px
}

.block-posts-carousel--layout--grid .post-card .post-card__date:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    top: -1px;
    margin-right: 2px
}

.block-posts-carousel--layout--grid .post-card .post-card__excerpt,
.block-posts-carousel--layout--grid .post-card .post-card__more {
    display: none
}

@media (min-width: 576px) {
    .block-posts-carousel--layout--list .post-card {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        display: -ms-flexbox;
        display: flex
    }

    .block-posts-carousel--layout--list .post-card .post-card__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        margin-bottom: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__title a {
        color: inherit
    }

    .block-posts-carousel--layout--list .post-card .post-card__title a:hover {
        text-decoration: underline
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        font-size: 14px;
        font-weight: 500
    }

    .block-posts-carousel--layout--list .post-card .post-card__category a {
        color: #cb1818
    }

    .block-posts-carousel--layout--list .post-card .post-card__category a:hover {
        text-decoration: underline
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        overflow: hidden;
        margin-bottom: auto
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        font-size: 14px;
        color: #999
    }

    .block-posts-carousel--layout--list .post-card .post-card__date a {
        color: inherit
    }

    .block-posts-carousel--layout--list .post-card .post-card__date a:hover {
        color: #cb1818
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        content: "";
        height: 1px;
        background: currentColor;
        opacity: .6
    }
}

@media (min-width: 1400px) {
    .block-posts-carousel--layout--list .post-card .post-card__image {
        width: 280px;
        min-height: 220px
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        padding: 20px 26px 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        margin-bottom: 6px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title {
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        font-size: 17px;
        line-height: 24px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        font-size: 15px;
        max-height: 66px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
        line-height: 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        -ms-flex-order: 1;
        order: 1
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        display: block;
        width: 32px;
        margin-top: 16px;
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__more {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .block-posts-carousel--layout--list .post-card .post-card__image {
        width: 240px
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        padding: 16px 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        margin-bottom: 6px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title {
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        max-height: 44px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        font-size: 15px;
        max-height: 66px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
        line-height: 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        -ms-flex-order: 1;
        order: 1;
        line-height: 19px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        display: block;
        width: 32px;
        margin-top: 12px;
        margin-bottom: 10px
    }

    .block-posts-carousel--layout--list .post-card .post-card__more {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-posts-carousel--layout--list .post-card .post-card__image {
        width: 210px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title {
        margin-bottom: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-posts-carousel--layout--list .post-card .post-card__image {
        width: 280px;
        min-height: 220px
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        padding: 20px 26px 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        margin-bottom: 6px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title {
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        font-size: 17px;
        line-height: 24px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        font-size: 15px;
        max-height: 66px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
        line-height: 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        -ms-flex-order: 1;
        order: 1
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        display: block;
        width: 32px;
        margin-top: 16px;
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__more {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .block-posts-carousel--layout--list .post-card .post-card__image {
        width: 240px
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        padding: 16px 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        margin-bottom: 6px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title {
        margin-bottom: 8px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        max-height: 44px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        font-size: 15px;
        max-height: 66px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt .typography {
        line-height: 22px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        -ms-flex-order: 1;
        order: 1;
        line-height: 19px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        display: block;
        width: 32px;
        margin-top: 12px;
        margin-bottom: 10px
    }

    .block-posts-carousel--layout--list .post-card .post-card__more {
        display: none
    }
}

@media (max-width: 575.98px) {
    .block-posts-carousel--layout--list .post-card {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }

    .block-posts-carousel--layout--list .post-card .post-card__image img {
        max-width: 100%;
        height: auto
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        position: relative
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        margin: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__title a {
        color: inherit
    }

    .block-posts-carousel--layout--list .post-card .post-card__title a:hover {
        text-decoration: underline
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        position: absolute;
        bottom: calc(100% - 1px);
        font-weight: 500;
        z-index: 0;
        font-size: 14px;
        left: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__category a {
        color: #cb1818;
        display: block
    }

    .block-posts-carousel--layout--list .post-card .post-card__category a:hover {
        text-decoration: underline
    }

    .block-posts-carousel--layout--list .post-card .post-card__category:after,
    .block-posts-carousel--layout--list .post-card .post-card__category:before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        background: #fff;
        z-index: -1;
        height: 100%
    }

    .block-posts-carousel--layout--list .post-card .post-card__category:before {
        width: 100%;
        left: 0;
        border-top-right-radius: 2px;
        transform: skewX(30deg);
        transform-origin: left top
    }

    .block-posts-carousel--layout--list .post-card .post-card__category:after {
        width: 50px;
        left: 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        font-size: 14px;
        color: #999
    }

    .block-posts-carousel--layout--list .post-card .post-card__date a {
        color: inherit
    }

    .block-posts-carousel--layout--list .post-card .post-card__date a:hover {
        color: #cb1818
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        display: block;
        content: "";
        height: 1px;
        background: currentColor;
        opacity: .6
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt {
        overflow: hidden
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        font-size: 13px
    }

    .block-posts-carousel--layout--list .post-card .post-card__title h2 {
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        max-height: 40px
    }

    .block-posts-carousel--layout--list .post-card .post-card__category {
        height: 22px;
        padding: .75rem 1.25rem 0
    }

    .block-posts-carousel--layout--list .post-card .post-card__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.125rem 1.25rem 1rem
    }

    .block-posts-carousel--layout--list .post-card .post-card__date {
        -ms-flex-order: 1;
        order: 1;
        font-size: 13px;
        margin-top: 6px
    }

    .block-posts-carousel--layout--list .post-card .post-card__date:before {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        top: -1px;
        margin-right: 2px
    }

    .block-posts-carousel--layout--list .post-card .post-card__excerpt,
    .block-posts-carousel--layout--list .post-card .post-card__more {
        display: none
    }
}

.block-products-carousel__carousel {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.block-products-carousel__carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px;
    position: relative
}

.block-products-carousel__carousel .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.block-products-carousel__carousel .owl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex
}

.block-products-carousel__carousel-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility 0s .3s
}

.block-products-carousel__carousel-loader:before {
    position: absolute;
    display: block;
    content: "";
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fafafa;
    opacity: .9
}

.block-products-carousel__carousel-loader:after {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .5);
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: ""
}

.block-products-carousel__carousel--loading .block-products-carousel__carousel-loader {
    visibility: visible;
    transition-delay: 0s;
    opacity: 1
}

.block-products-carousel__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.block-products-carousel__cell {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-products-carousel__cell .product-card {
    width: 100%
}

.block-products-carousel[data-layout=grid-4] .block-products-carousel__cell+.block-products-carousel__cell,
.block-products-carousel[data-layout=grid-5] .block-products-carousel__cell+.block-products-carousel__cell {
    margin-top: 20px
}

.block-products-carousel[data-layout=grid-6] .block-products-carousel__cell+.block-products-carousel__cell {
    margin-top: 16px
}

.block-products-carousel[data-layout|=horizontal] .block-products-carousel__cell+.block-products-carousel__cell {
    margin-top: 14px
}

.block-products-columns__title {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 700
}

.block-products-columns__list-item+.block-products-columns__list-item {
    margin-top: 16px
}

.block-products-columns__list-item .product-card {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.block-products-columns__list-item .product-card .product-card__action--compare,
.block-products-columns__list-item .product-card .product-card__action--wishlist,
.block-products-columns__list-item .product-card .product-card__addtocart-full,
.block-products-columns__list-item .product-card .product-card__addtocart-icon,
.block-products-columns__list-item .product-card .product-card__compare,
.block-products-columns__list-item .product-card .product-card__features,
.block-products-columns__list-item .product-card .product-card__fit,
.block-products-columns__list-item .product-card .product-card__meta,
.block-products-columns__list-item .product-card .product-card__wishlist {
    display: none
}

.block-products-columns__list-item .product-card .product-card__image {
    padding: 8px 10px;
    width: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-products-columns__list-item .product-card .product-card__badges {
    position: absolute;
    top: 10px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 10px
}

.block-products-columns__list-item .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.block-products-columns__list-item .product-card .tag-badge {
    height: 16px;
    padding: 3px 11px 0
}

.block-products-columns__list-item .product-card .tag-badge:before {
    left: 3px;
    right: 3px;
    transform: skewX(-20deg)
}

.block-products-columns__list-item .product-card .product-card__actions-list {
    position: absolute;
    right: 0
}

.block-products-columns__list-item .product-card .product-card__info {
    padding-top: 12px;
    padding-bottom: 40px;
    padding-right: 10px
}

.block-products-columns__list-item .product-card .product-card__name {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    padding-right: 26px
}

.block-products-columns__list-item .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding-top: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-products-columns__list-item .product-card .product-card__rating-label,
.block-products-columns__list-item .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.block-products-columns__list-item .product-card .product-card__rating-stars {
    margin-right: 7px
}

.block-products-columns__list-item .product-card .product-card__rating-label {
    line-height: 1
}

.block-products-columns__list-item .product-card .product-card__prices {
    position: absolute;
    bottom: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 112px
}

.block-products-columns__list-item .product-card .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

@media (min-width: 1400px) {
    .block-products-columns__list-item .product-card .product-card__image {
        padding: 8px 16px;
        width: 136px
    }

    .block-products-columns__list-item .product-card .product-card__info {
        padding-top: 14px;
        padding-bottom: 42px
    }

    .block-products-columns__list-item .product-card .product-card__name {
        font-size: 16px;
        line-height: 20px;
        max-height: 40px
    }

    .block-products-columns__list-item .product-card .product-card__prices {
        bottom: 16px;
        left: 136px
    }
}

@media (max-width: 1199.98px) {
    .block-products-columns {
        display: none
    }
}

.block-reviews__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 28px
}

.block-reviews__subtitle {
    color: #6c757d;
    text-align: center;
    margin-bottom: 28px;
    font-size: 15px;
    margin-top: -24px
}

.block-reviews__list .owl-stage-outer {
    margin: -10px;
    padding: 10px
}

.block-reviews__list .owl-dots {
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.block-reviews__list .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .12);
    transition: background .2s;
    margin: 6px
}

.block-reviews__list .owl-carousel button.owl-dot:focus {
    outline: none
}

.block-reviews__list .owl-carousel button.owl-dot:hover:before {
    background: rgba(0, 0, 0, .22)
}

.block-reviews__list .owl-carousel button.owl-dot.active:before {
    background: #37A619
}

.block-reviews__item {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    max-width: 690px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex
}

.block-reviews__item-avatar {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    margin-right: -12px
}

.block-reviews__item-avatar img {
    max-width: 100%
}

.block-reviews__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 32px
}

.block-reviews__item-text {
    font-size: 15px;
    font-style: italic;
    line-height: 24px
}

.block-reviews__item-meta {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.block-reviews__item-author {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    line-height: 20px
}

.block-reviews__item-author:before {
    display: inline-block;
    height: 1px;
    width: 18px;
    background: currentColor;
    content: "";
    opacity: .8;
    position: relative;
    vertical-align: middle;
    left: 0;
    margin-right: 4px
}

.block-reviews__item-rating {
    padding-bottom: 4px
}

@media (max-width: 767.98px) {
    .block-reviews__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-reviews__item-avatar {
        margin: 36px 36px 0;
        overflow: hidden;
        -ms-flex-item-align: center;
        align-self: center;
        width: 140px;
        border-radius: 70px;
        margin-left: 0;
        margin-right: 0
    }

    .block-reviews__item-content {
        text-align: center
    }

    .block-reviews__item-meta {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        padding: 28px 0 20px
    }

    .block-reviews__item-rating {
        -ms-flex-order: 1;
        order: 1;
        padding-top: 8px;
        padding-bottom: 0
    }
}

.block-sale__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-sale__header {
    text-align: center;
    position: relative;
    padding: 14px 32px 0;
    margin: 0 auto -28px;
    z-index: 1
}

.block-sale__header-decor {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    z-index: -1
}

.block-sale__header-decor .decor__center,
.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__start {
    background: #fafafa
}

.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__start {
    box-shadow: none
}

.block-sale__header-decor .decor__body {
    height: 38px;
    margin: 0 -10px -10px
}

.block-sale__header-decor .decor__end,
.block-sale__header-decor .decor__start {
    height: 28px;
    width: calc(50% - 26.1658px)
}

.block-sale__header-decor .decor__start {
    left: 10px;
    transform: skewX(30deg)
}

.block-sale__header-decor .decor__end {
    right: 10px;
    transform: skewX(-30deg)
}

.block-sale__header-decor .decor__center {
    height: 28px;
    width: 34.3316px
}

.block-sale__header-decor .decor__start {
    border-bottom-left-radius: 2px
}

.block-sale__header-decor .decor__end {
    border-bottom-right-radius: 2px
}

.block-sale__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.block-sale__link {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    line-height: 22px;
    padding: 18px 0
}

.block-sale__link a {
    color: #6c757d;
    transition: color .12s
}

.block-sale__link a:hover {
    color: inherit
}

.block-sale__arrow {
    position: absolute;
    bottom: 3px
}

.block-sale__arrow .arrow__button {
    height: 31px;
    padding: 0 24.89785px
}

.block-sale__arrow .arrow__button:before {
    width: calc(100% - 17.89785px);
    left: 8.94893px;
    transform: skewX(30deg)
}

.block-sale__arrow--prev {
    left: -49.7957px
}

.block-sale__arrow--next {
    right: -49.7957px
}

.block-sale__arrow--next .arrow__button:before {
    transform: skewX(-30deg)
}

.block-sale__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1
}

.block-sale__subtitle {
    color: #6c757d;
    line-height: 1;
    margin-top: 10px
}

.block-sale__timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px
}

.block-sale__arrows {
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 0;
    width: 100%
}

.block-sale__body {
    position: relative;
    padding-top: 104px;
    padding-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.block-sale__body-decor {
    position: absolute;
    width: 100%;
    bottom: -1px
}

.block-sale__body-decor .decor__center,
.block-sale__body-decor .decor__end,
.block-sale__body-decor .decor__start {
    background: #fafafa
}

.block-sale__body-decor .decor__end,
.block-sale__body-decor .decor__start {
    box-shadow: none
}

.block-sale__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: -1
}

.block-sale__image:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, .8)
}

.block-sale__carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px
}

.block-sale__carousel .owl-item,
.block-sale__carousel .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.block-sale__carousel .owl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-sale__carousel .owl-dots {
    margin-top: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -38px
}

.block-sale__carousel .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: hsla(0, 0%, 100%, .3);
    transition: background .12s;
    margin: 6px
}

.block-sale__carousel .owl-carousel button.owl-dot:focus {
    outline: none
}

.block-sale__carousel .owl-carousel button.owl-dot:hover:before {
    background: hsla(0, 0%, 100%, .5)
}

.block-sale__carousel .owl-carousel button.owl-dot:active:before {
    background: hsla(0, 0%, 100%, .7)
}

.block-sale__carousel .owl-carousel button.owl-dot.active:before {
    background: #37A619
}

.block-sale__item {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%
}

.block-sale__item .product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 2px
}

.block-sale__item .product-card .product-card__addtocart-full,
.block-sale__item .product-card .product-card__compare,
.block-sale__item .product-card .product-card__wishlist {
    display: none
}

.block-sale__item .product-card:after {
    display: block;
    position: static;
    content: "";
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-sale__item .product-card .product-card__badges {
    position: absolute;
    top: 16px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 16px
}

.block-sale__item .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.block-sale__item .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.block-sale__item .product-card .product-card__image {
    display: block;
    position: relative
}

.block-sale__item .product-card .product-card__fit {
    position: absolute;
    bottom: 8px;
    left: 13px
}

.block-sale__item .product-card .product-card__fit .status-badge__text {
    display: none
}

.block-sale__item .product-card .product-card__fit .status-badge__tooltip {
    display: block
}

.block-sale__item .product-card .product-card__meta {
    padding: 6px 16px
}

.block-sale__item .product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875
}

.block-sale__item .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-sale__item .product-card .product-card__rating-label,
.block-sale__item .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.block-sale__item .product-card .product-card__rating-stars {
    margin-right: 7px
}

.block-sale__item .product-card .product-card__rating-label {
    line-height: 1
}

.block-sale__item .product-card .product-card__features {
    padding: 10px 16px 0;
    margin-bottom: -2px;
    display: none
}

.block-sale__item .product-card .product-card__footer {
    padding: 16px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2
}

.block-sale__item .product-card .product-card__prices {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-sale__item .product-card .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

.block-sale__item .product-card .product-card__addtocart-icon {
    margin: -3px
}

@media (hover: hover) {

    .block-sale__item .product-card .product-card__action--compare,
    .block-sale__item .product-card .product-card__action--wishlist {
        transition: transform .2s, opacity .2s, color .12s, background .12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(100%) translateX(6px)
    }

    .block-sale__item .product-card:active .product-card__action--compare,
    .block-sale__item .product-card:active .product-card__action--wishlist,
    .block-sale__item .product-card:hover .product-card__action--compare,
    .block-sale__item .product-card:hover .product-card__action--wishlist {
        transform: none;
        opacity: 1
    }
}

.block-sale__item .product-card .product-card__image img {
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px
}

.block-sale__item .product-card .product-card__action:first-child {
    border-top-right-radius: 2.5px
}

@media (max-width: 1399.98px) {
    .block-sale__body {
        padding-top: 96px;
        padding-bottom: 92px
    }
}

@media (max-width: 1199.98px) {
    .block-sale__body {
        padding-top: 88px;
        padding-bottom: 84px
    }
}

@media (max-width: 991.98px) {
    .block-sale__body {
        padding-top: 80px;
        padding-bottom: 76px
    }
}

@media (max-width: 767.98px) {
    .block-sale__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-sale__link {
        padding: 16px 24px;
        min-width: 300px
    }

    .block-sale__controls {
        padding: 0;
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        min-width: 220px
    }
}

@media (max-width: 575.98px) {
    .block-sale__body {
        padding-top: 51px;
        padding-bottom: 28px
    }

    .block-sale__carousel .owl-dots {
        margin-bottom: 0;
        margin-top: 24px
    }
}

@media (max-width: 499px) {
    .block-sale__header {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto -23px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-sale__header-decor .decor__body {
        height: 33px;
        margin: 0 -10px -10px
    }

    .block-sale__header-decor .decor__end,
    .block-sale__header-decor .decor__start {
        height: 23px;
        width: calc(50% - 23.27905px)
    }

    .block-sale__header-decor .decor__start {
        left: 10px;
        transform: skewX(30deg)
    }

    .block-sale__header-decor .decor__end {
        right: 10px;
        transform: skewX(-30deg)
    }

    .block-sale__header-decor .decor__center {
        height: 23px;
        width: 28.5581px
    }

    .block-sale__link {
        padding: 14px 20px
    }

    .block-sale__arrow .arrow__button {
        height: 27px;
        padding: 0 20.58845px
    }

    .block-sale__arrow .arrow__button:before {
        width: calc(100% - 15.58845px);
        left: 7.79423px;
        transform: skewX(30deg)
    }

    .block-sale__arrow--prev {
        left: -42.1769px
    }

    .block-sale__arrow--next {
        right: -42.1769px
    }

    .block-sale__arrow--next .arrow__button:before {
        transform: skewX(-30deg)
    }
}

@media (max-width: 474px) {
    .block-sale__title {
        font-size: 28px;
        line-height: 30px
    }

    .block-sale__subtitle {
        margin-top: 6px;
        font-size: 15px
    }

    .block-sale__timer {
        margin-top: 16px
    }

    .block-sale__link {
        padding: 13px 20px;
        min-width: 220px;
        font-size: 14px
    }
}

.block-slideshow__item {
    border-radius: 2.5px;
    overflow: hidden;
    height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 84px 100px;
    position: relative;
    z-index: 0
}

.block-slideshow__item,
.block-slideshow__item:hover {
    color: #262626
}

.block-slideshow__item-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover
}

.block-slideshow__item-image--mobile {
    display: none;
    background-position: top
}

.block-slideshow__item-offer {
    background: #ffdf40;
    color: #262626;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 2px 8px 0;
    margin-bottom: 12px;
    opacity: 0;
    transition: transform .5s .5s, opacity .5s .5s;
    transform: translateX(-24px)
}

.owl-item.active .block-slideshow__item-offer {
    transform: translateX(0);
    opacity: 1
}

.block-slideshow__item-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    display: block;
    opacity: 0;
    transition: opacity .8s .2s
}

.owl-item.active .block-slideshow__item-title {
    opacity: 1
}

.block-slideshow__item-details {
    color: #6c757d;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-top: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transform: translateY(12px);
    opacity: 0;
    transition: transform .5s .5s, opacity .5s .5s
}

.owl-item.active .block-slideshow__item-details {
    transform: translateX(0);
    opacity: 1
}

.block-slideshow__item-button {
    margin-top: 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 40px;
    border-radius: 2px;
    transition: background-color .2s, color .2s, opacity .5s .5s;
    background: #37A619;
    color: #fff;
    opacity: 0
}

.owl-item.active .block-slideshow__item-button {
    opacity: 1
}

.block-slideshow__item-button:hover {
    background: #333;
    color: #fff
}

.block-slideshow__item-button:active {
    background: #4d4d4d;
    color: #fff
}

.block-slideshow__carousel {
    position: relative
}

.block-slideshow__carousel .owl-dots {
    position: absolute;
    bottom: 26px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.block-slideshow__carousel .owl-carousel button.owl-dot {
    pointer-events: auto
}

.block-slideshow__carousel .owl-carousel button.owl-dot:focus {
    outline: none
}

.block-slideshow__carousel .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: hsla(0, 0%, 80%, .7);
    margin: 5px;
    transition: background .12s
}

.block-slideshow__carousel .owl-carousel button.owl-dot:hover:before {
    background: hsla(0, 0%, 70%, .7)
}

.block-slideshow__carousel .owl-carousel button.owl-dot:active:before {
    background: hsla(0, 0%, 60%, .7)
}

.block-slideshow__carousel .owl-carousel button.owl-dot.active:before {
    background: #37A619
}

@media (max-width: 1399.98px) {
    .block-slideshow__item {
        padding: 68px 80px;
        height: 460px
    }

    .block-slideshow__item-details {
        margin-top: 12px
    }
}

@media (max-width: 1199.98px) {
    .block-slideshow__item {
        padding: 60px;
        height: 380px
    }

    .block-slideshow__item-offer {
        font-size: 24px;
        line-height: 28px;
        padding: 1px 6px;
        margin-bottom: 8px
    }

    .block-slideshow__item-title {
        font-size: 36px;
        line-height: 44px
    }

    .block-slideshow__item-details {
        font-size: 16px;
        line-height: 26px;
        margin-top: 8px
    }

    .block-slideshow__item-button {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 28px
    }

    .block-slideshow__carousel .owl-dots {
        bottom: 22px
    }
}

@media (max-width: 991.98px) {
    .block-slideshow__item {
        padding: 36px 40px 40px;
        height: 320px
    }

    .block-slideshow__item-offer {
        margin-bottom: 10px
    }

    .block-slideshow__item-title {
        font-size: 32px;
        line-height: 38px
    }

    .block-slideshow__item-button {
        font-size: 15px;
        line-height: 24px;
        padding: 6px 24px
    }

    .block-slideshow__carousel .owl-dots {
        bottom: 18px
    }
}

@media (max-width: 767.98px) {
    .block-slideshow__item {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 480px
    }

    .block-slideshow__item-image--desktop {
        display: none
    }

    .block-slideshow__item-image--mobile {
        display: block
    }

    .block-slideshow__item-offer {
        -ms-flex-item-align: center;
        align-self: center
    }

    .block-slideshow__item-details {
        display: none
    }

    .block-slideshow__item-button {
        -ms-flex-item-align: center;
        align-self: center
    }

    .block-slideshow__item--dark {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 474px) {
    .block-slideshow__item {
        padding: 28px 32px 32px;
        height: 360px
    }

    .block-slideshow__item-offer {
        font-size: 20px;
        line-height: 24px;
        padding: 1px 6px;
        margin-bottom: 8px
    }

    .block-slideshow__item-title {
        font-size: 24px;
        line-height: 30px
    }

    .block-slideshow__item-button {
        font-size: 14px;
        line-height: 21px;
        padding: 5.5px 20px;
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .block-space--layout--after-header {
        height: 84px
    }

    .block-space--layout--after-header.block-space--header--classic {
        height: 72px
    }
}

@media (max-width: 1199.98px) {
    .block-space--layout--after-header {
        height: 56px
    }
}

@media (max-width: 767.98px) {
    .block-space--layout--after-header {
        height: 48px
    }
}

@media (max-width: 575.98px) {
    .block-space--layout--after-header {
        height: 36px
    }
}

.block-space--layout--before-footer {
    height: 80px
}

@media (max-width: 1199.98px) {
    .block-space--layout--before-footer {
        height: 72px
    }
}

@media (max-width: 575.98px) {
    .block-space--layout--before-footer {
        height: 48px
    }
}

.block-space--layout--divider-xl {
    height: 72px
}

.block-space--layout--divider-lg {
    height: 60px
}

.block-space--layout--divider-nl {
    height: 52px
}

.block-space--layout--divider-sm {
    height: 40px
}

.block-space--layout--divider-xs {
    height: 36px
}

.block-space--layout--spaceship-ledge-height {
    height: 24px
}

@media (max-width: 1199.98px) {
    .block-space--layout--spaceship-ledge-height {
        display: none
    }
}

@media (min-width: 1400px) {
    .block-split--has-sidebar .block-split__item-sidebar {
        width: 270px
    }

    .block-split--has-sidebar .block-split__item-content {
        width: calc(100% - 310px)
    }

    .block-split--has-sidebar .block-split__item+.block-split__item {
        margin-left: 40px
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .block-split--has-sidebar .block-split__item-sidebar {
        width: 260px
    }

    .block-split--has-sidebar .block-split__item-content {
        width: calc(100% - 292px)
    }

    .block-split--has-sidebar .block-split__item+.block-split__item {
        margin-left: 32px
    }
}

@media (max-width: 991.98px) {
    .block-split__item-sidebar {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 52px
    }

    .block-split__item-content {
        width: 100%
    }
}

.block-teammates__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

.block-teammates__subtitle {
    color: #6c757d;
    text-align: center;
    margin-bottom: 32px;
    font-size: 15px;
    margin-top: -36px
}

.block-teammates__list {
    display: -ms-flexbox;
    display: flex
}

.block-teammates__list .owl-stage-outer {
    margin: -10px;
    padding: 10px
}

.block-teammates__list .owl-dots {
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.block-teammates__list .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .12);
    transition: background .2s;
    margin: 6px
}

.block-teammates__list .owl-carousel button.owl-dot:focus {
    outline: none
}

.block-teammates__list .owl-carousel button.owl-dot:hover:before {
    background: rgba(0, 0, 0, .22)
}

.block-teammates__list .owl-carousel button.owl-dot.active:before {
    background: #37A619
}

.block-teammates__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 240px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .block-teammates__list {
        padding: 0 10px
    }
}

.block-zone__body,
.block-zone__card,
.block-zone__widget {
    display: -ms-flexbox;
    display: flex
}

.block-zone__widget {
    -ms-flex-direction: column;
    flex-direction: column
}

.block-zone__widget-header {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex
}

.block-zone__widget-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex
}

.block-zone__tabs {
    margin-bottom: -2px;
    display: -ms-flexbox;
    display: flex
}

.block-zone__tabs-button {
    padding: 7px 16px 6px;
    margin: 0;
    border: none;
    background: transparent;
    font-family: inherit;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #ebebeb;
    transition: background .12s, border-color .12s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.block-zone__tabs-button:focus {
    outline: none
}

.block-zone__tabs-button:not(.block-zone__tabs-button--active):hover {
    background: #f2f2f2;
    border-color: #e0e0e0
}

.block-zone__tabs-button--active {
    border-color: #37A619
}

.block-zone__arrow,
.block-zone__arrows {
    -ms-flex-item-align: center;
    align-self: center
}

.block-zone__arrow {
    margin-left: auto
}

.block-zone__arrow--next {
    margin-left: -5.37131px
}

.block-zone__carousel {
    position: relative;
    width: 100%
}

.block-zone__carousel,
.block-zone__carousel .owl-carousel.owl-loaded {
    display: -ms-flexbox;
    display: flex
}

.block-zone__carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex
}

.block-zone__carousel .owl-item,
.block-zone__carousel .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.block-zone__carousel .owl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-zone__carousel-item,
.block-zone__carousel-item .product-card {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.block-zone__carousel-item .product-card {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #e6e7e8;
}

.block-zone__carousel-item .product-card .product-card__addtocart-full,
.block-zone__carousel-item .product-card .product-card__compare,
.block-zone__carousel-item .product-card .product-card__wishlist {
    display: none
}

.block-zone__carousel-item .product-card:after {
    display: block;
    position: static;
    content: "";
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-zone__carousel-item .product-card .product-card__badges {
    position: absolute;
    top: 16px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 16px
}

.block-zone__carousel-item .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.block-zone__carousel-item .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.block-zone__carousel-item .product-card .product-card__image {
    display: block;
    position: relative
}

.block-zone__carousel-item .product-card .product-card__fit {
    position: absolute;
    bottom: 8px;
    left: 13px
}

.block-zone__carousel-item .product-card .product-card__fit .status-badge__text {
    display: none
}

.block-zone__carousel-item .product-card .product-card__fit .status-badge__tooltip {
    display: block
}

.block-zone__carousel-item .product-card .product-card__meta {
    padding: 6px 16px
}

.block-zone__carousel-item .product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875
}

.block-zone__carousel-item .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-zone__carousel-item .product-card .product-card__rating-label,
.block-zone__carousel-item .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.block-zone__carousel-item .product-card .product-card__rating-stars {
    margin-right: 7px
}

.block-zone__carousel-item .product-card .product-card__rating-label {
    line-height: 1
}

.block-zone__carousel-item .product-card .product-card__features {
    padding: 10px 16px 0;
    margin-bottom: -2px;
    display: none
}

.block-zone__carousel-item .product-card .product-card__footer {
    padding: 16px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-order: 2;
    order: 2
}

.block-zone__carousel-item .product-card .product-card__prices {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-zone__carousel-item .product-card .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

.block-zone__carousel-item .product-card .product-card__addtocart-icon {
    margin: -3px
}

@media (hover: hover) {

    .block-zone__carousel-item .product-card .product-card__action--compare,
    .block-zone__carousel-item .product-card .product-card__action--wishlist .verdetalle {
        transition: transform .2s, opacity .2s, color .12s, background .12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(100%) translateX(6px)
    }

    .block-zone__carousel-item .product-card:active .product-card__action--compare,
    .block-zone__carousel-item .product-card:active .product-card__action--wishlist,
    .block-zone__carousel-item .product-card:hover .product-card__action--compare,
    .block-zone__carousel-item .product-card:hover .product-card__action--wishlist .verdetalle:active {
        transform: none;
        opacity: 1
    }
}

.block-zone__carousel-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility 0s .3s
}

.block-zone__carousel-loader:before {
    position: absolute;
    display: block;
    content: "";
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fafafa;
    opacity: .9
}

.block-zone__carousel-loader:after {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .5);
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: ""
}

.block-zone__carousel--loading .block-zone__carousel-loader {
    visibility: visible;
    transition-delay: 0s;
    opacity: 1
}

@media (min-width: 1200px) {
    .block-zone__card {
        width: 285px;
        margin-right: 36px
    }

    .block-zone__widget {
        width: calc(100% - 321px)
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .block-zone__card {
        width: 264px;
        margin-right: 28px
    }

    .block-zone__widget {
        width: calc(100% - 292px)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .block-zone__card {
        width: 232px;
        margin-right: 24px
    }

    .block-zone__widget {
        width: calc(100% - 256px)
    }
}

@media (max-width: 767.98px) {
    .block-zone__body {
        display: block
    }

    .block-zone__widget {
        margin-top: 16px
    }

    .block-zone__tabs {
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .block-zone__tabs> :first-child {
        margin-left: auto
    }

    .block-zone__tabs> :last-child {
        margin-right: auto
    }

    .block-zone__arrow--prev {
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-right: auto
    }

    .block-zone__arrow--prev .arrow__button:before {
        transform: skewX(20deg)
    }

    .block-zone__arrow--next {
        margin-left: 8px
    }
}

.widget-about-us__body {
    padding: 0 1.5rem 1.5rem;
    margin-top: -.25rem
}

.widget-about-us__text {
    font-size: 16px;
    line-height: 26px
}

.widget-about-us__social-links {
    margin-top: 16px
}

.widget-categories-list__body {
    padding: 1.5rem
}

.widget-categories-list__body a {
    color: inherit;
    transition: color .1s
}

.widget-categories-list__body a:hover {
    color: #cb1818
}

.widget-categories-list__root {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-categories-list__root-item {
    line-height: 20px
}

.widget-categories-list__root-item+.widget-categories-list__root-item {
    margin-top: .375rem
}

.widget-categories-list__root-link {
    font-weight: 500;
    font-size: 17px
}

.widget-categories-list__root-item--has-children+.widget-categories-list__root-item {
    margin-top: 1.375rem
}

.widget-categories-list__child {
    list-style: none;
    padding: 0;
    font-size: 15px;
    margin: 10px 0 0
}

.widget-categories-list__child+.widget-categories-list__child {
    margin-top: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s ease-in-out, opacity .2s ease-in-out
}

.widget-categories-list__child-item {
    padding: 3px 0
}

.widget-categories-list__show-more {
    position: relative;
    display: inline;
    border: none;
    background: transparent;
    padding: 0;
    color: #999;
    font-size: 14px;
    font-family: inherit;
    margin-top: 4px;
    padding-left: 16px
}

.widget-categories-list__show-more:hover {
    text-decoration: underline
}

.widget-categories-list__show-more:focus {
    outline: none
}

.widget-categories-list__show-more-arrow {
    fill: currentColor;
    position: absolute;
    top: 6px;
    transition: transform .2s;
    opacity: .78;
    left: 0
}

.widget-categories-list__show-more-arrow svg {
    display: block
}

.widget-categories-list__show-more-collapse-text {
    display: none
}

.widget-categories-list--open .widget-categories-list__child+.widget-categories-list__child {
    height: auto;
    opacity: 1
}

.widget-categories-list--open .widget-categories-list__show-more-expand-text {
    display: none
}

.widget-categories-list--open .widget-categories-list__show-more-collapse-text {
    display: inline
}

.widget-categories-list--open .widget-categories-list__show-more-arrow {
    transform: rotate(180deg)
}

.widget-categories__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget-categories__item {
    position: relative
}

.widget-categories__link {
    display: block;
    color: inherit;
    padding: 5px 0;
    transition: color .12s;
    margin-right: 34px
}

.widget-categories__link:hover {
    color: #cb1818
}

.widget-categories__expander {
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    transition: color .15s, background .15s;
    background-color: #fff;
    color: #ccc;
    right: 0
}

.widget-categories__expander:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.widget-categories__expander:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.widget-categories__expander:focus {
    outline: none
}

.widget-categories__expander:after,
.widget-categories__expander:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 12px;
    left: 8px
}

.widget-categories__expander:after {
    transition: transform .2s ease-in-out;
    transform: rotate(90deg)
}

.widget-categories__expander:active {
    transition-duration: 0s
}

.widget-categories__container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s ease-in-out, opacity .2s ease-in-out
}

.widget-categories__container:after,
.widget-categories__container:before {
    display: block;
    content: ""
}

.widget-categories__container:before {
    height: 4px
}

.widget-categories__container:after {
    height: 12px
}

.widget-categories__list--root {
    padding: 0 1.5rem 1.5rem;
    font-size: 15px;
    line-height: 20px
}

.widget-categories__list--root>.widget-categories__item {
    padding-left: 16px
}

.widget-categories__list--root>.widget-categories__item:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    opacity: .2;
    top: 13px;
    left: 2px
}

.widget-categories__list--child {
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 18px
}

.widget-categories__list--child .widget-categories__link {
    padding: 5px 0 3px
}

.widget-categories__item--open .widget-categories__container {
    opacity: 1;
    height: auto
}

.widget-categories__item--open .widget-categories__expander:after {
    transform: none
}

.widget-comments__body {
    padding: 0 1.5rem 1.5rem
}

.widget-comments__body a {
    color: inherit;
    transition: color .15s
}

.widget-comments__body a:hover {
    color: #cb1818
}

.widget-comments__list {
    list-style: none;
    margin: 0;
    padding: 0 0 2px
}

.widget-comments__item+.widget-comments__item {
    margin-top: 20px
}

.widget-comments__author {
    font-size: 15px;
    line-height: 18px
}

.widget-comments__author a {
    border-bottom: 2px solid #ebebeb;
    transition: border .15s
}

.widget-comments__author a:hover {
    border-color: rgba(203, 24, 24, .8)
}

.widget-comments__content {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px
}

.widget-comments__meta {
    margin-top: 4px;
    font-size: 13px;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.widget-comments__date {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget-comments__name {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px
}

.widget-comments__name:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 2px;
    top: 8px;
    opacity: .8;
    left: 8px
}

.widget-filters__item {
    padding: 8px 1.5rem;
    border-bottom: 1px solid #ebebeb
}

.widget-filters__item:first-child {
    border-top: 1px solid #ebebeb
}

.widget-filters__actions {
    padding: 20px 1.5rem 1.5rem
}

.widget-filters__actions>*+* {
    margin-left: 8px
}

.widget-filters--offcanvas--none {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

@media (min-width: 992px) {
    .widget-filters--offcanvas--mobile {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }
}

@media (max-width: 991.98px) {
    .widget-filters--offcanvas--mobile .widget-filters__header {
        display: none
    }

    .widget-filters--offcanvas--mobile .widget-filters__item {
        padding: 8px 20px
    }

    .widget-filters--offcanvas--mobile .widget-filters__item:first-child {
        border-top: none
    }
}

.widget-filters--offcanvas--always .widget-filters__header {
    display: none
}

.widget-filters--offcanvas--always .widget-filters__item {
    padding: 8px 20px
}

.widget-filters--offcanvas--always .widget-filters__item:first-child {
    border-top: none
}

.widget-newsletter {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    background: #333;
    border-radius: 2px;
    padding: 2.25rem 2.5rem 2.5rem;
    color: #fff;
    text-align: center
}

.widget-newsletter__title {
    font-size: 24px;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 1.375rem;
    padding-bottom: 1.25rem
}

.widget-newsletter__title:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 56px;
    background: #4d4d4d;
    bottom: 0;
    left: calc(50% - 28px)
}

.widget-newsletter__title h4 {
    margin-bottom: 0;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .widget-newsletter__title h4 {
        font-weight: 400
    }
}

.widget-newsletter__text {
    font-size: 15px;
    color: #9e9e9e;
    line-height: 24px;
    margin-bottom: 1.625rem
}

.widget-newsletter__email {
    display: block;
    width: 100%;
    border-radius: 2px;
    border-color: transparent;
    height: 38px;
    padding: 0 12px;
    font-size: 15px;
    font-family: inherit;
    background-clip: padding-box;
    transition: border .2s, background .2s;
    color: #fff;
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c
}

.widget-newsletter__email::-webkit-input-placeholder {
    color: #b2b2b2
}

.widget-newsletter__email::-moz-placeholder {
    color: #b2b2b2
}

.widget-newsletter__email:-ms-input-placeholder,
.widget-newsletter__email::-ms-input-placeholder {
    color: #b2b2b2
}

.widget-newsletter__email::placeholder {
    color: #b2b2b2
}

.widget-newsletter__email::-webkit-input-placeholder {
    transition: color .2s
}

.widget-newsletter__email::-moz-placeholder {
    transition: color .2s
}

.widget-newsletter__email:-ms-input-placeholder,
.widget-newsletter__email::-ms-input-placeholder {
    transition: color .2s
}

.widget-newsletter__email::placeholder {
    transition: color .2s
}

.widget-newsletter__email:hover {
    background-color: hsla(0, 0%, 100%, .16);
    border-color: hsla(0, 0%, 100%, .16)
}

.widget-newsletter__email:focus {
    outline: none;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .16)
}

.widget-newsletter__email:focus::-webkit-input-placeholder {
    color: #9e9e9e
}

.widget-newsletter__email:focus::-moz-placeholder {
    color: #9e9e9e
}

.widget-newsletter__email:focus:-ms-input-placeholder,
.widget-newsletter__email:focus::-ms-input-placeholder {
    color: #9e9e9e
}

.widget-newsletter__email:focus::placeholder {
    color: #9e9e9e
}

.widget-newsletter__button {
    border: none;
    font-size: 15px;
    border-radius: 2px;
    padding: .5rem 1.3125rem;
    margin-top: 1.25rem;
    width: 100%;
    transition: background .2s, color .2s;
    background-color: #37A619;
    color: #fff
}

.widget-newsletter__button:hover {
    background-color: #545454;
    color: #fff
}

.widget-newsletter__button:active {
    background-color: #4c4c4c;
    color: #fff;
    transition-duration: .1s, .1s
}

.widget-newsletter__button:focus {
    outline: none
}

.widget-posts__list {
    list-style: none;
    padding: 0 1.5rem 1.5rem;
    margin: 0
}

.widget-posts__item {
    display: -ms-flexbox;
    display: flex
}

.widget-posts__item+.widget-posts__item {
    margin-top: 1rem
}

.widget-posts__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 14px
}

.widget-posts__image:before,
.widget-posts__image img {
    display: block;
    border-radius: 1.5px
}

.widget-posts__image:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: rgba(26, 26, 26, .2);
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    left: 0;
    right: 0
}

.widget-posts__image:hover:before {
    opacity: 1
}

.widget-posts__info {
    padding-top: 5px
}

.widget-posts__name {
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    max-height: 38px
}

.widget-posts__name a {
    color: inherit;
    transition: color .12s
}

.widget-posts__name a:hover {
    color: #cb1818
}

.widget-posts__date {
    font-size: 13px;
    color: #999;
    margin-top: 3px;
    position: relative;
    padding-left: 22px
}

.widget-posts__date:before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 16px;
    background: currentColor;
    opacity: .6;
    top: 10px;
    left: 0
}

.widget-products__list {
    padding-bottom: 1.5rem
}

.widget-products__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem
}

.widget-products__item+.widget-products__item {
    margin-top: 12px
}

.widget-products__image {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    margin-right: 12px
}

.widget-products__image:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: inherit;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 1
}

.widget-products__info {
    padding-top: 2px
}

.widget-products__name {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    overflow: hidden
}

.widget-products__name a {
    color: inherit;
    transition: color .12s
}

.widget-products__name a:hover {
    color: #cb1818
}

.widget-products__prices {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px
}

.widget-products__price {
    font-size: 14px;
    font-weight: 500;
    color: #262626
}

.widget-products__price+.widget-products__price {
    margin-left: 3px
}

.widget-products__price--new {
    color: #262626
}

.widget-products__price--old {
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    color: #999;
    padding-top: 1px
}

.widget-search__form {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0
}

.widget-search__input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 15.5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 21px
}

.widget-search__input:focus {
    outline: none
}

.widget-search__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfbf;
    fill: currentColor;
    width: 52px;
    height: 52px;
    padding: 0
}

.widget-search__button:focus {
    outline: none
}

.widget-search__button:hover {
    color: #a6a6a6;
    background: #f5f5f5
}

.widget-search__button:active {
    color: #a6a6a6;
    background: #f0f0f0
}

.widget-search__field {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    transition: box-shadow .2s
}

.widget-search__form:hover .widget-search__field {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

.widget-search__input:focus~.widget-search__field {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.widget-tags__body {
    padding: 0 1.5rem 1.5rem
}

.analogs-table__rating {
    display: inline-block;
    vertical-align: middle
}

.analogs-table__rating-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.analogs-table__rating-label {
    color: #6c757d;
    font-size: 13px;
    line-height: 1
}

.analogs-table__country,
.analogs-table__sku {
    color: #6c757d;
    font-size: 13px;
    line-height: 1;
    margin-top: 1px;
    margin-bottom: 4px
}

.analogs-table__product-name {
    color: inherit;
    transition: color .12s
}

.analogs-table__product-name:hover {
    color: #cb1818
}

@media (min-width: 768px) {
    .analogs-table {
        width: 100%;
        font-size: 15px
    }

    .analogs-table td,
    .analogs-table th {
        padding: 0
    }

    .analogs-table td:first-child,
    .analogs-table th:first-child {
        padding-left: 14px
    }

    .analogs-table td:last-child,
    .analogs-table th:last-child {
        padding-right: 14px
    }

    .analogs-table td:not(:first-child),
    .analogs-table th:not(:first-child) {
        padding-left: 16px
    }

    .analogs-table thead {
        font-size: 13px;
        text-transform: uppercase
    }

    .analogs-table thead td,
    .analogs-table thead th {
        padding-bottom: 6px
    }

    .analogs-table tbody td,
    .analogs-table tbody th {
        border-top: 1px solid #ebebeb;
        padding: 10px 0
    }

    .analogs-table tbody td:first-child,
    .analogs-table tbody th:first-child {
        border-left: 1px solid #ebebeb
    }

    .analogs-table tbody td:last-child,
    .analogs-table tbody th:last-child {
        border-right: 1px solid #ebebeb
    }

    .analogs-table tbody tr:last-child td,
    .analogs-table tbody tr:last-child th {
        border-bottom: 1px solid #ebebeb
    }

    .analogs-table tbody tr:hover td,
    .analogs-table tbody tr:hover th {
        background: #f7f7f7
    }

    .analogs-table__column--rating,
    .analogs-table__column--vendor {
        text-align: center
    }

    .analogs-table__column--price {
        text-align: right
    }

    .analogs-table__rating-label {
        margin-top: 6px
    }
}

@media (max-width: 767.98px) {
    .analogs-table {
        display: block;
        font-size: 15px
    }

    .analogs-table thead {
        display: none
    }

    .analogs-table tbody,
    .analogs-table td,
    .analogs-table tr {
        display: block
    }

    .analogs-table tr {
        padding: 14px 16px;
        background: #f5f5f5;
        border-radius: 2px
    }

    .analogs-table tr+tr {
        margin-top: 12px
    }

    .analogs-table td {
        padding: 0
    }

    .analogs-table .analogs-table__column--rating {
        margin-top: 11px
    }

    .analogs-table .analogs-table__column--vendor {
        font-size: 13px;
        padding-top: 8px;
        margin-top: 12px;
        border-top: 1px solid #e5e5e5
    }

    .analogs-table .analogs-table__column--vendor:before {
        content: attr(data-title) ": "
    }

    .analogs-table .analogs-table__column--price {
        font-weight: 500;
        margin-top: 16px
    }

    .analogs-table .analogs-table__sku {
        margin: 2px 0 0
    }

    .analogs-table .analogs-table__sku:before {
        content: attr(data-title) ": "
    }

    .analogs-table .analogs-table__rating {
        display: -ms-flexbox;
        display: flex
    }

    .analogs-table .analogs-table__rating-label {
        margin-left: 8px
    }

    .analogs-table .analogs-table__country {
        display: inline
    }
}

.applied-filters__list {
    list-style: none;
    padding: 0;
    margin: -2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.applied-filters__item {
    margin: 2px
}

.applied-filters__button {
    padding: 4px 11px;
    display: block;
    height: 21px;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    background-color: #f0f0f0;
    transition: background .12s, color .12s;
    border-radius: 11.5px;
    position: relative;
    border: none
}

.applied-filters__button:focus {
    outline: none
}

.applied-filters__button:hover {
    background-color: #e5e5e5;
    color: inherit
}

.applied-filters__button--filter {
    padding-right: 33px
}

.applied-filters__button--filter:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    bottom: 4px;
    background-color: rgba(0, 0, 0, .15);
    right: 25px
}

.applied-filters__button--filter svg {
    position: absolute;
    top: 6px;
    fill: rgba(0, 0, 0, .4);
    right: 10px
}

.applied-filters__button--clear {
    background: transparent;
    color: #999
}

.cart {
    display: -ms-flexbox;
    display: flex
}

.cart__table {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cart__totals {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px
}

.cart__totals-table {
    width: 100%;
    margin-bottom: 32px;
    font-size: 15px
}

.cart__totals-table a:hover {
    text-decoration: underline
}

.cart__totals-table,
.cart__totals-table tbody,
.cart__totals-table td,
.cart__totals-table tfoot,
.cart__totals-table th,
.cart__totals-table thead,
.cart__totals-table tr {
    display: block
}

.cart__totals-table tr:after {
    display: block;
    content: "";
    clear: both
}

.cart__totals-table td,
.cart__totals-table th {
    padding: 0
}

.cart__totals-table th {
    float: left
}

.cart__totals-table td {
    text-align: right
}

.cart__totals-table tbody,
.cart__totals-table thead {
    line-height: 20px
}

.cart__totals-table tbody tr>* {
    padding-top: 8px
}

.cart__totals-table tbody tr:last-child>* {
    padding-bottom: 10px
}

.cart__totals-table tfoot {
    font-size: 20px
}

.cart__totals-table tfoot th {
    font-weight: 500
}

.cart__totals-table tfoot td,
.cart__totals-table tfoot th {
    padding-top: 12px;
    border-top: 1px solid #ebebeb
}

.cart__totals-table tfoot td {
    letter-spacing: -.02em
}

@media (max-width: 1399.98px) {
    .cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart__table {
        width: 100%
    }

    .cart__totals {
        margin-top: 40px;
        width: 400px;
        margin-left: auto
    }
}

@media (max-width: 991.98px) {
    .cart__totals {
        width: 360px;
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .cart__totals {
        width: 100%
    }
}

.cart-table__table {
    width: 100%;
    border-spacing: 0
}

.cart-table__head {
    font-size: 13px;
    text-transform: uppercase
}

.cart-table__column--product {
    line-height: 1.25
}

.cart-table__column--price {
    width: 130px;
    text-align: right
}

.cart-table__column--quantity {
    width: 150px;
    text-align: center;
    padding-left: 36px
}

.cart-table__column--total {
    width: 130px;
    text-align: right
}

.cart-table__column--remove {
    width: 1px;
    white-space: nowrap;
    padding-left: 0
}

.cart-table__product-name {
    color: inherit;
    transition: color .15s
}

.cart-table__product-name:hover {
    color: #cb1818
}

.cart-table__options {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.375;
    color: #6c757d
}

@media (min-width: 992px) {
    .cart-table {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }

    .cart-table__foot td {
        padding: 20px 24px
    }

    .cart-table__column {
        padding: 14px 16px;
        border-bottom: 1px solid #ebebeb
    }

    .cart-table__column:first-child {
        padding-left: 28px
    }

    .cart-table__column:last-child {
        padding-right: 28px
    }

    .cart-table__column--image {
        width: 1px;
        text-align: center
    }

    .cart-table__column--image .image {
        width: 80px
    }

    .cart-table__options li {
        position: relative;
        padding-left: 12px
    }

    .cart-table__options li:before {
        display: block;
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: currentColor;
        top: 7px;
        opacity: .7;
        left: 2px
    }

    .cart-table__remove {
        margin-right: -12px
    }

    .cart-table__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-table__coupon-form {
        width: 360px
    }
}

@media (max-width: 991.98px) {
    .cart-table__table {
        display: block
    }

    .cart-table__head {
        display: none
    }

    .cart-table__column {
        display: block;
        padding: 0
    }

    .cart-table__body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px
    }

    .cart-table__row {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 8px;
        width: calc(100% / 3 - 16px)
    }

    .cart-table__column--image {
        text-align: center;
        padding: 16px 14px
    }

    .cart-table__column--image .image {
        max-width: 220px;
        margin: 0 auto
    }

    .cart-table__column--product {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 0 14px 16px
    }

    .cart-table__column--price,
    .cart-table__column--quantity,
    .cart-table__column--total {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #ebebeb;
        padding: 10px 14px;
        font-size: 15px;
        padding-left: 14px
    }

    .cart-table__column--price:before,
    .cart-table__column--quantity:before,
    .cart-table__column--total:before {
        content: attr(data-title) ":";
        display: block;
        width: calc(40% - 6px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 500;
        margin-right: 12px;
        text-align: left
    }

    .cart-table__remove {
        position: absolute;
        top: 0;
        right: 0
    }

    .cart-table__foot,
    .cart-table__foot td,
    .cart-table__foot tr {
        display: block;
        padding: 0
    }

    .cart-table__actions {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-table__coupon-form,
    .cart-table__update-button {
        padding: 16px
    }

    .cart-table__quantity {
        max-width: 120px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart-table__coupon-form {
        width: 60%
    }
}

@media (max-width: 767.98px) {
    .cart-table__row {
        width: calc(50% - 16px)
    }

    .cart-table__update-button {
        border-top: 1px solid #ebebeb
    }
}

@media (max-width: 767.98px) {
    .cart-table__actions {
        display: block
    }

    .cart-table__update-button {
        border-top: 1px solid #ebebeb;
        text-align: center
    }
}

@media (max-width: 474px) {
    .cart-table__row {
        width: 100%
    }
}

.categories-list__body {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories-list__item {
    padding: 1.125rem;
    text-align: center;
    position: relative
}

.categories-list__item a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: inherit
}

.categories-list__item .image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.categories-list__item:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .03);
    pointer-events: none;
    opacity: 0;
    transition: opacity .12s;
    z-index: 1
}

.categories-list__item:hover:before {
    opacity: 1
}

.categories-list__item-products {
    margin-top: 4px;
    font-size: 14px;
    color: #6c757d
}

.categories-list__divider {
    width: 1px;
    background-color: #ebebeb
}

@media (min-width: 576px) {
    .categories-list--layout--columns-3-sidebar .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-3-sidebar .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1400px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 4px) / 5)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(10n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(10n) {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 992px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width: calc((100% - 4px) / 5)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(10n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(10n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width: calc((100% - 5px) / 6)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(12n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(12n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1400px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width: calc((100% - 6px) / 7)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(14n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(14n) {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width: calc((100% - 5px) / 6)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(12n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(12n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width: calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width: calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width: calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

.category-card__body {
    position: relative
}

.category-card__overlay-image {
    display: none
}

.category-card--layout--classic .category-card__body {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.category-card--layout--classic .category-card__content {
    display: -ms-flexbox;
    display: flex
}

.category-card--layout--classic .category-card__image {
    width: 160px;
    padding: 24px 0;
    margin: 0 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.category-card--layout--classic .category-card__info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px 28px 24px 0
}

.category-card--layout--classic .category-card__children a,
.category-card--layout--classic .category-card__name a {
    transition: color .12s
}

.category-card--layout--classic .category-card__children a:hover,
.category-card--layout--classic .category-card__name a:hover {
    color: #cb1818
}

.category-card--layout--classic .category-card__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px
}

.category-card--layout--classic .category-card__name a {
    color: inherit
}

.category-card--layout--classic .category-card__children {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px
}

.category-card--layout--classic .category-card__children li {
    position: relative;
    color: #6c757d;
    padding: 1px 0 1px 11px
}

.category-card--layout--classic .category-card__children li:before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: .7;
    top: 10px;
    left: 0
}

.category-card--layout--classic .category-card__children a {
    color: inherit
}

.category-card--layout--classic .category-card__actions {
    margin-top: 8px
}

.category-card--layout--classic .category-card__link {
    font-size: 14px;
    font-weight: 500;
    color: #cb1818
}

.category-card--layout--classic .category-card__link:hover {
    text-decoration: underline
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .category-card--layout--classic .category-card__image {
        width: 120px;
        margin: 0 26px
    }
}

@media (max-width: 991px) and (min-width: 475px) {
    .category-card--layout--classic .category-card__image {
        width: 132px;
        margin: 0 26px;
        padding: 20px 0;
        -ms-flex-item-align: center;
        align-self: center
    }

    .category-card--layout--classic .category-card__content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-card--layout--classic .category-card__info {
        padding: 0 26px 20px
    }
}

@media (max-width: 474px) and (min-width: 360px) {
    .category-card--layout--classic .category-card__image {
        width: 132px
    }
}

@media (max-width: 474px) and (min-width: 360px) and (max-width: 420px) {
    .category-card--layout--classic .category-card__image {
        width: 100px;
        margin: 0 28px
    }
}

@media (max-width: 359px) {
    .category-card--layout--classic .category-card__image {
        width: 132px;
        margin: 0 26px;
        padding: 24px 0;
        -ms-flex-item-align: center;
        align-self: center
    }

    .category-card--layout--classic .category-card__content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-card--layout--classic .category-card__info {
        padding: 0 26px 24px
    }
}

.category-card--layout--overlay .category-card__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 0;
    overflow: hidden;
    border-radius: 2.5px;
    padding: 32px 20px 40px
}

.category-card--layout--overlay .category-card__body:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, .6);
    background-image: linear-gradient(0deg, rgba(26, 26, 26, .4) 20%, rgba(26, 26, 26, 0) 80%);
    z-index: -1;
    transition: background-color .2s
}

.category-card--layout--overlay .category-card__overlay-image {
    display: block;
    position: absolute;
    z-index: -3;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    transition: transform .3s ease-out
}

.category-card--layout--overlay .category-card__overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-card--layout--overlay .category-card__overlay-image--blur {
    z-index: -2;
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.category-card--layout--overlay .category-card__overlay-image--blur img {
    filter: blur(3px)
}

.category-card--layout--overlay .category-card__content,
.category-card--layout--overlay .category-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.category-card--layout--overlay .category-card__content {
    color: #fff
}

.category-card--layout--overlay .category-card__children,
.category-card--layout--overlay .category-card__name {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.category-card--layout--overlay .category-card__children a,
.category-card--layout--overlay .category-card__name a {
    color: inherit;
    transition: color .12s
}

.category-card--layout--overlay .category-card__children a:hover,
.category-card--layout--overlay .category-card__name a:hover {
    color: #ffdf40
}

.category-card--layout--overlay .category-card__name {
    font-size: 24px;
    margin-bottom: 20px
}

.category-card--layout--overlay .category-card__children {
    -ms-flex-positive: 1;
    flex-grow: 1;
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin: 0 0 28px;
    opacity: 1
}

.category-card--layout--overlay .category-card__children li {
    padding: 5px 0 6px
}

.category-card--layout--overlay:hover .category-card__overlay-image {
    transform: scale(1.03)
}

.category-card--layout--overlay:hover .category-card__overlay-image--blur {
    opacity: 1
}

.category-card--layout--overlay:hover .category-card__body:before {
    background-color: rgba(26, 26, 26, .7)
}

@media (max-width: 767.98px) {
    .category-card--layout--overlay .category-card__body {
        padding: 22px 28px 28px
    }

    .category-card--layout--overlay .category-card__content {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .category-card--layout--overlay .category-card__info {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .category-card--layout--overlay .category-card__name {
        margin-bottom: 10px;
        font-size: 22px
    }

    .category-card--layout--overlay .category-card__children {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 15px;
        margin-bottom: 24px;
        text-align: left
    }

    .category-card--layout--overlay .category-card__children li {
        padding: 1px 0;
        margin-right: 16px
    }
}

.checkout__totals {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    border-spacing: 0;
    margin-bottom: 40px
}

.checkout__totals td,
.checkout__totals th {
    padding: 0
}

.checkout__totals td:last-child,
.checkout__totals th:last-child {
    padding-left: 20px;
    text-align: right
}

.checkout__totals-header {
    font-size: 13px;
    text-transform: uppercase
}

.checkout__totals-header th {
    padding-bottom: 4px;
    border-bottom: 1px solid #ebebeb
}

.checkout__totals-products td {
    padding: 4px 0
}

.checkout__totals-products tr:first-child td {
    padding-top: 16px
}

.checkout__totals-products tr:last-child td {
    padding-bottom: 16px
}

.checkout__totals-subtotals th {
    font-weight: 500
}

.checkout__totals-subtotals td,
.checkout__totals-subtotals th {
    padding: 4px 0
}

.checkout__totals-subtotals tr:first-child td,
.checkout__totals-subtotals tr:first-child th {
    padding-top: 16px;
    border-top: 1px solid #ebebeb
}

.checkout__totals-subtotals tr:last-child td,
.checkout__totals-subtotals tr:last-child th {
    padding-bottom: 16px
}

.checkout__totals-footer {
    font-size: 24px
}

.checkout__totals-footer th {
    font-weight: 500
}

.checkout__totals-footer tr:first-child td,
.checkout__totals-footer tr:first-child th {
    padding-top: 20px;
    border-top: 1px solid #ebebeb
}

.checkout__payment-methods {
    margin-bottom: 20px
}

.checkout__agree {
    margin-bottom: 40px
}

.checkout__agree a:hover {
    text-decoration: underline
}

.compare__options-list {
    padding: 16px 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.compare__option,
.compare__options-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.compare__option+.compare__option {
    margin-left: 16px
}

.compare__option-label {
    margin-right: 8px
}

.compare-table {
    width: 100%;
    font-size: 15px;
    border-spacing: 0
}

.compare-table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.compare-table__column--header,
.compare-table__column--product {
    padding: 14px 16px
}

.compare-table__column--fake,
.compare-table__column--product {
    border-left: 1px solid #ebebeb
}

.compare-table__column--header {
    width: 15%;
    background: #f7f7f7;
    font-weight: 500;
    min-width: 140px;
    text-align: right
}

.compare-table__column--product {
    width: 17%;
    text-align: center;
    vertical-align: top;
    min-width: 180px
}

.compare-table__column--fake {
    padding: 0
}

.compare-table__column--product:nth-child(6)+.compare-table__column--fake {
    display: none
}

.compare-table__product {
    display: block;
    line-height: 20px;
    color: inherit;
    transition: color .12s
}

.compare-table__product:hover {
    color: #cb1818
}

.compare-table__product-image {
    width: 150px;
    margin: 0 auto
}

.compare-table__product-name {
    color: inherit
}

.compare-table__rating-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1px
}

.compare-table__rating-title {
    font-size: 13px;
    color: #6c757d;
    margin-top: 5px
}

.order-header {
    padding: 1.625rem 2rem 1.375rem
}

.order-header:after {
    display: block;
    content: "";
    clear: both
}

.order-header__actions {
    margin-top: -1px;
    float: right
}

.order-header__title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-right: 3.5rem;
    float: left
}

.order-header__subtitle {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.375;
    clear: both;
    padding-top: 12px
}

.order-header__subtitle mark {
    padding: 0;
    color: #262626;
    background: transparent;
    font-weight: 500
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-header {
        padding: 1.375rem 1.5rem 1.25rem
    }
}

@media (max-width: 767.98px) {
    .order-header {
        padding: 1.125rem 1.375rem 1rem
    }
}

@media (max-width: 440px) {
    .order-header__actions {
        margin-bottom: .875rem;
        float: none
    }
}

.order-list a {
    color: inherit
}

.order-list a:hover {
    color: inherit;
    text-decoration: underline
}

.order-list table {
    width: 100%;
    font-size: 15px
}

.order-list__header td,
.order-list__header th {
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500
}

.order-list__footer {
    font-size: 20px
}

.order-list__footer th {
    font-weight: 500
}

.order-list__column-image {
    width: 1px
}

.order-list__column-image .image {
    width: 40px
}

.order-list__column-product {
    line-height: 1.25
}

.order-list__column-quantity {
    text-align: center
}

.order-list__column-total {
    text-align: right
}

.order-list__options {
    color: #6c757d;
    font-size: 13px;
    margin-top: 2px
}

.order-list__options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-list__options-item:not(:last-child) {
    position: relative;
    padding-right: 19px
}

.order-list__options-item:not(:last-child):after {
    position: absolute;
    content: "";
    display: block;
    background: #ccc;
    width: 1px;
    height: 10px;
    top: calc(50% - 5px);
    transform: skewX(-20deg);
    right: 9px
}

@media (min-width: 576px) {

    .order-list td,
    .order-list th {
        padding: 4px 12px
    }

    .order-list td:first-child,
    .order-list th:first-child {
        padding-left: 1.5rem
    }

    .order-list td:last-child,
    .order-list th:last-child {
        padding-right: 1.5rem
    }

    .order-list__header td,
    .order-list__header th {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 12px
    }

    .order-list__products td,
    .order-list__products th {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .order-list__products tr:first-child td,
    .order-list__products tr:first-child th {
        padding-top: 14px
    }

    .order-list__products tr:last-child td,
    .order-list__products tr:last-child th {
        padding-bottom: 14px
    }

    .order-list__products .order-list__column-product {
        padding-left: 4px
    }

    .order-list__subtotals td,
    .order-list__subtotals th {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .order-list__subtotals tr:first-child td,
    .order-list__subtotals tr:first-child th {
        padding-top: 12px;
        border-top: 1px solid #ebebeb
    }

    .order-list__subtotals tr:last-child td,
    .order-list__subtotals tr:last-child th {
        padding-bottom: 12px
    }

    .order-list__footer td,
    .order-list__footer th {
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 1px solid #ebebeb
    }
}

@media (max-width: 575.98px) {

    .order-list table,
    .order-list td,
    .order-list th,
    .order-list tr {
        display: block;
        padding: 0
    }

    .order-list__footer,
    .order-list__header,
    .order-list__products,
    .order-list__subtotals {
        display: block
    }

    .order-list__footer tr,
    .order-list__header tr,
    .order-list__products tr,
    .order-list__subtotals tr {
        padding: 0 1rem
    }

    .order-list__footer tr,
    .order-list__header tr,
    .order-list__subtotals tr {
        display: -ms-flexbox;
        display: flex
    }

    .order-list__footer .order-list__column-label,
    .order-list__header .order-list__column-label,
    .order-list__subtotals .order-list__column-label {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .order-list__footer .order-list__column-quantity,
    .order-list__header .order-list__column-quantity,
    .order-list__subtotals .order-list__column-quantity {
        display: none
    }

    .order-list__header tr {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb
    }

    .order-list__products tr {
        padding-top: .75rem;
        padding-bottom: .75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-list__products tr:not(:first-child) {
        border-top: 1px solid #ebebeb
    }

    .order-list__products .order-list__column-image {
        width: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .order-list__products .order-list__column-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 40px);
        padding-left: 1rem
    }

    .order-list__products .order-list__column-quantity:before {
        content: attr(data-title) " "
    }

    .order-list__products .order-list__column-total {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .order-list__products .order-list__column-quantity,
    .order-list__products .order-list__column-total {
        margin-top: .625rem;
        margin-bottom: -.125rem
    }

    .order-list__subtotals {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #ebebeb
    }

    .order-list__subtotals td,
    .order-list__subtotals th {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .order-list__footer {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #ebebeb
    }
}

.order-success__body {
    max-width: 690px;
    margin: 0 auto
}

.order-success__header {
    padding: 60px 0 52px;
    text-align: center
}

.order-success__icon {
    fill: #37A619;
    margin: 0 auto;
    display: block
}

.order-success__title {
    margin-top: 24px;
    margin-bottom: 2px
}

.order-success__subtitle {
    font-size: 19px;
    font-weight: 500
}

.order-success__actions {
    margin-top: 20px
}

.order-success__meta {
    padding: 16px 0;
    margin-bottom: 20px;
    text-align: center
}

.order-success__meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-pack: center
}

.order-success__meta-item,
.order-success__meta-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.order-success__meta-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    line-height: 1.25;
    position: relative;
    padding: 2px 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center
}

.order-success__meta-item:not(:last-child):before {
    position: absolute;
    display: block;
    content: "";
    border-left: 2px dashed rgba(0, 0, 0, .1);
    width: 0;
    height: 100%;
    top: 0;
    right: -1px
}

.order-success__meta-title {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 4px
}

.order-success__meta-value {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.order-success__addresses {
    margin-left: -20px;
    display: -ms-flexbox;
    display: flex
}

.order-success__address {
    margin-left: 20px;
    margin-top: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 767.98px) {
    .order-success__header {
        padding: 44px 0 40px
    }

    .order-success__meta-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-success__meta-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .order-success__meta-item:nth-child(2n):before {
        display: none
    }

    .order-success__meta-item:nth-child(n+3) {
        margin-top: 16px
    }

    .order-success__addresses {
        display: block
    }
}

.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.payment-methods__item {
    border-radius: 2px;
    padding-bottom: 2px;
    border: 1px solid #ebebeb;
    transition: background .12s, border-color .12s
}

.payment-methods__item+.payment-methods__item {
    margin-top: 6px
}

.payment-methods__item:hover {
    background: #f5f5f5;
    border-color: #e5e5e5
}

.payment-methods__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    margin: 0;
    padding: 10px 12px 8px;
    cursor: pointer
}

.payment-methods__item-radio {
    margin-right: 8px
}

.payment-methods__item-details {
    font-size: 14px;
    line-height: 22px;
    padding: 0 12px 8px
}

.payment-methods__item-container {
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: height .3s, opacity .3s
}

.payment-methods__item--active,
.payment-methods__item--active:hover {
    background: #f5f5f5;
    border-color: #e5e5e5
}

.payment-methods__item--active .payment-methods__item-container {
    opacity: 1;
    height: auto
}

.product__header h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0
}

.product__tabs {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.product__subtitle {
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product__rating {
    display: -ms-flexbox;
    display: flex;
    color: #6c757d;
    font-size: 14px;
    line-height: 1
}

.product__rating-stars {
    margin-right: 8px
}

.product__rating-label a {
    color: inherit
}

.product__fit {
    margin-left: 12px
}

.product__info-card {
    position: relative
}

.product__info-body {
    padding: 28px 28px 24px
}

.product__prices-stock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 22px
}

.product__meta {
    margin: 14px 0
}

.product__meta table {
    width: 100%;
    font-size: -3px
}

.product__meta td,
.product__meta th {
    padding: 7px 0
}

.product__meta th {
    font-weight: 500;
    padding-right: 12px
}

.product__meta tr+tr>* {
    border-top: 1px solid #ebebeb
}

.product__meta a {
    color: #cb1818
}

.product__meta a:hover {
    text-decoration: underline
}

.product__shop-features {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    margin-top: 30px
}

.product__badge {
    top: -7px;
    position: absolute;
    left: 22px
}

.product__prices {
    padding: 8px 0 7px;
    line-height: 1
}

.product__price {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: #262626
}

.product__price--new {
    color: #262626
}

.product__price--old {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px
}

.product__form {
    background: #f9f9f9;
    margin-bottom: 24px;
    margin-top: -4px;
    padding: 16px 28px 18px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.product__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    padding: 0 28px 24px
}

.product__actions-item--quantity {
    width: 100px;
    margin-right: 8px
}

.product__actions-item--addtocart {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product__actions-item--compare,
.product__actions-item--wishlist {
    margin-top: 14px;
    margin-bottom: -8px;
    width: 50%;
    font-size: 13px;
    line-height: 16px;
    background: transparent;
    color: #262626;
    fill: #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    transition: background .15s, fill .15s;
    padding: 7px 10px 5px 9px
}

.product__actions-item--compare svg,
.product__actions-item--wishlist svg {
    position: relative;
    top: -1px;
    margin-right: 8px
}

.product__actions-item--compare:focus,
.product__actions-item--wishlist:focus {
    outline: none
}

.product__actions-item--compare:hover,
.product__actions-item--wishlist:hover {
    background: #f5f5f5;
    fill: #bfbfbf
}

.product__actions-item--compare:active,
.product__actions-item--wishlist:active {
    background: #f0f0f0;
    fill: #b3b3b3
}

.product__actions-divider {
    width: 100%
}

.product__tags-and-share-links {
    border-top: 1px solid #ebebeb;
    padding: 24px 28px
}

.product__tags+.product__share-links {
    margin-top: 18px
}

.product--layout--sidebar {
    --product-gutter: 30px;
    --product-gallery-image-max-width: 400px
}

.product--layout--sidebar .product__body {
    display: grid;
    grid-template-columns: calc(100% - 370px) 370px;
    grid-template-rows: auto auto 1fr
}

.product--layout--sidebar .product__card--one {
    grid-column: 1;
    grid-row: 1/3
}

.product--layout--sidebar .product__header {
    grid-column: 1;
    grid-row: 1
}

.product--layout--sidebar .product__gallery {
    grid-column: 1;
    grid-row: 2
}

.product--layout--sidebar .product__tabs {
    grid-column: 1;
    grid-row: 3
}

.product--layout--sidebar .product__info {
    grid-column: 2;
    grid-row: 1/4
}

.product--layout--sidebar .product__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.product--layout--sidebar .product__card--two {
    display: none
}

.product--layout--sidebar .product__gallery {
    padding: 0 40px 40px
}

.product--layout--sidebar .product__header {
    padding: 36px 40px 16px
}

.product--layout--sidebar .product__info {
    margin-left: var(--product-gutter)
}

.product--layout--sidebar .product__info-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.product--layout--sidebar .product__shop-features,
.product--layout--sidebar .product__tabs {
    margin-top: var(--product-gutter)
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product--layout--sidebar .product__title {
        padding-right: 80px
    }

    .product--layout--sidebar .product__actions-item--compare,
    .product--layout--sidebar .product__actions-item--wishlist {
        position: absolute;
        top: 19px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        right: 16px
    }

    .product--layout--sidebar .product__actions-item--compare span,
    .product--layout--sidebar .product__actions-item--wishlist span {
        display: none
    }

    .product--layout--sidebar .product__actions-item--compare svg,
    .product--layout--sidebar .product__actions-item--wishlist svg {
        top: 0;
        display: block;
        margin: 0
    }

    .product--layout--sidebar .product__actions-item--compare {
        right: 52px
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .product--layout--sidebar .product__actions,
    .product--layout--sidebar .product__form,
    .product--layout--sidebar .product__info-body,
    .product--layout--sidebar .product__tags-and-share-links {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {

    .product--layout--sidebar .product__meta table,
    .product--layout--sidebar .product__meta td,
    .product--layout--sidebar .product__meta th {
        display: block
    }

    .product--layout--sidebar .product__meta tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product--layout--sidebar .product__meta th,
    .product--layout--sidebar .product__meta tr {
        width: calc(50% - 10px)
    }

    .product--layout--sidebar .product__meta tr {
        display: -ms-flexbox;
        display: flex
    }

    .product--layout--sidebar .product__meta tr:nth-child(2n) {
        margin-left: 20px
    }
}

@media (max-width: 1199.98px) {
    .product--layout--sidebar .product__info-card {
        padding: 24px 24px 28px
    }

    .product--layout--sidebar .product__info-body {
        padding: 0 0 16px
    }

    .product--layout--sidebar .product__prices-stock {
        padding: 0 0 10px
    }

    .product--layout--sidebar .product__price {
        font-size: 26px
    }

    .product--layout--sidebar .product__price--old {
        font-size: 16px
    }

    .product--layout--sidebar .product__meta {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        margin: 8px 0
    }

    .product--layout--sidebar .product__meta td,
    .product--layout--sidebar .product__meta th {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .product--layout--sidebar .product__meta tr+tr>* {
        border: none
    }

    .product--layout--sidebar .product__form {
        background: transparent;
        padding: 0;
        border: none;
        margin-bottom: 16px
    }

    .product--layout--sidebar .product__actions {
        padding: 0
    }

    .product--layout--sidebar .product__tags-and-share-links {
        border: none;
        padding: 20px 0 0
    }
}

@media (max-width: 767.98px) {
    .product--layout--sidebar .product__actions {
        margin-bottom: -6px
    }

    .product--layout--sidebar .product__actions-divider {
        height: 10px
    }

    .product--layout--sidebar .product__actions-item--compare,
    .product--layout--sidebar .product__actions-item--wishlist {
        width: auto;
        margin-top: 2px;
        margin-bottom: -2px
    }
}

@media (max-width: 575.98px) {
    .product--layout--sidebar .product__subtitle {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product--layout--sidebar .product__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px
    }
}

@media (max-width: 1399.98px) {
    .product--layout--sidebar {
        --product-gutter: 20px;
        --product-gallery-image-max-width: 360px
    }

    .product--layout--sidebar .product__body {
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        grid-template-columns: calc(100% - 332px) 332px
    }

    .product--layout--sidebar .product__info {
        grid-column: 2;
        grid-row: 1/3
    }

    .product--layout--sidebar .product__gallery {
        padding: 0 28px 28px
    }

    .product--layout--sidebar .product__header {
        padding: 24px 28px 16px
    }

    .product--layout--sidebar .product__shop-features {
        display: none
    }

    .product--layout--sidebar .product__tabs {
        grid-column: 1/3
    }
}

@media (max-width: 1199.98px) {
    .product--layout--sidebar {
        --product-gutter: 16px
    }

    .product--layout--sidebar .product__body {
        grid-template-columns: 100%
    }

    .product--layout--sidebar .product__info {
        grid-column: 1;
        grid-row: 3
    }

    .product--layout--sidebar .product__tabs {
        grid-column: 1;
        grid-row: 4
    }

    .product--layout--sidebar .product__card--one {
        display: none
    }

    .product--layout--sidebar .product__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        padding-bottom: 24px
    }

    .product--layout--sidebar .product__gallery {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        width: 100%;
        margin-top: var(--product-gutter);
        padding: 24px 24px 28px
    }

    .product--layout--sidebar .product__info {
        margin-top: var(--product-gutter);
        margin-left: 0
    }

    .product--layout--sidebar .product__info-card {
        position: static
    }

    .product--layout--sidebar .product__actions-item--addtocart .btn {
        width: auto
    }
}

@media (max-width: 767.98px) {
    .product--layout--sidebar .product__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        padding: 24px 24px 22px
    }

    .product--layout--sidebar .product__title {
        font-size: 22px;
        line-height: 28px
    }
}

.product--layout--full {
    --product-gutter: 30px
}

.product--layout--full .product__body {
    display: grid;
    grid-template-columns: auto 1fr 370px;
    grid-template-rows: -webkit-max-content auto auto 1fr;
    grid-template-rows: max-content auto auto 1fr
}

.product--layout--full .product__card--one {
    grid-column: 1/3;
    grid-row: 1/4
}

.product--layout--full .product__gallery {
    grid-column: 1;
    grid-row: 1/4
}

.product--layout--full .product__header {
    grid-column: 2;
    grid-row: 1
}

.product--layout--full .product__main {
    grid-column: 2;
    grid-row: 2
}

.product--layout--full .product__info {
    grid-column: 3;
    grid-row: 1/5
}

.product--layout--full .product__tabs {
    grid-column: 1/3;
    grid-row: 4
}

.product--layout--full .product__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.product--layout--full .product__card--two {
    display: none
}

.product--layout--full .product__gallery {
    width: 440px;
    padding: 36px 0 48px 40px
}

.product--layout--full .product__header {
    padding: 36px 40px 16px 36px
}

.product--layout--full .product__main {
    padding: 0 40px 48px 36px
}

.product--layout--full .product__info {
    margin-left: var(--product-gutter)
}

.product--layout--full .product__shop-features,
.product--layout--full .product__tabs {
    margin-top: var(--product-gutter)
}

.product--layout--full .product__subtitle {
    padding-top: 8px
}

.product--layout--full .product__gallery-intro {
    display: -ms-flexbox;
    display: flex
}

.product--layout--full .product__excerpt {
    font-size: 15px
}

.product--layout--full .product__features {
    margin: 20px 0 0;
    font-size: 14px;
    border-radius: 3px
}

.product--layout--full .product__features ul {
    list-style: none;
    padding: 0;
    color: #6c757d;
    margin: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product--layout--full .product__features li {
    position: relative;
    margin: 0 6px;
    width: calc(100% / 1 - 12px);
    padding: 3px 0 2px 11px
}

.product--layout--full .product__features li:before {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 12px;
    opacity: .85;
    left: 0
}

.product--layout--full .product__features-title {
    font-weight: 500;
    padding-bottom: 12px
}

.product--layout--full .product__features-link {
    margin: 20px -2px 0;
    padding: 20px 2px 0;
    font-size: 14px;
    border-top: 1px solid #ebebeb
}

.product--layout--full .product__features-link a:hover {
    text-decoration: underline
}

@media (min-width: 1200px) {
    .product--layout--full .product__subtitle {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product--layout--full .product__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px
    }
}

@media (min-width: 768px) {
    .product--layout--full .product__info-card {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product--layout--full .product__gallery {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }

    .product--layout--full .product__actions-item--addtocart .btn {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 575.98px) {
    .product--layout--full .product__subtitle {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product--layout--full .product__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product--layout--full .product__title {
        padding-right: 80px
    }

    .product--layout--full .product__actions-item--compare,
    .product--layout--full .product__actions-item--wishlist {
        position: absolute;
        top: 19px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        right: 16px
    }

    .product--layout--full .product__actions-item--compare span,
    .product--layout--full .product__actions-item--wishlist span {
        display: none
    }

    .product--layout--full .product__actions-item--compare svg,
    .product--layout--full .product__actions-item--wishlist svg {
        top: 0;
        display: block;
        margin: 0
    }

    .product--layout--full .product__actions-item--compare {
        right: 52px
    }
}

@media (max-width: 1399.98px) {
    .product--layout--full {
        --product-gutter: 24px
    }

    .product--layout--full .product__body {
        grid-template-columns: auto 1fr 336px
    }

    .product--layout--full .product__gallery {
        width: 348px;
        padding: 24px 0 36px 28px
    }

    .product--layout--full .product__header {
        padding: 24px 28px 16px
    }

    .product--layout--full .product__main {
        padding: 0 28px 36px
    }

    .product--layout--full .product__actions,
    .product--layout--full .product__form,
    .product--layout--full .product__info-body,
    .product--layout--full .product__tags-and-share-links {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1199.98px) {
    .product--layout--full .product__body {
        grid-template-columns: auto 1fr 336px;
        grid-template-rows: -webkit-max-content auto auto 1fr;
        grid-template-rows: max-content auto auto 1fr
    }

    .product--layout--full .product__card {
        grid-column: 1/3;
        grid-row: 1/4
    }

    .product--layout--full .product__gallery {
        grid-column: 1/3;
        grid-row: 3
    }

    .product--layout--full .product__header {
        grid-column: 1/3;
        grid-row: 1
    }

    .product--layout--full .product__main {
        grid-column: 1/3;
        grid-row: 2
    }

    .product--layout--full .product__info {
        grid-column: 3;
        grid-row: 1/4
    }

    .product--layout--full .product__tabs {
        grid-column: 1/4;
        grid-row: 4
    }

    .product--layout--full .product__features {
        display: none
    }

    .product--layout--full .product__main {
        padding-bottom: 16px
    }

    .product--layout--full .product__excerpt {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 14px
    }

    .product--layout--full .product__gallery {
        --product-gallery-image-max-width: 380px;
        padding-top: 0;
        width: 100%;
        padding-right: 28px
    }

    .product--layout--full .product__header {
        padding-bottom: 10px
    }

    .product--layout--full .product__info {
        display: -ms-flexbox;
        display: flex
    }

    .product--layout--full .product__shop-features {
        display: none
    }
}

@media (max-width: 991.98px) {
    .product--layout--full {
        --product-gutter: 16px
    }

    .product--layout--full .product__body {
        grid-template-columns: auto 1fr;
        grid-template-rows: -webkit-max-content auto auto 1fr;
        grid-template-rows: max-content auto auto 1fr
    }

    .product--layout--full .product__card {
        grid-column: 1/3;
        grid-row: 1/3
    }

    .product--layout--full .product__header {
        grid-column: 1/3;
        grid-row: 1
    }

    .product--layout--full .product__main {
        grid-column: 1/3;
        grid-row: 2
    }

    .product--layout--full .product__gallery {
        grid-column: 1;
        grid-row: 3
    }

    .product--layout--full .product__info {
        grid-column: 2;
        grid-row: 3
    }

    .product--layout--full .product__gallery {
        margin-top: var(--product-gutter);
        width: 385px;
        padding: 24px 24px 28px
    }

    .product--layout--full .product__info {
        margin-left: var(--product-gutter)
    }

    .product--layout--full .product__excerpt {
        border: none;
        padding-bottom: 8px
    }

    .product--layout--full .product__info-card {
        position: static;
        margin-top: var(--product-gutter);
        padding: 24px 24px 28px
    }

    .product--layout--full .product__info-body {
        padding: 0 0 16px
    }

    .product--layout--full .product__prices-stock {
        padding: 0 0 10px
    }

    .product--layout--full .product__price {
        font-size: 26px
    }

    .product--layout--full .product__price--old {
        font-size: 16px
    }

    .product--layout--full .product__meta {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        margin: 8px 0
    }

    .product--layout--full .product__meta td,
    .product--layout--full .product__meta th {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .product--layout--full .product__meta tr+tr>* {
        border: none
    }

    .product--layout--full .product__form {
        background: transparent;
        border: none;
        margin-bottom: 16px;
        padding: 0
    }

    .product--layout--full .product__actions {
        padding: 0
    }

    .product--layout--full .product__tags-and-share-links {
        border: none;
        padding: 20px 0 0
    }

    .product--layout--full .product-gallery[data-layout=product-full] .product-gallery__zoom {
        top: -15px;
        right: -15px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .product--layout--full .product__meta table,
    .product--layout--full .product__meta td,
    .product--layout--full .product__meta th {
        display: block
    }

    .product--layout--full .product__meta tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product--layout--full .product__meta th,
    .product--layout--full .product__meta tr {
        width: calc(50% - 10px)
    }

    .product--layout--full .product__meta tr {
        display: -ms-flexbox;
        display: flex
    }

    .product--layout--full .product__meta tr:nth-child(2n) {
        margin-left: 20px
    }
}

@media (max-width: 767.98px) {
    .product--layout--full .product__body {
        grid-template-columns: 100%;
        grid-template-rows: auto
    }

    .product--layout--full .product__header {
        grid-column: 1;
        grid-row: 1
    }

    .product--layout--full .product__gallery {
        grid-column: 1;
        grid-row: 2
    }

    .product--layout--full .product__card--two {
        grid-column: 1;
        grid-row: 3/5
    }

    .product--layout--full .product__main {
        grid-column: 1;
        grid-row: 3
    }

    .product--layout--full .product__info {
        grid-column: 1;
        grid-row: 4
    }

    .product--layout--full .product__tabs {
        grid-column: 1;
        grid-row: 5
    }

    .product--layout--full .product__card--one {
        display: none
    }

    .product--layout--full .product__card--two {
        display: block
    }

    .product--layout--full .product__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        padding: 24px 24px 22px
    }

    .product--layout--full .product__title {
        font-size: 22px;
        line-height: 28px
    }

    .product--layout--full .product__subtitle {
        padding-top: 8px
    }

    .product--layout--full .product__body {
        width: 100%
    }

    .product--layout--full .product__gallery {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        --product-gallery-image-max-width: 360px;
        width: 100%
    }

    .product--layout--full .product__card--two,
    .product--layout--full .product__main {
        margin-top: var(--product-gutter)
    }

    .product--layout--full .product__main {
        padding: 24px 24px 18px
    }

    .product--layout--full .product__excerpt {
        padding-bottom: 0
    }

    .product--layout--full .product__info {
        width: 100%;
        margin-left: 0
    }

    .product--layout--full .product__info-card {
        margin-top: 0;
        padding-top: 0
    }

    .product--layout--full .product__actions {
        margin-bottom: -6px
    }

    .product--layout--full .product__actions-item--addtocart {
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .product--layout--full .product__actions-divider {
        height: 10px
    }

    .product--layout--full .product__actions-item--compare,
    .product--layout--full .product__actions-item--wishlist {
        width: auto;
        margin-top: 2px;
        margin-bottom: -2px
    }
}

.product-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.product-card .product-card__action {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: color .08s, background .08s;
    background-color: #fff;
    color: #ccc
}

.product-card .product-card__action:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.product-card .product-card__action:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.product-card .product-card__action svg {
    fill: currentColor;
    display: block
}

.product-card .product-card__action:focus {
    outline: none
}

.product-card .product-card__action:active {
    transition-duration: 0s
}

.product-card .product-card__action:last-child {
    border-bottom-left-radius: 2px
}

.product-card .product-card__action--loading,
.product-card .product-card__action--loading:hover {
    cursor: default;
    background: transparent;
    color: transparent;
    transition-duration: 0s
}

.product-card .product-card__action--loading:before {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .5);
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: ""
}

.product-card .product-card__image {
    display: block
}

.product-card .product-card__rating {
    color: #6c757d;
    font-size: .8125rem
}

.product-card .product-card__features {
    color: #6c757d;
    font-size: 13px;
    line-height: 21px
}

.product-card .product-card__features ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-card .product-card__features li {
    position: relative;
    padding-left: 12px
}

.product-card .product-card__features li:before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 9px;
    opacity: .7;
    left: 3px
}

.product-card .product-card__name a {
    color: inherit
}

.product-card .product-card__name a:hover {
    text-decoration: none
}

.product-card .product-card__meta {
    font-size: 12px;
    line-height: 1;
    color: #999
}

.product-card .product-card__prices {
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
    color: #262626
}

.product-card .product-card__price--new {
    color: #262626
}

.product-card .product-card__price--old {
    font-weight: 400;
    text-decoration: line-through;
    color: #999
}

.product-card .product-card__addtocart-full {
    background: #37A619;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    transition: background-color .15s, color .15s
}

.product-card .product-card__addtocart-full:focus {
    outline: none
}

.product-card .product-card__addtocart-full:hover {
    background: #333;
    color: #fff
}

.product-card .product-card__addtocart-full:active {
    background: #4d4d4d;
    color: #fff
}

.product-card .product-card__compare,
.product-card .product-card__wishlist {
    border: none;
    background: transparent;
    color: #262626;
    fill: #d9d9d9;
    border-radius: 2px;
    transition: background .15s, fill .15s
}

.product-card .product-card__compare:focus,
.product-card .product-card__wishlist:focus {
    outline: none
}

.product-card .product-card__compare:hover,
.product-card .product-card__wishlist:hover {
    background: #f5f5f5;
    fill: #bfbfbf
}

.product-card .product-card__compare:active,
.product-card .product-card__wishlist:active {
    background: #f0f0f0;
    fill: #b3b3b3
}

.product-card .product-card__addtocart-icon {
    position: relative;
    border: none;
    padding: 8px;
    border-radius: 2px;
    background: transparent;
    color: #ccc;
    z-index: 0;
    transition: color .2s
}

.product-card .product-card__addtocart-icon svg {
    display: block;
    fill: currentColor
}

.product-card .product-card__addtocart-icon:before {
    top: -2px;
    left: -2px;
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .2s, background .2s
}

.product-card .product-card__addtocart-icon:focus {
    outline: none
}

.product-card:active .product-card__addtocart-icon,
.product-card:hover .product-card__addtocart-icon {
    color: #fff
}

.product-card:active .product-card__addtocart-icon:before,
.product-card:hover .product-card__addtocart-icon:before {
    transform: scale(1);
    background: #37A619
}

.product-card:active .product-card__addtocart-icon:hover,
.product-card:hover .product-card__addtocart-icon:hover {
    color: #fff
}

.product-card:active .product-card__addtocart-icon:hover:before,
.product-card:hover .product-card__addtocart-icon:hover:before {
    background: #333
}

.product-card:active .product-card__addtocart-icon:active,
.product-card:hover .product-card__addtocart-icon:active {
    color: #fff
}

.product-card:active .product-card__addtocart-icon:active:before,
.product-card:hover .product-card__addtocart-icon:active:before {
    transition-duration: .05s;
    background: #4d4d4d
}

.product-card--layout--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.product-card--layout--grid .product-card__addtocart-full,
.product-card--layout--grid .product-card__compare,
.product-card--layout--grid .product-card__wishlist {
    display: none
}

.product-card--layout--grid:after {
    display: block;
    position: static;
    content: "";
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-card--layout--grid .product-card__badges {
    position: absolute;
    top: 16px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 16px
}

.product-card--layout--grid .product-card__badges>*+* {
    margin-top: 3px
}

.product-card--layout--grid .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.product-card--layout--grid .product-card__image {
    display: block;
    position: relative
}

.product-card--layout--grid .product-card__fit {
    position: absolute;
    bottom: 8px;
    left: 13px
}

.product-card--layout--grid .product-card__fit .status-badge__text {
    display: none
}

.product-card--layout--grid .product-card__fit .status-badge__tooltip {
    display: block
}

.product-card--layout--grid .product-card__meta {
    padding: 6px 16px
}

.product-card--layout--grid .product-card__name {
    padding: 0 16px;
    line-height: 1.1875
}

.product-card--layout--grid .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card--layout--grid .product-card__rating-label,
.product-card--layout--grid .product-card__rating-stars {
    margin: 3px 0 2px
}

.product-card--layout--grid .product-card__rating-stars {
    margin-right: 7px
}

.product-card--layout--grid .product-card__rating-label {
    line-height: 1
}

.product-card--layout--grid .product-card__features {
    padding: 10px 16px 0;
    margin-bottom: -2px;
    display: none
}

.product-card--layout--grid .product-card__footer {
    padding: 16px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2
}

.product-card--layout--grid .product-card__prices {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card--layout--grid .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

.product-card--layout--grid .product-card__addtocart-icon {
    margin: -3px
}

@media (hover: hover) {

    .product-card--layout--grid .product-card__action--compare,
    .product-card--layout--grid .product-card__action--wishlist {
        transition: transform .2s, opacity .2s, color .12s, background .12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(100%) translateX(6px)
    }

    .product-card--layout--grid:active .product-card__action--compare,
    .product-card--layout--grid:active .product-card__action--wishlist,
    .product-card--layout--grid:hover .product-card__action--compare,
    .product-card--layout--grid:hover .product-card__action--wishlist {
        transform: none;
        opacity: 1
    }
}

.product-card--layout--horizontal {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.product-card--layout--horizontal .product-card__action--compare,
.product-card--layout--horizontal .product-card__action--wishlist,
.product-card--layout--horizontal .product-card__addtocart-full,
.product-card--layout--horizontal .product-card__addtocart-icon,
.product-card--layout--horizontal .product-card__compare,
.product-card--layout--horizontal .product-card__features,
.product-card--layout--horizontal .product-card__fit,
.product-card--layout--horizontal .product-card__meta,
.product-card--layout--horizontal .product-card__wishlist {
    display: none
}

.product-card--layout--horizontal .product-card__image {
    padding: 8px 10px;
    width: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product-card--layout--horizontal .product-card__badges {
    position: absolute;
    top: 10px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 10px
}

.product-card--layout--horizontal .product-card__badges>*+* {
    margin-top: 3px
}

.product-card--layout--horizontal .tag-badge {
    height: 16px;
    padding: 3px 11px 0
}

.product-card--layout--horizontal .tag-badge:before {
    left: 3px;
    right: 3px;
    transform: skewX(-20deg)
}

.product-card--layout--horizontal .product-card__actions-list {
    position: absolute;
    right: 0
}

.product-card--layout--horizontal .product-card__info {
    padding-top: 12px;
    padding-bottom: 40px;
    padding-right: 10px
}

.product-card--layout--horizontal .product-card__name {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    padding-right: 26px
}

.product-card--layout--horizontal .product-card__rating {
    margin: -3px 0 -2px;
    padding-top: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card--layout--horizontal .product-card__rating-label,
.product-card--layout--horizontal .product-card__rating-stars {
    margin: 3px 0 2px
}

.product-card--layout--horizontal .product-card__rating-stars {
    margin-right: 7px
}

.product-card--layout--horizontal .product-card__rating-label {
    line-height: 1
}

.product-card--layout--horizontal .product-card__prices {
    position: absolute;
    bottom: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 112px
}

.product-card--layout--horizontal .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

.product-form__row+.product-form__row {
    margin-top: 12px
}

.product-form__title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #6c7177;
    margin-bottom: 4px
}

.product-gallery__featured {
    position: relative
}

.product-gallery__featured .owl-carousel a {
    display: block
}

.product-gallery__featured .image {
    max-width: 420px;
    margin: 0 auto
}

.product-gallery__zoom {
    display: var(--product-gallery-zoom-display, block);
    top: 0;
    position: absolute;
    padding: 9px;
    margin: 0;
    border: none;
    border-radius: 21px;
    fill: currentColor;
    z-index: 2;
    transition: background .15s, color .15s;
    background-color: #fff;
    color: #ccc;
    right: -21px
}

.product-gallery__zoom:hover {
    background-color: #f2f2f2;
    color: #999
}

.product-gallery__zoom:active {
    background-color: #ebebeb;
    color: gray
}

.product-gallery__zoom:focus {
    outline: none
}

.product-gallery__zoom svg {
    display: block
}

.product-gallery__thumbnails .owl-stage {
    margin: 0 auto
}

.product-gallery__thumbnails-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1.5px;
    padding: 2px;
    cursor: pointer
}

.product-gallery__thumbnails-item:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    transition: box-shadow .12s;
    left: 0
}

.product-gallery__thumbnails-item:hover:before {
    box-shadow: inset 0 0 0 2px #e0e0e0
}

.product-gallery__thumbnails-item--active {
    cursor: default
}

.product-gallery__thumbnails-item--active:before,
.product-gallery__thumbnails-item--active:hover:before {
    box-shadow: inset 0 0 0 2px #37A619
}

.product-gallery--layout--quickview .product-gallery__featured .image {
    width: 320px;
    max-width: 100%
}

.product-gallery--layout--quickview .product-gallery__zoom {
    display: none
}

.product-gallery--layout--product-full .product-gallery__featured .image,
.product-gallery--layout--product-sidebar .product-gallery__featured .image {
    max-width: var(--product-gallery-image-max-width, 100%)
}

.product-gallery--layout--product-full .product-gallery__zoom {
    top: 0;
    right: 0
}

.product-tabs__list {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
    overflow-x: auto
}

.product-tabs__content {
    border-top: 1px solid #ebebeb
}

.product-tabs__item {
    position: relative
}

.product-tabs__item a {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 18px 13px;
    transition: background .12s, box-shadow .12s
}

.product-tabs__item a:hover {
    background: #f7f7f7;
    box-shadow: inset 0 -1px #e5e5e5
}

.product-tabs__item a:active {
    background: #f2f2f2;
    box-shadow: inset 0 -1px #e0e0e0
}

.product-tabs__item:first-child {
    margin-left: auto
}

.product-tabs__item:last-child {
    margin-right: auto
}

.product-tabs__item-counter {
    color: #37A619;
    font-size: 14px;
    top: -4px;
    position: relative;
    margin-left: 3px;
    margin-right: -3px
}

.product-tabs__item--active a,
.product-tabs__item--active a:active,
.product-tabs__item--active a:hover {
    background: transparent;
    box-shadow: inset 0 -2px #37A619
}

.product-tabs__pane {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity .5s
}

.product-tabs__pane--active {
    padding: 42px 48px 48px;
    overflow: visible;
    height: auto;
    opacity: 1;
    max-width: calc(100% - .001px)
}

.product-tabs--layout--full .product-tabs__pane--active {
    padding: 48px
}

@media (max-width: 991.98px) {
    .product-tabs--layout--full .product-tabs__pane--active {
        padding: 40px 44px 44px
    }
}

@media (max-width: 767.98px) {
    .product-tabs--layout--full .product-tabs__pane--active {
        padding: 24px 28px 28px
    }
}

@media (max-width: 419px) {
    .product-tabs--layout--full .product-tabs__pane--active {
        padding: 20px 24px 24px
    }
}

@media (min-width: 1400px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 48px
    }
}

@media (max-width: 1199.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px
    }
}

@media (max-width: 767.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 28px
    }
}

@media (max-width: 419px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 24px
    }
}

.products-list__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-list__content+.products-list__content {
    margin-top: 10px
}

.products-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex
}

.products-list__item .product-card {
    width: 100%
}

.products-list[data-layout=grid] .product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.products-list[data-layout=grid] .product-card .product-card__addtocart-full,
.products-list[data-layout=grid] .product-card .product-card__compare,
.products-list[data-layout=grid] .product-card .product-card__wishlist {
    display: none
}

.products-list[data-layout=grid] .product-card:after {
    display: block;
    position: static;
    content: "";
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.products-list[data-layout=grid] .product-card .product-card__badges {
    position: absolute;
    top: 16px;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 16px
}

.products-list[data-layout=grid] .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.products-list[data-layout=grid] .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.products-list[data-layout=grid] .product-card .product-card__image {
    display: block;
    position: relative
}

.products-list[data-layout=grid] .product-card .product-card__fit {
    position: absolute;
    bottom: 8px;
    left: 13px
}

.products-list[data-layout=grid] .product-card .product-card__fit .status-badge__text {
    display: none
}

.products-list[data-layout=grid] .product-card .product-card__fit .status-badge__tooltip {
    display: block
}

.products-list[data-layout=grid] .product-card .product-card__meta {
    padding: 6px 16px
}

.products-list[data-layout=grid] .product-card .product-card__name {
    padding: 0 16px;
    line-height: 1.1875
}

.products-list[data-layout=grid] .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-list[data-layout=grid] .product-card .product-card__rating-label,
.products-list[data-layout=grid] .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.products-list[data-layout=grid] .product-card .product-card__rating-stars {
    margin-right: 7px
}

.products-list[data-layout=grid] .product-card .product-card__rating-label {
    line-height: 1
}

.products-list[data-layout=grid] .product-card .product-card__features {
    padding: 10px 16px 0;
    margin-bottom: -2px;
    display: none
}

.products-list[data-layout=grid] .product-card .product-card__footer {
    padding: 16px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2
}

.products-list[data-layout=grid] .product-card .product-card__prices {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-list[data-layout=grid] .product-card .product-card__price--old {
    font-size: 14px;
    margin-left: 6px
}

.products-list[data-layout=grid] .product-card .product-card__addtocart-icon {
    margin: -3px
}

@media (hover: hover) {

    .products-list[data-layout=grid] .product-card .product-card__action--compare,
    .products-list[data-layout=grid] .product-card .product-card__action--wishlist {
        transition: transform .2s, opacity .2s, color .12s, background .12s;
        opacity: 0;
        will-change: transform;
        transform: translateX(100%) translateX(6px)
    }

    .products-list[data-layout=grid] .product-card:active .product-card__action--compare,
    .products-list[data-layout=grid] .product-card:active .product-card__action--wishlist,
    .products-list[data-layout=grid] .product-card:hover .product-card__action--compare,
    .products-list[data-layout=grid] .product-card:hover .product-card__action--wishlist {
        transform: none;
        opacity: 1
    }
}

.products-list--grid--3[data-layout=grid] .products-list__content {
    margin: -10px
}

.products-list--grid--3[data-layout=grid] .products-list__item {
    margin: 10px;
    width: calc((100% - 60px) / 3)
}

.products-list--grid--3[data-layout=grid] .products-list__head {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .products-list--grid--3[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--3[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 48px) / 3)
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .products-list--grid--3[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--3[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 32px) / 2)
    }
}

@media (max-width: 419px) {
    .products-list--grid--3[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--3[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 16px) / 1)
    }
}

.products-list--grid--4[data-layout=grid] .products-list__content {
    margin: -10px
}

.products-list--grid--4[data-layout=grid] .products-list__item {
    margin: 10px;
    width: calc((100% - 80px) / 4)
}

.products-list--grid--4[data-layout=grid] .products-list__head {
    display: none
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .products-list--grid--4[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--4[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 48px) / 3)
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .products-list--grid--4[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--4[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 32px) / 2)
    }
}

@media (max-width: 419px) {
    .products-list--grid--4[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--4[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 16px) / 1)
    }
}

.products-list--grid--5[data-layout=grid] .products-list__content {
    margin: -10px
}

.products-list--grid--5[data-layout=grid] .products-list__item {
    margin: 10px;
    width: calc((100% - 100px) / 5)
}

.products-list--grid--5[data-layout=grid] .products-list__head {
    display: none
}

.products-list--grid--6[data-layout=grid] .products-list__content {
    margin: -8px
}

.products-list--grid--6[data-layout=grid] .products-list__item {
    margin: 8px;
    width: calc((100% - 96px) / 6)
}

.products-list--grid--6[data-layout=grid] .products-list__head {
    display: none
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .products-list--grid--6[data-layout=grid] .products-list__content {
        margin: -10px
    }

    .products-list--grid--6[data-layout=grid] .products-list__item {
        margin: 10px;
        width: calc((100% - 100px) / 5)
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .products-list--grid--6[data-layout=grid] .products-list__content {
        margin: -10px
    }

    .products-list--grid--6[data-layout=grid] .products-list__item {
        margin: 10px;
        width: calc((100% - 80px) / 4)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .products-list--grid--6[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--6[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 48px) / 3)
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .products-list--grid--6[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--6[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 32px) / 2)
    }
}

@media (max-width: 419px) {
    .products-list--grid--6[data-layout=grid] .products-list__content {
        margin: -8px
    }

    .products-list--grid--6[data-layout=grid] .products-list__item {
        margin: 8px;
        width: calc((100% - 16px) / 1)
    }
}

.products-list[data-with-features=true] .product-card .product-card__features {
    display: block
}

.products-list[data-layout=list] .products-list__content {
    margin: -10px
}

.products-list[data-layout=list] .products-list__item {
    margin: 10px;
    width: calc((100% - 20px) / 1)
}

.products-list[data-layout=list] .products-list__head {
    display: none
}

.products-list[data-layout=list] .product-card {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.products-list[data-layout=list] .product-card .product-card__action--compare,
.products-list[data-layout=list] .product-card .product-card__action--wishlist,
.products-list[data-layout=list] .product-card .product-card__addtocart-icon {
    display: none
}

.products-list[data-layout=list] .product-card .product-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.products-list[data-layout=list] .product-card .product-card__badges {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.products-list[data-layout=list] .product-card .product-card__badges>*+* {
    margin-top: 3px
}

.products-list[data-layout=list] .product-card .product-card__actions-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0
}

.products-list[data-layout=list] .product-card .product-card__rating {
    margin: -3px 0 -2px;
    padding: 8px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-list[data-layout=list] .product-card .product-card__rating-label,
.products-list[data-layout=list] .product-card .product-card__rating-stars {
    margin: 3px 0 2px
}

.products-list[data-layout=list] .product-card .product-card__rating-stars {
    margin-right: 7px
}

.products-list[data-layout=list] .product-card .product-card__rating-label {
    line-height: 1
}

.products-list[data-layout=list] .product-card .product-card__fit .status-badge__text {
    display: block
}

.products-list[data-layout=list] .product-card .product-card__fit .status-badge__tooltip {
    display: none
}

@media (min-width: 768px) {
    .products-list[data-layout=list] .product-card .product-card__image {
        padding: 16px 24px;
        width: 260px
    }

    .products-list[data-layout=list] .product-card .product-card__badges {
        top: 16px;
        left: 16px
    }

    .products-list[data-layout=list] .product-card .product-card__fit {
        position: absolute;
        bottom: 24px;
        left: 258px
    }

    .products-list[data-layout=list] .product-card .product-card__info {
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 20px 20px 57px 0
    }

    .products-list[data-layout=list] .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        padding: 0;
        height: 38px;
        line-height: 36px;
        border-top: 1px solid #ebebeb;
        text-align: center;
        width: 180px;
        right: 20px
    }

    .products-list[data-layout=list] .product-card .product-card__name {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px
    }

    .products-list[data-layout=list] .product-card .product-card__features {
        font-size: 14px;
        padding-top: 10px
    }

    .products-list[data-layout=list] .product-card .product-card__features li+li {
        margin-top: 2px
    }

    .products-list[data-layout=list] .product-card .product-card__footer {
        width: 220px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 22px 49px;
        border-left: 1px solid #ebebeb
    }

    .products-list[data-layout=list] .product-card .product-card__prices {
        padding: 28px 0;
        font-size: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products-list[data-layout=list] .product-card .product-card__price--old {
        font-size: 15px;
        margin-left: 6px
    }

    .products-list[data-layout=list] .product-card .product-card__addtocart-full {
        display: block;
        height: 36px;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 10px
    }

    .products-list[data-layout=list] .product-card .product-card__compare,
    .products-list[data-layout=list] .product-card .product-card__wishlist {
        font-size: 13px;
        line-height: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 7px 10px 5px
    }

    .products-list[data-layout=list] .product-card .product-card__compare svg,
    .products-list[data-layout=list] .product-card .product-card__wishlist svg {
        position: relative;
        top: -1px;
        margin-right: 8px
    }

    .products-list[data-layout=list] .product-card .product-card__wishlist svg {
        margin-left: -3px;
        margin-right: 7px
    }

    .products-list[data-layout=list] .product-card .product-card__compare svg {
        margin-left: -2px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .products-list[data-layout=list] .product-card .product-card__image {
        width: 192px;
        padding-left: 16px;
        padding-right: 16px
    }

    .products-list[data-layout=list] .product-card .product-card__fit {
        left: 190px
    }

    .products-list[data-layout=list] .product-card .product-card__footer {
        width: 180px;
        padding: 0 16px 49px
    }

    .products-list[data-layout=list] .product-card .product-card__prices {
        padding: 24px 0
    }

    .products-list[data-layout=list] .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        width: 148px;
        right: 16px
    }

    .products-list[data-layout=list] .product-card .product-card__compare,
    .products-list[data-layout=list] .product-card .product-card__wishlist {
        margin-top: 1px
    }
}

@media (max-width: 767.98px) {
    .products-list[data-layout=list] .product-card {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .products-list[data-layout=list] .product-card .product-card__image {
        padding: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .products-list[data-layout=list] .product-card .product-card__image .image {
        width: 180px;
        max-width: 100%
    }

    .products-list[data-layout=list] .product-card .product-card__fit {
        position: absolute;
        bottom: 14px;
        display: -ms-flexbox;
        display: flex;
        left: 15px;
        right: 15px
    }

    .products-list[data-layout=list] .product-card .product-card__badges {
        top: 16px;
        left: 16px
    }

    .products-list[data-layout=list] .product-card .product-card__info {
        padding: 0 20px 20px
    }

    .products-list[data-layout=list] .product-card .product-card__features {
        padding-top: 12px
    }

    .products-list[data-layout=list] .product-card .product-card__footer {
        border-top: 1px solid #ebebeb;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 58px
    }

    .products-list[data-layout=list] .product-card .product-card__prices {
        padding-top: 20px;
        padding-bottom: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .products-list[data-layout=list] .product-card .product-card__price--old {
        font-size: 15px;
        margin-left: 6px
    }

    .products-list[data-layout=list] .product-card .product-card__addtocart-full {
        height: 30px;
        padding: 0 16px;
        font-size: 15px;
        margin-right: 8px
    }

    .products-list[data-layout=list] .product-card .product-card__compare,
    .products-list[data-layout=list] .product-card .product-card__wishlist {
        height: 30px;
        width: 32px;
        padding: 0
    }

    .products-list[data-layout=list] .product-card .product-card__compare svg,
    .products-list[data-layout=list] .product-card .product-card__wishlist svg {
        margin-left: 0;
        margin-right: 0
    }

    .products-list[data-layout=list] .product-card .product-card__compare span,
    .products-list[data-layout=list] .product-card .product-card__wishlist span {
        display: none
    }

    .products-list[data-layout=list] .product-card .product-card__meta {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px;
        height: 38px;
        line-height: 36px;
        border-top: 1px solid #ebebeb
    }
}

.products-list[data-layout=table] .product-card {
    background: transparent;
    box-shadow: none
}

.products-list[data-layout=table] .products-list__item {
    width: 100%
}

.products-list[data-layout=table] .products-list__head {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.products-list[data-layout=table] .products-list__head:after {
    display: block;
    content: "";
    width: 36px;
    margin: 0 16px
}

.products-list[data-layout=table] .products-list__column--image {
    width: 90px;
    box-sizing: content-box;
    text-align: center;
    padding: 0 16px
}

.products-list[data-layout=table] .products-list__column--meta {
    width: 140px;
    text-align: center;
    padding: 0 16px;
    margin-left: 1px
}

.products-list[data-layout=table] .products-list__column--product {
    padding: 0 18px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1px
}

.products-list[data-layout=table] .products-list__column--rating {
    width: 140px;
    text-align: center;
    padding: 0 16px;
    margin-left: 1px
}

.products-list[data-layout=table] .products-list__column--price {
    width: 136px;
    padding: 0 16px;
    margin: 0 1px;
    text-align: right
}

.products-list[data-layout=table] .product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.products-list[data-layout=table] .product-card .product-card__action,
.products-list[data-layout=table] .product-card .product-card__addtocart-full,
.products-list[data-layout=table] .product-card .product-card__compare,
.products-list[data-layout=table] .product-card .product-card__features,
.products-list[data-layout=table] .product-card .product-card__fit,
.products-list[data-layout=table] .product-card .product-card__wishlist {
    display: none
}

.products-list[data-layout=table] .product-card .product-card__badges {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    margin-right: 2px
}

.products-list[data-layout=table] .product-card .product-card__badges>* {
    display: inline-block;
    vertical-align: middle
}

.products-list[data-layout=table] .product-card .tag-badge {
    padding: 3px 5px;
    height: 15px;
    font-size: 10px
}

.products-list[data-layout=table] .product-card .tag-badge:before {
    transform: none;
    border-radius: 1.5px;
    left: 0;
    right: 0
}

@media (min-width: 576px) {
    .products-list[data-layout=table] .product-card {
        padding-left: 16px;
        padding-right: 0
    }

    .products-list[data-layout=table] .product-card .product-card__image {
        width: 90px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 16px
    }

    .products-list[data-layout=table] .product-card .product-card__info {
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin: 16px 0
    }

    .products-list[data-layout=table] .product-card .product-card__meta {
        font-size: 13px
    }

    .products-list[data-layout=table] .product-card .product-card__meta-title {
        display: none
    }

    .products-list[data-layout=table] .product-card .product-card__name {
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        line-height: 18px
    }

    .products-list[data-layout=table] .product-card .product-card__rating {
        padding: 0 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4px
    }

    .products-list[data-layout=table] .product-card .product-card__rating-label {
        margin-top: 3px
    }

    .products-list[data-layout=table] .product-card .product-card__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 16px 0;
        border-left: 1px solid #ebebeb;
        padding-left: 16px
    }

    .products-list[data-layout=table] .product-card .product-card__prices {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 120px;
        font-size: 15px;
        border-right: 1px solid #ebebeb;
        padding-right: 16px
    }

    .products-list[data-layout=table] .product-card .product-card__price--old {
        font-size: 14px;
        margin-left: 6px;
        margin-top: 4px;
        margin-left: 0
    }

    .products-list[data-layout=table] .product-card .product-card__addtocart-icon {
        margin: 0 16px
    }

    .products-list[data-layout=table] .product-card .product-card__actions-list {
        padding: 0;
        display: none
    }
}

@media (min-width: 1200px) {
    .products-list[data-layout=table] .product-card .product-card__name {
        padding: 0 18px;
        border-left: 1px solid #ebebeb
    }

    .products-list[data-layout=table] .product-card .product-card__rating {
        padding-top: 0;
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .products-list[data-layout=table] .product-card .product-card__meta,
    .products-list[data-layout=table] .product-card .product-card__rating {
        width: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #ebebeb
    }

    .products-list[data-layout=table] .product-card .product-card__meta {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .products-list[data-layout=table] .product-card .product-card__image {
        width: 60px;
        margin-right: 16px
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .products-list[data-layout=table] .product-card .product-card__info {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
        border-left: 1px solid #ebebeb
    }

    .products-list[data-layout=table] .product-card .product-card__name {
        padding: 0
    }

    .products-list[data-layout=table] .product-card .product-card__rating {
        margin: -3px 0 -2px;
        padding: 5px 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .products-list[data-layout=table] .product-card .product-card__rating-label,
    .products-list[data-layout=table] .product-card .product-card__rating-stars {
        margin: 3px 0 2px
    }

    .products-list[data-layout=table] .product-card .product-card__rating-stars {
        margin-right: 7px
    }

    .products-list[data-layout=table] .product-card .product-card__rating-label {
        line-height: 1
    }

    .products-list[data-layout=table] .product-card .product-card__meta {
        padding: 0 0 5px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .products-list[data-layout=table] .product-card .product-card__image {
        width: 60px;
        margin-right: 16px
    }

    .products-list[data-layout=table] .product-card .product-card__prices {
        width: 90px
    }
}

@media (max-width: 575.98px) {
    .products-list[data-layout=table] .product-card {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0
    }

    .products-list[data-layout=table] .product-card .product-card__image {
        padding: 4px;
        margin: 0 8px;
        width: 60px
    }

    .products-list[data-layout=table] .product-card .product-card__info {
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
        padding: 14px;
        border-top: 1px solid #ebebeb;
        border-left: none
    }

    .products-list[data-layout=table] .product-card .product-card__name {
        line-height: 20px;
        margin-top: 6px
    }

    .products-list[data-layout=table] .product-card .product-card__rating {
        margin: -3px 0 -2px;
        padding-top: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .products-list[data-layout=table] .product-card .product-card__rating-label,
    .products-list[data-layout=table] .product-card .product-card__rating-stars {
        margin: 3px 0 2px
    }

    .products-list[data-layout=table] .product-card .product-card__rating-stars {
        margin-right: 7px
    }

    .products-list[data-layout=table] .product-card .product-card__rating-label {
        line-height: 1
    }

    .products-list[data-layout=table] .product-card .product-card__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .products-list[data-layout=table] .product-card .product-card__prices {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 12px 14px;
        height: 100%;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb
    }

    .products-list[data-layout=table] .product-card .product-card__price--old {
        font-size: 14px;
        margin-top: 4px
    }

    .products-list[data-layout=table] .product-card .product-card__addtocart-icon {
        margin: 10px 18px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (max-width: 1399.98px) {
    .products-list[data-layout=table] .products-list__column--image {
        width: 60px
    }
}

@media (max-width: 1199.98px) {
    .products-list[data-layout=table] .products-list__column--image {
        width: 90px
    }

    .products-list[data-layout=table] .products-list__column--meta,
    .products-list[data-layout=table] .products-list__column--rating {
        display: none
    }
}

@media (min-width: 576px) {
    .products-list[data-layout=table] {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
    }

    .products-list[data-layout=table] .products-list__item+.products-list__item {
        border-top: 1px solid #ebebeb
    }
}

@media (max-width: 575.98px) {
    .products-list[data-layout=table] .products-list__content {
        margin: -8px
    }

    .products-list[data-layout=table] .products-list__item {
        margin: 8px;
        width: calc((100% - 16px) / 1)
    }

    .products-list[data-layout=table] .products-list__head {
        display: none
    }
}


.image--type--category .image__body,
.image--type--product .image__body {
    display: block;
    position: relative;
    width: 100%
}

.image--type--category .image__tag,
.image--type--product .image__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    object-fit: scale-down;
}

.image--type--category .image__body,
.image--type--product .image__body {
    padding-bottom: 100%
}



.products-view__options {
    margin-bottom: 20px
}

.products-view__options,
.products-view__pagination {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.products-view__pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: .75rem 1rem
}

.products-view__pagination-legend {
    font-size: .9375rem;
    padding: 0 .375rem
}

@media (max-width: 767.98px) {
    .products-view__pagination {
        padding-top: 1rem;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .products-view__pagination-legend {
        padding-top: 9px
    }
}


.layout-switcher__list {
    display: -ms-flexbox;
    display: flex
}

.layout-switcher__button {
    padding: 7px;
    margin: 0;
    border: none;
    display: block;
    border-radius: 2px;
    background-color: transparent;
    color: #95a0a6
}

.layout-switcher__button:focus {
    outline: none
}

.layout-switcher__button svg {
    display: block;
    fill: currentColor
}

.layout-switcher__button:hover {
    background-color: #f0f0f0
}

.layout-switcher__button--active {
    color: #37A619
}

.layout-switcher__button--active:hover {
    background-color: transparent
}

/*PRODUCTOS*/

.verdetalle-prod {
    background-color: #000;
    width: 100%;
}

.verdetalle-prod:hover {
    background-color: #37A619;
}

.btn-ver-todo {
    background-color: #fff;
    border-color: #37A619;
    border-width: 2px;
    color: #37A619;
}

.btn-ver-todo:hover {
    background-color: #37A619;
}

/*CARRITO*/

.bk-power {
    background-color: #37A619;
    border-color: #000000;
    border-width: 2px;
    color: #fff;
}

.bk-power:hover {
    background-color: #000000;
    color: #fff;
}

#num_carrito {
    margin-left: -1.2%;
    margin-top: -0.4%;
    position: absolute;
}

.accordion {
    --bs-accordion-btn-bg: #000;
    --bs-accordion-active-bg: #37A619;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-color: #fff;

}


/* Profile Picture */
.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.profile-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
