.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

body {
    background: #d9d9d9 url(/upload_dir/pics/pattern-4.png) left top / auto repeat fixed;
        line-height: 1.4rem;
}

p{
    margin-bottom: .8rem;
}

.topBar{
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.topBar p{
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
}

.main{
    overflow: hidden;
    max-width: 1270px;
    margin: 36px auto;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 10px;
}
.site-header{
    position: relative;
    background: none;
    border: none;
    padding-top: 1.7857142857rem;
    padding-bottom: 1.7857142857rem;
}

.header-usps{
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-header-right,
.col-header-left,
.site-navigation{
    display: none;
}

.top-search-form{
    max-width: 86%;
}

.top-search-form .form-input {
    border: none;
    height: 43px;
    padding: 5px 5px 5px 15px;
    background: #6d6d6d!important;
    color: #ffffff;
}

.top-search-form .form-input::placeholder{
    font-size: 14px;
    color: #ffffff;
}

.top-search-form .input-group-button {
    height: 43px;
}

.top-search-form .button {
    border: none;
    background: #6d6d6d;
    height: 43px !important;
    padding: 0 15px !important;
}

.top-search-form .fa {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #ffffff;
    font-size: 19px;
}

.headerBtn{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 .5rem;
}

.headerBtn .fa{
    color: #D4AF37;
    font-size: 2.5rem;
}

.headerBtn .title{
    font-size: 14px;
    color: #fff;
    margin-top: 0.5rem;
}

.quick-cart-link.headerBtn .fa{
    color: #D4AF37;
}

.quick-cart-link.headerBtn .title{
    color: #fff;
}

.col-header-icons{
    display: flex;
    justify-content: flex-end;
}
.cart-products-count-btn{
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border-radius: 30px;
    min-width: 16px;
    height: 16px;
    font-size: 0.8rem;
    position: absolute;
    top: -4px;
    right: 22px;
    padding: 1px 5px;
    background: #777777;
    color: #fff;
} 

.col-header-mobile{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerBtn_mobile{
    padding: 5px;
    position: relative;
}

.headerBtn_mobile .fa{
    font-size: 1.5rem;
    color: #777777!important;
    display: inline-block;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    cursor: pointer;
    padding: 0;
}

.headerBtn_mobile:hover{
    color: #333333!important;
}

.headerBtn_mobile .cart-products-count-btn{
    right: 8px;
    top: 4px;
}
#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: .9em;
    background: #ffffff;
    padding: 10px;
}

/* nav */
.site-navigation {
    background: #D4AF37;
    border: none;
    padding: 0;
}

.site-navigation .container.with-xlarge > .flex,
.site-navigation .container.with-xlarge > .flex > .flex {
    align-items: stretch;
}

.categoryMenu,
.textMenu {
    display: flex;
    align-items: stretch;
    margin: 0;
}

.categoryMenu {
    width: auto;
}

.categoryMenu > li,
.textMenu > li {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 0 !important;
    height: 50px;
}

.categoryMenu > li {
    padding-right: 0 !important;
}

.homeLink {
    background-color: #474747;
    color: #fff !important;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}

.textMenu > li > a,
.categoryMenu > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 15px !important;
    border-left: groove 2px rgba(87, 87, 87, 0.57) !important;
    text-decoration: none;
    box-sizing: border-box;
}

.textMenu > li > a:hover,
.categoryMenu > li > a:hover {
    background: #474747;
}

.categoryMenu > li > a span,
.textMenu > li > a span {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
}

.categoryMenu > li > a i,
.textMenu > li > a i,
.categoryMenu > li > a svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.categoryMenu > li > a svg {
    width: 10px;
}

.categoryMenu > li {
    position: relative;
}

.categoryMenu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 760px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .2s ease;
    z-index: 1000;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
    list-style: none;
}

.categoryMenu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.categoryMenu > li > ul > li {
    display: block;
    width: 33.333%;
    margin: 0 0 5px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    list-style: none;
}

.categoryMenu > li > ul > li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #7b7b7b;
    text-decoration: none;
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase;
    transition: color .2s ease;
}

