/**
	TT Extension CSS
*/


/* ----------------------- Start Section Title --------------------- */

.section-heading,
.up-sells h3,
.single-product .recent-product .product-section-title,
.related.products h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    float: none;
    width: fit-content;
    color: var(--secondary-color);
    margin: 0 auto 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.up-sells h3,
.single-product .recent-product .product-section-title,
.related.products h3 {
    text-align: start;
}

.sec-sepretor .section-heading {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 2px solid var(--border-color-01);
}

.sec-sepretor .section-heading::after {
    content: " ";
    position: absolute;
    top: auto;
    bottom: -3px;
    left: 0;
    right: auto;
    width: 5%;
    height: 4px;
    background: var(--primary-color);
}

.tt-section-title.left .section-heading {
    text-align: start;
}

.home .section-heading {
    padding: 0 0 8px;
    margin: 0;
}

.ourservice-title .section-heading {
    font-size: 26px;
}

.tt-section-title p {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: var(--body-text-color);
}

.home .tt-section-title p {
    font-size: 14px;
    line-height: 16px;
}

.tt-section-title {
    margin: 0 0 25px;
    float: left;
    padding: 0 0 0;
    width: 100%;
    position: relative;
}

.tt-section-title.text-center {
    float: none;
    margin: 0 auto;
    width: fit-content;
}

.tt-section-sab {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--tertiary-color);
    margin: 0 0 5px;
    float: left;
    width: 100%;
    letter-spacing: 2px;
}

.trending-title .tt-section-title .section-heading {
    margin: 0;
}

.trending-title .tt-section-title {
    margin: 0 0 15px;
}

/* inner pages */
.service_about .elementor-widget.elementor-widget-image-box:hover .elementor-image-box-img img,
.service_about .swiper-backface-hidden .swiper-slide:hover .tt-feature-box-icon img,
.swiper-slide-inner img:hover,
.inner_page_img_hover .elementor-widget-container img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.service_about .elementor-widget.elementor-widget-image-box .elementor-image-box-img img,
.service_about .swiper-backface-hidden .swiper-slide .tt-feature-box-icon img,
.swiper-slide-inner img,
.inner_page_img_hover .elementor-widget-container img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.service_about .elementor-widget.elementor-widget-image-box .elementor-image-box-img,
.service_about .swiper-backface-hidden .swiper-slide .tt-feature-box-icon,
.swiper-slide-inner,
.inner_page_img_hover .elementor-widget-container {
    overflow: hidden;
}

.inner_page_img_hover .elementor-widget-container img {
    background-color: var(--border-color-01);
}

.elementor-widget.elementor-widget-progress .elementor-title {
    color: var(--body-text-color);
}

.about-01 .tt-section-title p,
.about-02 .tt-section-title p {
    margin: 0 0 0;
}

.about-02 .inner_page_img_hover {
    margin: 0 0 0 30px;
}

.inner_page_img_hover {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-04 .tt-section-title,
.about_01 .tt-section-title,
.about-02 .tt-section-title,
.section-find .tt-section-title,
.service-sec .tt-section-title,
.portfolio-1 .tt-section-title,
.portfolio_02 .tt-section-title {
    width: 100%;
}

.about-04 .section-heading,
.about-05 .section-heading,
.about_01 .section-heading,
.about-02 .section-heading,
.section-find .section-heading,
.service-sec.ourservice-title .section-heading,
.service-sec .service-con .section-heading,
.portfolio-1 .section-heading,
.portfolio_02 .section-heading {
    text-align: start;
    text-transform: uppercase;
}

.about-04 .section-heading,
.about_01 .section-heading,
.about-02 .section-heading {
    margin: 0 0 15px;
}

.about-column .elementor-widget-wrap {
    flex-wrap: nowrap;
}

.service-sec .section-heading {
    margin: 0 0 15px;
}

.service-sec .section-ser-title .section-heading {
    margin: 22px auto 10px auto;
}

.find_a_store .section-heading,
.portfolio-1 .section-heading,
.portfolio_02 .section-heading {
    margin: 0;
    font-weight: 600;
}

.find_a_store .section-heading {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
}

.portfolio-1 .tt-section-title p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--body-text-color);
}

