/*
 Theme Name: BMC Tooling
 Theme URI: http://localhost/wp/bmc_tooling
 Description: Custom theme for BMC Tooling.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --Primary: #1A1D21;
    --Secondary: #A73025;
    --Neutral-Mid: #F2F4F6;
    --Navy-Blue: #1A4162;
    --Dark-Gray: #1A1D21;
    --Black: #000000;
    --Light-Bg: #F8F8F8;
    --Light-Gray: #787F7F;
    --Gray-5: #E0E0E0;
    --White: #ffffff;
    --font-rubik: "Rubik", sans-serif;
    --font-inter: "Inter", sans-serif;
}

body {
    overflow-x: hidden;
    line-height: 150%;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-Gray);
    background-color: var(--White);
}

p {
    font-family: var(--font-inter);
    color: var(--Dark-Gray);
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: var(--Primary);
    cursor: pointer;
}

p a {
    font-weight: 700;
    color: var(--Secondary);
}

a img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.clearfix {
    clear: both;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

svg {
    display: inline-block;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.visible-lg {
    display: none;
}

.visible-xs {
    display: block;
}

.pd-120 {
    padding: 120px 0;
}

.pd-100 {
    padding: 100px 0;
}

.pd-80 {
    padding: 80px 0;
}

.pd-60 {
    padding: 60px 0;
}

.pd-50 {
    padding: 50px 0;
}

.pd-48 {
    padding: 48px 0;
}

.pd-40 {
    padding: 40px 0;
}

.pd-20 {
    padding: 20px 0;
}

.pdt-0 {
    padding-top: 0;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-24 {
    padding-top: 24px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdt-120 {
    padding-top: 120px;
}

.pdb-0 {
    padding-bottom: 0;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-24 {
    padding-bottom: 24px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-64 {
    padding-bottom: 64px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdb-100 {
    padding-bottom: 100px;
}

.pdb-120 {
    padding-bottom: 120px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.site-btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button,
.wp-block-woocommerce-cart .wc-block-components-button {
    padding: 12px 32px;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-inter);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.site-btn svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button svg path {
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.primary-btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button,
.wp-block-woocommerce-cart .wc-block-components-button {
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
}

.primary-btn:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover {
    background-color: transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

.primary-btn:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button:hover svg path {
    fill: var(--Secondary);
}

.secondary-btn {
    background-color: var(--Primary);
    color: var(--White);
    border-color: var(--Primary);
}

.secondary-btn:hover {
    background-color: transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

.secondary-btn:hover svg path {
    fill: var(--Secondary);
}

.transparent-btn {
    background-color: transparent;
    color: var(--Primary);
    border-color: var(--Primary);
}

.transparent-btn:hover {
    background-color: var(--Primary);
    color: var(--White);
    border-color: var(--Primary);
}

.transparent-btn:hover svg path {
    fill: var(--White);
}

.transparent-btn.white {
    background-color: transparent;
    color: var(--White);
    border-color: var(--White);
}

.transparent-btn.white:hover {
    background-color: var(--White);
    color: var(--Primary);
    border-color: var(--White);
    box-shadow: 0 0 10px rgb(255 255 255 / 40%);
}

.transparent-btn.white:hover svg path {
    fill: var(--Primary);
}

.white-btn {
    background-color: var(--White);
    color: var(--Primary);
    border-color: var(--White);
}

.white-btn:hover {
    background-color: var(--Primary);
    color: var(--White);
    border-color: var(--White);
}

.read-more {
    font-family: var(--font-rubik);
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Secondary);
}

.read-more:hover {
    transform: translateY(3px);
    transition: 0.3s ease-in-out all;
}

.read-more svg {
    margin-left: 9px;
}

section .btn,
section .btn-wrap a {
    text-decoration: none;
}

.section ul,
section ul,
.section ol,
section ol {
    margin-bottom: 24px;
}

.section ul li,
section ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 28px;
}

.section li,
section li {
    font-family: var(--font-inter);
    color: var(--Dark-Gray);
    font-size: 18px;
    line-height: 150%;
}

.section ul li::before,
section ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--Dark-Gray);
    border-radius: 9999px;
    position: absolute;
    left: 12px;
    top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-rubik);
    color: var(--Primary);
    margin-bottom: 24px;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 120%;
}

h2 {
    font-size: 36px;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
    line-height: 120%;
}

h5 {
    font-size: 18px;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    line-height: 150%;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: var(--Primary);
}

.section-title.dark h1,
.section-title.dark h2,
.section-title.dark h3,
.section-title.dark p {
    color: var(--White);
}

.section-title h6 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: var(--Primary);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 34px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 0;
}

.section-title p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 900px;
}

.section-title.text-center p {
    margin: 24px auto 0 auto;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.w-full {
    width: 100%;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1246px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container2 {
    max-width: 1342px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.max-w-full {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.round-corner {
    border-radius: 10px;
    overflow: hidden;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline {
    color: var(--Primary) !important;
}

hr.bar {
    width: 141px;
    height: 3px;
    background-color: var(--Secondary);
    border: none;
    margin: 21px 0 24px 0;
}

.bg-dark {
    background-color: var(--Dark-Gray);
}

.bg-light {
    background-color: var(--Light-Bg);
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

.site-header {
    position: relative;
    width: 100%;
    background-color: rgba(218, 218, 218, 0.20);
    z-index: 999;
    /* -webkit-transition: background-color .5s;
    transition: background-color .5s; */
    padding: 24px 0 0 0;
}

.site-header.sticky-header {
    position: fixed;
    top: 0;
    box-shadow: 0 0 3px rgba(74, 74, 73, 0.5);
    background-color: rgba(255, 255, 255, 1);
}

.site-header .top-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 21px;
}

.site-header .search,
.search-box .search-input {
    position: relative;
    background-color: transparent;
    border: 1px solid #DADADA;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px 15px 14px 11px;
    width: 268px;
    display: flex;
    justify-content: space-between;
}

.site-header .search-btn {
    position: relative;
    width: 18px;
    height: 18px;
}

.site-header .search-btn .search-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.site-header .search input.search-field {
    width: 150px;
    border: none;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    color: var(--Light-Gray);
    background-color: transparent;
}

.site-header input::-webkit-input-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

.site-header input:-moz-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

.site-header input::-moz-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

.site-header input:-ms-input-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

.site-header input:-internal-autofill-selected {
    background-color: transparent;
}

.searchButton {
    width: 18px;
    height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1;
}

.search-btn .search-icon svg {
    vertical-align: baseline;
}


.header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-buttons a {
    position: relative;
    padding: 12px;
}

.header-buttons a svg {
    vertical-align: middle;
}

.site-header .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-header .left-wrap {
    width: 246px;
}

.site-header .right-wrap .top-wrap .site-btn {
    margin-left: 24px;
    min-width: auto;
    padding: 12px 24px;
}

.site-header .site-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 21px;
}

.site-header .site-nav .nav {
    order: 1;
}

.site-header .bottom-bar {
    padding: 14px 0;
    background-color: var(--Secondary);
}

.site-header .bottom-bar .flex-content {
    max-width: 1100px;
    margin: 0 auto;
}

.site-header .bottom-bar .flex-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.site-header .bottom-bar span.icon {
    display: inline-flex;
}

.site-header .bottom-bar p {
    color: var(--White);
    margin-bottom: 0;
}

.slidebtn {
    position: relative;
    cursor: pointer;
    float: right;
    display: none;
    width: 33px;
    height: 33px;
}

.slidebtn svg {
    width: 34px;
    height: 34px;
}

.slidebtn svg path {
    stroke: var(--Secondary);
}

.slidebtn .bar {
    width: 100%;
    background-color: var(--Secondary);
    height: 3px;
    margin: 4px 0;
    border-radius: 3px;
    transition: 0.5s cubic-bezier(0.29, 0.73, 0.74, 1.02);
}

.crossBtn {
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: var(--Soft-Cloud);
    display: none;
}

.crossBtn i {
    font-size: 20px;
    color: var(--white);
}

/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

.slider-block {
    overflow: hidden;
    width: 100%;
}

#hero-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero-slider .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.26);
}

#hero-slider .item .mobile-view {
    display: none;
    visibility: hidden;
}

#hero-slider .slider-content {
    padding: 120px 0;
    background: linear-gradient(270deg, rgba(26, 65, 98, 0.00) -23.72%, #1A4162 100%);
}

#hero-slider .slider-content .content {
    text-align: left;
    width: 100%;
    max-width: 696px;
}

#hero-slider .slider-content .content .left {
    max-width: 660px;
}

#hero-slider .slider-content img {
    width: auto;
}

#hero-slider .slider-content h1 {
    font-family: var(--font-rubik);
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--White);
}

#hero-slider .slider-content hr.bar {
    margin: 28px 0;
    background-color: var(--White);
}

