body,
p {
    line-height: 1.5;
}

hr {
    margin: .25em 0;
}

.mm-slideout {
    z-index: 0;
}

.hidden,
.m-userremove-article {
    display: none;
}

.m-product .splash,
.m-productlist .splash {
    left: 0;
    top: 10px;
}

.badge.badge-warning {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff;
    font-weight: normal;
}
.badge.badge-warning.reverse {
    background-color: #fff;
    color: #2f2f2f;
    border: 1px solid #2f2f2f;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row {
    margin: 0 -10px;
}

.flex.row:before,
.flex.row:after {
    display: none;
}

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

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.hidden-mobile {
	display: none;
}

.site-message {
    padding: 5px 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
}

.site-header {
    position: relative;
    padding: 10px 0 0;
}
.header-links a {
    padding: 0 10px;
}
.header-links a:first-child {
    border-right: 1px solid #ccc;
}
.site1 .header-links a:first-child {
    font-weight: bold;
}
.site2 .header-links a:last-child {
    font-weight: bold;
}
.site-header .top-search-form {
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: calc(100% + 9px);
    right: 10px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
}

.site-header .top-search-form.is-opened {
    opacity: 1;
    visibility: visible;
}

.site-header .hidden-desktop>a,
.site-header .hidden-desktop>button {
    padding: 0 5px;
    font-size: 1.2em;
    background: none;
    border: none;
}

.site-header .logo img {
    max-height: 55px;
}

.site-header .w-language .placeholder-wrapper {
    vertical-align: middle;
}

.m-text-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.hero-slider-theme {
    position: relative;
}
.site-icons b {
    color: #6a714c;
}
.site-icons .hero-slider-theme {
    max-width: 1000px;
    margin: auto !important;
}
.hero-slider-theme img {
    width: 100% !important;
}

