@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    --header-height: 0;
}

body {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "pathway extreme", sans-serif;
}

ol,
ol li,
ul,
ul li {
    list-style-type: none;
    margin-bottom: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: all .4s ease-in-out;
}

*:focus {
    outline: none;
}


a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

button[type="button"]:focus {
    outline: none;
}


img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    line-height: 1.3;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: "pathway extreme", sans-serif;
}

p:last-child {
    margin-bottom: 0 !important;
}

.body-fixed {
    overflow: hidden;
}

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

.container-md {
    max-width: 1510px;
    padding: 0 30px;
}

.container-lg {
    max-width: 1705px;
    padding: 0 30px;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 14px 15px;
    min-width: 132px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 5%;
    margin: auto;
    transform: translate(-50%, 30%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn.btn-primary {
    background-color: #edba3e;
    color: #000;
    border-color: #edba3e;
}

.btn.btn-primary:hover {
    border-color: #fff;
}

.btn.btn-primary:before {
    background-color: #fff;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-yellow-outline {
    background-color: transparent;
    border: 1px solid #edba3e;
    color: #edba3e;
}

.btn-outline:hover {
    color: #000;
}

.btn-yellow-outline:hover {
    color: #000;
}

.btn-outline::before {
    background-color: #edba3e;
}

.btn-yellow-outline::before {
    background-color: #edba3e;
}

.btn:focus {
    box-shadow: none;
}

.btn~.btn {
    margin-left: 14px;
}

@media (hover:hover) {
    .btn:hover::before {
        width: 140%;
    }
}

.common-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.sec-head {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.sec-title {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 0;
}

.sec-head p {
    max-width: 600px;
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}

.site-logo {
    max-width: 200px;
}

.header-main {
    padding: 20px 0px;
    z-index: 9;
    position: relative;
    border-bottom: 1px solid #3e3c3c;
}

.header-main .site-logo {
    max-width: 150px;
}

.navigation-bar {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.mb-menu-logo {
    display: none;
}

.navbar-main .nav-menu-main ul {
    margin-bottom: 0;
    list-style: none;
}

.navbar-main ul:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-main .nav-menu-main>ul>li {
    margin-right: 16px;
    position: relative;
    line-height: 0;
}

.navbar-main .nav-menu-main>ul>li.menu-item-has-children {
    padding-right: 15px;
}

.navbar-main .nav-menu-main ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    line-height: 1;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.headcall .icon-call {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 2.5;
    text-align: center;
    font-size: 22px;
    animation: innerCircle 1s ease-in-out infinite alternate;
    -webkit-animation: innerCircle 1s ease-in-out infinite alternate
}

@keyframes innerCircle {
    0% {
        -webkit-transform: rotate(0) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.navbar-main .nav-menu-main ul li.current-menu-item a,
.navbar-main .nav-menu-main ul li.current-menu-parent .sub-menu li.current-menu-item a,
.navbar-main .nav-menu-main ul li.current-menu-parent a,
.menu-links ul li.current-menu-parent a,
.menu-links ul li.current-menu-item a {
    color: #edba3e
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li.current-menu-item>a {
    color: #edba3e !important
}

.sticky-header .header-main {
    position: fixed;
    z-index: 9;
    padding: 10px 0;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .6);
    background: #121212;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    z-index: 999
}

.sticky-header .header-main .site-logo {
    max-width: 130px;
}

.call-us {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    margin-right: 30px
}

.call-icon {
    display: flex
}

.call-icon .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background-color: #edba3e;
    animation: innerCircle 1s ease-in-out infinite alternate;
    -webkit-animation: innerCircle 1s ease-in-out infinite alternate;
}

@keyframes innerCircle {

    0% {
        -webkit-transform: rotate(0) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

}

.call-us-text small {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 2px
}

.call-us-text .number {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: block
}

.call-us:hover .call-us-text .number {
    color: #edba3e
}

.search-cart {
    margin-left: 30px;
    display: flex;
    gap: 26px;
    line-height: 1;
    align-items: center
}

.search-cart a {
    display: block
}

.search-cart .icon {
    width: 20px;
    height: 20px
}

@media only screen and (min-width:1025px) {

    .navbar-main .nav-menu-main ul li:hover a,
    .navbar-main .nav-menu-main>ul>li>.sub-menu>li:hover>a {
        color: #edba3e
    }

    .navbar-main .nav-menu-main ul li:hover .arrow,
    .navbar-main .nav-menu-main ul li.current-menu-item .arrow,
    .navbar-main .nav-menu-main ul li.current-menu-parent .arrow {
        border-color: #edba3e
    }
}

.navbar-main .nav-menu-main>ul>li .sub-menu li {
    padding: 0;
    position: relative;
    margin-right: 0;
    width: 100%;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid rgb(104 121 134 / 20%);
    text-transform: capitalize;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li:last-child>a {
    border-bottom: none;
}


.sidebar-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #121212;
    z-index: 998;
}


.header.has-sticky .header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #121212;
    backdrop-filter: blur(50px);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    padding: 15px 0;
}

.header.has-sticky::before {
    display: none;
}

.search-details {
    margin-left: 30px;
    display: flex;
    gap: 20px;
    line-height: 1;
    align-items: center;
}

.search-details .icon {
    width: 20px;
    height: 20px;
}

.menu-icon {
    display: none;
    width: 24px;
    height: 24px;
    position: relative;
    padding: 0;
    margin-top: 0;
    color: #fff;
}

.menu-icon span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    mask-image: url(../img/svg/menu.svg);
    mask-position: center;
    height: 22px;
    width: 22px;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
}

.body-fixed .sidebar-overlay {
    opacity: 0.8;
    visibility: visible;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.footer {
    background-color: #121212;
}

.footer-info {
    padding: 88px 0 63px;
}

.footer-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.32px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-logo-col .site-logo {
    margin-bottom: 30px;
    display: block;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
    gap: 12px;
}

.social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.social-media a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.social-media a .icon {
    width: 44%;
    height: 44%;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}

.social-media a:hover .icon {
    background-color: #fff;
}

.social-media a:hover:before {
    bottom: -100%;
    top: inherit;
    transition: all 0.4s ease-in-out;
}

@media (hover: hover) {

    .social-media .facebook:hover {
        background: #3b5998;
    }

    .social-media .instagram:hover {
        background: #c13584;
    }

    .social-media .youtube:hover {
        background: #FF0000;
    }

    .menu-links ul li a:hover {
        color: #edba3e;
    }

    .btn-submit:hover {
        background-color: #edba3e;
    }

    .btn-submit:hover .icon {
        background-color: #000;
    }


}

.footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #fff;
    margin-bottom: 20px;
}

.stay-updated-form ::placeholder {
    color: #5C6365;
}

.menu-links ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.stay-updated-form .form-control {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
}


.form-control:focus {
    border-color: #edba3e;
    box-shadow: none;
}



::placeholder {
    color: var(--grey);
}

.icon-submit {
    mask-image: url(../img/svg/right-arrow.svg);
}

.btn-submit {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #edba3e;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.btn-submit .icon {
    background-color: #fff;
    font-size: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.stay-updated-form .wpcf7-response-output{
    display: none;
}

.footer-box p {
    margin-bottom: 24px !important;
}

.footer-info .form-control {
    padding-right: 50px;
}

.footer-copy-right {
    gap: 10px;
    border-top: 1px solid #4C4C4C;
    padding: 27px 0;
}

.copyright-text,
.copyright-text a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2992px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.copyright-text a:hover {
    color: #edba3e;
}

.hero-sec {
    width: 100%;
    height: auto;
    position: relative;
}

.hero-img,
.hero-silde a {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-silde,
.hero-img,
.hero-sec .slick-list,
.hero-sec .slick-slide>div,
.hero-sec .slick-track,
.hero-con,
.hero-silder {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-silder .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hero-silder .slick-dots li {
    line-height: 0;
    height: 30px;
    display: flex;
    align-items: end;
    padding: 0 4px;
    cursor: pointer;
    transition: .4s all ease-in-out;
}

.hero-silder .slick-dots li button:after {
    content: unset;
}


.hero-silder .slick-dots li.slick-active button,
.hero-silder .slick-dots li:hover button {
    width: 40px;
    background-color: #fff;

}

.hero-silder .slick-dots li button {
    width: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 2px;
    transition: .4s all ease-in-out;
}

.our-category-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.our-category-box .img-box {
    width: 100%;
    height: 524px;
}


.our-category-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.our-category-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
    z-index: 1;
    transition: all .4s ease-in-out;
}

.our-category-box:hover .img-box img {
    transform: scale(1.02);
}

.our-category-box .content-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.our-category-box .content-box .our-category-con {
    max-width: 320px;
}

.our-category-title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
}

.our-category-con p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-bottom: 0;
}

.our-category-box .content-box .left-arrow {
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.our-category-box .content-box .left-arrow .icon {
    background-color: #edba3e;
}

.our-category-box:hover .content-box .left-arrow {
    opacity: 1;
    visibility: visible;
}

.why-sec {
    background-color: #121212;
}

.why-sec .row {
    --bs-gutter-x: 50px;
}

.why-choose-us .icon-box {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 25px;
}

.why-choose-us .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.why-choose-us:hover .icon-box img {
    transform: translateY(-10px);
}

.why-choose-us {
    text-align: center;
}

.why-choose-us .why-choose-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .2992px;
    display: block;
    margin-bottom: 15px;
}

.why-choose-us .content-box p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.popular-product-tab {
    margin-bottom: 50px;
}

.popular-product-tab .nav-tabs {
    border: none;
    justify-content: center;
}

.popular-product-tab .nav-tabs .nav-link {
    color: rgb(255 255 255 / 80%);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    padding: 10px 25px;
    transition: all .4s ease-in-out;
    background-color: transparent;
    border: none;
    position: relative;
}

.popular-product-tab .nav-tabs .nav-link.active,
.popular-product-tab .nav-tabs .nav-link:hover {
    color: #edba3e;
}

.popular-product-tab .nav-tabs .nav-link:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: rgb(255 255 255 / 80%);
    right: 0;
    bottom: 0;
    top: 10px;
}

.product-box {
    list-style: none;
}

.product-box .img-box {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.product-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.product-box:hover .img-box img {
    transform: scale(1.02);
}

.product-box .product-title,
.product-box .woocommerce-loop-product__title {
    display: block;
    color: #fff;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    margin-bottom: 20px !important;
    transition: all .4s ease-in-out;
}

.product-box .product-details p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px !important;
}

.product-box:hover .product-title,
.product-box:hover .woocommerce-loop-product__title {
    color: #edba3e !important;
}

.product-box .product-price {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
    transition: all .4s ease-in-out;
}

.product-box .product-price span {
    color: #edba3e;
}

.product-box .button-group {
    display: flex;
    align-items: center;
}

.product-box .button-group .btn {
    width: 50%;
}

.featured-product-slider {
    margin: 0 -15px;
}

.featured-product-slide {
    padding: 0 15px;
}

.home-about-sec .row {
    --bs-gutter-x: 60px;
}

.home-about-img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-about-img img {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    border-radius: 10px;
}

.our-client-say-sec {
    background-color: #121212;
}

.our-client-box {
    background: #000;
    border-radius: 6px;
    padding: 35px;
    height: inherit;
}

.testimonial-box-header {
    margin-bottom: 50px;
}

.testimonial-info {
    width: calc(100% - 50px);
}

.testimonial-info .name {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.total-star {
    display: flex;
    align-items: center;
    gap: 4px;
}

.total-star .icon.fill {
    background-color: #edba3e;
}

.our-client-say-slider {
    margin: 0 -15px;
}

.our-cilent-silde {
    padding: 0 15px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li button {
    width: 15px;
    height: 6px;
    font-size: 0;
    background: rgb(122 121 113 / 86%);
    border-radius: 10px;
    border: none;
    opacity: 1;
    transition: 0.4s all ease-in-out;
    box-shadow: none;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    width: 30px;
    background-color: #edba3e;
}

.blog-news-silder {
    margin: 0 -15px;
}

.blog-news-silde {
    padding: 0 15px;
}

.blog-news-box .img-box {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
    display: block;
}

.blog-news-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.blog-news-box:hover .img-box img {
    transform: scale(1.02);
}

.blog-news-top {
    margin-bottom: 15px;
}

.blog-news-top .author-name,
.blog-news-top .blog-news-date {
    color: rgb(255 255 255 / 80%);
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    line-height: 1.1;
}

.blog-news-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.blog-news-box:hover .blog-news-title {
    color: #edba3e;
}

.blog-news-box .cms-con {
    margin-bottom: 20px;
}

.blog-news-box .cms-con p {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
    margin: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(255 255 255 / 80%);
}

.blog-news-box .read-more-btn {
    color: #edba3e !important;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 1.1;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    transition: all .4s ease-in-out;
}

.blog-news-box:hover .read-more-btn {
    color: #fff !important;
}

.inner-banner-sec.common-sec {
    padding-top: 70px;
}

.inner-banner-sec .sec-head {
    margin-bottom: 20px;
}

.breadcumb-list {
    position: relative;
}

.breadcumb-list .breadcumb-list-item {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.breadcumb-list .breadcumb-list-item::after {
    content: "/";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.breadcumb-list .breadcumb-list-item:last-child:after {
    display: none;
}

.breadcumb-list .breadcumb-list-item,
.breadcumb-list .breadcumb-list-item a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    transition: all .4s ease-in-out;
}

.breadcumb-list .breadcumb-list-item a:hover {
    color: #edba3e;
}

.breadcumb-list .breadcumb-list-item:last-child {
    color: #edba3e;
}

.prodct-listing-row {
    display: flex;
    align-items: start;
    column-gap: 30px;
}

.prodct-listing-col-left {
    width: 316px;
    flex: 0 0 316px;
}

.product-detail-right {
    width: 100%;
}

.product-list .storefront-sorting {
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.product-list .storefront-sorting::before,
.product-list .storefront-sorting::after {
    content: unset;
}

.product-box {
    width: 100% !important;
    text-align: left !important;
    position: relative;
    height: 100%;
    margin-bottom: 0 !important;
}

.product-box a img {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all .4s ease-in-out;
}

.onsale~.onsale {
    display: none;
}

.woocommerce-result-count+.woocommerce-pagination {
    display: none;
}

.filter-actions {
    border-bottom: 1px solid #68798633;
    padding-bottom: 20px;
    margin-bottom: 14px;
}

.shop-filter-widget .clear-all-wrap {
    display: flex;
    justify-content: space-between;
}

.shop-filter-widget .filter-text {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.btn-clear-all {
    font-weight: 500;
    font-size: 14px;
    color: #edba3e !important;
    background-color: transparent;
    transition: all .4s ease-in-out;
    border: none;
}

.btn-clear-all:hover {
    color: #fff !important;
    background-color: transparent;
}

.filter-section {
    margin-bottom: 14px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #68798633;
}

.filter-section:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.filter-section .filter-title {
    position: relative;
    cursor: pointer;
}

.shop-filter-widget .filter-section h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.shop-filter-widget .clear-all-wrap {
    display: flex;
    justify-content: space-between;
}

.shop-filter-widget .filter-content {
    margin-top: 20px;
}

.filter-content ul li {
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

.filter-content ul li:last-child {
    margin-bottom: 0;
}

.filter-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: all .4s ease-in-out;
}

.filter-content ul li a:hover,
.filter-content ul li.active a {
    color: #edba3e;
}

.filter-content ul li a span {
    color: rgb(255 255 255 / 80%);
}

.noUi-horizontal {
    height: 6px;
}

.noUi-target {
    background-color: #D9D9D9;
    border-radius: 20px;
    border: 0;
}

.noUi-horizontal .noUi-handle {
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    background-color: #edba3e;
    right: -7px;
    border-radius: 100px;
    top: -4px;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    display: none;
}

.product-list .woocommerce-result-count {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
}

.product-list .woocommerce-ordering .orderby {
    background: #000;
    border: 1px solid rgb(255 255 255 / 60%);
    appearance: none;
    border-radius: 6px;
    padding: 14px 18px;
    background-image: url(../img/svg/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center right 18px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 35px;
}

.product-list .woocommerce-ordering .orderby:focus {
    border-color: #fff;
}

.onsale:not(.asaf) {
    font-weight: 600;
    font-size: 10px;
    color: #FF0000;
    background-color: #FFCFCF;
    border: transparent;
    border-radius: 6px;
    padding: 4px 8px;
    line-height: 1;
    margin-bottom: 10px;
    margin-bottom: 15px;
}

.product-box .star-rating {
    margin: 0 !important;
    font-size: 16px !important;
}

.star-rating::before {
    color: #fff;
    opacity: 0.5 !important;
}

.star-rating span:before {
    color: #edba3e !important;
}

.product-box .price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    column-gap: 14px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.product-box .price del {
    color: rgb(255 255 255 / 60%);
    opacity: 1 !important;
    font-size: 16px;
    line-height: 1.1;
}

.product-box .price ins {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
    margin-left: inherit !important;
}

.prodct-listing-row .woocommerce-pagination {
    margin-top: 80px;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -5px;
}

.woocommerce-pagination .page-numbers li {
    padding: 0 5px;
}

.woocommerce-pagination ul .page-numbers {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 34px;
    vertical-align: middle;
    line-height: 34px;
    text-align: center;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    ;
}

.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
    background-color: #edba3e !important;
    color: #000 !important;
    border-radius: 6px;
}

.product-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-list .products .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

.product-box .added_to_cart {
    display: none !important;
}

.product-details-sec {
    padding-top: 40px;
}

.product-detail-row {
    display: flex;
    margin: 0 -30px;
}

.product-detail-left {
    width: 60%;
    padding: 0 30px;
}

.product-detail-right {
    width: 40%;
    padding: 0 30px;
}

.product-detail-img {
    display: flex;
    margin-bottom: 44px;
    position: relative;
}

.product-detail-img .product-slider+.product-slider.slider-single {
    width: calc(100% - 109px);
    padding-left: 18px;
}

.product-detail-img .product-slider.slider-single {
    width: 100%;
}

.product-detail-img .product-slider.slider-nav {
    width: 109px;

}

.product-detail-img .product-slider.slider-nav .product-slider-img {
    cursor: pointer;
    margin-bottom: 8px;
}

.product-detail-img .product-slider.slider-nav .slick-slide:last-child .product-slider-img {
    margin-bottom: 0;
}

.product-slider.slider-nav button.slick-arrow {
    transform: rotate(90deg);
    transform-origin: center;
    margin: 15px 34px;
    width: 40px;
    height: 40px;
}

.product-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-slider.slider-nav .product-slider-img {
    width: 107px;
    height: 107px;
    border: 1px solid rgb(255 255 255 / 60%);
}

.product-slider.slider-nav .slick-current .product-slider-img {
    border-color: #fff;
}

.product-slider.slider-nav.slick-vertical .slick-slide {
    line-height: 1;
}


.product-slider.slider-single .product-slider-img {
    height: 715px;
    width: 100%;
}

.product-detail-img .product-slider-item .product-slider-img a {
    width: 100%;
    height: 100%;
}

.product-detail-left .onsale {
    display: none;
}

.product-detail-text .product_title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description p {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.single-product div.product p.price {
    margin: 0 !important;
    margin-bottom: 14px !important;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    column-gap: 14px;
    color: #fff;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.product-detail-text .price ins {
    text-decoration: none;
    font-weight: 700 !important;
}

.product-detail-text .price del {
    font-size: 20px !important;
}

.storefront-product-pagination {
    display: none !important;
}

.battery-select {
    margin-bottom: 20px;
    display: block;
}

.variations select#pa_color {
    display: none;
}

.variation-radios--color {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-left: 5px;
}

.variation-radios--color input {
    opacity: 0;
    display: none;
}

.variation-radios--color .variation-radio__text {
    background-color: #ccc;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline-offset: 3px;
    display: inline-block;
    font-size: 0;
    outline: 2px solid rgb(255 255 255 / 60%);
}

.variation-radios--color input:checked+.variation-radio__text {
    outline: 2px solid #edba3e;
}

.battery-select-top {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.detail-info-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.selected-color-name {
    font-weight: 400;
}

.reset_variations {
    display: none !important;
}

.product-detail-right .rating-review {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 15px 0 15px;
    margin-bottom: 20px;
}

.product-detail-right .rating-review .rating-stars {
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: relative;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.product-detail-right .rating-review .review-count {
    padding: 7px 25px;
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: relative;
    color: rgb(255 255 255 / 80%);
}

.product-detail-right .rating-review .write-review-btn {
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: rgb(255 255 255 / 80%);
}

.product-detail-right .write-review-btn .woocommerce-review-link {
    color: rgb(255 255 255 / 80%);
}

.product-detail-right .stock {
    margin-bottom: 15px;
}

.product-detail-right .stock::before {
    display: none !important;
}

.single-product .product-qty-label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    margin-bottom: 12px;
}

.single-product-cart-wrapper {
    display: flex;
    align-items: end;
    padding: 0 !important;
    column-gap: 10px;
}

.quantity {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 60%);
    border-radius: 6px;
    width: fit-content;
    padding: 9px 12px;
}

.quantity button {
    background-color: transparent !important;
    width: 16px;
    height: 16px;
    border: none;
    display: flex;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.quantity button:hover .icon {
    background-color: #edba3e !important;
}

.quantity .qty {
    width: 40px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #fff;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    margin: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.product-detail-text .quantity .qty {
    width: 60px !important;
    -moz-appearance: textfield;
}

.product-detail-text .btn.single_add_to_cart_button {
    width: 100%;
    background-color: #edba3e !important;
    color: #000 !important;
    border-color: #edba3e !important;
}

.product-detail-right .product_meta {
    display: none;
}

.product-detail-right .product-policy {
    padding-top: 35px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.product-detail-right .product-policy ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.product-detail-right .product-policy ul li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    margin-bottom: 20px;
}

.product-detail-right .product-policy ul li .policy-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid rgb(254, 208, 83, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-menthod {
    text-align: center;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255, .1), transparent);
    padding: 20px;
    margin-top: 28px;
}

.product-tabs ul.tabs {
    width: 100% !important;
    float: inherit !important;
    margin-right: 0 !important;
    display: flex;
    gap: 2px;
    align-items: center;
    margin-bottom: 30px !important;
}

.product-tabs ul.tabs li {
    width: 33.33% !important;
    float: inherit !important;
    margin-right: 0 !important;
}

.product-tabs .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.product-tabs .woocommerce-tabs ul li a {
    flex: 1;
    background-color: #121212;
    font-weight: 600;
    font-size: 16px;
    padding: 15px !important;
    text-align: center;
    color: rgb(255 255 255 / 80%);
}

.product-tabs .woocommerce-tabs ul li.active a {
    background-color: #edba3e !important;
    color: #000 !important;
}

.product-tabs .woocommerce-tabs .panel {
    width: 100% !important;
    float: inherit !important;
    margin-right: 0 !important;
}

.product-tabs .woocommerce-tabs .panel h2 {
    display: none !important;
}

.woocommerce-Tabs-panel--description .cms-con ul {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 12px;
}

.woocommerce-Tabs-panel--description .cms-con ul li {
    width: calc(50% - 6px);
}

.cms-con table {
    width: 100%;
    border: 1px solid #373636;
    margin-bottom: 30px;
}

.cms-con table tbody tr th {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px;
    border-bottom: 1px solid #373636;
    border-right: 1px solid #373636;
    background-color: #121212;
}

.cms-con table tbody tr td {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px;
    border-bottom: 1px solid #373636;
    border-right: 1px solid #373636;
    background-color: transparent !important;
}

#reviews .commentlist {
    padding-left: 0px;
}

#reviews .commentlist li .avatar {
    border-radius: 50%;
    width: 50px !important;
    flex: 0 0 50px !important;
    margin-right: 20px !important;
    float: inherit !important;
}

#reviews .commentlist li .comment_container .comment-text {
    width: 100% !important;
    float: inherit !important;
    margin-right: 0 !important;
}

#reviews .commentlist li {
    margin-bottom: 40px !important;
}

#reviews .commentlist li .comment_container {
    display: flex;
    align-items: start;
}

#reviews .commentlist {
    display: flex;
    width: 100%;
    align-items: start;
    column-gap: 50px;
}

#reviews .commentlist li {
    width: 50%;
}

.woocommerce-review__author {
    color: #fff;
}

#reviews .commentlist li time {
    padding-top: 10px;
    color: #fff;
}

