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

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

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

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

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

body {
    font-family: "Gilroy", sans-serif !important;
    font-size: 18px;
    line-height: 1;
    background-color: var(--green-light);
    color: #333;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "Gilroy", sans-serif !important;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: "Gilroy", sans-serif !important;
}
.woocommerce-breadcrumb{
	display:none;
}
#header .nav>li>a,
#header .mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-size: 16px;
}

#header-main .menu-item {
    border-right: 1px solid #ccc;
}

#header .header-main .menu-item {
    /* border-right: 1px solid #ccc; */
    margin: 0 !important;
    padding: 0 9px !important;
    position: relative;
}

#header .header-main .nav >  .menu-item:after {
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 0.5px;
    background: #595959;
    top: 50%;
    transform: translateY(-50%);
    border-color: transparent;
    border-width: 0.5px;
    margin-left: 0;
    opacity: 1;
    left: inherit;
    border-width: 0;
}

.header-main .header-block {
    width: auto;
}

.hero-row-icon {
    margin: auto !important;
}

#header .header-main .nav-spacing-xlarge>li {
    margin: 0 20px;
}

.btn-header.button {
    font-weight: 500 !important;
    font-size: 16px !important;
    border: 1px solid !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 20px !important;
    min-height: auto;
    padding: 10px 12px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.btn-header.button span {
    position: relative;
    padding-left: 30px;
    line-height: 1;
}

.btn-header span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;

    top: 50%;
    transform: translateY(-50%);
    background-size: contain !important;

}

.btn-store span:before {
    background: url(../img/marker-02.png);

}

.btn-header-atc span:before {
    background: url(../img/bag-04.png);
}

.header-main .nav-divided>li+li>a:after {
    border-left: 1px solid #595959;
    border: none;
}

.hero-sub-title>* {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary-color);
}

.p-center p {
    margin-bottom: 0;
}

.col-center>.col {
    padding-bottom: 0 !important;
}

.hero-title>* {
    font-size: 70px;
    line-height: 1.5;
    font-weight: 900;
    color: var(--primary-color);
}

.hero-after-title>* {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #E35000;

text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.hero-after-device>* {
    font-size: 28px;
    color: var(--primary-color);
    line-height: 45px;

}

.hero-after-device {
    margin-bottom: 15px;
}

.hero-after-title {
    margin-bottom: 30px;
}

.section-hero {
    height: calc(100vh - 85px);
}


.title-main p:nth-of-type(2) {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff !important;
    padding: 20px 10px 10px 10px;
    border-radius: 12px;
   
}
.title-main{
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
	gap:10px;
	flex-wrap:wrap;
}
.title-main h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-weight: bold;
	gap:10px;
	flex-wrap:wrap;
}
.title-main h2 p{
	margin-bottom:20px;
}
.title-main>* {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}

.title-main h2 p:nth-of-type(2) {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 12px;
    font-size: 50px;
}

/* .title-main>*:not(:last-child) {
    margin-right: 15px;
} */
.title-main h2 span{
	color:#fff;
	font-size:32px;
}
.desc-main>* {
    font-size: 24px;
    font-weight: 700;
    color: #434343;
}

.title-main {
    margin-bottom: 24px;
}