.hero-slider-theme[data-slider="multiple"] {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.hero-slider-theme[data-slider="multiple"] img {
    width: 100% !important;
    padding: 10px;
    height: 100% !important;
    object-fit: contain;
}

.hero-slider-theme .item-caption {
    position: static;
    background: none;
    text-align: left;
    padding: 1em 0;
}

.hero-slider-theme .item-caption figcaption {
    width: auto;
}

.hero-slider-theme.text-right .item-caption figcaption {
    margin-left: auto;
}

.hero-slider-theme.text-right .item-caption {
    text-align: right;
}

.hero-slider-theme .item-title p,
.hero-slider-theme .item-title span,
.hero-slider-theme .item-text p,
.hero-slider-theme .item-text span,
.hero-slider-theme .item-link .button-text {
    color: #000;
}

.hero-slider-theme .item-title p {
    text-transform: uppercase;
    font-weight: bold;
}

.hero-slider-theme .item-link .button-text {
    border: 1px solid;
    padding: .5em 1em;
    margin: 1em 0;
    display: inline-block;
    width: 100%;
}

.site-brands {
    margin: 0 0 20px;
}
.site-brands .container {
    max-width: 920px;
}
.site-brands img {
    margin: 0;
    padding: 5px;
}

.site-brands,
.site-social {
    padding: 1.5em 0;
    background: #eee;
}

.productItem {
    margin-bottom: 20px;
}

.productItem .type-col {
    padding: 0 10px 10px;
    border: 1px solid #eee;
}

.m-productlist-title {
    display: block;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: .9em;
}

.button-primary a {
    color: #fff !important;
}

.productItem .button {
    margin-bottom: 10px;
}

.productItem .button,
.productItem .button-primary,
.button-primary a {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.productItem .m-productlist-buttons input,
.productItem .m-productlist-buttons div {
    width: 50%;
}

.m-product-price,
.productItem .m-productlist-price {
    color: #59a183;
    font-weight: bold;
}

.m-product-title {
    padding: 0;
    margin: 0;
}

.m-product-transaction {
    margin: 1em 0 2em;
}
.product-icons .icon {
    padding: 0 5px;
    max-width: 99px;
}
.product-icons .icon img {
    margin: 0;
}
.m-product-transaction-button .button-primary {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
}

.m-product-buttons-type-title {
    margin-bottom: 1em;
    font-weight: bold;
}

.variantInfoPanel.open {
    display: none;
}

.variantInfoPanel .panel,
.variantInfoPanel .panel-body {
    background: none;
    border: none;
    padding: 0;
    color: #333;
}

.variant-image {
    position: relative;
    cursor: pointer;
}

.variant-image img {
    margin: 0;
    border-radius: 50%;
}

.m-product-buttons-list input:checked + .variant-image:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.variant-image+.form-label {
    display: none;
    border: none;
}

.m-product-buttons-list input:checked + .variant-image + .form-label {
    display: block;
}

.m-product-buttons-list input {
    display: none !important;
}

.m-product-buttons-list .form-label {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    transition: all .3s ease-in;
}

.m-product-buttons-list input:checked + .form-label {
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    color: #fff;
}

.m-product-buttons-list {
    margin: 0 10px 0 0;
}

.thumbelina li img {
    width: auto !important;
    max-height: 62px;
}

.nav-tabs {
    display: flex;
}
.nav-tabs>li {
    width: 100%;
    text-align: center;
    margin-right: 0;
}
.nav-tabs>li:not(:first-child) {
    margin-left: -1px;
}
.nav-tabs li > a {
    font-size: 1em;
}
.nav-tabs li > a,
.t-panel-clean > .pane,
.nav-tabs li.active > a {
    border-color: #555;
}
.nav-tabs li.active > a {
    font-weight: bold;
}

.vw {
    position: relative;
    padding-top: 56%;
    width: 100%;
}

.vw iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.m-product-additional-info-content .button.content-folded .is-closed {
    display: none;
}
.m-product-additional-info-content .button:not(.content-folded) .is-opened {
    display: none;
}
.m-product-additional-info-content .product-description {
    max-height: 95px;
    overflow-y: hidden;
    margin-bottom: 1em;
    position: relative;
}
.m-product-additional-info-content .product-description.content-folded {
    max-height: 100%;
}
.m-product-additional-info-content .product-description:not(.content-folded):after {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, transparent 100%);
}
.site-footer {
    padding: 1.5em 0;
    border: none;
}

.flex>.item {
    margin-bottom: 1.5em;
}

.modal-window {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    z-index: 999;
    overflow-y: auto;
    font-size: 16px;
    background: rgba(0, 0, 0, .6);
}

.modal-window>div {
    background: #fff;
    padding: 2em;
    width: 100%;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 20px #000;
}

.modal-window a,
.modal-window button {
    border: 2px solid #000;
    margin: 5px;
    background: none;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.modal-window.is-opened {
    opacity: 1;
    visibility: visible;
}

.modal-newsletter {
    position: relative;
    z-index: 9999999999;
}

.modal-newsletter>button {
    background: #664a4a;
    border: none;
    padding: 10px;
    transition: all .2s ease-in;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 200px;
    width: 90%;
    color: #fff;
}

.modal-newsletter>button.slide-up {
    bottom: -100px;
}

.modal-newsletter img {
    max-width: 40%;
    margin: 0;
    display: none;
}

.modal-newsletter>div>div>button {
    background: none;
    border: none;
    float: right;
    font-size: 2em;
    margin-top: -10px;
    display: inline-block;
    color: #fff;
}

.modal-newsletter>div {
    position: fixed;
    right: 10px;
    bottom: -100%;
    background-color: #aba08e;
    background-size: 25%;
    background-position: left top;
    background-repeat: no-repeat;
    width: 90%;
    position: fixed;
    right: 10px;
    z-index: 999;
    transition: all .2s ease-in;
    max-width: 750px;
}

.modal-newsletter>div>div {
    padding: 1em;
}

.modal-newsletter .h4,
.modal-newsletter p {
    color: #fff;
}

.modal-newsletter .h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.modal-newsletter .h4:after {
    content: "";
    display: block;
    max-width: 100px;
    margin: 1em auto;
    height: 3px;
    background: rgba(255, 255, 255, .5);
}

.modal-newsletter .form-input {
    height: auto;
    padding: .75em 0;
}

.italic {
    font-style: italic;
}

.modal-newsletter>.slide-up {
    bottom: 0;
}

.site-columns img{
    width: 100% !important;
    height: 100% !important;
}

.productItem .productContent .hover-image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .modal-newsletter img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: 0;
        object-fit: cover;
        height: auto;
    }
    .modal-newsletter>div>div {
        width: 60%;
        margin-left: auto;
    }
}

