.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}

.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;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.site-header{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-header .container >.flex{
    flex-direction: column;
    align-items: center;
    position: relative;
}

.categoryMenu {
    display: none;
    position: static;
}

.categoryMenu > li {
	position: static;
}

.categoryMenu>li>a{
    font-size: 15px;
    padding-right: 10px;
}

.categoryMenu>li>a span{
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.categoryMenu>li>a svg{
    width: 10px;
    stroke: #000;
}

.categoryMenu > li ul {
    list-style: none;
    padding: 0;
}
.categoryMenu > li > ul {
	position: absolute;
	left: 0;
    right: 0;
    width: 100%;
	min-width: 220px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .2s ease;
	z-index: 1000;
	padding: 2em;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    column-count: 4;
}

.categoryMenu > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.categoryMenu > li > ul > li {
	display: inline-block;
    width: 100%;
}

.categoryMenu > li > ul > li > a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #da251c;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    margin: 10px 0;
}

.categoryMenu > li > ul > li > a:hover {
	border-color: #000;
}
.categoryMenu > li > ul > li ul a {
    margin: 2px 0;
}
.categoryMenu .b-productcategories-level-1 > li > a {
    font-weight: 500;
}
.categoryMenu .b-category-li-2 a {
    font-size: .9em;
}
.categoryMenu .b-category-li-2 a:hover {
    color: #da251c;
}
.categoryMenu > li ul.b-productcategories-level-2 {
    padding-left: 6px;
}
.categoryMenu > li ul.b-productcategories-level-2>li::marker {
  content: "- "
}
.categoryMenu .red-link a {
    font-weight: 500;
    color: #da251c;
}

.textMenu {
    display: none !important;
}

.textMenu li {
    padding: 0;
}

.textMenu > li > a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 10px;
    text-decoration: none;
}

.textMenu > li > a > span {
    position: relative;
    display: inline-block;
}

.textMenu > li > a > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s ease;
}

.textMenu > li > a:hover > span::after,
.textMenu > li > a:focus > span::after {
    transform: scaleX(1);
}

.textMenu > li.item-1 {
    display: none !important;
}
.iconsMenu {
    margin-top: 20px;
}
.iconsMenu svg{
    width: 27px;
}
.topMenuIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-left: 1px solid #e0e0e0;
}

.lnaguageSwitcher{
    border-left: 1px solid #e0e0e0;
    padding: 0 16px;
}

.w-language ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.w-language ul li{
    padding: 0!important;
}

.w-language ul li a{
    display: flex;
}

#searchBtn:hover{
    cursor: pointer;
}

#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 1180px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 1em;
    margin: 0 auto;
    border: 2px solid #82b00b;
    border-radius: 5px;
}

#searchForm .form-input,
#searchForm .input-group-button .button{
    border: none;
    background: #fff;
    height: 42px;
}

#searchForm .input-group-button .button{
    border-radius: 0 5px 5px 0;
}

#searchForm .form-input {
    border-radius: 5px 0 0 5px;
}

#searchForm .input-group-button .button .fa{
    font-size: 19px;
}

.mm-navbar__title{
	color: #000000!important;
	font-weight: 700!important;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

.m-quick-cart__count{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #82b00b;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 2px;
    font-size: 11px;
}

/* slider */

.site-slider .hero-slider-theme { 
   margin: 0; 
   line-height: 0;
} 
.site-slider .hero-slider-theme img { 
   width: 100%!important; 
   min-height: 300px;
   object-fit: cover;
} 
.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
    min-height: 300px;
}
.w-slider-caption.item-caption{
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: auto;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.w-slider-caption-wrapper{
    max-width: 370px;
    margin: 0 auto;
}

.w-slider-caption.item-caption .h2{
    font-size: 19px;
    line-height: 19px;
    font-weight: 900;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px #000000, 0 5px 0.5em #000000;
}

.w-slider-caption.item-caption .h4{
    font-size: 14px;
    line-height: 19px;
    text-shadow: 1px 1px 3px #000000, 0 5px 0.5em #000000;
        margin-bottom: 10px;
}

.btnMain{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background: #da251c;
    padding: 11px 36px;
    transition: .3s linear;
}
.btnMain,
.btnMain:visited {
    color: #fff;
}

.btnMain:hover{
    background: #2b2b2b;
    color: #fff;
}

/* welcome */
.welcome {
	background: #eaeaea;
	padding: 50px 0;
}

.welcomeText{
    margin-bottom: 40px;
}

.welcomeText .m-text-header,
.welcomeText .page-title,
.welcomeText .page-title-frontpage {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
}

.welcomeText .m-text-header h1,
.welcomeText .page-title h1,
.welcomeText .page-title-frontpage h1,
.welcomeText h1 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}

