/* normalize css */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: initial;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: initial;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: initial;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    outline: none !important;
}


/* normalize css */
span,
a,
p {
    line-height: 1.3;
}

.d-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a-i-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.a-i-f-e {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.j-c-s-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j-c-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none !important
}

/*css starts here*/


header .top {
    background: #F2F2F2;
    color: #fff;
    padding: 10px 0;
}

header .top p a {
    color: #D42A0A;
    position: relative;
}

header .top p a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #d42a0a;
    bottom: -2px;
}

header .top p {
    font-size: 16px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #2b2b2b;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .wrapper .form-group {
    margin-bottom: 0;
    width: 100%;
    max-width: 780px;
    border-radius: 45px;
    position: relative;
    overflow: hidden;
}

header button.custom-btn {
    background: #D42A0A;
    border: 1px solid #D42A0A;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    color: #fff;
    font-weight: 600;
}

header button.custom-btn:hover {
    background: #7e4c34;
    border: 1px solid #7e4c34;
}

header .logo .form-control {
    height: 50px;
    border-radius: 45px;
    padding: 0 25px;
}

header .logo .form-control::placeholder,
.subscribe .form-control::placeholder {
    color: #b3b3b3;
}

header .custom-icon a {
    color: #2b2b2b!important;
    font-size: 14px;
}

header .custom-icon a span {
    margin-left: 11px;
    font-weight: 800;
    font-size: 14px;
}

.custom-icon a {
    padding: 0 10px;
    border-right: 1px solid #2b2b2b;
}

.custom-icon a:last-child {
    padding-right: 0;
    border: 0
}

.custom-icon a {
    font-size: 19px !important;
}

header .menu {
    background: #D42A0A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.review-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
}

.review-list figure {
    margin: 0
}

.review-list ul li h3 {
    font-size: 14px;
    color: #2b2b2b;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 800;
    list-style: none;
}

.review-list ul li {
    text-align: center;
    width: 20%;
    border-right: 1px dashed #ccc;
    padding: 20px 0;
    list-style: none;
}

.review-list ul li:last-child {
    border-right: 0
}

.review-list ul li p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}

.text-sec {
    background: #F2F2F2;
    padding: 60px 0;
}

.text-sec p {
    color: #666666;
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding: 0 50px;
    line-height: 25px;
}
.special-offer [class*=col-] {
    margin-bottom: 20px;
}
.special-offer .box {
    border: 2px solid #f2f2f2;
    padding: 20px;
    /* margin-bottom: 20px; */
    display: flex;
    flex-direction: column;
    height: 100%;

}

.special-offer .box img {
    height: 150px;
}

.special-offer .box img {
    height: 150px;
}

.special-offer .box figcaption {
    text-align: center
}

.special-offer .box img.offer {
    height: unset;
}

.special-offer .box figcaption h3 {
    font-size: 16px;
    color: #d42a0a;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.special-offer .box figure {
    position: relative
}

.special-offer .box figcaption p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.special-offer .box figcaption p span {
    margin-bottom: 0;
    font-size: 16px;
    color: #D42A0A;
    font-weight: 800;
    padding-right: 3px;
}

.special-offer .offer {
    position: absolute;
    right: 0;
    top: 0;
}

h3.heading {
    font-size: 25px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.special-offer {
    padding: 60px 0 30px;
}

.google-reviews {
    background: #F2F2F2;
    padding: 60px 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.google-reviews .wrapper .text h3 {
    color: #D42A0A;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 800
}

.google-reviews .wrapper .name {
    display: flex
}

.google-reviews .wrapper .name figure {
    margin-bottom: 0;
    width: 55px;
    height: 55px;
}

.google-reviews .wrapper .text p {
    font-size: 16px;
    margin: 0;
    color: #B1B1B1;
    font-weight: 500
}

.google-reviews .text {
    margin-left: 10px;
}

.google-reviews .wrapper {
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    padding: 55px 20px;
    margin: 10px;
}

.bh-stars {
    margin: 10px 0
}

.bh-stars .bh-star {
    width: 20px;
    height: 20px;
}

.bh-stars .bh-star .outline {
    fill: #E7711B;
}

.bh-stars .bh-star .full,
.bh-stars .bh-star .left-half {
    fill: transparent;
}

.bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: #E7711B;
}

.bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: #E7711B;
}

.google-reviews .wrapper p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.google-reviews .owl-prev {
    left: -30px;
    position: absolute
}

.owl-next {
    right: -30px;
    position: absolute
}

