.block_footer_payment {
    margin-bottom: unset;
    padding-top:unset;
    border-top: unset;
	margin-left:unset !important;
}	

.footer-bottom.footer.container {max-width:unset}

.footer-bottom {
    background-color: #f6f6f6 !important;
}
@media only screen and (min-width: 1280px) {
    .footer-bottom-container {
        height: 140px;
    }
}
@media (max-width: 480px) {
    .footer-bottom-container {
        height: unset !important;
    }
}
@media (min-width: 768px) {
	.menu-item-8295 {
		display:none;
	}
	.menu-item-9353 {
		display:block;
	}
}
	
	
@media (max-width: 767px) {
	.menu-item-9353 {
		display:none;
	}
    .menu-item-8341 {
        display:block !important;
    }
	.menu-item-8343 {
        display:block !important;
    }
	.menu-item-8344 {
        display:block !important;
    }
	.menu-item-8295 {
		display:block;
	}
}

#root-wrapper > div > div > div.footer-container > div > div > div.footer-bottom-container.section-container > div {max-width: 100vw;}

.footershell{
    padding-left: 26px;
    padding-right: 26px;
    max-width: 1440px;
    box-sizing: border-box;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

#root-wrapper > div > div > div.footer-container > div > div > div.footer-primary-container.section-container > div > div > div > div:nth-child(2) {
    padding-left: 86px;
}


.wrapper {
    border: none !important;
    
.postscript {height:140px;}

}
.footer-primary-container {
    width: 100%;
    background-color: #efefef;
    padding: 70px 0 !important;
}

#root-wrapper > div > div > div.footer-container > div > div > div.footer-primary-container.section-container > .container {max-width:1440px;}

.footer__bar .shell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.header .item-left {display:flex;}
.header-top-container {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 11px 0;
}
@media only screen and (min-width: 959px) {
  .header-primary-container {
    height: 0;
  }
}

.nav-container {
padding:24px 0;

}

.sticky-header .nav-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

#nav-shell  {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 26px;
  min-width: 0;
  display: flex;
  align-items: center;
  margin: auto;
}

.nav-regular {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  <!--gap: 32px;-->
  }

.first-nav {
  background-color: #fff;
}
.first-nav span {
  color: #333333;
}

.nav-utilities>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.nav-utilities>ul>li:not(:last-child):before {
    content: ' ';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #857e78;
}

.nav-utilities>ul>li {
    position: relative;
    font-size: 14px;
    line-height: 1.3846;
    font-weight: 750;
}

.nav-utilities a {
    text-decoration: none;
    color: #4a4541;
    display: flex;
    align-items: center;
    gap: 7px;
}

.nav-utilities>ul>li:first-child>a {
    color: #d91f1f;
}

.form-search .input-text {
    width: 100%;
    border: #ddd;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, .03);
    height: 40px;
    padding: 0 20px 0 42px;
    font-size: 14px;
    color: var(--c-header-tertiary);
    transition: border .4s, color .4s;
}

<!---------------------------------->
html body {
    margin: 0!important;
    padding: 0!important;
    border: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: none
}

#error-page p,#error-page .wp-die-message {
    margin: 0
}

:root {
    --c-header-main: #d91f1f;
    --c-header-secondary: #f4f4f4;
    --c-header-tertiary: #4a4541
}

.btn-menu {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #979797;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer
}

.btn-menu>i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.btn-menu>* {
    pointer-events: none
}

.btn-menu>span {
    position: absolute;
    left: 14px;
    right: 14px;
    height: 2px;
    top: 50%;
    background-color: var(--c-header-main);
    margin-top: -1px;
    transition: background .4s
}

.btn-menu>span:before,.btn-menu>span:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: inherit;
    background-color: var(--c-header-main);
    transition: transform .4s,margin .4s
}

.btn-menu>span:before {
    margin-top: -6px
}

.btn-menu>span:after {
    margin-top: 6px
}

body.show-nav-main .btn-menu>span {
    background: 0 0
}

body.show-nav-main .btn-menu>span:before,body.show-nav-main .btn-menu>span:after {
    margin-top: 0
}

body.show-nav-main .btn-menu>span:before {
    transform: rotate(45deg)
}

body.show-nav-main .btn-menu>span:after {
    transform: rotate(-45deg)
}

.ico-truck2 {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 18px;
    font-size: 0;
    line-height: 0
}

.ico-truck2 svg {
    width: inherit;
    height: inherit;
    display: block
}