.categoryMenu > li > ul > li > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #7b7b7b;
    transition: left .2s ease, color .2s ease;
}

.categoryMenu > li > ul > li > a:hover {
    color: #D4AF37;
    background: none;
}

.categoryMenu > li > ul > li > a:hover:before {
    left: 3px;
    color: #D4AF37;
}

.categoryMenu > li > ul > li:last-child {
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.categoryMenu > li > ul > li > ul {
    display: block;
    margin: 5px 0 0;
    padding: 0 0 0 14px;
    list-style: none;
}

.categoryMenu > li > ul > li > ul > li {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
}

.categoryMenu > li > ul > li > ul > li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
    transition: color .2s ease;
}

.categoryMenu > li > ul > li > ul > li > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #555;
    transition: left .2s ease, color .2s ease;
}

.categoryMenu > li > ul > li > ul > li > a:hover {
    color: #D4AF37;
}

.categoryMenu > li > ul > li > ul > li > a:hover:before {
    left: 3px;
    color: #D4AF37;
}

.categoryMenu > li > ul > li > a,
.categoryMenu > li > ul > li > ul > li > a {
    word-break: break-word;
}

.textMenu li {
    width: auto;
}

.textMenu > li:last-child {
    margin-left: auto;
}

.mm-navbar__title{
	color: #000000!important;
	font-weight: 700!important;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

/* site-main-categories */
.main_wrrapper{
    background: #ececec;
}

.site-main-categories{
    margin-top: 20px;
}

.cItem{
    display: block;
    margin-bottom: 20px;
}

.cItem img{
    margin: 0;
}

.welcome{
    position: relative;
    background: url(/upload_dir/blog/bg.jpg) no-repeat bottom / cover;
    padding: 15px;
}

.welcome:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.66);
}

.welcome .modules.m-text{
    position: relative;
    z-index: 1;
}

.welcome .modules.m-text .m-text-content{
    padding: 40px;
}

.welcome .page-title-frontpage{
    border: none;
    margin: 0;
    padding: 50px;
}

.welcome .page-title-frontpage .m-text-headline{
    font-size: 29px;
    font-weight: bold;
}

/* frontpage-content */
.frontpage-content{
    overflow: hidden;
    border-top: 4px solid #000;
}

.frontpage-content .page-title-frontpage{
    border: none;
    margin: 20px 0;
    padding: 0;
}

.frontpage-content .page-title-frontpage .h1{
    font-size: 36px;
    font-weight: 700;
}

/* products */
.productItem .type-col{
    text-align: center;
    background: #ffffff;
}

.h5.m-productlist-title{
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: .4rem;
}

.productItem .type-col .product-transaction{
    background: none;
    padding: 0 initial;
    border: none;
}

.m-productlist-price.h5{
    font-size: 1rem;
    font-weight: normal;
    color: #D4AF37;
}

.productItem .type-col .button-primary{
    border: none;
    font-size: 14px;
}

.swiper-button-next, 
.swiper-button-prev{
    background: rgba(0,0, 0,.4);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    color: #fff;
    font-size: 14px;
}

.m-productlist-transactions,
.product-transaction.product-action{
    padding-top: 0!important;
}

