p, ul, ol { line-height: 2 !important; }
.h1, h1 { font-size: 1.6rem; }
.h2, h2 { font-size: 1.4rem; }
.h3, h3 { font-size: 1.2rem; }
.h4, h4 { font-size: 1rem; }
.h5, h5 { font-size: 0.9rem; }
.h6, h6 { font-size: 0.8rem; }
body { direction: ltr; }
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

/*---------------------------------- End of fonts ---------------------------------- */
@media only screen and (min-width: 600px) {
    .single-blog .brz-modal {
        padding: 3% 25%;
    !important;
    }

    .brz-modal-dialog-popup {
        width: 70%;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


:root {
    --primary-color: #be070e;
    --secondary-color: #191919;
    --secondary-color-light: #7f7f7f;
    --ico-color-sm: rgb(97, 97, 97);;
}

body {
    font-family: 'IRANSans' !important;
}

*:active, *:focus, *:active, *:focus-visible {
    outline: none !important;
}

textarea {
    font-family: 'IRANSans' !important;
}

.form-control:focus {
    border-color: var(--primary-color);
    -webkit-box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
}

.form-control {
    border: 1px solid #e5f0ee;
    padding: 30px 15px;
    border-radius: 3px;
}

.h1, h1 {
    font-size: 1.7rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.30rem;
}

.h4, h4 {
    font-size: 1.16rem;
}

.h5, h5 {
    font-size: 1.1rem;
}

.btn {
    font-size: 10pt;
}

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

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ab0007;
    border-color: #ab0007;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
}

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

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ab0007;
    border-color: #ab0007;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 9%);
}

.btn-danger {
    color: var(--primary-color);
    background-color: #ffd5d9;
    border-color: #ffd5d9;
}

.mCSB_scrollTools {
    width: 9px;
}

.banner-ads a:hover img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-ads a img {
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.banner-ads {
    /*margin-top:75px;*/
}

#logo {
    background: white;
    padding: 35px 0;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 5;
}

#logo::before {
    content: "";
    background-color: white;
    position: absolute;
    top: -2px;
    z-index: 3;
    left: 0;
    right: 0;
    height: 3px;
}

#logo h1 {
    margin: 0;
    text-align: center;
}

#logo h1 a img {
    display: block;
    width: 130px;
    margin: auto;
}

#logo h1 a {
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 10pt;
    white-space: nowrap;
    text-decoration: none;
}

#logo h1 a span {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.main-nav-topbar {
    border-bottom: 1px solid #e5f0ee;
    height: 45px;
}

.main-nav-topbar-navlang ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.main-nav-topbar-navlang ul li {
    padding: 10px;
}

.main-nav-topbar-navlang ul li a {
    font-size: 10pt;
    letter-spacing: -0.5px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary-color);
}

.main-nav-topbar-navlang ul li a:hover {
    color: var(--primary-color);
}

.main-nav-topbar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav-topbar-post a:hover {
    color: var(--primary-color);
}

.main-nav-topbar-post a {
    display: block;
    white-space: nowrap;
    word-spacing: -1px;
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 10pt;
    padding-right: 25px;
}

.main-nav-topbar-post i {
    color: var(--primary-color);
    position: absolute;
    font-size: 13pt;
    right: 15px;
}

.main-nav-menu {
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
}

.main-nav-menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    line-height: 2.5;
}

.main-nav-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.main-nav-menu ul li a:hover {
    color: var(--primary-color);
}

.main-nav-menu ul li a {
    font-size: 10.5pt;
    text-decoration: none;
    color: var(--secondary-color);
    word-spacing: -2px;
}