#reviews .commentlist li .comment_container .comment-text .description p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

#reviews .comment-notes {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    margin-bottom: 20px;
}

#reviews label {
    display: block;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    margin-bottom: 10px;
}

#reviews .comment-form-rating {
    margin-bottom: 20px;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #edba3e !important;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    width: 900px;
    background: transparent;
    resize: none;
    border-radius: 10px;
    height: 120px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

#reviews .comment-form-author,
#reviews .comment-form-email {
    display: inline-block;
    width: 440px !important;
}

.comment-form-author input,
.comment-form-email input {
    color: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    border: 1px solid #767676;
    border-radius: 10px;
    width: 100%;
}

#reviews .comment-form-email {
    margin-right: 0;
    margin-left: 20px;
}

.comment-form-cookies-consent label {
    display: inline-block !important;
    padding-left: 10px;
    margin-bottom: 20px !important;
}

#reviews .form-submit .submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 14px 15px;
    min-width: 132px;
    overflow: hidden;
    z-index: 2;
    background-color: #edba3e;
    color: #000;
    border: 1px solid #edba3e;
    transition: all 0.4s ease-in-out;
}

#reviews .form-submit .submit:hover {
    background-color: #fff;
    border-color: #fff;
}

.related-products-slider {
    margin: 0 -10px;
}