.ico-access {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0
}

.ico-access svg {
    width: inherit;
    height: inherit;
    display: block
}

.ico-search {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0
}

.ico-search svg {
    width: inherit;
    height: inherit;
    display: block
}

.ico-utilities {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 12px;
    font-size: 0;
    line-height: 0
}

.ico-utilities svg {
    width: inherit;
    height: inherit;
    display: block
}

.nav-utilities {
    margin-right: auto
}

.nav-utilities>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 45px
}



.nav-utilities>ul>li:not(:last-child):before {
    content: ' ';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #857e78
}

.nav-utilities>ul>li:first-child>a {
    color: #d91f1f;
}

.nav-utilities a {
    text-decoration: none;
    color: #4a4541;
    display: flex;
    align-items: center;
    gap: 7px
}

@media(hover) and (pointer: fine) {
    .nav-utilities a:hover {
        color:var(--c-header-main)
    }
}

.nav-access-v2>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items:center;
}

.nav-access-v2>ul>li {
    position: relative;
    font-size: 14px;
    line-height: 1.3846;
    font-weight: 750
}

.nav-access-v2 a {
    text-decoration: none;
    color: var(--c-header-tertiary);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

@media(hover) and (pointer: fine) {
    .nav-access-v2 a:hover {
        color:var(--c-header-main)
    }
}

.nav-v2>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 45px
}

.nav-v2>ul>li {
    font-family: 'Nunito', sans-serif;
    position: relative
}

.nav-v2>ul>li>a {
    font-size: 15px;
    letter-spacing: .6px;
    line-height: 1.3571;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4a4541;
    transition: color .4s
}

.nav-v2>ul>li.menu-item-has-children>a:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 30px;
    display: none
}

.nav-v2>ul>li.menu-item-has-children>a:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--c-header-main);
    border-top: 2px solid var(--c-header-main);
    transform: rotate(-135deg);
    margin-top: -2px;
    transition: margin .4s,transform .4s
}

.nav-v2>ul>li>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 23px);
    padding: 30px 32px;
    border: 1px solid #eee;
    background: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s,visibility .4s;
    min-width: 250px
}

.nav-v2>ul>li>ul:before {
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    top: -5px;
    opacity: 1;
    background: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    z-index: 2;
    transform: rotate(45deg)
}

.nav-v2>ul>li>ul:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.09)
}

.nav-v2>ul>li>ul>* {
    position: relative;
    z-index: 3
}

.nav-v2>ul>li>ul ul {
    list-style: none
}

.nav-v2>ul>li>ul li {
    font-size: 15px;
    letter-spacing: -.22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500
}

.nav-v2>ul>li>ul li:not(:last-child) {
    margin-bottom: 8px
}

.nav-v2>ul>li>ul a {
    color: #666;
    transition: color .4s
}

.nav-v2>ul>li.nav__menu-type-one>ul {
    display: flex;
    padding: 14px;
    left: 0;
    transform: none;
    min-width: 942px
}

.nav-v2>ul>li.nav__menu-type-one>ul:before {
    left: 20px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li {
    width: 25%;
    position: relative;
    box-sizing: border-box
}

.nav-v2>ul>li.nav__menu-type-one>ul>li>a {
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(1){
    padding: 18px 0;
    width: calc(30% - 59px)
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2) {
    padding: 18px 0;
    width: 27%
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2) {
    padding-left: 32px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2):before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #efefef
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(3):before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #efefef
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3) {
	padding: 18px 18px 32px 32px;
	
}
.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) img {
	display: block;
  width: 100%;
  height: auto;
  border: #d91f1f 2px solid;
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(1) {
    padding-left: 18px;
    padding-right: 18px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2) {
    padding-right: 18px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) {
    width: 196px
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) a {
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    position: relative;
    margin: 0
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) img {
    display: block;
    width: 100%;
    height: auto;
	border: #d91f1f 2px solid;
}

.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) span {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: var(--c-header-main);
    color: #fff;
    font-size: 13px;
    line-height: 1.6154;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 4px;
    border: 2px solid var(--c-header-main);
    padding: 9px 10px;
    text-align: center;
    transition: background .4s,color .4s
}

.nav-v2>ul>li.not_a_link>a {
    pointer-events: none
}

.nav-v2 h4 {
    padding: 0;
    text-transform: none;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4a4541;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -.22px
}

.nav-v2>ul>li.nav__menu-type-two>ul {
    display: flex;
    min-width: 708px
}

