:root {
    --clr-primary: #203a71;
    --clr-secondary: rgba(32, 58, 113, 5%);
    --clr-secondary-alt: rgba(32, 58, 113, 3%);
    --clr-secondary-tert: rgba(32, 58, 113, 10%);
    --clr-tertiary: #019679;
    --clr-highlight: #FF9100;
    --clr-accent: #333;
    --clr-light: #7E8083;
    --userLogoColor: #6061f6;
    --cnt-main: 1520px
}

@media screen and (max-width:1512px) {
    :root {
        --cnt-main: 1480px
    }
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

#badge-ribbon {
    max-height: 60px
}

.header-strap .strap__card {
    height: 60px
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

button:hover {
    border: 0
}

.search.results .block dd.item {
    float: left;
    margin-right: 20px
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

ul>li {
    margin-bottom: inherit
}

.d-grid {
    display: grid
}

.clr-dark {
    color: var(--clr-accent)
}

.btn {
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    text-transform: uppercase;
    transition: color .3s ease, background-color .3s ease
}

.btn--white {
    background-color: #FFF;
    color: var(--clr-tertiary)
}

.btn--white:visited {
    color: var(--clr-tertiary)
}

.btn--dark {
    background-color: var(--clr-accent);
    color: #FFF
}

.btn--dark:visited {
    color: #FFF
}

.btn--dark:hover {
    background-color: #FFF7;
    color: var(--clr-accent)
}

.btn--dark-alt:hover {
    background-color: var(--clr-primary);
    color: #FFF
}

.btn--primary.btn--primary {
    background-color: var(--clr-primary);
    color: #FFF
}

.btn-primary.btn-primary:visited {
    color: #FFF
}

.btn--primary:hover {
    background-color: var(--clr-secondary-tert);
    color: var(--clr-primary)
}

.mobile-toggle {
    cursor: pointer
}

.mobile-toggle div {
    position: relative;
    top: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
    border-radius: 2px
}

.mobile-toggle div:first-child {
    transform-origin: 0
}

.mobile-toggle div:last-child {
    margin-bottom: 0;
    transform-origin: 30px
}

.mobile-toggle div:nth-child(2) {
    right: 0;
    width: 30px
}

.mobile-toggle.expand div:first-child {
    top: -8px;
    transform: rotateZ(45deg);
    top: 0;
    right: -8px
}

.mobile-toggle.expand div:last-child {
    top: 6px;
    transform: rotateZ(45deg)
}

.mobile-toggle.expand div:nth-child(2) {
    width: 30px;
    top: 0;
    right: 13px;
    transform: rotateZ(-45deg);
    top: 3px;
    right: -5px
}

a:hover {
    text-decoration: none
}

.page-header {
    border-bottom: 0;
    margin-bottom: 0;
    z-index: 100
}

.minicart-wrapper.minicart-wrapper .action.showcart::before {
    content: '';
    background-image: url(../images/basket.svg);
    filter: invert(19%) sepia(34%) saturate(1807%) hue-rotate(190deg) brightness(95%) contrast(93%);
    width: 49px;
    height: 38px
}

.page-main.page-main {
    max-width: var(--cnt-main);
    padding-inline: 0;
    margin-top: 1rem
}

.page-main-full-width.page-main-full-width {
    max-width: var(--cnt-main);
    width: 100%;
    margin-inline: auto
}

@media screen and (max-width:600px) {
    .page-wrapper {
        overflow: hidden
    }
}

body {
    font-family: "univia-pro", "Roboto", sans-serif;
    color: var(--clr-primary)
}

.container {
    padding-inline: 20px;
    width: 100%;
    max-width: var(--cnt-main);
    margin-inline: auto
}

@media screen and (min-width:600px) {
    .container {
        padding-inline: 0
    }
}

header {
    padding-top: 10px;
    position: relative;
    z-index: 2;
    background-color: #FFF
}

header .container {
    padding-inline: 0;
    display: grid;
    grid-template-columns: 20px 1fr 1fr 1fr 1fr 40px 20px;
    grid-template-rows: 30px 97px 50px
}

.logo {
    margin: initial;
    max-width: 100%;
    float: none
}

.logo {
    grid-column: 2 / 6;
    grid-row: 2 / 3;
    align-self: center;
    width: 250px;
    height: 77px
}

.vat-control {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    background-color: var(--clr-primary);
    color: #FFF;
    padding-left: 20px;
    z-index: 3;
    display: flex;
    align-items: center
}

.vat-control label {
    font-size: 12px
}

.vat-control input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: -9000px;
    left: -9000px
}

.vat-control input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    position: relative;
    margin-inline: 10px
}

.vat-control input[type="checkbox"]+label::before {
    content: '';
    width: 35px;
    height: 20px;
    background-color: var(--clr-primary);
    border: 2px solid #FFF;
    border-radius: 10px
}

.vat-control input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background-color: #FFF;
    transition: right .3s ease
}

.vat-control input[type="checkbox"]:checked+label::after {
    right: calc(100% - 15px)
}

.nav-top {
    grid-column: 5 / 7;
    grid-row: 1 / 2
}

.nav-top span {
    display: none
}

.header-search {
    position: relative;
    grid-column: 2 / 6;
    grid-row: 3 / 4;
    background-color: var(--clr-primary);
    display: flex;
    z-index: 2;
    align-items: center
}

.search-toggle {
    grid-column: 2 / 3;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #FFF;
    display: grid;
    height: 100%;
    align-items: center;
    margin-right: 10px
}

.search-toggle img {
    filter: invert(100%) sepia(0%) saturate(7475%) hue-rotate(56deg) brightness(117%) contrast(105%)
}

.header-search input[type="text"] {
    grid-column: 1 / 3;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 5px;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
    font-size: 12px;
    padding: 10px;
    height: auto
}

.header-search input[type="text"]::-webkit-input-placeholder,
.header-search input[type="text"]::-moz-placeholder,
.header-search input[type="text"]::-ms-input-placeholder {
    color: var(--clr-primary);
    opacity: 1
}

.header-search button {
    grid-column: 2 / 3;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity .3s ease;
    border: 0;
    background-color: #fff0;
    display: grid;
    height: 100%;
    align-items: center;
    padding: 0;
    margin-right: 10px
}

.header-search button img {
    filter: invert(19%) sepia(40%) saturate(1564%) hue-rotate(192deg) brightness(94%) contrast(95%)
}

.mobile-toggle {
    grid-column: 6 / 8;
    grid-row: 3 / 4;
    background-color: var(--clr-primary);
    display: grid;
    align-content: center;
    justify-content: end;
    padding-right: 20px
}

.header-tel {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center
}

.header-tel img {
    width: 20px;
    height: 20px;
    filter: invert(14%) sepia(3%) saturate(57%) hue-rotate(314deg) brightness(101%) contrast(83%)
}

.header-tel a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--clr-accent)
}

.header-cart {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
    align-self: center;
    position: relative;
    justify-content: end;
    display: grid
}

.header-cart .minicart {
    margin-left: 0;
    position: initial
}

.header-cart img {
    margin-right: 15px;
    margin-top: 10px
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #333;
    color: #FFF;
    font-size: 12px;
    justify-content: center;
    align-content: center
}

@media screen and (min-width:600px) {
    header {
        padding-top: 0
    }
    header .container {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 80px 80px
    }
    .logo {
        grid-column: 1 / 3;
        grid-row: 1 / 3
    }
    .vat-control {
        grid-column: 4 / 6;
        grid-row: 1 / 2;
        background-color: #FFF;
        justify-content: end
    }
    .vat-control label {
        color: var(--clr-primary);
        font-size: 18px
    }
    .vat-control input[type="checkbox"]+label::before {
        background-color: #FFF;
        color: var(--clr-primary);
        border: 3px solid var(--clr-primary);
        width: 60px;
        height: 30px;
        border-radius: 20px
    }
    .vat-control input[type="checkbox"]+label::after {
        border-color: var(--clr-primary);
        background-color: var(--clr-primary);
        width: 15px;
        height: 15px;
        top: 7px;
        right: 8px
    }
    .vat-control input[type="checkbox"]:checked+label::after {
        right: calc(100% - 23px)
    }
    .nav-top {
        grid-column: 6 / 9;
        grid-row: 1 / 2;
        align-self: center
    }
    .nav-top a {
        display: flex;
        text-decoration: none;
        color: var(--clr-primary)
    }
    .nav-top img {
        margin-right: 10px
    }
    .nav-top span {
        display: inline-block
    }
    .header-search {
        grid-column: 3 / 6;
        grid-row: 2 / 3;
        background-color: #FFF
    }
    .search-toggle {
        display: none
    }
    .header-search input[type="text"] {
        opacity: 1;
        font-size: 14px
    }
    .header-search button {
        opacity: 1
    }
    .header-tel {
        grid-column: 6 / 8;
        grid-row: 2 / 3;
        font-size: 24px;
        color: var(--clr-accent);
        justify-content: center
    }
    .header-tel a {
        display: flex;
        align-items: center;
        gap: 1rem;
        color: var(--clr-accent)
    }
    .header-tel img {
        width: 32px;
        height: 32px
    }
    .header-cart {
        grid-column: 8 / 9;
        grid-row: 2 / 3;
        justify-content: center
    }
    .minicart-wrapper .action.showcart .counter.qty {
        margin: 0;
        top: -10px;
        right: -10px
    }
    .mobile-toggle {
        display: none
    }
}