.box-after-product {
    border-radius: 12px;
    border: 1px solid var(--neutral-color-01, #FFF);
    background: var(--primary-color-organge, #FE7A32);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
}

.style2-icon-box .icon-box-text p:first-of-type {
	color: var(--primary-color);
    margin-bottom: 8px;
	font-weight:700;
}


.style2-icon-box .icon-box-text p {
    font-size: 18px;
    color: #595959;
}

.style2-icon-box:not(:last-child) {
    margin-bottom: 24px;
}

.button.button-gradient,
.style5-blog-slide .post-item>.col-inner .button {
    background: linear-gradient(270deg, #FE7F48 0%, #FFAE8B 100%);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08);
    border: none;
    transition: .3s linear;
    margin-bottom: 0;
}

.button.button-gradient>span {
    line-height: 1;
}

.button.button-gradient:hover {

    background: #FE7F48;
}

.section-style-3 {
    background: linear-gradient(0deg, #FFE9DD 0%, #FFE9DD 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    padding-top: 60px !important;
    padding-bottom: 120px !important;
}

.style-2-text strong {
    color: var(--primary-color);
}

.section-style-3:before {
    content: "";
    position: absolute;
    top: -85px;
    height: 115px;
    width: 100%;
    background: url(../img/style2-before.png) no-repeat center center / 100% 100%;
}

.section-style-3 {
    margin-top: 60px;
}

.section-style-4:before {
    content: "";
    position: absolute;
    height: 180px;
    top: -170px;
    left: 0;
    width: 100%;
    background: url(../img/style4-before.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.style3-text-list li {
    list-style: none;
    margin-left: 0 !important;
    color: #434343;
    font-weight: 500;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 50px;
	line-height:1.5;
}

.style3-text-list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #FFDDCE;
    background: var(--gradien-organge, linear-gradient(270deg, #FE7F48 0%, #FFAE8B 100%));
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.20);
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

.style3-text-list>ul>*:not(:last-child) {
    margin-bottom: 12px;
}

.style3-text-list li:before {
    content: "";
    position: absolute;
    background: url(../img/check-broken.png);
    background-size: contain;
    top: 50%;
    left: 20px;
    z-index: 999;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.style4-col-thumb:first-child img,
.style4-col-thumb:last-child img {
    width: 271px;
    height: 271px;
    border-radius: 0px 57.021px;
}

.style4-col-thumb img {
    border: 3px solid #Fff;
    object-fit: cover;
}

.style4-col-thumb:nth-child(2) img,
.style4-col-thumb:nth-child(3) img {
    height: 236px;
    width: 236px;
    border-radius: 57.021px 0px;
}

.style4-col-thumb:nth-child(3) img {
    height: 217px;
    width: 217px;
}

.style4-col-thumb:last-child img {
    height: 170px;
    width: 170px;
}

.style4-col-thumb:first-child .img-inner,
.style4-col-thumb:nth-child(3) .img-inner {
    text-align: right;
}

.style4-col-thumb:nth-child(2) .img-inner,
.style4-col-thumb:last-child .img-inner {
    text-align: left;
}

.style4-row-thumb>* {
    padding: 10px !important;
}

.style4-col-thumb .img,
.style4-col-thumb .img-inner {
    height: 100%;
}

.style4-col-thumb:nth-child(2) .img-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.style4-col-left>.col-inner {
    position: relative;
}

.style4-col-left>.col-inner:before {
    content: "";
    position: absolute;
    background: url(../img/style4-left-before.png);
    background-size: cover;
    height: 770px;
    width: 697px;
    top: -200px;
    left: -100px;
}

.style4-row-last {
    margin-top: 60px;
}

.style4-row-last .title-main {
    margin-top: 15px;
    margin-bottom: 15px;
}

.style3-image-box {
    background: #fff;
    border-radius: 12px;
    border: 1px dashed var(--primary-color);
}

.style3-image-box .box-image img {
       height: 108px;
    object-fit: contain;
    width: 100%;
    border-radius: 12px;
    padding: 15px;
}

.style3-image-box .box-text {
    display: none;
}

.style4-row-newspapers>.col>.col-inner {
    background: #FFF;
    border-radius: 12px;
    padding: 5px;
}

.style3-image-box .box-text {
    text-align: left;
}

.section-style-4:after {
    content: "";
    position: absolute;
    height: 145px;
    bottom: -144px;
    left: 0;
    width: 100%;
    background: url(../img/style4-before.png);
    background-size: cover;
    z-index: 999;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.section-style-4 {
    padding-bottom: 0 !important;
}

.section-style-5 {
    padding-top: 200px !important;
    padding-bottom: 30px !important;
}

.section-style-5 .hero-title {
    margin-bottom: 30px;
}

.style5-blog-slide .post-item>.col-inner {
    background: #FFF8F6;
    padding: 10px;
    border-radius: 12px;
}

.style5-blog-slide .post-item>.col-inner .box-image img {
    border-radius: 12px;
}

.style5-blog-slide .post-item>.col-inner>* {
    border: 1px dashed var(--primary-color);
    padding: 5px;
    border-radius: 12px;
}

.style5-blog-slide .post-item>.col-inner .post-title a {
    color: var(--primary-color);
    font-size: 24px;
}

.box-blog-post .is-divider {
    display: none;
}

.style5-blog-slide .post-item>.col-inner .box-text>.box-text-inner>*:not(:last-child) {
    margin-bottom: 5px;
}

.style5-blog-row .post-item .col-inner {
    background: #FFF8F6;
    padding: 10px;
    border-radius: 12px;
}

.style5-blog-row .post-item .col-inner .box-image img {
    border-radius: 12px;
}

.style5-blog-row .post-item .col-inner>* {
    border: 1px dashed var(--primary-color);
    padding: 10px;
    border-radius: 12px;
}

.style5-blog-row .cat-label {
    position: absolute;
    top: -245px;
    background: linear-gradient(270deg, #FE7F48 0%, #FFAE8B 100%);
    color: #fff;
    opacity: 1;
    line-height: 1;
    left: -10px;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    padding: 9px 14px 8px 15px;
}

.style5-blog-row {
    margin-top: 30px;
}

.style5-blog-row .post-item .col-inner .post-title a {
    color: var(--primary-color);
    line-height: 1.5;
}

.style5-blog-row .post-item .box-text .box-text-inner>*:not(:last-child) {
    margin-bottom: 5px;
}

.section-footer-top {
    background: var(--primary-color);
    color: #fff;
}

.footer-top-title {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.footer-top-title>*:last-child {
    background: #fff;
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 20px;
}

.footer-top-title>* {
    margin-bottom: 0;
}

.footer-top-text>* {
    font-size: 14px;
}

.copyright-footer {
    font-style: italic;
    color: #fff;
    font-size: 16px;
}

.footer-title>* {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-footer {
    font-size: 14px;
    color: #434343;
}

.footer-info>*:not(:last-child) {
    margin-bottom: 8px;
}

.footer-info>*:not(:last-child) {
    border-bottom: 1px solid #FFECE4;
    padding-bottom: 10px;
}

.footer-info>*:first-child {
    border: none;
    padding-bottom: 0;
}

.col-footer-info>.col-inner>*:not(:last-child) {
    margin-bottom: 15px;
}

.footer-info-flex {
    display: flex;
}

.footer-info-flex>*:not(:last-child) {
    width: 15%;
    margin-right: 15px;
}

.list-social .img {
    width: 24px !important;

}

.list-social .img img {
    height: 24px;
    object-fit: contain;
}

.section-style-6 {
    background: url(../img/bg-style-6.png);
    background-size: 100% 100%;
    padding: 120px 0 150px !important;
    margin-bottom: -80px;
    z-index: 99;

}

.style6-col-title>.col-inner>*:not(:last-child) {
    margin-bottom: 20px;
}

.style6-row-box>.col>.col-inner {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.style6-row-box>.col>.col-inner>* {
    border: 1px dashed var(--primary-color);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
	height:100%;
}

.style6-row-box>.col>.col-inner .box-image img {
    border-radius: 12px;
    object-fit: cover;
}

.video-button-wrapper {
    position: absolute;
    top: -125px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.video-button-wrapper a.button {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    opacity: 0.5;
}

.video-button-wrapper a.button:hover {
    opacity: 1;
}

/* .style5-text-info h3 {
    font-size: 18px;
    color: var(--primary-color);
} */
.style5-text-info > p:first-of-type{
	font-size: 18px;
    color: var(--primary-color);
	font-weight:900;
}
.style5-text-info p {
    font-size: 14px;
}

.style5-text-info {
    margin-top: 20px;
}

.style6-row-box>.col>.col-inner>*>.box-image {
    flex-shrink: 0;
    height: 210px;
    width: 100%;
}

.style6-row-box>.col>.col-inner>*>.box-image img,
.style6-row-box>.col>.col-inner>*>.box-image>* {
    height: 100%;
}

.style6-row-box>.col>.col-inner>*>.box-text {
    flex: 1;
    padding: 0;
}

.section-style-7 {
    background: url(../img/bg-style-7.png) no-repeat center center / 100% 100%;
    padding-top: 150px !Important;
    padding-bottom: 0 !important;

}

.style8-img-box>.box-image>* {
    text-align: center;
}

.style8-img-box>.box-image img {
    height: 260px;
    object-fit: contain;
    width: 260px;
}

.style8-img-box > .box-text p:first-of-type {
    font-size: 20px;
    margin-top: 0;
    color: #434343;
	font-weight:700;
}

.style8-img-box>.box-text>.box-text-inner>*:not(:last-child) {
    margin-bottom: 15px;
}

.style8-img-box>*:not(:last-child) {
    margin-bottom: 15px;
}

.style8-img-box>.box-text {
    padding: 0;
}

.style8-col-cta>.col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.style8-col-cta>.col-inner>*:first-child {
    margin-right: 15px;
}

.style8-col-cta .button {
    line-height: 1;
    display: inline-flex;
    min-height: auto;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.style8-col-cta .button span {
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
}

.style8-col-cta>.col-inner p {
    margin-bottom: 0;
}

.section-style-9 {
    background: url(../img/bg-style-6.png);
    background-size: 100% 100%;
    padding: 120px 0 150px !important;
}

.section-style-9 .desc-main {
    position: relative;
    padding-bottom: 30px;
}

.section-style-9 .desc-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background: var(--primary-color);
    transform: translateX(-50%);
    z-index: 99;
}

.section-style-9 .desc-main p {
    margin-bottom: 0;
}

.section-style-9 .desc-main {
    position: relative;
    padding-bottom: 30px;
}

.section-style-9 .desc-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background: var(--primary-color);
    transform: translateX(-50%);
    z-index: 99;
}

.section-style-9 .desc-main p {
    margin-bottom: 0;
}

.style9-text-cta {
    background: #FFC7AF;
    width: 100%;
    margin: 30px auto;
    padding: 10px;
    border-radius: 44px;
    color: #434343;
}

.style9-text-cta p {
    margin-bottom: 0;
}

.style9-row-tab>.col>.col-inner {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.style9-row-tab>.col>.col-inner>* {
    border: 1px dashed var(--primary-color);
    width: 100%;
    border-radius: 20px;
    padding: 30px 0;
    cursor: pointer;
}

.style9-row-tab>.col>.col-inner p {
    margin-bottom: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.style9-row-tab>.col.active>.col-inner {
    background: var(--primary-color);
    color: #fff;
}


.style9-row-tab>.col.active>.col-inner p {
    color: #fff;
}

.style7-col-form.col {
    background: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    padding: 15px !important;
    height: 100%;
	margin-top: -160px;
}

.style7-col-form .title-main {
    flex-direction: column;
    margin-bottom: 10px;
}

.style7-col-form .title-main>*:first-child {
    font-size: 14px;
    color: #fff;
}

.style7-col-form .title-main>*:last-child {
    background: #fff;
    font-size: 24px;
    color: var(--primary-color) !important;
}

.style7-col-form>.col-inner {
    border: 1px dashed #fff;
    border-radius: 12px;
    padding: 15px;
}

.style7-row-form {
    padding: 0 15px;
}

.style7-col-form .title-main>*:not(:last-child) {
    margin-bottom: 10px;
}

.style7-col-form .desc-main>* {
    font-size: 16px;
    color: #fff;
}

.form-title>* {
    font-size: 20px;
    font-weight: 900;
}

.style7-col-form .desc-main {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.style7-col-form .desc-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.form-title {
    margin-bottom: 20px;
}

.form-wrap input,
.form-wrap textarea {
    background: #fff;
    box-shadow: none;
    border: none !important;
    border-radius: 8px !important;
    height: auto !important;
    font-size: 16px !important;
    padding: 12px !important;
}

.form-wrap .btn-submit {
    background: #fff!important;
    border-radius: 5px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrap .btn-submit:hover {
    background: var(--primary-color);
    color: #fff;
}

.form-wrap form {
    margin-bottom: 0;
}

.section-style-9 .form-title>* {
    font-size: 32px;
    margin-bottom: 0;
}

.style9-text-price {
    border-radius: 12px;
    border: 1px solid var(--neutral-color-01, #FFF);
    background: var(--primary-color-organge, #FE7A32);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    width: max-content;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    top: 318px;
    left: 50%;
    transform: translateX(-50%);
}

.section-style-9 .form-wrap form {
    display: flex;
    flex-wrap: wrap;
}

.section-style-9 .form-wrap form>* {
    width: 50%;
    padding: 0 5px;
}

.section-style-9 .form-wrap form>*.w-100 {
    width: 100%;
}

.style9-row-tab>.col.active>.col-inner>* {
    border-color: #fff;
}

.row-tab-list.active {
    display: flex;
}

.row-tab-list.hide.row {
    display: none;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.style7-col-person.col {
    padding-bottom: 0;
}

.style-2-text>* {
    font-size: 18px;
}

.style7-col-person.col>.col-inner {
    position: absolute;
    bottom: 0;

}

.style9-form-policy>.col-inner>*:not(:last-child) {
    margin-bottom: 15px;
    align-items: center;
}

.style-2-text>* {
    position: relative;
    padding-left: 30px;
}

.style-2-text>*:before {
    content: "";
    position: absolute;
    background: url(../img/check-broken.png);
    background-size: contain;
    top: 5px;
    left: 0;
    z-index: 999;
    width: 20px;
    height: 20px;
}

.style8-img-box .box-image img {
    border-radius: 100%;
    height: 260px;
    object-fit: cover;
    position: relative;
    background: url(../img/customer-border.svg) no-repeat center center / 100% 100%;
    padding: 20px;


}



.style8-button-viewmore {
    text-transform: none;
    color: var(--primary-color);
    margin: 0;
}

.style8-img-box .box-text-inner>*:nth-child(3) {
    margin-bottom: 0 !important;
}

.form-wrap .form-group {
    position: relative;
}

.form-wrap .form-error {
    position: absolute;
    top: -17px;
    z-index: 999;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #dc3545;
    background-color: #fff;
    left: 10px;
    box-shadow: 1px 2px 3px #ccc;
}

.form-success {
    text-align: center;
    color: green;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    display: none;
}

.form-success.active {
    display: block;
}
.entry-divider.is-divider {
    display: none;
}

h1.entry-title {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: var(--primary-color);
    font-size: 24px;
}

.entry-content.single-page {
    padding-top: 0;
    text-align: justify;
    color: #434343;
}

.entry-header-text-top {
    padding-bottom: 15px!important;
}

.entry-content.single-page > *:not(:last-child) {
    margin-bottom: 15px;
}

img.size-full.alignnone {
    margin-bottom: 0;
}

.entry-content.single-page > h2 {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    display: list-item;
    list-style: decimal inside;
}

.entry-content.single-page > h2 > * {
    font-weight: bold!important;
}

.entry-content.single-page > h3 {
    font-size: 20px;
}

.entry-content.single-page > h3 > * {
    font-weight: bold!important;
}

div#comments {
    display: none;
}
.hotline-bar {
    background: linear-gradient(270deg, #FE7F48 0%, #FFAE8B 100%);
}

.hotline-phone-ring-circle-fill {
    background: #FFAE8B;
}

.hotline-phone-ring-img-circle {
    background: #FE7F48;
}

.hotline-phone-ring-circle {
    border: 2px solid var(--primary-color);
}
.section-title-normal span {
    color: var(--primary-color);
}
.col-menu-sidebar .col-inner {
    background: #FFE7DD;
    padding: 15px;
    border-radius: 10px;
}
.section-content-style1 p {
    text-align: justify;
}
.style2-icon-box .icon-box-text p {
    margin-bottom: 0;
    font-size: 16px;
}
.style2-icon-box {
    align-items: center;
}
.style6-row-box>.col>.col-inner>*>.box-text > * {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.style5-text-info {
    margin-top: auto;
}
.style5-text-desc {
    text-align: justify;
	margin-bottom:20px;
}
.style7-row-form .desc-main>* {
	font-size: 20px;
}
#form-advise .button.primary.btn-submit {
 
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #fff;
}
.style5-text-desc {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.style5-text-viewmore {
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.style5-text-viewmore p {
    border-bottom: 1px solid var(--primary-color);
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
}
.style5-text-desc.active {
    display: block;
}
.style8-img-box .box-text-inner {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.style8-img-box .box-text-inner.active {
    display: block;
}
.section-style-5.pt-60 {
    padding-top: 60px!important;
}
.wc-block-components-button__text{
    background: #fe7a32;
    padding: 10px 35px;
    color: #fff;
    border-radius: 33px;
    font-weight: 700;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
top:-8px !important;
}