button.owl-dot {
    width: 10px;
    height: 10px;
    background: #D9D9D9 !important;
    margin: 0 2px;
    border-radius: 100%;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

button.owl-dot.active {
    background: #989898 !important
}

.category .wrap {
    margin-bottom: 30px;
}
.category .wrap figure img {
    width: 100%;
}

.category .wrap h4 {
    font-size: 18px;
    color: #d62a0a;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.d-f {
    display: flex
}

.category .wrap ul {
    margin-left: 0;
}

.category .wrap ul li {
    width: 100%;
    list-style: none;
    transition: all .3s ease-in-out;
}
.category .wrap .categories-btn {
    margin-bottom: 0;
}
.category .wrap ul li a {
    background: #ECECEC;
    color: #D42A0A;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 10px 3px;
    font-weight: 600;
    border-radius: 45px;
}
.category .wrap ul li:not(:last-child) {
    margin-bottom: 12px;
}
.category .wrap .categories-btn a {
    background: transparent;
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .75px;
    text-transform: none;
    color: #2b2b2b;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.category .wrap ul li:hover a {
    text-decoration: underline!important;
}
.j-s-b {
    justify-content: space-between
}

footer {
    background: #D42A0A;
    padding: 50px 0 25px;
}

.foot-logo {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.custom-footer ul {
    justify-content: center;
    margin: 0;
    margin-bottom: 30px;
}

.custom-footer ul li {
    margin: 0 20px;
    list-style: none;
}

.custom-footer ul li a {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #fff!important;
}

.custom-footer ul li a:hover {
    color: rgba(255, 255, 255, 0.7)!important;
}

.banner-wrap {
    /* background: url(../images/banner.png)no-repeat; */
    background-repeat: no-repeat;
    padding: 130px 0;
    background-position: center center;
    background-size: cover
}

.banner {
    position: relative
}

.banner .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.banner .owl-nav {
    display: none
}

.banner-wrap .box {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: auto;
    padding: 30px;
    max-width: 600px;
    border-radius: 10px;
    text-align: center;
}

.banner-wrap .box h3 {
    color: #fff;
    margin: 0;
    line-height: 60px;
    font-weight: 800;
    font-size: 42px;
}

.banner-wrap .box h3 span {
    display: block;
    font-weight: 500;
}

.category {
    padding: 60px 0;
}

.subscribe {
    background: url(../images/sub-ban.png)no-repeat;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.subscribe h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}

.subscribe .form-group {
    width: 100%;
    max-width: 550px;
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    margin: auto;
}

.subscribe .form-control {
    height: 50px;
    font-size: 14px;
    border-radius: 45px;
    padding: 0 25px;
    padding-right: 137px;
}

.subscribe .custom-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe .custom-btn:hover {
    background: #d42a0a;
    border: 1px solid #d42a0a;
    transition: 0.3s ease-in-out;
}

.copy p {
    margin-bottom: 0;
    color: #fff;
}

.copy {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1.3px solid rgba(255, 255, 255, 0.2);
}

.copy ul {
    margin-left: auto;
    margin-bottom: 0;
}

.copy ul li {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 10px
}

.copy ul li:last-child {
    margin-right: 0
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600
}

.navbar-expand-lg .custom-icon {
    display: none
}

header .logo .form-control {
    padding-right: 110px;
}

.special-offer .box figure {
    text-align: center
}

/* header .custom-icon a:hover {
    color: #d42a0a;
} */


/* ABOUT-US  STYLING START  */
.top-menus {
    margin-left: 0;
    margin-bottom: 60px;
}

.top-menus li {
    padding: 0 10px;
    list-style: none;
    position: relative;
}

.top-menus li:first-child {
    padding-left: 0;
    padding-right: 15px;
}

.top-menus li:first-child:before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #666;
}

.top-menus li:first-child a {
    color: #D42A0A;
}

.top-menus li a {
    color: #666;
}

ul.left-menus {
    border: 1px solid #d42a0a;
    margin-left: 0;
    list-style: none;
    border-radius: 10px;
}

ul.left-menus li.current-menu-item {
    background: #d42a0a;
}

ul.left-menus li.current-menu-item:first-child,
ul.left-menus li:first-child:hover {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

ul.left-menus li.current-menu-item:last-child,
ul.left-menus li:last-child:hover {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

ul.left-menus li.current-menu-item a {
    color: #fff!important;
}

ul.left-menus li {
    border-bottom: 1px solid rgb(212 42 10 / 10%);
    transition: all .3s ease-in-out;
}

ul.left-menus li:last-child {
    border-bottom: none;
}

ul.left-menus li a {
    padding: 10px 30px;
    transition: all .3s ease-in-out;
    color: #D42A0A;
    display: block;
}

ul.left-menus li:hover {
    background: #d42a0a;
}

ul.left-menus li:hover a {
    color: #fff!important;
}

ul.left-menus li:hover:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.about-content h3.heading {
    text-align: left;
}

.about-content h3.heading {
    text-align: left;
    margin-bottom: 15px;
}

.about-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.about-content {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}


.aboutRight figure {
    margin: 30px 0 50px;
    height: 300px;
    width: 100%;
}

.aboutRight figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aboutCstm-row figure {
    margin-top: 6px;
}

.aboutus-page {
    padding: 60px 0 10px;
}

.custom-menu-class .menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}

/* ABOUT-US  STYLING END  */


/* Subcategory Styling Start  */
.catss ul.mm-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    background: #f2f6fa;
    opacity: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
    margin-left: 0;
}

li.dropdown-item.mmenu-item.catss {
    background: transparent;
    padding: 0;
    transition: all .3s ease-in-out;
}

li.dropdown-item.mmenu-item.catss a {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 14px;
    padding: 0.25rem 1.5rem;
    display: block;
    transition: all .3s ease-in-out;
}

li.dropdown-item.mmenu-item.catss a:hover {
    color: #d42a0a;
}

.catss:hover ul.mm-submenu {
    opacity: 1;
}

.catss ul.mm-submenu li {
    list-style: none;
}

.catss ul.mm-submenu ul.mmm-submenu li a {
    padding: 5px 25px;
    display: block;
}

.catss ul.mm-submenu li:hover ul.mmm-submenu {
    opacity: 1;
}

li.dropdown.menu-item:hover .services-submenu {
    opacity: 1;
    display: block;
    border-radius: 0;
    border: 1px solid #979696;
}

li.dropdown.menu-item .services-submenu:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services-submenu {
    background: #f2f6fa;
    margin-top: 9px;
}

.catss ul.mm-submenu ul.mmm-submenu {
    margin-left: 0;
    background: #f2f6fa;
    min-width: 200px;
    border: 1px solid #979696;
    margin-top: -1px;
}

li.dropdown-item.mmenu-item.catss:not(:last-child),
.catss ul.mm-submenu ul.mmm-submenu li:not(:last-child) {
    border-bottom: 1px solid rgb(151 150 150 / 25%);
}

li.dropdown-item.mmenu-item.catss a i {
    font-size: 10px;
    padding-left: 25px;
}

.custom-menu-class ul#menu-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 22June2022 */
.contact_call_us {
    border: 2px solid #d42a0a;
    border-radius: 6px;
    margin-bottom: 30px;
}

.contact_call_us h4, .contact_call_us h1 {
    background: #d42a0a;
    color: #fff;
    padding: 10px;
}

.contact_call_us h1 {
	margin-top: 0px;
}

.contact_call_us h6,
.contact_call_us p {
    margin: 0;
    padding: 5px 10px;
}

.contact_call_us p:last-child {
    padding-bottom: 10px;
}

.contact_call_us form.wpcf7-form.init span {
    width: 100%;
    display: block;
}

.contact_call_us form.wpcf7-form.init span input {
    width: 100%;
}

.contact_call_us form .submit_button {
    background: #d42a0a !important;
    color: #fff !important;
    border: 2px solid #d42a0a !important;
    padding: 10px 30px !important
}

.contact_call_us form .submit_button:hover {
    color: #d42a0a !important;
    background: transparent !important;
}

.custom-terms-conditn h3 {
    border-bottom: 1px dotted #d42a0a;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.navbar-nav {
    align-items: center;
}

.view-btn {
    padding: 9px 20px;
    background: #fff;
    border-radius: 8px;
    color: #d42a0a;
    display: inline-block;
    font-weight: 700;
}

.view-btn:hover {
    opacity: 0.9;
    color: #d42a0a;
}

.menu.menu-mobile {
    display: none
}

.menu.menu-mobile .card {
    border: 0;
}

.menu.menu-mobile .card-header {
    background-color: #d42a0a;
    border: 0;
    border-bottom: 1px solid #fff;
}

.menu.menu-mobile .card-header h5 {
    text-align: left;
}

.menu.menu-mobile .card-header h5 a {
    color: #fff;
    font-size: 16px;
}

.menu.menu-mobile .mb-0>a {
    display: block;
    position: relative;
}

.menu.menu-mobile .card:first-child .mb-0>a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.menu.menu-mobile .card:first-child .mb-0>a[aria-expanded="true"]:after {
    content: "\f077";
}

.menu.menu-mobile .card-body {
    background: #f2f6fa;
    padding: 0;
}

.menu.menu-mobile .card:last-child .card-header {
    border-bottom: 0
}
.mobile-menus {
    list-style: none;
    margin: 0;
}
.mobile-menus li a {
    width: 100%;
    text-align: left;
    padding: 10px 20px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    /* text-decoration: underline; */
    color: #d42a0a;
}
.parent-menu span {
    display: flex;
}
.parent-menu a {
    /* border-bottom: 1px solid #d42a0a; */
    color: #d42a0a;
    position: relative;
}
.parent-menu i {
    width: 65px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #d42a0a;
    border-bottom: 1px solid #d42a0a; */
    cursor: pointer;
    font-size: 20px;
}
.parent-menu:first-child i {
    margin-top: -1px;
}
.parent-menu .child-menu {
    padding: 5px 0;
    /* border-bottom: 1px solid #d42a0a; */
    display: none;
}
.parent-menu .child-menu a {
    border-bottom: 0;
    padding: 5px 10px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #d42a0a;
}

.parent-menu.new-parent-cls i {
    transform: rotate(180deg);
    border-bottom: 0;
    border-left: 0;
    /* border-top: 1px solid #d42a0a;
    border-right: 1px solid #d42a0a; */
}
.parent-menu .child-menu.added-class {
    display: block;
}

section#custom_html-2 {
    margin-bottom: 0;
    margin-left: auto;
}

.google-reviews .wp-gr.wpac a.wp-google-name {
    color: #2b2b2b !important;
}

.menu.menu-mobile .card .card .card-header h5 a,
.menu.menu-mobile .card .card .card .card-header h5 a {
    position: relative;
}

.menu.menu-mobile .card .card .card-header h5 a::after,
.menu.menu-mobile .card .card .card .card-header h5 a::after {
    content: '\f078' !important;
    font-family: 'FontAwesome';
}

.menu.menu-mobile .card .card .card-header h5 a[aria-expanded="true"]::after,
.menu.menu-mobile .card .card .card .card-header h5 a[aria-expanded="true"]::after {
    content: '\f077' !important;
    font-family: 'FontAwesome';
}

/* New Header Start  */

.category_header {
    background: #d42a0a;
}
.nav_menus .categories {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.nav_menus .categories li {
    transition: all .3s ease-in-out;
}
.nav_menus .categories li span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: unset;
    line-height: 1.1em;
}
.nav_menus .categories li .onsale {
    position: absolute;
}

.nav_menus .categories li bdi {
    font-size: 14px !important;
}

.nav_menus .categories li.sale del {
    display: none !important;
}

.nav_menus .categories li .price_per_meter_div_for_list {
    display: none !important;
}

.nav_menus .categories li span.prdt-name {
    min-height: 48px;
    display: flex;
    align-items: center;
}
.category .wrap .categories-btn a:visited{
    color: #2b2b2b!important;
}
.nav_menus .categories li span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b42308;
    opacity: 0;
    display: block;
}
.nav_menus .categories li:hover span::after {
    opacity: 1;
}
.nav_menus .categories li:hover span {
    background: #b42308;
}
.nav_menus .categories .sub-nav {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    border: 1px solid #ccdaeb;
    border-top: none;
    min-height: 460px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;   
    background: #f2f6fa; 
    display: none;
    transition: all .3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}