p{
    font-size: 15px;
    line-height: 22px;
}

.welcome-image{
    margin-bottom: 0;
}

body:not(.pageId1) .site-content{
    padding-bottom: 20px;
}

/* categories */
.site-main-categories {
	padding: 60px 0;
}
.section-title {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.cItem{
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.cTitle{
    display: block;
    background: #2b2b2b;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 9px;
    border-top: 1px solid #e3e3e3;
}
.cImg{
    padding: 10px;
    width: 100%;
    display: block;
}

/* Blog */
.blogSection{
    background: #f4f4f4;
    padding: 50px 0 20px 0;
}

.blogSection img{
    width: 100%!important;
    
}

.blogSection .placeholder-wrapper{
    max-width: 100%!important;
    margin-bottom: 30px;
}

.m-news-list-date {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #da251c;
    text-transform: uppercase;
}

.blogPostTitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}

.m-news-list-description.description{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.blogSection .btnMain{
    margin-bottom: 20px;
}

.m-news-list-item {
    margin-bottom: 1.5em;
}
.m-blog-list .category-item .btnMain {
    background: #EAEAEA;
    color: #000;
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
}
.m-blog-list .category-item {
    margin-bottom: 20px;
}
.m-news-description table {
    width: 100% !important;
}
.m-news-description table td {
    padding: 5px;
}

/* usps */
.site-usps {
    position: relative;
    padding: 75px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.site-usps__item{
    max-width: 310px;
    margin: 0 auto;
}

.site-usps__title {
    margin: 20px 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.site-usps__text {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.site-usps__text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* phoneLine */
.phoneLine{
    text-align: center;
    padding: 57px 0;
}
.phoneLine p a,
.phoneLine p{
    color: #da251c;
    font-size: 30px;
    margin: 0;
}

/* footer */
.site-footer {
    border: none;
    background: #373737;
    padding: 90px 0 70px 0;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
}
.site-footer .dropdown-menu span {
    color: initial;
}

.site-footer a:hover {
   text-decoration: underline;
}

.site-footer .f-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cards{
    background: #242424;
    padding: 20px 0;
}

.cards .payment-icons{
    margin-bottom: 0;
    filter: grayscale(100%);
}

/* single product */
.m-product-warnings,
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.panel-success{
    color: #82b00b;
}

.badge{
    color: #fff!important;
}
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

@media(min-width:480px){
    .site-header .container >.flex{
            flex-direction: row;
    }
    .iconsMenu{
        margin-top: 0;
    }
    .cTitle{
        font-size: 17px;
    }
}

@media(min-width:768px){

    .w-slider-caption-wrapper {
        max-width: 600px;
        margin: 0 0 0 auto;
        text-align: left;
        padding: 0 40px;
    }

    .w-slider-caption.item-caption .h2{
        font-size: 37px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    .w-slider-caption.item-caption .h4{
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .welcomeText{
    margin-bottom: 0;
}
    .welcome-image{
    margin-top: -105px;
}
}

@media(min-width:960px){
    .site-header{
        padding-top: 5px;
    }
    .topMenuIcon-menu{
        display: none;
    }
    .siteNav{
        display: block;
    }
    .textMenu{
        display: flex!important;
    }
    .categoryMenu {
        display: block;
        position: static;
        width: auto;
    }
}

.hide-prices [class*="price"],
.hide-prices .cart-total-value,
.hide-prices .orderSummary .table,
.hide-prices .product-transaction,
.hide-prices .m-quick-cart {
    display: none !important;
}