#hero-slider .slider-content p {
    font-family: var(--font-rubik);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: var(--White);
}


#hero-slider .btn-wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#hero-slider .btn-wrap a.site-btn {
    min-width: 152px;
}

#hero-slider .slick-dots {
    top: 50%;
    right: 50px;
    width: 20px;
    padding: 0;
}

.slider-block .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mobile_bg {
    display: none;
}

.hero-wrapper .overlay {
    padding: 70px 0;
    background: linear-gradient(270deg, rgba(26, 65, 98, 0.00) -23.72%, #1A4162 100%);
}

.hero-wrapper .overlay .content {
    max-width: 696px;
    width: 100%;
}

.hero-wrapper h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    color: var(--White);
    margin-bottom: 0;
}

.hero-wrapper p {
    color: var(--White);
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
}

.hero-wrapper p a {
    color: var(--white);
    text-decoration: underline;
}

.post-hero-wrapper .feat-image {
    min-height: 461px;
    width: 100%;
}

.post-hero-wrapper .post-hero-layer {
    max-width: 1008px;
    margin: 0 auto;
}

.post-hero-wrapper h1 {
    font-size: 28px;
    line-height: normal;
    font-weight: 500;
    columns: var(--Primary);
    margin-bottom: 18px;
}

.categories h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: var(--Secondary);
    margin-bottom: 18px;
}

.categories h4 a {
    color: var(--Secondary);
}

section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    background: var(--Light-Gray);
}

section .owl-theme .owl-dots .owl-dot.active span {
    width: 38px;
}

section .owl-theme .owl-dots .owl-dot.active span,
section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--Secondary);
}

section .owl-theme .owl-nav {
    margin-top: 64px;
}

section .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 12px;
    background-color: var(--Navy-Blue);
    border: 2px solid var(--Navy-Blue);
    color: var(--White);
    padding: 12px !important;
    width: 52px;
    height: 52px;
    margin: 0 8px;
    transition: .3s all ease-in-out;
    font-size: 24px;
    cursor: pointer;
}

section .owl-theme .owl-nav .disabled {
    background: transparent !important;
    color: var(--Navy-Blue) !important;
    opacity: 1;
}

section .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--Navy-Blue);
    transform: translateY(3px);
}

.flex-slider .owl-stage,
.flex-slider .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-item img {
    width: auto;
}

.custom-nav {
    display: flex;
}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */

.material-wrap {
    background-color: var(--Light-Bg);
}

.page-template-front-page .material-wrap {
    background-color: var(--White);
}

.material-wrap .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.material-wrap .section-title {
    max-width: 696px;
}

#material-slider .owl-stage-outer {
    height: 371px;
}

#material-slider .owl-item {
    border-radius: 16px;
    overflow: hidden;
}

#material-slider .box {
    color: #ccc;
    width: 280px !important;
    height: 371px;
    border-radius: 16px;
    position: relative;
    transition: all linear 0.6s;
}

#material-slider .box a.image,
#material-slider .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#material-slider .box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.13%, #000 100%);
    padding: 28px 24px;
}

#material-slider .box .text {
    position: absolute;
    bottom: 28px;

}

#material-slider .box h4 {
    font-size: 24px;
    line-height: 34px;
    color: var(--White);
    font-weight: 500;
    margin-bottom: 0;
    transition: all linear 0.3s;
}

#material-slider .box p {
    font-size: 16px;
    line-height: 26px;
    color: var(--White);
    margin-bottom: 0px;
    margin-top: 7px;
    transition: all linear 0.3s;
}

#material-slider .box a.read-more {
    color: var(--white);
    transition: all linear 0.3s;
}

#material-slider .box .active-text {
    display: none;
    transition: all linear 1s;
    max-width: 419px;
    margin-right: 80px;
}

#material-slider .box .btn-arrow a {
    padding: 18px;
    background-color: var(--Secondary);
    border-radius: 10px;
    border: 4px solid #F8F8F8;
}

#material-slider .box .btn-arrow {
    display: none;
    transition: all linear 1s;
    position: absolute;
    bottom: -4px;
    right: -2px;
}

#material-slider .owl-stage .owl-item:hover .box {
    width: 592px !important;
    transition: width .7s;
}

.material-wrap.mp #material-slider .owl-stage .owl-item:hover .box {
    width: 280px !important;
    transition: width .7s;
}

#material-slider .owl-stage .owl-item:hover .box .active-text {
    display: block;
    animation: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#material-slider .owl-stage .owl-item:hover .box .btn-arrow {
    display: block;
    animation: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#material-slider .owl-stage .owl-item:hover .box .text {
    animation: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#material-slider .owl-dots {
    margin-top: 48px;
}

#material-slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: grid;
    place-items: center;
    margin-top: 0;
}

#material-slider .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
}

#material-slider .owl-nav .owl-next {
    position: absolute;
    right: -70px;
}

.info-wrap .flex-div {
    display: flex;
    flex-direction: row;
}

.info-wrap .flex-div.reverse {
    flex-direction: row-reverse;
}

.info-wrap .image-wrap {
    position: relative;
    width: 43%;
}

.info-wrap .image-wrap.bg-image {
    min-height: 27em;
}

.info-wrap .image-wrap .mobile-view {
    display: none;
    visibility: hidden;
}

.info-wrap .text-wrap {
    width: 57%;
    padding-left: 70px;
    max-width: 775px;
    padding-right: 15px;
}

.info-wrap .flex-div.reverse .text-wrap {
    padding-right: 70px;
    padding-left: 15px;
}

/* =======  Tabs Section  ======== */
.single-post .tooling-wrap {
    background-color: var(--Light-Bg);
}

.tooling-wrap .top-row {
    max-width: 696px;
}

.tooling-wrap .tab-row {
    display: flex;
    flex-direction: row;
    gap: 75px;
    overflow: hidden;
}

.tooling-wrap .tab-row .tabnav {
    background-color: var(--blue);
    width: 22%;
    min-width: 237px;
}

.tooling-wrap .tab-row .tool-type-products {
    width: 78%;
}

.tooling-wrap .tab-row .tabnav ul.tab-list {
    max-width: 237px;
    text-align: center;
    display: block;
    margin-bottom: 0;
    padding-top: 90px;
}

.tooling-wrap ul.tab-list .flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 24px;
}

.tooling-wrap .tab-list li {
    padding-left: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

.tooling-wrap .tab-list li::before {
    content: none;
}

.tooling-wrap .r-tabs .r-tabs-nav .r-tabs-anchor,
.tooling-wrap .r-tabs-accordion-title .r-tabs-anchor {
    border-radius: 6px;
    padding: 4px 0;
    display: block;
}

.tooling-wrap .tab-list li h6,
.tooling-wrap .r-tabs-accordion-title h6 {
    color: var(--Light-Gray);
    font-size: 20px;
    line-height: 1.2;
    padding: 7px 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--font-rubik);
}

.tooling-wrap .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.tooling-wrap .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: var(--Secondary);
}

.tooling-wrap .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor h6,
.tooling-wrap .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor h6 {
    color: var(--White);
    font-weight: 500;
}

.tooling-wrap .tab-row .tab-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 88px;
}

.tooling-wrap .tool-type-products .owl-carousel {
    opacity: 1;
}

#tooling-slider .item {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

.tooling-wrap .item .image {
    position: relative;
    margin-bottom: 36px;
}

.tooling-range-block {
    padding-top: 50px;
}

.tooling-wrap .item a.read-more-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tooling-wrap .item .image .tag-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.tooling-wrap .item .image .tag-badge span {
    display: inline-grid;
    align-items: center;
    background-color: var(--Secondary);
    color: var(--White);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    height: 62px;
    width: 62px;
}

.tooling-wrap .item .text h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: var(--Light-Gray);
    margin-bottom: 18px;
}

.tooling-wrap .item .text h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: var(--Dark-Gray);
    margin-bottom: 18px;
}

.tooling-wrap .item .text p {
    color: var(--Dark-Gray);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-tab {
    margin: 0;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.tooling-slider .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: -88px;
    right: 42px;
    z-index: 2222;
}

#tooling-slider .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: -88px;
    right: 0;
    z-index: 2222;
}

#related-product-slider {
    width: 100%;
    position: relative;
    padding-top: 88px;
}

#related-product-slider .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2222;
}

/* ==== ============================ */
.pull-quote .flex-div {
    padding: 48px 0;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 36px;
}

.pull-quote .quote-text {
    font-size: 36px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--Primary);
    padding-top: 16px;
}

.pull-quote .quote-by {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    color: var(--Dark-Gray);
    margin-top: 36px;
    margin-bottom: 0;
}

.pull-quote .quote-icon-right {
    display: grid;
    place-content: end;
}

.blog-wrap .top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-wrap .section-title {
    max-width: 696px;
}