.nav_menus .categories .active {
    display: flex;
    z-index: 2;
}
.nav_menus .categories .sub-nav .sub_categories {
    width: 100%;
}
.nav_menus .categories .sub-nav .sub_categories {
    padding: 15px 20px;
    list-style: none;
    position: relative;
    margin-left: 0;
    height: 285px;
    /* overflow: scroll;
    overflow-x: hidden; */
}
.sub-nav .sub_categories li .navbar-imgs .category-img ul li a {
    padding-right: 0;
}
.category-img ul li.product, .category-img ul {
    margin-bottom: 0;
}
.sub-nav .sub_categories li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}
.nav_menus .categories .sub-nav .sub_categories li a {
    padding: 5px 0;
    display: block;
    color: #d42a0a;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    text-transform: unset;
    font-size: 16px!important;
    transition: all .3s ease-in-out;
    letter-spacing: 0.6px;
}
.sub-nav .sub_categories li a:hover {
    text-decoration: underline !important;
}
.sub-nav .sub_categories li:hover .inner-sub_categories a {
    text-decoration: unset!important;
    font-family: 'Outfit', sans-serif;
}
.sub-nav .sub_categories li i {
    width: 30px;
    opacity: .3;
    transition: all .3s ease-in-out;
}
.sub-nav .sub_categories li:hover i {
    color: #d42a0a;
    opacity: 1;
}
.sub-nav .sub_categories .inner-sub_categories {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all .3s ease-in-out;
}
.nav_menus .categories .sub-nav .sub_categories li:hover .inner-sub_categories {
    opacity: 1;
    visibility: visible;
}
.nav_menus .categories .sub-nav .sub_categories .inner-sub_categories a {
    padding: 5px 20px;
    font-weight: 500;
}
.nav_menus .categories .sub-nav .sub_categories .inner-sub_categories a:hover {
    opacity: .8;
}
.sub-nav .sub_categories li .navbar-imgs {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    background: #fff;
    /* min-height: 299px; */
    min-height: 100%;
    border-left: 1px solid #ccdaeb;
}
.navbar-imgs h2 {
    font-size: 16px;
    font-weight: 700;
    color: #d42a0a;
    padding: 20px 0 0 20px;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Outfit', sans-serif;
}
.category-img {
    padding-left: 20px;
    /* width: calc(33.33% - 26.66667px); 
    overflow-y: scroll;*/
    width: 100%;
}
.category-img ul.products li.product {
    width: 30%!important;
    padding: 10px 10px 10px!important;
    margin: 0 2% 10px 0 !important;
    border-right: 0;
    font-family: 'Outfit', sans-serif;			
}
.category-img .products li.product span.price {
    padding: 0;
    color: #2b2b2b!important;
    font-size: 12px;
    line-height: unset;
    text-align: center;
}
.category-img .products li.product span.price div {
    display: block;
}
.nav_menus .categories li:hover .sub_categories .category-img span.price span {
    opacity: 1;
}
.category-img .products li.product a img {
    width: 100%!important;
    margin-bottom: 10px!important;
    height: 135px!important;
}
.category-img .products li.product h2 {
    padding: 10px 0 4px!important;
    text-align: center;
    font-size: 12px!important;
    font-family: 'Outfit', sans-serif!important;
    text-transform: capitalize;
}
.category-img figure a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nav_menus .categories .sub-nav .navbar-imgs .priceBox {
    color: #000;
    margin-bottom: 20px;
}
.nav_menus .categories .sub-nav {
    z-index: 10!important;
}
.nav_menus .categories .sub-nav .sub_categories li:hover .inner-sub_categories a:hover {
    text-decoration: underline !important;
}
.category-img .products li.product span.price, .category-img .products li.product span.price span {
    padding: 0;
    color: #2b2b2b;
    font-size: 12px;
    line-height: unset!important;
    background: transparent;
    font-family: 'Outfit', sans-serif;
}
.category-img .products li.product span.price:after, .category-img .products li.product span.price span::after {
    opacity: 0;
}
.category-img .products li.product span.price span.amount {
    line-height: unset!important;
    font-size: 16px;
    color: #2b2b2b;
    padding: 0;
    font-weight: 700;
}
.category-img .products li.product span.price span.amount bdi span {
    padding: 0;
    padding-right: 5px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 16px;
}
/* New Header Ends here  */

/* Loader CSS Start  */

body.customize-support {
    position: relative;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: fixed;
    /* animation: sk-chase 2.5s infinite linear both; */
    top: 50%;
    left: 50%;
    z-index: 9999999999 !important;
    transform: translate(-50%, -50%);
}

.loader_class .loadMe {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #d42a0a;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}

/* Loader CSS Ends here  */
/* 23june2022 */
.shop-wrapper header.woocommerce-products-header {
    list-style: none;
    padding: 0;
    width: 200px;
    border-radius: 12px;
    height: 100%;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

.shop-wrapper .pro-wrap {
    width: calc(100% - 200px);
    margin: 0;
    display: flex;
    list-style: none;
    padding-left: 20px;
    flex-wrap: wrap;
}

.pro-wrap ul.products.columns-4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.cus-shop-page {
    padding: 20px 0;
}

.shop-wrapper {
    padding: 60px 0;
}

header.woocommerce-products-header li {
    border: 1px solid #d42a0a;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
}

header.woocommerce-products-header li a {
    padding: 12px 15px 12px 30px;
    color: #d42a0a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    transition: all .3s ease-in-out;
}

header.woocommerce-products-header li:hover:before {
    left: 0;
    opacity: 1;
}

header.woocommerce-products-header li:hover a::before {
    left: 15px;
}

header.woocommerce-products-header li a:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 10px;
    transition: all .3s ease-in-out;
}

header.woocommerce-products-header li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header.woocommerce-products-header li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.shop-wrapper header.woocommerce-products-header li:last-child a {
    border: 0;
}

.shop-wrapper .product-category a {
    display: block;
}

.shop-wrapper h2.woocommerce-loop-category__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.shop-wrapper .product-category a img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.shop-wrapper ul.products li {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.onsale {
    background: #d42a0a;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
}

.add_to_cart_button {
    display: block;
    background: #d42a0a;
    border: 1px solid #d42a0a;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 500;
    margin: 20px auto;
}

.add_to_cart_button:hover {
    background: #fff;
    color: #d42a0a !important;
}

form.woocommerce-ordering {
    margin-left: auto;
}

.pro-wrap form select {
    height: 42px
}

h2.woocommerce-loop-product__title {
    font-size: 22px;
    padding: 0 20px;
    margin: 0;
    color: #d42a0a;
}

span.price,
.star-rating {
    padding: 5px 20px;
}

.shop-wrapper ul.products li {
    text-align: center;
}

.shop-wrapper ul.products li img {
    height: 200px;
    object-fit: cover;
}

.shop-wrapper header.woocommerce-products-header li:last-child {
    border: 1px solid #d42a0a;
}

.activated-mail {
    padding: 60px 0;
    text-align: center;
    width: 100%;
    max-width: 70%;
    border: 1px solid #000;
    margin: 50px auto;
    background: rgb(0 0 0/10%);
    color: #d42a0a;
    font-size: 24px;
    font-weight: 600;
}

.Signup-page form {
    border: 2px solid #2b2b2b;
    padding: 30px;
    border-radius: 10px;
    margin: 50px auto;

}

.Signup-page form label {
    color: #000;
    font-weight: 600;
}

.Signup-page form .form-control {
    border: 1px solid #ccc;
}

.woocommerce-Button,
.custom-button {
    background: #d42a0a !important;
    border: 2px solid #d42a0a !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.woocommerce-Button:hover,
.custom-button:hover {
    background: #fff;
    border: 2px solid #d42a0a;
    color: #d42a0a;
}

.Signup-page {
    padding: 50px 0;
}

.swal-footer {
    text-align: center !important;
}

.swal-icon--success__line {
    background-color: #7f1906 !important;
}

.swal-icon--success__ring {
    border: 4px solid hsl(9deg 91% 26%) !important;
}

.swal-button {
    background-color: #7f1906 !important;
    padding: 16px 30px !important;
}

.Signup-page .link {
    margin-top: 25px;
}

.link a {
    color: #d42a0a;
    font-weight: 500;
}

.link {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.account_class {
    display: flex;
}

.account_class nav.woocommerce-MyAccount-navigation {
    width: 200px;
    flex: 0 0 200px;
}

.account_class .woocommerce-MyAccount-content {
    width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    border: 1px solid #d42a0a;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    /* padding: 10px 30px; */
    border-bottom: 1px solid rgb(212 42 10 / 10%);
    transition: all .3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background: #d42a0a;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #D42A0A !important;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 10px 30px;
}

.account_class .woocommerce-MyAccount-content {
    width: calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
    padding: 30px;
    background: #f1f1f1;
    margin-left: auto;
    border-radius: 8px;
}

.account_class .woocommerce-MyAccount-content p a {
    color: #d42a0a;
    font-weight: 500;
}

article#post-14 {
    width: 100%;
    max-width: 1140px;
    margin: auto!important;
    padding: 40px 0;
}

.account_class .woocommerce-info {
    border-top-color: #d42a0a !important;
}

.account_class .woocommerce-info::before {
    color: #d42a0a !important;
}

.account_class a.woocommerce-Button.button {
    color: #fff !important;
    background: #d42a0a !important;
}

.account_class .woocommerce-Address {
    flex: 0 0 48%;
    max-width: 48%;
    border: 1px solid #ccc;
    padding: 20px;
}

.account_class .woocommerce-Address h3 {
    font-size: 21px !important;
}

.account_class .woocommerce-Address a {
    color: #d42a0a;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.account_class address {
    margin-bottom: 0;
}

.account_class .woocommerce-Address h3 {
    font-size: 21px !important;
    margin-bottom: 15px;
}

.account_class .woocommerce-Input {
    height: 45px;
    padding: 10px;
    display: block;
    width: 100%;
}

.woocommerce form .password-input,
.woocommerce form .form-row label {
    display: block;
    width: 100%;
}

.account_class fieldset {
    padding: 40px 0 !important
}

.account_class fieldset legend {
    font-weight: 600;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 20px;
}

.reset-mailPage {
    padding: 50px 0;
}

.reset-mailPage h3.heading {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: initial;
}

.reset-mailPage form {
    border: 2px solid #2b2b2b;
    padding: 30px;
    border-radius: 10px;
    margin: 50px auto;
    width: 65%;
}

.reset-mailPage form label {
    color: #000;
    font-weight: 600;
}

label.error {
    color: red !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

form .form-control {
    padding: 5px 10px !important;
}

.custom-icon a#cart_display {
    position: relative;
    display: inline-block;
}

.custom-icon a#cart_display span {
    position: absolute;
    top: -20px;
    right: -25px;
    height: 22px;
    width: 22px;
    background-color: #2b2b2b;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    overflow: hidden;
}


p.old_user {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

p.old_user a {
    color: #d42a0a;
}

.custom-icon.icon-for-mobile:nth-of-type(2) {
    padding-right: 25px;
}

.swal-icon--success__line {
    background-color: #d42a0a !important;
}

.swal-icon--success__ring {
    border: 4px solid #d42a0a !important;
}

.swal-button {
    background-color: #d42a0a !important;
}

.link a:hover {
    color: #d42a0a;
}


/* Category-Page Styling Start  */
.widget_product_categories h2.widget-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-bottom: 25px;
}

.widget_product_categories ul.product-categories {
    margin-left: 0;
    list-style: none;
}

header.woocommerce-products-header .wpfMainWrapper .wpfFilterVerScroll li label {
    padding: 5px 10px;
    font-weight: 500;
}

header.woocommerce-products-header .wpfMainWrapper input {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 10px;
}

header.woocommerce-products-header .wpfMainWrapper .wpfFilterButtons {
    min-width: unset;
    margin: 0 0 10px 0;
}

header.woocommerce-products-header .wpfMainWrapper .wpfFilterButtons button.wpfButton {
    min-height: 38px;
    padding: 5px 25px;
    background: #D42A0A;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #D42A0A;
    font-weight: 600;
    margin: 0;
}

header.woocommerce-products-header .wpfMainWrapper .wpfFilterButtons button.wpfButton:hover {
    background: #fff;
    color: #D42A0A;
}

header.woocommerce-products-header .wpfPriceInputs input {
    margin-bottom: 0 !important;
    text-align: center;
}

.shop-wrapper ul.products {
    margin-top: 58px !important;
}

.shop-wrapper ul.products li.product_li {
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    overflow: visible;
}

.shop-wrapper ul.products li.product_li a {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

.shop-wrapper ul.products li.product_li a img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
}

.shop-wrapper ul.products li.product_li a h2 {
    font-size: 16px;
    background: #d42a0a;
    margin-bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    color: #fff;
}

.shop-wrapper ul.products li.product_li a:hover h2 {
    background: #ff2b03;
}

.shop-wrapper ul.products li.product_li a h2 mark {
    background: transparent;
    color: #fff;
    padding: 0;
}

#wpfSliderRange {
    border-radius: 8px;
    border-color: #d42a0a;
}

#wpfSliderRange .ui-slider-handle {
    border: 1px solid #d42a0a !important;
    background: #d42a0a;
    border-radius: 50%;
}