.related-slide {
    padding: 0 10px;
}

.featured-product-slider .slick-track {
    display: flex
}

.featured-product-slider .slick-slide {
    height: inherit !important
}

.featured-product-slider .slick-slide>div {
    height: 100%
}

.featured-product-slide {
    height: 100%;
}

.prodct-listing-col-right {
    width: 100%;
}

/* mini cart */

.woocommerce.widget_shopping_cart .castlec-cart-top-counter {
    position: relative;
    display: inline-block;
}

.woocommerce.widget_shopping_cart .castlec-top-cart-wrapper .castlec-mini-cart-counter {
    position: absolute;
    top: -5px;
    right: -8px;
    font-weight: 600;
    background-color: #edba3e;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    color: #000;
    line-height: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.castlec-mini-cart-slide-sidebar {
    position: fixed;
    display: block !important;
    left: inherit;
    width: 550px;
    height: calc(100vh - 96px);
    min-height: calc(100vh - 96px);
    right: -550px;
    top: 48px;
    bottom: 48px;
    z-index: 99991;
    padding: 48px 35px;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
    cursor: auto;
}

.woocommerce.widget_shopping_cart.active .castlec-mini-cart-slide-sidebar {
    right: 48px;
}

.castlec-mini-cart-slide-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 998;
}