.blog-wrap .section-title h2 {
    margin-bottom: 0;
}

#articles-slider .owl-stage {
    display: flex;
}

.blog-wrap .post {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding-bottom: 60px;
    height: 100%;
}

.blog-wrap .post .text {
    padding: 40px 30px;
}

.publish-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.publish-detail span {
    display: block;
    font-family: var(--font-rubik);
    color: var(--Light-Gray);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.publish-detail span.divider {
    position: relative;
    width: 1px;
    height: 20px;
    background-color: var(--Light-Gray);
}

.blog-wrap .post h4 {
    font-size: 28px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--White);
}

.blog-wrap .post .btn-wrap {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.blog-wrap .bottom-row .feat-image {
    display: block;
}

#articles-slider .owl-dots {
    margin-top: 70px;
}

.testimonials-wrap {
    overflow: hidden;
}

.page-template-articles .testimonials-wrap {
    background-color: var(--Light-Bg);
}

.testimonials-wrap .flex-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.testimonials-wrap .left-wrap {
    min-width: 384px;
}

.testimonials-wrap .right-wrap {
    max-width: 800px;
}

.testimonials-wrap .testimonial-content .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.testimonials-wrap .top-row .author-detail h4 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--Navy-Blue);
    letter-spacing: -0.48px;
}

.testimonials-wrap .top-row .author-detail .role {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: var(--Light-Gray);
    letter-spacing: -0.4px;
}

.testimonials-wrap .bottom-row p {
    font-size: 24px;
    line-height: 170%;
    font-weight: 400;
    color: var(--Dark-Gray);
    letter-spacing: -0.48px;
    font-family: var(--font-inter);
}

.testimonial-slider.owl-theme .owl-dots {
    text-align: left;
}

.testimonials-wrap .owl-nav {
    margin-top: 0 !important;
}

/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */
.contact-wrap .overlay {
    background-color: rgb(26 65 98 / 90%);
}

.contact-wrap .grid-2 {
    display: grid;
    grid-template-columns: 0.835fr 1fr;
    align-items: center;
    grid-gap: 72px;
}

.contact-wrap.cp .grid-2 {
    align-items: start;
}

.contact-wrap.hp .grid-2 .left-wrap a,
.contact-wrap.hp .grid-2 .left-wrap p {
    color: var(--White);
}

.contact-wrap .grid-2 .left-wrap ul {
    margin-bottom: 10px;
}

.contact-wrap .grid-2 .left-wrap li {
    color: var(--White);
    padding-left: 45px;
    margin-bottom: 10px;
}

.contact-wrap.cp .grid-2 .left-wrap li {
    color: var(--Primary);
}

.contact-wrap .grid-2 .left-wrap li::before {
    background-color: transparent;
    content: '';
    background-image: url(assets/images/fa-check.svg);
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0;
    left: 15px;
    top: 4px;
}

.contact-wrap .grid-2 .left-wrap .cl-text li::before {
    background-image: url(assets/images/fi-rr-envelope.svg);
}

.contact-wrap.cp .grid-2 .left-wrap li::before {
    background-image: url(assets/images/fa-check-red.svg);
}

.contact-wrap.cp .grid-2 .left-wrap .cl-text li::before {
    background-image: url(assets/images/fi-rr-envelope2.svg);
}

.contact-wrap .grid-2 .left-wrap .contact-links {
    padding-left: 15px;
}

.contact-wrap .grid-2 .left-wrap .link p {
    margin-bottom: 0;
}

.contact-wrap .grid-2 .left-wrap .link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-wrap .form {
    background: var(--White);
    padding: 30px 30px;
    border-radius: 16px;
}

.contact-wrap.cp .form {
    background: var(--Light-Bg);
}

.submit-btn {
    padding: 14px 24px;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
    display: grid;
    align-items: center;
}

.form-group .site-form,
.search-flex .search-field {
    background-color: var(--White);
    border: 1px solid var(--Gray-5);
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: normal;
    color: var(--Light-Gray);
    padding: 12px 16px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

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

.search-flex .search-field {
    width: 450px;
}

.form-group .site-form:active,
.form-group .site-form:focus,
.form-group .site-form:focus-visible,
.form-group .site-form:visited {
    outline: none;
}

.form-group textarea {
    resize: none;
    font-family: var(--font-inter);
    vertical-align: middle;
}

.form-group label {
    font-family: var(--font-inter);
    color: var(--Light-Gray);
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.form-group .wpcf7-list-item {
    margin: 0 1em 0 0;
}

.form-group .wpcf7-list-item label {
    margin-bottom: 14px;
    gap: 16px;
}

.form-group input[type="checkbox" i],
.form-group input[type="radio" i] {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #A73025;
}

.form-group label .star {
    color: #F00;
}

.form-group>span.captchaimage {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}

.form-group.grid-2 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-group.grid-3 {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-group.grid-4 {
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-group.grid-5 {
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

*::-webkit-input-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

*:-moz-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

*::-moz-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--Light-Gray);
    opacity: 1;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.form-group .codedropz-upload-container {
    padding: 30px 20px;
    font-size: 16px;
    color: var(--Light-Gray);
    background-color: var(--White);
}

.form-group .codedropz-upload-handler {
    border: 1px solid var(--Gray-5);
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 10px;
}

.form-group .codedropz-upload-inner span {
    display: block;
    font-size: 16px;
    line-height: normal;
    color: var(--Gray-2);
}

.form-group .codedropz-upload-inner .cd-upload-btn {
    display: block;
    font-size: 16px;
    line-height: normal;
    color: var(--Light-Gray);
    text-decoration: underline !important;
}

.form-group .dnd-upload-counter {
    display: none;
}

.form-group label.required::after {
    content: '*';
    color: red;
    padding-left: 4px;
}

/*=== Multi-step form === */
.ref-form-cont ul {
    padding-left: 0;
}

.cf7mls_progress_bar {
    justify-content: space-between;
}

.cf7mls_progress_bar li:before {
    content: none !important;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li {
    list-style-type: none;
    float: left;
    position: relative;
    margin: 0px;
    padding: 60px 25px 0;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
    background: #BDBDBD;
}

.cf7mls_progress_bar li .cf7mls_progress_bar_title p {
    color: #BDBDBD;
}

#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(2) .cf7mls_progress_bar_title,
.cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
    font-weight: 700;
}

.cf7mls_progress_bar li .cf7_mls_count_step {
    color: #ffffff;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
    background: #BDBDBD;
    z-index: 9999;
    width: 60%;
    left: -65%;
    top: 70px;

}

#sniflc .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
#sniflc .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
    top: 55px;
}

.page-id-4300 #sniflc .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
    left: -60%
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 18px;
    margin: 0;
}

.cf7mls_back.action-button {
    background-color: transparent;
    border: 2px solid #BDBDBD;
    border-radius: 8px;
    color: #9E9E9E;
    padding: 15px 24px;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 30px;
    padding: 18px 36px;
    font-size: 18px;
    line-height: 22px;
    font-family: var(--font-poppins);
    font-weight: 700;
    background-color: var(--primary);
    color: #ffffff;
    border: 0;
}

/* ========= Inner Blog Post ========= */
.meet-author .overlay {
    background-color: #272728;
}

.la-wrap .flex-div {
    display: flex;
    align-items: center;
    gap: 68px;
}

.la-wrap .text-block {
    flex: 1 1 auto;
}

.la-wrap .img-block {
    flex: 1 1 auto;
    max-width: 488px;
}

/* ========= Inner Content Section ========= */
.single-post .section.inner-page2 .content {
    max-width: 1008px;
    margin: 0 auto;
}

.single-post .section.inner-page2 hr.bar {
    display: none;
}

.single-post .section.inner-page2 .topCont {
    grid-gap: 45px;
}

.section.inner-page2 .topCont {
    display: grid;
    grid-gap: 70px;
}

.section.inner-page2 .fullWidth {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.section.inner-page2 iframe {
    max-width: 650px;
    margin: 0 auto;
    height: 440px !important;
    border-radius: 16px;
}

.section.inner-page2 .fullWidth h1.h2_looklike {
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 68px;
    line-height: 78px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--Gray-01);
}

.section.inner-page2 .fullWidth {
    margin-top: 40px;
    background-color: var(--light-gray);
}

.section.inner-page2 .fullWidth h3,
.section.inner-page2 h3 {
    font-size: 24px;
    margin-top: 0;
    color: var(--Gray-01);
    margin-bottom: 10px;
}

.section.inner-page2 .row {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}



.section.inner-page2 .row h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    color: var(--Primary);
}

.single-post .section.inner-page2 .row h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 22px;
}

.single-post .section.inner-page2 .row p {
    font-size: 16px;
    line-height: 24px;
    color: var(--Dark-Gray);
    margin-bottom: 22px;
}