/* ----------------------- End Section Title --------------------- */

/*------------------ text-carousel start -----------------------*/

.text-carousel p {
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.text-carousel p::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -108%;
    background: #fff;
    width: 45px;
    height: 1px;
    margin: auto;
}

/*------------------ text-carousel end -----------------------*/

/* --------------- Start cms-block block ------------------- */
.tt-cms-block {
    display: flex;
}

.tt-cms-block .cms-block-text,
.tt-cms-block .cms-block-image {
    flex: 1;
}

.tt-cms-block .cms-block-text {
    background: #eeebe7;
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
}

.tt-cms-block .cms-block-text .wpcms-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}

.tt-cms-block .cms-block-image {
    float: none;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 5px 0 0;
}

.banner-hover {
    overflow: hidden;
}

.banner-hover .elementor-widget-container img,
.banner-hover:hover .elementor-widget-container img,
.tt-cms-block:hover .cms-block-image>img,
.tt-cms-block .cms-block-image>img {
    transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    cursor: pointer;
}

.banner-hover:hover .elementor-widget-container img,
.tt-cms-block:hover .cms-block-image>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-cms-block .cms-block-image::after,
.tt-cms-block .cms-block-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tt-cms-block:hover .cms-block-image::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.tt-cms-block:hover .cms-block-image::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}

.tt-cms-block .cms-block-text .wpcms-block-content .cms-block-content {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #444;
    margin: 0 0 6px;
}

.tt-cms-block .cms-block-text .wpcms-block-content .cms-block-title {
    font-size: 34px;
    line-height: 40px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    margin: 0 0 30px;
}

.tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button {
    padding: 10px 22px;
    color: #fff;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 14px;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button {
    background: none;
    border: 1px solid #997b4d;
    color: #997b4d;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button::after {
    background: #997b4d;
}

.cms-btn .tt-cms-block .cms-block-text .wpcms-block-content .button-cms-block .cms-block-button:hover {
    color: #fff;
}

.tt-cms-block.content-reverce {
    flex-direction: row-reverse;
}

.tt-cms-block.content-reverce .cms-block-image {
    margin: 0 0 0 5px;
}

.tt-cms-block.content-reverce .cms-block-text {
    margin: 0 5px 0 0;
}

/* --------------- End cms-block block ------------------- */


/*-------------- Start Category Gallery ---------------*/

#gallary_tabs,
.category-gallery-wrap,
.cat-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
    float: left;
    width: 100%;
}

#gallary_tabs {
    position: relative;
}

#gallary_tabs .category-name-wrap {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 0 25px;
}

#gallary_tabs .category-button a {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

#gallary_tabs .category-button a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--secondary-color);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#gallary_tabs .category-button a:hover {
    color: #997b4d;
}

#gallary_tabs .category-button a:hover::after {
    background: #997b4d;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#gallary_tabs .category-name-wrap li {
    margin: 0 0 30px;
}

#gallary_tabs .category-gallary-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#gallary_tabs .category-gallary-title .tt-section-title {
    width: auto;
    margin: 0 0 40px;
}

#gallary_tabs .category-name-wrap li a {
    font-size: 28px;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
}

#gallary_tabs .category-name-wrap li.active a {
    color: #997b4d;
}

#gallary_tabs .category-name-wrap li a::before {
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    z-index: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: 0;
    background: #997b4d;
}

#gallary_tabs .category-name-wrap li a:hover::before,
#gallary_tabs .category-name-wrap li.active a::before {
    width: 90%;
}

#gallary_tabs .category-gallery-wrap .category-gallary {
    display: none;
}

#gallary_tabs .category-gallery-wrap .category-gallary.active {
    display: block;
}