.woocommerce.widget_shopping_cart.active .castlec-mini-cart-slide-overlay {
    opacity: 0.8;
    visibility: visible;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.castlec-close-mini-cart-slide.close-menu {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid#000;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

.castlec-close-mini-cart-slide.close-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    mask-image: url(../img/svg/close.svg);
    mask-position: center;
    height: 12px;
    width: 12px;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
    margin: auto;
    bottom: 0;
}

.mini-cart-slide-sidebar-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.mini-cart-head .mini-cart-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.mini-cart-head p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    display: block;
}

.castlec-mini-cart-slide-sidebar .castlec-mini-cart-content-inner {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.castlec-mini-cart-slide-sidebar .mini-cart-slide-sidebar-scroll {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.woocommerce-mini-cart__empty-message .img-box {
    width: 89px;
    height: 82px;
    margin: auto;
    margin-bottom: 18px;
}

.woocommerce-mini-cart__empty-message .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce-mini-cart__empty-message .content-box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.woocommerce-mini-cart__empty-message .content-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

body.mini-cart {
    overflow: hidden;
}

.woocommerce.widget_shopping_cart ul.cart_list {
    line-height: normal;
    width: 100%;
    padding: 0;
    height: calc(100svh - 445px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    padding-right: 15px;
}

.woocommerce.widget_shopping_cart ul.cart_list::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #F5F5F5;
}

.woocommerce.widget_shopping_cart ul.cart_list::-webkit-scrollbar {
    height: 2px;
    width: 4px;
    background-color: #F5F5F7;
}

.woocommerce.widget_shopping_cart ul.cart_list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #edba3e;
}

.woocommerce.widget_shopping_cart ul.cart_list li {
    display: flex;
    align-items: center;
    column-gap: 11px;
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.woocommerce.widget_shopping_cart ul.cart_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li .img-box {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
}

.woocommerce.widget_shopping_cart ul.cart_list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce.widget_shopping_cart ul.cart_list li .content-box {
    width: 100%;
}

.mini-cart-product-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 290px;
}

.mini-cart-product-title a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

.mini-cart-product-title a:hover {
    color: #edba3e;
}

.cart-product-attr {
    margin-top: 10px;
}

.cart-product-attr .attr-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.cart-product-attr .attr-item .attr-label {
    color: #687986;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    margin-right: 6px;
}

.cart-product-attr .attr-item .attr-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
}