.section.inner-page2 .row p:last-child {
    margin-bottom: 0;
}

.section .pull-quote {
    padding: 50px 0;
    border-top: 2px solid var(--Secondary);
    border-bottom: 2px solid var(--Secondary);
}

.section .pull-quote .quote-text {
    font-size: 28px !important;
    line-height: 1.4 !important;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0 !important;
    color: var(--Primary) !important;
    padding-top: 0 !important;
}

.section .pull-quote .quote-by {
    font-size: 26px !important;
    line-height: 1.4 !important;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0 !important;
    color: var(--Secondary) !important;
}

.section.inner-page2 .row.image-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section.inner-page2 .row.image-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section.inner-page2 .row .leftCont.float-right {
    text-align: center;
}

.section.inner-page2 .row .leftCont.float-left {
    text-align: center;
}

.section.inner-page2 .row .rightCont.float-right {
    text-align: left;
}

.section.inner-page2 .row .rightCont.float-left {
    text-align: left;
}

.section.inner-page2 .row .leftCont.width50,
.section.inner-page2 .row .rightCont.width50 {
    width: 47.4%;
}

.section.inner-page2 .row .leftCont.width60,
.section.inner-page2 .row .rightCont.width60 {
    width: 54.3%;
}

.section.inner-page2 .row .leftCont.width40,
.section.inner-page2 .row .rightCont.width40 {
    width: 40%;
}

.single-post .section.inner-page2 .row .leftCont.width60,
.single-post .section.inner-page2 .row .rightCont.width60 {
    width: 58.74%;
}

.single-post .section.inner-page2 .row .leftCont.width40,
.single-post .section.inner-page2 .row .rightCont.width40 {
    width: 33.13%;
}

.section.inner-page2 .row.blockImg h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page2 .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page2 .row .imgBlock.grid3>div.text h4 {
    font-weight: 600;
}

.section.inner-page2 .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}

.section.inner-page2 .row .imgBlock.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}

.section.inner-page2 .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #434244;
    font-weight: 400;
}

.section.inner-page2 .row .box-grid {
    display: flex;
    flex-flow: row wrap;
}

.section.inner-page2 .row .box-grid>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page2 .row .imgBlock.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}

.section.inner-page2 .row .box-grid.grid-3>div .img {
    margin-bottom: 10px;
}

.grid-block {
    margin-top: 40px;
}

.grid-block .grid-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 84px 32px;
}

.grid-block .grid-div .grid-icon {
    display: inline-block;
}

/* ========= Product Listing ========= */

/* Product Search Form Styles */
.shop-search-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shop-search-form form {
    display: flex;
    gap: 0.5em;
    width: 100%;
    max-width: 300px;
    position: relative;
}

.shop-search-form input[type="search"] {
    flex: 1;
    padding: 0.75em 1em;
    border: 1px solid var(--Gray-5);
    border-radius: 6px;
    font-size: 1em;
    background: var(--White);
    color: var(--Dark-Gray);
}

.shop-search-form input[type="submit"],
.shop-search-form button[type="submit"] {
    padding: 0.75em 1em;
    background-color: transparent;
    color: var(--White);
    border: none;
    font-size: 1em;
    font-family: var(--font-inter);
    cursor: pointer;
    transition: background 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.shop-search-form input[type="submit"]:hover {
    background: var(--Secondary);
}

.listing-wrap .flex-div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 30px;
}

.listing-wrap .flex-div .sidebar {
    width: 25%;
}

.listing-wrap .flex-div .list-block {
    width: 75%;
}

.listing-wrap .content-area {
    display: flex;
    flex-wrap: wrap;
}

.listing-wrap .content-area .woocommerce-notices-wrapper {
    order: 1;
}

.listing-wrap .content-area .woocommerce-products-header {
    order: 2;
}

.listing-wrap .content-area .shop-search-form {
    order: 3;
    width: 50%;
    text-align: left;
}

.listing-wrap .content-area .woocommerce-result-count {
    order: 4;
    width: 50%;
    text-align: right;
    margin-bottom: 0;
    padding-top: 14px;
}

.listing-wrap .content-area .products {
    order: 5;
    width: 100%;
    margin-top: 30px;
}

.listing-wrap .content-area .woocommerce-pagination {
    order: 6;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.listing-wrap .woocommerce-pagination ul li::before {
    width: auto;
    height: auto;
    background-color: transparent;
}

.listing-wrap .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: flex-end;
    border: none;
    gap: 10px;
}

.woocommerce-page .listing-wrap .woocommerce-pagination ul.page-numbers::before {
    content: none;
}

.listing-wrap .woocommerce-pagination ul.page-numbers li {
    border: none;
}

.listing-wrap .woocommerce-pagination ul.page-numbers a,
.listing-wrap .woocommerce-pagination ul.page-numbers span {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #787F7F;
    border-radius: 3px;
    border: 1px solid #DADADA;
    background-color: transparent;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
}

.listing-wrap .woocommerce-pagination ul.page-numbers span.current {
    background-color: #A73025;
    border-color: #A73025;
    color: #fff;
}

.listing-wrap .woocommerce-pagination ul.page-numbers a.next,
.listing-wrap .woocommerce-pagination ul.page-numbers a.prev {
    background-color: transparent;
    border-color: transparent;
    color: #1A1D21;
}


.listing-wrap .sidebar h3,
.listing-wrap .filter-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--Primary);
    margin-bottom: 30px;
}

.accordian-sidebar .filter-type>.filter-type-list {
    display: none !important;
}

.accordian-sidebar .filter-type.is-open>.filter-type-list {
    display: block !important;
}

.accordian-sidebar.filter-type>.filter-title {
    cursor: pointer;
    user-select: none;
}

#accordian-sidebar .filter-type>.filter-title {
    cursor: pointer;
    user-select: none;
}

#accordian-sidebar .filter-type .filter-type-list {
    display: none;
}

#accordian-sidebar .filter-type.is-open .filter-type-list {
    display: block;
}

.listing-wrap .sidebar ul.checkbox-list,
.listing-wrap .sidebar ul.filter-checkbox,
.listing-wrap .sidebar ul.filter-radio {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

.listing-wrap .sidebar ul li,
.filter-content .filter-checkbox>li>label,
.filter-content .filter-radio>li>label {
    padding-left: 0;
    font-size: 18px;
    color: var(--Primary);
    line-height: 26px;
    display: flex;
    gap: 14px;
}

.listing-wrap .sidebar ul li:before {
    content: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-0,
.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-1,
.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-2,
.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-3,
.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-4,
.listing-wrap .sidebar .yith-wcan-filters .hierarchical.yith-wcan-filter .filter-items .filter-item.level-5 {
    display: flex;
    flex-flow: column;
}

ul.checkbox-list input[type="checkbox" i],
ul.checkbox-list input[type="radio" i],
.filter-content .filter-checkbox input[type="checkbox" i],
.filter-content .filter-radio input[type="radio" i] {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #A73025;
}

.listing-wrap .sidebar ul.tags,
.listing-wrap .filter-content .filter-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.listing-wrap .filter-content .filter-label li {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.listing-wrap .sidebar ul.tags li a,
.listing-wrap .filter-content .filter-text a,
.listing-wrap .filter-content .filter-label a {
    color: #BFBFBF !important;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.listing-wrap .filter-content .filter-label a:hover {}

.listing-wrap .filter-content .filter-label a>span,
.listing-wrap .filter-content .filter-label a:hover>span {
    font-size: inherit !important;
}

.listing-wrap .sidebar ul.tags li.active a,
.listing-wrap .filter-content .filter-text .active a,
.listing-wrap .filter-content .filter-label .active a {
    background: rgba(26, 29, 33, 0.20);
    color: #272728 !important;
}

.listing-wrap .filter-content .filter-label .active a>span,
.listing-wrap .filter-content .filter-label a:hover>span,
.listing-wrap .filter-content .filter-label a:hover {
    color: inherit !important;
}

.listing-wrap .sidebar ul.tags li a:hover,
.listing-wrap .filter-content .filter-text a:hover,
.listing-wrap .filter-content .filter-label a:hover {
    background: rgba(26, 29, 33, 0.20);
    color: #272728 !important;
    box-shadow: 0 0 7px rgb(209, 210, 211);
    transform: translateY(3px);
    transition: 0.3s ease-in-out all;
}

.listing-wrap .yith-wcan-filter {
    position: relative;
    padding-bottom: 5px;
}

.listing-wrap .yith-wcan-filter.is-open {
    padding-bottom: 50px;
}

.listing-wrap .listing-wrap .filters-container>form>.yith-wcan-filter {
    padding-bottom: 0;
}

.listing-wrap .yith-wcan-filter::after {
    content: '';
    left: 0;
    right: 0;
    height: 3px;
    bottom: 0;
    background-color: var(--Secondary);
    border: none;
    position: absolute;
}

/* .listing-wrap .filters-container >form > .yith-wcan-filter:last-child:after {
    background-color: transparent;
} */
.listing-wrap .filters-container .yith-filter-accordion-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.listing-wrap .filters-container .yith-filter-accordion-title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--Primary);
    transition: transform 0.2s ease;
}

.listing-wrap .filters-container .yith-wcan-filter.is-open>.yith-filter-accordion-title::after,
.listing-wrap .filters-container .yith-wcan-filter.is-open .yith-filter-accordion-title::after {
    content: '-';
}

.listing-wrap .filters-container .yith-filter-accordion-title:focus-visible {
    outline: 2px solid var(--Secondary);
    outline-offset: 2px;
}

.product-search form {
    max-width: 366px;
    position: relative;
}

.product-search form .search-field {
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 3px;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    color: var(--Light-Gray);
    padding: 15px 22px 14px 11px;
    width: 100%;
    position: relative;
}

.product-search form .submit-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    width: 50px;
    cursor: pointer;
}

.listing-wrap .list-block .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.listing-wrap .list-block .top-row .result-count p {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    color: var(--Light-Gray);
    margin: 0;
}

.listing-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

.listing-wrap .products {
    width: 100%;
    overflow: hidden;
}

.products .product-card {
    position: relative;
    padding-bottom: 120px;
}
.products .owl-item .product-card{
	margin-left:2px
}

.products .product-card h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    margin: 38px 0 18px 0;
}