#wpfSliderRange .ui-slider-handle.ui-state-hover {
    background: #ff2b03 !important;
}

header.woocommerce-products-header .wpfFilterWrapper {
    padding: 0;
    margin: 0;
}

header.woocommerce-products-header .wpfFilterWrapper select {
    padding: 5px;
    border: 1px solid #d42a0a;
    border-radius: 5px;
    color: #d42a0a;
    font-weight: 600;
}

header.woocommerce-products-header {
    background: transparent;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
}

.pro-wrap ul.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 20px !important;
    border-radius: 10px;
}

.pro-wrap ul.products li.product {
    background: #fafafa;
    padding: 25px 25px 0 !important;
    border-radius: 10px;
    margin: 0 12px 35px !important;
    width: 30.05% !important;
    transition: all .3s ease-in-out;
    border: 1px solid #f2f2f2;
}

.pro-wrap ul.products li.product:hover a img {
    transform: scale(1.1);
}

.pro-wrap ul.products li.product a {
    display: block;
    overflow: hidden;
}

.pro-wrap ul.products li.product a img {
    height: 205px !important;
    object-fit: cover;
    margin-bottom: 0 !important;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.pro-wrap ul.products li.product a h2 {
    font-weight: 700;
    color: #d42a0a;
    text-align: center;
    padding: 10px 0 !important;
    display: block;
}

.pro-wrap ul.products li.product a h2 mark {
    background: transparent;
    color: #fff;
    opacity: .85;
    font-weight: 400;
}

.pro-wrap ul.products li.product .onsale {
    margin: -0.8em -0.8em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.236em;
    width: 3.236em;
}

.pro-wrap ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
    text-align: center;
}

.pro-wrap ul.products li.product .button {
    margin-top: 0 !important;
    margin-bottom: 1.5em;
    background: #d42a0a;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.pro-wrap ul.products li.product .button:hover {
    color: #fff !important;
    opacity: .8;
}

.pro-wrap ul.products li.product a.added_to_cart {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 600;
    color: #d42a0a;
}

.pro-wrap .woocommerce-result-count {
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
}

.pro-wrap form.woocommerce-ordering {
    padding: 0 10px;
    border: 1px solid #d42a0a;
    border-radius: 5px;
}

.pro-wrap form.woocommerce-ordering select.orderby {
    height: unset;
    padding: 8px 0;
    border: none;
    color: #2b2b2b;
}

.woocommerce-cart .entry-header,
.page-id-13 .entry-header {
    padding: 25px 0 10px;
}

.woocommerce-cart .entry-header h1,
.page-id-13 .entry-header h1 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #2b2b2b;
    margin: 0;
}

.cart_page table.cart td.actions #coupon_code::placeholder,
.checkout_page .woocommerce-info::before,
.checkout_page .woocommerce-info a {
    color: #d42a0a;
}

.cart_page table.cart td.actions #coupon_code,
.checkout_page .woocommerce-info {
    width: auto;
    border-color: #d42a0a;
}

.cart_page table.cart td.actions button.button {
    background: #d42a0a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
}

.cart_page .cart_totals h2 {
    font-size: 25px;
    font-weight: 700;
    color: #d42a0a;
}

.cart_page .cart_totals a.checkout-button {
    background: #d42a0a !important;
    color: #fff!important;
}

.cart_page .cart_totals a.checkout-button:hover {
    background: #2b2b2b !important;
}

.cart_page table.cart td.product-remove a.remove {
    font-size: 1.25em;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.25em;
}

.cart_page thead tr th,
.pro-wrap ul.products span.onsale {
    background: #d42a0a;
}

.cart_page table.cart th {
    color: #fff;
}

.cart_page tbody tr:hover {
    background: #fafafa;
}

.cart_page table.cart td.actions button.button:hover {
    background: #2b2b2b;
}

.cart_page tbody tr td.product-name a {
    color: #2b2b2b;
}

.postid-244 .site-main .woocommerce-breadcrumb {
    margin-top: 25px;
}


.site-main .woocommerce-breadcrumb a,
.pro-wrap ul.products li.product .price {
    color: #d42a0a !important;
}
.site-main .woocommerce-breadcrumb a:hover {
    text-decoration: underline!important;
}
.product_Detail .woocommerce-notices-wrapper .woocommerce-message::before,
.product_Detail .woocommerce-tabs p.stars span a,
.woocommerce-Reviews a,
.order-page .woocommerce-customer-details address p::before,
.product_Detail .star-rating span::before {
    color: #d42a0a !important;
}

.product_Detail .woocommerce-notices-wrapper .woocommerce-message {
    border-color: #d42a0a;
}

.product_Detail .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: #d42a0a;
    color: #fff!important;
    font-size: 14px;
    font-weight: 500;
}

.product_Detail .shipping-taxable span.onsale {
    width: 3.236em;
    height: 3.236em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background: #d42a0a;
}

.product_Detail .entry-summary h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #d42a0a;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding-bottom: 10px!important;
}
.product_Detail .entry-summary h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}
.product_Detail .entry-summary .price {
    color: #2b2b2b !important;
    margin-bottom: 3px;
}

.product_Detail .entry-summary .single_add_to_cart_button {
    background: #d42a0a !important;
    font-size: 14px;
    font-weight: 500;
}

.product_Detail form.cart {
    margin-bottom: 1em !important;
    margin-top: 1.5em;
}

.product_Detail .product_meta span {
    color: #2b2b2b;
    font-weight: 500;
}

.product_Detail ul.tabs {
    padding: 0 !important;
    margin-left: -1px !important;
}

.product_Detail ul.tabs li {
    border: 1px solid transparent !important;
    background-color: #F2F2F2 !important;
    margin: 0 1px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom: 1px solid #dedede !important;
    padding: 12px 44px!important;
    margin-bottom: -1px!important;
}

.product_Detail ul.tabs li.active {
    border-bottom-color: #fff !important;
    background-color: #fff !important;
    border-color: #DEDEDE !important;
    border-bottom: 1px solid #fff !important;
}

.product_Detail ul.tabs li::before,
.product_Detail ul.tabs li::after,
.product_Detail ul.tabs::before,
.product_Detail ul.tabs::after {
    display: none !important;
}

.product_Detail ul.tabs li a {
    color: #2b2b2b !important;
    font-weight: 700 !important;
    padding: 0!important;
    font-size: 15px;
}

.product_Detail ul.tabs li.active a {
    color: #2b2b2b !important;
}

.product_Detail .woocommerce-tabs .woocommerce-Tabs-panel h2,
.order-page h2 {
    font-size: 22px;
    font-weight: 500;
    color: #d42a0a;
    margin-bottom: 18px;
}