.header-container {
    margin-left: auto;
    display: flex;
    flex-direction: column
}

.header-top,
.header-bottom {
    display: flex
}

.nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: end
}

.nav-top img {
    filter: invert(20%) sepia(10%) saturate(5544%) hue-rotate(190deg) brightness(97%) contrast(95%)
}

.header-nav {
    background-color: var(--clr-primary)
}

.nav-menu {
    background: var(--clr-primary);
    position: relative;
    padding: 0;
    z-index: 99
}

.nav-menu .container {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--clr-primary);
    z-index: 1
}

@media screen and (min-width:600px) {
    .nav-menu .container {
        background-color: var(--clr-primary);
        border: 0;
        position: relative
    }
}

.header-menu {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:600px) {
    .header-menu {
        padding-block: 0;
        flex-direction: row
    }
    .header-menu li {
        flex: auto
    }
}

.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    overflow: hidden;
    transition: height .3s ease
}

@media screen and (min-width:600px) {
    .header-menu>li {
        position: relative
    }
    .header-menu ul {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        padding-left: 0;
        background-color: #FFF;
        border: 2px solid var(--clr-primary);
        padding: 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease;
        width: max-content;
        overflow: inherit;
        transform-style: preserve-3d
    }
    .header-menu ul ul {
        top: -2px;
        left: -2px;
        height: calc(100% + 4px);
        transform: translateX(0) translateZ(-10px);
        transition: transform .3s ease
    }
    .header-menu .expand+ul {
        opacity: 1;
        pointer-events: initial;
        transform: translateX(calc(100% - 24px))
    }
    .header-menu>li>a.expand+ul {
        transform: translateX(0)
    }
}

.header-menu ul li a {
    padding-block: 0
}

@media screen and (min-width:600px) {
    .header-menu ul li a {
        color: var(--clr-light);
        padding-block: 10px;
        font-size: 16px;
        font-weight: 400
    }
    .header-menu ul .expand+ul {
        transform: translateX(calc(100% - 22px)) translateZ(-10px);
        overflow: inherit
    }
}

.header-menu a {
    color: var(--clr-primary);
    font-size: 16px;
    text-decoration: none;
    padding-block: 15px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.header-menu a img {
    margin-left: auto
}

@media screen and (min-width:600px) {
    .header-menu a img {
        margin-right: 15px;
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(103%) contrast(101%)
    }
}

@media screen and (min-width:600px) {
    .header-menu a {
        color: #FFF;
        font-size: 18px
    }
}

.nav-sections {
    background-color: var(--clr-primary)
}

@media all and (min-width:768px) {
    .nav-sections.nav-sections {
        margin-bottom: 0
    }
    .navigation.navigation {
        max-width: var(--cnt-main);
        background-color: var(--clr-primary)
    }
    .navigation.navigation .level0>.level-top {
        color: #FFF;
        font-weight: 400
    }
    .navigation.navigation .level0>.level-top:hover {
        color: #FFF
    }
    .navigation.navigation .level0 .submenu {
        border: 2px solid var(--clr-primary);
        border-top: 0;
        font-weight: 400
    }
}

.header-strap {
    background-color: var(--clr-secondary);
    min-height: 70px
}

.header-strap .container {
    overflow: hidden;
    padding-block: 10px;
    position: relative;
    min-height: 70px
}

@media screen and (min-width:600px) {
    .header-strap .container {
        display: flex;
        padding-block: 20px
    }
}

.strap__card {
    position: absolute;
    top: 10px;
    flex: none;
    display: flex;
    width: 100%;
    margin-right: 20px;
    transform: translateX(calc(100% + 20px));
    transition: transform 1s ease;
    min-height: 60px
}

.strap__card:first-child {
    transform: translateX(0)
}

.strap__card a {
    display: flex;
    color: var(--clr-primary)
}

@media screen and (min-width:600px) {
    .strap__card,
    .strap__card a {
        flex: 1;
        position: relative;
        transform: translateX(0);
        min-height: auto;
        top: 0
    }
    .strap__card:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:600px) {
    .strap__card::before {
        content: "";
        position: absolute;
        top: -10%;
        left: -20px;
        border-right: 1px solid var(--clr-primary);
        height: 120%
    }
}

.strap__card:first-child::before {
    display: none
}

.strap__icon {
    margin-inline: 0 10px
}

.strap__content {
    margin-top: 10px
}

.strap__content p {
    font-size: 14px;
    margin-bottom: 0
}

.strap__title {
    font-size: 18px;
    font-weight: 700
}

.hero-product {
    margin-bottom: 20px;
    margin-top: 50px
}

.breadcrumbs {
    background-color: var(--clr-secondary-alt);
    margin-top: 20px;
    padding-block: 15px
}

.breadcrumbs.breadcrumbs {
    max-width: var(--cnt-main)
}

.breadcrumbs .items {
    font-size: 12px;
    color: var(--clr-primary)
}

.breadcrumbs a {
    color: var(--clr-primary)
}

.breadcrumbs .item:not(:last-child)::after {
    color: var(--clr-primary);
    content: '';
    background-image: url(../images/chevron-down.svg);
    filter: invert(14%) sepia(55%) saturate(2812%) hue-rotate(211deg) brightness(88%) contrast(84%);
    transform: rotate(-90deg);
    width: 26px;
    height: 15px
}

.breadcrumbs strong {
    font-weight: 700
}

@media screen and (min-width:600px) {
    .hero-product {
        display: flex
    }
    .hero-product>* {
        width: 50%
    }
    .breadcrumbs .items {
        font-size: 13px
    }
}

.hero-product .container {
    position: relative;
    background-color: var(--clr-secondary-tert);
    padding-block: 20px;
    text-align: center
}

.hero-product .container::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 50px solid #fff0;
    border-right: 50px solid #fff0;
    border-bottom: 30px solid var(--clr-secondary-tert)
}

@media screen and (min-width:600px) {
    .hero-product .container::before {
        border: 0;
        border-top: 50px solid #fff0;
        border-bottom: 50px solid #fff0;
        border-right: 30px solid var(--clr-secondary-tert);
        top: 50%;
        transform: translateY(-50%);
        left: -30px
    }
}

.hero-product__image-container {
    display: grid;
    justify-content: center;
    padding-block: 20px;
    position: relative
}

.hero-product__logo {
    position: absolute;
    bottom: 0;
    right: 20px
}

.hero-product__logo--content {
    display: none;
    position: absolute;
    bottom: 0;
    right: 15px
}

@media screen and (min-width:600px) {
    .hero-product__logo {
        display: none
    }
    .hero-product__logo--content {
        display: block
    }
}

.hero-product h2 {
    font-size: 24px
}

.hero-product h2 span {
    display: block;
    font-size: 14px;
    color: var(--clr-light);
    font-weight: 400
}

.hero-product__was {
    color: var(--clr-light);
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    text-transform: uppercase
}

.hero-product__special {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.hero-product__exvat {
    color: var(--clr-accent);
    font-size: 32px;
    font-weight: 700
}

.hero-product__exvat span {
    font-size: 12px;
    font-weight: 400
}

.hero-product__incvat {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px
}

.hero-product__incvat span {
    font-weight: 400;
    font-size: 12px
}

.hero-product .btn {
    margin-top: 20px
}

.hero-category {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:600px) {
    .hero-category {
        display: flex
    }
    .hero-category>div {
        flex: 1
    }
    .hero-category>div:first-child {
        order: 2
    }
}

.hero-category div {
    padding-block: 30px;
    position: relative
}

.hero-category .container {
    margin-top: 40px;
    background-color: var(--clr-accent)
}

.hero-category .container::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 50px solid #fff0;
    border-right: 50px solid #fff0;
    border-bottom: 30px solid var(--clr-accent)
}

@media screen and (min-width:600px) {
    .hero-category>div:first-child {
        justify-items: center;
        display: grid
    }
    .hero-category .container {
        margin-top: 0
    }
    .hero-category .container::before {
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        border-top: 50px solid #fff0;
        border-bottom: 50px solid #fff0;
        border-left: 30px solid var(--clr-accent)
    }
}

.hero-category .container img {
    margin-inline: auto
}

.hero-category .container div {
    max-width: 75%;
    margin-inline: auto
}

.hero-category .btn {
    background-color: rgba(255, 255, 255, 41%);
    color: #FFF
}

.cta-about {
    background-color: var(--clr-secondary);
    text-align: center;
    font-size: 14px;
    padding-block: 40px;
    margin-block: 20px
}

@media screen and (min-width:600px) {
    .cta-about {
        font-size: 18px
    }
}

.cta-about h2 {
    color: var(--clr-accent);
    font-size: 24px;
    font-weight: 700;
}