.nav-v2>ul>li.nav__menu-type-two>ul>li {
    width: calc(100% - 245px);
    box-sizing: border-box;
    margin: 0
}

.nav-v2>ul>li.nav__menu-type-two>ul>li>a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 9px;
    display: block
}

.nav-v2>ul>li.nav__menu-type-two>ul>li.menu-item-has-children>a:before {
    display: none
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child {
    position: relative;
    padding-right: 33px;
    width: 245px
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child:before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #efefef
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li {
    padding-left: 30px;
    display: none
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li.active {
    display: block
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li a {
    display: flex;
    align-items: center;
    gap: 16px
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li img {
    width: 54px;
    height: auto;
    min-width: 54px;
    max-width: 54px
}

.nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li li:not(:last-child) {
    margin-bottom: 20px
}

.nav-v2>ul>li.nav__menu-type-two>ul li.menu-item-has-children>a {
    display: block;
    position: relative
}

.nav-v2>ul>li.nav__menu-type-two>ul li.menu-item-has-children>a:before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    margin-top: -4px;
    transform: rotate(135deg)
}

.nav-v2>ul>li.nav__menu-type-three>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 14px;
    min-width: 481px
}

.nav-v2>ul>li.nav__menu-type-three>ul>li {
    width: 50%;
    padding: 18px;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1
}

.nav-v2>ul>li.nav__menu-type-three>ul>li>a {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 11px
}

.nav-v2>ul>li.nav__menu-type-three>ul>li:not(:last-child):before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #efefef
}

.nav-v2 button {
    position: absolute;
    left: -4000px;
    opacity: 0;
    visibility: hidden
}

@media(hover) and (pointer: fine) {
    .nav-v2>ul>li:hover>a,.nav-v2>ul>li>ul li:hover>a {
        text-decoration:none;
        color: var(--c-header-main)
    }

    .nav-v2>ul>li.menu-item-has-children:hover>a:before {
        display: block
    }

    .nav-v2>ul>li.menu-item-has-children:hover>a:after {
        transform: rotate(45deg);
        margin-top: 3px
    }

    .nav-v2>ul>li.menu-item-has-children:hover>ul {
        opacity: 1;
        visibility: visible
    }

    .nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) a:hover span {
        background-color: #fff;
        color: var(--c-header-main)
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li ul a:hover {
        text-decoration: underline
    }
}

.nav-mobile {
    width: auto;
    margin: 0 -26px;
    padding: 26px;
    box-sizing: border-box;
    background-color: #f4f4f4
}

.nav-mobile ul {
    list-style: none
}

.nav-mobile li {
    font-size: 14px;
    line-height: 1.1538;
    font-weight: 400
}

.nav-mobile li:not(:last-child) {
    margin-bottom: 17px
}

.nav-mobile a {
    text-decoration: none;
    color: #4a4541
}

.form-search {
    width: 255px;
    position: relative;
    margin-right: 48px
}

.form-search input {
    width: 100%;
    border: #ddd;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,.03);
    height: 40px;
    padding: 0 20px 0 42px;
    font-size: 14px;
    color: var(--c-header-tertiary);
    transition: border .4s,color .4s;
}

.form-search input:focus {
    border-color: var(--c-header-main)
}

.form-search button {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    z-index: 10;
    border: 0;
    background: 0 0
}

@media(hover) and (pointer: fine) {
    .form-search button:hover {
        opacity:.75
    }
}

.header-v2 {
    width: 100%;
    position: relative;
    z-index: 9999;
    font-family: 'Nunito', sans-serif;
    font-weight: 400
}

.header-v2 a,.header-v2 button {
    transition: color .4s,background .4s,opacity .4s
}

.header-v2 .shell {
    max-width: 1440px;
    box-sizing: border-box;
    padding: 0 26px;
    min-width: 0
}

.header__bar {
    background-color: var(--c-header-main);
    color: #fff;
    width: 100%;
    padding: 10px 0
}

.header__bar p {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    margin: 0
}

.header__bar .shell {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    gap: 24px
}

 .header__bar+.header__bar {
    border-top: 1px solid #fff
}

.header__bar--countdown .shell {
    font-weight: 400
}

.header__bar--countdown p {
    font-weight: 400;
    gap: 20px
}

.header__bar--countdown p+p {
    position: relative;
    padding-left: 20px
}

.header__bar--countdown p+p:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: #fff
}

.header-v2 .header__utilities {
    max-width: 100%;
    background-color: var(--c-header-secondary);
    padding: 11px 0
}

.header-v2 .header__utilities .shell {
    display: flex;
    align-items: center
}

.header-v2 .header__main {
    background-color: #fff;
    padding: 24px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

.header-v2 .header__main .shell {
    display: flex;
    align-items: center
}

.header-v2 .header__main__mobile {
    display: none
}

.header-v2 .header__main-logo {
    width: 100px;
    min-width: 100px
}

.header-v2 .header__main-logo a {
    font-size: 0;
    line-height: 0;
    display: block;
    text-decoration: none
}

.header-v2 .header__main-logo img {
    display: block;
    width: 100%;
    height: 57px;
    object-fit: contain;
    object-position: left center
}

.header-v2 .header__main-nav {
    width: calc(100% - 100px - 162px);
    padding: 0 20px 0 48px
}

.header-v2 .header__main-nav-mobile {
    display: none
}

.header-v2 .header__main-nav-mobile .menu {
    width: auto;
    margin: 0 -26px;
    padding: 26px;
    box-sizing: border-box;
    background-color: #f4f4f4
}

.header-v2 .header__main-nav-mobile .menu ul {
    list-style: none;
    display: block
}

.header-v2 .header__main-nav-mobile .menu li {
    font-size: 14px;
    line-height: 1.1538;
    font-weight: 400
}

.header-v2 .header__main-nav-mobile .menu li:not(:last-child) {
    margin-bottom: 17px
}

.header-v2 .header__main-nav-mobile .menu a {
    text-decoration: none;
    color: #4a4541
}

.header-v2 .header__main-action {
    width: 162px;
    min-width: 162px
}

.header-v2 .header__main-action a {
    display: block;
    font-size: 14px;
    line-height: 1.3571;
    padding: 12px 24px;
    border: 2px solid var(--c-header-main);
    border-radius: 4px;
    text-decoration: none;
    color: var(--c-header-main);
    transition: color .4s,background .4s;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-align: center
}

.header-v2+.shell {
    padding: 0 26px;
    box-sizing: border-box;
    max-width: 1440px;
    min-width: 0
}

.header-v2+.shell .shell {
    max-width: 100%;
    min-width: 0
}

body.fixed-header .header-v2 .header__main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

body.fixed-header .header-v2+* {
    margin-top: 105px
}

body.fixed-header.admin-bar .header-v2 .header__main {
    top: 32px
}

@media(hover) and (pointer: fine) {
    .header-v2 .header__main-action a:hover {
        background-color:var(--c-header-main);
        color: #fff
    }

    .header-v2 .header__main-logo a:hover {
        opacity: .75
    }
}

 {
    width: 100%
}

 .shell {
    padding-left: 26px;
    padding-right: 26px;
    max-width: 1440px;
    box-sizing: border-box;
    min-width: 0
}

.footer__bar {
    width: 100%;
    background-color: var(--c-header-main);
    padding: 50px 0;
    color: #fff;
	position: absolute;
    left: 0;
	
}

footer__bar .shell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px
}
div.footer__widgets-nav > ul > li > h6 {
	font-size:16px;
}

.footer__bar-title h6 {
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1
}

 .footer__bar-socials ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0;
    line-height: 0
}

 .footer__bar-socials li {
    margin: 0
}

 .footer__bar-socials a {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    transition: background .4s;
    text-decoration: none
}

 .footer__bar-socials a:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    opacity: .5
}

 .footer__bar-socials svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none
}

 .footer__bar-socials path {
    fill: #fff;
    transition: fill .4s
}

 .footer__bar-logos {
    font-size: 0;
    line-height: 0
}

 .footer__bar-logos:not(:first-child) {
    margin-left: 48px;
    position: relative
}

 .footer__bar-logos:not(:first-child):before {
    content: ' ';
    position: absolute;
    left: -48px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
    opacity: .5
}

 .footer__bar-logos ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    min-height: 60px;
    align-items: center
}

 .footer__bar-logos li {
    margin: 0
}

 .footer__bar-logos a {
    display: block;
    text-decoration: none;
    transition: opacity .4s
}

 .footer__bar-logos img {
    display: block;
    width: auto;
    height: 37px
}

 .footer__widgets {
    width: 100%;
    background-color: #efefef;
    padding: 70px 0
}

 .footer__widgets .shell {
    display: flex;
    flex-wrap: wrap
}

 .footer__widgets-logo {
    width: 224px
}

 .footer__widgets-logo>a {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
    max-width: 100px;
    transition: opacity .4s
}

 .footer__widgets-logo>a img {
    display: block;
    width: 100%;
    height: auto
}

 .footer__widgets-logo blockquote {
    margin: 24px 0;
    font-family: playfair display,serif;
    font-size: 19px;
    line-height: 1.6;
    color: var(--c-header-main);
    font-style: italic;
    letter-spacing: .02em;
    padding:0;
}

 .footer__widgets-nav {
    width: calc(100% - 224px);
    padding-left: 86px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

 .footer__widgets-nav>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: -48px -40px
}

 .footer__widgets-nav>ul>li {
    padding: 48px 40px;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    flex-grow: 1;
    border-bottom: 1px solid #a3a3a3
}

 .footer__widgets-nav>ul>li:not(:last-child):before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 48px;
    bottom: 38px;
    width: 1px;
    background-color: #a3a3a3;
    opacity: .5
}

 .footer__widgets-nav h6.widget__title {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #353535;
    letter-spacing: 1px
}

 .footer__widgets-nav h6.widget__title~h6.widget__title {
    margin-top: 49px
}

 .footer__widgets-nav li.widget--nav>div>ul {
    list-style: none
}

 .footer__widgets-nav li.widget--nav>div>ul>li {
    font-size: 14px;
    letter-spacing: -.2px;
    line-height: 1.6923;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0
}

 .footer__widgets-nav li.widget--nav>div>ul>li:not(:last-child) {
    margin-bottom: 3px
}

 .footer__widgets-nav li.widget--nav>div>ul>li.widget__nav-strong {
    font-weight: 700
}

 .footer__widgets-nav li.widget--nav>div>ul>li.widget__nav-title>a {
    pointer-events: none;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #353535;
    letter-spacing: 1px;
    display: block;
    vertical-align: top
}

 .footer__widgets-nav li.widget--nav>div>ul>li.widget__nav-title>a {
    font-size: 16px;
    line-height: 1.25
}

 .footer__widgets-nav li.widget--nav>div>ul>li.widget__nav-title:not(:first-child) {
    margin-top: 49px
}

 .footer__widgets-nav li.widget--nav>div>ul>li:not(:first-child).widget__nav-strong {
    margin-top: 24px
}

 .footer__widgets-nav li.widget--nav>div>ul a {
    color: #353535;
    text-decoration: none;
    transition: color .4s
}

 .footer__widgets-nav li.widget--nav>div>ul a[href^=tel] {
    font-weight: 700
}

 .footer__copyright {
    padding: 50px 0;
    background-color: #f6f6f6
}

 .footer__copyright .shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

 .footer__copyright-logos {
    margin-right: auto;
    font-size: 0;
    line-height: 0
}

 .footer__copyright-logos ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px
}

 .footer__copyright-logos a {
    text-decoration: none;
    display: block;
    max-width: 136px;
    transition: opacity .4s
}

 .footer__copyright-logos img {
    display: block;
    width: auto;
    max-height: 40px
}

 .footer__copyright-content {
    text-align: right;
    font-size: 14px;
    line-height: 1.33;
    color: #7e7e7e;
    font-family: 'Nunito', sans-serif;
    font-weight: 400
}