@media only screen and (min-width:960px) {
	.hidden-mobile {
		display: block;
	}
	.hidden-desktop {
		display: none;
	}
	.site-header {
	    font-size: 12px;
	}
	.site-header .container {
	    position: relative;
	}
	.site-header .flex>div {
	    position: static;
	}
	.header-navigation > * {
	    padding: 0 10px;
	    text-transform: uppercase;
	    max-width: 200px;
	    margin: 0;
	}
	.site-header .text-menu {
	    padding: 0 0 0 1em;
	    margin: 2em 0 0;
	}
	.site-header .text-menu ul,
	.site-header .text-menu ul li,
	.site-header .text-menu ul a {
	    padding: 0;
	}
	.site-header .text-menu>li>a {
	    text-transform: uppercase;
	    padding: 15px 0;
	}
	.site-header .text-menu .dropdown {
	    position: static;
	}
	.site-header .text-menu .dropdown>.dropdown-menu {
	    right: 0;
	}
	.site-header .text-menu .dropdown>.dropdown-menu>.dropdown-container {
	    padding: 1em;
	    border-color: #eee;
	}
	.site-header .text-menu .dropdown>.dropdown-menu>.dropdown-container>ul>li {
	    display: inline-block;
	    vertical-align: top;
	    width: 19%;
	    margin: 1em 0;
	}
	.site-header .text-menu .dropdown>.dropdown-menu>.dropdown-container>ul>li>a {
	    padding: 1em 0 2em;
	    font-weight: bold;
	}
	.site-header .text-menu .dropdown>.dropdown-menu>.dropdown-container>ul>li ul {
	    list-style: disc;
	    padding-left: 1.2em;
	}
	.site-header .quick-cart-link {
	    padding: 0;
	    display: block;
	    position: relative;
	}
	.site-header .quick-cart-link .m-quick-cart__count {
	    position: absolute;
	    right: -5px;
	    top: -5px;
	    color: #fff;
	    font-size: 10px;
	    width: 15px;
	    height: 15px;
	    line-height: 15px;
	    border-radius: 50%;
	    background: #000;
	    margin: 0;
	}
    .hero-slider-theme .item-caption {
        position: absolute;
        font-size: 16px;
        padding: 2em 4em;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
    }
	.column .nav-menu {
	    padding: 1em;
	    background: #eee;
	}
	.column ul {
	    width: 100%;
	}
	.column .nav-menu a {
	    max-width: 90%;
	}
	.column .nav-menu li.active > a,
	.column .nav-menu li:hover > a {
	    text-decoration: underline;
	}
	.column .nav-menu li.active > a {
	    font-weight: bold;
	}
	.column .nav li img {
	    margin: 0;
	    max-height: 15px;
	    max-width: 15px;
	}
	.product-icons .icon img {
	    cursor: pointer;
	    transition: transform .1s ease-in;
	    position: relative;
	}
	.product-icons .icon img:hover {
	    transform: scale(2.5);
	    z-index: 1;
	}
 	.productItem .productContent .hover-image {
        transition: all .2s ease-in;
    }
    .productItem .productContent .image:hover .hover-image {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .col-s-1-3 {
        width: 33.33333%;
    }
}

.b-productcategories-list small,
.nav-breadcrumbs li a span small{
  display: none;
}