.swiper-pagination {
    position: static;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    line-height: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: #c7c7c7;
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.swiper-pagination-bullet-active {
    background: #333333;
}

.btnMain,.btnSecondary{
    background: #D4AF37;
    color: #ffffff!important;
    border: none;
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
}

.btnMain:hover{
    background: #333333;
}

.btnSecondary{
    background: #f8f8f8;
    color: #000!important;
}

.btnSecondary:hover{
background: #dedede;
}

.mainHeadline{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mapSection{
    padding: 40px 0;
}

.mapSection_wrapper{
    padding: 30px;
}

.mapSection_wrapper ul{
    font-weight: 700;
}

.iframe-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* rews */

.js-reviewsSlider .swiper-wrapper {
    align-items: stretch;
}

.js-reviewsSlider .swiper-slide {
    height: auto;
    display: flex;
}

.js-reviewsSlider .reviewsSection__item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.reviewsSection__item{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.reviewsSection__title{
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.125rem;
}

.reviewsSection__pagination {
    margin-top: 24px;
    text-align: center;
    position: static;
}

/* newsletterSection */
.newsletterSection{
    border-top: solid 1px #dddddd;
    padding-top: 2.1428571429rem;
    padding-bottom: 2.1428571429rem;
    background: #212121;
    color: #ffffff;
}

.newsletterSection .mainHeadline{
    color: #fff;
}

.iIDDUy{
    max-width: 600px;
    margin: 0 auto;
}

.news-form .form-label{
    color: #fff;
}

.news-form .small.form-input{
    height: 49px;
    color: #777777;
    font-size: 1rem;
}

.site-footer{
    border-top: none 1px;
    padding-top: 2.8571428571rem;
    padding-bottom: 1.8571428571rem;
    color: #d9d9d9;
    background: #4E4E4E;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 15px;
    line-height: 22px;
    color: #cccccc;
    position: relative;
}
.infoCol{
    margin-bottom: 40px;
}
.site-footer .infoCol li a{
    padding-left: 12px;
}

.site-footer .infoCol a:before{
    content: "\f105";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font: normal normal normal 14px / 1 FontAwesome;
    line-height: inherit;
    font-size: 13px;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.site-footer .infoCol a:hover:before {
    left: 3px;
}

p.fTitle{
    position: relative;
    color: #dfdfdf;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.6em;
    padding-left: 0;
}

p.fTitle:before{
    content: "";
    position: absolute;
    bottom: -0.5px;
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: solid 1px #e3e3e3;
    left: 0;
    right: 0;
}

.footer-cards{
    border-top: none 1px;
    background: #d9d9d9;
    padding-top: 1.0714285714rem;
    padding-bottom: 1.0714285714rem;
    text-align: center;
}

.footer-cards .mainHeadline{
    font-size: 1.25rem;
    margin-top: 1.25rem;
}

.social-link.social-facebook{
    font-size: 42px;
    color: #ffffff !important;
}

.contact-data-container,
.contact-data-group-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-data-list {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-data-group {
	align-items: center;
}

.contact-data-group > i {
	flex: 0 0 14px;
	align-self: center;
}

.contact-data-group-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.contact-data-group-item {
	margin: 0;
	padding: 0;
}
.contact-data-info,
.contact-data-telephone,
.contact-data-email,
.contact-data-bank,
.contact-data-site-map,
.contact-data-mobile,
.contact-data-fax {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 6px;
	margin-top: 6px;
}

.contact-data-list i {
	width: 14px;
	text-align: center;
}

/* single prod */
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

.m-product-information.product-information .m-product-title{
    margin-bottom: 0;
}

.m-product-title.product-title{
    color: #333333;
    font-weight: bold;
    font-size: 1.5714285714rem;
}

.selected-priceLine.is-block,
.h4.m-product-price{
    font-size: 1.2857142857rem;
    color: #D4AF37;
    font-weight: bold;
}

.m-product-stock{
    border: none;
    background: none;
}

.m-product-stock .panel-body{
    background: #D4AF37;
    color: #ffffff;
    width: max-content;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
}
.m-product-discontinued,
.m-product-stock-status{
    display: none;
}

.m-product-price-vat{
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}

.m-product-offers{
    padding-bottom: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}

.m-product-offer p{
    margin-bottom: 0;
}

.select2-container{
    min-width: 6rem;
    max-width: 14rem;
}

.select2-container .select2-choice{
    height: 36px;
    line-height: 36px;
}

.select2-container .select2-choice .select2-arrow b{
    background-position: 0 4px;
}

.variantInfoPanel .panel{
    background: none;
    border: none;
}

.variantInfoPanel .panel-body{
    padding: 0;
    color: #000000;
}

.pane.m-product-additional-info.description{
    color: #777777;
}

.pane.m-product-additional-info.description h2{
    font-size: 1.25rem;
    color: #777777;
}


.w-notification .panel-success{
    border-color: #000;
    background: none;
}

.w-notification .panel-success .panel-body a,
.w-notification .panel-success .panel-body{
    color: #000000;
}
.amount-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
}

.m-transaction-input {
    padding: 8px 21px 8px 14px !important;
    height: 52px;
    width: 100%;
    text-align: left;
    border-color: #e3e3e3!important;
}

.amount-arrows {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: space-between;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    width: 21px;
}

.amount-arrows span {
cursor: pointer;
    line-height: 12px;
    font-size: 14px;
    color: #666;
    user-select: none;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amount-arrows span:hover{
        background-color: rgba(160, 160, 160, 0.25);
}

.amount-arrows span:first-child{
    border-bottom: solid 1px #e3e3e3;
}

.amount-arrows span:hover {
    color: #000;
}

.m-product-transaction-button .btnMain{
    height: 100%;
    width: 100%;
    border: none;
}

 .m-product-transaction.product-transaction .column{
    gap: 10px;
 }
 .m-product-transaction.product-transaction .column .buyButton{
    width: 100%;
 }

/* badges */
.m-product .splash, 
.m-productlist .splash{
    top: 0;
    left: 0;
}

.badge{
    background: #D4AF37!important;
    color: #ffffff!important;
    font-size: 0.7857142857rem!important;
    padding: .3125rem .4375rem!important;
}

.m-product-price-before-discount{
    font-size: 14px;
    color: #777777;
}

.m-description-short-wrap p{
    font-size: 16px;
    line-height: 20px;
}

/* cart notification */

.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all .2s ease-in;
}
.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding: 1rem;
    background: #fff;
    width: 85%;
    margin: auto;
    max-width: 932px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header {
    margin-bottom: 14px;
    font-weight: bold;
}
.w-notification header+.col-row {
    border-top: 1px solid #eee;
}
.w-notification header+.col-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}
.w-notification header button {
    background: none;
    border: none;
    font-size: 1.5rem;
        line-height: 1.5;
}
.w-notification header span {
    font-size: 1.5rem;
    font-weight: 400;
}
.w-notification .col-row .button {
    margin-top: 1em;
}
.w-notification .col-row .button {
    background: #51b1d1;
}
.w-notification .col-row .button,
.w-notification .col-row .button-primary {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.w-notification .table td {
    padding: 5px;
}
/* .w-notification .m-productlist-list .productItem {
    width: 100%;
} */
.m-products-category-headline,
.h1.products-related-headline{
    color: #333333;
    font-size: 1.1428571429rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}

.cartPopupButtons{
    width: 100%;
    gap: 7px;
}

.cartPopupButtons .btnMain{
    width: 100%;
}

.popupRelated{
    border-top: 1px solid rgba(161, 161, 161, 0.25);
    padding-top: 1.2rem;
    margin-top: 1rem;
}

.popupRelated .page-title{
    border: none;
    margin-bottom: 0;
}

/* sidebar */

.b-productcategories .h5{
    display: block;
    color: #333333;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}

.b-productcategories .panel-body {
    padding: 0;
}

.b-productcategories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-productcategory {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-productcategory-row {
    position: relative;
    display: flex;
    align-items: center;
}

.b-productcategory-anchor {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 34px 5px 16px;
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: color .2s ease;
}

.b-productcategory-anchor span {
    display: inline-block;
    padding-left: 15px;
    transition: transform .2s ease;
    color: #777;
    font-size: 14px;
}

.b-productcategory-anchor:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #7b7b7b;
    transition: left .2s ease, color .2s ease;
}

.b-productcategory-anchor:hover {
    color: #333;
    text-decoration: none;
}

.b-productcategory-anchor:hover span{
    color: #333;
}

.b-productcategory-anchor:hover:before {
    left: 5px;
    color: #4f4f4f;
}

.b-productcategory-dropdown-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7b7b7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .2s ease, transform .2s ease;
}

.b-productcategory-dropdown-toggle i {
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease;
}

.b-productcategory-dropdown-toggle:hover {
    color: #4f4f4f;
}

.b-productcategory-dropdown-toggle.is-open i {
    transform: rotate(180deg);
}

.b-productcategories-level-1,
.b-productcategories-level-2,
.b-productcategories-level-3 {
    display: none;
}

.b-productcategories-level-1.is-open,
.b-productcategories-level-2.is-open,
.b-productcategories-level-3.is-open {
    display: block;
}

.b-productcategories-level-1 {
    padding-left: 18px;
}

.b-productcategories-level-2 {
    padding-left: 18px;
}

.b-productcategories-level-3 {
    padding-left: 18px;
}

.b-productcategories .active > .b-productcategory-row > .b-productcategory-anchor {
    color: #4f4f4f;
}

.b-productcategories .active > .b-productcategory-row > .b-productcategory-anchor:before {
    color: #4f4f4f;
}

.site-navigation .nav-default > li.active a.item-primary{
    box-shadow: none;
}
.panel.panel-warning{
    background: none;
    border-color: #000000;
}
.panel.panel-warning .panel-body{
    color: #000;
}

.m-productlist-price-before-discount{
    font-size: .8rem;
    color: currentColor !important;
    opacity: 0.8;
    line-height: 1.2em;
}
.productsortbar .sortbar-body .form-input > select,
.sortbar-body .form-input {
    background: none;
}

.panel-border .t-striped > li {
    border-bottom: 1px solid #000;
}

.panel-border .t-striped > li:last-child {
    border: 0;
}

.panel-border .t-striped > li:nth-child(odd) {
    background-color: #f5f5f5;
}
.stepHeader .title,
.modules.m-cart-content .panel-border .panel-heading{
    background: #D4AF37;
}

.stepHeader .title{
    padding: 10px;
}

.stepHeader .title .h5{
    color: #fff;    
}

.modules.m-cart-content .panel-border .panel-heading .h6{
    color: #fff;
    font-size: 16px;
}

/* heqadlines */
.m-text-header.page-title, 
.m-news-page-header,
.m-newsletter-header.page-title,
.m-usercreate-header.page-title,
.m-userlogin-header.page-title,
.m-products-category-header.page-title,
.category-headline.page-title,
.m-contact-header.page-title{
border-bottom: solid 1px #e3e3e3!important;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}
.m-text-headline,
.m-news-page-headline.page-title,
.m-newsletter-headline,
.m-usercreate-headline,
.m-userlogin-headline,
.m-cart-headline,
.category-headline.page-title h1,
.m-contact-headline{
    color: #333333;
    font-size: 1.5714285714rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.m-text-content{
    margin-bottom: 20px;
}

.w-cart-free-delivery,
.m-cart-free-delivery.panel-body,
.freeDeliveryModule{
    color: rgb(12, 84, 96);
    background-color: rgb(209, 236, 241);
    border: 1px solid rgb(190, 229, 235);
    padding: 7px;
    width: 100%;
    margin-bottom: 7px;
}

.freeDeliveryModule p{
    margin-bottom: 0;
}

.freeDeliveryModule p:first-child{
    font-weight: 700;
    margin-bottom: 4px;
}

.modules.m-contact .panel-footer{
    background: none;
    border: none;
    padding-left: 0;
}

.modules.m-contact .panel-footer .form-submit{
    padding: .5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
}
.m-contact-article .iframe-wrapper{
    padding-top: 0;
}
.m-contact-article .iframe-wrapper,
.m-contact-article iframe{
    width: 100%;
    height: 350px;
    margin-bottom: 2rem;
}

/* categories */
.category-item {
    display: flex;
    align-items: stretch;
}

.category-item-content {
    width: 100%;
}

.category-item-title {
    margin: 0;
}

.category-item-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid #000;
    background: transparent;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.category-item-title a .h5 {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.category-item-title a:hover {
    background: #212121;
}

.category-item-title a:hover .h5 {
    color: #fff;
}


@media(min-width:600px){
    .headerBtn_mobile{
            padding: .375rem .625rem;
    }
    .headerBtn_mobile .fa{
        font-size: 2rem;
    }
}

@media(min-width:768px){
    .m-product-transaction.product-transaction .column{
        flex-direction: row;
        gap: 0;
    }
    .m-transaction-input {
        width: 80px;
    }
    .m-product-transaction-amount{
        margin-right: 10px;   
    }
}

@media(min-width:960px){
    .col-header-right,
    .col-header-left,
    .site-navigation{
        display: block;
    }
    .col-header-mobile{
        display: none;
    }
}
@media(min-width:1024px){
    
}