@media(hover) and (pointer: fine) {
     .footer__bar-socials a:hover {
        background-color:#fff
    }

     .footer__bar-socials a:hover path {
        fill: var(--c-header-main)
    }

     .footer__bar-logos a:hover,.footer-v2 .footer__copyright-logos a:hover,.footer-v2 .footer__widgets-logo>a:hover {
        opacity: .8
    }

     .footer__widgets-nav li.widget--nav>div>ul a:hover {
        color: var(--c-header-main)
    }
}

@media(max-width: 1100px) {
    .form-search {
        margin-right:28px
    }

    .nav-v2>ul {
        gap: 18px
    }
}

@media(max-width: 985px) {
    .ico-truck {
        width:19px;
        height: 14px
    }

    .form-search {
        width: calc(100% - 44px);
        box-sizing: border-box;
        margin: 0 22px
    }

    .nav-v2 {
        padding: 0 22px
    }

    .nav-v2>ul {
        flex-direction: column;
        gap: 0
    }

    .nav-v2>ul>li {
        width: 100%;
        position: relative;
        transition: padding .4s
    }

    .nav-v2>ul>li:after {
        content: ' ';
        position: absolute;
        left: -48px;
        right: -48px;
        top: 0;
        bottom: 0;
        background-color: #f6f6f6;
        opacity: 0;
        transition: oapcity .4s,visibility .4s;
        pointer-events: none;
        visibility: hidden
    }

    .nav-v2>ul>li>* {
        position: relative;
        z-index: 10
    }

    .nav-v2>ul>li>a {
        padding: 16px 0;
        font-size: 15px
    }

    .nav-v2>ul>li:not(:last-child):before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #d8d8d8
    }

    .nav-v2>ul>li.menu-item-has-children>a:after {
        margin-left: auto
    }

    .nav-v2>ul>li>ul {
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        right: 0;
        transform: none;
        border: 0;
        padding: 0;
        max-height: 0;
        background: 0 0
    }

    .nav-v2>ul>li>ul:before,.nav-v2>ul>li>ul:after {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-one>ul {
        flex-direction: column;
        gap: 30px;
        min-width: 0;
        padding: 0
    }

    .nav-v2>ul>li.nav__menu-type-one>ul:before,.nav-v2>ul>li.nav__menu-type-one>ul:after,.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2):before {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(1),.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(2),.nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(3) {
        width: 100%;
        padding: 0
    }

    .nav-v2>ul>li.nav__menu-type-one>ul>li:nth-child(4) {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-two>ul {
        flex-direction: column;
        min-width: 0
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li {
        width: 100%
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child {
        padding-right: 0;
        width: 100%
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child:before {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li {
        padding-left: 0;
        margin-top: 30px
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li img {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-two>ul>li:first-child~li li:not(:last-child) {
        margin-bottom: 6px
    }

    .nav-v2>ul>li.nav__menu-type-two>ul li.menu-item-has-children>a:before {
        display: none
    }

    .nav-v2>ul>li.nav__menu-type-three>ul {
        min-width: 0;
        padding: 0;
        flex-direction: column
    }

    .nav-v2>ul>li.nav__menu-type-three>ul>li {
        width: 100%;
        padding: 0
    }

    .nav-v2>ul>li.nav__menu-type-three>ul>li~li {
        margin-top: 30px
    }

    .nav-v2>ul>li.nav__menu-type-three>ul>li:not(:last-child):before {
        display: none
    }

    .nav-v2>ul>li.hover {
        padding: 17px 0 33px
    }

    .nav-v2>ul>li.hover>ul {
        opacity: 1;
        visibility: visible;
        max-height: 9999px
    }

    .nav-v2>ul>li.hover:after {
        opacity: 1;
        visibility: visible
    }

    .nav-v2>ul>li.hover>a:after {
        transform: rotate(45deg)
    }

    .nav-v2 button {
        position: absolute!important;
        left: auto;
        right: -21px;
        top: 0;
        opacity: 1;
        visibility: visible;
        z-index: 20!important;
        width: 50px;
        height: 50px;
        border: 0;
        background: 0 0;
        cursor: pointer
    }

    .nav-mobile>ul {
        padding: 0 22px
    }

    .header-v2 .header__main-nav-mobile,.header-v2 .header__main__mobile {
        display: block
    }

    .header-v2 .nav-utilities,.header-v2 .nav-access-v2 {
        display: none
    }

    .header-v2 .header__main {
        position: fixed;
        left: 0;
        right: 0;
        top: var(--header-height);
        bottom: 0;
        background-color: #fff;
        padding: 26px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box
    }

    .header-v2 .header__main {
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s,visibility .4s
    }

    .header-v2 .header__main .shell {
        flex-direction: column;
        gap: 32px 0;
        padding: 0;
        width: 100%
    }

    .header-v2 .header__main .shell>* {
        width: 100%
    }

    .header-v2 .header__main-logo {
        display: none
    }

    .header-v2 .header__main-nav {
        width: 100%;
        padding: 0
    }

    .header-v2 .header__main-action {
        min-width: 0;
        padding: 0 22px
    }

    .header-v2 .header__main-action a {
        margin: 0 22px
    }

    .header-v2 .header__utilities {
        position: relative;
        z-index: 9
    }

    .header-v2 .header__main__mobile {
        padding: 26px 0;
        width: 100%;
        position: relative;
        z-index: 10;
        background-color: #fff
    }

    .header-v2 .header__main__mobile .shell {
        display: flex;
        align-items: center
    }

    .header-v2 .header__main__mobile-logo {
        width: 121px
    }

    .header-v2 .header__main__mobile-logo a {
        display: block;
        font-size: 0;
        line-height: 0
    }

    .header-v2 .header__main__mobile-logo img {
        display: block;
        width: 100%;
        height: auto
    }

    .header-v2 .header__main__mobile-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: calc(100% - 121px);
        gap: 12px 16px
    }

    .header-v2 .header__main__mobile-actions p {
        text-align: right;
        font-size: 13px;
        line-height: 1.2308;
        font-weight: 700;
        color: var(--c-header-main);
        width: 100%
    }

    .header-v2 .header__main__mobile-actions p a {
        text-decoration: none
    }

    .header-v2 .header__bar {
        padding: 8px 0;
        position: relative;
        z-index: 10
    }

    .header-v2 .header__bar p {
        font-size: 14px
    }

    .header-v2 .header__bar .shell {
        gap: 8px;
        min-height: 18px;
        font-size: 12px
    }

    .header-v2+.shell .content,.header-v2+.shell .sidebar {
        float: none;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%
    }

    body.show-nav-main .header-v2 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }

    body.show-nav-main .header-v2 .header__main {
        opacity: 1;
        visibility: visible
    }

    body.fixed-header .header-v2 .header__main {
        bottom: 0;
        top: var(--header-height)
    }

    body:not(.show-nav-main).fixed-header .header-v2+* {
        margin-top: 130px
    }

    body:not(.show-nav-main).fixed-header .header-v2 .header__main__mobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        box-shadow: 0 0 10px rgba(0,0,0,.5)
    }
}

@media(max-width: 767px) {
    .header-v2 .header__bar .shell {
        flex-wrap:wrap;
        text-align: center
    }

    .header-v2 .header__bar--countdown p {
        font-size: 12px
    }

    .header-v2 .header__bar--countdown p:first-child {
        width: 100%
    }

    .header-v2 .header__bar--countdown p+p {
        padding-left: 0
    }

    .header-v2 .header__bar--countdown p+p:before {
        display: none
    }

     .shell {
        padding-left: 32px;
        padding-right: 32px
    }

     .footer__widgets {
        padding: 48px 0
    }

     .footer__widgets .shell {
        flex-direction: column;
        gap: 0
    }

     .footer__widgets-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }

     .footer__widgets-logo>a {
        margin-left: auto;
        margin-right: auto
    }

     .footer__widgets-logo blockquote {
        margin-bottom: 0
    }

     .footer__widgets-nav {
        width: 100%;
        padding-left: 0
    }

     .footer__widgets-nav>ul {
        flex-direction: column;
        padding: 0;
        margin: 0
    }

     .footer__widgets-nav>ul>li {
        padding: 0
    }

     .footer__widgets-nav>ul>li:not(:last-child):before {
        display: none
    }

     .footer__widgets-nav>ul>li:not(:last-child)>div {
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s,visibility .4s,padding .4s,grid-template-rows .4s;
        display: grid;
        grid-template-rows: 0fr
    }

     .footer__widgets-nav>ul>li:not(:last-child)>div>* {
        width: 100%;
        position: relative;
        overflow: hidden
    }

     .footer__widgets-nav>ul>li:last-child {
        border: 0
    }

     .footer__widgets-nav>ul>li:last-child>div>ul>li {
        display: none
    }

     .footer__widgets-nav>ul>li:last-child>div>ul>li.widget__nav-title,.footer-v2 .footer__widgets-nav>ul>li:last-child>div>ul>li.widget__nav-title~li {
        display: block
    }

     .footer__widgets-nav>ul>li:last-child>div>ul>li.widget__nav-title:not(:first-child) {
        margin-top: 0;
        padding-top: 15px;
        border-top: 1px solid #a3a3a3
    }

     .footer__widgets-nav>ul>li.active:last-child>div>ul>li {
        display: block
    }

     .footer__widgets-nav>ul>li.active:last-child>div>ul>li.widget__nav-title:not(:first-child) {
        margin-top: 10px
    }

     .footer__widgets-nav>ul>li.active:not(:last-child)>div {
        opacity: 1;
        visibility: visible;
        padding-bottom: 20px;
        grid-template-rows: 1fr
    }

     .footer__widgets-nav>ul>li.active h6.widget__title:before {
        transform: rotate(45deg)
    }

     .footer__widgets-nav h6.widget__title {
        margin: 0;
        padding: 15px 30px 15px 0;
        position: relative;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.1
    }

     .footer__widgets-nav h6.widget__title:before {
        content: ' ';
        position: absolute;
        right: 4px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-left: 1px solid #353535;
        border-top: 1px solid #353535;
        transform: rotate(-135deg);
        margin-top: -5px;
        transition: transform .4s,margin .4s
    }

.footer__bar {
        padding: 40px 0
    }

.footer__bar .shell {
        flex-direction: column;
        gap: 0;
        padding-left: 26px;
        padding-right: 26px
    }


     .footer__bar .shell>*:not(:last-child) {
        margin-bottom: 32px
    }

     .footer__bar-logos:not(:first-child) {
        margin-left: 0
    }

     .footer__bar-logos:not(:first-child):before {
        display: none
    }

     .footer__bar-socials a {
        width: 50px;
        height: 50px
    }

     .footer__bar-socials ul {
        flex-wrap: wrap;
        justify-content: center
    }

     .footer__copyright {
        padding: 26px 0
    }

     .footer__copyright .shell {
        flex-direction: column-reverse
    }

     .footer__copyright-logos ul {
        flex-wrap: wrap;
        gap: 19px 30px;
        justify-content: center
    }

     .footer__copyright-content {
        text-align: center;
        margin-bottom: 20px
    }

    .article-main {
        flex-direction: column
    }

    .article-main .article__body {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

@media(max-width: 374px) {
    .form-search {
        width:100%
    }

    .form-search,.header-v2 .header__main-action a {
        margin: 0
    }

    .nav-v2,.nav-mobile>ul {
        padding: 0
    }

    .header-v2 .header__bar {
        font-size: 12px
    }
}

.post-blog .post__head h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700
}

.post-blog .post__entry h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700
}

.post-blog .post__entry h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none;
    color: #c53731
}

.post-blog .post__entry p {
    font-size: 18px
}

.post-blog .post__head h6 a {
    font-weight: 700;
    font-size: 16px
}

.post-blog .post__head-author p {
    font-size: 18px
}

.breadcrumb a {
    color: #222;
    font-family: ui-sans-serif,system-ui,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-weight: 600;
    opacity: .7
}

.breadcrumb a:last-child {
    opacity: 1;
    font-weight: 600
}

.article-main .article__body-title h2 {
    font-weight: 700
}

.article-main .article__body-title h6 {
    font-size: 16px;
    font-weight: 700
}
.nav-access-v2 .product-name a {
    white-space: wrap;
}
#mini-cart .mini-cart-heading .ic-cart, #mini-cart .mini-cart-heading .label {
    color: #4a4541;
}
@media (max-width: 767px) {
    .footer__bar {
        padding: 50px 0;
        margin-top: -32px;
	}
	.wrapper .postscript {
        height: 275px;
    }
}
 
::placeholder {
	color:#4a4541;
}
.footer-primary {max-width:1440px;}
#algolia-autocomplete-container .aa-dropdown-menu {z-index:9999 !important;}
.shell {margin:auto;}

.skip-account-content {
  display: none;
  
}
.skip-active {
  display: block;
}
#header-account.dropdown-content {
    width: 120px;
    padding: 25px;
    text-align: left;
    box-sizing: content-box;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 4002;
    padding: 20px;
    min-width: 80px;
    line-height: 1.5em;
    text-align: left;
	font:15px "Nunito",sans-serif;
    list-style: none;
    background-color: #fff;
	-moz-box-shadow:	0 8px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow:	0 8px 10px rgba(0,0,0, 0.15);
	box-shadow:			0 8px 10px rgba(0,0,0, 0.15);
}
.dropdown .dropdown-heading {display:flex}
.dropdown.open > .dropdown-heading.cover {
			background-color: #ffffff;
			
			color: #333333; 	}

a.account-menu-link:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--c-header-main);
    border-top: 2px solid var(--c-header-main);
    transform: rotate(-135deg);
    margin-top: -2px;
	margin-left:-10px;
    transition: margin .4s, transform .4s;
	position:relative;
	z-index:4005;
}

nav.nav-access-v2 > ul > li:nth-child(1) {
	width:110px;
}

a.account-menu-transform:after {
        transform: rotate(45deg);
        margin-top: 2px;
    }

.header-container .dropdown.open > .dropdown-heading.cover > * { color: var(--c-header-main); cursor: pointer; }
#mini-cart:hover > .mini-cart-heading .label { color: var(--c-header-main); cursor: pointer; }