html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #2b2b2b;
    margin: 0;
    font-size: 16px;
    min-width: 320px;
    min-height: 100%;
    font-family: 'Century Gothic', sans-serif;
}

body.sticky-footer {
    display: flex;
    flex-direction: column;
}

a {
    color: #2b2b2b;
}

a:hover,
a:focus {
    color: #2b2b2b;
}

.h1, h1 {
    font-size: 34px;
}

.h2, h2 {
    font-size: 28px;
}

.h3, h3 {
    font-size: 22px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 14px;
}

.sticky-footer #wrapper {
    flex: 1;
}

.container-fluid {
    max-width: 85%;
}

section {
    margin: 60px 0 0;
}

section .section-title {
    margin: 0 0 25px;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.section-content {
    margin: 30px 0 0;
}

.section-content .content-header h1 {
    margin: 0;
}

.section-content .content-body {
    margin: 25px auto;
}

.section-content .media-object {
    max-width: 120px;
}

.section-content .col-half {
    width: 50%;
}

.section-content .col-left {
    width: 60%;
}

.section-content .col-right {
    width: 40%;
}

.section-content .gallery-slider {
    margin: 0 0 30px 0;
}

.section-content .gallery-slider li > a {
    margin: 0 auto;
}

.section-content .lSAction > a {
    top: 0;
    color: #85b651;
    width: 60px;
    height: 100%;
    margin: 0;
    opacity: 1;
    background: transparent;
}

.section-content .lSAction > a.lSPrev {
    left: 0;
}

.section-content .lSAction > a.lSNext {
    right: 0;
}

.section-content .lSAction .line-arrow {
    top: 50%;
    margin: -24px 0 0;
    position: relative;
}

.section-content .lSAction .line-arrow.left {
    margin-left: 10px;
}

.section-content .lSAction .line-arrow.right {
    right: 0;
    float: right;
    margin-right: 10px;
}

header .affix {
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #1E1E1E;
}

header .affix-bottom {
    position: absolute;
}

.header-toolbar {
    color: #fff;
    padding: 8px 0;
    background-color: #2b2b2b;
}

.header-toolbar .toolbar-brand {
    margin: 0 18% 0 0;
}

.header-toolbar .toolbar-nav {
    color: #fff;
    margin: 5px 0 0;
    font-size: 16pt;
    white-space: nowrap;
}

.header-toolbar .toolbar-nav img {
    margin: 0 13px 0 0;
}

.header-toolbar .toolbar-search {
    text-align: center;
}

.header-toolbar .toolbar-search .form-group {
    width: 88%;
    margin: 7px 0 0 4%;
    /*max-width: 590px;*/
}

.header-toolbar .toolbar-search input {
    width: 87%;
}

.header-toolbar .toolbar-search .btn-link {
    top: -2px;
    color: #fff;
    padding: 0 7px;
    font-size: 23px;
    position: relative;
}

.header-toolbar .toolbar-cart .btn-cart {
    color: #fff;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
    font-size: 16pt;
    text-align: right;
    white-space: nowrap;
}

.header-toolbar .toolbar-cart .btn-cart img {
    margin: -2px 13px 0 0;
}

.header-toolbar .toolbar-cart .btn-cart .badge {
    top: 4px;
    left: 15px;
    position: absolute;
    font-size: 12px;
    background: #85b651 none repeat scroll 0 0;
}

.header-toolbar .toolbar-cart .btn-cart .badge.x2 {
    left: 14px;
}

.header-toolbar .toolbar-cart .btn-cart .badge.x3 {
    left: 9px;
}

.header-toolbar .toolbar-cart .btn-cart .badge.x4 {
    left: 5px;
}

.header-toolbar .toolbar-cart .dropdown-menu {
    color: #2b2b2b;
    margin: 15px 0 0;
    padding: 0;
    border: solid #ccc;
    border-width: 0 1px 1px;
	z-index: 1200;
    min-width: 360px;
}

.header-toolbar .toolbar-cart .dropdown-menu.cart-empty {
    min-width: 340px;
}

.header-toolbar .toolbar-cart .cart-empty {
    padding: 7px 10px 14px;
    text-align: center;
}

.header-toolbar .toolbar-cart .cart-empty p:last-of-type {
    margin: 0;
}

.header-toolbar .toolbar-cart .cart-tip {
    top: 1px;
    cursor: help;
    font-size: 16px;
    position: relative;
}

.header-toolbar .toolbar-cart .cart-products {
    max-height: 420px;
    overflow-y: auto;
}

.header-toolbar .toolbar-cart .cart-row {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.header-toolbar .toolbar-cart .row-product {
    padding: 6px 20px 6px 5px;
}

.header-toolbar .toolbar-cart .row-product img {
    padding: 0 7px 5px 0;
    max-width: 60px;
    max-height: 40px;
}

.header-toolbar .toolbar-cart .row-product .product-name {
    margin: 0 0 3px;
    line-height: 17px;
}

.header-toolbar .toolbar-cart .row-product a:hover .product-name {
    color: #85b651;
}

.header-toolbar .toolbar-cart .row-product .btn-xs {
    top: 0;
    right: 0;
    color: #2b2b2b;
    position: absolute;
    font-size: 16px;
}

.header-toolbar .toolbar-cart .row-product:hover .btn-xs {
    color: red;
}

.header-toolbar .toolbar-cart .row-submit {
    padding: 7px;
    line-height: 34px;
}

.header-navbar {
    margin: 0;
    min-height: auto;
}

.header-navbar .navbar-header {
    z-index: 1100;
    position: relative;
}

.header-navbar .navbar-brand {
    padding: 15px;
}

.header-navbar .navbar-brand img {
    max-height: 50px;
}

.header-navbar .navbar-toggle {
    /*float: left;*/
    /*margin-left: 15px;*/
    margin-top: 20px;
}

.header-navbar .navbar-collapse {
    padding: 0;
    position: relative;
}

.header-navbar .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.header-navbar .navbar-nav > li {
    float: none;
    display: inline-block;
}

.header-navbar .navbar-nav > li > a {
    color: #000;
    padding: 10px;
    font-size: 18px;
}

.header-navbar .navbar-nav > li.active > a,
.header-navbar .navbar-nav > li > a:focus,
.header-navbar .navbar-nav > li > a:hover {
    color: #85b651;
}

.header-navbar .navbar-nav > li > a::before {
    top: -1px;
    color: #85b651;
    margin: 0 4px 0 0;
    position: relative;
    font-weight: bold;
}

.header-navbar .navbar-nav > li.label-phone > a::before {
    display: none;
}

.header-navbar .navbar-right {
    margin: 25px 0 0;
    line-height: 18px;
    white-space: nowrap;
}

.header-navbar .navbar-right .tooltip {
    margin: 0 0 0 30px;
}

.header-labels {
    padding: 7px 0;
    z-index: 1000;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.index .header-labels {
    box-shadow: none;
}

.header-labels .label-address {
    display: inline-block;
    padding: 8px 0 9px 60px;
    min-height: 49px;
    background: url(../images/icon-location.png) left center no-repeat;
    white-space: nowrap;
    line-height: 20px;
}

.header-labels .label-email {
    display: inline-block;
    padding: 8px 0 9px 60px;
    min-height: 49px;
    background: url(../images/icon-email.png) left center no-repeat;
    line-height: 20px;
}

.header-labels .label_info {
    display: inline-block;
    padding: 11px 0 12px 60px;
    font-size: 14px;
    min-height: 48px;
    background: url(../images/icon-xfiles.png) left center no-repeat;
    line-height: 17px;
    text-transform: uppercase;
}

.header-labels .label-phone {
    display: inline-block;
    padding: 8px 45px 7px 60px;
    min-height: 48px;
    background: url(../images/icon-phone.png) left center no-repeat;
    line-height: 21px;
}

.header-labels .label-phone a {
    display: block;
}

.header-labels .label-phone span::before,
.header-labels .label-phone span::after {
    color: #85b651;
    display: inline-block;
}

.header-labels .label-phone span::before {
    content: '(';
}

.header-labels .label-phone span::after {
    content: ')';
}

.header-contacts {
    padding: 30px 0;
}

.section-slider {
    margin: -18px 0 0;
}

.section-slider .bx-wrapper {
    margin: 0 auto 40px;
}

.section-slider .bx-wrapper::before,
.section-slider .bx-wrapper::after {
    width: 100%;
    margin: 0 auto;
    display: block;
    content: "";
    background-size: 100%;
}

.section-slider .bx-wrapper::before {
    height: 20px;
    background: url(../images/bg-slider-shadow-top.png) center top repeat-x;
}

.section-slider .bx-wrapper::after {
    height: 23px;
    background: url(../images/bg-slider-shadow.png) bottom center no-repeat;
}

.section-slider li {
    overflow: hidden;
    max-height: 472px;
}

.section-slider .slide-overlay {
    top: 0;
    right: 22%;
    width: 30%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 1s linear;
}

.section-slider .slide-content {
    margin: 22% 7% 0 16%;
    padding: 15px 0 15px 20px;
    opacity: 0;
    z-index: 110;
    position: relative;
    border-left: 1px solid #85b651;
}

.section-slider .slide-skew {
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 480px;
    border: solid #eee;
    border-width: 0 1px;
    background: #fff;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 100;
    -webkit-transform: skew(11deg);
    -moz-transform: skew(11deg);
    -o-transform: skew(11deg);
    transform: skew(11deg);
}

.section-slider .slide-title {
    font-size: 34px;
}

.section-slider .slide-title span {
    font-size: 75%;
}

.section-slider .slide-description {
    font-size: 27px;
    line-height: 1.45;
}

.section-slider .slide-link {
    color: #85b651;
    margin: 20px 0 0;
    display: block;
    font-size: 26px;
}

.section-slogan h1 {
    margin: 0;
    font-size: 46pt;
    text-align: center;
}

.section-slogan span {
    color: #85b651;
}

.section-services.container-fluid {
    max-width: 85%;
    margin-top: 30px;
}

.section-services .service-item {
    text-align: center;
}

.section-services .service-item.item-center {
    padding: 0 45px;
}

.section-services .service-title {
    color: #85b651;
    text-transform: uppercase;
}

.section-services .service-description {
    font-size: 18px;
}

.section-reviews {
    color: #fff;
    padding: 45px 15px 30px;
    text-align: center;
    background-color: #2b2b2b;
}

.section-reviews .review-text {
    margin: 15px auto 30px;
    max-width: 55%;
    font-size: 22px;
    font-style: italic;
    text-align: center;
}

.section-reviews .review-author {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-reviews .bx-wrapper {
    margin: 0;
}

.section-reviews .bx-wrapper .bx-pager {
    padding: 30px 0 0;
    position: static;
}

.section-contacts {
    margin: 0;
    padding: 30px 0;
    z-index: 1100;
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}

.section-contacts p {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center;
}

.section-map {
    margin: 0;
}

.catalog-categories .category-column {
    padding-bottom: 30px;
}

.catalog-categories .category-item {
    border: 1px solid #e7e7e7;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.catalog-categories .category-item > a {
    text-decoration: none;
}

.catalog-categories .category-item > a > i {
    color: #85b651;
    display: block;
    margin: 0 auto;
    font-size: 46px;
    transform: scaleX(1.2);
}

.catalog-categories .category-item img {
    margin: 15px auto 10px;
    max-height: 90px;
}

.catalog-categories .category-item h2 {
    margin: 5px;
    display: flex;
    font-size: 20px;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}

.catalog-categories .category-dropdown {
    color: #fff;
    display: none;
    font-size: 0;
}

.catalog-categories .category-dropdown h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.catalog-categories .category-dropdown a {
    color: #fff;
    margin: 0 auto 5px;
    display: block;
    font-size: 17px;
    line-height: 21px;
}

.catalog-categories .category-dropdown a:last-of-type {
    margin: 0;
}

.catalog-categories .category-dropdown a::before {
    color: #fff;
    margin: 0 4px 0 0;
    content: "/";
    display: inline-block;
    font-weight: bold;
}

.catalog-categories .category-dropdown a.dropdown-title::before {
    display: none;
}

.catalog-categories .dropdown-centered {
    display: table-cell;
    vertical-align: middle;
}

.catalog-categories .category-item:hover {
    z-index: 1000;
    position: relative;
    border-color: transparent;
}

.catalog-categories .category-item:hover h2 {
    text-decoration: underline;
}

/*
todo max height, overflow, flexbox vertical align
*/
.catalog-categories .category-item:hover .category-dropdown {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #85b651;
    padding: 10px;
    z-index: 1100;
    opacity: 1;
    display: table;
    position: absolute;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    /* http://www.colorzilla.com/gradient-editor/#85b651+0,85b651+100&0.8+0,1+70 */
    background: -moz-linear-gradient(top, rgba(141, 198, 63, 0.8) 0%, rgba(141, 198, 63, 1) 70%, rgba(141, 198, 63, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(141, 198, 63, 0.8) 0%, rgba(141, 198, 63, 1) 70%, rgba(141, 198, 63, 1) 100%);
    background: linear-gradient(to bottom, rgba(141, 198, 63, 0.8) 0%, rgba(141, 198, 63, 1) 70%, rgba(141, 198, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85b651', endColorstr='#85b651', GradientType=0);
}

.catalog-products .product-column {
    padding-bottom: 30px;
}

.catalog-products .product-item {
    border: 1px solid #e7e7e7;
    display: block;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.catalog-products .product-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.catalog-products .product-item .product-image {
    min-height: 200px;
}

.catalog-products .product-item .product-image img {
    margin: 0 auto;
    max-height: 200px;
}

.catalog-products .product-item h2 {
    margin: 10px 0 5px;
    font-size: 16px;
    min-height: 60px;
    line-height: 19px;
}

.catalog-products .product-item .product-price {
    margin: 0 0 7px;
    font-size: 20px;
}

.catalog-products .product-item .product-price i {
    font-size: 16px;
}

.catalog-products .product-item .product-description {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

.catalog-products .sorting-nav {
    font-size: 14px;
    margin-bottom: 10px;
}

.catalog-products .sorting-label {
    margin: 0 13px 0 0;
}

.catalog-products .sorting-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.catalog-products .sorting-nav li {
    float: left;
    padding: 0 15px 0 0;
    list-style: none;
}

.catalog-products .sorting-nav li a {
    color: #85b651;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.catalog-products .sorting-nav li a.asc,
.catalog-products .sorting-nav li a.desc {
    color: #2b2b2b;
}

.catalog-products .sorting-nav li a.asc::after,
.catalog-products .sorting-nav li a.desc::after {
    top: 2px;
    left: 3px;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    position: relative;
}

.catalog-products .sorting-nav li a.asc::after {
    background: url("../images/icon-arrow-small_down.png") center center no-repeat;
}

.catalog-products .sorting-nav li a.desc::after {
    background: url("../images/icon-arrow-small_up.png") center center no-repeat;
}

.catalog-products .sorting-nav li a.asc,
.catalog-products .sorting-nav li a.desc,
.catalog-products .sorting-nav li a:hover,
.catalog-products .sorting-nav li a:focus {
    border-color: transparent;
    text-decoration: none;
}

.catalog-products .pagination-nav {
    margin: -15px 0 0;
}

.product .product-article {
    color: #85b651;
}

.product .product-article::before {
    color: #85b651;
    margin: 0 2px 0 0;
    content: "/";
    display: inline-block;
}

.product .product-price {
    margin: 30px 0;
    font-size: 28px;
}

.product .product-price i {
    font-size: 26px;
}

.product .product-description dt {
    width: 155px;
    text-align: left;
}

.product .product-description.description-package dt {
    width: 200px;
}

.product .product-description dd {
    margin-bottom: 4px;
}

.product .product-thumbs {
    margin: 15px 0 0;
    font-size: 0;
}

.product .product-thumbs img {
    float: left;
    margin: 0 20px 30px 0;
    padding: 0 0 15px;
    border-bottom: 3px solid transparent;
}

.product .product-thumbs a:hover img,
.product .product-thumbs .active img {
    border-color: #85b651;
}

.product .product-sizes {
    margin: 30px 0 0;
}

.product .control-quantity {
    margin: 0 0 10px;
}

.product .btn-to-cart {
    margin: 15px 0 0;
}

.sidebar-nav {
    margin: 0;
}

.sidebar-nav .navbar-header {
    /*margin: 0 0 15px;*/
}

.sidebar-nav .navbar-title {
    color: #85b651;
    display: block;
    padding: 4px 10px 4px 55px;
    overflow: hidden;
    position: absolute;
    max-width: 100%;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-nav .navbar-toggle {
    float: left;
    margin: 0 10px 15px 0;
}

.sidebar-nav .navbar-collapse {
    padding: 0;
}

.sidebar-nav .navbar-collapse.in,
.sidebar-nav .navbar-collapse.collapsing {
    padding: 15px 0;
}

.sidebar-nav ul {
    list-style: none;
}

.sidebar-nav ul.level-1 {
    padding: 0;
}

.sidebar-nav ul ul {
    margin: 5px 0 15px;
    padding: 0 0 0 30px;
}

.sidebar-nav li {
    margin: 0 0 5px;
}

.sidebar-nav li a:hover {
    color: #85b651;
}

.sidebar-nav li.active > a {
    color: #85b651;
    font-weight: bold;
}

.cart-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.cart-table {
    margin: 0;
}

.cart-table .product-image {
    margin: 0 10px 0 0;
    min-width: 80px;
}

.cart-table .product-image img {
    margin: 0 auto;
}

.cart-table .product-attribute {
    margin: 0 0 4px;
    font-size: 14px;
}

.cart-table .product-variant-quantity > div {
    display: inline-block;
}

.cart-table .row-product .btn-row-remove {
    color: red;
    margin: -3px 0 0 -3px;
    padding: 0 7px;
    font-size: 20px;
}

.cart-table .control-quantity {
    margin: 0 auto;
}

.cart-table .cart-description {
    margin-left: -50px;
}

.cart-table .cart-summary .label-sum {
    padding: 0 10px 0 0;
}

.cart-table .cart-summary .label-sum span {
    font-size: 14px;
    font-weight: normal;
}

.cart-table .cart-summary .summary-tooltip {
    max-width: 55%;
    font-size: 14px;
}

.cart-table .cart-summary .btn-cart-submit {
    clear: both;
    padding: 6px 20px;
}

.order-view-title {
    margin: 0;
}

.list-services {
    text-align: center;
}

.list-services > div {
    margin: 0 0 15px;
}

.list-services img {
    margin: 0 auto 10px;
    display: block;
    max-width: 120px;
}

footer {
    width: 100%;
    color: #fff;
    bottom: 0;
    background-color: #2b2b2b;
}

footer a {
    color: #fff;
}

footer .container-fluid {
    padding-top: 15px;
    padding-bottom: 30px;
}

footer .footer-search {
    width: 100%;
    margin: 15px 0 0;
}

footer .footer-search .form-group {
    width: 55%;
    margin: 0;
    padding: 0;
}

footer .footer-search .btn-link {
    top: -3px;
    color: #fff;
    margin: 0 0 0 7px;
    padding: 0 7px 0 3px;
    font-size: 23px;
    position: relative;
}

footer .navbar-nav {
    width: 100%;
    text-align: right;
}

footer .navbar-nav > li {
    float: none;
    display: inline-block;
    font-size: 18px;
}

footer .navbar-nav > li > a.active,
footer .navbar-nav > li > a:focus,
footer .navbar-nav > li > a:hover {
    color: #fff;
}

footer .navbar-nav > li > a::before {
    color: #85b651;
    margin: 0 4px 0 0;
    font-weight: bold;
}

footer .footer-copyright {
    font-size: 14px;
    padding-top: 10px;
}

footer .footer-copyright a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer-copyright span {
    white-space: nowrap;
}

.owl-carousel .owl-nav > div {
    top: 19px;
    width: 74px;
    height: 74px;
    position: absolute;
    text-indent: -9999px;
}

.owl-carousel .owl-nav > div:after {
    width: 32px;
    height: 32px;
    content: '';
    display: block;
    z-index: 1200;
    position: relative;
}

.owl-carousel .owl-nav > div.owl-prev {
    left: -12px;
}

.owl-carousel .owl-nav > div.owl-next {
    right: -12px;
}

.owl-carousel .owl-nav > div.owl-prev::after {
    left: 26px;
    border-top: 4px solid #85b651;
    border-left: 4px solid #85b651;;
    transform: rotate(-54deg) skew(-8deg);
}

.owl-carousel .owl-nav > div.owl-next::after {
    left: 18px;
    border-top: 4px solid #85b651;;
    border-right: 4px solid #85b651;;
    transform: rotate(54deg) skew(8deg);
}

.section-clients {
    overflow: hidden;
}

.section-clients .section-title {
    margin: 10px 0 15px;
}

.clients-slider .owl-nav:after,
.clients-slider .owl-nav:before {
    top: 0;
    width: 150px;
    height: 110px;
    content: '';
    display: block;
    z-index: 1100;
    position: absolute;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.clients-slider .owl-nav:before {
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.clients-slider {
    margin: 0;
}

.clients-slider .owl-item > div {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb {
    float: right;
    border: 0;
    margin: 15px 0 0;
    padding: 0;
    text-align: right;
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb > li.home,
.breadcrumb > li.home a {
    color: #85b651;
}

.breadcrumb > li i {
    top: 1px;
    padding: 0 5px 0 0;
    position: relative;
    font-size: 20px;
}

.breadcrumb > li + li::before {
    color: #85b651;
}

.store.product .breadcrumb {
    float: left;
    text-align: left;
}

.dl-contacts dt {
    text-align: left;
}

.dl-contacts dd {
    margin-bottom: 10px;
}

.line-arrow {
    width: 48px;
    height: 48px;
    display: block;
}

.line-arrow.top {
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-54deg) skew(-20deg);
}

.line-arrow.left {
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-54deg) skew(-20deg);
}

.scroll-top {
    right: 20px;
    width: 60px;
    height: 60px;
    bottom: 20px;
    outline: none !important;
    display: none;
    position: fixed;
    box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 50%;
}

.scroll-top .line-arrow {
    top: 22px;
    left: 13px;
    width: 32px;
    height: 32px;
    position: relative;
    transform: rotate(45deg);
    border-color: #85b651;
}

.line-arrow.right {
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(54deg) skew(20deg);
}

.btn-to-cart,
.btn-to-cart[disabled] {
    color: #fff !important;
    opacity: 1 !important;
    padding: 10px 15px 13px 62px;
    background: #2b2b2b url(../images/icon-cart.png) 10px 7px no-repeat;
    text-transform: lowercase;
}

.btn-to-cart[disabled] {
    cursor: text !important;
}

.btn-to-cart.in-cart {
    text-align: left;
    min-width: 200px;
}

.btn-default.btn-to-cart:hover,
.btn-default.btn-to-cart:focus,
.btn-default.btn-to-cart:active:hover,
.btn-default.btn-to-cart:active:focus {
    color: #fff;
    background-image: url(../images/icon-cart-hover.png);
}

.btn-to-cart span {
    font-size: 14px;
}

.btn-to-cart span::before,
.btn-to-cart span::after {
    display: inline-block;
}

.btn-to-cart span::before {
    content: '(';
}

.btn-to-cart span::after {
    content: ')';
}

.control-quantity {
    width: 120px;
    position: relative;
}

.control-quantity input {
    width: 100%;
    border: solid #85b651;
    border-width: 0 0 1px;
    text-align: center;
    padding: 4px 40px;
}

.control-quantity button {
    top: 0;
    color: #85b651;
    padding: 10px 12px 6px;
    position: absolute;
    font-size: 10px;
}

.control-quantity button:hover,
.control-quantity button:focus {
    color: #85b651;
}

.control-quantity button.btn-down {
    padding-left: 4px;
}

.control-quantity button.btn-up {
    right: 0;
    padding-right: 4px;
}

.help-block {
    font-size: 14px;
}

textarea {
    resize: vertical;
}

label {
    font-weight: normal;
}

label span.required {
    color: #ff4038;
}

hr {
    height: 1px;
    margin: 0;
    border-color: transparent;
}

.cl-green {
    color: #85b651;
}

.link-hover-green a:hover {
    color: #85b651;
}

.dotted {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.dotted:hover,
.dotted:focus {
    border-color: transparent;
    text-decoration: none;
}

.svg-figure {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.image-centered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image-centered img {
    margin: 0 auto;
}

.position-rel {
    position: relative;
}

.pt-15 {
    padding-top: 15px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-overflow {
    overflow: hidden !important;
}

.td-underline {
    text-decoration: underline;
}

.no-td,
.no-td:hover,
.no-td:focus {
    text-decoration: none;
}