a{
    color: #28269A;
}
a:hover{
	color: #4A47E0;
}

.breadcrumb-homepage-link a{
	text-decoration:none;
	color:white !important;
}

#products-shop{
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: -webkit-fill-available;
}

.swiper-wrapper{
	background: white;
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
}

#products-shop .product-tags,
.swiper-wrapper .product-tags{
    position: absolute;
    display: flex;
    height: 36px;
    padding: var(--Spacing-0, 0px) var(--Spacing-6, 24px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 6px 0px var(--palette-200, #E6E6FB) inset;
    gap: 10px;
    top: 30px;
    right: 35px;
}

#products-shop .product-tags a,
#products-shop .product-tags a:visited,
.swiper-wrapper  .product-tags a,
.swiper-wrapper  .product-tags a:visited{
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

#products-shop .product{
    width: 25%;
    background: white;
    border: 1px solid var(--palette-300, #D9D9F9);
    display: flex;
    padding: 40px 40px 10px 40px;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-wrapper .product{
	background: white;
    border: 1px solid var(--palette-300, #D9D9F9);
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
}

#products-shop ul.products,
.swiper-wrapper ul.products,{
    gap: 0;
}

#products-shop .product-content,
.swiper-wrapper .product-content{
    display: flex;
    flex-direction: column;
}

#products-shop .product-content .add_to_cart_button,
.swiper-wrapper .product-content .add_to_cart_button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

#products-shop .product-content .d-block.pdt-title,
.swiper-wrapper .product-content .d-block.pdt-title{
    color: #000070;
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

#products-shop .product-content .short-description,
.swiper-wrapper .product-content .short-description{
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

#products-shop .product-content .price,
.swiper-wrapper .product-content .price{
    color: var(--palette-600, #7973EF) !important;
    font-size: var(--Headers-H-5, 28px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    /* 135.714% */
    letter-spacing: -0.28px;
}

#products-shop .product-content .quantity-cart,
.swiper-wrapper .product-content .quantity-cart{
    padding-top: 1em;
    gap: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#products-shop .product-content .quantity-cart .add_to_cart_button,
.swiper-wrapper .product-content .quantity-cart .add_to_cart_button{
    display: flex;
    height: var(--Spacing-8, 40px);
    padding: var(--Spacing-0, 0px) var(--Spacing-7, 5px);
    justify-content: center;
    align-items: center;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    flex: 1 0 0;
}

#products-shop .product-content .custom-quantity-buttons,
.swiper-wrapper .product-content .custom-quantity-buttons{
    gap: var(--Spacing-1, 4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#products-shop .product-content .quantity-cart .quantity-field,
.swiper-wrapper .product-content .quantity-cart .quantity-field{
    width: 13px;
    color: var(--palette-600, #7973EF);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    padding: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

#products-shop .product-content .quantity-cart .quantity-btn,
.swiper-wrapper .product-content .quantity-cart .quantity-btn{
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

#products-shop .product-content .quantity-cart .quantity-btn:after,
.swiper-wrapper .product-content .quantity-cart .quantity-btn:after{
    content: unset !important;
}

#products-shop .product-content .quantity-cart .added_to_cart
.swiper-wrapper .product-content .quantity-cart .added_to_cart{
    display: none !important;
}


.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    padding: var(--Spacing-8, 40px) var(--Spacing-5, 20px);
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: unset;
}

.woocommerce nav.woocommerce-pagination {
    width: 100vw;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border-radius: var(--Spacing-6, 24px);
    background: var(--palette-600, #7973EF);
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--blue-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: white;
    border-radius: var(--Spacing-6, 24px);
    max-height: 40px;
}

.woocommerce-pagination .page-numbers li {
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--blue-400, #B9B7F6) !important;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.woocommerce-pagination .page-numbers li span {
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
}

.product-counts {
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-4, 38px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.76px;
}

.filter-dropdown-shop .elementor-button-content-wrapper {
    cursor: pointer;
}

#categories-submenu-shop {
    border-top: 1px solid var(--white, #FFF);
    background: var(--blue-200, #E6E6FB);
}

#categories-submenu-shop .submenu {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    margin: 0;
    padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}

#categories-submenu-shop .submenu li {
    display: flex;
    padding: var(--Spacing-5, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-5, 20px);
}

#categories-submenu-shop .submenu li a {
    cursor: pointer;
    color: var(--blue-700, #514DC5);
    text-align: center;
    font-size: var(--Headers-H-5, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
    padding: 10px;
}

#categories-submenu-shop .categories-link.active a {
    display: flex;
    align-items: center;
    color: var(--white, #FFF);
    border-radius: 99px;
    border: var(--Spacing-0, 1px) solid var(--blue-700, #514DC5);
    background: var(--blue-700, #514DC5);
    padding: 10px;
    gap: 10px;
}

#categories-submenu-shop .categories-link svg {
    display: none;
}

#categories-submenu-shop .categories-link.active svg {
    display: block;
}

.search-filter-container-shop {
    display: flex;
    justify-content: unset;
    gap: 16px;
    flex-wrap: wrap;
}

.search-filter-container-shop #search-shop {
    width: -webkit-fill-available;
    max-width: 605px;
}

.search-filter-container-shop.active-color {
    background-color: var(--blue-200, #E6E6FB) !important;
}


#search-count-container {
    width: auto;
}

#search-h3-shop .elementor-widget-container {
    display: flex;
    align-items: center;
}

.search-filter-container-shop.active-color #search-h3-shop h3,
.search-filter-container-shop.active-color .product-counts {
    color: var(--blue-600, #7973EF) !important;
}

.search-filter-container-shop.active-color input {
    background: white !important;
}

.search-filter-container-shop.active-color input::placeholder {
    color: var(--blue-400, #B9B7F6);
}

.search-filter-container-shop.active-color .filter-dropdown-shop.active,
.search-filter-container-shop.active-color .filter-dropdown-shop.active a {
    border-radius: var(--Spacing-7, 32px);
    border: 1px solid var(--blue-500, #9995F2);
    background: var(--blue-700, #514DC5);
}

.search-filter-container-shop.active-color .filter-dropdown-shop.active span {
    color: var(--white, #FFF);
}

.search-filter-container-shop.active-color .filter-dropdown-shop.active path {
    stroke: white;
}

.search-filter-container-shop.active-color .filter-dropdown-shop span {
    color: var(--blue-1000, #181789);
}

.search-filter-container-shop.active-color .filter-dropdown-shop path {
    stroke: #181789;
}

.search-filter-container-shop.active-color .filter-dropdown-shop a {
    border-radius: var(--Spacing-7, 32px);
    border: 1px solid var(--blue-500, #9995F2) !important;
}

#banner-container-shop.active,
#products-shop.active {
    background: var(--palette-900, #000070);
}

#banner-container-shop.active .elementor-background-video-container,
#products-shop.active .woocommerce.columns-4 {
    opacity: 0.4;
}

#svg-explore-shop-div-mobile .elementor-widget-container {
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: 0;
}

#latest-news-text-homepage {
    display: flex;
    flex-direction: column-reverse;
}

#latest-news-text-homepage {
    position: sticky;
    top: 0;
    display: flex;
    height: 840px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-8, 40px);
    flex: 1 0 0;
}

#svg-explore-shop-div {
    position: absolute;
    height: 100vh;
    right: 0;
}

#svg-explore-shop-div svg {
    position: absolute;
    right: 0;
    width: auto;
    top: 21vh;
}

.category-decription {
    max-width: 640px !important;
    align-self: stretch !important;
}

.product-counts {
    margin: 0;
}

#circle-homepage {
    position: absolute;
    right: -40px;
    bottom: 0;
}

@media(max-width:1345px) {
    #number-shop-count {
        display: none;
    }
}

@media(max-width:1024px) {
	#circle-homepage-div-2{
	position: absolute;
		bottom: 0;
		right: 0;
	}
	#circle-homepage{
		right:0;
	}
	#category-dropdown-shop a{
		max-width:unset !important;
	}
    #products-shop .product {
        width: 50%;
    }

    .search-filter-container-shop #search-shop {
        width: -webkit-fill-available;
        max-width: 100%;
    }

    #latest-news-text-homepage {
        position: unset;
    }

    #category-dropdown-shop {
        width: 100%;
    }

    #category-dropdown-shop .elementor-button.elementor-size-sm {
        width: 100%;
		padding:15px 34px;
    }

    #category-dropdown-shop .elementor-button.elementor-size-sm .elementor-button-content-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .search-filter-container-shop {
        flex-direction: column !important;
        align-items: unset;
        gap: 24px;
    }

    #search-shop {
        width: -webkit-fill-available;
    }

    #products-shop .product-content .quantity-cart .add_to_cart_button,
	.swiper-wrapper .product-content .quantity-cart .add_to_cart_button{
        padding: 10px;
        flex: unset;
    }

    .quantity-cart .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        display: none;
    }

    .questionare-articles img {
        width: 300px;
        height: 300px;
    }
}