.products .product-card .price,
.woocommerce .products .product-card .price {
    font-family: var(--font-rubik);
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 18px 0;
    color: var(--Secondary);
    display: block;
}

.products .product-card .product-sku {
    margin-bottom: 18px;
    display: block;
}

.products .product-card .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-gap: 10px;
    text-align: center;
}

.products .product-card .btn-wrap a {
    justify-content: center;
}

/* ========= Product Detail Page ======== */

.product-detail-page {
    padding: 120px 0;
}

.single-product-wrapper {
    overflow: hidden;
    border-top: 4px solid var(--Navy-Blue);
}

.ps-wrapper {
    overflow: hidden;
}

.ps-wrapper .flex-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ps-wrapper .flex-div .left-wrap {
    width: 46%;
}

.ps-wrapper .flex-div .right-wrap {
    width: 46%;
}

.ps-wrapper .right-wrap .top-icons {
    display: flex;
    gap: 13px;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.ps-wrapper .top-icons a {
    display: inline-flex;
}

.ps-wrapper .top-icons .like a {
    font-family: var(--font-inter);
    padding: 7px 10px;
    border-radius: 5px;
    background-color: var(--Secondary);
    color: var(--White);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ps-wrapper .top-icons .save a,
.ps-wrapper .top-icons .share a {
    padding: 7px 7px;
    border-radius: 5px;
    background-color: #272728;
}

.ps-wrapper .top-icons a:hover {
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
    transform: translateY(3px);
}

.ps-wrapper h1,
.woocommerce .ps-wrapper div.product .product_title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: var(--Primary);
    margin-bottom: 16px;
}

.ps-wrapper h3,
.woocommerce .ps-wrapper div.product .price {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: var(--Secondary);
    margin-bottom: 24px;
}

.woocommerce .ps-wrapper div.product .price .p-msg {
    font-size: 14px;
    display: block;
    color: #2b2d42;
}

.woocommerce .ps-wrapper .woocommerce-product-details__short-description,
.woocommerce .ps-wrapper .woocommerce-custom-description {
    margin-bottom: 28px;
}

.woocommerce .ps-wrapper div.product form.cart {
    border-top: 3px solid var(--Secondary);
    padding-top: 28px;
}

.ps-wrapper form.cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.woocommerce .ps-wrapper div.product form.cart::before,
.woocommerce .ps-wrapper div.product form.cart::after {
    content: none;
}

.listing-wrap .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    text-align: left;
}

.listing-wrap .filters-container .yith-filter-show-more-toggle {
    background: transparent;
    border: none;
    padding: 6px 0 0;
    color: var(--Secondary);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.listing-wrap .filters-container .yith-filter-show-more-toggle:hover,
.listing-wrap .filters-container .yith-filter-show-more-toggle:focus-visible {
    color: var(--Primary);
}

.ps-wrapper .quantity,
.cart .quantity {
    padding: 12px 18px;
    border-radius: 6px;
    background: #DADADA;
}

.ps-wrapper .quantity .plus,
.ps-wrapper .quantity .minus {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #272728;
    padding: 0;
}

.ps-wrapper .counter form {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.ps-wrapper .quantity input {
    width: 50px;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #272728;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.ps-wrapper .right-wrap .btn-wrap {
    padding-top: 28px;
    border-top: 3px solid var(--Secondary);
}

.ps-wrapper .btn-wrap .btn-2 {
    margin-top: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ps-wrapper .btn-wrap .btn-2 a {
    padding: 12px 12px;
}

.ps-wrapper .btn-wrap .btn-2 a.gray-border {
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.tabs-wrap .tab-row .tabnav {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.tabs-wrap .tab-row .tabnav .tab-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1246px;
    width: 100%;
    padding: 0 15px;
    margin: -7px auto 0 auto;
}

.tabs-wrap .tab-row .tabnav .tab-list li {
    flex: 1;

}

.tabs-wrap .tab-row .tabnav .tab-list li:before {
    content: none;
}

.tabs-wrap .tab-row .tabnav .tab-list li a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-top: 27px;
    border-top: 15px solid transparent;
}

.tabs-wrap .tab-row .tabnav .tab-list li a h6,
.tabs-wrap .r-tabs .r-tabs-accordion-title .r-tabs-anchor h6 {
    font-family: var(--font-inter);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--Primary);
}

.tabs-wrap .tab-row .tabnav .tab-list li.r-tabs-state-active a {
    border-color: var(--Secondary);
}

.tabs-wrap .tab-row .tabnav .tab-list li.r-tabs-state-active a h6 {
    font-weight: 700;
}

.tabs-wrap .r-tabs .r-tabs-accordion-title a {
    display: block;
}

.tabs-wrap .r-tabs .r-tabs-accordion-title a h6 {
    padding: 15px 0;
    background-color: var(--Light-Bg);
    margin: 0 15px;
    border-radius: 6px;
}

.tabs-wrap .r-tabs .r-tabs-accordion-title.r-tabs-state-active a h6 {
    font-weight: 700;
    color: var(--White);
    background-color: var(--Secondary);
}

.tabs-block .layer-block {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 60px;
}

.tabs-block .tab-grid {
    display: grid;
    gap: 32px;
}

.tabs-block .tab-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.tabs-block .tab-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.tabs-block .tab-grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.tabs-block .tab-grid>div {
    background-color: #F8F8F8;
}

.tabs-block .tab-grid>div>h4 {
    margin-bottom: 0;
    text-align: center;
    padding: 16px 8px;
    border-radius: 5px 5px 0 0;
    background-color: #A73025;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.tabs-block .tab-grid .tab-text {
    padding: 15px 20px;
}

section .tabs-block .tab-grid ul li {
    padding-left: 18px;
    margin-bottom: 12px;
}

section .tabs-block .tab-grid ul li:last-child {
    margin-bottom: 0;
}

section .tabs-block .tab-grid ul li::before {
    content: url('assets/images/polygon.png');
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    top: 0;
    left: 2px;
}

.spotlight .flex-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.spotlight .left-wrap {
    width: 31.6%;
}

.spotlight .left-wrap .mobile-view {
    display: none;
}

.spotlight .right-wrap {
    width: 68.4%;
    background-color: var(--Navy-Blue);
    display: grid;
    place-items: center;
}

.spotlight .right-wrap .text {
    padding: 75px 68px;
}

.spotlight .right-wrap .text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    color: var(--White);
    margin-bottom: 24px;
}

.spotlight .right-wrap .text p,
.spotlight .right-wrap .text p a {
    color: var(--White);
}

/* ========= Articles Page ======== */
.blog-top-wrap .flex-div {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.blog-top-wrap .left-wrap {
    width: 60%;
    max-width: 696px;
    min-height: 470px;
}

.blog-top-wrap .right-wrap {
    width: 40%;
    padding: 47px 47px 47px 64px;
}

.blog-top-wrap .right-wrap h2 {
    color: var(--Primary);
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 18px;
}

.blog-top-wrap .right-wrap p {
    font-size: 16px;
    line-height: 150%;
}

.blog-top-wrap .right-wrap .btn-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-top-wrap .right-wrap a.read-more {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: var(--Secondary);
    display: flex;
    align-items: center;
    text-align: center;
}

.blog-top-wrap .right-wrap a.read-more svg {
    margin: 0 auto;
}

.section-blog {
    position: relative;
    clear: both;
}

.section-blog .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 84px 32px;
}

.section-blog .content .post {
    position: relative;
    padding-bottom: 65px;
}

.section-blog .content .text {
    padding-top: 40px;
}

.section-blog .content .cont h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--Primary);
}