.cta-about h3 {
    color: var(--clr-primary);
    font-size: 20px;
    margin-block: 10px 30px
}

.cta-about p {
    margin-bottom: 30px
}

.cta-about p:last-child {
    margin: 0
}

.cta-service {
    background-color: var(--clr-tertiary);
    color: #FFF;
    margin-top: 100px
}

.cta-service .container {
    display: grid;
    gap: 40px
}

@media screen and (min-width:600px) {
    .cta-service .container {
        grid-template-columns: 1fr 2fr 1fr
    }
}

.cta-service img {
    opacity: .5;
    margin-inline: auto;
    max-width: 120px;
}

.cta-service .container div:first-child {
    position: relative
}

.cta-service .container div:first-child::before,
.cta-service .container div:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 160px;
    border: 60px solid var(--clr-tertiary);
    border-radius: 50%
}

.cta-service .container div:first-child::before {
    top: -30px
}

.cta-service .container div:first-child::after {
    bottom: -30px;
    z-index: 0
}

@media screen and (min-width:600px) {
    .cta-service .container div:first-child::after {
        z-index: 1
    }
}

.cta-service img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(35deg) brightness(111%) contrast(108%);
    position: relative;
    z-index: 1
}

@media screen and (min-width:600px) {
    .cta-service img {
        z-index: 2
    }
}

.cta-service div {
    display: grid;
    align-content: center
}

.cta-service__content {
    font-size: 22px;
    text-align: center
}

@media screen and (min-width:600px) {
    .cta-service__content {
        font-size: 28px
    }
}

.cta-service__content h2 {
    font-size: 27px;
    font-weight: 700
}

@media screen and (min-width:600px) {
    .cta-service__content h2 {
        font-size: 38px
    }
}

.cta-service__button {
    justify-content: center;
    padding-bottom: 40px
}

@media screen and (min-width:600px) {
    .cta-service__button {
        padding-bottom: 0
    }
}

.cta-service__button .btn:hover {
    background-color: #FFF8;
    color: #FFF
}

.page-title-wrapper {
    text-align: center;
    margin-block: 30px 20px
}

.page-title,
.side-lines,
.cwsFeatured .title {
    position: relative;
    width: fit-content;
    margin-inline: auto
}

.side-lines,
.cwsFeatured .title,
h2.mageants-block-title.mageants-block-title {
    margin: 50px auto !important;
    width: max-content
}
h2.side-lines {
    font-weight: 700;
}
.page-title::before,
.page-title::after,
.side-lines::before,
.side-lines::after,
.cwsFeatured .title::before,
.cwsFeatured .title::after,
h2.mageants-block-title.mageants-block-title::before,
h2.mageants-block-title.mageants-block-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    border-top: 1px solid var(--clr-primary)
}

.page-title::before,
.side-lines::before,
.cwsFeatured .title::before,
.cwsFeatured .title::after,
h2.mageants-block-title.mageants-block-title::before {
    left: -100px
}

.page-title::after,
.side-lines::after,
.cwsFeatured .title::before,
.cwsFeatured .title::after,
h2.mageants-block-title.mageants-block-title::after {
    right: -100px
}

h2.mageants-block-title.mageants-block-title::before {
    right: initial;
    border-bottom: 0
}

.product .page-title::before,
.product .page-title::after {
    content: none
}

.footer-top {
    padding-top: 30px;
    color: #FFF;
    background-color: var(--clr-primary);
    font-size: 20px;
    position: relative
}

@media screen and (min-width:600px) {
    .footer-top {
        padding-top: 110px
    }
}

.footer-top .container {
    display: grid;
    gap: 40px
}

@media screen and (min-width:600px) {
    .footer-top .container {
        grid-template-columns: repeat(4, 1fr)
    }
}

.footer-top .container div {
    border-bottom: 1px solid #FFF;
    padding-bottom: 40px;
    overflow: hidden
}

@media screen and (min-width:600px) {
    .footer-top .container div {
        border-bottom: 0
    }
}

.footer-top .container .collapsed {
    padding-bottom: 7px
}

.footer-top .container div:last-child {
    border-bottom: 0;
    padding-bottom: 30px
}

.footer-top h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-top .expander {
    display: flex;
    align-items: center
}

.footer-top .expander img {
    transition: transform .3s ease;
    margin-left: auto;
    transform: rotate(180deg);
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(103%) contrast(101%)
}

@media screen and (min-width:600px) {
    .footer-top .expander img {
        display: none
    }
}

.footer-top .collapsed img {
    transform: rotate(0deg)
}

.footer-top .container div ul {
    transition: height 1s ease
}

.footer-top address {
    font-style: normal;
    margin-bottom: 30px
}

.address-icon {
    display: flex;
    gap: 15px;
    align-items: center
}

.address-icon img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(35deg) brightness(111%) contrast(108%);
    opacity: .5
}

.footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-top a {
    text-decoration: none;
    color: #FFF
}

.footer-top form {
    margin-block: 40px
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.subscribe-form input {
    border: 1px solid var(--clr-primary);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    height: auto
}

.subscribe-form button {
    align-self: end
}

.social-icons {
    display: flex;
    gap: 35px;
    align-items: center
}

.jump-top {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background-color: var(--clr-accent);
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1;
    display: block;
    display: grid;
    justify-content: center;
    align-content: center
}

.footer-mid .container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

@media screen and (min-width:600px) {
    .footer-mid .container {
        justify-content: space-between
    }
}

.footer-bottom {
    margin-block: 50px;
    border-top: 1px solid var(--clr-light);
    padding-top: 30px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center
}

.footer-bottom p span {
    display: block
}

.site-by {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    text-transform: none
}

.site-by img {
    margin-left: 10px
}

@media screen and (min-width:600px) {
    .footer-bottom .container {
        display: flex
    }
    .footer-bottom p {
        flex: 1
    }
    .footer-bottom p span {
        display: inline
    }
    .site-by {
        margin-top: 0;
        justify-content: end;
        flex: 1
    }
}

.category-description [data-content-type="row"][data-appearance="contained"] {
    max-width: 100%
}

.category-description [data-element="inner"] {
    padding-inline: 0 !important
}

.category-description p {
    text-align: left
}

.page-products .product-item-info {
    width: 100%
}

.page-products .page-title {
    font-weight: 700
}

.product-image-container {
    border: 1px solid #000;
    padding: 20px;
    width: 100% !important
}

@media all and (min-width:1024px),
print {
    .page-products.page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 6%) / 3)
    }
    .breadcrumbs .items {
        font-size: 16px
    }
    .page-products.page-products .products-grid .product-item,
    .page-products.page-products .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%;
        margin-bottom: 2%
    }
    .page-products.page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }
}

.product-item-name {
    border-block: 1px solid var(--clr-light);
    margin-block: 15px;
    padding-block: 15px
}

.product-item-name.product-item-name>a {
    color: #333;
    display: block;
    min-height: 45px;
    font-weight: 700;
}

.product-item-name>a:hover {
    color: var(--clr-primary);
    text-decoration: none
}

.product-item .price-box {
    margin: 10px 0;
}

.product-listing__brand img {
    margin: 1.8rem auto 0
}

.product-listing__price-more {
    display: block;
    min-height: 166px;
    align-items: center;
    margin-bottom: 30px
}

.product-listing__price-more .product-listing__more {
    margin-left: auto
}

.product-listing__price-more .product-listing__more .btn {
    white-space: nowrap
}

.product-listing__sku {
    display: flex;
    background-color: var(--clr-secondary-alt);
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 12px;
    margin-block: 13px 19px
}

.product-listing__sku span {
    width: 100%;
    text-align: right
}

.product-item-actions.product-item-actions .actions-primary {
    display: block
}

.action.primary {
    border-radius: 10px;
    background: var(--clr-primary);
    border-color: var(--clr-primary);
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding-block: 10px;
    font-family: "univia-pro", "Roboto", sans-serif;
    position: relative;
    transition: background-color .3s ease
}

.action.primary span::before,
.action.primary span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%)
}

.action.primary span::before {
    left: 15px;
    width: 28px;
    height: 22px;
    background-image: url(../images/basket.svg)
}

.action.primary span::after {
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url(../images/plus-circle.svg)
}

#contact-form .action.primary span::before,
#contact-form .action.primary span::after,
#login-form .action.primary span::before,
#login-form .action.primary span::after,
.block-new-customer .action.primary span::before,
.block-new-customer .action.primary span::after,
.form-create-account .action.primary span::before,
.form-create-account .action.primary span::after,
.form.password.forget .action.primary span::before,
.form.password.forget .action.primary span::after,
.checkout-success .action.primary span::before,
.checkout-success .action.primary span::after,
.sidebar .action.primary span::before,
.sidebar .action.primary span::after {
    content: none
}