@media(max-width:767px) {
	.elementor-element.elementor-element-17598b4.e-con-full.e-flex.e-con.e-parent.e-lazyloaded,
	.elementor-element.elementor-element-71915b23.e-con-full.e-flex.e-con.e-child{
		min-height:unset !important;
	}
    .questionare-articles .elementor-widget-image .elementor-widget-container {
        max-width: 120px;
    }

    .questionare-articles .elementor-widget-image .elementor-widget-container img {
        width: 120px;
        height: 170px;
    }

    .questionare-articles .elementor-button {
        padding: 10px 12px;
    }

        #circle-homepage {
        width: 120%;
        right: -20px;
        bottom: 25px;
    }

    #category-dropdown-shop {
        width: 100%;
    }

    #products-shop .product {
        width: 100%;
    }

    .little-images {
        justify-content: flex-end !important;
    }

    #home-image-svg-one img {
        width: 69.6px;
        height: 119.4px;
    }

    #home-image-svg-two img {
        width: 55.2px;
        height: 61.8px;
    }

    #categories-submenu-shop .submenu {
        flex-direction: column;
    }

    .product-counts {
        font-size: var(--Headers-H-4, 24px);
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -0.48px;
    }
}


#search-brand .dgwt-wcas-search-wrapp{
	width:unset;
	margin:0;
	max-width:unset;
}