#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
    display: flex;
    justify-content: space-between;
}

.category-gallary {
    display: flex;
    justify-content: space-between;
}

.cat-heading .tt-section-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    bottom: auto;
    width: 40%;
}

.category-gallery-wrap .category-gallary .cat-img {
    position: relative;
    float: left;
    padding: 0 15px;
}

.category-gallery-wrap .category-gallary.active .cat-img .cat-img-0,
.category-gallery-wrap .category-gallary.active .cat-img .cat-img-3 {
    animation: 2s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 2s ease 0s normal none 1 fadeInUp;
    -moz-animation: 2s ease 0s normal none 1 fadeInUp;
    -o-animation: 2s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-1 {
    float: none;
    width: auto;
    position: absolute;
    top: auto;
    bottom: 24%;
    right: 0;
    left: auto;
    animation: 3s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 3s ease 0s normal none 1 fadeInUp;
    -moz-animation: 3s ease 0s normal none 1 fadeInUp;
    -o-animation: 3s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2,
.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
    animation: 4s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 4s ease 0s normal none 1 fadeInUp;
    -moz-animation: 4s ease 0s normal none 1 fadeInUp;
    -o-animation: 4s ease 0s normal none 1 fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2 {
    margin: 35px 0 0 35px;
    float: left;
    width: 100%;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-3,
.category-gallery-wrap .category-gallary .cat-right .cat-img-3 img {
    float: right;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 10%;
    top: auto;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-5 {
    float: none;
    width: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
}

.category-gallary .category-url img {
    height: auto;
    width: auto;
}

.category-url.cat-img-0 img {
    max-height: 460px;
    max-width: 340px;
}

.category-url.cat-img-1 img {
    max-height: 290px;
    max-width: 210px;
}

.category-url.cat-img-2 img {
    max-height: 180px;
    max-width: 180px;
}

.category-url.cat-img-3 img {
    max-height: 490px;
    max-width: 360px;
}

.category-url.cat-img-4 img {
    max-height: 280px;
    max-width: 270px;
}

/*------------- Start Category Gallery ---------------*/

/* -------------- Start Client Logo ---------------- */
.client-logo .item img {
    width: auto;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.client-logo .item a {
    cursor: pointer;
    padding: 10px 0;
}

.client-logo .item a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.client-logo .item {
    display: flex;
    justify-content: center;
}

/* -------------- End Client Logo ---------------- */

/* --------------- Start Banner block ------------------- */
.tt-banner .banner-text .button-banner a {
    padding: 13px 30px;
    color: var(--white-color-text);
    background-color: var(--tertiary-color);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    font-size: 14px;
    line-height: 16px;
}

.tt-banner .wpbanner-content {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tt-banner .banner-text .button-banner a:hover {
    color: #fff;
}

.tt-banner .banner-text .button-banner .btn:after {
    background: var(--primary-color);
}

.tt-banner img,
.tt-banner:hover .banner-image img {
    transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
}

.tt-banner:hover .banner-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-banner .banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.tt-banner .banner-text.tt-icon-right {
    width: 44%;
    left: auto;
    right: 20px;
}

.tt-banner .banner-text.tt-icon-center {
    width: 55%;
}

.tt-banner .banner-text.tt-icon-top {
    top: 30px;
    bottom: auto;
    left: 30px;
}

.tt-banner .banner-text.tt-icon-left {
    right: auto;
    width: 45%;
    left: 30px;
    justify-content: start;
}

.tt-banner .banner-text.tt-icon-bottom {
    top: auto;
    bottom: 7%;
}

.tt-banner .banner-text {
    color: var(--secondary-color);
}

.tt-banner .banner-text.tt-icon-center {
    color: #fff;
}

.tt-banner .banner-text .banner-top-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    color: #000;
    background: #fff;
    width: fit-content;
}

.tt-banner .banner-text .banner-sub-title {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 30px;
}

.tt-banner .banner-text.tt-icon-top .banner-sub-title {
    padding: 0;
    margin: 0;
}

.tt-banner .banner-text strong.banner-title {
    font-size: 26px;
    line-height: 30px;
    font-family: var(--primary-font);
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
    display: block;
}

.tt-banner .banner-text .banner-content {
    font-size: 22px;
    font-weight: 500;
    color: #ffcc00;
    line-height: 22px;
}

.tt-banner .banner-text .banner-content span {
    font: 400 14px/18px var(--primary-font);
    color: #fff;

}

.tt-banner .banner-text .banner-content span.center {
    color: #222;
}

.tt-banner .banner-text .banner-content p {
    margin: 0;
}

.tt-banner .banner-text .banner-content .text.text-right {
    width: auto;
    margin: 0 5px 0 0;
    padding-top: 3px;
}

.banner-background .tt-banner .banner-text .banner-content {
    float: right;
    background: #fff;
    padding: 7px 27px;
}

.banner-background .tt-banner .banner-text .banner-title {
    margin: 0 0 12px;
}

.tt-banner {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tt-banner .banner-image {
    display: block;
    float: none;
    position: relative;
    overflow: hidden;
}

.tt-banner .banner-image::after,
.tt-banner .banner-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tt-banner:hover .banner-image::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.tt-banner:hover .banner-image::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}

/* start home 01 */
.banner .tt-banner .banner-text .banner-sub-title {
    font: 500 14px/16px var(--secondary-font);
    margin: 0 0 18px;
    color: var(--secondary-color);
    display: inline-block;
    width: fit-content;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: var(--background-color);
    padding: 7px 10px;
    text-transform: uppercase;
}

.banner .tt-banner .banner-text .banner-title {
    font: 700 30px/34px var(--primary-font);
    margin: 0 0 25px;
    text-transform: uppercase;
    color: var(--white-color-text);
}

.home-01.banner .banner-05 .tt-banner .banner-text .banner-title,
.home-01.banner .banner-06 .tt-banner .banner-text .banner-title,
.home-01.banner .banner-07 .tt-banner .banner-text .banner-title {
    margin: 0;
}

.home-01.banner .banner-03 .tt-banner .banner-text.tt-icon-left {
    width: 26%;
}

.banner .tt-banner .banner-text .banner-content {
    font: 500 18px/20px var(--secondary-font);
    color: var(--white-color-text);
    margin: 0 0 50px;
}

.home-01.banner .banner-02 .tt-banner .banner-text .banner-sub-title {
    color: var(--white-color-text);
    background: var(--tertiary-color);
}

.home-01.banner .banner-04 .tt-banner .banner-text.tt-icon-top {
    width: 50%;
    margin: 0;
}

.home-02.banner .banner-01 .tt-banner .banner-text .banner-sub-title,
.home-02.banner .banner-02 .tt-banner .banner-text .banner-sub-title {
    color: var(--secondary-color);
    background: var(--tertiary-color);
}

.home-02.banner .banner-05 .tt-banner .banner-text .banner-sub-title {
    color: var(--secondary-color);
    background: var(--tertiary-color);
}

.home-02.banner .banner-06 .tt-banner .banner-text .banner-sub-title {
    background: var(--secondary-color);
    color: var(--white-color-text);
}

/* end home 01 */

/* --------------- End Banner Block ------------------- */


/*---------------- Start Service Block -------------- */

.tt-feature-box .tt-feature-box-icon img {
    width: auto;
}

.about-team .tt-feature-box .tt-feature-box-icon img {
    width: 100%;
}

.tt-feature-box {
    position: relative;
}

.service-block .tt-feature-box::after {
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.service-block .tt-feature-box:last-child::after {
    content: none;
}


.tt-feature-box .tt-feature-box-icon {
    margin: 0 0 15px;
    overflow: hidden;
}

.tt-feature-box.tt-icon-left .tt-feature-box-icon {
    margin: 0 10px 0 0;
}

.about-service .tt-feature-box .tt-feature-box-icon {
    background: none;
    height: auto;
    width: auto;
    border-radius: 0;
}

.about-service .service-block .tt-feature-box::after {
    content: none;
}

.tt-feature-box .tt-feature-box-containt p {
    margin: 0;
    font-style: italic;
    color: #666666;
    font-size: 14px;
}

.tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    color: var(--secondary-color);
}

.owl-item:last-child .tt-feature-box {
    border: none;
}

.tt-feature-box:hover .tt-feature-box-containt .tt-feature-box-title {
    color: var(--tertiary-color);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.service-style-1 .tt-feature-box:hover .tt-feature-box-icon>img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.tt-feature-box.tt-icon-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
}

.tt-feature-box.tt-icon-top {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tt-feature-box:first-child {
    border: 0;
}

.tt-feature-box.tt-icon-right {
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
    align-items: center;
}

.service-sec .elementor-widget-ServiceBox {
    padding: 40px 0;
    border: 1px solid var(--border-color-01);
    border-radius: 10px;
}

/* service morden style */

.service-style-2 .tt-feature-box .tt-feature-box-containt .button {
    margin: 15px 0 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: underline;
}

.service-style-2 .tt-feature-box .tt-feature-box-containt .button:hover {
    color: var(--primary-color);
}

.service-style-2 .tt-feature-box:hover .tt-feature-box-containt .tt-feature-box-title {
    color: var(--primary-color);
}

.service-block.service-style-2 .tt-feature-box::after {
    display: none;
}

.service-style-2 .tt-feature-box:hover .tt-feature-box-icon img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service-style-2 .tt-feature-box.tt-icon-top {
    padding: 15px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, rgba(239, 242, 246, 1) 50%, rgba(255, 255, 255, 1) 81%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.service-style-2 .tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.service-style-2 .tt-feature-box .tt-feature-box-containt p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*---------------- End Service Block -------------- */

/*---------------  Start Portfolio ------------------*/
.tt-portfolio-thumbnail span {
    color: var(--secondary-color);
}

.Portfolio-style-1 .tt-portfolio-thumbnail a {
    float: none;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 15px;
}

.tt-portfolio-thumbnail a img {
    width: 100%;
}

.portfolio-grid.Portfolio-style-1 a,
.portfolio-grid.Portfolio-style-2 a {
    margin: 0 0 40px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-grid.Portfolio-style-2 a {
    display: inline-block;
    float: none;
}

.portfolio-grid.Portfolio-style-1 a span {
    font-family: var(--primary-font);
    font-size: 20px;
    padding: 15px 0 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
}

.portfolio-grid.Portfolio-style-2 a span {
    font-size: 22px;
    position: absolute;
    bottom: 15px;
    top: auto;
    left: 15px;
    right: 15px;
    background: var(--white-color-text);
    margin: auto;
    padding: 11px 0;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    width: auto;
    justify-content: center;
    display: flex;
    font-family: var(--primary-font);
    font-weight: 500;
}

.portfolio-grid.Portfolio-style-2 a:hover span {
    opacity: 1;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    display: flex;
    margin: auto;
}

.portfolio-grid.Portfolio-style-2 a span:hover {
    color: var(--white-color-text);
    background-color: var(--primary-color);
}

.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail a {
    border: 1px solid #e5e5e5;
}

.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail:hover a {
    border-color: var(--primary-color);
}

.portfolio-grid.Portfolio-style-1 a span:hover {
    color: var(--primary-color);
}

/*---------------  End Portfolio ------------------*/

/* ---------------- Start testimonial block ------------- */
.testimonial-wrap .testimonial-info-wrapper {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.testimonial-sec>.e-con-inner {
    background-color: var(--white-color-text);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.testimonial-info-wrapper .testimonial-autor {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    position: relative;
    margin: 0 30px 0 0;
}

.testimonial-section .swiper-wrapper {
    padding: 15px 0 0;
}

.testimonial-wrap .testimonial-img {
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--white-color-text);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 105px;
    height: 105px;
    box-shadow: 0 0 10px #0003;
}

.testimonial-wrap .testimonial-img img {
    width: 100%;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-title {
    font-family: var(--primary-font);
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 30px;
    color: var(--primary-color);
}

.testimonial-section .testimonial-info-wrapper .testimonial-rating svg {
    font-weight: 400;
    opacity: 1;
    color: #FFC600;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-content {
    width: auto;
    background-color: #f3f5f6;
    padding: 26px;
    border-radius: 10px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    right: auto;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #f3f5f6;
    transform: rotate(45deg);
    z-index: -1;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-content::before {
    content: '\f10d';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--tertiary-color);
    font-size: 24px;
    bottom: auto;
    top: -20px;
    left: 15px;
    right: auto;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: normal;
    color: var(--white-color-text);
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
    position: relative;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--body-text-color);
    font-family: var(--secondary-font);
    margin: 0;
    width: max-content;
    font-style: italic;
    padding: 0 0 0 12px;
    margin: 0px 0 0 8px;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation::after {
    content: '';
    position: absolute;
    font-weight: 600;
    font-size: 24px;
    bottom: 0;
    top: 0;
    left: 0;
    right: auto;
    height: 1px;
    width: 6px;
    background-color: #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 1;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-details {
    margin: 0 0 20px;
}

.testimonial-wrap .testimonial-info-wrapper .testimonial-details p {
    font: italic 400 14px/24px var(--secondary-font);
    margin: 0;
    color: var(--body-text-color);
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonial-section .swiper-pagination {
    position: static;
    float: left;
}

.testimonial-section.swiper .swiper-pagination-bullet {
    position: relative;
    background: none;
    width: 10px;
    height: 8px;
    margin: 0 4px !important;
    background-color: var(--tertiary-color);
}

.testimonial-section.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--primary-color);
}

/* testimonial-style-2 */
.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper {
    flex-direction: column;
}

.testimonial-style-2.testimonial-section .swiper-wrapper {
    padding: 35px 0 0;
}

.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper::before {
    content: '\f10d';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--secondary-color);
    background-color: var(--tertiary-color);
    font-size: 16px;
    bottom: auto;
    top: -60px;
    left: 15px;
    right: auto;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-style-2 .testimonial-wrap .testimonial-img {
    justify-content: center;
    border-radius: 15px;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 80px;
    height: 80px;
    padding: 0;
    box-shadow: 0 0 10px #0003;
    margin: 0 8px 0 0;
}

.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper .testimonial-info {
    align-items: center;
    width: 100%;
}

.testimonial-style-2 .testimonial-wrap {
    padding: 26px;
    background-color: var(--white-color-text);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
    padding: 0;
    margin: 0;
}

.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation::after {
    display: none;
}

.testimonial-style-2 .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
    margin: 0px 0 4px;
    display: inline-block;
    font-weight: 700;
}

.elementor-element.home-02.testi-sec {
    background-image: linear-gradient(180deg, rgba(239, 242, 246, 1) 74%, rgba(255, 255, 255, 1) 100%);
}

.dark-mode .elementor-element.home-02.testi-sec {
    margin-bottom: 60px;
}

/* ---------------- End testimonial block ------------- */

/*------------- Start Banner Timer ------------------*/

.banner-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.banner-timer .timer-head {
    font-size: 42px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-weight: 500;
}

.banner-timer .timer-datetime {
    background: var(--tertiary-color);
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: var(--primary-font);
    letter-spacing: 2px;
    margin: 15px 0 0;
}

.banner-timer .timer-content {
    font-size: 17px;
    width: 40%;
    text-align: center;
    font-style: italic;
    margin: 15px 0 0;
}

.page .banner-timer .timer-button {
    color: #fff;
    width: 140px;
    height: 45px;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
    position: relative;
}

.page .banner-timer .timer-button:hover {
    background: var(--tertiary-color);
    color: #fff;
}

.page .banner-timer .timer-button::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: -3px;
    top: auto;
    background: var(--secondary-color);
}

/*---------------- End Banner Timer  -----------------*/

/* --------------- Start autoclub css ---------------- */


.product-search .product-search-form .product-search-form {
    position: relative;
}

.product-search .product-search-form .product-search-form input,
.product-search .search-wrapper input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-family: var(--primary-font);
    padding-right: 60px;
    color: var(--secondary-color);
    padding: 0px 40px 0 20px;
    height: 45px;
}

.product-search .product-search-form .product-search-form button[type=submit] {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 12px;
    background: none;
    padding: 0;
    font-size: 0;
}

.product-search .product-search-form .product-search-form button[type=submit]::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
}

.product-search {
    position: relative;
}

.search-results.active {
    display: block;
    margin-top: 24px;
    float: left;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 10;
    border: 1px solid var(--border-color-01);
    border-top: none;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.header_style.site-header.sticky .search-results.active {
    margin-top: 20px;
    border-top: 1px solid var(--border-color-01);
}

.search-results.active ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.search-results.active ul::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.search-results.active ul::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
}

.search-results.active ul::-webkit-scrollbar {
    height: 2px;
}

.search-results.active ul li {
    display: block;
    padding: 0 20px;
    position: relative;
    float: left;
    width: 50%;
}

.search-results.active ul li:last-child {
    border-bottom: none;
}

.search-results.active ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px;
    margin: 30px 0 0;
}

.search-results.active ul li a:hover {
    color: #111;
}

.search-results.active ul li a>* {
    display: table-cell;
    vertical-align: top;
}

.search-results.active .product-image {
    width: 100%;
    max-width: 30%;
    border: 1px solid var(--border-color-01);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.search-results.active .product-data {
    max-width: 70%;
    width: 100%;
}

.search-results.active .product-data h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--secondary-font);
    font-weight: 500;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.search-results.active .product-data h3:hover {
    color: var(--secondary-color);
}

.search-results.active .product-data .product-sku,
.search-results.active .product-data .product-categories>span {
    color: #666;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    text-align: left;
}

.search-results.active a .product-data .product-sku:hover,
.search-results.active a .product-data .product-categories>span:hover {
    color: #111;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.product-data {
    padding-left: 24px;
}

.search-results.active h3 {
    display: block;
    text-align: left;
}

.search-results.active .product-data h3,
.search-results.active .product-data .product-price {
    margin: 0 0 8px;
}

.product-data div:not(.product-categories) {
    display: inline-block;
    vertical-align: middle;
}

.product-data {
    text-align: left;
}

.product-data .product-price .regular-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    font-family: var(--primary-font);
}

.product-data .product-price .sale-price {
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 0 6px;
    font-size: 20px;
    font-family: var(--primary-font);
}

.search-results.active .product-stock,
.search-results.active .product-categories {
    display: none;
}

.product-data .product-price .sale-price::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 6px;
    height: 2px;
    content: '';
    background: #666;
    margin: auto;
}

.product-data .product-stock {
    padding: 4px 8px;
    background: #eeeeee;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.product-categories>span {
    display: inline-block;
    margin-right: 4px;
}

.product-categories>span:after {
    content: ",";
}

.product-categories>span:last-child:after {
    content: "";
}

.product-categories>span:last-child {
    margin-right: 0;
}

.product-search select {
    width: 100% !important;
    min-height: 40px !important;
    margin-bottom: 16px;
}

.product-search select,
.product-search input {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input {
    padding-right: 35px;
}

.search-wrapper svg:not(.search-wrapper button svg) {
    position: absolute;
    top: auto;
    right: 19px;
    width: 20px;
    height: 20px;
    fill: #bdbdbd;
    animation: loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}

.search-wrapper.loading svg {
    opacity: 1;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* --------------- start Brand Carousel block ---------------- */

.tt-btand-box .tt-btand-box-title {
    font: 600 24px/26px var(--primary-font);
    color: var(--secondary-color);
    margin: 0 0 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}

.tt-btand-box .tt-btand-box-containt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    flex-direction: column;
}

.tt-btand-box .tt-btand-box-icon {
    width: fit-content;
    overflow: hidden;
    border: 3px solid var(--white-color-text);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tt-btand-box:hover .tt-btand-box-icon img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-btand-box .tt-btand-box-sub-title {
    font: 400 14px/16px var(--secondary-font);
    margin: 0 0 10px 0;
    color: var(--primary-color);
    text-align: center;
}

.tt-btand-box .tt-btand-box-detail p {
    font: 700 20px/22px var(--primary-font);
    margin: 0 0 17px;
    text-transform: uppercase;
    color: var(--secondary-color);
    text-align: center;
}

.tt-btand-box .banner-button.btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px 23px;
    background-color: var(--primary-color);
    color: var(--white-color-text);
}

.brand-block .tt-btand-box {
    background-image: linear-gradient(180deg, rgba(239, 242, 246, 1) 50%, rgba(255, 255, 255, 1) 81%);
    padding: 35px 20px 30px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    background-size: 100% 100%;
}

.brand-block .tt-btand-box:hover {
    background-size: 200% 200%;
}

/* --------------- End Brand Carousel block ---------------- */
/* --------------- Start Product Search Filter ---------------- */
.elementor-element.product-search-sec {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.product-search-sec .elementor-widget-product-search {
    padding: 40px 30px 100px 30px;
    background: rgba(34, 34, 34, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.elementor-widget-product-search .woocommerce-product-search {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main .select-wrap::after {
    color: var(--secondary-color);
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main .select-wrap {
    margin: 0;
    position: relative;
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main {
    width: 100%;
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main select {
    width: 100%;
    text-transform: uppercase;
    padding: 16px;
    color: var(--body-text-color);
    border-radius: 5px;
}

.elementor-widget-product-search .woocommerce-product-search button {
    width: 100%;
    text-transform: uppercase;
    padding: 18px;
    color: var(--white-color-text);
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--tertiary-color);
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.elementor-widget-product-search .woocommerce-product-search button::after {
    position: absolute;
    content: '';
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    height: 100%;
    background: var(--primary-color);
    width: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.elementor-widget-product-search .woocommerce-product-search button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main span {
    font: 600 16px / 18px var(--primary-font);
    color: var(--white-color-text);
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform: uppercase;
}

.elementor-widget-product-search .woocommerce-product-search .product-search-main select option {
    font-size: 13px;
    line-height: 22px;
}

/* home page 2 product search start */
.elementor-element.product-search-sec2 {
    position: absolute;
    top: 0;
    left: auto;
    right: 6%;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 340px;
    height: fit-content;
}

.elementor-widget-product-search .woocommerce-product-search.style-2 .product-search-main select {
    font-weight: 500;
}

.product-search-sec2 .elementor-heading-title.elementor-size-default {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
    padding: 20px 0;
    width: 100%;
    background: var(--sec-tertiary-color);
    text-align: center;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}

.elementor-widget-product-search .woocommerce-product-search.style-2 .product-search-main span {
    display: none;
}

.elementor-widget-product-search .woocommerce-product-search.style-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    padding: 30px;
    background-color: var(--white-color-text);
    border-radius: 0 0 10px 10px;
}

.elementor-widget-product-search .woocommerce-product-search.style-2 .product-search-main {
    margin: 0 0 10px;
}

.elementor-widget-product-search .woocommerce-product-search.style-2 button {
    color: var(--white-color-text);
    background-color: var(--primary-color);
    overflow: visible;
}

.elementor-widget-product-search .woocommerce-product-search.style-2 button:hover {
    color: var(--secondary-color);
}

.elementor-widget-product-search .woocommerce-product-search.style-2 button::after {
    background: var(--tertiary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* home page 2 product search end */

/* --------------- End Product Search Filter ---------------- */