@media screen and (min-width:768px) {
    .product-info-main .box-tocart.box-tocart {
        display: block
    }
    .product-info-main .box-tocart.box-tocart .fieldset {
        display: flex;
        flex-direction: column
    }
    .product-info-main .box-tocart.box-tocart .field.qty {
        display: flex;
        align-items: center
    }
    .product-info-main .box-tocart.box-tocart .field.qty label {
        margin-right: 15px;
        font-size: 18px
    }
    .product-info-main .box-tocart.box-tocart .actions {
        flex: 1;
        padding-top: 0
    }
    .product-info-main .box-tocart.box-tocart .control {
        display: flex
    }
}

.qty-ctrl {
    border: 1px solid var(--clr-primary);
    background-color: #FFF;
    font-size: 18px;
    min-width: 52px;
    color: var(--clr-primary);
    transition: background-color .3s ease
}

.qty-ctrl:hover {
    border: 1px solid var(--clr-primary);
    background-color: var(--clr-secondary-tert);
    color: var(--clr-primary)
}

.qty-ctrl__minus {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.qty-ctrl__minus:hover {
    border-right: 0
}

.qty-ctrl__plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.qty-ctrl__plus:hover {
    border-left: 0
}

input.qty {
    border-color: var(--clr-primary)
}

.cta-product-help {
    clear: both;
    background-color: var(--clr-tertiary);
    display: block;
    gap: 30px;
    padding: 20px;
    color: #FFF;
    font-size: 24px;
    margin-block: 30px
}

.cta-product-help-main {
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
}
.cta-product-help-main span {
    font-weight: 300;
}
.cta-product-help-main img {
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
    display: inline;
    margin-left: 40px;
    margin-right: 10px;
}
.cta-product-help-sub {
    display: block;
    text-align: center;
    margin-top: 20px
}

.cta-product-help-sub a {
    color: #FFF
}

.cta-product-help-sub a:hover {
    color: #006bb4
}

.cta-product-help-sub>* {
    display: inline-block
}

.cta-product-help-sub img {
    margin-right: 15px;
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%)
}

.cta-listings {
    border-radius: 10px
}

#zip-check span::before,
#zip-check span::after {
    content: none
}

.breadcrumbs li:last-child {
    font-weight: 700
}

.product-aside {
    width: 50%;
    border-left: 1px solid var(--clr-light);
    padding-left: 30px
}

.product-info-top {
    display: flex;
    gap: 30px
}

.product-media-container {
    flex: 1
}

@media screen and (min-width:768px) {
    .page-layout-1column .product.product.media {
        width: 100%;
        margin-bottom: 0
    }
}

.product-info-container {
    display: flex;
    flex: 1;
    background-color: var(--clr-secondary-tert);
    gap: 30px;
    padding: 30px
}

@media screen and (min-width:768px) {
    .page-layout-1column .product-info-main.product-info-main {
        float: none;
        width: 55%
    }
}
@media screen and (max-width:900px) {
    .cta-product-help-main span {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .cta-product-help-main img {
        margin-left: 0;
    }
}

.product-sidebar__img-block {
    display: flex;
    gap: 30px;
    align-items: center
}

.product-sidebar__item {
    font-size: 15px;
    font-weight: 700;
    background-repeat: no-repeat;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-block: 30px;
    padding-left: 65px;
    text-transform: uppercase
}

.product-sidebar__service-maintenance {
    color: #000;
    background-image: url(../images/wrench-circle.svg);
    filter: invert(37%) sepia(87%) saturate(893%) hue-rotate(133deg) brightness(92%) contrast(99%)
}

.product-sidebar__warranty {
    color: var(--clr-highlight);
    background-image: url(../images/star-tick.svg);
    filter: invert(61%) sepia(97%) saturate(2249%) hue-rotate(358deg) brightness(99%) contrast(108%)
}

.product-sidebar__delivery {
    color: var(--clr-primary);
    background-image: url(../images/truck.svg)
}
.product-sidebar__delivery a {
   color: var(--clr-primary); 
}
.product-sidebar__delivery--fast {
    color: var(--clr-accent);
    background-image: url(../images/truck-fast.svg);
    background-size: 17%;
    background-position-y: center
}

.product-sidebar__delivery--cost {
    color: #353f45;
    background-image: url(../images/hand-creditcard.svg)
}

.product-sidebar__delivery--24h {
    color: var(--clr-highlight);
    background-image: url(../images/24h-icon-orange.svg)
}
.product-sidebar__delivery--24h a {
    color: var(--clr-highlight);
}
.product-sidebar__stock {
    background-image: url(../images/box-open.svg);
    background-size: 17%
}

.page-title-wrapper.product {
    margin-top: 10px;
    text-align: left
}

.page-title-wrapper.product .page-title {
    font-size: 28px;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .product.data.items>.item.item.title {
        width: 25%;
        margin: 0;
        text-align: center
    }
    .product.data.items>.item.title.active>.switch.switch,
    .product.data.items>.item.title.active>.switch.switch:focus,
    .product.data.items>.item.title.active>.switch.switch:hover {
        padding: 20px 0;
        font-weight: 700;
        background: var(--clr-primary);
        color: #FFF
    }
    .product.data.items>.item.content.content {
        border-top: 1px solid #d1d1d1;
        border: 2px solid var(--clr-primary);
        margin-top: 62px
    }
    .product.data.items>.item.title>.switch.switch {
        background: #FFF;
        height: auto;
        color: var(--clr-primary);
        border-block: 2px solid var(--clr-primary);
        border-inline: 1px solid var(--clr-primary);
        padding: 20px 0;
        font-size: 18px;
        font-weight: 400
    }
    .product.data.items .item.title:first-child .switch.switch {
        border-left-width: 2px
    }
    .product.data.items .item.title:nth-last-child(2) .switch.switch {
        border-right-width: 2px
    }
}

.featuredBrands.featuredBrands {
    max-width: var(--cnt-main)
}

.featuredBrands.featuredBrands .title {
    display: none
}

.manufacturer-btn {
    margin: 30px auto 0;
    text-align: center
}

.cwsFeatured .products-grid.grid3 .product-item.product-item {
    width: 100%
}

.cwsFeatured .products-grid.grid3 .product-item .product-item-name.product-item-name {
    min-height: 74px
}

.mage-featured-slider .owl-stage-outer.owl-stage-outer {
    padding-bottom: 0
}

.cwsFpSlider .products {
    margin-bottom: 0
}

#cwsMenu-1.cwsMenuOuter.cvwsMenuOuter {
    background-color: var(--clr-primary)
}

#cwsMenu-1 .cwsMenu.mega-menu.cwsMenu.mega-menu {
    max-width: var(--cnt-main);
    background-color: var(--clr-primary);
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (min-width:600px) {
    #cwsMenu-1 .cwsMenu.mega-menu.cwsMenu.mega-menu {
        flex-direction: row
    }
}

.cwsMenu.cwsMenu::after {
    content: none
}

@media screen and (min-width:1200px) {
    #cwsMenu-1 .cwsMenu.horizontal.horizontal>li {
        border: 0
    }
}

#cwsMenu-1 .cwsMenu.cwsMenu>li>a {
    background-color: var(--clr-primary);
    color: #FFF;
    font-weight: 400;
    text-transform: none;
    padding: 10px 0
}

#cwsMenu-1 .cwsMenu.cwsMenu>li.active>a {
    font-weight: 700;
    background-color: var(--clr-primary);
    color: #FFF
}

#cwsMenu-1 .cwsMenu.horizontal>li.parent>a>span.arw.arw {
    border-top-color: #FFF;
    opacity: 1
}

.ajaxSearch.block-search.block-search {
    width: 100%;
    margin-top: 0;
    opacity: 0;
    transition: opacity .3s ease
}

@media screen and (min-width:600px) {
    .ajaxSearch.block-search.block-search {
        opacity: 1;
        margin-top: 25px
    }
}

.cwsFeatured .title.title {
    margin: 50px auto 0
}

.cwsFeatured .title.title::after {
    width: 50px;
    border-bottom: 0;
    left: initial
}

.cwsFeatured .title.title h3 {
    text-transform: none;
    font-size: 2.6rem;
    position: relative
}

.mbAjaxSearch div.select-wrapper.select-wrapper {
    border: 1px solid var(--clr-primary);
    border-right: 0
}

@media screen and (min-width:768px) {
    .mbAjaxSearch span.select-wrapper.select-wrapper {
        height: 38px
    }
}

.product-sidebar__img-block .clear {
    display: none
}

.hero-product .mageNewToolbar {
    display: none
}

.hero-product .cwsNew {
    flex: 1;
    margin-bottom: 0
}

.hero-product .cwsNew .products {
    margin-bottom: 0;
    margin-top: 0
}

@media screen and (min-width:600px) {
    .hero-product .cwsNew .products {
        margin-top: 50px
    }
}

.hero-product .product-item-photo {
    position: relative
}

.hero-product .new-prod__brand-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 150px
}

.hero-product .cwsNew .products .product-item {
    margin-bottom: 0
}

.hero-product .product-item-info {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:600px) {
    .hero-product .product-item-info {
        flex-direction: row
    }
}

@media screen and (min-width:600px) {
    .hero-product .product-item-photo {
        width: 50%
    }
}

.hero-product .product-item-details {
    padding: 40px;
    background-color: var(--clr-secondary);
    position: relative
}