#search-brand #dgwt-wcas-search-input-2{
	background:transparent;
	border-radius: var(--radius-radius-xl, 24px);
	border: 1px solid var(--white, #FFF);
	padding: 0 20px;
    height: 52px;
}


#select-brand .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{
	padding:0;
}

#search-brand  #dgwt-wcas-search-input-2::placeholder{
	color: var(--palette-100, #F2F2FD);
    font-family: 'KH-Teka';
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#category-dropdown-shop a{
	max-width:193px;
}

#search-brand .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	display:none;
}

.explore-button-home a,
.questionare-button a{
	box-shadow: 0px 0px 12px 0px #FFF inset;
    animation: show-hide-box-shadow 4s infinite;
}

@keyframes show-hide-box-shadow {
    0%, 100% {
        box-shadow: 0px 0px 12px 0px #FFF inset; 
    }
    50% {
        box-shadow: 0px 0px 0px 0px #FFF inset;

    }
}

#search-brand .dgwt-wcas-sf-wrapp.active #dgwt-wcas-search-input-2 {
    color: #000070;
}

#search-brand .dgwt-wcas-sf-wrapp:not(.active) #dgwt-wcas-search-input-2 {
    color: #000070;
}

#search-brand .dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    width: 100%;
    margin: 0;
    max-width: unset;
}

.long-desc-brand-cat {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid var(--Greyscale-Grey-150, #F0F2F3);
    background: var(--Brand-Secondary-Orange-100, #FAF9F7);
}


.long-desc-brand-cat ul {
    padding-left: 40px;
}

.acf-faq-accordion .faq-answer {
    display: none;
    font-feature-settings: 'liga' off, 'clig' off;
    font-style: normal;
    font-weight: 400;
    padding-top: 32px;
    color: #28269A;
    font-family: "KH-Teka";
    font-size: 16px;
}

#faq-cat-brand .faq-item {
    padding: 24px 40px 24px 40px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D9D9F9;
    transition: 3s;
}

#faq-cat-brand .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000070;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
}

#faq-cat-brand .faq-question  h3{
	margin: unset;
	font-size: 21px;
}

#faq-cat-brand .faq-toggle-icon svg {
    transition: transform 0.3s ease;
}

.icon-desktop,
.icon-mobile{
	display: flex;
    width: 40px !important;
    height: 40px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-600, #7973EF)
}


.icon-mobile {
    display: none;
}

.faq-question.open .mobile-toggle-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	.acf-faq-accordion .faq-answer{
		padding-top: 10px;
	}
	
	#faq-cat-brand .faq-question h3,
	#faq-cat-brand .faq-question p{
		font-size: 16px;
	}
	
    #faq-cat-brand .faq-toggle-icon {
        padding: 0;
    }

    #faq-cat-brand .faq-question {
        font-size: 20px;
    }

    #faq-cat-brand .faq-item {
        transition: 3s;
        padding: 24px 0;
        border-radius: unset;
        border-bottom: 1px solid var(--Greyscale-Grey-150, #F0F2F3);
        background: unset;
        margin-bottom: unset;
    }

    #faq-cat-brand .faq-toggle-icon {
        background: unset;
        border-radius: unset;
    }
}

