@font-face {
    src: url("../fonts/SVN-Gilroy Bold.otf");
    font-family: "SVN-Gilroy";
    font-weight: bold;
}

@font-face {
    src: url("../fonts/SVN-Gilroy Regular.otf");
    font-family: "SVN-Gilroy";
    font-weight: normal;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #00aeef
}

html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

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

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

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

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

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

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

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

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

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

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

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

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: "SVN-Gilroy" !important;
    font-weight: bold !important;
}

body {
    font-family: "SVN-Gilroy" !important;
    font-weight: normal !important;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead {
    display: flex;
    align-items: center;
}

div#masthead .header-inner {
    border-radius: 99px;
    background: #fff;
    height: 50px;
}

/**menu**/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    width: 100% !important;
}

div#mega-menu-wrap-primary {
    width: 100%;
}

ul#mega-menu-primary {
    display: flex !important;
    justify-content: space-between !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #222222 !important;
    padding: 0 10px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 700 !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
div#mega-menu-wrap-primary ul li a:hover {

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

/**home title**/
.home-title h3 {
    font-size: 30px;
    color: #057dc3;
    margin: 0;
    line-height: 40px;
}

/**breadcrumbs**/
section.breadcrumbs {
    padding: 6px 0 !important;
}

section.breadcrumbs a, section.breadcrumbs span {
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
}

section.breadcrumbs p {
    margin: 0;
}

/*product-item**/
.product-item {
    background-color: #FFFDFA;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.product-item .product-content {
    padding: 15px 0 0 0;
}

.product-item .product-content h4 {
    text-align: center;
}

.product-item .product-content h4 a {
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color)
}

.product-item .product-content .product-price ins,
.product-item .product-content .product-price ins span,
.product-item .product-content .product-price b {
    color: #ff3333;
    font-size: 15px;
}

.product-item .product-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 5px;
}

.product-item .product-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color2);
    border-radius: 50%;
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

.product-item .product-price {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**post item**/
.post-item {
    background: url(../images/borde.png);
    width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding: 60px 30px 60px 30px;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: 100%;
    margin-top: 30px;
}

.post-item h4 a {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 50px;
    color: #fff
}

.post-item .post-content h4 {
    margin: 0 0 10px 0 !important;
}

.post-item .post-content .post-btn {
    position: unset !important;
    margin: 0px !important;
    float: none !important;
}

.post-item .post-content .post-btn a {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal !important;
    text-transform: unset;
    border: 1px solid #fff;
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    background: url('../images/bg_p.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.post-item:hover h4 a {
    color: #000;
}

.post-item:hover .post-btn a {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.post-new-swiper .swiper-button-next, .post-new-swiper .swiper-button-prev {
    top: 40%
}

/**post list**/
.post-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    transition: 0.3s ease-in-out;
}

.post-list:not(:last-child) {
    margin-bottom: 20px;
}

.post-list .post-thumbnail {
    width: 180px;
    height: 140px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    width: calc(100% - 180px);
    padding: 0 0 0 20px;
}

.post-list .post-meta {
    text-align: left;
    font-size: 13px;
    color: #ffffff80;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.post-list .post-meta span:first-child {
    border-right: 1px solid #ffffff80;
    padding-right: 6px;
}

.post-list .post-meta span:last-child {
    padding-left: 6px;
}

.post-list .post-content h4 a {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: var(--primary-color2)
}

.post-list .post-content h4 {
    margin: 0 0 8px 0 !important;
}

.post-list .post-content h4 a:hover {
    color: var(--primary-color2)
}

.post-list .post-content .post-desc {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 0.125rem;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.3;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    --tw-bg-opacity: 0.6;
}

body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size: 1.5rem;
    line-height: 2rem;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    float: left;
    height: 60px;
    border: 1px solid #f2f2f2;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    margin: 0 0 15px 0 !important;
    width: 100%;
    display: block;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 22px !important;
    position: relative;
}

.widget-title h3 {
    margin-bottom: 0px !important;
}

.widget-title h3, .widget-title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    margin: 0 0 10px 0 !important;
}

.widget-post-list {
    padding: 0 10px 10px 10px;
}

span.widget-title {
    padding-bottom: 10px;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**taxnomy product cat**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
}

.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.devvn_readmore_taxonomy_flatsome a {
    font-weight: bold;
    font-size: 14px;
    color: var(--primary-color);
    display: inline-block;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 55px;
    cursor: pointer;
    transition: all .3s;
    min-width: 230px;
}

.devvn_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--primary-color);
}

div#product__content {
    overflow: hidden;
}