.remove-product a.remove {
    position: relative;
    background-image: url(../img/svg/delete.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.remove-product a.remove::before {
    content: unset !important;
}

.mini-cart-product-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.mini-cart-price .offer-price {
    font-size: 18px;
    padding-right: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
}

.mini-cart-price .regular-price {
    color: #687986;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
}


.mini-cart .wc-forward::after,
.mini-cart .woocommerce-Button--next::after {
    content: unset !important;
}

.mini-cart .woocommerce-mini-cart__buttons {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 !important;
}

.mini-cart .widget_shopping_cart .buttons a {
    margin-bottom: 0 !important;
    width: 50%;
}

.mini-cart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none !important;
    border-top: 1px solid rgba(104, 121, 134, 0.2);
    padding: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 30px !important;
}

.mini-cart .woocommerce-mini-cart__total strong {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.woocommerce-mini-cart__buttons .btn.btn-primary:before {
    background-color: #000;
}

.woocommerce-mini-cart__buttons .btn.btn-primary:hover {
    color: #fff;
}

.mini-cart-slide-middle .quantity {
    border-color: rgb(0 0 0 / 60%);
}

.mini-cart-slide-middle .quantity .qty {
    color: #000;
}

.mini-cart-slide-middle .quantity button {
    height: inherit;
}

.mini-cart-slide-middle .quantity button .icon {
    background-color: #000;
}

.filter-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 998;
}

.woocommerce-noreviews {
    margin-bottom: 20px !important;
    background-color: transparent !important;
    color: red !important;
    border: 1px solid red;
    border-left: 1px solid red !important;
    border-radius: 10px !important;
    padding: 15px !important;
}

.woocommerce-noreviews::before {
    display: none !important;
}

#reviews #comments {
    margin-bottom: 20px !important;
}

.my-account-wrap h2 {
    margin-top: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    width: 100%;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
}

.woocommerce .woocommerce-cart-form table tr th {
    padding: 13px 12px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: rgb(255 255 255 / 80%);
    vertical-align: middle;
    border: none;
    background-color: #121212;
}

.woocommerce .woocommerce-cart-form table thead,
.woocommerce .woocommerce-cart-form table tbody {
    border: 1px solid rgba(104, 121, 134, 0.2);
}

.woocommerce .woocommerce-cart-form table tr td {
    font-size: 14px;
    color: #fff;
    padding: 15px 12px;
    border: none;
    text-align: left;
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
    background-color: transparent !important;
}

.woocommerce .woocommerce-cart-form table tr td .quantity {
    margin: auto;
}

.woocommerce .woocommerce-cart-form table tr td.product-subtotal span {
    font-weight: 600;
    color: #fff;
}


.woocommerce .woocommerce-cart-form .product-thumbnail {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .woocommerce-cart-form .product-thumbnail img {
    max-width: 40px !important;
}

.woocommerce .woocommerce-cart-form td .product-name {
    display: inline-block;
    width: calc(100% - 66px);
    vertical-align: middle;
    font-size: 16px;
    padding: 0 12px;
    text-align: left;
}

.woocommerce-cart .shop_table {
    width: 100%;
}

.woocommerce .woocommerce-cart-form td .product-name a {
    color: #fff;
    font-size: 14px;
    transition: all .4s ease-in-out;
}

.woocommerce .woocommerce-cart-form td .product-name a:hover {
    color: #edba3e;
}

.woocommerce .woocommerce-cart-form table tr td.actions {
    border-bottom: none;
    text-align: end;
}

.woocommerce-cart-form .btn:disabled {
    background-color: #edba3e !important;
    color: #000 !important;
    opacity: var(--bs-btn-disabled-opacity);
}

.woocommerce-cart .attr-item .attr-label {
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
}

.woocommerce-cart .attr-item .attr-value {
    color: #fff;
    margin-bottom: 0;
}

.cart_totals,
.woocommerce-checkout-review-order {
    background-color: #121212;
    border: 1px solid rgba(104, 121, 134, 0.2);
    padding: 15px;
}

.cart_totals h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}

.woocommerce-cart .cart_totals table:not(.has-background) th {
    background-color: transparent !important;
    width: 100%;
    font-weight: 600;
    color: rgb(255 255 255 / 80%);
}

.cart-subtotal th,
.cart-subtotal td,
.tax-rate th,
.tax-rate td {
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
    padding-bottom: 10px;
}

.cart-subtotal td,
.tax-rate td {
    color: #fff;
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-cart .woocommerce-shipping-totals th,
.woocommerce-cart .woocommerce-shipping-totals td {
    display: block;
}

.woocommerce-cart .woocommerce-shipping-totals td {
    text-align: left;
    background-color: transparent !important;
}

table:not(.has-background) tbody td {
    background-color: transparent !important;
}

.woocommerce-cart .woocommerce-shipping-totals th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-shipping-totals ul#shipping_method li {
    padding-left: 0;
    margin-bottom: 0 !important;
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.woocommerce-cart .woocommerce-shipping-totals ul#shipping_method li {
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce-shipping-totals ul#shipping_method li::before {
    content: unset;
}

.woocommerce-cart .woocommerce-shipping-destination {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 20px;
}

.woocommerce-cart .woocommerce-shipping-destination strong {
    font-weight: 600 !important;
}

.shipping-calculator-button {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: all .4s ease-in-out;
}

.shipping-calculator-button:hover {
    color: #edba3e;
    text-decoration: underline;
}

.woocommerce-cart .woocommerce-shipping-calculator {
    padding-bottom: 20px;
}