@media screen and (min-width:600px) {
    .hero-product .product-item-details {
        width: calc(50% - 40px)
    }
}

.hero-product .product-item-details::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 30px solid var(--clr-secondary);
    border-left: 50px solid #fff0;
    border-right: 50px solid #fff0
}

@media screen and (min-width:600px) {
    .hero-product .product-item-details::before {
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        border-left: 0;
        border-right: 30px solid var(--clr-secondary);
        border-top: 50px solid #fff0;
        border-bottom: 50px solid #fff0
    }
}

.hero-product .product-items .product-item-name {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 700
}

.hero-product .price-container,
.product-items .price-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-block: 30px 45px
}

.product-items .product-item .special-price .price-including-tax+.price-excluding-tax {
    display: flex
}

.product-items .product-item .special-price .price-wrapper {
    display: flex
}

.hero-product .price-container .price.price,
.product-items .price-container .price.price {
    font-size: 24px;
    color: var(--clr-primary)
}

.product-items .price-container .price.price,
.product-items .price-including-tax::after {
    color: var(--clr-accent)
}

.product-items .price-container .price.price {
    font-size: 18px
}

.hero-product .price-container .price-highlight .price.price,
.product-items .price-container .price-highlight .price.price {
    font-size: 48px;
    color: var(--clr-accent)
}

.product-items .price-container .price-highlight .price.price {
    font-size: 30px;
    color: var(--clr-accent);
    color: var(--clr-primary)
}

.hero-product .price-container .price-including-tax+.price-excluding-tax.price-excluding-tax,
.product-items .price-container .price-including-tax+.price-excluding-tax.price-excluding-tax {
    margin-top: 0
}

.hero-product .price-excluding-tax,
.hero-product .price-including-tax,
.product-items .price-excluding-tax,
.product-items .price-including-tax {
    display: flex;
    gap: 10px
}

.hero-product .price-including-tax::before,
.hero-product .price-excluding-tax::before,
.product-items .price-including-tax::before,
.product-items .price-excluding-tax::before {
    content: none
}

.hero-product .price-including-tax::after,
.hero-product .price-excluding-tax::after,
.product-items .price-including-tax::after,
.product-items .price-excluding-tax::after {
    content: attr(data-label);
    display: flex;
    align-items: center;
    font-size: 18px
}

.product-items .price-including-tax::after,
.product-items .price-excluding-tax::after {
    font-size: 14px
}

.hero-product .price-including-tax.price-highlight::after,
.hero-product .price-excluding-tax.price-highlight::after,
.product-items .price-including-tax.price-highlight::after,
.product-items .price-excluding-tax.price-highlight::after {
    color: var(--clr-accent)
}

.product-items .price-excluding-tax.price-highlight::after {
    color: var(--clr-primary)
}

.product-items .old-price {
    display: none
}

.product-items .product-item .price-box .price-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left
}

.product-info-main .price-box {
    display: flex;
    flex-direction: column
}

.product-info-main .special-price {
    order: 1
}

.product-info-main .price-container {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.product-info-main .special-price .price-label {
    order: 0
}

.product-info-main .price-box .price.price,
.product-info-main .price-box .price-including-tax .price.price,
.product-info-main .price-box .price-excluding-tax .price.price {
    font-size: 24px
}

.product-info-main .price-including-tax::before,
.product-info-main .price-excluding-tax::before {
    content: none
}

.product-info-main .price-wrapper,
.product-info-main .special-price .price-wrapper.price-wrapper {
    display: flex;
    gap: 10px
}

.product-info-main .price-including-tax::after,
.product-info-main .price-excluding-tax::after {
    content: attr(data-label);
    display: flex;
    align-items: center;
    font-size: 14px
}

.product-info-main .old-price .price-including-tax::after {
    content: none
}

.product-info-main .price-box .price-highlight .price.price {
    font-size: 36px;
    color: var(--clr-accent)
}

.product-info-main .price::after {
    font-size: 18px
}

.product-info-main .price-highlight::after {
    color: var(--clr-accent)
}

.product-info-main .price-box.price-box .price-including-tax+.price-excluding-tax {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1
}

.product-info-main .old-price .price-label {
    display: none
}

.product-info-main .old-price .price-wrapper .price.price {
    font-size: 18px;
    color: var(--clr-light)
}

.product-info-main .old-price .price-wrapper::before {
    content: 'WAS';
    color: var(--clr-light);
    font-weight: 700;
    font-size: 1.8rem
}

.old-price .price-wrapper.price-including-tax {
    display: none
}

.product.data.items>.item.title:not(.disabled)>.switch:active {
    padding-bottom: 20px
}

.product-image-photo {
    max-height: 100%
}

.hero-product .product-image-container {
    display: flex;
    justify-content: center;
    border: 0;
    padding: 0;
    height: 100%
}

.hero-product span.product-image-wrapper {
    padding: 0 !important;
    height: auto;
    display: flex
}

.hero-product .product-image-photo {
    position: relative;
    height: 100%
}

.hero-product .product-item-actions.product-item-actions .actions-primary {
    display: none
}

.hero-product .product-sku {
    font-size: 18px;
    color: var(--clr-light);
    font-weight: 400
}

[data-content-type='row'][data-appearance='contained'] {
    max-width: var(--cnt-main)
}

.page-main.page-main {
    padding-inline: 20px
}

@media screen and (min-width:600px) {
    .page-main.page-main {
        padding-inline: 0
    }
}

.maagebees-add h5 {
    display: none
}

.mageb-patterns.mageb-patterns {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:600px) {
    .mageb-patterns.mageb-patterns {
        flex-direction: row
    }
}

.mageb-patterns li:first-child {
    order: 2
}

@media screen and (min-width:600px) {
    .mageb-patterns li:first-child {
        order: 0
    }
}

.mageb-patterns li:first-child .mageb-effects::before {
    content: '';
    position: absolute;
    border-left: 50px solid #fff0;
    border-right: 50px solid #fff0;
    border-bottom: 30px solid var(--clr-accent);
    border-top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 1
}

@media screen and (min-width:600px) {
    .mageb-patterns li:first-child .mageb-effects::before {
        top: 50%;
        left: unset;
        right: -30px;
        transform: translateY(-50%);
        border-left: 30px solid var(--clr-accent);
        border-top: 50px solid #fff0;
        border-bottom: 50px solid #fff0;
        border-right: 0
    }
}

.mageb-patterns li:first-child .mageb-effects>div {
    width: 100% !important;
    height: 360px !important
}

.mageb-patterns li:first-child .mageb-full-caption {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: start;
    justify-content: space-between;
    position: relative
}

@media screen and (min-width:600px) {
    .mageb-patterns li:first-child .mageb-full-caption {
        padding: 50px 130px
    }
}

.mageb-patterns li:first-child .mageb-full-caption h4 {
    font-size: 68px;
    text-align: center;
    width: 100%;
    margin: 0
}

@media screen and (min-width:600px) {
    .mageb-patterns li:first-child .mageb-full-caption h4 {
        text-align: left
    }
}

.mageb-patterns li:first-child .mageb-full-caption p {
    margin-block: 40px
}

.mageb-patterns li:first-child .mageb-full-caption .button {
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    width: fit-content
}

.mageb-patterns li:last-child {
    height: 360px
}

.mageb-patterns li:last-child>div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center
}

@media only screen and (max-width:640px) {
    .mageb-full-caption p,
    .mageb-pattern-list .button {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .mageb-full-caption h4 {
        font-size: 68px !important
    }
}

.block-search .label:before {
    content: none
}

.mageants-block-title+.products-grid .owl-item {
    margin-right: 30px
}

@media screen and (max-width:600px) {
    .rcontainer-fluid {
        overflow: hidden
    }
    .mageants-block-title+.products-grid .owl-item {
        margin-right: 0
    }
}

@media screen and (min-width:600px) {
    .mageants-block-title+.products-grid .owl-item,
    .mageants-block-title+.products-grid .item {
        width: 350px !important
    }
}

.mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-next,
.mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 55px;
    height: 93px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in
}

.mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/chevron-right.png) no-repeat !important;
    right: 30px
}

@media screen and (min-width:600px) {
    .mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -125px
    }
}

.mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/chevron-left.png) no-repeat;
    left: -10px !important
}

@media screen and (min-width:600px) {
    .mageants-block-title+.products-grid .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -125px !important
    }
}

.um-productslider-block {
     margin-top: 100px;
}

.um-prodslider .title-block h2 {
    font-size: 26px!important;
    font-weight: 700!important;
    margin-bottom: 0!important;
}

.um-prodslider .slick-initialized .slick-slide {
    padding-right: 15px;
}

.um-prodslider .product-item-name.product-item-name > a {
    font-size: 16px;
}

.um-prodslider .products-grid .product-item-actions {
    margin: 15px 0 10px;
}

.um-prodslider .tocart {
  padding: 0 !important;
  line-height: 0px !important;
  height: 50px !important;
  width: 100%;
  border: 0;
  border-radius: 10px!important;
  box-shadow: none;
  font-size: 18px;
}