.section-blog .content .post .btn-wrap {
    position: absolute;
    bottom: 0;
}

.blog-nav .nav-links a,
.blog-nav .nav-links span.current,
.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
    font-weight: 700;
    color: #272728;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid var(--Gray-4, #BDBDBD);
    padding: 10px 5px;
    font-size: 16px;
    line-height: normal;
    margin: 0 5px;
}

.blog-nav .nav-links .prev.placeholder {
    color: #BDBDBD !important;
    border: none;
    background-color: transparent;
}

.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
    color: var(--Dark-Gray);
    border: none;
    background-color: transparent;
}

.nav-links a:hover,
.blog-nav .nav-links span.current {
    background-color: var(--Secondary);
    border-color: var(--Secondary);
    color: var(--White);
}

/* ============ FAQS ========== */
.single-post .faq-wrap {
    padding: 120px 0;
    /*background-color: var(--Light-Bg);*/
}

.faq-wrap .block-wrapper {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.single-post .faq-wrap .section-title {
    text-align: left;
    max-width: 1008px;
    margin: 0 auto;
    width: 100%;
}

.single-post .faq-wrap .block-wrapper {
    max-width: 1008px;
}

.faq-wrap .tab-acc .acc_title_bar a {
    display: block;
    position: relative;
    padding: 5px 64px 5px 0;
    color: var(--Primary);
}

.faq-wrap .tab-acc .acc_title_bar a::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    font-weight: 900;
    width: 30px;
    height: 30px;
    right: auto;
    top: 12%;
    left: auto;
    right: 0;
    overflow: visible;
    color: var(--Secondary);
    font-size: 18px;
    border: 2.5px solid var(--Secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-wrap .tab-acc .acc_title_bar.default-title-bar-active a::before {
    content: "\f068";
}

.faq-wrap h3.acc_title_bar {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    border-bottom: 0;
    color: var(--Primary);
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.faq-wrap .tab-acc section {
    padding: 24px 0;
    border-bottom: 1px solid rgba(35, 31, 32, 0.10);
    overflow: hidden;
}

.faq-wrap .tab-acc div.acc_container {
    margin-top: 24px;
}

.faq-wrap .tab-acc div.acc_container p:last-child {
    margin-bottom: 0;
}

.faq-accordion .faq-title {
    margin-top: 60px;
    margin-bottom: 0;
}

.faq-accordion .faq-title:first-child {
    margin-top: 0;
}

.faq-accordion .faq-title h2 {
    font-size: 32px;
    margin-bottom: 0;
}

/*===== Key Takeaways =====*/
.kt-wrap .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 31px;
}

.kt-wrap .grid-4 .grid {
    padding: 28px 33px 57px 33px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(242, 242, 242, 0.20) 47.6%, rgba(120, 127, 127, 0.20) 100%);
}

.kt-wrap .grid-4 .icon {
    background-color: var(--Navy-Blue);
    width: 88px;
    height: 88px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.kt-wrap .grid h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 28px;
}

.kt-wrap .grid p {
    font-size: 16px;
    margin-bottom: 0;
}

/*===== Practical Tips =====*/
.pctl-wrap {
    background-color: var(--Light-Bg);
}

.pctl-wrap .content {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}

.pctl-wrap .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px 78px;
    ;
}

.pctl-wrap .grid-2 .grid {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: start;
}

.pctl-wrap .grid p {
    margin-bottom: 0;
}

/* ================================ */
/* ============ Footer =========== */
/* ================================ */
.site-footer {
    position: relative;
    background-color: var(--Primary);
    padding: 80px 0 80px 0;
}

.site-footer .top-row .content {
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: space-between;
}

.site-footer .top-row .left-wrap {
    max-width: 384px;
    width: 100%;
}

.site-footer a,
.site-footer p {
    font-weight: 400;
    margin-bottom: 0;
    color: var(--Light-Gray);
}

.site-footer .f-nav ul {
    display: grid;
    grid-gap: 30px;
}

.site-footer ul li {
    list-style: none;
}

.site-footer ul li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    color: var(--Light-Gray);
    transition: .3s all ease-in-out;
    opacity: 0.8;
}

.site-footer ul li a:hover {
    transform: translateY(3px);
    opacity: 1;
    color: var(--White);
}

.site-footer .contact-details .flex-div {
    display: flex;
    gap: 13px;
}

.site-footer .contact-details .flex-div a,
.site-footer .contact-details .flex-div p {
    font-size: 18px;
    line-height: 28px;
}

.site-footer .social-links {
    display: flex;
    gap: 16px;
}

.site-footer .social-links a {
    font-size: 18px;
    width: 36px;
    height: 36px;
    background-color: var(--Light-Gray);
    color: var(--White);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    opacity: 1;
}

.site-footer .social-links a:hover {
    background-color: var(--White);
    color: var(--Light-Gray);
    transform: translateY(2px);
}

.site-footer .bottom-row .flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgb(246 246 246 / 30%);
    margin-top: 80px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.site-footer .bottom-row .f-links {
    color: var(--Light-Gray);
}

.copyright p,
.copyright a,
.f-links p,
.f-links a {
    font-size: 14px;
}

.f-links a:hover {
    color: var(--White);
}

.copyright a:hover {
    transform: translateY(2px);
    color: var(--White);
}

