@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,500;0,700;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@700&display=swap');

.b-category-142 {
    display: none !important;
}

body p {
    font-size: 13px;
}
.badge.badge-succes {
    background: #f1a401;
    color: #fff;
    font-size: 12px;
    margin: 5px;
    font-weight: normal;
    text-transform: uppercase;
}
.top-message {
    display: none;
    padding: 10px 0;
    background: #f1a401;
    font-weight: bold;
    font-size: .9em;
}

.panel-warning {
    background-color: #f1a401;
    border-color: #f1a401;
}

.trustpilot-widget{
    background: #f1a401;
}

.panel-warning,
.panel-warning a {
    color: #000;
}

.container,
.container.with-xlarge {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.col {
    min-height: 0px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    margin: 0 -10px;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.bg-dark {
    background: #163e63 !important;
    background: -o-linear-gradient(top, #163e63 0%, #0f2b45 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#163e63), to(#0f2b45)) !important;
    background: linear-gradient(to bottom, #163e63 0%, #0f2b45 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163e63', endColorstr='#0f2b45', GradientType=0);
}

/* rolling-text */
.rolling-text {
    padding: 10px 0;
}

.scroll {
    overflow: hidden;
    white-space: nowrap;
    margin:0 10px;
}

.scroll div {
  display: flex;
  gap: 2em;
}

.scroll img{
    margin-bottom: 0;
}

.RightToLeft p{
  animation: RightToLeft 40s infinite linear;
}

@keyframes  RightToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}



/* site-corporate */
.site-corporate {
    padding: 0;
    border: none;
}

.top-usps .usp-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-usps .usp-item .description {
    padding-left: 5px;
}

.top-usps .usp-item p {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
}

/* header */
.site-header .container>span {
    margin: 10px 0 -10px;
}
.site-header .container .row.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-section {
    text-align: center;
}

.logo img {
    display: inline-block;
    margin-bottom: 20px;
}

.top-search-form .form-input {
    border: none;
    border-radius: 20px 0 0 20px;
    height: 39px;
    padding: 5px 5px 5px 15px;
    background: #e8e8e8;
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .form-input::-webkit-input-placeholder {
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .form-input::-moz-placeholder {
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .form-input:-ms-input-placeholder {
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .form-input::-ms-input-placeholder {
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .form-input::placeholder {
    font-size: 13px;
    font-style: italic;
    color: #707070;
}

.top-search-form .input-group-button {
    height: 39px;
}

.top-search-form .button {
    border: none;
    background: #0055a5;
    border-radius: 0 20px 20px 0;
    height: 39px !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;
}

.quick-cart-link {
    display: block;
    position: relative;
}

.quick-cart-link svg {
    width: 45px;
    height: 45px;
}

.m-quick-cart__count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #52904d;
    border-radius: 100%;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 4px;
}

/* menu-section */
.menu-section {
    position: relative;
}
.site-navigation .form-select,
.menu-section .form-select {
    border: none;
    padding: .5em;
    font-size: 13px !important;
    line-height: 15px;
    font-family: "Poppins", sans-serif !important;
}
.menu-section .form-select {
    margin-left: 1em;
}

.menu-section .form-input:hover{
    background-color: #ffffff;
    color: #0055a5;
}
.menu-section .item-myaccount .item-newsletterSignup{
    display: none!important;
}
.social-icons {
    position: absolute;
    top: -35px;
    right: 0;
}

.social-icons a {
    color: #a1a1a1;
    font-size: 21px;
    display: inline-block;
    margin-right: 15px;
}

.social-icons a:hover {
    color: #0055a5;
}

.social-icons a:last-child {
    margin-right: 0;
}

.text-menu {
    width: auto;
}

.text-menu li a {
    font-size: 13px;
    color: #727272;
}

.text-menu>li a:hover {
    color: #0055a5;
}

.site-navigation {
    border: none;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 998;
}

.site-navigation .button-primary{
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    font-size: 10px;
    text-align: center;
}

.site-navigation .button-primary .fa{
    font-size: 24px;
}

.site-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-navigation .nav>li {
    position: static;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.site-navigation .nav>li>a {
    font-size: 11px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    padding: 18px 0;
    font-weight: 500;
}

.site-navigation .nav>li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-navigation .nav>li:last-child>a {
    background: #f1a401;
    border-radius: 5px;
    padding: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #0f2b45;
}

.site-navigation .nav>li:last-child>a:hover {
    text-decoration: none;
    color: #ffffff;
}

.site-navigation .nav>li>a:hover {
    text-decoration: underline;
}

.site-navigation .nav>li>ul {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 5px solid #231f20;
}

.site-navigation .nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-navigation .nav>li>ul>li {
    display: inline-block;
    width: calc(20% - 25px);
    vertical-align: top;
    margin: 10px;
}

.site-navigation .nav ul li a{
  font-weight: 500;
}

.site-navigation .nav ul li a:hover{
color: #df6701;
}

.site-navigation .nav>li>ul>li>a {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #df6701;
}

.site-navigation .nav>li>ul>li>ul {
  padding-left: 1.2em;
  margin: 1em 0 0;
}

.site-navigation .nav>li>ul>li>ul>li:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1.2em;
}
.site-navigation .navbar-header {
    gap: 20px;
    justify-content: center;
}

/* .site-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 999;
    text-align: left;
}

.site-navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.site-navigation .nav li:hover>ul {
    display: block;
}

.site-navigation ul ul li a {
    background: #0f2b45;
    color: white;
    padding: 10px;
}

.site-navigation ul ul li a:hover {
    background: #ffffff;
    color: #163e63;
} */

.mm-slideout {
    z-index: 0;
}

.mm-menu_offcanvas {
    z-index: 9;
}

/* slider */
.site-slider {
    font-size: 0;
}

.hero-slider-theme,
.product-slider-theme {
    margin: 0;
}

.site-slider .hero-slider-theme img {
    width: 100% !important;
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
    min-height: 200px;
}

.site-slider .owl-next:before,
.site-slider .owl-prev:before {
    margin: 0 auto !important;
    top: auto !important;
    bottom: 15px !important;
}

.pageId1 .site-slider:after {
    background: white url(/upload_dir/pics/slide_shadow.jpg) no-repeat center top;
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    background-size: contain;
    height: 32px;
}

.hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}

.hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
}

.site-slider .owl-pagination {
    display: none;
}

.w-slider-caption.item-caption {
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    padding: 0 10px;
    right: 0;
    bottom: auto;
    max-width: 850px;
    margin: 0 auto;
}

.w-slider-caption.item-caption .h2 {
    font-family: 'Khand', sans-serif;
    font-size: 27px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px #000000, 0 5px 0.5em #000000;
}

.w-slider-caption.item-caption .h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 19px;
    line-height: 19px;
    font-style: italic;
    text-shadow: 1px 1px 3px #000000, 0 5px 0.5em #000000;
    margin-bottom: 10px;
}

.w-slider-caption.item-caption .button-text {
    background: url(/upload_dir/pics/btn.png) no-repeat center right;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
    color: #232323;
    padding: 0 80px 0 0;
    text-align: right;
}

/* categories */
.front-categories {
    margin: 20px 0;
}

.front-categories .flex-item {
    padding: 0 12px;
}

.flex-5-cols,
.flex-4-cols {
    width: 100%;
}

.category-item{
    text-align: center;
}

.category-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.category-box:after {
    background: white url(/upload_dir/pics/box_shadow.png) no-repeat center top;
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    background-size: contain;
    height: 21px;
}

.category-box:hover .title {
    background: #f1a401;
}

.category-box img {
    width: 100% !important;
    margin: 0;
}

.category-box .title {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 5px;
}

/* products */
.page-title-frontpage {
    border: none;
    padding: 0;
    margin: 40px 0;
}

.page-title-frontpage .h1 {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

.saleProducts {
    border-bottom: 1px solid #989898;
}

.pageId1 .site-content {
    background: #f4f5f5;
}

.productItem .type-col {
    border: none;
}

.productItem .productContent {
    overflow: visible;
}

.productItem .image {
    background: #ffffff;
}

.productItem .type-col .product-transaction{
    background: none;
}

.title.m-productlist-heading {
    margin-bottom: 0;
}

.h5.m-productlist-title {
    font-size: 13px;
    font-weight: 600;
}

.m-productlist-short-description p {
    font-size: 13px;
}

.productItem .type-col .product-transaction {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.m-productlist-transactions {
    margin-bottom: 10px;
}

.m-productlist-price-before-discount {
    font-size: 11px;
    color: #9a9b9b;
}

.productItem .m-productlist-price {
    font-weight: 900;
    color: #df6701;
}

.productItem .type-col .product-action .form-group {
    margin: 0;
}

.btn-buy,
.btn-info {
    display: block;
    background: none;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    padding: 0;
    border: none;
    line-height: 38px;
}

.button-primary,
.btn-buy {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.btn-buy:visited {
    color: #ffffff;
}

.btn-info:visited {
    color: #ffffff;
    opacity: .8;
}
.form.group .button-primary:before,
.w-cart-goto-cart .button-primary:before,
#m-cart .button-primary:before,
.btn-buy:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.m-checkout-customer-type .button-primary{
    text-align: center;
}

.button.button-icon,
.cart-utilities .button,
.stepColumn .button{
    font-size: 14px;
    font-weight: 600; 
    text-transform: uppercase;
}

.button.button-icon .fa,
.cart-utilities .button .fa{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.button-primary.button-icon{
    padding-left: 1em;
}

.button-primary.button-icon .fa{
    display: none;
}

.btn-buy:hover {
    color: #df6701;
}

.btn-info {
    color: #ffffff;
    opacity: .8;
    font-size: 12px;
    text-align: right;
}

.btn-info:hover {
    opacity: 1;
    color: #ffffff;
}

.m-product .splash,
.m-productlist .splash {
    left: auto;
    top: -1em;
    right: -.5em;
}

.badge.m-productlist-sale,
.badge.m-product-splash-sale {
    background: #df6801;
    background: -o-linear-gradient(315deg, #df6801 0%, #ed9601 100%);
    background: linear-gradient(135deg, #df6801 0%, #ed9601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6801', endColorstr='#ed9601', GradientType=1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 73px;
    height: 73px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 15px;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 2.79px 0.21px rgba(0, 0, 0, 0.63);
    box-shadow: 1px 1px 2.79px 0.21px rgba(0, 0, 0, 0.63);
}

.badge.m-productlist-sale span,
.badge.m-product-splash-sale span {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}

/* single product */
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

.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,
.m-product-info.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.productfilter .multiple_select .button{
    width: 100%;
}

.productfilter button{
    background: none;
    border: none;
}

.m-product-transaction-amount .form-input{
    height: 38px;
}

.m-product-transaction-button .btn-buy{
    padding: 0 1em;
    width: 100%;
    text-align: center;
}

.selected-priceLine .price,
.m-product-price{
    font-size: 19px;
    font-weight: 900;
    color: #df6701;
}


.pageTypecheckout input[type="checkbox"],
.pageTypecheckout input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #df6701;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
}

.pageTypecheckout input[type="checkbox"]{
    border-radius: 0;
}
.pageTypecheckout input[type="checkbox"]:checked,
.pageTypecheckout input[type="radio"]:checked {
  background-color: #df6701;
  box-shadow: inset 0 0 0 4px white;
}

/* welcome */
.flex-50 {
    width: 100%;
}

.welcome-text {
    padding: 20px 10px;
}

.welcome-text .page-title-frontpage {
    margin: 0 0 30px 0;
    padding: 0;
}

.welcome-text .m-text-headline {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #df6701;
}

.welcome-image {
    display: none;
}

.welcome-text p {
    font-style: 13px;
    line-height: 23px;
    color: #ffffff;
}

.btn-bg {
    background: url(/upload_dir/pics/btn.png) no-repeat center right;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    line-height: 49px;
    font-weight: 700;
    font-style: italic;
    color: #232323 !important;
    display: inline-block;
    min-width: 215px;
    text-align: left;
    padding-left: 45px;
}

/* brand slider */
.brand-slider {
    margin: 30px 0;
}

.brand-slider .owl-item {
    padding: 0 20px;
}

.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next,
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev {
    width: 30px;
}

.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev:before,
.brand-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
    color: #2b2b2b;
}

/* box links */
.box-links{
    margin-top: 20px;
}

.box-links .flex-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.single-box {
    display: block;
    position: relative;
    font-size: 0;
}

.single-box img {
    width: 100%;
}

:not(.ielt9) .box-links .placeholder-wrapper {
    max-width: 100% !important;
}

.single-box .box-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    background: #df6601;
    color: #ffffff;
    font-size: 16px;
    line-height: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}

.box-links .flex-item:nth-child(3) .box-title {
    background: #f1a401;
}

/* bottom usps */
.bottom-usps {
    margin: 20px 0 40px 0;
}

.bottom-usps .usp {
    background: #ebebeb;
    width: 100%;
    margin: 10px;
    padding: 30px 5px;
}

.bottom-usps .title {
    font-size: 15px;
    font-weight: 700;
    color: #0055a5;
    margin-bottom: 5px;
}

.bottom-usps .subtitle {
    font-size: 12px;
    color: #2b2b2b;
    margin: 0;
}

/* site-footer */
.site-footer {
    border: none;
    padding: 0;
}

.site-footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-footer,
.site-footer p,
.site-footer li,
.site-footer a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.site-footer table {
    margin: 0 0 1em;
}
.site-footer table td {
    padding: 0 5px 5px 0;
}

.site-footer a:hover {
    color: #df6601;
}

.site-footer .f-title {
    color: #df6601;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-menu .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.footer-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-menu li:nth-child(2),
.footer-menu li:nth-child(3){
    display:none;
}

.f-social-icons a {
    display: inline-block;
    background: #d7dce1;
    width: 46px;
    height: 46px;
    color: #11314e;
    border-radius: 100%;
    text-align: center;
    padding-top: 8px;
    margin: 5px;
}

.f-social-icons .fa {
    font-size: 32px;
}

p.questions {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.questions span {
    display: block;
    font-size: 29px;
    line-height: 29px;
    font-weight: 900;
    color: #f1a401;
}

.cards {
    padding: 20px 0 70px 0;
    background: #ebebeb;
}

.cards p {
    margin: 0;
}

.cards img {
    margin: 0 auto;
}

/*subpage*/
body:not(.pageId1) .site-content{
    padding-bottom:20px;
}

body:not(.pageId1) .site-content p{
    line-height:21px;
}

/* modal */
b.is-block {
    max-width: 475px;
    margin: auto;
}

.popUp {
    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);
}

.popUp>div {
    background: #fff;
    padding: 2em;
    width: 100%;
    max-width: 575px;
    margin: auto;
    box-shadow: 0 0 20px #000;
    border-radius: 5px;
}

.popUp a,
.popUp button {
    border: 2px solid #000;
    margin: 5px;
    background: none;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 5px;
    background: #f1a401;
    color: #ffffff;
    transition: all .3s;
}
.popUp a small {
    transition: all .3s;
}
.popUp a:hover,
.popUp a:hover small,
.popUp button:hover{
    color: #000000 !important;
}
.popUp a:hover,
.popUp button:hover {
    background: #ffffff;
}

.popUp.is-opened {
    opacity: 1;
    visibility: visible;
}

/* om os */
.workers .flex-item{
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    display: flex; 
}

.workers .flex-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.workers .flex-item img{
    width: 100%;
    margin-bottom: 0;
}

.workers .flex-item .name {
    margin: 0;
    color: #ffffff;
    background: #f1a401;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    flex: 1 0 auto;
}

.workers .flex-item .name span {
    font-weight: 700;
    text-transform: uppercase;
}

/* Filter */
.productfilter fieldset.form-group {
    margin-bottom: 0;
}

.productfilter.panel-border,
.productfilter.panel-border .panel-heading {
    background: none;
    border: none;
}

.productfilter.panel-border .panel-heading .h5 {
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #df6701;
}

.productfilter.panel-border .panel-heading .button {
    padding: 0 10px;
}

.productfilter.panel-border .button {
    background: none;
    border: none;
    font-size: 21px;
    width: auto;
}

.filter-btn > .form-label {
    font-weight: 600 !important;
}

.productfilter.panel-border .form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    background: none;
    color: #df6701;
}

.productfilter .form-group .input-group-addon {
    border: none;
    padding: 0;
    min-width: unset;
    vertical-align: bottom;
    align-items: center;
    height: 14px;
}

.productfilter .form-group .input-group-addon + .form-label {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    color: #656764;
}

.toggle-btn .button-icon {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}

.toggle-btn {
    cursor: pointer;
}

.toggle-btn .button-icon circle {
    fill: #fff;
    transition: transform .4s cubic-bezier(.11, .44, .03, 1);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
    transform: translate(6px);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
    transform: translate(-6px);
}

.productfilter .panel-footer {
    background: none;
    border: none;
    text-align: left;
}

.productfilter .panel-footer .button {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

@media(max-width:768px){
    .badge.m-productlist-sale, .badge.m-product-splash-sale{
        width: 50px;
        height: 50px;
        font-size: 12px;
        padding-top: 10px;
    }
    .badge.m-productlist-sale span, .badge.m-product-splash-sale span{
        font-size: 15px;
        line-height: 15px;
    }
}

@media(min-width:480px) {
    .site-header .container .row.flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .logo-section {
        text-align: left;
    }

    .logo img {
        margin-bottom: 0;
    }

    .w-slider-caption.item-caption .h2 {
        font-size: 42px;
        line-height: 36px;
    }

    .w-slider-caption.item-caption .h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .flex-5-cols,
    .flex-4-cols {
        width: 50%;
    }

    .box-links .flex-item {
        width: 50%;
    }

    .single-box .box-title {
        font-size: 19px;
    }

    .bottom-usps .usp {
        width: 50%;
        margin: 0;
    }
    .workers .flex-item .name span {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:768px) {
    .w-slider-caption.item-caption .h2 {
        font-size: 76px;
        line-height: 50px;
    }

    .w-slider-caption.item-caption .item-text {
        text-align: right;
        padding-right: 70px;
    }

    .w-slider-caption.item-caption .h4 {
        font-size: 47px;
        line-height: 47px;
    }

    .w-slider-caption.item-caption .item-link {
        text-align: right;
    }

    .w-slider-caption.item-caption .button-text {
        padding: 0 85px;
    }

    .flex-5-cols,
    .flex-4-cols {
        width: 33.333%;
    }

    .category-box .title {
        font-size: 10px;
    }

    .category-box img {
        max-height: 113px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .flex-50 {
        width: 50%;
    }

    .welcome-image {
        display: block;
        background: url(/upload_dir/pics/welcome.jpg) no-repeat center center;
        background-size: cover;
    }

    .welcome-text {
        max-width: 600px;
        margin-right: 0;
        margin-left: auto;
        padding: 50px 30px;
    }

    .box-links .flex-item {
        width: 25%;
    }

    .bottom-usps .usp {
        width: 33.3333%;
        margin: 0;
    }
    .workers .flex-item{
        width: 25%;
    }
    .workers .flex-item .name span {
        font-size: 21px;
        line-height: 24px;
    }
}

@media(min-width:960px) {
    .sticky-header {
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .site-navigation {
        top: 220px;
    }
    .site-header{
        padding: 2.5em 0;
    }
    .site-corporate {
        background: #ececec;
        border: none;
        padding: 5px 0;
    }

    .site-navigation {
        padding: 0;
    }

    .flex-5-cols {
        width: 20%;
    }

    .flex-4-cols {
        width: 25%;
    }

    .category-box img {
        max-height: unset;
        -o-object-fit: unset;
        object-fit: unset;
    }
    .single-box .box-title {
        font-size: 16px;
    }

    .bottom-usps .usp {
        margin: 0 10px;
        width: unset;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .vatMobile{
        display: none;
    }
    .site-footer .container:after {
        content: url(/upload_dir/pics/Har-du--spoergsmaal_.png);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .top-message {
        display: block;
    }
}

@media(min-width:1024px) {
    .category-box .title {
        font-size: 11px;
    }

    .single-box .box-title {

    }
    
    .f-social-icons a {
        width: 35px;
        height: 35px;
    }
    
    .f-social-icons .fa {
        font-size: 21px;
    }

    
}

@media(min-width:1140px) {

    .site-navigation .nav>li>a,
    .category-box .title {
        font-size: 12px;
    }

    /* .single-box .box-title {
        left: 35px;
        right: 35px;
    } */

}

@media(min-width:1200px) {

    .site-navigation .nav>li>a,
    .category-box .title {
        font-size: 13px;
    }
    .f-social-icons a {
        width: 46px;
        height: 46px;
    }
    
    .f-social-icons .fa {
        font-size: 32px;
    }
}

@media(min-width:1280px) {
    .m-productlist-list .col-xl-6 {
        width: 20% !important;
    }
}

@media (max-width: 767px) {
    .productfilter .multiple_select-dropdown {
        z-index: 999;
    }
    .category-headline{
        text-align: center;
    }
}

.rzslider.rzslider .rz-selection {
    background: #df6701;
}