.order-total th,
.order-total td {
    padding-top: 10px;
    font-size: 18px;
    color: #edba3e;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 0 !important;
    margin-top: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout .btn {
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout .wc-forward::after {
    content: unset !important;
}

.woocommerce-cart .form-group {
    margin-bottom: 18px;
}

.woocommerce-cart .cart_totals .shop_table tbody {
    display: block;
}

.woocommerce-cart .woocommerce-shipping-totals {
    display: block;
    width: 100%;
    position: relative;
}



.woocommerce-cart .cart-discount {
    padding-top: 6px;
    display: block;
}

.woocommerce-cart .cart-discount .woocommerce-Price-amount,
.woocommerce-cart .cart-discount td {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: end;
}

.woocommerce-remove-coupon {
    color: #D8232F;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    display: block;
}

.woocommerce-cart .cart-empty {
    display: none !important;
}

.woocommerce-cart .woocommerce-mini-cart__empty-message .content-box {
    text-align: center;
}

.woocommerce-cart .form-row label {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

.woocommerce-cart .form-row input,
.woocommerce-cart .form-row textarea,
.woocommerce-cart .form-row select {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 15px;
    border-radius: 6px;
    height: 45px !important;
    resize: none;
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 22px !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 53% !important;
    right: 20px !important;
    width: 12px !important;
    background-image: url(../../assets/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 12px !important;
    transform: translateY(-50%);
    filter: invert(0) brightness(100);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.woocommerce-account .form-row input,
.select2-container--default .select2-selection--single,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea {
    background-color: transparent !important;
    border: 1px solid rgb(255 255 255 / 50%) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 15px;
    border-radius: 6px !important;
    height: 100%;
    resize: none;
    color: #fff;
}

.shipping-calculator-form .form-row {
    margin-bottom: 15px;
}

/* checkout */

.woocommerce-checkout .woocommerce-info {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%) !important;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 30px !important;
}

.woocommerce-checkout .woocommerce-info::before {
    color: #fff !important;
}

.woocommerce-checkout .woocommerce-info a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-info a:hover {
    color: #edba3e !important;
    opacity: 1 !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.woocommerce-checkout .woocommerce-form-coupon .form-control {
    width: 500px;
    padding: 10px 14px;
}

.woocommerce-checkout .lost_password a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
    margin-bottom: 30px;
    display: block;
    transition: all .4s ease-in-out;
}

.woocommerce-checkout .lost_password a:hover {
    color: #edba3e;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.woocommerce-account .form-control,
.register-sec .form-control,
.woocommerce-cart .form-control,
.woocommerce-cart .woocommerce-shipping-calculator .input-text,
.woocommerce-checkout .form-control {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.woocommerce-account .form-control.woocommerce-password-input,
.register-sec .form-control.woocommerce-password-input {
    padding-right: 50px !important;
}

.woocommerce-account .form-control::placeholder,
.register-sec .form-control::placeholder,
.woocommerce-cart .form-control::placeholder,
.woocommerce-cart .woocommerce-shipping-calculator .input-text::placeholder,
.woocommerce-checkout .form-control::placeholder {
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-first {
    width: 49% !important;
    margin-right: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
    width: 49% !important;
    float: left;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    width: 49% !important;
    float: right;
    clear: inherit !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: 49% !important;
    margin-left: 0 !important;
}

.woocommerce-checkout .checkout-billing .woocommerce-form__label {
    display: none !important;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 35px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    padding-left: 30px;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox {
    left: 0 !important;
}

.woocommerce-checkout .cr-customer-consent .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: start;
    column-gap: 12px;
}

.woocommerce-checkout .cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
    flex: 0 0 18px;
    margin-right: 0 !important;
    margin-top: 4px !important;
}

.woocommerce-checkout .cr-customer-consent .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox,
.woocommerce-checkout .cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 3px;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox:checked,
.woocommerce-checkout .cr-customer-consent .checkbox input.cr-customer-consent-checkbox:checked {
    background-color: #edba3e;
    border-color: #edba3e;
    background-image: url(../img/svg/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    resize: none;
    height: 100px;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    width: 100% !important;
}

.woocommerce-checkout #order_review {
    background-color: #121212 !important;
}

.woocommerce-checkout #order_review_heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-order-received .woocommerce-table--order-details thead tr th {
    background-color: transparent !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table thead .product-name {
    width: 60% !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead .product-total,
.woocommerce-order-received .woocommerce-table--order-details thead tr th {
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody .product-name,
.woocommerce-order-received .woocommerce-table--order-details tbody .product-name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 8px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
}

.woocommerce-order-received .woocommerce-table--order-details tbody .product-name,
.woocommerce-order-received .woocommerce-table--order-details tbody .product-total {
    background-color: transparent !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody .product-name a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.woocommerce-order-received .woocommerce-table--order-details tbody .product-name a:hover {
    color: #edba3e;
}

#order_review .shop_table {
    width: 100%;
    margin-bottom: 25px !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody .product-total,
.woocommerce-order-received .woocommerce-table--order-details tbody .product-total {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 8px;
    line-height: 1.2;
    vertical-align: middle;
    border-bottom: 1px solid rgba(104, 121, 134, 0.2);
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-order-received .woocommerce-table--order-details tbody .product-total,
.woocommerce-order-received .woocommerce-table--order-details thead tr .product-total {
    text-align: end !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-discount th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td,
.woocommerce-checkout .tax-rate th,
.woocommerce-checkout .tax-rate td {
    background-color: transparent !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .shipping td,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
    border-bottom: 1px solid #232629;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
    text-align: end;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 10px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-discount td,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
    color: #fff;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 0 !important;
}

.woocommerce-checkout #order_review .shop_table {
    width: 100% !important;
    margin-bottom: 22px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
    background-color: transparent !important;
    padding-left: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li::before {
    display: none !important;
}

.woocommerce-checkout .payment_methods .wc_payment_method label {
    padding: 0 !important;
    padding-bottom: 10px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0 !important;
}

.woocommerce-checkout .payment_methods .wc_payment_method label::before {
    content: unset !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method>input[type=radio] {
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid rgb(255 255 255 / 80%) !important;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
    transition: all .4s ease-in-out;
    clip: inherit !important;
    clip-path: inherit !important;
    top: 2px;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method.payment_method_poynt>input[type=radio] {
    top: 8px;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method>input[type=radio]:checked {
    border-color: #edba3e !important;
}

.woocommerce-checkout #payment .payment_methods li.wc_payment_method>input[type=radio]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #edba3e;
}

#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    position: relative;
}

.woocommerce-checkout #payment .payment_methods>li .payment_box,
.woocommerce-checkout #payment .place-order {
    background-color: transparent !important;
}

.woocommerce-checkout #payment .payment_methods li .payment_box {
    padding: 6px 0 6px 28px !important;
}

.woocommerce-checkout #payment .payment_methods li .payment_box p {
    font-size: 14px;
}

.woocommerce-checkout #payment .place-order {
    padding: 0 !important;
    margin-top: 25px !important;
}

.woocommerce-checkout #payment .place-order .button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 14px 15px;
    min-width: 132px;
    overflow: hidden;
    border: 1px solid #edba3e;
    z-index: 2;
    background-color: #edba3e;
    color: #000;
    margin-top: 25px;
    transition: all 0.4s ease-in-out;
}

.woocommerce-checkout #payment .place-order .button:hover {
    background-color: #fff;
    border-color: #fff;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-privacy-policy-text p a {
    color: #edba3e;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.woocommerce-privacy-policy-text p a:hover {
    color: #fff;
}

.woocommerce-checkout .wc-payment-form,
#payment .payment_methods li .payment_box fieldset {
    background-color: transparent !important;
}

.wc-stripe-payment-method-instruction {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.5;
}

.wc-stripe-payment-method-instruction a {
    color: #edba3e !important;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.wc-stripe-payment-method-instruction a:hover {
    color: #fff !important;
}

.user_sl>a {
    background-color: #3c3a3a;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.user_sl .userBtn {
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.user_sl .userBtn .icon {
    width: 16px;
    height: 16px;
}

.my-account {
    display: inline-block;
}

.my-account .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: -60px;
    margin-top: 0;
    width: 260px;
    box-shadow: 0px 0px 20px 0px #00000026;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 99;
    padding: 0 0;
    padding-top: 0;
    border: 0;
    background: #121212;
    border-radius: 6px;
}

.my-account:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
}


.my-account .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #121212;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: inherit;
    top: 0;
    right: 54px;
    transform: translateY(-100%);
}

.my-account .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 14px 16px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    transition: all 0.4s ease-in-out;
}

.my-account .dropdown-menu .icon {
    width: 18px;
    height: 18px;
    transition: all 0.4s ease-in-out;
}


.my-account .dropdown-menu .dropdown-item:hover,
.my-account .dropdown-menu .dropdown-item.active {
    background-color: transparent !important;
    color: #edba3e;
}

.my-account .dropdown-menu .dropdown-item:hover .icon,
.my-account .dropdown-menu .dropdown-item.active .icon {
    background-color: #edba3e;
}

.my-account .dropdown-menu .dropdown-item:last-child {
    background-color: rgb(45 44 44) !important;
    border-radius: 0 0 6px 6px;
}

.login-register-wrap .row {
    --bs-gutter-x: 40px;
}

.form-row label {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
}

.woocommerce-account .password-input .woocommerce-Input {
    padding-right: 50px !important;
}

.password-input {
    display: block;
    position: relative
}

.show-password-input {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    line-height: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 16px !important;
}

.show-password-input::after {
    content: '' !important;
    background-image: url(../img/svg/eye-show.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-position: center;
}

.show-password-input.display-password::after {
    background-image: url(../img/svg/hide-eye.svg);
}

.woocommerce-account .form-check-input[type=checkbox] {
    border-color: #DCDFE2;
    margin-right: 0 !important;
}

.woocommerce-account .form-check-input[type=checkbox] {
    width: 14px !important;
    height: 14px !important;
    padding: 0 !important;
    border: 1px solid #687986;
    background-color: transparent;
    margin-top: 0;
    border-radius: 2px !important;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-account .woocommerce-form-login__rememberme span {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

.woocommerce-LostPassword a {
    color: #edba3e;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: block;
    transition: all 0.4s ease-in-out;
}

.woocommerce-LostPassword a:hover {
    color: #fff;
}

.login-signup-wrap {
    background-color: #121212;
    border-radius: 6px;
    padding: 30px;
    max-width: 550px;
    margin: 0 auto;
}

.my-account-main {
    background-color: #121212;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    column-gap: 24px;
}

.my-account-main .my-account-nav {
    width: 196px;
    flex: 0 0 196px;
    height: 388px;
    border-right: 2px solid rgba(104, 121, 134, 0.2);
}

.my-account-main .woocommerce-MyAccount-content {
    width: 100%;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li {
    position: relative;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: inherit;
    right: -2px;
    width: 2px;
    height: 100%;
    background-color: #edba3e;
    border-radius: 6px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li.is-active::after {
    opacity: 1;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 14px 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-navigation.logout-menu li a {
    color: #FF0000 !important;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li a .icon {
    width: 18px;
    height: 18px;
    transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-navigation.logout-menu li a .icon {
    background-color: #FF0000 !important;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li:hover a {
    color: #edba3e;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li:hover a .icon {
    background-color: #edba3e;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #edba3e;
    font-weight: 500;
}

.my-account-main .my-account-nav .woocommerce-MyAccount-navigation ul li.is-active a .icon {
    background-color: #edba3e;
}

.woocommerce-MyAccount-navigation ul li a::before {
    display: none !important;
}

.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    float: inherit !important;
    width: 100% !important;
    margin-right: 0 !important;
}

.woocommerce-MyAccount-navigation.logout-menu {
    height: auto;
}

.personal-info-top {
    margin-bottom: 30px;
}

.personal-info-title {
    color: #fff;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-align: left !important;
}

.personal-info .form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
    min-width: 125px;
}

.personal-info .form-content {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

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

.personal-info .row,
.woocommerce-EditAccountForm .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.woocommerce-EditAccountForm .btn {
    margin-top: 30px;
}

#account_display_name_description {
    font-size: 14px;
    padding-top: 10px;
    display: block;
}

.woocommerce-variation-description {
    display: block;
}

.woocommerce-variation-description p {
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.woocommerce-orders-table,
.woocommerce-view-order .order_details,
.woocommerce-order-received .woocommerce-table--order-details {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(104, 121, 134, 0.2) !important;
    overflow: hidden;
    border-radius: 6px;
}

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

.woocommerce-orders-table__header {
    background-color: #000 !important;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell,
.woocommerce-view-order .order_details tr th,
.woocommerce-order-received .woocommerce-table--order-details tr th,
.woocommerce-view-order .order_details tr td,
.woocommerce-order-received .woocommerce-table--order-details tr td {
    text-align: center !important;
    background-color: transparent !important;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 18px 10px;
    border-bottom: 1px solid #393838;
}

.woocommerce-view-order .order_details tr th.product-name,
.woocommerce-view-order .order_details tr th.product-total {
    background-color: #000 !important;
    border-bottom: none !important;
}

.woocommerce-view-order .order_details tr th,
.woocommerce-order-received .woocommerce-table--order-details tr th,
.woocommerce-view-order .order_details tr td,
.woocommerce-order-received .woocommerce-table--order-details tr td {
    text-align: start !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p {
    margin-bottom: 0;
}

table:not(.has-background) tbody td {
    background-color: transparent !important;
}

.woocommerce-orders-table tbody tr:last-child .woocommerce-orders-table__cell {
    border-bottom: none !important;
}

.my_account_orders .button.view::after {
    display: none;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a:hover {
    color: #edba3e;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .btn {
    min-width: 92px;
    padding: 10px 12px;
    font-size: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #AFAFAF;
    font-size: 16px !important;
}

.woocommerce-MyAccount-content mark {
    background-color: transparent !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.woocommerce-order-details__title {
    color: #fff !important;
    font-size: 24px !important;
    padding: 15px 0;
}

.woocommerce-view-order .order_details tr td.woocommerce-table__product-name a {
    text-decoration: none !important;
    color: #fff;
    transition: all .4s ease-in-out;
}

.woocommerce-view-order .order_details tr td.woocommerce-table__product-name a:hover {
    color: #edba3e;
}

.woocommerce-order-details {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-column--shipping-address,
.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
    width: 49% !important;
    float: inherit !important;
    margin-right: 0 !important;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #393838;
}

.woocommerce-view-order .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce-customer-details--email,
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    color: var(--primary) !important;
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .addresses,
.woocommerce-order-received .addresses {
    display: flex;
    align-items: start;
    column-gap: 20px;
}

.woocommerce-view-order .addresses .woocommerce-column__title,
.woocommerce-order-received .addresses .woocommerce-column__title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.woocommerce-view-order .addresses address,
.woocommerce-order-received .addresses address {
    color: #fff;
}

.woocommerce-view-order .woocommerce-customer-details--email,
.woocommerce-order-received .woocommerce-customer-details--email {
    color: #edba3e !important;
}

.my-account-content-title {
    color: #fff;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
}

.my-address-top {
    margin-bottom: 24px;
}

.my-address-top p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-bottom: 0;
}

.my-address-list .row {
    --bs-gutter-x: 24px;
}

.my-address-list .woocommerce-Address {
    border: 1px solid #393838;
    background-color: #121212;
    border-radius: 6px;
    padding: 24px;
    height: 100%;
    width: 100% !important;
}

.my-address-list .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.my-address-list .woocommerce-Address-title h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    display: block;
}

.my-address-list .woocommerce-Address .btn {
    min-width: 90px;
    padding: 10px 15px;
}

.my-address-list address {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .form-row-last,
.woocommerce-edit-address .woocommerce-MyAccount-content .form-row-first,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-first,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-last {
    width: 49% !important;
    clear: inherit !important;
    margin-right: 0 !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .form-row-last,
.woocommerce-edit-address .woocommerce-MyAccount-content .form-row-first,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-first,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-last {
    width: 49% !important;
    clear: inherit !important;
    margin-right: 0 !important;
}

.woocommerce-edit-address .form-row-wide#billing_city_field,
.woocommerce-edit-address .form-row-wide#billing_postcode_field,
.woocommerce-edit-address .form-row-wide#shipping_city_field {
    width: 49% !important;
    float: left;
}

.woocommerce-edit-address .form-row-wide#billing_state_field,
.woocommerce-edit-address .form-row-wide#billing_phone_field,
.woocommerce-edit-address .form-row-wide#shipping_state_field {
    width: 49% !important;
    clear: none !important;
    float: right !important;
}

.woocommerce-address-fields .btn {
    margin-top: 20px;
}

.woocommerce-notice--success {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1;
}

.woocommerce-order-received ul.order_details {
    display: flex;
    background: #121212;
}

.woocommerce-order-received ul.order_details li {
    width: 20%;
    border-bottom: none;
    border-right: 1px dotted #524f4f;
    color: #fff;
    text-transform: capitalize;
}

.woocommerce-order-received ul.order_details li:last-child {
    border-right: none;
}

.woocommerce-checkout .order_details:before,
.woocommerce-checkout .order_details:after {
    background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #121212 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #121212 33.33%, transparent 33.33%);
    background-size: 0 100%, 16px 16px, 16px 16px;
}

.woocommerce-order-received .woocommerce-table--order-details tr td a {
    transition: all .4s ease-in-out;
}

.woocommerce-order-received ul.order_details li strong {
    margin-top: 10px;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr th {
    background-color: #121212 !important;
}

.woocommerce-order-received .woocommerce-table--order-details tr th,
.woocommerce-order-received .woocommerce-table--order-details thead tr .product-total {
    text-align: start !important;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr th {
    padding: 15px 10px;
    padding-bottom: 15px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody .product-name {
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody .product-total {
    text-align: start !important;
}

.woocommerce-order-received .col2-set.addresses {
    float: inherit !important;
}

.inner-banner-box {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inner-banner-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1F1F1F;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.inner-banner-box .inner-title {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.inner-banner-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    column-gap: 12px;
}

.inner-banner-box ul li,
.inner-banner-box ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all .4s ease-in-out;
}

.inner-banner-box ul li a:hover {
    color: #edba3e;
}

.inner-banner-box ul li span {
    padding-right: 12px;
}

.contact-info-sec .contact-box {
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    position: relative;
    background: #121212;
}

.contact-info-sec .contact-box .icon-box {
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 4%);
    border-radius: 50%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-sec .contact-box .icon-box .icon {
    background-color: #edba3e;
    width: 24px;
    height: 24px;
}

.contact-info-sec .contact-box small {
    font-size: 16px;
    color: #AFAFAF;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.contact-info-sec .contact-box h4,
.contact-info-sec .contact-box h4 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.015em;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.contact-info-sec .contact-box h4 a:hover {
    color: #edba3e;
}

.contact-form-sec .sec-head p {
    margin: 0;
    margin-top: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    padding: 18px 24px;
    border: 1px solid #2d2c2c;
    border-radius: 5px;
    background: transparent;
    resize: none;
}

.form-control::placeholder {
    color: rgb(255 255 255 / 70%);
}

.form-control:focus {
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    border-color: #edba3e;
}

textarea.form-control {
    height: 100px;
}

.form-select {
    background-image: url(../img/svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 13px 7.5px;
    padding-right: 40px;
}

select:has(option:checked:first-child) {
    color: rgb(255 255 255 / 70%);
}

select:has(option:checked:first-child) option {
    color: #000;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error {
    position: absolute;
    right: 0;
    top: -1.25rem;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: .3125rem .3125rem .25rem !important;
    color: #fff !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after,
.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: .375rem solid transparent;
    border-style: solid;
    border-width: .375rem;
    content: "";
    height: 0;
    left: .3125rem;
    position: absolute;
    bottom: -0.625rem;
    width: 0;
    transform: rotate(360deg);
}

.wpcf7 form .wpcf7-response-output {
    padding: .3125rem !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fb0101 !important;
    color: #fb0101 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.goggle-map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 30px;
}

.goggle-map iframe {
    width: 100%;
    height: 100%;
}

.company-info-sec .sec-title {
    line-height: 1.4;
}

.comapny-info-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.company-info-sec .company-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-info-sec .row {
    --bs-gutter-x: 40px;
}

.whole-enq-sec .sec-head p {
    display: block !important;
    max-width: 100%;
}

.sticky-request-quote {
    position: fixed;
    bottom: 20px;
    z-index: 1;
    right: 50px;
    margin: auto;
    text-align: center;
    max-width: 100px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.page-template-wholesale-enquiry .sticky-request-quote {
    display: none;
}

.blog-details-wrap {
    max-width: 1100px;
    margin: auto;
}

.blog-details-img {
    margin: 20px 0;
}

.blog-details-img img {
    margin: auto;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.blog-date {
    color: #edba3e;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.battery-select #pa_size {
    max-width: 40%;
    padding: 14px 18px;
}

.battery-select #pa_size option {
    color: #000;
}