.product_meta {
    margin-bottom: 20px;
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product_meta>span {
    font-weight: 600;
}

.product_meta>span>span,
.product_meta>span>a {
    font-weight: 400;
}

.product_meta>span>a {
    color: var(--Secondary);
}

.cart-total .cart-count {
    position: absolute;
    top: 4px;
    right: 2px;
    background: #A73025;
    color: #fff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    min-width: 22px;
    text-align: center;
    line-height: 18px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WooCommerce My Account Page Styles */
.woocommerce-account .page-block {
    padding: 0;
}

.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.woocommerce-account .woocommerce h2 {
    font-family: var(--font-rubik);
    font-size: 2rem;
    color: var(--Secondary);
    margin-bottom: 24px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    background: var(--Light-Bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 80px 24px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
    margin-bottom: 16px;
    padding-left: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li::before {
    width: auto;
    height: auto;
    background-color: transparent;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation a {
    color: var(--Navy-Blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 6px 10px;
}


.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation a:hover {
    background-color: var(--Navy-Blue);
    color: var(--White);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 80px 32px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    position: absolute;
    top: 6px;
    right: 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-address-fields label {
    font-family: var(--font-inter);
    color: var(--Light-Gray);
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1 !important;
}

.woocommerce .woocommerce-address-fields input[type="text"],
.woocommerce .woocommerce-address-fields input[type="email"],
.woocommerce .woocommerce-address-fields input[type="tel"],
.woocommerce .woocommerce-address-fields input[type="password"],
.woocommerce .woocommerce-address-fields input[type="search"],
.woocommerce .woocommerce-address-fields input[type="url"],
.woocommerce .woocommerce-address-fields textarea,
.woocommerce .woocommerce-address-fields .select2-selection--single,
.woocommerce-checkout .wc-block-checkout__form input[type="text"],
.woocommerce-checkout .wc-block-checkout__form input[type="email"],
.woocommerce-checkout .wc-block-checkout__form input[type="tel"],
.woocommerce-checkout .wc-block-checkout__form input[type="password"],
.woocommerce-checkout .wc-block-checkout__form input[type="search"],
.woocommerce-checkout .wc-block-checkout__form input[type="url"],
.woocommerce-checkout .wc-block-checkout__form textarea,
.woocommerce-checkout .wc-block-checkout__form .wc-blocks-components-select__select {
    background-color: var(--White);
    border: 1px solid var(--Gray-5);
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: normal;
    color: var(--Light-Gray);
    padding: 12px 16px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.woocommerce-checkout .wc-block-checkout__form .wc-blocks-components-select__select {
    padding: 21px 10px;
    min-height: 61px;
}

.woocommerce .woocommerce-address-fields .select2-selection__rendered {
    padding: 0;
    color: var(--Light-Gray);
}


.woocommerce .woocommerce-address-fields button[type="submit"],
.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-place-order-button {
    padding: 12px 32px;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-inter);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    margin-top: 30px;
}

.woocommerce .woocommerce-address-fields button[type="submit"]:hover,
.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-place-order-button:hover {
    background-color: transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-place-order-button {
    margin-top: 0;
}

.accordian-sidebar .filter-title {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.accordian-sidebar .filter-title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--Primary);
    transition: transform 0.2s ease;
}

.accordian-sidebar .is-open .filter-title::after {
    content: '-';
}

.accordian-sidebar .filter-title:focus-visible {
    outline: 2px solid var(--Secondary);
    outline-offset: 2px;
}

.accordian-sidebar li {
    list-style-type: none;
    position: relative;
}

.accordian-sidebar i {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 36px;
}

.accordian-sidebar .active>i {
    align-items: flex-start;
    justify-content: center;
    transform: rotate(90deg);
}

.accordian-sidebar ul li a {
    color: var(--Primary);
    text-decoration: none;
    font-size: 18px;
    display: block;
    line-height: 26px;
    padding: 12px 40px 12px 0;
    transition: all 0.15s;
    position: relative;
    z-index: 1;
}


.accordian-sidebar .product_cat {
    font-weight: 600;
    font-size: 20px;
}

.listing-wrap .sidebar .accordian-sidebar ul li {
    flex-flow: column;
}

.accordian-sidebar .filter-type-list>ul>li ul a {
    font-weight: 400;
}

.accordian-sidebar .filter-type-list>li>ul>li+li {
    border-top: 1px solid #E9ECEF;
}



.accordian-sidebar .filter-type-list.show-dropdown>li.active>a,
.accordian-sidebar .filter-type-list>ul>li>ul.show-dropdown>li.active>a,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul.show-dropdown>li.active>a,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a {
    color: #A7144C;
}

.accordian-sidebar .filter-type-list>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
    display: none;
}

.accordian-sidebar .filter-type-list>ul>li>ul>li.active>ul.show-dropdown,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li.active>ul.show-dropdown,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
    display: block;
}

.accordian-sidebar .filter-type-list>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul,
.accordian-sidebar .filter-type-list>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
    padding-left: 20px;
}

.accordian-sidebar .current-cat-ancestor>a,
.accordian-sidebar .current-cat>a {
    color: #A7144C;
}

.accordian-sidebar li.product_cat::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
    transform: rotate(90deg);
}

/* .accordian-sidebar a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
} */

.accordian-sidebar .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.sidebar button.btn {
    padding: 12px 32px;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-inter);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.sidebar button.btn:hover {
    background-color: transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-selection {
    background-color: var(--White);
    border: 1px solid var(--Gray-5);
    border-radius: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: normal;
    color: var(--Light-Gray);
    padding: 12px 16px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

:where(.woocommerce) .select2-container .select2-selection {
    padding: 4px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .product-total,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td {
    text-align: right;
}

section .woocommerce-checkout-payment ul li {
    padding-left: 0;
}

section .woocommerce-checkout-payment ul li::before,
section .woocommerce-error li::before {
    width: auto;
    height: auto;
    background-color: transparent;
}

.woocommerce .woocommerce-checkout-review-order .place-order .button,
.woocommerce .checkout_coupon .button {
    padding: 12px 32px;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-inter);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    background-color: var(--Secondary);
    color: var(--White);
    border-color: var(--Secondary);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.woocommerce .woocommerce-checkout-review-order .place-order .button:hover,
.woocommerce .checkout_coupon .button:hover {
    background-color: transparent;
    color: var(--Secondary);
    border-color: var(--Secondary);
    box-shadow: 0 0 10px rgb(77 126 168 / 40%);
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */

@media (min-width:768px) {
    #tooling-slider .item {
        max-width: 100%;
    }
}

@media screen and (max-width: 1350px) {
    #material-slider {
        padding: 0 60px;
    }

    #material-slider .owl-nav .owl-prev {
        left: -5px;
    }

    #material-slider .owl-nav .owl-next {
        right: -5px;
    }
}

@media screen and (max-width: 1200px) {
    .max-w-full {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .sm-custom {
        justify-content: center;
    }

    .sm-custom>li {
        min-width: auto;
    }
}

@media screen and (max-width: 1100px) {
    h2 {
        font-size: 38px;
        line-height: 120%;
    }
}

@media screen and (max-width: 1024px) {

    .max-w-full,
    .container {
        padding: 0 1.25rem;
    }

    .slidebtn {
        display: block;
        position: absolute;
        right: 20px;
        top: 45px;
    }

    .crossBtn {
        display: block;
    }

    .site-header {
        padding: 0;
    }

    .site-header .content {
        padding: 20px 0;
    }

    .site-header .site-nav {
        margin-top: 0;
    }

    .site-header .top-row {
        margin-right: 40px;
    }

    .sm-custom {
        gap: 26px;
    }

    .sm-custom>li>a {
        font-size: 15px;
    }

    .site-header .bottom-bar .flex-content {
        justify-content: center;
    }

    .info-wrap .image-wrap {
        width: 45%;
    }

    .info-wrap .text-wrap {
        width: 55%;
        padding-left: 50px;
    }

    .services-wrap .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .listing-wrap .flex-div {
        flex-flow: column;
    }

    .listing-wrap .flex-div .sidebar,
    .listing-wrap .flex-div .list-block {
        width: 100%;
    }

    .listing-wrap .sidebar ul.checkbox-list {
        grid-gap: 20px 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .grid-block .grid-div {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer .bottom-row .flex-div {
        flex-direction: column;
        gap: 16px;
    }

    .kt-wrap .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media screen and (max-width: 992px) {
    .listing-wrap .content-area .shop-search-form{
        margin-left: 20px;
    }
    .btn.btn-primary.yith-wcan-filters-opener.enhanced {
        font-size: 18px;
        padding: 0 20px;
    }
    .listing-wrap .content-area .shop-search-form{
        width: 35%;
    }
    .listing-wrap .content-area .woocommerce-result-count{
        width: 35%;
    }
    .yith-wcan-filters.filters-modal .main-modal-button{
        background-color: var(--Secondary);
        font-size: 20px;
        color: white;

    }
}

@media screen and (max-width: 900px) {
    
    .testimonials-wrap .bottom-row p {
        font-size: 18px;
    }

    .site-header .content {
        align-items: center;
    }

    .site-header .left-wrap {
        width: 200px;
    }

    .site-header .top-row {
        margin-right: 40px;
    }

    .header-buttons a {
        padding: 5px;
    }

    .site-header .site-nav {
        margin-top: 0;
    }

    .site-header .search {
        width: 200px;
    }

    .info-wrap .flex-div,
    .info-wrap .flex-div.reverse {
        flex-direction: column;
    }

    .info-wrap .image-wrap {
        width: 100%;
        max-width: 550px;
        padding-top: 20px;
        margin: 0 auto;
        background-image: none !important;
    }

    .info-wrap .image-wrap .mobile-view {
        display: block;
        visibility: visible;
    }

    .info-wrap .text-wrap,
    .info-wrap .flex-div.reverse .text-wrap {
        width: 100%;
        padding: 20px 30px;
        max-width: 100%;
    }

    .tooling-wrap .tab-row {
        flex-direction: column;
        gap: 40px;
    }

    .tooling-wrap .tab-row .tabnav ul.tab-list {
        padding-top: 0;
        width: 100%;
        max-width: 100%;
    }

    .tooling-wrap .tab-row .tabnav {
        width: 100%;
        min-width: 100%;
    }

    .tooling-wrap .tab-row .tool-type-products {
        width: 100%;
    }

    .blog-wrap .bottom-row {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-top: 36px;
    }

    .testimonials-wrap .left-wrap {
        min-width: auto;
    }

    .listing-wrap .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .section.inner-page2 .row.image-left,
    .section.inner-page2 .row.image-right {
        flex-direction: column;
        gap: 23px;
    }

    .section.inner-page2 .row .leftCont.width50,
    .section.inner-page2 .row .rightCont.width50,
    .section.inner-page2 .row .leftCont.width60,
    .section.inner-page2 .row .rightCont.width60,
    .section.inner-page2 .row .leftCont.width40,
    .section.inner-page2 .row .rightCont.width40,
    .single-post .section.inner-page2 .row .leftCont.width40,
    .single-post .section.inner-page2 .row .rightCont.width40,
    .single-post .section.inner-page2 .row .leftCont.width60,
    .single-post .section.inner-page2 .row .rightCont.width60 {
        width: 100%;
    }

    .section.inner-page2 .row .leftCont.width50,
    .section.inner-page2 .row .rightCont.width50 {
        max-width: 100%;
    }

    .section.inner-page2 .row .imgBlock.grid2 {
        grid-template-columns: 1fr;
    }

    .section.inner-page2 .row .imgBlock.grid2>div,
    .section.inner-page2 .row .imgBlock.grid3>div {
        max-width: 450px;
        margin: 0 auto;
    }

    .section.inner-page2 .row .imgBlock.grid3 {
        grid-template-columns: 1fr;
    }

    .ps-wrapper .flex-div {
        flex-direction: column;
        gap: 40px;
    }

    .ps-wrapper .flex-div .left-wrap,
    .ps-wrapper .flex-div .right-wrap {
        width: 100%;
    }

    .tabs-wrap .tab-row .tabnav {
        display: none;
    }

    .tabs-wrap .r-tabs .r-tabs-accordion-title {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .spotlight .flex-content {
        flex-direction: column;
    }

    .spotlight .left-wrap {
        background-image: none !important;
        width: 100%;
    }

    .spotlight .left-wrap .mobile-view {
        display: block;
        width: 100%;
    }

    .spotlight .right-wrap {
        width: 100%;
    }

    .blog-top-wrap .flex-div {
        flex-direction: column;
        gap: 40px;
    }

    .blog-top-wrap .left-wrap {
        width: 100%;
    }

    .blog-top-wrap .right-wrap {
        width: 100%;
        padding: 0 0 70px;
    }

    .la-wrap .flex-div {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .section-blog .content {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer {
        padding: 48px 0 24px 0;
    }

    .site-footer .top-row .content {
        flex-wrap: wrap;
        gap: 36px 24px;
    }

    .site-footer .top-row .left-wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .tabs-block .tab-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .pd-120 {
        padding: 48px 0;
    }

    .pd-100 {
        padding: 50px 0;
    }

    .pdb-100 {
        padding-bottom: 64px;
    }

    .pdb-120 {
        padding-bottom: 64px;
    }

    .pd-80 {
        padding: 40px 0;
    }

    .pd-60 {
        padding: 30px 0;
    }

    .pd-50 {
        padding: 25px 0;
    }

    .pd-40 {
        padding: 20px 0;
    }

    .pdt-120 {
        padding-top: 64px;
    }

    .pdt-100 {
        padding-top: 50px;
    }

    .pdt-60 {
        padding-top: 30px;
    }

    .pdb-40 {
        padding-bottom: 20px;
    }

    .pdb-60 {
        padding-bottom: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mb-64 {
        margin-bottom: 32px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mt-120 {
        margin-top: 64px;
    }

    .visible-xs {
        display: block;
    }

    h1 {
        font-size: 46px;
        line-height: 120%;
    }

    h2 {
        font-size: 32px;
        line-height: 140%;
    }

    .section-title h2,
    .wwa-wrap .text-block h2,
    .lr-block .text-block h2 {
        font-size: 32px;
    }

    .section-title h2 br,
    .wwa-wrap .text-block h2 br,
    .lr-block .text-block h2 br {
        display: none;
    }

    .site-header.sticky-header {
        position: relative;
    }

    .site-header .left-wrap {
        width: 160px;
    }


    .slidebtn {
        top: 35px;
    }

    #hero-slider .slider-content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 64px 0;
        display: grid;
        place-items: center;
    }

    #hero-slider .item .mobile-view {
        display: block;
        visibility: visible;
    }

    #hero-slider .item.bg-image {
        background-image: none !important;
        min-height: auto;
    }

    #hero-slider .slider-content h1,
    .page-title h1 {
        font-size: 34px;
        line-height: 44px;
    }

    #hero-slider .slider-content hr.bar {
        margin: 18px 0;
    }

    #hero-slider .slider-content h1 br,
    #hero-slider .slider-content h4 br {
        display: none;
    }

    #hero-slider .slider-content p {
        font-size: 18px;
    }

    #hero-slider .btn-wrap {
        margin-top: 24px;
    }

    #material-slider {
        padding: 0;
    }

    #material-slider .box {
        width: 100% !important;
        height: auto;
    }

    #material-slider .owl-stage-outer {
        height: auto;
    }

    #material-slider .owl-stage .owl-item:hover .box {
        width: 100% !important;
    }

    #material-slider .owl-nav {
        display: none;
    }

    .tooling-wrap .tab-row {
        gap: 0;
    }

    .tooling-wrap .tab-row .tabnav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        text-align: center;
    }

    .tooling-wrap .tab-row .tab-content {
        max-width: 300px;
        width: 100%;
        margin: 40px auto 0 auto;
        padding-bottom: 30px;
    }

    #related-product-slider {
        max-width: 300px;
        width: 100%;
        margin: 40px auto 0 auto;
        padding-bottom: 30px;
    }

    #related-product-slider .owl-nav {
        left: 0;
    }

    .tooling-slider .owl-nav {
        left: 0;
    }

    #articles-slider {
        max-width: 384px;
        margin: 0 auto;
        width: 100%;
    }

    #articles-slider .owl-dots {
        margin-top: 30px;
    }

    .pull-quote .flex-div {
        flex-direction: column;
        gap: 24px;
    }

    .pull-quote .quote-text {
        font-size: 28px;
    }

    .testimonials-wrap .flex-div {
        flex-direction: column;
    }

    .testimonials-wrap .owl-theme .owl-nav .blog-wrap .top-row .post {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }

    .blog-wrap .desktop-view {
        display: none;
    }

    .blog-wrap .mobile-view {
        display: block;
    }

    .contact-wrap .grid-2 .left-wrap h2 {
        margin-bottom: 24px;
    }

    .contact-wrap .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }

    .contact-wrap .form {
        max-width: 100%;
    }

    .listing-wrap .grid-3 {
        grid-template-columns: 1fr;
    }

    .products .product-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .listing-wrap .grid-3 .image {
        text-align: center;
    }

    .section-blog .content {
        grid-template-columns: 1fr;
    }

    .section-blog .content .post {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .site-footer .top-row {
        padding: 0;
    }

    .site-footer .top-row .content {
        flex-direction: column;
        gap: 25px;
    }

    .site-footer .top-row .left-wrap {
        text-align: left;
    }

    .site-footer .f-nav ul {
        grid-gap: 12px;
    }

    .site-footer .bottom-row .flex-div {
        margin-top: 40px;
    }

    .material-wrap .top-row {
        flex-flow: column;
    }

    .grid-block .grid-div {
        grid-template-columns: 1fr;
    }

/*     .site-footer .contact-details .flex-div {
        justify-content: center;
    } */

    .single-post .faq-wrap {
        padding: 64px 0;
    }

    .kt-wrap .grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .pctl-wrap .grid-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 30px;
    }

    .tabs-block .tab-grid.grid-2,
    .tabs-block .tab-grid.grid-3,
    .tabs-block .tab-grid.grid-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonials-wrap .bottom-row p {
        font-size: 16px;
    }

    .listing-wrap .content-area .shop-search-form{
        width: 70%;
    }
    .listing-wrap .content-area .woocommerce-result-count{
        width: 98%;
        text-align: left;
        margin-left: 2%;
    }


}