.product_Detail .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #DEDEDE !important;
}

.product_Detail .woocommerce-tabs ul.tabs li::before,
.product_Detail .woocommerce-tabs ul.tabs li::after {
    box-shadow: none !important;
}

.product_Detail .woocommerce-tabs ul.tabs li::after,
.product_Detail .woocommerce-tabs ul.tabs li::before {
    border: none !important;
}

.product_Detail .woocommerce-Reviews form .form-submit input {
    background-color: #d42a0a !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all .3s ease-in-out;
}

.product_Detail .woocommerce-Reviews form .form-submit input:hover {
    background: #2b2b2b !important;
}

.product_Detail figure {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
}

.product_Detail figure img {
    height: 385px !important;
    transition: all .3s ease-in-out;
    object-fit: contain;
    padding: 10px;
}

.product_Detail figure a {
    transition: all .3s ease-in-out;
}

.product_Detail figure a:hover img {
    transform: scale(1.2);
}

.product_Detail nav.woocommerce-breadcrumb {
    margin: 25px 0;
}

.checkout_page h3 {
    color: #d42a0a;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.checkout_page form #customer_details label {
    margin-bottom: 0;
}

.checkout_page form #customer_details span {
    display: block;
    width: 100%;
}

.checkout_page form #customer_details span input,
.checkout_page form #customer_details span.select2-selection {
    height: 40px;
    padding: 10px;
}

.checkout_page .row,
.checkout_page #order_review,
.thanks_details {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 25px;
}

.checkout_page form #customer_details span b {
    left: unset;
    right: 10px;
}

.checkout_page form #customer_details span.select2-selection__rendered,
.checkout_page form #customer_details span.select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    color: #757575;
}

.checkout_page .woocommerce-additional-fields label span {
    display: inline !important;
}

.checkout_page .woocommerce-additional-fields textarea {
    padding: 5px 10px;
}

.checkout_page #order_review button {
    background: #d42a0a;
    font-weight: 500;
    border-radius: 5px;
}

.checkout_page #order_review {
    margin: 15px auto 25px;
}