.um-prodslider .tocart::before {
  content: "";
  font-family: 'FontAwesome' !important;
}

.um-prodslider .price-label {
    display: none;
}

.um-prodslider .price-box {
    min-height: 135px;
}

.um-prodslider .product-listing__price-more {
    display: block;
    min-height: 0;
    align-items: center;
    margin-bottom: 30px;
}

.um-prodslider .old-price {
    display: none;
}

.um-prodslider .price-including-tax .price {
    font-size: 18px;
    color: var(--clr-accent);
}

.um-prodslider .price-excluding-tax .price {
    font-size: 30px !important;
    color: var(--clr-primary);
}

.um-prodslider .price-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    margin-block: 30px 45px;
}

.um-prodslider .price-wrapper{
    display:flex;
}

.um-prodslider .price-excluding-tax::after, .um-prodslider .price-including-tax::after{
  content: attr(data-label);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.um-prodslider .price-excluding-tax::after {
  color: var(--clr-accent);
}

.um-prodslider .price-including-tax::after {
  color: var(--clr-accent);
}

.um-prodslider .price-excluding-tax.price-highlight::after{
  color: var(--clr-primary);
}

.um-prodslider .price-excluding-tax::before{
    display:none;
}

.um-prodslider .price-including-tax, .um-prodslider .price-excluding-tax {
    gap: 10px;
}

.um-prodslider .slick-slider .slick-arrow {
    display: none !important;
}

.um-prodslider .slick-dots li button {
    background: var(--clr-primary);
}

.block-search .mbAjaxSearch.mbAjaxSearch .action.search {
    top: -4px
}

.attachment_download {
    display: flex;
    gap: 1rem;
    align-items: center
}

.account .page-title-wrapper .page-title.page-title {
    margin-right: auto
}

.category-description {
    overflow: hidden;
    display: flex;
    gap: 1rem;
    transition: height .3s ease
}

.category-description__toggle {
    background-color: var(--clr-primary);
    height: 44px;
    padding: 1rem;
    cursor: pointer
}

.category-description__toggle svg {
    transition: transform .3s ease
}

@media screen and (min-width:600px) {
    .catalog-category-view .column.main.main {
        width: 75%
    }
    .catalog-category-view .sidebar.sidebar-main {
        width: 25%
    }
    .catalog-category-view .column.main .btn {
        padding: 10px 15px
    }
}

.new-product__brand {
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.new-product__brand img {
    max-width: 120px;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (min-width:600px) {
    .hero-product .new-prod__brand-img {
        display: none
    }
    .new-product__brand {
        display: block;
        bottom: 0;
        right: 2rem;
        background-color: #FFF;
        padding: 1rem;
        max-width: 150px;
        margin-inline: auto
    }
}

.mageb-pattern2.mageb-pattern2 li {
    width: 100%;
    margin-right: 0
}

@media screen and (min-width:600px) {
    .mageb-pattern2.mageb-pattern2 li {
        width: 50%
    }
}

.product-item-infos .product-item-info {
    width: 100%
}

.product-items .product-item-name {
    font-size: 16px;
    font-weight: 600
}

@media screen and (max-width:599px) {
    .mbAjaxSearch .control {
        border: 0;
        padding: 0 !important;
        display: block
    }
    .mbAjaxSearch .select-wrapper {
        float: left;
        background-color: var(--clr-accent)
    }
    .mbAjaxSearch .select-wrapper .holder {
        color: #FFF !important
    }
    .mbAjaxSearch .select-wrapper .holder::after {
        border-top-color: #FFF !important
    }
    .mbAjaxSearch .searchField {
        float: right
    }
    .mbAjaxSearch #search {
        margin: 0;
        opacity: 1;
        left: 0
    }
}

@media screen and (max-width:600px) {
    .catalog-category-view .columns {
        display: flex
    }
}

.cta-contact-quote {
    background-color: var(--clr-tertiary);
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    margin-top: 2rem;
    transition: background-color .3s ease;
    text-transform: uppercase;
    font-weight: 700
}

.cta-contact-quote:hover {
    background-color: var(--clr-primary)
}

.cta-contact-quote--list {
    font-size: 17px;
    margin-top: 0;
    padding-block: 11px
}

.cta-contact-quote a {
    color: #FFF
}

.rcontainer .action.primary.primary {
    padding-block: 10px !important;
    border-radius: 10px
}

button[data-role="opc-continue"] span::before,
button[data-role="opc-continue"] span::after,
.page-layout-checkout .action.primary span::before,
.page-layout-checkout .action.primary span::after {
    content: none !important
}

@media screen and (max-width:600px) {
    .product-items .price-container {
        margin-block: 15px
    }
    .btn--primary.btn--primary {
        display: block;
        width: 100%
    }
    .products-grid .product-item {
        width: 50%;
        margin-bottom: 5rem;
        margin-left: 0
    }
    .product-listing__price-more {
        flex-direction: column
    }
    .product-item .price-box {
        width: 100%
    }
    .product-listing__price-more .product-listing__more {
        width: 100%;
        margin-left: 0
    }
    .page-title-wrapper {
        margin-top: 0
    }
    .page-title {
        font-size: 24px
    }
    .page-title::before,
    .page-title::after {
        width: 30px
    }
    .page-title::before {
        left: -35px
    }
    .page-title::after {
        right: -35px
    }
    .cta-listings {
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 5rem
    }
    .cta-listings>* {
        justify-content: center
    }
    .product-info-top {
        flex-direction: column;
        padding-inline: 0;
        gap: 0
    }
    .product-info-container {
        flex-direction: column
    }
    .product-info-main .box-tocart .field.qty {
        display: flex;
        place-items: center
    }
    .product-info-main .box-tocart .field.qty label {
        margin-right: 1rem
    }
    .product-info-main .box-tocart .field.qty .control {
        display: flex
    }
    .product-aside {
        border: 0;
        padding: 0;
        width: 100%
    }
    .cta-product-help {
        flex-direction: column;
        font-size: 22px
    }
    .cta-product-help>* {
        justify-content: center
    }
    .products-related .product-item-info {
        width: 100%
    }
}

.pages .page,
.pages strong.page,
.pages a.page,
.pages .next,
.pages .previous {
    font-weight: 400;
    line-height: 1;
    color: var(--clr-light);
    border-radius: 5px;
    background-color: var(--clr-secondary-tert);
    width: 36px;
    height: 36px;
    display: grid;
    place-content: center;
    font-size: 18px
}

.pages strong.page {
    background-color: var(--clr-primary);
    color: #FFF
}

.pages .action.next,
.pages .action.previous {
    margin-inline: 0;
    border: 0
}

.pages .action.next:before,
.pages .action.previous:before {
    vertical-align: middle;
    margin-left: -4px;
    margin-top: -5px;
    color: var(--clr-light)
}

.product-image-container {
    padding: 5px
}

.post-read-more a.action.primary {
    background-color: var(--clr-primary) !important;
    color: #FFF !important;
    border: 0 !important;
    border-radius: 1rem;
    padding: 6px 32px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: background-color .3s ease-in;
    width: unset;
    margin-top: 5px;
}

.post-read-more a.action.primary:hover {
    background-color: var(--clr-accent) !important;
}

.minicart-items .product>.product-item-photo {
    max-width: 83px
}

.header-cart img {
    margin: 0
}

.block.related .block-actions {
    display: none
}

.block.related .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0 !important
}

@media screen and (min-width:600px) {
    .page-layout-1column .block.related .products-grid .product-item {
        width: 23.5%
    }
    .page-layout-1column .block.related .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }
}

.block.related .product-item-info {
    width: auto
}

.block.related .block-title.title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-top: 30px
}

@media screen and (min-width:600px) {
    .block.related .block-title.title {
        margin-top: 70px
    }
}

.block.related .block-title.title::before,
.block.related .block-title.title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    border-bottom: 1px solid var(--clr-primary)
}

.block.related .block-title.title::before {
    left: -75px
}

.block.related .block-title.title::after {
    right: -75px
}

@media screen and (min-width:600px) {
    .block.related .block-title.title::before {
        left: -100px
    }
    .block.related .block-title.title::after {
        right: -100px
    }
}

#relateditem_carousel .product-image-photo img, 
#relateditem_carousel .product-listing__brand img {
    width: unset!important
}

.column.main .block.related .title strong {
    font-size: 2.6rem
}

.product.data.items .data.item.title.active {
    margin-bottom: 0
}

.product.data.items .data.item.title .data.switch {
    background-color: #FFF;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
    font-weight: 400
}

.product.data.items .data.item.title.active .data.switch {
    background-color: var(--clr-primary);
    color: #FFF
}

.product.data.items .data.item.content {
    border-top: 0;
    border-color: var(--clr-primary)
}

@media screen and (min-width:600px) {
    .product.data.items .data.item.title .data.switch {
        border-bottom: 0;
        border-width: 2px
    }
    .product.data.items .data.item.content {
        border-top: 2px solid var(--clr-primary)
    }
}

.rcontainer .price-label {
    display: none
}

.rcontainer .btn {
    padding-inline: 20px
}