@media screen and (max-width: 600px) {
    .site-header .content {
        flex-direction: column;
        gap: 25px;
    }

    .site-header .top-row {
        margin-right: 0px;
    }

    .slidebtn {
        top: auto;
        bottom: 76px;
    }

    .trusted-wrap .grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .copyright {
        flex-direction: column;
    }

    .site-footer .bottom-row .f-nav li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }

    .site-footer .bottom-row .f-nav li:first-child a:before {
        content: none;
    }
}

@media screen and (max-width: 500px) {
    #hero-slider .slider-content {
        padding: 24px 0;
    }

    #hero-slider .slider-content h1,
    .page-title h1 {
        font-size: 24px;
        line-height: 34px;
    }

    #hero-slider .slider-content p {
        font-size: 16px;
        list-style: 26px
    }

    #hero-slider .btn-wrap a.site-btn {
        font-size: 16px;
    }

    .listing-wrap .content-area .shop-search-form{
        width: 63%;
    }

}

@media screen and (max-width: 420px) {

    .slidebtn {
        right: 10px;
    }

    .site-header .search input.search-field {
        width: 120px;
    }

    .listing-wrap .content-area .shop-search-form {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .shop-search-form form{
        max-width: 100%;
    }
    .btn.btn-primary.yith-wcan-filters-opener.enhanced {
        padding: 14px 20px;
        width: 100%;
    }

}

@media screen and (max-width: 390px) {
    .site-header .top-row>div>a {
        font-size: 14px;
    }

    .site-header .search {
        width: 170px;
    }

    .slidebtn {
        width: 25px;
    }
}

@media screen and (max-width: 350px) {
    #hero-slider .btn-wrap {
        gap: 10px;
    }

    #hero-slider .btn-wrap a.site-btn {
        min-width: 135px;
        font-size: 16px;
    }
}


.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
    color: var(--Secondary);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover{
    color: var(--Secondary);
}
.yith-wcan-filters-opener:hover, .yith-wcan-filters-opener{
    background-color: var(--Secondary);
    border-color: var(--Secondary);
    color: white;
}
.yith-wcan-filters-opener i.filter-icon {
	filter: brightness(0) invert(1);
}
.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
	margin-bottom: 20px;
}

.discount-note {
    grid-column: 1 / -1;
}
.discount-note ul {
	margin-bottom: 0;
}
