
:root{
    /* imgtxt-icon */
    ---imgtxt-icon-item-flex-direction:row;
    --imgtxt-icon-title-text-align:left;
    --imgtxt-icon-desc-top:15px;
    --imgtxt-icon-item-width:100%;
    --imagetxt-slide-list-title-size:24px;
    --imagetxt-slide-list-title-margin:25px 0 0;
    --product-name-font-size:20px;
    --product-name-font-weight:600;
    --img-box-radius:20px;
    --function-email-body-max-width:80%;
    --product-single-title-size:32px;
    --product-single-price-size:18px;
    --product-single-price-weight:400;
    --prodsingle-info-section-bottom:15px;
    --product-variant-radius:8px;
    --product-single-images-width:50%;
    --choicereview-body-bottom-padding:14px;
    --prodsingle-quantity-wrapper-height:auto;
}

.product-slide .product-item {
    --product-item-border:0;
}

[data-section-type="image_slide"] {
    --medium-title-size:96px;
    --medium-subtitle-size:20px;
    --img-box-radius:0;
}

@media screen and (max-width: 1000px) {
    [data-section-type="image_slide"] {
        --medium-title-size:30px;
        --medium-subtitle-size:17px;
    }

   [data-section-type="imgtxt_icon"] {
    ---imgtxt-icon-item-flex-direction: column;
    --imgtxt-icon-title-text-align:center;
    --imgtxt-icon-item-bottom:50px;
    --imgtxt-icon-item-right:0;
    --imgtxt-icon-title-size:20px;
   }
   .imgtxt-icon-text {
    margin-top: 18px;
   }
   .imgtxt-single {
    --imgtxt-single-body-align: flex-start;
    --imgtxt-single-text-align:left;
    --imgtxt-single-body-slide-padding:30px;
   }
}

/* slide */
.home-slide-subtitle ,
.home-slide-title {
    max-width: 620px;
    white-space: normal;
    overflow-wrap: break-word;
}
@media screen and (min-width: 1200px) {
    .home-slide-title {
        line-height: 106px;
    }
}

@media screen and (max-width: 768px){
    :root {
        --home-slide-content-left-transform:translate(0 , 0);
        --home-slide-content-left-textalign:center;
    }

    .home-slide-content {
        position: static !important;
        max-width: 100%;
        padding: 30px 20px;
    }
}
/* endslide */

/* imgtxt-icon */
.imgtxt-icon-desc {
    line-height: 26px;
}

.imagetxt-slide-content {
    align-items: center;
}

[data-section-type="imgtxt_icon"] {
    background: var(--main-color);
    padding-top: var(--section-space);
}

[data-section-type="imgtxt_iconB"] {
    margin-top: 60PX;
}

.imgtxt-icon {
    margin-bottom: var(--section-space);
}

@media screen and (min-width: 767px) {
    [data-section-type="imgtxt_icon"] .imgtxt-icon-item {
        border-right: 1px solid var(--main-color-second);
    }
    .imgtxt-icon-item:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    [data-section-type="imgtxt_iconB"] .imgtxt-icon-wrapper {
        flex-wrap: nowrap;
    }
    [data-section-type="imgtxt_iconB"] .imgtxt-icon-item {
        flex: none;
        max-width:100%;
        margin-right:0;
    }

    [data-section-type="imgtxt_icon"] .imgtxt-icon-item {
        flex-direction: column
    }
}

/* imgtxt_single */
[data-section-type="imgtxt_singleB"] {
    --imgtxt-single-image-width:100%;
    --imgtxt-single-text-width:100%;
}

.imgtxt-single {
    border-radius: var(--img-box-radius);
    background-color: var(--main-color);
}

/* video-text */
.video-text-play,
.video-text-poster ,
.video-text-content {
    background: var(--main-color);
    border-radius: var(--img-box-radius);
}

.video-text-item iframe {
    background: var(--main-color);
    border-radius: var(--img-box-radius);
}

.video-text-btn {
    margin-top: 20px;
}

.video-text-body .button {
    font-size: 13px;
}

@media screen and (max-width: 767px){
    .video-text-title {
        font-size: 28px;
    }
    .video-text-body {
        padding: 40px;
    }

    .video-text-subtext {
        margin-top: 20px;
    }
}

/* function-email */

.function-email {
    position: relative;
    margin: var(--wrapper-margin, auto);
    max-width: var(--max-width);
    margin-bottom: var(--section-space) ;
}

.function-email-img img {
    border-radius: var(--img-box-radius);
}

.function-email-body {
    width: 100%;
}
.function-email-subs button,
.function-email-subs input {
    background: transparent;
    border: 1px solid;
}

.function-email-subs input {
    border: 1px solid;
    border-right: none;
}
.function-email-subs button {
    border-left: none;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    [data-section-type="function_email"] {
        --function-email-input-min-width:100px;
    }
    .function-email {
        padding: 0 15px;
    }
    .function-email-body {
        padding: 0 30px;
    }
    .function-email-subtitle,
    .function-email-title {
        text-align: center;
    }

    .function-email-title {
        font-size: 28px;
    }
}

/* product-single */

.product-single-title {
    font-weight: 700;
}

[data-section-type="content_choicereview"] {
    background: var(--main-color);
    padding-top: var(--section-space);
    margin-bottom: var(--section-space);
}

/* product_single */
[data-section-type="product_single"]>div {
    position: relative;
    background: transparent;
    padding-top: 90px;
}

[data-section-type="product_single"]>div::after {
    position: absolute;
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 38%;
    z-index: -1;
    top: 0;
}

.product-single-content {
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: var(--img-box-radius);
    background-color: var(--page-bg-color);
}

@media screen and (max-width: 767px) {
    .product-single-content {
        padding: 15px;
    }
    .product-single-action .swiper-pagination{
        --product-single-pagination:none;
    }
    .product-single-swiper.swiper{
        --swiper-padding-bottom:0;
    }
    .product-single-action .iconfont{
        --product-single-btn:block;
    }
}
/* new */
.home-slide-content{
    --home-slide-content-left-left:10%;
}
.imgtxt-icon-text{
    --imgtxt-icon-title-text-align:center;
}
.home-contact-us{
display:flex;
justify-content: space-between;
gap: 40px;
padding: 40px 80px;
background-color:var(--main-color-second);
border-radius:var(--theme-border-radius);
}
.home-contactus-txt{
font-size: var(--font-size-first);
}
.home-contactus-item{
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 40px 0 90px;
background: #fff no-repeat 30px center/36px;
border-radius: 5px;
}
.home-contactus-title{
font-size: 20px;
font-weight: 700;
}
.home-contactus-right{
display: grid;
grid-template-rows: repeat(3, 1fr);
max-width: 500px;
gap: 10px;
}
.home-contactus-form input,
.home-contactus-form textarea{
--theme-border-radius:5px;
}
.home-contactus-form input::placeholder,
.home-contactus-form textarea::placeholder{
color:var(--theme-font-color);
opacity: .7;
}
.home-contactus-btn{
--btn-bg-color:#000;
--btn-font-color:#fff;
--btn-border-color:#000;
}
.home-contactus-btn:hover{
--main-color-second:#333;
}
.home-contact-us .form-col{
--form-col-margin :5px auto;
}
@media screen and (max-width: 900px){
.home-contact-us{
    flex-direction: column;
    padding:40px 30px;
    --theme-border-radius:20px;
}
.home-contactus-right{
    grid-template-rows:repeat(3, auto);
}
.home-contactus-item{
    padding: 10px 20px 10px 64px;
    background-size: 28px;
    background-position-x: 16px;
}
.home-contactus-title{
    font-size:18px;
}
}