.product-info .price-wrapper {
    margin-bottom: 20px
}

.product-info .price-wrapper ins, .product-info .price-wrapper ins span, .product-info .price-wrapper b {
    color: #f33;
    font-size: 18px;
    font-weight: 700
}

.product-info .price-wrapper del {
    color: gray;
    font-size: 15px;
    margin-left: 5px
}

.product-summary .quantity {
    display: flex
}

.product-summary .quantity .button.minus, .product-summary .quantity .button.plus {
    height: 40px !important;
    min-height: 40px !important;
    font-weight: 700;
    border: 1px solid #ccc !important;
    background: transparent !important;
    width: 35px !important;
    box-shadow: unset !important
}

.product-summary .quantity input[type=number] {
    width: 90px;
    margin: 0 5px !important;
    min-width: 90px !important;
    box-shadow: unset !important;
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid #ccc !important
}

.product-info button.single_add_to_cart_button.button.alt {
    background: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 5px !important;
    height: 40px !important;
    margin: 0px !important;
    font-size: 16px
}

/**taxonomy**/
.category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px
}

.category-description p,
.entry-content b,
.category-description ul li,
.entry-content ul li,
.entry-content ol li,
.category-description ol li,
.product__content_r p,
.product__content_r ul li,
.product__content_r ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ol,
.entry-content ul,
.product__content_r ol,
.product__content_r ul {
    margin-left: 15px !important;
}

.category-description, .entry-content, .product__content_r {
    font-size: 15px;
}

.product__content_r table,
.product__content_r table tr td,
.entry-content table,
.entry-content table tr td,
.category-description table,
.category-description table tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.product__content_r table tr td,
.product__content_r table tr th,
.category-description table tr td,
.category-description table tr th,
.entry-content table tr td,
.entry-content table tr th {
    padding: 10px;
    color: #333 !important;
}

header#header-single h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    position: relative;
}

header#header-single .post-meta span {
    margin: 0 15px 0 0;
}

header#header-single .post-meta {
    margin: 10px 0;
    font-size: 14px;
}

header#header-single .post-meta span i {
    color: var(--primary-color)
}

header#header-single {
    border-bottom: 1px solid #eaeaea;
}

.archive-content h1, .archive-content h2, .archive-content h3, .archive-content h4, .archive-content h5, .archive-content h6 {
    color: var(--primary-color)
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.category-entry {
    margin: 30px 0 60px 0;
}

.boxWhite {
    background: #fff;
    border-radius: 15px;
}

.widget {
    background: #fff;
    border-radius: 15px;
}

.row-10 {
    padding: 0 5px !important;
}

.pd-10 {
    padding: 0 10px 20px 10px !important;
}

.widget {
    background: #fff;
}

/**post big**/
.post-big a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.post-big .post-thumbnail {
    width: 65%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}

.post-big .post-content {
    width: calc(100% - 65%);
    padding: 0 0 0 20px;
}

.post-big .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 0px 0 10px 0;
}

.post-big .post-content .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.post-big .post-content .post-desc {
    color: #475467;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.post-big .post-content h4:hover {
    color: var(--primary-color)
}

.post-big .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-small {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.post-small a {
    display: flex;
    flex-flow: wrap;
}

.post-small .post-thumbnail {
    width: 220px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-small .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}

.post-small .post-content {
    width: calc(100% - 220px);
    padding-left: 15px;
}

.post-small .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 25px;
    color: var(--primary-color);
    margin: 0px 0 10px 0;
}

.post-small .post-content .post-date {
    color: #A1A1A1;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.post-small .post-content .post-desc {
    color: #A1A1A1;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.post-small .post-content h4:hover {
    color: var(--primary-color)
}

.post-small .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.h3.cat_title_small {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 25px;
}

.button_for_outline {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding: 6px 15px !important;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

a.button_for_outline:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}


/**about**/
.about__check {
    margin-top: 15px;
}

.about__check .box-text.text-left {
    padding-top: 0px !important;
    padding-bottom: 0;
    font-size: 15px;
}

.about__tt {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 25px;
}