.rcontainer .mp-product-slider-content .owl-item li.product-slider {
   width: 100%!important
}

.rcontainer .mp-product-slider-content .slider-product-item-info {
   width: 100%!important
}

.rcontainer .mp-product-slider-content .owl-carousel .owl-item img {
   display: block;
   width: unset
}

.rcontainer .mp-product-slider-content .slider-product-item-details {
   margin-left: 0!important
}

@media (max-width: 600px) {
	.rcontainer .mp-product-slider-content .owl-item li.product-slider {
  		width: 90% !important
	}
}

.filter-options-item input.priceFromTo.priceFromTo {
    color: var(--clr-primary)
}

.ui-slider-handle.ui-slider-handle {
    background-color: var(--clr-primary)
}

.page.messages {
    margin: 2rem auto 0;
    max-width: var(--cnt-main);
    width: 100%;
    text-align: center
}

.footer-mid img,
.footer-mid svg {
    max-height: 35px;
    width: auto
}

.mbAjaxSearch .mbAutoSearch .price-box {
    color: var(--clr-primary) !important
}

.category-description__content {
    flex: 1
}

.action.save.primary span::before,
.action.save.primary span::after,
.action.apply.primary span::before,
.action.apply.primary span::after,
.account .action.tocart.primary span::before,
.account .action.tocart.primary span::after,
.action.login.primary span::before,
.action.login.primary span::after {
    content: none
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    width: 78px !important
}

.owl-item .product-image-container {
    aspect-ratio: auto !important
}

span.product-image-wrapper {
    padding-bottom: 100% !important
}

.checkout-cart-index .product-image-photo {
    min-width: 80px !important
}

.products-related ol,
.relatedPager {
    display: grid;
    gap: 15px
}

.products-related ol {
    grid-auto-columns: 100%
}

.products-related .owl-stage-outer {
    overflow-x: hidden;
    z-index: 2
}

.products-related .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    z-index: 1
}

.products-related .owl-prev,
.products-related .owl-next {
    color: var(--clr-primary) !important;
    font-size: 200px;
    border: 0 !important;
    background: transparent !important;
    width: 100px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none !important
}

.products-related .owl-prev {
    left: -70px
}

.products-related .owl-next {
    right: -70px
}

.products-related .owl-item .product-item {
    width: 100% !important
}

.products-related .owl-dots {
    text-align: center;
    z-index: 2
}

.products-related .owl-dot {
    background-color: var(--clr-primary);
    border: 0;
    aspect-ratio: 1;
    width: 1rem;
    padding: 0;
    margin: 0 2px;
    border-radius: 50%
}

.products-related .owl-dot:hover {
    background-color: var(--clr-tertiary)
}

.products-related .owl-dot.active {
    opacity: .5
}

.products-related .owl-dot.active:hover {
    background-color: var(--clr-primary)
}

.pages .pages-item-previous,
.pages .pages-item-next {
    vertical-align: top
}

.pages .pages-item-previous,
.pages .pages-item-next {
    position: relative
}

.pages .pages-item-previous .previous span+span,
.pages .pages-item-next .next span+span {
    font-size: 0
}

.pages .pages-item-previous .previous::before,
.pages .pages-item-next .next::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 36px;
    height: 31px;
    color: var(--clr-light);
    font-size: 2.5rem
}

.pages .pages-item-previous .previous::before {
    content: '<'
}

.pages .pages-item-next .next::before {
    content: '>'
}

@media screen and (max-width:50em) {
    .header-search .control {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 0
    }
    .header-search #search {
        left: 0;
        margin-top: 5px
    }
    .header-search .action.search {
        display: block
    }
    .header-search .action.search span {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0
    }
    .header-search .action.search span::before {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 3rem;
        font-family: 'icons-blank-theme';
        content: '\e615'
    }
}

.mbAutoSearch .search-autocomplete .products-list,
.mbAutoSearch .search-autocomplete .product-items {
    margin-top: 1rem
}

.mbAutoSearch .search-autocomplete .products .item {
    padding-right: 1rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--clr-primary);
    margin-bottom: 3rem
}

.mbAutoSearch .search-autocomplete .products .item .product-item-info a {
    width: 50%
}

.mbAutoSearch .search-autocomplete .products .item .product-item-inner .description {
    display: none
}

.mbAutoSearch .search-autocomplete .products .item .product-item-details .product-listing__brand img {
    margin-top: 0
}

.mbAutoSearch .search-autocomplete .products .item .product-item-info .product-item-name a {
    width: 100%
}

.mbAutoSearch .search-autocomplete .products .item .product-listing__price-more .price-container {
    margin-block: 0
}

.mbAutoSearch .search-autocomplete .products .item .product-item-actions .stock.unavailable {
    background-color: var(--clr-light);
    padding: 1rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:50em) {
    .mbAjaxSearch .control {
        margin-top: 4px
    }
    .mbAjaxSearch span.select-wrapper.select-wrapper {
        border: 1px solid var(--clr-light)
    }
    .mbAjaxSearch #search {
        margin-top: 0;
        height: 42px
    }
    .mbAjaxSearch .mbAutoSearch.right .search-autocomplete.search-autocomplete {
        display: block;
        left: -80%;
        width: 217%;
        margin-top: -1px
    }
    .mbAutoSearch .search-autocomplete .products-list .product-item-info,
    .mbAutoSearch .search-autocomplete .products-list .product-item-details {
        display: block
    }
    .mbAutoSearch .search-autocomplete .products .item {
        padding-right: 0
    }
    .mbAutoSearch .search-autocomplete .product-item-info {
        width: 100%
    }
    .mbAutoSearch .search-autocomplete .products .item .product-item-info a {
        padding: 0
    }
    .mbAutoSearch .search-autocomplete .products .item .product-item-info a.btn {
        padding: 10px 30px
    }
    .mbAutoSearch .search-autocomplete .product-listing__price-more {
        flex-direction: row
    }
    .mbAutoSearch .search-autocomplete .action.primary.tocart {
        opacity: 1
    }
}

button[role="add-address"].action.primary span::before,
button[role="add-address"].action.primary span::after {
    content: none
}

.product-video {
    z-index: 1
}

.block-title.filter-title {
    background-color: var(--clr-primary);
    color: #FFF;
    position: relative;
    text-align: center;
    padding-block: 1rem
}

@media screen and (max-width:767px) {
    .block-title.filter-title {
        padding-block: revert
    }
    .block-title.filter-title strong::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 1rem;
        right: 2rem;
        border-style: solid;
        border-color: #FFF;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out, transform .3s ease-in
    }
    .block.filter.active .block-title.filter-title strong::after {
        top: 1.5rem;
        transform: rotate(225deg)
    }
}

button[data-role="add-address"] span::before,
button[data-role="add-address"] span::after {
    content: none
}

.closeSearchBox {
    position: absolute;
    top: 0;
    right: 1rem;
    display: grid;
    align-items: center;
    height: 42px;
    font-size: 2rem
}

@media screen and (min-width:600px) {
    .closeSearchBox {
        display: none
    }
}