.mega-menu-btn {
    font-size: 10.5pt;
    word-spacing: -2px;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    color: var(--secondary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.mega-menu-btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.mega-menu-btn::after {
    content: "";
    background: #e5f0ee;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.mega-menu-btn span svg {
    margin-left: 10px;
}

.main-nav-menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    place-content: flex-end;
}

.searchBtnLg {
    border: 1px solid #e5f0ee;
    padding: 10px 13px;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.searchBtnLg:hover, .activeOpenSearchForm {
    background: var(--primary-color);
    border-color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: white;
}

.activeOpenSearchForm i {
    color: white !important;
}

.searchBtnLg:hover i {
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.searchBtnLg i {
    color: #DDD;
    position: relative;
    top: 1px;
}

.primary-btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.primary-btn a {
    margin-right: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    background: var(--primary-color);
    -webkit-box-shadow: 0 10px 8px -7px var(--primary-color);
    box-shadow: 0 10px 8px -7px var(--primary-color);
    color: white;
    text-align: center;
    word-spacing: -2px;
    font-size: 10.5pt;
    text-decoration: none;
    height: 100%;
    padding: 10px 15px;
}

.open-menu-sm-btn {
    font-size: 15pt;
    padding-top: 3px;
    cursor: pointer;
    position: relative;
    top: 2px;
    display: inline-block;
    color: var(--ico-color-sm);
}

.site-header__lang-active:hover, .site-header__lang .active {
    background: #DDD;
    cursor: pointer;
}

.site-header__lang-active {
    font-size: 10pt;
    margin-right: 10px;
    line-height: 1;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
}

.site-header__lang-active img {
    width: 24px;
    height: 16px;
    margin-right: 7px;
}

.site-header__lang {
    display: inline-block;
    position: relative;
}

.site-header__lang-items {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 33px;
    border: 0px solid #e5f0ee;
    background-color: #fff;
    left: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2000;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.site-header__lang-items a:hover {
    color: var(--primary-color);
    background: #f5f5f5;
}

.site-header__lang-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10pt;
    text-decoration: none;
    color: var(--secondary-color);
    padding: 10px;
    width: 100%;
}

.site-header__lang-items a img {
    width: 24px;
    height: 16px;
    margin-right: 7px;
}

.mega-menu-btn-sm {
    display: none;
}

.mega-menu {
    position: absolute;
    background: white;
    border-top: 1px solid #e5f0ee;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    left: 15px;
    right: 0;
    border-bottom-left-radius: 10px;
    padding: 15px;
    min-height: 300px;
    display: none;
    border-bottom-right-radius: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 999999;
}

.mega-menu-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mega-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.mega-menu ul span:first-child {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 10pt;
    margin-bottom: 10px;
    display: block;
}

.mega-menu ul li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 9.5pt;
    padding: 5px 0;
    display: inline-block;
    word-spacing: -1.5px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.mega-menu ul li a::before {
    content: "\f053";
    font-size: 7pt;
    margin-left: 5px;
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    color: var(--primary-color);
    right: 0;
    top: 6px;
    display: none;
}

.mega-menu ul li a:hover {
    color: var(--primary-color);
    padding-right: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.mega-menu ul li a:hover::before {
    display: block;
}

.mega-ul a {
    color: #000 !important;
}

.quick-menu-ul li .active {
    color: var(--primary-color);
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mega-menu-btn-item a {
    color: var(--secondary-color);
    text-decoration: none;
}

.mega-menu-btn-item a:hover * {
    color: var(--primary-color) !important;
}

.mega-menu-btn-item .active {
    color: var(--primary-color);
}

.mega-menu-btn-item .active span::after {
    color: var(--primary-color);
}

.back-to-menu {
    display: none;
}

footer {
    background: url('../images/footerbg.jpg');
    margin-top: 100px;
    position: relative;
    background-position: right center;
    color: white;
}

footer::after {
    background: #000000d9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.order-traking-box {
    background: white;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 /6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 /6%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    bottom: 60px;
    z-index: 3;
}

.order-traking-box-title h2 {
    color: var(--primary-color);
    font-size: 12pt;
    font-weight: 600;
    margin-top: 10px;
}

.order-traking-box-title p {
    font-size: 9.5pt;
    word-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--secondary-color-light);
}

.order-traking-box-form form {
    position: relative;
}

.order-traking-box-form input {
    width: 100%;
    border: 0;
    background: #f9f9f9;
    padding: 20px 15px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}

.order-traking-box-form input:focus {
    border-color: var(--primary-color);
}

.order-traking-box-form button {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 0 15px;
    font-size: 10pt;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.product-modal-content-text ul {
    padding-right: 20px;
    margin: 0;
}

.pagination {
    flex-flow: wrap;
    justify-content: center;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

input::placeholder, textarea::placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.order-traking-box-form input::-webkit-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.order-traking-box-form input:-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.order-traking-box-form input::-moz-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.order-traking-box-form input::-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.order-traking-box-form input::placeholder {
    color: var(--secondary-color-light);
    font-size: 10pt;
    word-spacing: -1px;
}

.select2-search__field::-webkit-input-placeholder {
    font-size: 10pt;
}

.select2-search__field:-ms-input-placeholder {
    font-size: 10pt;
}

.select2-search__field::-moz-placeholder {
    font-size: 10pt;
}

.select2-search__field::-ms-input-placeholder {
    font-size: 10pt;
}

.select2-search__field::placeholder {
    font-size: 10pt;
}

.footer-nav span {
    color: white;
    font-weight: 500;
    font-size: 11pt;
    margin-bottom: 10px;
    display: block;
}

.footer-content {
    position: relative;
    z-index: 3;
    bottom: 10px;
}

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

.footer-nav ul li a {
    line-height: 2.5;
    text-decoration: none;
    font-size: 10pt;
    white-space: nowrap;
    color: var(--secondary-color-light);
    word-spacing: -1.5px;
}

.footer-nav ul li a:hover {
    color: var(--primary-color);
}

.footer-info ul {
    padding: 0;
    margin: 0;
}

.footer-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.footer-info ul li:last-child {
    margin-bottom: 0;
}

.footer-info-ico {
    background: #383839;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    margin-right: 10px;
    border-radius: 6px;
}

.footer-info-content span {
    font-size: 9pt;
    color: var(--secondary-color-light);
}

.footer-info-content p {
    font-size: 10pt;
    margin: 0
}

.footer-social {
    text-align: center;
    -ms-grid-row-align: flex-end;
    -ms-grid-column-align: flex-end;
    place-self: flex-end;
}

.footer-social h6 {
    font-size: 9pt;
    font-weight: 300;
    word-spacing: -1px;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: white;
    background: #383839;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-social ul li a:hover {
    background: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-social ul li a svg,
.footer-social ul li a i {
    width: 24px;
    height: 24px;
    line-height: 1.15;
    font-size: 17pt;
}

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

.footer-namad-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    place-items: flex-end;
}

.footer-namad-item img {
    width: 110px;
    margin: auto;
    margin-bottom: 15px;
    display: block;
}

.footer-namad h6 {
    font-size: 11pt;
    margin-bottom: 20px;
}

.copyrights {
    border-top: 1px solid #282828;
    position: relative;
    z-index: 3;
    padding: 25px 0;
}

.copyrights .box1 p {
    color: var(--secondary-color-light);
    font-size: 10pt;
    margin-bottom: 0;
    white-space: -2px;
}

.copyrights .box2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.copyrights .box2 ul li {
    display: inline-block;
}

.copyrights .box2 ul li a {
    color: var(--secondary-color-light);
    margin-right: 10px;
    font-size: 10pt;
    word-spacing: -1px;
    display: block;
}

.copyrights .box2 ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.copyrights .box2 {
    margin: 10px 0;
    text-align: right;
}

.copyrights .box1 p a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.overlay {
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.has-mega-menu-box::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
    font-size: 9pt;
}

.slider {
    margin-bottom: 40px;
}

.slider .owl-stage-outer {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
}

.slider .owl-slider .owl-nav {
    position: absolute;
    left: 2%;
    color: #ddd;
    top: 5%;
}

.owl-news .owl-nav .owl-prev,
.slider .owl-slider .owl-nav .owl-prev,
.owl-news .owl-nav .owl-next,
.slider .owl-slider .owl-nav .owl-next,
{
    font-size: 12pt;
    padding: 5px !important;
    margin: 0 5px;
}

.slider .owl-slider .owl-nav .owl-prev:hover,
.slider .owl-slider .owl-nav .owl-next:hover {
    color: white;
}

.owl-news .owl-dots و
.slider .owl-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.owl-news .owl-dots .active span,
.slider .owl-slider .owl-dots .active span {
    background: var(--primary-color);
    opacity: 1;
    width: 35px;
}

.owl-news .owl-dots button,
.slider .owl-slider .owl-dots button {
    padding: 5px !important;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.owl-news .owl-dots button:hover span,
.slider .owl-slider .owl-dots button:hover span {
    background: var(--primary-color);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    opacity: 1;
}

.owl-news .owl-dots {
    text-align: center;
}

.owl-news .owl-dots button span {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 20px;
    height: 2px;
    display: block;
    background: #DDD;
    opacity: 0.8;
}

.owl-news .owl-prev {
    position: absolute;
    top: 40%;
    right: -15px;
}

.owl-news .owl-next span, .owl-news .owl-prev span {
    background: #e5f0ee;
    padding: 5px 10px;
    color: #000;
    font-size: 10pt;
    padding-top: 7px;
    border-radius: 4px;
    color: black;
}

.owl-news .owl-next {
    position: absolute;
    top: 40%;
    left: -15px;
}

.slider .owl-slider .owl-dots button span {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 20px;
    height: 2px;
    display: block;
    background: white;
    opacity: 0.8;
}

.products {
    background: rgb(245, 245, 245);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 50px
}

.blogs {
    background: rgb(245, 245, 245);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px 0;
}

.products-filter-box {
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(128, 128, 128, 0.06);
    box-shadow: 0px 0px 32px 0px rgba(128, 128, 128, 0.06);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    min-height: 620px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-filter-list .products-filter-list-item:last-child {
    border: 0;
    margin: 0;
}

.products-filter-list .products-filter-list-item:last-child h6 {
    padding-bottom: 0;
}

.products-filter-list .products-filter-list-item {
    border-bottom: 1px solid #e5f0ee;
    margin-bottom: 15px;
}

.products-filter-list .products-filter-list-item h6:hover,
.products-filter-list .products-filter-list-item .active,
.products-filter-list .products-filter-list-item .active i,
.products-filter-list .products-filter-list-item h6:hover i {
    color: var(--primary-color);
}

.products-filter-list .products-filter-list-item h6 {
    font-size: 9pt;
    cursor: pointer;
    color: var(--secondary-color);
    word-spacing: -1px;
    padding-bottom: 5px;
    line-height: 2;
    font-weight: 500;
}

.products-filter-list .products-filter-list-item h6 i {
    float: left;
    position: relative;
    top: 6px;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 8pt;
}

.btnprimary {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--primary-color);
    -webkit-box-shadow: 0 10px 8px -7px var(--primary-color);
    box-shadow: 0 10px 8px -7px var(--primary-color);
    color: white;
    text-align: center;
    word-spacing: -2px;
    font-size: 10.5pt;
    text-decoration: none;
    padding: 15px;
}

.btnprimary:hover {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.cars-type {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cars-type li button {
    background: transparent;
    border: 0;
    text-align: right;
    padding: 0;
    font-size: 9.5pt;
    line-height: 2.5;
    margin: 7.5px 0;
}

.cars-type li button:hover {
    color: var(--primary-color);
    font-weight: 600;
}

.cars-type li button .cars-type-ico {
    background-image: url(../images/carstype.png);
    display: block;
    float: right;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type li button:hover .cars-type-ico-tjari {
    background-position: -15px -54px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-tjari {
    width: 51px;
    background-position: -15px -15px;
    height: 30px;
}


.cars-type li button:hover .cars-type-ico-savari {
    background-position: -86px -54px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-savari {
    width: 51px;
    background-position: -86px -15px;
    height: 30px;
}


.cars-type li button:hover .cars-type-ico-bus {
    background-position: -161px -54px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-bus {
    width: 51px;
    background-position: -161px -15px;
    height: 30px;
}


.cars-type li button:hover .cars-type-ico-keshva {
    background-position: -235px -50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-keshva {
    width: 51px;
    background-position: -235px -12px;
    height: 30px;
}

.cars-type li button:hover .cars-type-ico-rahsazi {
    background-position: -304px -54px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-rahsazi {
    width: 51px;
    background-position: -304px -16px;
    height: 30px;
}

.cars-type li button:hover .cars-type-ico-suv {
    background-position: -370px -54px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cars-type-ico-suv {
    width: 51px;
    background-position: -370px -16px;
    height: 30px;
}

.tires-size, .product-code {
    height: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}

.product-code input {
    width: 100%;
    padding: 8px;
    border: 1px solid #e5f0ee;
    margin-top: 10px;
    border-radius: 3px;
}

.product-code input:focus {
    border-color: var(--primary-color);
}

.product-code input::-webkit-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 9pt;
    word-spacing: -1px;
}

.product-code input:-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 9pt;
    word-spacing: -1px;
}

.product-code input::-moz-placeholder {
    color: var(--secondary-color-light);
    font-size: 9pt;
    word-spacing: -1px;
}

.product-code input::-ms-input-placeholder {
    color: var(--secondary-color-light);
    font-size: 9pt;
    word-spacing: -1px;
}

.product-code input::placeholder {
    color: var(--secondary-color-light);
    font-size: 9pt;
    word-spacing: -1px;
}

.tires-size .select2 {
    border: 0;
    width: 100%;
    font-size: 10pt;
    margin-bottom: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--single {
    height: 40px;
    border-color: #e5f0ee;
    font-size: 9pt;
}

.select2-dropdown {
    border-color: #e5f0ee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: unset;
    left: 0;
    height: 40px;
    width: 25px;
    top: 0;
}

.select2-results__message {
    font-size: 8pt;
    text-align: center;
}

.select2-search__field {
    text-align: right;
    direction: rtl;
}

.products-list-view-item-inner {
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgb(128 128 128 /20%);
    box-shadow: 0px 0px 32px 0px rgb(128 128 128 /20%);
    margin-bottom: 15px;
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.products-list-view-item-inner a {
    text-decoration: none;
}

.products-list-view-item-inner a h2 {
    color: var(--secondary-color);
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
    margin: 0;
    height: 37px;
    margin-top: 10px;
}

.products-list-view-item-inner a ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.products-list-view-item-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9pt;
    color: var(--secondary-color);
    line-height: 2;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-list-view-item-inner ul li span {
    background: white;
    line-height: 2.2;
    position: relative;
    word-spacing: -2px;
    z-index: 2;
    padding: 0 5px;
}

.products-list-view-item-inner ul li span b {
    color: var(--primary-color);
    font-weight: 500;
    margin-left: 2px;
}

.products-list-view-item-inner {
    overflow: hidden;
}

.products-list-view-item-inner ul li:after {
    height: 1px;
    display: block;
    border-bottom: 1px dashed #eee;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
}

.products-list-view-item-inner-tumb {
    position: relative;
    height: 120px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: center;
}

.products-list-view-item-inner-tumb img {
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 5;
    right: 0;
}

.readmore-product {
    position: relative;
    text-align: center;
    background: var(--primary-color);
    font-size: 9pt;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    display: none !important;
    z-index: 6;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: auto;
}

.readmore-product:hover {
    color: white;
}

.products-list-view-item-inner:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.products-list-view-item-inner:hover .products-list-view-item-inner-tumb img {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.products-list-view-item-inner:hover .readmore-product {
    display: inline-block !important;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.centers-box {
    background-image: url('../images/world-map-png-35418.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.centers-box-header h3 {
    font-size: 14pt;
    font-weight: 600;
    word-spacing: -2px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.centers-box-header h3 span {
    color: var(--primary-color);
}

.centers-box-header p {
    font-size: 11pt;
    font-weight: 400;
    color: #8e8e8e;
}

.centers-box-form {
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgb(128 128 128 /20%);
    box-shadow: 0px 0px 32px 0px rgb(128 128 128 /20%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 25px;
    z-index: 3;
    margin-bottom: 50px;
}

.centers-box-inner {
    height: 500px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.centers-box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.centers-box-form-item {
    position: relative;
}

.centers-box-form-item .centers-box-form-item-title {
    display: block;
    background: white;
    font-size: 9pt;
    color: #7f7f7f;
    position: absolute;
    padding: 5px 10px;
    top: -13px;
    right: 25px;
    z-index: 2;
}

.centers-box-form-item .select2-container .select2 {
    font-size: 13pt;
}

.centers-box-form-item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 30px;
}

.centers-box-form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    width: 30px;
}

.centers-box-form-item .select2 {
    width: 100% !important;
}

.centers-box-form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
}

.centers-box-form-item .select2-container .select2-selection--single {
    height: 60px;
}

.centers-box-form-item button {
    width: 100%;
    background: var(--primary-color);
    color: white;
    padding: 20px;
    border-radius: 5px;
    border: 0;
    font-size: 10pt;
}

.blogs-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    place-items: flex-start;
}

.blogs-box-header h3 {
    font-size: 11pt;
    word-spacing: -1px;
    font-weight: 500;
    color: var(--primary-color);
}

.blogs-box-header h3 span {
    display: block;
    font-size: 9pt;
    margin-top: 7px;
    color: var(--secondary-color);
    font-weight: 400;
    word-spacing: -2px;
}

.blogs-box-header a {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 8pt;
    color: #6e6e6e;
    text-decoration: none !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
}

.blogs-box-header a:hover {
    color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-color: var(--primary-color);
    font-weight: 500;
}

.blogs-box-header a::after {
    content: "\f101";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 10px;
    font-size: 7.5pt;
    position: relative;
    top: 2px;
}

.blogs-box-body ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
}

.blogs-box-post .blogs-box-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 10px;
    z-index: 3;
    margin-bottom: 10px;
}

.blogs-item-image img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogs-item-image {
    width: 30%;
}

.blogs-item-content {
    padding-right: 10px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blogs-item-content h2 a {
    font-size: 10pt;
    overflow: hidden;
    color: var(--primary-color);
    height: 30px;
    width: 100%;
    text-decoration: none;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogs-item-content p {
    font-size: 9pt;
    margin-bottom: 10px;
    color: #777;
    padding-left: 10px;
}

.blogs-item-content-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blogs-item-content-date span {
    color: rgb(122, 122, 122);
    font-size: 9pt;
    word-spacing: -1px;
    font-weight: 300;
}

.blogs-item-content-date span i {
    font-size: 11.5pt;
    margin-left: 2px;
    position: relative;
    top: 2px;
    color: #aaa;
}

.blogs-item-content-date a, .owl-news-content-date a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 6px;
    color: var(--primary-color);
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-size: 9pt;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid var(--primary-color);
}

.blogs-item-content-date a:hover, .owl-news-content-date a:hover {
    background: var(--primary-color);
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.gallery-grid-post {
    margin-top: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brz-page-title {
    border-bottom: 1px solid #e5f0ee;
    margin-bottom: 20px;
}

p {
    line-height: 1.8;
}

.brz-page-template {
    background: white;
    padding: 30px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
}

.brz-page-template table {
    width: 100%;
    margin: 15px 0;
    overflow: auto;
}

.brz-attachment-box {
    border: 1px solid #e5f0ee;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 20px;
}

.brz-attachment-box-title {
    font-size: 11pt;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    word-spacing: -2px;
}

.brz-attachment-box a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.brz-attachment-box a {
    color: var(--primary-color);
    text-decoration: none;
    word-spacing: -2px;
    font-size: 10pt;
}

.brz-attachment-box-item i {
    font-size: 20px;
}

.brz-attachment-box-item {
    padding: 10px 0 !important;
}

.brz-attachment-box-file-size {
    font-size: 9pt;
}

.brz-page-template table tr td {
    padding: 15px;
    font-size: 11pt;
    border-color: #ddd;
}

.brz-page-template table tr:nth-child(odd) {
    background: #f5f5f5;
}

.brz-page-title h1 {
    font-size: 17pt;
    word-spacing: -2px;
    margin-bottom: 25px;
}

.brz-page-template .h1, .brz-page-template .h2, .brz-page-template .h3, .brz-page-template .h4, .brz-page-template .h5, .brz-page-template .h6,
.brz-page-template h1, .brz-page-template h2, .brz-page-template h3, .brz-page-template h4, .brz-page-template h5, .brz-page-template h6 {
    margin-bottom: 1rem;
}

.gallery-grid-post-item {
    padding: 5px !important;
}

.gallery-grid-post-item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.gallery-grid-post-item a img {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gallery-grid-post-item a::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    content: "";
    background-color: #00000073;
}

.gallery-grid-post-item a:hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    z-index: 5;
}

.gallery-grid-post-item a:hover::after {
    display: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.sidebar-post-list {
    background: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    box-shadow: 0px 0px 32px 0px rgb(128 128 128 / 10%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 15px;
}

.sidebar-post-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border-bottom: 1px solid #e5f0ee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-post-list-header span {
    color: var(--primary-color);
    font-size: 10pt;
    font-weight: 500;
}

.sidebar-post-list-header span i {
    font-size: 12pt;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.sidebar-post-list-header-link a {
    color: var(--secondary-color);
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 5px;
    padding-bottom: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sidebar-post-list-header-link .active, .sidebar-post-list-header-link a:hover {
    color: white;
    background: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.sidebar-post-list-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.sidebar-post-list-body ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 10pt;
    white-space: nowrap;
    color: var(--secondary-color);
    text-decoration: none;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 1.52;
}

.sidebar-post-list-body ul li:last-child a {
    margin-bottom: 0;
}

.sidebar-post-list-body ul li a:hover {
    color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sidebar-post-list-body ul li a::before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: var(--primary-color);
    font-size: 5pt;
    margin-left: 5px;
}

.search-form-header {
    z-index: 100;
    left: 0;
    right: 0;
    position: absolute;
    height: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    overflow: hidden;
}

.search-form-header-show {
    height: 70px;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.OpenSearchForm {
    cursor: pointer;
}

.search-form-header-inner {
    background: white;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #e5f0ee;
    -webkit-box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 6%);

}

.search-form-header-inner input {
    padding: 22px;
    color: var(--secondary-color);
    width: 100%;
    border: 0;
}

.search-form-header-inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form-header-inner form button {
    border: 0;
    margin: 10px 0;
    background: var(--primary-color);
    color: white;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 9pt;
}

.brdcrmb {
    background: #f5f5f5;
    margin-bottom: 40px;
}

.brdcrmb-box {
    margin: 23px 0;
}

.brdcrmb-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.brdcrmb-box ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 9pt;
    word-spacing: -1.5px;
}

.brdcrmb-box ul li a {
    font-size: 9pt;
    word-spacing: -1.5px;
    text-decoration: none;
    color: #777;
}

.brdcrmb-box ul li a:hover {
    color: var(--primary-color);
}

.brdcrmb-box ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    margin-left: 10px;
    font-size: 8pt;
}

.brdcrmb-box .current {
    color: var(--primary-color);
}

.main-content-inner-head {
    margin-bottom: 5px;
}

.main-content-inner-title {
    font-size: 15pt;
    word-spacing: -1px;
    margin-bottom: 0;
}

.main-content-inner-tumb {
    border-radius: 10px;
    margin: 20px 0;
}

.main-content-inner-text {
    line-height: 2
}

.main-content-inner-text img {
    max-width: 100% !important;
    height: auto !important;
}

.main-content-inner-text b {
    background: var(--primary-color);
    color: white;
    padding: 5px 10px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 3px;
}

.main-content-inner-text ul {
    padding: 20px;
}

.main-content-inner-text a {
    color: var(--primary-color);
}

.main-content-inner-text h1 {
    font-size: 18pt;
}

.main-content-inner-text h2 {
    font-size: 16pt;
}

.main-content-inner-text h3 {
    font-size: 14pt;
}

.main-content-inner-text h4 {
    font-size: 12pt;
}

.main-content-inner-text h5 {
    font-size: 10pt;
}

.main-content-inner-text h6 {
    font-size: 8pt;
}

.main-content-comment-ruls {
    padding: 30px;
    background-color: #fffdec;
    border-radius: 13px;
    margin: 30px 0;
    position: relative;
}

.main-content-comment-ruls::after {
    content: '';
    position: absolute;
    left: 3%;
    top: 98%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fffdec;
    clear: both;
}

.main-content-comment-ruls h5 {
    font-size: 12pt;
    font-weight: 500;
    color: var(--primary-color);
    word-spacing: -1.5px;
}

.main-content-comment-ruls h5 i {
    margin-right: 20px;
    font-size: 16pt;
    position: relative;
    top: 3px;
    font-weight: 500;
    color: var(--primary-color);
}

.main-content-comment-ruls ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    font-size: 10pt;
    word-spacing: -1px;
    list-style: none;
}

.main-content-comment-ruls ul li {
    line-height: 2;
    color: #626262;
}

.main-content-comment-ruls ul li::before {
    content: "\f111";
    font-weight: 500;
    font-size: 8pt;
    margin-left: 30px;
    margin-right: 5px;
    font-family: "Font Awesome 6 Pro";
}

.main-content-comment-form textarea,
.main-content-comment-form input {
    width: 100%;
    background: #f6f6f8;
    border: 0;
    padding: 15px;
    border: 1px solid transparent;
    height: 55px;
    border-radius: 5px;
}

.main-content-comment-form textarea:focus,
.main-content-comment-form input:focus {
    border: 1px solid var(--primary-color);
}

.main-content-comment-form textarea {
    height: auto !important;
}

.main-content-comment-form button {
    background: var(--primary-color);
    border: 0;
    width: 100%;
    color: white;
    height: 55px;
    border-radius: 5px;
}

.main-content-comment-form button i {
    margin-left: 10px;
    font-size: 15pt;
    line-height: 1;
    position: relative;
    top: 2px;
}

.main-content-comment-form-box {
    padding: 2px 5px;
}

.main-content-comment-title {
    font-size: 11pt;
    word-spacing: -1.5px;
    margin: 30px 0;
    position: relative;
}

.main-content-comment-title span {
    background: white;
    position: relative;
    z-index: 4;
    padding-left: 0;
}

.main-content-comment-title span i {
    font-size: 17pt;
    line-height: 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.main-content-comment-title span i::after {
    content: "\f055";
    position: absolute;
    top: -6px;
    font-size: 15pt;
    font-weight: 600;
    color: var(--primary-color);
    font-family: "Font Awesome 6 Pro";
    right: -5px;
}

.main-content-comment-title::after {
    content: "";
    background: #e5f0ee;
    position: absolute;
    right: 0;
    height: 1px;
    top: 10px;
    left: 0;
}

.main-content-inner-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;;
}

.main-content-inner-info ul li {
    display: inline-block;
    word-spacing: -2px;
    font-size: 9pt;
    margin-right: 15px;
    color: #626262;
}

.share-blog-box-title {
    position: relative;
    word-spacing: -1.5px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.share-blog-box-title span {
    background: white;
    position: absolute;
    font-size: 11pt;
    color: var(--secondary-color);
    position: relative;
    z-index: 2;
    padding-left: 0;
}

.share-blog-box-title span i {
    font-size: 18pt;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.share-blog-box-title span i::after {
    background: var(--primary-color);
    width: 9px;
    height: 9px;
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 0px;
    top: 1px;
}

.share-blog-box {
    margin: 50px 0;
    margin-top: 20px;
}

.share-blog-box-title::after {
    height: 1px;
    background: #e5f0ee;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    content: "";
}

.share-blog-box ul {
    border: 1px solid #e5f0ee;
    padding: 20px 40px;
    padding-top: 25px;
    margin: 0;
    margin-top: 15px;
    border-radius: 8px;
    background: #fff;
    list-style: none;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    width: 80%;
    text-align: center;
}

.share-blog-box ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 8pt;
    color: #8e8f9a;
}

.share-blog-box ul li a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.share-blog-box ul li a i {
    font-size: 15pt;
    margin-bottom: 10px;
}

.share-blog-box ul li a svg {
    margin: auto;
    margin-bottom: 10px;
}

.copylink-btn {
    width: 20%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    background: #fff;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #e5f0ee;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 8pt;
}

.copylink-btn:hover {
    border-color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

    color: var(--primary-color);
}

.copylink-btn:hover svg {
    color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.copylink-btn svg {
    color: #8e8f9a;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15pt;
}

.share-blog-box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar {
    padding-top: 6em;
}

.sidebar-box {
    border: 1px solid #e5f0ee;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 20px;
}

.sidebar-postlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

.sidebar-postlist ul li a {
    text-decoration: none;
}

.sidebar-postlist ul li a h2 {
    font-size: 10pt;
    color: var(--secondary-color);
    word-spacing: -1.5px;
    line-height: 1.5;
}

.sidebar-postlist ul li {
    margin-bottom: 15px;
}

.sidebar-postlist ul li:last-child {
    margin-bottom: 0;

}

.sidebar-postlist ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-postlist ul li a:hover h2 {
    color: var(--primary-color);
}

.sidebar-postlist ul li a img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-box-title {
    position: absolute;
    font-size: 10pt;
    word-spacing: -1.5px;
    top: -10px;
    left: 5px;
    color: var(--primary-color);
}

.sidebar-box-title span {
    background: white;
    font-weight: 600;
    padding: 0 10px;
}

.sidebar-box-title span i {
    font-size: 15pt;
    position: relative;
    top: 2px;
    line-height: 0;
    margin-left: 5px;
}

.category-posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-posts ul li a {
    font-size: 10.5pt;
    line-height: 2.5;
    text-decoration: none;
    padding: 10px 5px;
    color: var(--secondary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.category-posts ul li a:hover {
    color: var(--primary-color);
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.category-posts ul li a::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\2d";
    font-size: 5pt;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 5px;
}

.special-post-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

.special-post-sidebar ul li {
    margin-bottom: 15px;
}

.special-post-sidebar ul li a {
    position: relative;
    text-decoration: none;
    display: block;
}

.special-post-sidebar-image {
    border-radius: 8px;
    overflow: hidden;
}

.special-post-sidebar-image img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.special-post-sidebar-image::after {
    background: #00000069;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 8px;
}

.special-post-sidebar-text {
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px;
}

.special-post-sidebar-text h2 {
    font-size: 10pt;
    line-height: 1.5;
    color: white;
}

.special-post-sidebar-text span {
    background: var(--primary-color);
    padding: 2px 8px;
    font-size: 8pt;
    color: white;
    border-radius: 100px;
}

.special-post-sidebar ul li a:hover .special-post-sidebar-text {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-archive {
    padding-right: 98px;
    position: relative;
    margin-bottom: 53px;
}

.blog-archive::before {
    content: "";
    position: absolute;
    background-color: #e5f0ee;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 43px;
}

.blog-archive ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-archive ul li {
    margin-bottom: 37px;
    border-bottom: 1px solid #e5f0ee;
    padding-bottom: 38px;
}

.blog-archive ul li:last-child {
    border-bottom: 0;
}

.blog-archive-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.blog-archive-item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 11pt;
    position: absolute;
    right: -72px;
    padding: 22px 0;
}

.blog-archive-item-text {
    margin-right: 20px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: normal;
}

.blog-archive-item-image {
    width: 30%;
}

.blog-archive-item-image img {
    border-radius: 8px;
}

.blog-archive-item-text h2:first-child a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14pt;
}

.blog-archive-item-text-content {
    line-height: 2;
    text-align: justify;
    word-spacing: -1.5px;
    font-size: 10pt;
}

.blog-archive-item-text-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-archive-item-text-extra {
    font-size: 9pt;
}

.blog-archive-item-text-extra a {
    color: var(--secondary-color);
    text-decoration: none;
}

.blog-archive-item-text-extra a:hover {
    color: var(--primary-color);
}

.blog-archive-item-text-extra .readmore a {
    color: var(--primary-color);
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-archive-item-text-extra .readmore a:hover {
    font-weight: 600;
}

.blog-archive-item-text-extra .readmore a:hover i {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-archive-item-text-extra .readmore a i {
    font-size: 15px;
    line-height: 0;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    top: 3px;
    margin-right: 5px;
    font-weight: 500;
}

.paginations {
    text-align: center;
}

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

.paginations ul li {
    display: inline-block;
}

.paginations ul li a {
    text-decoration: none;
    background: #e5f0ee;
    padding: 5px 12px;
    font-size: 10pt;
    font-weight: 500;
    border-radius: 3px;
    color: var(--secondary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}

.paginations ul li a:hover, .paginations ul .active a {
    background: var(--primary-color);
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.product-images-main {
    position: relative;
    height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.product-images-main img {
    margin: auto;
}

.single-product .main-content-inner {
    padding: 15px;
}

.product-wrapper {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0;
    border-radius: 10px;
}

.product-wrapper img, .wizard-page-ruls img {
    max-width: 100%;
    height: auto !important;
}

.product-image {
    border-left: 1px solid #e5f0ee;
    padding: 15px;
}

.product-images-gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-images-gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.product-images-gallery ul li img {
    width: 80px;
    height: 80px;
    border: 1px solid #e5f0ee;
    border-radius: 5px;
    opacity: 0.8;
    margin: 7.5px 0;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(128 128 128 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(128 128 128 / 10%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: white;
}

.product-images-gallery ul li img:hover {
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-content-title h2 {
    font-size: 13pt;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.product-content-excerpt {
    margin-top: 30px;
    font-size: 10.5pt;
    color: #6e6e6e;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-content-excerpt-box {
    width: 100%;
    padding-left: 30px;
}

.product-content-excerpt-box select {
    width: 100%;
    border: 1px solid #DDD;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.product-content-excerpt-box-item {
    margin-bottom: 20px;
}

.product-content-excerpt p {
    margin-bottom: 10px;
}

.product-content-excerpt ul li {
    margin-bottom: 10px;
}

.product-content-excerpt ul li span {
    color: var(--primary-color);
}

.product-content {
    padding: 15px;
    padding-left: 45px
}

.product-cart-price {
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    border: 1px dashed #e5f0ee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-add-cart a {
    display: block;
    font-size: 9.5pt;
    word-spacing: -1.5px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
}

.product-price-main {
    font-size: 15pt;
    font-weight: 600;
}

.product-price-main .product-price-label {
    margin-right: 3px;
    font-weight: 500;
    font-size: 9pt;
}

.product-content-excerpt ul {
    padding: 0;
    padding-right: 20px;
    margin: 15px 0;
}

.product-content-excerpt a {
    color: var(--primary-color);
    text-decoration: none;
}

.product-content-excerpt-header {
    margin-top: 10px;
    word-spacing: -1.5px;
    margin-bottom: 10px;
    font-size: 10pt;
    color: var(--secondary-color);
}

.product-content-extra ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
}

.product-content-extra ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 9.5pt;
    margin-left: 10px;
    color: var(--primary-color);
    word-spacing: -1.5px;
}

.product-content-extra li a {
    color: var(--primary-color);
    margin-left: 5px;
    text-decoration: none;
}

.product-content-extra li span {
    margin-left: 5px;
    color: #aaa;
}

.product-button {
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 2;
}

.product-button a:hover svg {
    color: var(--primary-color);
}

.product-button a:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.product-button a {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 5px;
}

.product-button a span {
    background: var(--primary-color);
    font-size: 8pt;
    color: white;
    padding: 2px 10px;
    border-radius: 100px;
    position: absolute;
    right: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    margin-top: 3px;
}

.product-button a svg {
    color: var(--secondary-color);
    font-size: 14pt;
}

.product-details-body {
    background: white;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
}

.product-details-body-content {
    padding: 20px;
}

.product-details-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5f0ee;
}

.product-details-body-header-btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    border-left: 1px solid #e5f0ee;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.product-details-body-header-btn:hover, .product-details-body-header .active {
    background: var(--primary-color);
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.product-details-body-header-btn:last-child {
    border-left: 0;
}

.product-details-body-header h4 {
    font-size: 10pt;
    margin-bottom: 0px;
}

.cart-number, .product-add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-number {
    margin-left: 10px;
}

.cart-number input {
    width: 50px;
    text-align: center;
    border: 1px solid #e5f0ee;
}

.cart-number button {
    background: #e5f0ee;
    border: 0;
    padding: 10px;
    width: 30px
}

.cart-number #more {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-number #less {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-store-info {
    margin-top: 15px;
}

.product-store-info-item {
    display: inline-block;
    margin-left: 15px;
}

.product-store-info:last-child {
    margin: 0;
}

.product-store-info {
    font-size: 10pt;
}

.product-store-info-item-stack {
    color: #6e6e6e;
    word-spacing: -1.5px;
}

.product-store-info-item-stack span {
    font-weight: 500;
}

.product-store-info-item a {
    color: var(--primary-color);
    text-decoration: none;
    word-spacing: -1.5px;
}

.product-details-body-content-box {
    display: none;
}

.product-details-body-content .active {
    display: block !important;
    overflow: auto;
}

.product-store-info-item a svg {
    display: inline-block;
}

.greencolor {
    color: #009432;
}

.redcolor {
    color: #EA2027;
}

.graycolor {
    color: #aaa;
}

.product-details-body-content table th {
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.product-details-body-content table td, .product-details-body-content table th {
    border: 1px solid #e5f0ee;
    padding: 10px;
    color: var(--secondary-color);
    text-align: center;
}

.product-price-off {
    text-decoration: line-through;
    margin-left: 10px;
    color: #6e6e6e;
}

.page-wrapper {
    -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #FFF;
}

.page-wrapper:last-child {
    margin-bottom: 0;
}

.page-header {
    border-bottom: 1px solid #e5f0ee;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header-btn {
    padding: 5px 6px;
    position: relative;
    bottom: 7px;
    line-height: 0;
    font-size: 10pt;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.page-header-btn:hover {
    background: #e5f0ee;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.page-header h2 {
    font-size: 11pt;
    color: var(--primary-color);
    word-spacing: -1.5px;
    margin-bottom: 0;
    display: inline-block;
    top: 1px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 20px;
}

.contact-form {
    padding: 20px;
}

.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    padding: 15px;
    font-size: 10pt;
    color: #777;
    border: 1px solid #e5f0ee;
    border-radius: 5px;
}

.contact-form-fgrp {
    padding: 10px;
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
    border-color: var(--primary-color);
}

.contact-form button {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    background: var(--primary-color);
    -webkit-box-shadow: 0 10px 8px -7px var(--primary-color);
    box-shadow: 0 10px 8px -7px var(--primary-color);
    color: white;
    border: 0;
    width: 100%;
    text-align: center;
    word-spacing: -2px;
    font-size: 10.5pt;
    text-decoration: none;
    padding: 15px;
}

.contact-form button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.contact-form button svg {

    margin-right: 15px;
}

.contact-us-information {
    font-size: 10.5pt;
    margin: 10px 0;
}

.contact-us-information b {
    font-weight: 500;
}

.centers-box-information .inner {
    padding: 20px 0;
}

.centers-box-information {
    background: #f9f9f9;
}

.centers-box-information:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.centers-box-information:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.centers-box-information-title {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.contact-us-map {
    background: #fff;
    border-radius: 5px;
    margin-top: 25px;
    border: 1px solid #e5f0ee;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.contact-us-map .contact-us-map-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.contact-us-map .contact-us-map-content iframe {
    padding: 5px 10px;
}

.contact-us-map-header {
    font-weight: 500;
    padding: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10pt;
    word-spacing: -1.5px;
    cursor: pointer;
}

.contact-us-map-header span svg {
    margin-left: 5px;
}

.contact-us-map-header i {
    margin-top: 3px;
}

.contact-social {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 50px 0;
}

.phonenumber-title {
    text-align: center;
    margin-bottom: 30px;
}

.phonenumber-title h3 {
    font-size: 14pt;
    word-spacing: -1.5px;
}

.phonenumber-title p {
    font-size: 10pt;
    color: #777;
    word-spacing: -1.5px;
}

.contact-form-box {
    -webkit-transform: translateX(50px) translateY(-10px);
    -ms-transform: translateX(50px) translateY(-10px);
    transform: translateX(50px) translateY(-10px);
}

.phonenumber-content-item {
    border-radius: 7px;
    background: white;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    border: 1px solid #e5f0ee;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-height: 200px;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.phonenumber-content-item:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-bottom: 3px solid var(--primary-color);
}

.phonenumber-content-item span {
    display: block;
    font-size: 10.5pt;
    color: var(--secondary-color);
    margin-bottom: 5px;
    word-spacing: -1.5px;
}

.phonenumber-content-item span a:hover {
    color: var(--primary-color);
}

.phonenumber-content-item span a {
    color: var(--secondary-color);
    text-decoration: none;
}

.phonenumber-content-item-adrs {
    height: 55px;
}

.phonenumber-content-item span:last-child {
    margin-bottom: 0;
}

.phonenumber-content-item h4 {
    color: var(--primary-color);
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 12pt;
    font-weight: 500;
}

.contact-form-title p {
    font-size: 10pt;
    color: #777;
    word-spacing: -1.5px;
}

.contact-form-title h3 {
    font-size: 14pt;
}

.title-aboutus {
    font-weight: 600;
    word-spacing: -1.5px;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.paragraf-aboutus {
    text-align: justify;
    word-spacing: -1px;
    line-height: 2.5;
    font-size: 12pt;
}

.ul-aboutus {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.ul-aboutus li {
    font-size: 11pt;
    margin: 10px 0 10px 10px;
}

.ul-aboutus li:before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 5px;
    font-size: 7pt;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    top: 4px;
}

.ul-aboutus li:last-child {
    margin-left: 0;
}

.img-aboutus-bx1 {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 40px;
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
}

.subtitle-aboutus {
    color: #777;
    font-size: 10pt;
    font-weight: 400;
    position: relative;
    bottom: 10px;
}

.aboutus-tagetlist li {
    margin: 20px 0;
    position: relative;
    font-size: 11pt;
    padding-right: 20px;
}

.aboutus-bx-border {
    border: 1px dashed #E5F0EE;
    border-radius: 10px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    padding: 20px;
}

.aboutus-tagetlist li:before {
    content: "\f323";
    font-family: 'Font Awesome 6 Pro';
    margin-left: 5px;
    font-size: 10pt;
    position: absolute;
    right: 0;
    color: var(--primary-color);
}

.aboutus-bx-border-btn {
    border: 0;
    background: var(--primary-color);
    border-radius: 5px;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    font-size: 12pt;
    text-decoration: none;
    position: absolute;
    bottom: -30px;
}

.aboutus-bx-border-btn:hover {
    color: white;
    text-decoration: none;
    background: #ac0007;
}

.aboutus-bx-border-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aboutus-tagetlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutus-bggray {
    background: #f9f9f9;
    padding: 40px 0;
    margin: 40px 0;
}

.aboutus-btn {
    margin: 15px 0;
}

.aboutus-btn-secondary {
    border: 0;
    background: var(--secondary-color);
    border-radius: 5px;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    font-size: 12pt;
    text-decoration: none;
}

.aboutus-btn-secondary:hover {
    color: white;
    text-decoration: none;
    background: #000;
}

.aboutus-btn-primary:hover {
    color: white;
    text-decoration: none;
    background: #ac0007;
}

.aboutus-btn-primary {
    border: 0;
    background: var(--primary-color);
    border-radius: 5px;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    font-size: 12pt;
    text-decoration: none;
}

.teambox-inner {
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0px rgb(128 128 128 / 20%);
    box-shadow: 0 0 10px 0px rgb(128 128 128 / 20%);
}

.teambox {
    position: relative;
    margin-bottom: 20px;
}

.brz-loh .owl-stage {
    padding-bottom: 30px !important;
}

.brz-loh::before {
    height: 50px !important;
}

.teambox::before {
    background: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    height: 140px;
    content: "";
    bottom: 15%;
    border-radius: 10px;
}

.owl-team .owl-stage-outer {
    padding: 20px 0;
    padding-top: 50px;
    margin-top: 10px;
}

.teambox-inner h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13pt;
    margin-top: -40px;
}

.teambox .item {
    padding: 0 5px;
    margin-top: 75px;
}

.teambox .row {
    margin-left: -10px;
    margin-right: -10px;
}

.teambox-inner img {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    border-radius: 10px;
}

.teambox-inner h3 span {
    font-weight: 400;
    display: block;
    color: #777;
    font-size: 10pt;
    margin-top: 7px;
}

.register-login-box {
    /*width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);*/

}

.login-form {
    -webkit-box-shadow: 0 0px 30px rgb(50 50 50 / 5%);
    box-shadow: 0 0px 30px rgb(50 50 50 / 5%);
    padding: 30px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 50px rgb(50 50 50 / 5%);
    box-shadow: 0 5px 50px rgb(50 50 50 / 5%);
    background: #FFF;
}

.title-head {
    font-weight: 500;
    word-spacing: -1.5px;
    margin-top: 20px;
    display: block;
}

.register-login-box .login-box label {
    font-size: 13px;
    word-spacing: -1.5px;
}

.register-login-box .login-box input:focus {
    border-color: var(--primary-color);
}

.register-login-box .login-box input {
    background: white;
    border: 1px solid #e5f0ee;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

.login-copyright {
    font-size: 9pt;
    word-spacing: -1.5px;
    text-align: center;
    margin-top: 5px;
    color: #7F7F7F;
    line-height: 1.8;
}

.register-login-box .login-box button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.register-login-box .login-box button {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
    background: var(--primary-color);
    -webkit-box-shadow: 0 10px 8px -7px var(--primary-color);
    box-shadow: 0 10px 8px -7px var(--primary-color);
    color: white;
    text-align: center;
    word-spacing: -2px;
    font-size: 10.5pt;
    border: 0;
    text-decoration: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

.register-login-box .login-box span b {
    color: #444;
}

.register-login-box .login-box span {
    font-size: 9pt;
    color: #7F7F7F;
}

.forgotpassword-btn:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.forgotpassword-btn {
    -webkit-box-shadow: 0 0px 30px rgb(50 50 50 / 10%);
    box-shadow: 0 0px 30px rgb(50 50 50 / 10%);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 50px rgb(50 50 50 / 10%);
    box-shadow: 0 5px 50px rgb(50 50 50 / 10%);
    background: #FFF;
    border-top-left-radius: 0;
    color: #626262;
    text-decoration: none;
    font-size: 12.5px;
    word-spacing: -1.5px;
    border-top-right-radius: 0;
    display: block;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.profile-inner {
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    overflow: hidden;
}

.profile-sidebar {
    border-left: 1px solid #e5f0ee;
    padding: 0;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
}

.profile-sidebar-head-img {
}

.profile-sidebar-head-img img {
    background: #Fff;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(128 128 128 / 15%);
    box-shadow: 0px 0px 22px 0px rgb(128 128 128 / 15%);
    margin-left: 10px;
    overflow: hidden;
}

.profile-sidebar-head h3 a:hover {
    color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-sidebar-head h3 {
    width: 100%;
    margin: 0;
}

.profile-sidebar-head h3 a {
    font-size: 10pt;
    word-spacing: -1.5px;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: var(--secondary-color);
    text-decoration: none;
}

.profile-sidebar-head h3 a span {
    display: block;
    color: #7F7F7F;
    font-weight: 400;
    font-size: 10pt;
}

.profile-sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5f0ee;
}

.profile-sidebar-nav {
    border-bottom: 1px solid #e5f0ee;
}

.profile-sidebar-btn {
    padding: 20px;
}

.profile-sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-sidebar-nav ul li a:hover {
    border-color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: var(--primary-color) !important;
    background: #fff8f9;
}

.profile-sidebar-nav ul li a:after {
    position: absolute;
    left: 20px;
    font-size: 8pt;
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
}

.profile-sidebar-nav ul li a {
    padding: 15px;
    border-right: 3px solid transparent;
    font-size: 10.5pt;
    position: relative;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--secondary-color);
}

.profile-sidebar-nav-active {
    padding: 15px;
    border-right: 3px solid var(--primary-color) !important;
    font-size: 10.5pt;
    position: relative;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--primary-color) !important;
    background: #fff8f9;
}

.profile-sidebar-nav ul li a svg {
    margin-left: 10px;
}

.profile-content {
    padding: 20px;
}

.profile-content-title {
    margin-bottom: 15px;
}

.profile-content-title H4 {
    font-size: 11pt;
    color: var(--secondary-color);
}

.profile-content-inner p {
    font-size: 10pt;
    word-spacing: -1.5px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.profile-widget a svg {
    margin-left: 10px;
}

.profile-widget a span b {
    display: block;
    font-size: 20pt;
    line-height: 1;
}

.profile-widget a span {
    font-weight: 500;
}

.profile-widget a:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-widget a {
    border: 1px solid #e5f0ee;
    padding: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
    color: var(--secondary-color);
    text-decoration: none;
    word-spacing: -1.5px;
    font-size: 10pt;
    border-radius: 5px;
}

.dangerColor svg {
    color: red;
}

.warningColor svg {
    color: #F79F1F;
}

.successColor svg {
    color: #009432;
}

.agents-item {
    border: 1px solid #E5F0EE;
    padding: 15px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    border-radius: 7px;
    margin-bottom: 15px;
}

.agents-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e5f0ee;
}

.agents-item-info h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.agents-item-info .center-name, .agents-item-info h2 a {
    text-decoration: none;
    font-size: 13pt;
    display: block;
    color: var(--primary-color);
}

.agents-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.agents-item-info span {
    display: block;
    font-size: 10pt;
    line-height: 2.2;
}

.agents-item-add {
    background: #f9f9f9;
    border-radius: 7px;
    padding: 15px;
}

.agents-item-add {
    max-height: 150px;
    overflow-y: auto;
}

.agents-item-add p:last-child {
    margin: 0;
}

.agents-item-add p {
    font-size: 10pt;
    word-spacing: -1.5px;
    margin-bottom: 5px;
}

.agents-item-info-bx2-loca span:last-child {
    margin: 0;
}

.agents-item-info-bx2-loca span {
    display: inline-block;
    margin-left: 15px;
}

.shop-filter-box {
    background: #FFF;
    border: 1px solid #e5f0ee;
    border-radius: 8px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    padding: 20px;
    margin-bottom: 15px;
}

.shop-filter-box-title {
    font-size: 10pt;
    word-spacing: -1.5px;
    position: relative;
    margin-bottom: 20px;
}

.shop-filter-box-title::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
    font-size: 9pt;
    float: left;
}

.shop-filter-list {
    overflow: hidden;
}

.shop-filter-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-filter-list ul li:first-child a {
    padding-top: 0;
}

.shop-filter-list ul li:last-child a {
    padding-bottom: 0;
}

.shop-filter-list ul li:last-child label {
    margin-bottom: 0;
}

.shop-filter-list ul li a {
    font-size: 9.5pt;
    line-height: 1.8;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #7f7f7f;
}

.shop-filter-list ul li a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

/* Customize the label (the checkbox2) */
.checkbox2 {
    display: block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 10pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #838383;
}

/* Hide the browser's default checkbox */
.checkbox2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 15px;
    width: 15px;
    background-color: #e5e9ea;
    border-radius: 5px;
    border: 1px solid #e5e9ea;
    opacity: 0.8;
}

/* On mouse-over, add a grey background color */
.checkbox2:hover input ~ .checkmark {
    background-color: #f5f5f5;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox2 .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

/* The switch - the box around the OnOff-btn */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The OnOff-btn */
.OnOff-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.OnOff-btn:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

input:checked + .OnOff-btn {
    background-color: var(--primary-color);
}

input:checked + .OnOff-btn:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded OnOff-btns */
.OnOff-btn.round {
    border-radius: 34px;
}

.OnOff-btn.round:before {
    border-radius: 50%;
}

.shop-filter-box-stock {
    font-size: 10pt;
    font-weight: 500;
    word-spacing: -1.5px;
}

.shop-filter-box-stock .switch {
    float: left;
}

.shop-list-archive {
    background: #FFF;
    border: 1px solid #e5f0ee;
    border-radius: 8px;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
}

.shop-list-item a {
    text-decoration: none;
}

.shop-list-item a h2 {
    font-size: 10pt;
    text-align: center;
    color: var(--primary-color);
    word-spacing: -1.5px;
    line-height: 1.7;
    height: 45px;
    margin: 10px 0;
    overflow: hidden;
}

.shop-list-item {
    background-color: white;
    margin: -1px 0px -1px 0px;
    border: 1px solid #f1f4f6;
    padding-top: 15px;
    border-right: none;
}

.sort-by-shop-list-archive {
    padding: 20px;
}

.sort-by-shop-list-archive h5 {
    font-size: 9pt;
    font-weight: 500;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
    color: #838383;
    word-spacing: -1.5px;
}

.sort-by-shop-list-archive ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.sort-by-shop-list-archive ul li {
    display: inline-block;
}

.sort-by-shop-list-archive ul li a:hover {
    color: var(--primary-color);
}

.sort-by-shop-list-archive ul li a {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration: none;
    margin: 0 10px;
    font-size: 9pt;
    word-spacing: -1.5px;
}

.sort-by-shop-list-archive ul li:last-child a {
    margin-left: 0;
}

.index-slider header::after {
    display: none;
}

.index-slider {
    position: relative;
}

.index-header {
    position: absolute;
    top: 0;
    border-top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #00000063;
    left: 0;
    z-index: 2;
    right: 0;
}

.index-header-logo h1 {
    margin: 0;
}

.index-header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.index-header-menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-header-menu-nav li {
    margin: 0 10px;
}

.index-header-menu-nav li a:hover {
    color: var(--primary-color);
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-menu-nav li a {
    word-spacing: -1.5px;
    color: white;
    font-size: 11pt;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.index-header-btn .cartshowbtn {
    background: transparent;
    padding: 0;
    margin-right: 20px;
    position: relative;
}

.index-header-btn .cartshowbtn span {
    background: var(--primary-color);
    color: white;
    position: absolute;
    line-height: 1.2;
    padding: 3px;
    font-size: 8pt;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    right: -5px;
    bottom: -5px;
}

.index-header-btn .cartshowbtn:hover {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.index-header-btn a {
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--primary-color)), to(rgb(254 3 13)));
    background: -o-linear-gradient(bottom, var(--primary-color) 0%, rgb(254 3 13) 100%);
    background: linear-gradient(0deg, var(--primary-color) 0%, rgb(254 3 13) 100%);
    border: 0;
    border-radius: 4px;
    color: white;
    padding: 15px;
    text-decoration: none;
    word-spacing: -1.5px;
    margin: 0 2px;
    font-size: 10pt;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-btn a:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-topbar {
    border-bottom: 1px solid #ffffff21;
}

.index-header-topbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.index-header-topbar ul li a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
}

.index-header-topbar ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    font-weight: 300;
    text-decoration: none;
    font-size: 9pt;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    word-spacing: -1.5px;
    position: relative;
    top: 1px;
    padding: 10px 0;
}

.index-header-topbar ul li:last-child {
    margin-left: 0;
}

.index-header-topbar ul li:first-child {
    margin-right: 0;
}

.index-header-topbar ul li {
    display: inline-block;
    margin: 0 10px;
}

.index-header-userlogin a::after {
    content: "";
    background: #ffffff21;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.index-header-userlogin a {
    color: white;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    word-spacing: -1.5px;
    font-size: 9pt;
}

.index-header-topbar-leftbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-header-search {
    margin-right: 15px;
    position: relative;
}

.index-header-search-form {
    position: absolute;
    right: 0;
    z-index: 2;
    background: #Fff;
    padding: 5px;
    border-radius: 4px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    display: none;
    opacity: 0;
    -webkit-transform: 0.2s;
    -ms-transform: 0.2s;
    transform: 0.2s;
    overflow: hidden;
}

.index-header-search .show {
    display: block;
    opacity: 1;
    -webkit-transform: 0.2s;
    -ms-transform: 0.2s;
    transform: 0.2s;
}

.index-header-search-form form button {
    color: white;
    padding: 0 10px;
    background: var(--primary-color);
    border: 0;
    border-radius: 4px;
}

.index-header-search-form form input {
    padding: 10px;
    border-radius: 4px;
    border: 0;
}

.index-header-search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.index-header-search .search-btn:hover > i {
    color: var(--primary-color);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.index-header-search .search-btn i {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-search .search-btn {
    color: white;
    font-size: 10pt;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.index-header-language .site-header__lang-active span {
    color: white;
}

.index-header-language .site-header__lang-active:hover, .index-header-language .site-header__lang .active {
    background: transparent;
    cursor: pointer;
}

.quick-menu-btn-sm {
    display: none;
}

.services {
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
    margin-bottom: -75px;
}

.services-item:first-child a {
    border-left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.services-item:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.services-box {
    margin: 0;
}

.services-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.services-item a:hover {
    background: #ab0007;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
}

.services-item a {
    background: var(--primary-color);
    width: 100%;
    padding: 30px 15px;
    color: white;
    border-right: 1px solid #a31717dd;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-item a svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.container-fluid {
    padding-right: 6%;
    padding-left: 6%;
}

.index-video {
    position: relative;
    overflow: hidden;
}

.index-video video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.owl-news-inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-news .owl-stage {
    padding: 10px 0;
}

.owl-news-inner {
    background: #fff;
    border: 1px solid #e5f0ee;
    border-radius: 5px;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-news a {
    text-decoration: none !important;
}

.owl-news-image {
    padding: 15px;
    padding-bottom: 7.5px;
}

.owl-news-image img {
    border-radius: 5px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.owl-news-content {
    padding: 15px;
    padding-top: 7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl-news-content-title {
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
}

.owl-news-content h3 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.owl-news-content h3 {
    font-size: 10.5pt;
    word-spacing: -1.5px;
    line-height: 1.6;
    font-weight: 600;
}

.owl-news-content-exp {
    height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-align: justify;
    word-spacing: -2px;
    color: #909090;
    font-weight: 200;
}

.owl-news-content-exp p {
    color: #7f7f7f;
    font-weight: 400;
    font-size: 9.5pt;
    margin: 0;
}

.owl-news-content-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgb(122, 122, 122);
    font-size: 9pt;
    word-spacing: -1px;
    direction: ltr;
}

.main-menu-btn-sm__ {
    display: none;
}

.products-category ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.products-category {
    margin-bottom: 30px;
}

.products-category ul li {
    width: 100%;
}

.products-category ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.products-category ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.products-category ul li a {
    background: var(--primary-color);
    border: 1px solid #ab0007;
    padding: 20px 5px;
    color: white;
    text-decoration: none;
    font-size: 10pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-category h2 {
    text-align: center;
    font-size: 10.5pt;
    color: #7b7b7b;
    margin-bottom: 15px;
    font-weight: 400;
    word-spacing: -1.5px;
}

.products-category ul li a:hover {

    position: relative;
    z-index: 2;
    background: #ab0007;
}

.products-items-categorypage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: -1px 0px -1px 0px;
    border: 1px solid #f1f4f6;
    padding: 20px;
    background: #FFF;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.products-items-categorypage a {
    text-decoration: none;
}

.products-items-categorypage:hover {
    -webkit-box-shadow: 0 0 30px #00000070;
    box-shadow: 0 0 30px #00000070;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    z-index: 200;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.products-items-categorypage .term-container {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    left: 10px;
    direction: ltr;
    z-index: 3;
}

.products-items-categorypage-term-name {
    position: absolute;
    left: -10px;
    right: 10px;
    bottom: 11px;
    background: #be070edb;
    text-align: center;
    color: #FFF;
    font-size: 9.5pt;
    padding: 10px;
}

.products-items-categorypage .term-name {
    background: var(--primary-color);
    color: #fff;
    padding: 3px 7px;
    border-radius: 100px;
    margin-bottom: 5px;
    font-size: 9pt;
    display: table;
    font-weight: 500;
}

.products-items-categorypage a h2 {
    font-size: 10pt;
    word-spacing: -1.5px;
    color: var(--secondary-color);
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
}

.products-items-categorypage:hover a h2 {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: var(--primary-color);
}

.products-items-categorypage-title {
    padding: 0;
}

.products-items-categorypage-title h5 {
    margin: 0;
    font-size: 11pt;
    font-weight: 500;
    padding: 20px;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}
.pie-chart-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pie-chart-item span {
    margin-bottom: 20px;
}

.pie {
    --p: 20;
    --b: 10px;
    --c: var(--primary-color);
    --w: 100px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: -ms-inline-grid;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background: -o-radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b) / 2);
    background: var(--c);
    -webkit-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
    -ms-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
    transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
    -webkit-animation: p 1s .5s both;
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

@-webkit-keyframes p {
    from {
        --p: 0
    }
}

@keyframes p {
    from {
        --p: 0
    }
}

.wizard-page {
    background: white;
    -webkit-box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    box-shadow: 5px 0px 32px 0px rgb(128 128 128 / 6%);
    border: 1px solid #e5f0ee;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}

.wizard-page-title {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5f0ee;
    padding-bottom: 30px;
}

.wizard-page-title span {
    color: #777;
    word-spacing: -2px;
    font-size: 11pt;
}

.wizard-page-title h1 {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 15pt;
    margin-top: 20px;
    margin-bottom: 10px;
    word-spacing: -2px;
}

.wizard-page-ruls-title {
    font-size: 11pt;
    font-weight: 500;
    word-spacing: -2px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.wizard-page-ruls ul {
    padding-right: 15px;
}

.wizard-page-ruls ul li {
    line-height: 2.5;
    font-size: 10.5pt;
}

.wizard-page-btn a {
    background: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 20px 45px;
    font-size: 10pt;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.wizard-page-btn a:hover {
    color: white;
    text-decoration: none;
}

.wizard-page .centers-box-form-item .centers-box-form-item-title {
    right: 10px;
}

.tire-size-type-head, .cars-type-select-head {
    margin-bottom: 30px;
    font-size: 11pt;
    word-spacing: -2px;
    border-bottom: 1px solid #e5f0ee;
    padding-bottom: 20px;
    font-weight: 600;
}

.cars-type-select-head {
    margin-bottom: 20px;
}

.tire-size-type, .cars-type-select {
    border: 1px solid #e5f0ee;
    padding: 25px;
    border-radius: 10px;
}

.tire-size-type .centers-box-form-item {
    margin: 20px 0;
}

.btn-primary-btnst {
    background: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 20px;
    width: 100%;
    font-size: 10pt;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn-primary-btnst:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #a60108;
}

.cars-type-select-item {
    position: relative;
}

.cars-type-select-item select {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5f0ee;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 9pt;
    color: #444;
}

.cars-type-select-item-title {
    display: block;
    background: white;
    font-size: 9pt;
    color: #7f7f7f;
    position: absolute;
    padding: 5px 10px;
    top: -5px;
    right: 10px;
    z-index: 2;
}

.wizard-step-title {
    margin-bottom: 30px;
    font-size: 11pt;
    word-spacing: -2px;
    border-bottom: 1px solid #e5f0ee;
    padding-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wizard-step-title span {
    font-size: 9.5pt;
    cursor: pointer;
}

.wizard-step-title span i {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.wizard-step-title span:hover {
    color: var(--primary-color);
}

#wizard-centers-select,
#wizard-service-select {
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.customer-form-information-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

label {
    font-size: 10pt;
    word-spacing: -2px;
}

.btn-primary-next {
    background: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 15px 30px;
    font-size: 10pt;
}

.btn-primary-back {
    background: #e5f0ee;;
    border: 0;
    border-radius: 5px;
    color: #191919;
    padding: 15px 30px;
    font-size: 10pt;
}

.buy-request-alert {
    text-align: center;
    padding: 20px 0;
}

.buy-request-alert h4 {
    margin: 0;
    word-spacing: -2px;
    font-weight: 600;
}

.buy-request-alert .success {
    color: green;
}

.result-time-buy-tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.result-time-buy-tbl table td {
    border: 1px solid #e5f0ee;
    padding: 15px 20px;
    font-size: 10.5pt;
}

.buy-request-noti {
    word-spacing: -2px;
    font-size: 10pt;
    color: red;
}

.productlist-search-wizard-result table {
    width: 100%;
    border-radius: 15px;
}

.productlist-search-wizard-result table tr {
    border: 1px solid #e5f0ee;
}

.productlist-search-wizard-result table thead tr:first-child {
    border-top-left-radius: 10px;
}

.productlist-search-wizard-result table thead tr th {
    padding: 15px;
    font-size: 10pt;
    font-weight: 600;
}

.productlist-search-wizard-result table tbody tr td {
    padding: 5px 15px;
    color: #646464;
    font-size: 10pt;
}

.productlist-search-wizard-result img {
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.productlist-search-wizard-result a, .load-detail-btn {
    color: var(--primary-color);
    border: 0;
    border-radius: 5px;
    background: #ffddde;
    padding: 10px 20px;
    font-size: 10pt;
    word-spacing: -1.5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.productlist-search-wizard-result a i {
    font-size: 12pt;
    text-decoration: none;
}

.brz-page-template img {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-homeslide .post img {
    border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
    .quick-menu-ul li a {
        font-size: 9.5pt !important;
    }

    .primary-btn a {
        font-size: 9pt;
    }

    .main-nav-menu {
        padding-top: 28px;
        padding-bottom: 25px;
    }

    .container-fluid {
        padding-right: 4%;
        padding-left: 4%;
    }
}

@media only screen and (max-width: 992px) {
    .index-video video {
        height: auto;
    }

    .pattern-item-propbs-rows {
        flex-direction: column;
    }

    .pattern-item-propbs-rows-size {
        margin: 10px 0;
    }

    .pattern-item-propbs-rows-size::after {
        display: none;
    }

    .brz-page-template img {
        float: none !important;
    }

    .teambox::before {
        display: none;
    }

    .post .owl-dots {
        display: none;
    }

    .main-content-comment-form-box {
        margin: 5px 0;
    }

    .blog-archive-item-text-bx1 {
        margin-top: 20px;
    }

    .products-category ul li a {
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .products-category ul li a img {
        width: 40px !important;
        margin-left: 10px;
    }

    .products-category ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-category ul li {
        width: 50%;
    }

    .products-category ul li a {
        border-radius: 0 !important;
    }

    .main-menu-btn-sm__ {
        display: inline-block;
        color: white;
    }

    .index-header-search span:hover > i {
        color: white;
    }

    .index-header-menu {
        position: fixed;
        top: 0;
        left: 50%;
        bottom: 0;
        background: #FFF;
        z-index: 5000;
        display: none;
    }

    .index-header-btn .cartshowbtn svg {
        color: white;
    }

    .index-header-btn .cartshowbtn span {
        background: #8c0000;
    }

    .index-header-btn a {
        color: var(--primary-color);
        background: #FFF;
        padding: 10px;
        font-size: 9pt;
    }

    .slider {
        margin-bottom: 0px;
    }

    .index-header {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        position: unset;
        background: var(--primary-color);
    }

    .services-item a {
        font-size: 10pt;
        border-bottom: 1px solid #a31717dd;
        border-radius: 8px;
        padding: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }

    .services-item {
        padding: 1px !important;
    }

    .banner-ads {
        margin-top: 15px;
    }

    .services {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 0;
        margin-top: 20px;
    }

    .services-item a svg {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .quick-menu-btn-sm:after {
        content: "\f107";
        font-family: 'Font Awesome 6 Pro';
        margin-right: 5px;
        font-size: 9pt;
    }

    .quick-menu-btn-sm i {
        font-size: 12pt;
        line-height: 0;
        margin-left: 5px;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .quick-menu-btn-sm {
        display: block;
        font-size: 9pt;
        cursor: pointer;
        color: white;
        padding: 10px 0;
    }

    .quick-menu__box {
        position: relative;
    }

    .quick-menu__box ul {
        position: absolute;
        left: 0;
        right: 0;
        background: white;
        z-index: 300;
        display: none;
        border: 1px solid #e5f0ee;
    }

    .quick-menu__box ul li {
        display: block;
        margin: 0;
    }

    .quick-menu__box ul li a {
        color: var(--secondary-color);
        font-size: 10pt;
        font-weight: 400;
        padding: 10px;
    }

    .contact-form-box {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    .agents-item-img, .agents-item-info {
        margin-bottom: 15px;
    }

    .agents-item-info h2 a {
        font-size: 12pt;
    }

    .agents-item-add {
        max-height: 100% !important;
    }

    .profile-sidebar {
        margin-bottom: 20px;
    }

    .product-cart-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-store-info {
        text-align: center;
    }

    .product-add-cart {
        margin-top: 15px;
    }

    .product-images-main {
        height: auto;
    }

    .product-content {
        padding-right: 30px;
        padding-left: 30px;
    }

    .product-content-excerpt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .product-content-title h2 {
        line-height: 1.5;
    }

    .product-content-excerpt-box {
        padding-left: 0;
    }

    .blog-archive-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-content {
        margin-bottom: 20px;
    }

    .blog-archive-item-text-extra {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-archive {
        padding-right: 60px;
    }

    .blog-archive-item-text-extra .readmore {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .blog-archive::before {
        right: 20px;
    }

    .blog-archive-item-text-extra .readmore a {
        background: var(--primary-color);
        padding: 15px;
        display: block;
        color: white;
        border-radius: 5px;
    }

    .blog-archive-item-text-extra span {
        white-space: nowrap;
        width: 33%;
        text-align: center;
        margin: 8px 0;
    }

    .blog-archive-item-image {
        width: 100%;
    }

    .blog-archive-item-date {
        right: -55px;
    }

    .blog-archive-item-text {
        width: 100%;
        margin: 0;
    }

    .share-blog-box ul {
        padding: 20px;
    }

    .search-form-header {
        left: 0;
        bottom: 27px;
        right: 0;
        top: 63px;
    }

    .activeOpenSearchForm {
        background: unset;
        cursor: pointer;
    }

    .activeOpenSearchForm i {
        color: var(--primary-color) !important;
    }

    .search-form-header .container {
        padding: 0;
    }

    .search-form-header-inner {
        padding-left: 15px;
        border-bottom: 1px solid #e5f0ee;
    }

    .products-list-view-item-inner:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .centers-box-form {
        margin-bottom: 15px;
    }

    .blogs {
        padding-bottom: 0;
    }

    .products-list-view-item-inner-tumb {
        height: auto;
    }

    .products-list-view-item-inner-tumb img {
        position: relative;
    }

    .products-list-view-item-inner:hover .products-list-view-item-inner-tumb img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .products-list-view-item-inner .readmore-product {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block !important;
    }

    .blogs-box {
        margin-bottom: 15px;
    }

    .blogs-item-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .blogs-item-content {
        width: 100%;
    }

    .blogs-box-body ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .centers-box-form-item {
        margin-bottom: 15px;
    }

    .centers-box-form-item:last-child {
        margin-bottom: 0;
    }

    .products-filter-box {
        min-height: 0;
        margin-bottom: 30px;
    }

    .centers-box {
        padding-bottom: 30px;
        padding-top: 40px;
        background-image: none;
    }

    .centers-box-inner {
        height: auto;

    }

    .fadeInSm {
        -webkit-animation-name: fadeInSm;
        animation-name: fadeInSm;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .products-filter-box-archivelink {
        margin-top: 30px;
    }

    @-webkit-keyframes fadeInSm {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeInSm {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .slider .owl-carousel {
        border-radius: 10px;
    }

    .logo-area {
        padding-right: 0;
    }

    .has-mega-menu-box::after {
        content: "\f053";
        font-family: 'Font Awesome 6 Pro';
        margin-right: 5px;
        font-size: 9pt;
        float: left;
    }

    .overlay {
        position: fixed;
        left: 0;
        background: #000000bd;
        top: 0;
        bottom: 0;
        z-index: 500;
        display: block;
        width: 30%;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .copyrights .box1 {
        text-align: center;
        margin-top: 15px;
    }

    footer {
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .copyrights .container .row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .footer-namad h6 {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-namad {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .footer-namad-box {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .footer-namad-item {
        width: 100%;
    }

    .footer-social {
        margin-top: 50px;
        text-align: center;
    }

    .footer-nav {
        margin-bottom: 15px;
    }

    .order-traking-box {
        text-align: center;
    }

    .order-traking-box-title {
        margin-bottom: 20px;
    }

    .quick-menu-ul {
        position: fixed;
        top: 0;
        width: 70%;
        bottom: 0;
        right: 0;
        background: white;
        border-left: 1px solid #e5f0ee;
        z-index: 500;
        padding: 20px !important;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        display: none !important;
    }

    .quick-menu-ul-show {
        display: block !important;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;

    }

    .back-to-menu:hover {
        color: var(--primary-color);
        font-weight: 500;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .main-nav-menu ul li {
        margin-left: 0;
    }

    .main-nav-menu ul li a {
        display: block;
        line-height: 4;
    }

    .back-to-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 15px;
        left: 15px;
        font-size: 9pt;
        border-bottom: 1px solid #e5f0ee;
    }

    .back-to-menu i {
        margin-left: 5px;
        font-size: 11pt;
    }

    .main-nav-menu ul li {
        display: block;
    }

    .mega-menu-btn {
        display: none;
    }

    .mega-menu-show {
        display: block !important;
    }

    .searchBtnLg {
        display: none;
    }

    .searchBtnSm {
        display: inline-block;
        color: var(--ico-color-sm);
        margin-top: 1px;
        font-size: 18px;
    }

    .left-box-sm-header-area {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        place-content: flex-end;
    }

    #logo {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e5f0ee;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .primary-btn a {
        white-space: nowrap;
        padding: 15px;
    }

    #logo::before {
        display: none;
    }

    .main-nav-topbar {
        display: none;
    }

    .main-nav-topbar-navlang ul {
        display: none;
    }

    .mega-menu-btn-sm {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        border: 1px solid #e5f0ee;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: middle;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        cursor: pointer;
    }

    .mega-menu-btn-sm a {
        width: 100%;
        text-align: center;
        font-size: 10pt;
        color: var(--secondary-color);
        word-spacing: -2px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: -ms-inline-grid;
        display: inline-grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        text-align: center;

    }

    .mega-menu-btn-sm:hover {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .mega-menu-btn-sm a i {
        color: var(--ico-color-sm);
        position: absolute;
        right: -20px;
        font-size: 31pt;
        bottom: -10px;
        opacity: 0.1;
    }

    .mega-menu-btn-sm a::after {
        position: absolute;
        left: 15px;
        top: 15px;
        font-family: 'Font Awesome 6 Pro';
        content: "\f107";
        color: var(--ico-color-sm);
    }

    .main-nav-menu-btn {
        float: none;
    }

    header::after {
        display: none;
    }

    #logo h1 a img {
        width: 80px;
    }

    #logo h1 a span {
        display: none;
    }

    .main-nav-topbar {
        border-bottom: 0;
    }

    .selectLangEn-sm {
        border: 0;
        background: white;
        font-size: 9.5pt;
    }

    .main-nav-menu {
        padding: 20px 0;
    }

    .mega-menu {
        display: none;
        position: fixed;
        top: 0;
        z-index: 555;
        width: 70%;
        right: 0;
        padding-top: 85px;
        overflow-y: auto;
        bottom: 0;
    }

    .mega-menu-tire {
        left: 0;
        width: 100%;
    }

    .mega-menu ul {
        margin-bottom: 20px;
    }

    .mega-menu ul li a {
        line-height: 2;
    }

    .mega-menu ul:last-child {
        margin-bottom: 0;
    }
}

.comment-list {
    background-color: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}

.comment-list p {
    font-size: 0.9rem;
}

.comment-name {
    font-size: 0.9rem;
    font-weight: bold;
}

.reply-form {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.reply-form-btn {
    background-color: #be070e !important;
    border: none !important;
    font-size: 0.8rem !important;
    color: #fff !important;
}

.search-link {
    background-color: #be070e !important;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}

.search-blog-box-title {
    position: relative;
    word-spacing: -1.5px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.search-blog-box-title span {
    background: white;
    position: absolute;
    font-size: 11pt;
    color: var(--secondary-color);
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.search-blog-box-title span i {
    font-size: 18pt;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.search-blog-box-title::after {
    height: 1px;
    background: #e5f0ee;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    content: "";
}

.not-found {
    font-size: 0.9rem;
    color: gray;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #d71a21;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.brz-modal-dialog-popup {
    background: #d9d9d9;
    border-radius: 5px;
    padding: 20px;
}

.brz-modal-dialog-popup .brz-modal-header button {
    right: 0 !important;
    left: auto;
}

.brz-modal {
    position: fixed;
    z-index: 5550;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    bottom: 0;
    overflow: auto;
    padding: 3% 6%;
}

.brz-modal-dialog {
    background: #FFF;
    border-radius: 15px;
    padding: 40px;
}

.brz-modal-header {
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.brz-modal-title {
    margin-bottom: 0;
}

.brz-modal-header button {
    position: absolute;
    right: 0;
    top: 0;
}

.brz-modal-overlay {
    background: #000000ab;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6000;
}

.brz-modal-area {
    position: relative;
    z-index: 6002;
}

.car-list-modal-style {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px #f6f6f6;
    box-shadow: 0 0 10px #f6f6f6;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.car-list-modal-style2 {
    border-radius: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px #f6f6f6;
    box-shadow: 0 0 10px #f6f6f6;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.car-list-modal-style2 span {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 10px;
}

.car-list-modal-style img {
    margin-left: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

.car-list-modal-style span {
    white-space: nowrap;
    margin-left: 10px;
}

.brz-accordion .card-header {
    background: #f9f9f9;
    border-color: #f1f1f1;
}

.brz-accordion .card-body {
    font-size: 9.5pt;
}

.brz-accordion .card {
    border-color: #f1f1f1;
}

.brz-accordion .card-header button {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 10.5pt;
}

.brz-accordion .btn.focus, .brz-accordion .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.brz-page-template img {
    max-width: 100%;
    height: auto !important;
}

#Background > path {
    fill: #232425;
}

#States a {
    color: #f7f7f7 !important;
}

#States a path {
    fill: #f7f7f7;
    stroke: #232425;
    stroke-width: 0.4;
    stroke-miterlimit: 4;
}

g[id*="-name"] {
    fill: #232425;
    stroke: none;
}

#States a:hover path {
    fill: #232425;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

#States a:hover g[id*="-name"] path {
    fill: #fff;
}

/*.content {
	position: relative;
	height: 100vh;
}
.scroll {
   position: absolute;
   height: 100%;
   width: 100%;
   overflow-y: auto;
   overflow-x: hidden
}*/
.aboutus-style img {
    max-width: 100% !important;
    height: auto !important;
}

.highlight {
    background-color: #ededed;
}

.clickableRow {
    cursor: pointer;
}

.required:after {
    content: " * ";
    color: red;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #be070e !important;
    border-color: #be070e !important;
}

.page-link {
    color: #be070e !important;
}

.schedule-card .schedule-footer {
    background-color: #be070e;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.schedule-card .schedule-footer:hover {
    background-color: #dc3545;
}

.schedule-card .card-header {
    color: #686868;
    font-weight: bold;
    font-size: 0.8rem;
}

.time-card {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #be070e;
}

.time-card:hover, .active-time-card {
    color: #fff !important;
    background-color: #be070e !important;
}

.wizard-page .verify-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.custom-danger-button {
    background: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 10px 30px;
    font-size: 10pt;
    text-decoration: none;
    cursor: pointer;
}

.pattern-item {
    border-top: 2px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 25px;
}

.pattern-item a {
    text-decoration: none !important;
}

.pattern-item-propbs-rows, .pattern-item-props-head {
    border: 1px solid #fafafa;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pattern-item-props-head {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    padding: 15px;
}

.pattern-item-propbs-rows-cars {
    text-align: center;
}

.pattern-item-propbs-rows-size {
    /*background: #be070e;
	color: #ffffff;*/
    background: #fff;
    color: #000;
    padding: 8px 5px;
    text-align: center;
    border-radius: 51px;
    margin-left: 15px;
    font-size: 12pt;
    position: relative;
}

.pattern-item-propbs-rows-size::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
    font-size: 8pt;
    font-weight: 400;
    position: absolute;
    background: #ff4545;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 100%;
    color: white;
    left: -8px;
    top: 10px;
    box-shadow: 0 0 5px #570000;
}

.pattern-item-props {
    background: #fafafa;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #f5f5f5;
}

.GtProductsOwls .item {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-left: 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.category {
    font-size: 0.8rem;
    color: #7c7b7b;
    margin-bottom: 15px;
    cursor: pointer;
}

.multimedia-gallery .title {
    font-size: 0.7rem;
    margin-top: 7px;
    text-align: right;
    font-weight: bold;
}

.multimedia-gallery .desc {
    font-size: 0.7rem;
    margin-top: 3px;
    text-align: right;
}

.category-all-title {
    color: #be070e !important;
    font-size: 0.7rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.GtProductsOwls {
    position: relative;
}

.GtProductsOwls .owl-prev {
    position: absolute;
    top: 40%;
    right: -15px;
}

.GtProductsOwls .owl-next {
    position: absolute;
    top: 40%;
    left: -15px;
}

.GtProductsOwls .owl-next span, .GtProductsOwls .owl-prev span {
    background: #fff;
    padding: 0px 15px;
    color: #000;
    font-size: 20pt;
    border-radius: 4px;
    border: 1px solid #DDD;
    color: black;
}

.GtProductsOwls .owl-dot > span {
    webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 20px;
    height: 2px;
    background: #DDD;
    display: inline-block;
    margin: 5px;
}

.GtProductsOwls .owl-dots span:hover {
    webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: var(--primary-color);
}

.GtProductsOwls .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.GtProductsOwls .owl-dots .active span {
    background: var(--primary-color);
    height: 4px;
}

.zoomWindow {
    width: 250px !important;
    height: 250px !important;
}

.swal-text {
    text-align: center !important;
}

.error-text {
    font-weight: bold;
    font-size: 0.7rem;
}

.gap-2 {
    gap: 10px;
}

#form-inputs > div {
    margin-bottom: 15px;
}