.about__tt .about_tt_title {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 200px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about__tt .about_tt_title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid var(--primary-color);
    position: absolute;
    border-bottom: 10px solid transparent;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.about__tt .about_tt_box {
    width: calc(100% - 200px);
    padding-left: 15px;
    font-size: 15px;
}

.col-100 .col-inner {
    height: 100% !important;
}

.box-cd {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    font-size: 15px;
    height: 100%;
}

.about__dex ul li:not(:last-child) {
    margin: 0 0 10px 0 !important;
}

.product-uudai {
    background: var(--primary-color);
    position: absolute;
    width: calc(100% + 20px);
    color: #fff;
    top: 15px;
    left: -10px;
    padding: 8px;
    text-align: center;
}

.product-uudai h3 {
    color: #fff;
    text-align: center;
}

.product-uudai strong {
    color: yellow
}

.product_ct .box-text.text-center {
    position: unset !important;
}

.product-uudai:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 10px solid var(--primary-color2);
    position: absolute;
    border-bottom: 10px solid transparent;
    left: 0;
    top: 43px;
}

.product-uudai:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid var(--primary-color2);
    position: absolute;
    border-bottom: 10px solid transparent;
    right: 0;
    top: 43px;
}

.product_ct .box-text.text-center {
    background: #fff;
    padding: 20px;
    text-align: left;
    min-height: 240px;
}

.product_ct .product-cd-list ul li {
    position: relative;
    list-style: none;
    font-weight: 700;
    margin: 0px;
    font-size: 15px;
}

.product_ct .product-cd-list ul li:not(:last-child) {
    margin: 0 0 10px 0 !important;
}

.product-cd-list ul li:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
    color: var(--primary-color);
}

.product_ct {
    height: 100% !important;
}

.productContent h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 22px;
}

.brBottom {
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce-billing-fields input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    height: 40px !important;
}

p#billing_address_1_field {
    width: 100%;
}

div#product__content {
    overflow: hidden;
}

.product-info .price-wrapper {
    margin-bottom: 20px
}

.product-info .price-wrapper ins, .product-info .price-wrapper ins span, .product-info .price-wrapper b {
    color: #f33;
    font-size: 18px;
    font-weight: 700
}

.product-info .price-wrapper del {
    color: gray;
    font-size: 15px;
    margin-left: 5px
}

.product-summary .quantity {
    display: flex
}

.product-summary .quantity .button.minus, .product-summary .quantity .button.plus {
    height: 40px !important;
    min-height: 40px !important;
    font-weight: 700;
    border: 1px solid #ccc !important;
    background: transparent !important;
    width: 35px !important;
    box-shadow: unset !important
}

.product-summary .quantity input[type=number] {
    width: 90px;
    margin: 0 5px !important;
    min-width: 90px !important;
    box-shadow: unset !important;
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid #ccc !important
}

.product-info button.single_add_to_cart_button.button.alt {
    background: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 5px !important;
    height: 40px !important;
    margin: 0px !important;
    font-size: 16px
}

button.button.buy_now_button {
    background: var(--primary-color) !important;
    border-radius: 5px !important;
    margin: 0px !important;
    font-size: 16px
}

/**banner**/
.banner__top-heading h1 {
    font-size: 72px !important;
    line-height: 88px !important;
    margin: 0px !important;
}

/**abouts**/
.abouts .bg-fill {
    background-size: 85% !important;
}

.abouts__heading h3 {
    font-size: 44px;
    line-height: 48px;
    color: #000;
    font-weight: 800;
}

.abouts__heading p {
    color: #737373;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.abouts-item p {
    font-size: 16px;
    color: #737373;
    margin: 0;
}

.abouts-item h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}

/**banner**/
.banner_2 {
    border-radius: 24px !important;
}

.banner_2 p {
    font-size: 17px;
    color: #000 !important;
    line-height: 24px;
    margin: 0;
}

.banner_2 h3 {
    font-size: 40px !important;
    line-height: 40px;
    text-transform: unset;
    font-weight: 900;
    margin: 0 0 15px 0;
    color: #000 !important;
}

.banner_2 .bg-fill {
    background-size: cover !important;
    border-radius: 20px;
}

.banner_3 {
    margin-bottom: -225px;
}

.neo-item {
    border: 1px solid #D4D4D4;
    border-radius: 24px;
    padding: 24px;
}

.neo-item p {
    color: #737373;
    font-size: 15px;
    margin: 0;
}

.neo-item h4 {
    font-size: 30px;
    line-height: 40px;
}

.neo-item .box-image {
    margin: 0;
}

.neo-item.primary h4, .neo-item.primary p {
    color: #fff;
}

/**home title**/
.hoat-dong .bg-fill {
    background-position: top !important;
    background-size: 100% !important;
}