.title-div {
	display: flex;
    justify-content: space-between;
    padding: 2em;
    gap: 20px;
    align-items: center;
	flex-wrap:wrap;
}


.title-div h3{
	margin: 0;
    font-family: "KH-Teka", Sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #7973EF;
}

.generic-buttons{
	display: flex;
    align-items: center;
    gap: 6px;
}

.generic-buttons .previous-button-generic,
.generic-buttons .next-button-generic{
	width: 61.783px;
    height: 58px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 100px;
    justify-content: center;
    cursor: pointer;
	border: 1px solid var(--palette-400, #B9B7F6);
}
.generic-buttons .previous-button-generic:hover,
.generic-buttons .next-button-generic:hover{
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 5px 0px var(--palette-600, #7973EF) inset;
}

.elementor .elementor-background-video-hosted{
	left: 0% !important;
    top: 0% !important;
    transform: unset !important;
}

#search-brand  .dgwt-wcas-search-icon{
	display: none !important;
}
#search-brand .dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
	display: flex !important;
	position: unset;
    opacity: 1;
    min-width: unset;
}

#dgwt-wcas-search-input-3{
    background: transparent;
    border-radius: var(--radius-radius-xl, 24px);
    border: 1px solid var(--white, #FFF);
    padding: 0px 20px;
    height: 52px;
}


#dgwt-wcas-search-input-3::placeholder{
	color:white;
}

#header-search-shortcode .dgwt-wcas-sf-wrapp.active {
    border: unset !important;
}
.question-text h2{
	margin: 0;
	font-size: 21px;
}

.single-product-review p.review-author {
    font-family: "KH-Teka", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7973EF;
	padding-bottom: 10px;
}

.single-product-review p.review-content {
    color: #000070;
    margin: 0;
    font-weight: 400;
    min-height: 150px;
}

.single-product-review p.review-date {
    color: #9995F2;
    font-size: 12px;
    font-weight: 400;
}


#about-homepage .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#about-homepage .slider {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
	justify-content:center;
}

#about-homepage .title-h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: var(--Headers-H-1, 90px);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -3.6px;
}

#about-homepage .subtitle {
    color: var(--palette-300, #EDB2BF);
    text-align: center;
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

#about-homepage .button-container {
    padding: 0;
}

#about-homepage .testimonials_button span {
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    padding: 13px var(--Spacing-0, 0px) 14px 1px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-500, #9995F2);
    justify-content: center;
}

#about-homepage .slide {
    display: flex;
    width: 301px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: #fff;
    color: #771821;
    justify-content: space-evenly;
}

#about-homepage .slide .e-con-inner {
    gap: 25px;
}

#about-homepage .slide h3 {
    font-size: 16px;
}

#about-homepage .text-rating p {
	color: var(--palette-800, #28269A);
	font-size: var(--Text-Body-Small, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	margin: 0.5em 0 0 0;
}
#about-homepage .testimonials-text .slider-text p {
    color: var(--palette-900, #000070);
    margin: 0;
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
#marquee-homepage marquee {
    font-size: 35px;
    padding-bottom: 3vh;
    color: #9995F2;
}

@media(max-width:1024px) {
	#about-homepage .slider {
		justify-content:unset !important;
	}
	#about-homepage .slide{
		width:40%;
	}
	#review-courosel .swiper-slide{
		width:440px !important;
	}
}

@media(max-width:767px) {
	
	#about-homepage .slider {
	flex-direction: row;
	flex-wrap: nowrap;
	}
	#about-homepage .slide{
		width:90%;
	}
	#review-courosel .swiper-slide{
		width:100%!important;
	}
	#review-courosel .swiper-slide .review-slider{
		width: 90%;
    	margin: 0 5%;
	}
}

/*story 5*/

.brands-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.brands-buttons  .brands-prev, 
.brands-buttons  .brands-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 100px;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--palette-400, #B9B7F6);
}

.brands-buttons  .brands-prev:hover,
.brands-buttons  .brands-next:hover {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 5px 0px var(--palette-600, #7973EF) inset;
}