.order-page .woocommerce-customer-details address {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.order-page .woocommerce-customer-details address p {
    margin: 5px 0;
}

.thanks_details p.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce .thanks_details ul.order_details {
    margin-bottom: 0;
    background: #d42a0a;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
}

.thanks_details ul.order_details li {
    width: 17%;
    text-align: center;
    font-weight: 500;
}

.thanks-sec .woocommerce-order p {
    text-align: center;
    font-weight: 500;
}

.thanks-sec .order-page .woocommerce-customer-details p {
    text-align: left;
}

.product_Detail table.variations tr {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.product_Detail table.variations th.label label {
    margin-right: 12px;
    font-size: 16px;
}

.product_Detail table.variations td.value select {
    min-width: unset !important;
    margin-right: 15px !important;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    padding: 4px;
    border-radius: 5px;
    font-weight: 500;
}

.product_Detail table.variations td.value a.reset_variations {
    color: #d42a0a;
    font-weight: 500;
}

.product_Detail .single_variation_wrap .single_variation {
    margin-bottom: 10px;
}

.product_Detail .single_variation_wrap .single_variation span.price {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

section.product_Detail .entry-summary {
    margin-top: 0;
}

header.woocommerce-products-header ul:first-child li.current-cat a:first-child,
header.woocommerce-products-header li.current-cat-parent a:first-child {
    border-bottom: 1px solid #fff;
}

header.woocommerce-products-header ul li>ul.children {
    margin-left: 0;
}

header.woocommerce-products-header ul li>ul.children li a {
    border-bottom: transparent !important;
}
header.woocommerce-products-header ul li>ul.children li a {
    padding-left: 50px;
}
header.woocommerce-products-header ul li>ul.children li a:before {
    content: "\f105";
    left: 25px;
    opacity: .25;
}
header.woocommerce-products-header li.current-cat a:before,
header.woocommerce-products-header li.current-cat-parent a:before, 
header.woocommerce-products-header ul li>ul.children li.current-cat.cat-parent a::before {
    content: '\f107';
}
header.woocommerce-products-header ul li>ul.children li.current-cat.cat-parent >ul.children li a:before {
    content: '\f105';
}
header.woocommerce-products-header ul li>ul.children li.cat-parent.current-cat:hover a:before {
    left: 32px;
}
.filter_div .wpfFilterTitle {
    padding: 12px 20px 12px 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #d42a0a;
    width: 100%;
}

.filter_div .wpfFilterTitle .wfpTitle {
    width: 100%;
    height: auto;
    padding: 0;
}

.filter_div .wpfFilterTitle i {
    margin-top: 2px;
    margin-right: 5px;
}

.filter_div .wpfFilterContent ul {
    margin-top: 12px;
}

.product_Detail .woocommerce-product-rating {
    margin-bottom: 0px !important;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
}
.product_Detail .woocommerce-product-rating .star-rating {
    margin: 0!important;
}

.product_Detail .woocommerce-product-rating .woocommerce-review-link {
    color: #2b2b2b;
}

.product_Detail .star-rating {
    height: 1.5rem !important;
}
.term-doors ul.products li.product {
    position: relative;
    padding-bottom: 50px !important;
}

.term-doors ul.products li.product a.add_to_cart_button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.product_Detail .woocommerce-tabs .wc-tab {
    border: 1px solid #dedede;
    padding: 20px !important;
    margin-top: -27px !important;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.product_Detail .related.products ul.products li {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}

.product_Detail .related.products ul.products li img {
    height: auto !important;
    width: 300px!important;
    margin: 0 auto;
}

.product_Detail .related.products {
    padding: 50px 0;
    background-color: #f4f4f4 !important;
}

.product_Detail .related.products ul.products li h2 {
    color: #d42a0a;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product_Detail .related.products h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.product_Detail .related.products ul.products li .star-rating span::before,
.product_Detail .related.products ul.products li .star-rating::before {
    left: 50%;
    transform: translateX(-50%);
}

.product_Detail .related.products ul.products li .star-rating {
    text-align: center;
    width: 100%;
}

.product_Detail .related.products ul.products li .star-rating span
{
    width: 100% !important;
}
.woocommerce .star-rating span::before{
    color: #E7711B !important;
}
.shop-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.shop-sidebar section {
    border-radius: 10px;
    overflow: hidden;
}

.shop-sidebar {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.shop-categories {
    width: calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
}

.shop-sidebar header {
    box-shadow: none;
    padding: 0;
}

.shop-categories h1 {
    margin-top: 0;
    color: #333;
    font-weight: bold;
}

.shop-content .product-categories li {
    border: 0;
}

.shop-content .product-categories li+li {
    border-top: 1px solid #ddd;
}

.shop-content ul.product-categories,
.shop-content header section {
    margin-bottom: 0 !important;
}

.actve-categories-red {

    background-color: #d42a0a;
}

.actve-categories-white {

    background-color: #fff;
}

.shop-categories p {
    color: #666666;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.shop-categories .cat_archive {
    margin-bottom: 30px;
}

.shop-categories ul.products::before,
.shop-categories ul.products::after {
    display: none;
}

.shop-categories ul.products>li {
    margin: 0 !important;
    width: calc(100% / 3) !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 30px !important;
}

.shop-categories ul.products>li:nth-child(3n+3) {
    border-right: 0;
}

.shop-categories ul.products {
    display: flex;
    flex-wrap: wrap;
}

.shop-categories ul.products>li img {
    object-fit: contain;
    height: 190px !important;
    margin: 0 auto 20px!important;
}

.shop-categories ul.products>li a {
    /* text-align: center; */
    color: #000;
}

.shop-categories ul.products>li h2 {
    font-weight: 700;
    padding-top: 0 !important;
    color: #d42a0a;
}

.shop-categories ul.products>li:hover h2 {
    color: #2b2b2b;
}

.shop-categories ul.products>li mark {
    display: none;
}

.filter_div .wpfFilterTitle i.fa.fa-plus::before,
.filter_div .wpfFilterTitle i::before {
    content: "\f105";
    font-weight: 900;
    font-size: 20px;
}

.filter_div .wpfFilterTitle i::before {
    content: "\f107";
}

.filter_div .wpfFilterTitle i.fa.fa-plus,
.filter_div .wpfFilterTitle i.fa.fa-minus {
    margin-right: 0;
    margin-top: 0;
    transition: all .3s ease-in-out;
}

.shop-content .wpfFilterContent ul {
    margin-top: 0;
    max-height: unset!important;
}

.shop-sidebar .children li.current-cat {
       border-top: 1px solid #ddd;
}

.shop-categories .woocommerce-result-count {
    font-weight: bold;
    color: #333;
    line-height: 39px;
}

.shop-categories form.woocommerce-ordering select {
    background-color: #f4f4f4;
    border: 0;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 10px;
}

.shop-categories form.woocommerce-ordering::before {
    content: "Sort By:";
    vertical-align: middle;
    line-height: 39px;
    font-weight: bold;
    margin-right: 5px;
}

.shop-categories h2.woocommerce-loop-product__title {
    color: #333;
}
.shop-categories .product .add_to_cart_button {
    position: static !important;
    display: block;
    width: 100%;
    transform: none !important;
    background-color: #dfdcde !important;
    color: #d42a0a !important;
    line-height: 1 !important;
}

.shop-categories .product .add_to_cart_button:hover {
    color: #dfdcde !important;
    background-color: #d42a0a !important;
}

.shop-categories .product .price,
.product_Detail .related.products .product .price {
    font-size: 16px !important;
    color: #333 !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    position: relative;
}

.product .onsale {
    left: 10px !important;
    right: auto !important;
    margin: 0 !important;
    min-width: auto !important;
    min-height: auto !important;
    line-height: 1 !important;
    padding: 5px !important;
    border-radius: 2px !important;
    top: 10px !important;
    background-color: #77a464 !important;
    height: auto !important;
    width: auto !important;
}

.shop-categories nav.woocommerce-pagination {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    text-align: left !important;
}

.shop-categories nav.woocommerce-pagination li+li {
    margin-left: 10px !important;
}

.shop-categories nav.woocommerce-pagination ul {
    border: 0 !important;
}

.shop-categories nav.woocommerce-pagination li {
    border: 0 !important;
}

.shop-categories nav.woocommerce-pagination li a,
.shop-categories nav.woocommerce-pagination li .current {
    color: #333;
    font-weight: bold !important;
    background-color: #f4f4f4;
    border-radius: 4px;
    min-width: 30px !important;
    text-align: center;
}

.shop-categories nav.woocommerce-pagination li .current {
    color: #fff !important;
    background-color: #333 !important;
}

.shop-sidebar .filter_div .wpfFilterTitle .wfpTitle {
    font-weight: bold;
}
.shop-sidebar .filter_div .wpfFilterTitle:hover .wfpTitle.wfpClickable {
    color: #2b2b2b;
}
.product_Detail .related.products .product a.add_to_cart_button {
    background: #d42a0a !important;
}

.product_Detail .related.products .product a.add_to_cart_button:hover {
    color: #fff !important;
    background-color: #7e4c34 !important;
}

.product_Detail .posted_in a {
    color: #2b2b2b;
    font-weight: normal;
}

.rating-reviews {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center
}

.overall-rating {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.rating-reviews .star-rating {
    margin: 0 10px;
}

.rating-reviews .star-rating {
    margin-top: 4px;
}

.rating-reviews .all-reviews {
    line-height: 1.6;
    margin-left: 5px;
}

.product_cat-special-offer .star-rating {
    margin: 0 auto !important;
    color: #ff6e00;
}

header.woocommerce-products-header li.cat-parent.current-cat:hover a::before {
    left: 10px;
}

.shop-content .product-categories .current-cat.cat-parent li+li {
    border-top: 0;
}

.shop-content .product-categories .current-cat.cat-parent li a {
    color: #333;
    font-weight: 500;
}

.shop-content .wpfFilterContent ul.wpfFilterVerScroll li {
    border: 0;
}

.m-m-tabs-container {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}

.meg-menu {
    display: none;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 100%;
    position: absolute;
    background-color: #fff;
    text-align: left;
}

.m-m-tabs-container .nav-tabs {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    padding: 15px 0;
}

.m-m-tabs-container .tab-content {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.m-m-tabs-container .nav-tabs a {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    color: #d42a0a;
    font-weight: bold;
    text-align: left;
}

.meg-menu .sub-nav a {
    color: #d42a0a;
    font-weight: 500;
    text-align: left;
}

.m-m-tabs-container .nav-tabs a.active,
.meg-menu .sub-nav a.active {
    background-color: transparent;
    color: #d42a0a;
    text-decoration: underline;
}

.m-m-tabs-container .nav-tabs a:hover,
.meg-menu .sub-nav a:hover {
    text-decoration: underline!important;
}

.m-m-tabs-container .nav-tabs li {
    margin-bottom: 0;
}
.meg-menu .sub-nav {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    max-height: 300px;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 15px 0;
}
.m-m-products {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 0;
}

.m-m-products ul li {
    padding: 0 15px!important;
    width: calc(100% / 3)!important;
    margin: 0!important;
}

.menu .navbar-collapse {
    position: relative;
    z-index: 99;
}

.menu .navbar-collapse > ul {
    margin-left: 0;
}

header .navbar {
    padding: 0;
}

header .dropdown-menu.m-submenu {
    display: none!important;
}
.shop-categories .product .star-rating {
    margin-bottom: 5px!important;
}
h1.heading_name {
    font-size: 2.25rem;
    font-weight: 900;
    color: #d42a0a;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.cus-shop-page .woocommerce-breadcrumb {
    margin-bottom: 5px!important;
}
/* 12july2022 */
/* megamenu custom */
#mega-menu-wrap-page_menu #mega-menu-page_menu,
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    background: #D42A0A!important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item > a.mega-menu-link:hover{
    background: #7e4c34!important;
}
.menu a.nav-link {
    color: #fff;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item > a.mega-menu-link{
    padding:0 20px!important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-flyout ul.mega-sub-menu{
    width: 200px !important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none!important;
}
.attachment-woocommerce_thumbnail {
    width: 120px !important;
    float: none !important;
    height: 120px!important;
    display: block;
    object-fit: cover;
}
ul.product_list_widget {
    display: flex;
    justify-content: center;
}
ul.product_list_widget li {
    width: 33%;
    flex: 0 0 33%;
    margin-bottom: 30px!important;
    text-align: center;
    border-right: 1px solid #ccc;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{
    width: 25% !important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px!important;
    font-weight: 700!important;
    color: #d42a0a!important;
    position: relative;
    padding: 0 30px!important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before{
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 10px;
    transition: all .3s ease-in-out;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:before{
    left: 15px;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding:20px 30px 0!important
}

h4.mega-block-title {
    margin:0 0 20px 0!important;
    text-align: center!important;
    font-size: 22px!important;
}   
span.product-title {
    color: #d42a0a;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 + li {
    width: calc(100% - 25%)!important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu img{
    margin:10px auto
}
ul.product_list_widget li:last-child {
    border-right: 0;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #7e4c34 !important;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu{
    text-align: center!important;
}
.dashicons-admin-home{
    height: 100%!important;
    line-height: 20px!important;
    display: flex!important;
    align-items: center;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: #d42a0a !important;
}
.custom_menu {
    background: #d42a0a;
}
.woocommerce-info{
    border-top-color: #d42a0a!important;
}
.woocommerce-info::before {
    color: #d42a0a!important;
}


/* 13july2022 */
#mega-menu-wrap-page_menu #mega-menu-page_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
    display: block!important;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{
    padding: 0 30px!important;
    margin-top: 10px!important;
}
#mega-menu-wrap-page_menu #mega-menu-page_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children:hover ul.mega-sub-menu {
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.woocommerce .star-rating{
    height: 20px!important;
}
.star-rating {
    margin: 0 auto!important;
}
.product_Detail .related.products{
    position:relative
}
.product_Detail .related.products::after,
.product_Detail .related.products::before {
    content: "";
    position: absolute;
    background-color: #f4f4f4;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 100%;
}
.product_Detail .related.products::after{
    left:auto;
    right:100%;
}
.product_Detail{
    overflow: hidden;
}
div#comments .commentlist .avatar {
    width: 50px!important;
    height: 50px!important;
    border-radius: 100%;
    padding: 0!important;
}
.comment-text {
    display: flex;
    flex-wrap: wrap;
    border: 0!important;
    padding-top: 0!important;
    margin-bottom: 30px!important;
}
.comment-text .star-rating{
    float: none;
    margin: unset!important;
    width: 100%;
    order: 1;
}
.comment-text .description{
    width: 100%;
    float: left;
} 
.comment-text p.meta{
    display: flex;
    width: 100%;
    color: #2b2b2b!important;
    font-size: 16px!important;
    margin-bottom: 12px!important;
}
.comment-text span.woocommerce-review__dash{
    margin-left: auto;
}
.comment-text p{
    line-height: 30px;
    margin-bottom: 0!important;
}
.rating-reviews .star-rating{ 
     margin: unset!important;
     margin:0 10px!important;
}
.woocommerce .star-rating::before {
    color: #e7711b!important;
    top: 1px!important;
}
.product_Detail .related.products .product{
    min-height: 260px;
}
.nav_menus .categories li:hover div.sub-nav {
    display: flex;
    z-index: 9;
}
.product_class ul.products li.product {
    border: none;
    margin: 0 0 25px!important;
    width: 33%!important;
    padding: 25px 15px 35px!important;
    border-bottom: 1px solid #ddd;
}

.product_class ul.products li.product a img {
    width: 95%!important;
    object-fit: cover;
}
.product_class ul.products li.product span.price {
    font-size: 14px!important;
    line-height: 20px;
    justify-content: center;
    padding: 0!important;
    margin-bottom: 0;
}
header.woocommerce-products-header ul li>ul.children li.current-cat> a::before {
    opacity: 1;
}
header.woocommerce-products-header ul li>ul.children li.current-cat> ul.children li a {
    padding-left: 50px;
}
.product_Detail .entry-summary .price bdi {
    font-size: 18px;
    font-weight: 700;
}
.product_Detail .entry-summary .price small {
    font-size: 12px;
}
.product_Detail .woocommerce-tabs .wc-tab h2.yikes-custom-woo-tab-title {
    display: none;
}
.product_Detail .related.products ul.glide__slides li.product a {
    padding: 25px 12px!important;
    overflow: hidden;
}
.product_Detail .related.products ul.glide__slides li.product a span.price span bdi {
    font-weight: 700;
}
.product_Detail .related.products ul.glide__slides li.product a span.price small {
    font-size: 12px;
}
.product_Detail .glide__arrows .glide__arrow.glide__arrow--left {
    left: -50px;
}
.product_Detail .glide__arrows .glide__arrow.glide__arrow--right {
    right: -50px;
}
.product_Detail .glide__arrows img {
    filter: invert(1);
}
.product_class ul.products li.product span.price span.amount {
    padding: 0 3px;
}
.sub-nav .sub_categories li:hover .category-img ul li a {
    text-decoration: none!important;
}
.category_header ul.categories a i {
    color: #fff;
}
.category-img ul.products li:nth-of-type(1n+4) {
    display: none;
}
.product_class ul.products li.product span.price div {
    display: block;
    width: 100%;
}
.ajax_filter .wpfFilterWrapper .wpfCheckbox label {
    width: 20px !important;
    height: 20px !important;
}
.ajax_filter .wpfFilterWrapper .wpfCheckbox label::before {
    border: 2px solid rgb(204, 204, 204)!important;
}
.product_Detail .entry-summary div:last-child >span, .product_Detail .entry-summary div:last-child>small {
    font-size: 14px;
}
.category-img .products li.product span.price div span.amount, .category-img .products li.product span.price div span.amount bdi span {
    font-weight: 500;
    font-size: 12px;
}
.detail-reviewTabs {
    margin-bottom: 35px;
}
.detail-reviewTabs ul, .detail-reviewTabs ol.commentlist {
    margin-left: 0;
}
.detail-reviewTabs ul li:not(:first-child) {
    margin: 0 10px;
}
.detail-reviewTabs ul li a {
    background: #f2f2f2;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0!important;
    padding: 12px 44px;
    letter-spacing: .5px;
}
.detail-reviewTabs ul li {
    border-bottom: none;
}
.detail-reviewTabs ol.commentlist {
    margin-left: 0;
}
.detail-reviewTabs .tab-content li.review img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.detail-reviewTabs .tab-content li.review .comment-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 3em 0 1em!important;
    margin-bottom: 0!important;
}
.detail-reviewTabs .tab-content {
    margin-top: 20px;
}

.detail-reviewTabs .tab-content h2 {
    display: none;
}
.rating-view .star-rating {
    float: left!important;
}
.product_class ul.products li.product span.price div bdi {
    font-weight: 500;
}
.product_class ul.products li.product span.price bdi {
    font-size: 18px;
    font-weight: 700;
}
.product_class ul.products li.product span.price div bdi {
    font-size: 14px;
    font-weight: 500;
}
.term-description {
    //margin-left: auto;
    //width: calc(100% - 345px);
    //flex: 0 0 calc(100% - 345px);
    //max-width: calc(100% - 345px);
    font: 100%/1.5 'outfit',sans-serif;
}
.product_Detail .single_variation_wrap .quantity input {
    border-radius: 0;
}
.woocommerce .star-rating {
    float: left!important;
}
.detail-reviewTabs .tab-content .comment-form-rating select, .detail-reviewTabs .tab-content input, .detail-reviewTabs .tab-content textarea {
    width: 100%!important;
    border-radius: 5px;
    padding: 5px;
    display: block;
}
li#tab-title-reviews {
    display: none;
}
.detail-reviewTabs .tab-content label {
    margin-bottom: 2px;
    font-size: 16px;
}
.detail-reviewTabs .tab-content form p {
    margin-top: 10px!important;
}
span.required {
    color: red;
}
.detail-reviewTabs .tab-content form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.detail-reviewTabs .tab-content form p.comment-form-cookies-consent input {
    width: unset!important;
}
.detail-reviewTabs .tab-content form p.comment-form-cookies-consent label {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 5px;
}
.detail-reviewTabs .tab-content form p.form-submit input#submit {
    width: unset!important;
    padding: 12px 25px!important;
    margin-top: 10px!important;
}
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers {
    border-radius: 4px;
    border: none;
}
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers li {
    height: 30px;
    width: 30px;
    margin: 0 5px;
    border: none;
}
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers a {
    background: #f2f2f2!important;
    color: #2b2b2b!important;
    border: 1px solid #f2f2f2;
}
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers a, 
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers li span {
    border-radius: 4px!important;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-reviewTabs .tab-content .woocommerce-pagination ul.page-numbers li span {
    background: #2b2b2b!important;
    color: #fff!important;
}
.detail-reviewTabs .tab-content li.review .comment-text p.meta {
    order: 1;
}
.detail-reviewTabs .tab-content li.review .comment-text .star-rating {
    order: 2;
}
.detail-reviewTabs .tab-content li.review .comment-text .description {
    order: 3;
    margin: 25px 0 0 -65px;
}
.detail-reviewTabs .tab-content li.review .comment-text .description .cld-like-wrap.cld-common-wrap {
    margin-right: 5px;
}
.detail-reviewTabs .tab-content li.review .comment-text .description .cld-like-dislike-wrap a {
    color: #666!important;
}
.detail-reviewTabs .tab-content li.review .comment-text .description .cld-like-dislike-wrap.cld-template-1 {
    display: flex!important;
    justify-content: flex-end;
    margin-right: -75px;
    margin-top: 25px;
    position: relative;
}
.cld-like-dislike-wrap.cld-template-1:before {
    content: 'Was this review helpful?';
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.detail-reviewTabs .tab-content li.review .comment-text .description .cld-like-dislike-wrap.cld-template-1 .cld-dislike-wrap.cld-common-wrap:last-child {
    margin-right: 0;
    min-width: unset;
}
.detail-reviewTabs .tab-content li.review .comment-text p.meta time {
    font-size: 14px;
    color: #666;
}
.term-description p b {
    font-size: 1.125rem;
    color: #d42a0a;
    display: block;
    margin-bottom: -10px;
    font-weight: 700;
}
.in_this_cat {
    font-size: 1.125rem;
    font-weight: 700;
    color: #d42a0a;
    padding: 10px 0;
}
.detail-reviewTabs .tab-content form {
    background: #f2f2f2;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 25px 0;
}
nav.woocommerce-breadcrumb a + a {
    margin: 0 5px;
}
.category_design_change li a {
    color: #333!important;
    font-weight: 500!important;
}
.category_design_change li a::before {
    opacity: .25;
}
.category-img .products li.product span.price small, .category-img .products li.product span.price:last-child div>span {
    font-weight: 400;
    font-size: 11px;
}
.category-img .products li.product span.price div small {
    font-size: 12px;
}
.detail-reviewTabs .tab-content li.review .comment-text p.meta strong {
    position: relative;
}
.detail-reviewTabs .tab-content li.review .comment-text p.meta strong:before {
    content: 'Verified';
    position: absolute;
    top: 50%;
    left: 100%;
    background: #2b2b2b;
    color: #fff;
    margin-left: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-weight: 400;
    height: 20px;
    transform: translateY(-50%);
}
.detail-reviewTabs .tab-content li.review .comment-text .description h4 {
    font-size: 16px;
    font-weight: 700;
}
.product_Detail .related.products span.price div span.amount bdi {
    font-weight: unset!important;
    font-size: 12px;
}
.woocommerce-tabs p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.product-categoryes li.product-category h2 {
    text-align: center;
}
button.clickMe {
    background: #d42a0a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 9px 10px;
    display: none;
    position: relative;
}
button.clickMe i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
button.clickMe i.fa-solid.fa-caret-up, button.clickMe.getNew_class1 i.fa-solid.fa-caret-down {
    display: none;
}
button.clickMe.getNew_class1 i.fa-solid.fa-caret-up {
    display: block;
}
#login .form-group, #registration .form-group {
    position: relative;
}
#login .form-group span i, #registration .form-group span i {
    position: absolute;
    top: 40px;
    right: 10px;
    color: #2b2b2b;
}
.Signup-page span {
    color: red;
}
.navbar-toggler[aria-expanded="true"] i.fa-solid.fa-xmark {
    display: block;
    width: 17.5px;
}
.navbar-toggler i.fa-solid.fa-xmark {
    display: none;
}
.navbar-toggler[aria-expanded="true"] i.fa-solid.fa-bars {
    display: none;
}

/* Display-none */
/* Product Value per M(£0.99 per m) */
.product_class ul.products li.product p.archive-genre {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #2b2b2b;
    font-weight: 500;
    font-size: 14px;
    display: none;
}
/* Review Tab  */
div#tab-reviews {
    display: none!important;
}
.post, .page {
    margin: 0!important;
}
/* Display-none End */
.wpfPreview.wpfPreviewLoader {
    display: none;
}
.loadMe {
    height: 100%;
    width: 100%;
    display: block;
    transform: unset;
}
.loadMe:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160%;
    background: rgb(0 0 0 / 50%);
    z-index: 9999;
}
.help-sec {
    display: none;
}
h4.help-heading {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.help-sec .d-f .help-list {
    width: 50%;
}
.help-sec .d-f .help-list li {
    margin: 0;
    padding: 5px 0;
}
.help-sec p {
    color: #fff;
}
.help-sec p {
    color: #fff;
    margin-bottom: 5px;
    border-top: 1px solid #ef583c;
    padding-top: 15px;
    margin-top: 20px;
}
ul.last-lists li {
    margin: 0!important;
    padding: 5px 0;
}
.help-sec ul.d-f a {
    height: 30px;
    width: 30px;
    background: #ff5d3f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.help-sec ul.d-f li {
    margin-left: 0;
}
.help-sec .d-f:nth-of-type(1) {
    margin-bottom: 20px!important;
}
.filter_acc {
    display: none;
}

.account_class .form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.account_class .form-row input, .account_class .form-row select {
    height: 45px;
    padding: 10px;
    display: block;
    width: 100%;
}
.account_class .form-row span.select2-selection.select2-selection--single {
    height: 45px;
    display: flex;
    align-items: center;
}
.account_class .form-row  span.select2-selection__arrow {
    height: 45px!important;
}
/*a:visited {
    color: #d42a0a!important;
}*/
.woocommerce ul.products li.product .price span bdi {
    font-weight: 700;
    font-size: 16px;
}
.woocommerce ul.products li.product .price div bdi {
    font-weight: 500;
    font-size: 14px;
}
.nav_menus .categories .sub-nav .sub_categories .navbar-imgs span.price {
    width: 100%;
}

.nav_menus .categories .sub-nav .sub_categories .navbar-imgs span.price span.amount {
    display: inline;
    width: 100%;
}
.nav_menus .categories .sub-nav .sub_categories .navbar-imgs span.price span.amount bdi span {
    padding-right: 0;
}
/* 220805 */
.header-home a {
    color: #fff!important;
}
.header-home {
    padding-left: 19px;
}
/* header search css start here */
.search_product input {
    border: 1px solid #C4C4C4!important;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 13px!important;
    border-radius: 50px!important;
    padding: 14px 26px!important;
    height: auto!important;
}
.search_product input::placeholder {
    color: #7e7e7e!important;
    font-weight: 500!important;
    font-style: normal!important;
}
.search_product button {
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 13px!important;
    padding: 14px 45px!important;
    background: #D42A0A!important;
    opacity: 1!important;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
.search_product button::before {
    display: none;
}
.search_product .dgwt-wcas-search-wrapp {
    max-width: 100%;
}
/* 220805 */
div#review_form {
    font-size: 0px!important;
}
div#review_form span#reply-title {
    font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content p, .account_class address {
    word-break: break-all;
    overflow: hidden;
}
.loadMe.update_loader, .loadMe.update_loader .sk-chase {
    display: block!important;
}

/* Remove spinner on WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay {
    position: relative! important;
    display: none! important;
  } 
  .custom-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


header .custom-icon a:hover i {
    color: #d42a0a;
}
/* 220817 */
.single-product .product_Detail .summary {padding-left: 30px;}
.single-product .product_Detail .product.type-product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.single-product .product_Detail .detail-reviewTabs {
    width: 100%;
    order: 4;
}
.single-product .product_Detail .product .related.products {
    width: 100%;
    order: 5;
}
.single-product .product_Detail  .rating-reviews {
    order: 3;
    text-align: center;
    width: 100%;
}
.find-us-listing ul {
    margin: 0px;
    list-style: none;
}
.find-us-sec .heading_name {
    margin-bottom: 50px;
}
.find-us-listing ul li p {
    display: block;
    color: #333!important;
    text-decoration: none;
    position: relative;
    padding: 9px;
    border-bottom: 1px solid #ccdaeb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: baseline;
    margin: 0px;
}
.find-us-listing ul li a {
    color: #333;
    text-decoration: none;
}
.find-us-listing ul li:last-child a {
    border: none;
}
.find-us-listing ul li i {
    font-weight: 700;
    padding-right: 10px;
    color: #ccc;
    transition: all 0.3s ease;
}
.find-us-listing ul li:hover i {
    padding-left: 5px;
}
.find-map-wrap {
    position: relative;
    padding-bottom: 62%;
}
.find-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
section.find-us-sec {
    padding: 60px 0;
}
button.single_add_to_cart_button {
    display: block!important;
    border: 0!important;
    padding: 10px 20px!important;
    width: auto;
    font-weight: 700!important;
    line-height: 20px!important;
    font-size: 1rem!important;
    text-align: center;
    cursor: pointer!important;
    float: unset!important;
    clear: both;
}
.single-product .quantity {
    margin-bottom: 20px!important;
}
.nav_menus .categories .sub-nav ul.sub_categories {
    height: 100%;
}
/* 220817 */
.heading_name a{
    color: inherit!important;
}

.special-offer .box figure span {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    background: #d42a0a;
    border-radius: 50%;
}

.special-offer .box figure span small {
    z-index: 9;
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
}

.special-offer .box figure span small strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
}

/*.calculated_shipping table tr:nth-of-type(2) th {
    position: relative;
}

.calculated_shipping table tr:nth-of-type(2) th:before {
    content: 'VAT';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
}*/

/* .product_Detail .related.products h2:before {
    content: 'Customers Also Bought';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
} */
.nav_menus .categories .sub-nav ul.sub_categories .navbar-imgs li.product {
    display: block;
}
.nav_menus .categories .sub-nav ul.sub_categories .navbar-imgs li.product h2.woocommerce-loop-product__title {
    padding-top: 0px!important;
}
.nav_menus .categories .sub-nav ul.sub_categories .navbar-imgs li.product a {
    padding: 0;
}
.thanks-sec .order-page a.btn.btn-success, .woocommerce-orders-table__cell-order-actions a.view, 
.woocommerce-orders-table__cell-order-actions a.wc-cancel-order {
    background: #d42a0a!important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border: 2px solid #d42a0a!important;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    color: #fff!important;
}
.thanks-sec .order-page a.btn.btn-success:hover, .woocommerce-orders-table__cell-order-actions a.view:hover, 
.woocommerce-orders-table__cell-order-actions a.wc-cancel-order  {
    background: transparent;
    color: #d42a0a;
}
.woocommerce-orders-table__cell-order-actions a.wc-cancel-order {
    margin: 5px!important;
}
small.woocommerce-password-hint {
    display: none;
}


/*================= 09-22-2022 =======================*/
ul.contact-with-no {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
ul.contact-with-no li a {
    align-items: center;
}
ul.contact-with-no li a i {
    padding-right: 7px;
}
.custom-terms-conditn p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #404040;
    line-height: 1.5;
}
.custom-terms-conditn h2 {
    font-size: 22px;
    font-weight: 700;
    color: #d42a0a;
}
@media(max-width:576px) {
    ul.contact-with-no {
        display: none;
    }
    ul.contact-with-number {
        display: none;
    }
}
@media(max-width:575px) {
    ul.contact-with-number {
        display: block;
        width: 100%;
        margin-bottom: 25px !important;
    }
    ul.contact-with-number li a {
        align-items: center;
    }
    ul.contact-with-number li a i {
        padding-right: 7px;
    }
}

.inc-vat-text bdi, .price_per_meter_div_for_list bdi {
    font-size: 12px !important;
}

.variations_form {
    border-top: 1px solid #DEDEDE;
    padding-top: 10px;
}

.featured-product-part del {
   color: #2b2b2b !important;
   opacity: 0.5;
    text-align: center;
    width: 100%;
    display: block;
}

small {
    opacity: 1 !important;
}

/* Blog Pages */
/* Jan 2026, Aptli */

.apt-blog {
    margin: 65px auto;
}

.blog-card {
    margin-bottom: 48px;
}

.blog-card-title-arrow {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-card-title-arrow img {
    height: fit-content;
    transform: translateY(12px);
}

.blog-card h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: black;
    flex-grow: 1;
}

.blog-card h2 a, .blog-card h2 a:hover, .blog-card h2 a:focus, .blog-card h2 a:visited {
    color: black !important;
}


.blog-card-meta {
    color: #D42A0A;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 12px;
}

.blog-card-meta-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.blog-card-excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

.blog-card-categories {
    color: #D42A0A;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.blog-card-categories .category-item {
    background-color: #FAE9E6;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 16px;
}

.blog-card-thumb {
    margin-bottom: 32px;
}

.blog-card-thumb img {
    border-radius: 16px;
}

/* flex row blog cards */

@media (min-width: 992px) {
        
    .blog-card.card-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 25px;
    }

    .blog-card.card-row .blog-card-thumb  {
        margin-bottom: 0px;
    }

    .blog-card.card-row .blog-card-thumb img  {
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center;
        margin-bottom: 0px;
    }

    .blog-card.card-row .blog-card-excerpt {
        flex-grow: 1;
    }

    .blog-card.card-row .blog-card-content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .blog-card.card-row.card-row-12 .blog-card-content {
        justify-content: initial;
    }

    .blog-card.card-row.card-row-12 .blog-card-thumb img {
        aspect-ratio: initial;
        object-fit: initial;
    }
}