.homt-title p {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.homt-title h3 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

.thumb-1 {
    position: absolute !important;
    bottom: -130px;
    left: -31px;
}

.thumb-2 {
    position: absolute !important;
    bottom: -130px;
    right: -31px;
}

.neo-item.primary {
    border-color: #7471F4;
    background: #7471F4;
}

/**slide**/
.owl-dots {
    display: none !important;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.owl-dots button {
    width: 10px !important;
    height: 10px !important;
    background: #B0B0B0 !important;
    min-height: 10px !important;
    border-radius: 50px !important;
    margin: 0px 5px !important;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

.owl-nav button {
    margin: 0px !important;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #fff !important;
    width: 40px !important;
    min-height: 40px !important;
    border-radius: 50% !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    font-size: 20px !important;
    color: var(--primary-color) !important;
}

.owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

button.owl-prev {
    left: -20px;
}

button.owl-next {
    right: -20px;
}

.hoat-dong {
    z-index: 1;
}

.sec-contact {
    margin-top: -100px;
    z-index: 0;
}

.contact-title h3 {
    font-size: 48px;
    line-height: 54px;
    margin: 0;
}

/**footer**/
footer#footer {
    background: #BAE6FE;
    padding: 30px 0 20px 0;
    width: 100%;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
    color: #000;
    font-size: 15px;
}

footer#footer .footer-address, footer#footer .footer-top, footer#footer .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-address .address-item {
    background: transparent;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #000;
    border: 1px solid #000;;
}

footer#footer .footer-address .address-item .address-icon {
    width: 30px;
    height: 30px;
}

footer#footer .footer-address .address-item .address-icon img {
    width: 100%;
    height: 100%;
}

footer#footer .footer-address .address-item .address-text {
    width: calc(100% - 30px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
}

footer#footer .footer-address .address-item .address-text p:first-child {
    margin: 0;
}

footer#footer .footer-address .address-item .address-text p:last-child {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

footer#footer .footer-body {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer#footer .footer-logo img {
    width: 150px;
}

footer#footer .footer-description {
    margin: 20px 0;
}

footer#footer .footer-social a:not(:last-child) {
    margin-right: 10px;
}

footer#footer .footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

footer#footer .footer-title h3 {
    color: #000;;
    font-size: 20px;
    margin: 0 0 15px 0;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px 0 10px 0 !important;
}

footer#footer .footer-menu ul li a {
    color: #000;;
    position: relative;
    font-size: 15px;
    padding: 0 0 0 10px;
}

footer#footer .footer-menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

footer#footer .footer-copyright {
    padding: 20px 0 0 0;
    font-size: 15px;
}

/**contact**/
.heading-wp p {
    color: #475467;
    font-size: 16px;
    margin: 0;
    line-height: 18px;
}

.heading-wp h1 {
    font-size: 48px;
    line-height: 54px;
    margin: 10px 0 20px 0;
}

.heading-wp h4 {
    color: #6941C6;
    font-size: 16px;
    line-height: 24px;
}

.contact p {
    color: #475467;
    font-size: 15px;
    line-height: 18px;
}

.contact h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px !important;
}

.contact a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px !important;
}

/**Category**/
.category-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.post-item2 {
    transition: 0.3s ease-in-out;
}

.post-item2 .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}

.post-item2 .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item2:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item2 .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item2 .post-content h4 a {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 50px;
    color: #000
}

.post-item2 .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item2 .post-content h4 {
    margin: 0 0 10px 0 !important;
}

.post-item2 .post-content .post-desc {
    color: #475467;
    font-size: 15px;
}

.social-header {
    margin-left: 15px !important;
}

.social-header a {
    font-size: 25px;
    color: #2F80ED;
}

.form-question .form-group p {
    display: flex;
}

.input_hd {
    height: 40px !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0px !important;
    width: 100% !important;
}

.form-question .form-group p span.wpcf7-form-control-wrap {
    width: 90% !important;
}

.button_hd {
    border-radius: 5px !important;
    margin-left: 10px !important;
}

/**question**/
.question-item .question-content {
    background: var(--primary-color);
    padding: 15px;
    border-radius: 10px;
}

.question-item .question-content p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.question-item .question-content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.question-item .question-author {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    flex-flow: wrap;
}

.question-item .question-author .avatar {
    width: 60px;
    height: 60px;
}