@media screen and (max-width:600px) {
    .block-content.filter-content {
        display: none;
    }
    .block.filter.active .block-content.filter-content {
        display: block;
    }
}
    @media screen and (max-width:599px) {
        .mbAjaxSearch .mbAutoSearch.right .search-autocomplete.search-autocomplete {
            width: 123%;
            left: -1%
        }
    }
    .payment-request-button.action.tocart.StripeElement {
        width: 100%;
        margin-top: 20px
    }
    .__PrivateStripeElement iframe {
        border-radius: 10px
    }
    .zip-code-content {
        display: none
    }
    .blog-page .main,
    .secondblog-page .main {
        width: 70% !important
    }
    .blog-page .sidebar,
    .secondblog-page .sidebar {
        width: 30% !important
    }
    .blog-page .sidebar .cart-sidebar-reorder div,
    .secondblog-page .sidebar .cart-sidebar-reorder div {
        padding-top: 15px
    }
    .blog-page .sidebar .cart-sidebar-reorder .product-item-name,
    .secondblog-page .sidebar .cart-sidebar-reorder .product-item-name {
        width: 100%
    }
    .blog-page .block-reorder,
    .secondblog-page .block-reorder {
        display: none
    }
    .blog-page .actions-toolbar,
    .secondblog-page .actions-toolbar {
        width: 100%
    }
    .blog-page .actions-toolbar .primary,
    .secondblog-page .actions-toolbar .primary {
        width: 50%
    }
    .blog-page .actions-toolbar .primary .tocart span::before,
    .blog-page .actions-toolbar .primary .tocart span::after,
    .secondblog-page form[data-role="tocart-form"] .primary.tocart span::before,
    .secondblog-page form[data-role="tocart-form"] .primary.tocart span::after {
        content: none
    }
    .blog-page .actions-toolbar .secondary,
    .secondblog-page .actions-toolbar .secondary {
        width: 50%;
        text-align: right
    }
    .blog-page .actions-toolbar .secondary .view,
    .secondblog-page .actions-toolbar .secondary .view {
        background-color: var(--clr-accent);
        width: 95%;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        border-radius: 10px;
        font-size: 18px;
        padding-block: 10px;
        font-family: "univia-pro", "Roboto", sans-serif;
        position: relative;
        transition: background-color .3s ease;
        margin: 0
    }
    .blog-page .post-featured-image,
    .secondblog-page .post-featured-image {
        float: right
    }
    .blog-page .post-sharing-bottom,
    .secondblog-page .post-sharing-bottom {
        display: none
    }
    .blog-page .post-read-more a.post-read,
    .secondblog-page .post-read-more a {
        background-color: var(--clr-primary) !important;
        color: #FFF !important;
        border: 0 !important;
        border-radius: 1rem;
        padding: 10px 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        transition: background-color .3s ease-in
    }
    .secondblog-page .post-read-more a {
        width: fit-content
    }
    .blog-page .post-read-more a.post-read:hover,
    .secondblog-page .post-readmore a.post-read:hover {
        background-color: var(--clr-accent) !important
    }
    .blog-page .post-title a,
    .secondblog-page .post-title a {
        color: var(--clr-primary);
        transition: color .3s ease-in
    }
    .blog-page .post-title a:hover,
    .secondblog-page .post-title a:hover {
        color: var(--clr-accent)
    }
    .blog-page .post-date,
    .blog-page .post-description,
    .secondblog-page .post-date,
    .secondblog-page .post-description {
        color: var(--clr-accent)
    }
    .blog-page .post-list .post-view,
    .secondblog-page .post-list .post-view {
        background-color: var(--clr-accent)
    }
    .blog-page .post-list .post-image .post-category a,
    .blog-page .blog-post-view .post-category a,
    .secondblog-page .post-list .post-image .post-category a,
    .secondblog-page .blog-post-view .post-category a {
        background-color: var(--clr-accent);
        transition: background-color .3s ease-in
    }
    .blog-page .post-list .post-image .post-category a:hover,
    .blog-page .blog-post-view .post-category a:hover,
    .secondblog-page .post-list .post-image .post-category a:hover,
    .secondblog-page .blog-post-view .post-category a:hover {
        background-color: var(--clr-primary)
    }
    .blog-page .post-item-link,
    .secondblog-page .post-item-link {
        color: var(--clr-primary);
        transition: color .3s ease-in
    }
    .blog-page .post-item-link:hover,
    .secondblog-page .post-item-link:hover {
        color: var(--clr-accent)
    }
    .blog-page .post-item-date,
    .secondblog-page .post-item-date {
        color: var(--clr-accent)
    }
    .blog-page .widget.block-list-posts .block-content .item .post-image,
    .secondblog-page .widget.block-list-posts .block-content .item .post-image {
        border: 0;
        padding: 0
    }
    .blog-page .widget.block-archive .archive-item-link,
    .secondblog-page .widget.block-archive .archive-item-link {
        color: var(--clr-primary);
        transition: color .3s ease-in
    }
    .blog-page .widget.block-archive .archive-item-link:hover,
    .secondblog-page .widget.block-archive .archive-item-link:hover {
        color: var(--clr-accent)
    }
    .blog-page .post-featured-image,
    .secondblog-page .post-featured-image {
        border: 1px solid var(--clr-accent);
        padding: 5px;
        margin: 0 0 1rem 1rem
    }
    .secondblog-page [data-content-type="row"][data-appearance="contained"]>* {
        width: 100%
    }
    .secondblog-post-view .page-title-wrapper {
        display: none
    }
    .secondblog-post-view .main {
        width: 100% !important
    }
    .secondblog-post-view .row-full-width-inner {
        max-width: 100% !important
    }
    .secondblog-post-view .post-ftimg-hld {
        display: none
    }
    .secondblog-post-view .sidebar {
        display: none
    }
    #cwsMenu-1 .cwsMenu li.Level1>a,
    #cwsMenu-1 .cwsMenu li.Level2>a,
    #cwsMenu-1 .cwsMenu li.Level3>a {
        padding-block: 15px !important;
        text-transform: revert !important
    }
    a.mt-thumb-switcher.video-selector {
        isolation: isolate
    }
    a.mt-thumb-switcher.video-selector:before {
        z-index: 1
    }
    a.mt-thumb-switcher.video-selector:after {
        z-index: 2
    }
    .filter-content .action.primary span::before,
    .filter-content .action.primary span::after {
        content: none
    }
    .filter-options-item .ui-slider-handle {
        top: 0
    }
    .filter-options-item li input[type="radio"],
    .filter-options-item li input[type="checkbox"] {
        margin: 2px 10px 0 5px
    }
    @media screen and (min-width:768px) {
        .block-search {
            width: 100%
        }
        .block-search .action.search {
            height: 60%
        }
        .smile-elasticsuite-autocomplete-result .autocomplete-list {
            width: 50%;
            float: right
        }
        .smile-elasticsuite-autocomplete-result .autocomplete-list:nth-child(2) {
            float: left
        }
    }
    .post-nextprev div {
        width: 50%
    }
    .secondblog-post-view .post-nextprev .nextprev-link.nextprev-link {
        color: var(--clr-primary);
        opacity: 1
    }
    .secondblog-post-view .post-nextprev .nextprev-link.prev-link {
        text-align: left
    }
    .secondblog-post-view .post-nextprev .nextprev-link.nextprev-link span {
        color: var(--clr-accent)
    }
    .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
        width: 49%
    }
    .pagebuilder-column .product-image-wrapper {
        padding-bottom: 0 !important;
        height: auto
    }
    .pagebuilder-column .product-image-photo {
        position: relative
    }
    .pagebuilder-column .post-content .post-description img {
        margin: 0 auto
    }
    .blog-page .product-image-wrapper,
    .secondblog-page .product-image-wrapper {
        padding-bottom: 0 !important;
        height: auto
    }
    .blog-page .product-image-photo,
    .secondblog-page .product-image-photo {
        position: relative
    }
    .blog-page .post-content .post-description img,
    .secondblog-page .post-content .post-description img {
        margin: 0 auto
    }
    a.pagebuilder-button-primary,
    a.pagebuilder-button-secondary {
        border: 0;
        border-radius: 10px;
        background-color: var(--clr-primary);
        color: #FFF;
        text-transform: uppercase;
        margin: 0;
        transition: background-color .3s ease-in
    }
    a.pagebuilder-button-primary:hover,
    a.pagebuilder-button-secondary:hover {
        background-color: #006bb4;
        border: 0;
        color: #FFF
    }
    .pagebuilder-column .actions-primary {
        width: 100%
    }
    .product-items .slick-prev {
        left: -60px
    }
    .product-items .slick-next {
        right: -50px
    }
    .product-items .product-item {
        padding-right: 15px
    }
    .product-items .product-item-name {
        min-height: 110px
    }
    .product-item-actions .actions-primary+.actions-secondary,
    .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
        display: none
    }
    .product-sku {
        background-color: var(--clr-secondary-tert);
        display: block;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1.2rem;
        font-weight: 400
    }
    .product-sku span {
        float: right
    }
    .nav-menu {
        overflow: hidden
    }
    @media screen and (max-width:600px) {
        .product-items .price-container .price-highlight .price.price {
            font-size: 26px
        }
        .action.primary {
            font-size: 12px
        }
    }
    @media screen and (max-width:420px) {
        .products-grid .product-item {
            width: 100%
        }
        .product-items .price-container .price-highlight .price.price {
            font-size: 22px
        }
        .product-listing__price-more .product-listing__more .btn {
            font-size: 10px
        }
    }
    @media screen and (min-width:1025px) {
        .product-listing__price-more .product-listing__more .btn {
            font-size: 11px
        }
    }
    @media screen and (min-width:1400px) {
        .page-products.page-products .products-grid .product-item {
            width: calc((100% - 6%) / 4)
        }
        .page-products.page-products .products-grid .product-item:nth-child(3n+1) {
            margin-left: 2%
        }
        .page-products.page-products .products-grid .product-item:nth-child(4n+1) {
            margin-left: 0
        }
        .product-listing__price-more .product-listing__more .btn {
            font-size: 11px
        }
    }
    .ruk_rating_snippet {
        display: none;
    }

    @media screen and (max-width:767px){
        .columns .column.main { 
            width:100%!important;
        }
        .post-list.modern .post-info{
            width:100%!important;
            max-width:100%!important
        }
        .post-list .post-container{
            display:block!important;
        }
        .pagebuilder-poster-content h1 span span{
            font-size:28px!important
        }
        .post-list.modern .post-description{
            display:block!important;
        }
        .post-description.mb-4 div:first-of-type{
            display:block!important;
            max-width:100%!important;
            width:100%!important;
            height:auto!important;
        }
        .blog-page .post-read-more a.post-read, .secondblog-page .post-read-more a{
            font-size:12px;
        }
        .toolbar.toolbar-secondblog-posts{
            text-align:center;
        }
        .blog-page .sidebar, .secondblog-page .sidebar{
            width:100%!important;
        }
        .widget.block-list-posts .block-content .item{
            margin-top:10px;
        }
    }