.question-item .question-author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.question-item .question-author .auth-info {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.question-item .question-author .auth-info h4 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.question-item .question-author .auth-info p {
    color: #737373;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

/**product**/
.homt-title h4 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}

.about2 .overlay {
    display: none;
}

.about2 h4 {
    color: #463169 !important;
    margin: 15px 0 0 0;
    font-size: 20px;
    line-height: 26px;
}

.about2 .box-text {
    text-shadow: unset !important;
    width: 50% !important;
}

.banner_position {
    position: absolute !important;
    bottom: 0px !important;
}

.about3 p {
    font-size: 18px;
    color: #737373;
}

.about3 h3 {
    font-size: 48px;
    line-height: 58px;
}

.about4 p {
    font-size: 15px;
}

.about4 h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.about4 .box-text {
    padding: 20px;
    background: #FCF4EB;
    border-radius: 15px;
    text-shadow: unset !important;
}

.about4 .box-image {
    position: absolute;
    top: -60px;
    right: -35px;
}

.about5 .box-text {
    background: #FFEDF2;
}

.thumb-3 {
    margin-top: -654px;
}

.button_or {
    background: #FFA500 !important;
}

.sec_contact .banner_position {
    bottom: -200px !important;
}

.row_p {
    position: relative;
    z-index: 9999 !important;
}

.contact__info h3 {
    color: #23243D;
    font-size: 45px;
    margin: 0px;
}

.contact__info img {
    width: 50px !important;
    margin-left: 10px;
}

.contact__body p {
    margin: 0 0 10px 0;
}

.contact__body p strong {
    font-size: 20px;
    font-weight: 800;
    color: #262626;
}

.contact__body {
    background: #fff;
    margin: 20px 0 0 0;
    border-radius: 15px;
    padding: 20px;
}

.thumb-4 {
    margin-bottom: -100px;
}

.category-redirect {
    margin: 0 0 10px 0;
}

.category-redirect ul {
    display: flex;
    justify-content: center;
}

.category-redirect ul li {
    list-style: none !important;
    width: 50%;
}

.category-redirect ul li a {
    color: #667085;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    display: block;
}

.category-redirect ul li.active a {
    background: #FFF5F5;
    color: #EB5757;
    font-weight: 800;
    border-radius: 5px;
}

.post-grid {
    background: #FFF6DF;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    height: 100%;
}

.post-grid .post-grid-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.post-grid .post-grid-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: center;
}

.post-grid .post-grid-content {
    width: 100%;
    padding: 15px;
}

.post-grid .post-grid-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 20px;
    color: var(--primary-color);
    height: 40px;
    margin: 0px 0 10px 0;
}

.post-grid .post-grid-content .post-desc {
    height: 70px;
    color: #727272;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-grid .post-grid-content .post-grid-next {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 14px;
}

.postImage {
    width: 100%;
    margin-bottom: 20px;
}

.pd5 {
    padding-bottom: 5px !important;
}

.home-title2 {
    text-align: center;
    width: 100%;
    display: inline-block
}

.home-title2 h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 30px;
    margin: 0;
    line-height: 40px
}

.home-title2 .sub_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color)
}

.home-title2.text-left h3 {
    text-align: left !important;
    text-transform: unset
}

.home-title2.text-left {
    text-align: left !important
}

.home-title2.text-left span.description {
    width: 80%;
    font-size: 16px;
    color: #727272
}

.abouts2 .box-text-inner p strong {
    text-transform: uppercase;
}

.abouts2 .box-text-inner p {
    color: #000;
}

.inputContact {
    border-radius: 8px !important;
    box-shadow: unset !important;
    height: 45px !important;
}

.textareaContact {
    border-radius: 8px !important;
    box-shadow: unset !important;
}

.formContact2 label {
    font-size: 16px !important;
}

.formContact2 h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px 0;
}

.buttonContact {
    width: 100%;
    margin: 0px !important;
    border-radius: 8px !important;
    height: 45px;
    line-height: 45px !important;
}

.rowP {
    position: relative;
    z-index: 99;
}

.bg-title {
    background: url(/wp-content/uploads/2024/05/Group-52362-1-scaled.jpg);
    background-size: 100% !important;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg-title .formContact2 {
    background: #fff !important;
    padding: 20px;
    border-radius: 20px !important;
}

form.wpcf7-form.init {
    margin: 0;
}

.dark h3, .dark p {
    color: #000 !important;
}

.ad-question .accordion-item:nth-child(1) .accordion-title {
    border: 0 !important;
}

.ad-question .accordion-title {
    background: transparent !important;
    padding-left: 0px !important;
}

.ad-question .accordion-title span {
    font-weight: 700;
}

.ad-question .accordion-inner {
    padding: 15px !important;
}

.ad-question .toggle {
    right: 0;
    left: unset !important;
    margin: 0;
    transform: unset !important;
}

.ad-question .toggle i:before {
    content: '\f055';
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 18px;
    font-weight: 300;
}

.ad-question .accordion-title.active .toggle i:before {
    content: '\f056'
}