:Root {
    --thumbBG: #1A4EBF;
    --scrollbarBG: #e3ecff;
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-c8926db: #012269;
    --e-global-color-ace7144: #C90F2E;
    --e-global-color-5837e27: #01226980;
    --e-global-color-7ca07f1: #EFF7FF;
    --e-global-color-bb46153: #FFF6E3;
    --e-global-color-94f55ea: #000000;
    --e-global-color-fe4923a: #1A4EBF;
    --e-global-color-a71ddd9: #0122695E;
    --e-global-color-a2b16df: #01226929;
}
.wd-logo img[src$=".svg"] {
    width: 100%;
}

*::-webkit-scrollbar {
        width: 6px;
        max-height: 6px;
    }

* {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
a , a * , img {
    -moz-user-select: -moz-none !important;
   -khtml-user-select: none !important;
   -webkit-user-select: none !important;
   -ms-user-select: none !important;
        user-select: none !important;
}
*::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
 .row.content-layout-wrapper {
    padding: 20px 0 0;
}
*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transform: translateX(-10px);
    background-color: var(--scrollbarBG);
    border: 3px solid var(--thumbBG);
}

.scrollDraging::-webkit-scrollbar,
.tabsButtonsTestStudy::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
}

.scrollDraging,
.tabsButtonsTestStudy {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG);
}

.scrollDraging::-webkit-scrollbar-thumb,
.tabsButtonsTestStudy::-webkit-scrollbar-thumb {
	background-color: var(--scrollbarBG);
	border: 3px solid var(--thumbBG);
}
header.whb-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 100000;
}
.SliderHome .wd-carousel {
    padding: 0 !important;
}
.main-page-wrapper {
    margin-top: 0px;
    padding-top: 0;
}
.wd-brand-item img {
    min-width: 180px !important;
    width: 180px !important;
    min-height: 120px !important;
}
.e-con-full.wd-section-stretch {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: 0px !important;
    margin-right: 0 !important;
}
body.archive aside.sidebar-container {
    max-width: 260px;
}
body.archive .site-content {
    max-width: calc(100% - 260px) !important;
    font-size: unset !important;
    width: 100%;
    min-width: calc(100% - 260px);
}
aside.sidebar-container {
    z-index: 100;
}
aside.sidebar-container.wd-opened {
    z-index: 100000000;
}
.whb-top-bar {
    background: var(--e-global-color-c8926db) !important;
    height: 60px;
    display: flex;
    align-items: center;
}
.whb-top-bar > .container {
    height: 100%;
}
header.whb-header .whb-main-header > .whb-general-header .container {
    border-radius: 15px;
    position: relative;
    background: #fff !important;
    box-shadow: 0px 0px 20px -15px rgba(0, 0, 0, 0.5);
}
header.whb-header .whb-main-header > .whb-general-header {
    position: relative !important;
}
header.whb-header .whb-main-header > .whb-general-header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    content: '';
    background: var(--e-global-color-c8926db) !important;
    display: block;
}
.HRBstickyHeader header.whb-header .whb-main-header > .whb-general-header:before {
    height: 0 !important;
}
.HRBstickyHeader header.whb-header .whb-main-header > .whb-general-header .container {
    box-shadow: none !important;
}
header.whb-header .whb-main-header > .whb-general-header .container .whb-col-right li a {
    position: relative;
    height: 40px;
    padding: 0 20px 0 40px;
    background: var(--e-global-color-ace7144);
    border-radius: 10px !important;
    overflow: hidden;
    color: #fff !important;
}
header.whb-header .whb-main-header > .whb-general-header .container .whb-col-right li a svg {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    filter: brightness(351.8) !important;
    margin: auto;
}
header.whb-header .whb-main-header > .whb-general-header .container .whb-col-right li a svg path {
    fill: #fff;
}
header.whb-header .whb-main-header > .whb-general-header .container .whb-col-right li a:hover {
    background: #900303;
}
header.whb-header .whb-main-header > .whb-general-header .container .whb-col-right li a:before {
    background: transparent;
}

.wd-header-search-form form.searchform {
    position: relative;
    height: 30px;
    margin: 0 !important;
}
.wd-header-search-form form.searchform input {
    position: relative;
    height: 30px !important;
    border-radius: 100px;
}
.wd-header-search-form form.searchform button.searchsubmit {
    position: absolute;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wd-header-search-form form.searchform button.searchsubmit:after {
    font-size: 16px;
}
.wd-header-search-form form.searchform {
    position: relative;
    height: 30px;
    max-width: 500px;
    margin: auto !important;
}
.whb-flex-equal-sides .whb-col-center .wd-header-nav, .whb-flex-equal-sides .whb-col-center .wd-header-nav ul, .whb-flex-equal-sides .whb-col-center .wd-header-nav li, .whb-flex-equal-sides .whb-col-center .wd-header-nav li a {
    height: 100%;
    position: relative;
}
.whb-flex-equal-sides .whb-col-center .wd-header-nav li a {
    padding:0 10px;
}
.whb-flex-equal-sides .whb-col-center .wd-header-nav li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #b3bdd2;
    transition: all 0.2s;
}
.whb-flex-equal-sides .whb-col-center .wd-header-nav li.current-menu-item a:before {
    width: 100%;
}
.whb-flex-flex-middle .whb-col-center, .whb-flex-flex-middle .whb-col-left, .whb-flex-flex-middle .whb-col-right ,header.whb-header .whb-top-bar-inner{
    position:relative;
    min-height: 100%;
    height: 100%;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    font-size: 12px;
}
.whb-flex-flex-middle .whb-col-center i.arr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.whb-flex-flex-middle .whb-col-center i.arr:before {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 70%;
    margin: auto;
    border-radius: 100%;
    background: border-box;
    width: 120px;
    height: 150px;
    content: '';
    z-index: 10;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
    pointer-events: none;
}
.whb-flex-flex-middle .whb-col-center i.arr:after {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 70%;
    margin: auto;
    border-radius: 100%;
    background: border-box;
    width: 120px;
    height: 150px;
    content: '';
    z-index: 10;
    background: linear-gradient(-90deg, transparent, rgba(255, 255, 255, 0.3));
    pointer-events: none;
}
.sliderTop > .e-con-inner {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 40px !important;
}
.sliderTop .linetitle {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5px;
}
.sliderTop .linetitle:before {
    position: relative;
    display: block;
    height: 4px;
    background: #cad5e7;
    width: 30px;
    content: '';
    top: -2px;
}
.btnCustom a {
    background-color: transparent;
    box-shadow: 0px 14px 30px -16px rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    height: 40px;
    display: flex
;
    align-items: center;
}
.btnCustom a span.elementor-button-icon {
    position: relative;
    height: 30px;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.btnCustom a span.elementor-button-text {
    position: relative;
    display: flex;
    align-items: center;
}
.btnCustom.yellow a span.elementor-button-icon:before ,
.btnCustom.green a span.elementor-button-icon:before ,
.btnCustom.blue a span.elementor-button-icon:before {
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: '';
    background: #d9e5f2;
    border-radius: 100%;
}

.btnCustom.glass a span.elementor-button-icon:before {
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: '';
    background: rgba(255,255,255,0.5);
    border-radius: 100%;
}
.btnCustom.yellow a:hover span.elementor-button-icon:before ,
.btnCustom.green a:hover span.elementor-button-icon:before ,
.btnCustom.blue a:hover span.elementor-button-icon:before {
    background: rgb(123, 174, 228);
}

.btnCustom.glass a:hover span.elementor-button-icon:before {
    background: #1A4EBF;
}
.btnCustom.red a span.elementor-button-icon:before {
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: '';
    background: #eaced9;
    border-radius: 100%;
}
.btnCustom.red a:hover span.elementor-button-icon:before {
    background: #d35f8d;
}
.btnCustom.yellow a:hover span.elementor-button-icon:before {
    background: #fcdf9b;
}
.btnCustom.yellow a:hover span.elementor-button-icon:before {
    background: #FBFDDF;
}
.btnCustom.glass a:hover span.elementor-button-icon:before {
    background: #396cda;
}
.btnCustom a span.elementor-button-icon svg {
    position: relative;
    width: 20px;
}
.btnCustom.blue a {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #eff3fb,rgba(255,255,255,1)) !important;
}
.btnCustom.red a {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #ffebef, rgba(255,255,255,1)) !important;
}
.btnCustom.blue a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #ccdeff, rgba(255,255,255,1)) !important;
}
.btnCustom.red a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #ffd4db, rgba(255,255,255,1)) !important;
}
.btnCustom.yellow a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #fff8e8, rgba(255,255,255,1)) !important;
}
.btnCustom.yellow a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #fcedcb, rgba(255,255,255,1)) !important;
}
.btnCustom.green a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #feffef, rgba(255,255,255,1)) !important;
}
.btnCustom.green a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,1), #FBFDDF, rgba(255,255,255,1)) !important;
}
.btnCustom.glass a {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,0.5), #1A4EBF, rgba(255,255,255,0.5)) !important;
}
.btnCustom.glass a:hover {
	background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,0.7), #1A4EBF, rgba(255,255,255,0.7)) !important;
}
.btnCustom.glass a span.elementor-button-icon svg {
    filter: brightness(30.5);
}
.sliderTop .wd-slide-inner {
	display: block;
    height: 100%;
}
.sliderTop .wd-slide-inner > .elementor {
    display: flex
;
    height: 100%;
}
.sliderTop .wd-slide-inner .wd-negative-gap {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.itemCat .bgCat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: url(#catframe);
  clip-path: url(#catframe);
}
.itemCat .elementor-widget-image {
    position: relative;
    width: 80%;
    display: block;
    margin-right: 20% !important;
}

.itemCat .elementor-widget-image:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 95%;
}

.itemCat .elementor-widget-image * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secAdvantages .itemAdvantage {
    position: relative;
    width: calc((100% / 5) - 20px);
    padding: 30px;
    box-shadow: 0px 13px 40px -20px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    min-width: 200px;
}
.secAdvantages .itemAdvantage .elementor-widget-container {
    position: relative;
    display: block;
    z-index: 10;
}
.secAdvantages .itemAdvantage:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box !important;
    -webkit-clip-path: url(#advantages);
    clip-path: url(#advantages);
    backdrop-filter: blur(5px);
    content: '';
    z-index: 1;
}
.secAdvantages .itemAdvantage:after {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.1;
    filter: blur(101px);
    z-index: 0;
}
.secAdvantages:before {
    background-position: center 75% !important;
}
#tabBlue .wd-tabs-header > div {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
#tabBlue .wd-tabs-header {
	margin-bottom: 40px;
}
#tabBlue .wd-tabs-header > div > ul {
    height: 50px;
    background: #fff;
    margin-top: -15px;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
#tabBlue .wd-tabs-header > div > ul:before {
    position: absolute;
    left: 100%;
    top: 15px;
    height: 35px;
    background: url(/wp-content/themes/woodmart-child/dist/img/curveTabright.png) no-repeat left center / auto 100%;
    width: 100px;
    content: '';
}
#tabBlue .wd-tabs-header > div > ul:after {
    position: absolute;
    right: 100%;
    top: 15px;
    height: 35px;
    background: url(/wp-content/themes/woodmart-child/dist/img/curveTabright.png) no-repeat left center / auto 100%;
    width: 100px;
    content: '';
	transform:scaleX(-1);
}
.wd-product {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 6px 10px 40px -25px rgba(0, 0, 0, 0.5);
}
.wd-product .product-image-link {
    position: relative;
    display: block;
}

.wd-product .product-image-link:before {
    position: relative;
    display: block;
    content: '';
    padding-top: 100%;
}

.wd-product .product-image-link > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-product .star-rating {
    display: none !important;
}
.wd-product .wd-entities-title {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    /* text-overflow: ellipsis !important; */
    /* text-wrap: nowrap; */
    padding: 0 20px;
    min-height: 40px;
}
.wd-product .price {
    position: relative;
    height: 40px;
    width: 100%;
    display: flex !important
;
    align-items: center;
}
.product-grid-item .wd-buttons .wd-action-btn  {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    border-radius:100%;
    box-shadow:none !important;
}
.product-grid-item .wd-buttons .wd-action-btn a {
    box-shadow:none !important;
}
.product-grid-item .wd-buttons {
    box-shadow:none !important;
}
.wd-product .price span.woocommerce-Price-amount {
    position: relative;
    display: flex;
    align-items: center;
}
.wd-product .wd-add-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.wd-product .wd-add-btn>a > span {
    font-size: 0 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
}
.wd-product .wd-add-btn>a > span:before {
    position: relative;
    display: block !important;
    font-size: 18px !important;
    content: "\f143" !important;
    font-family: "woodmart-font" !important;
    font-weight: 400 !important;
}
.wd-product .wd-add-btn>a {
    background-color: #012269 !important;
}
.wd-product .wd-add-btn>a:hover {
    background-color: #244ba0 !important;
}
.wd-product .price bdi {
    color: #000;
    font-size: 16px;
}
.wd-product .wd-entities-title a {
    color: #000 !important;
    font-size: 14px;
}
.product-labels.labels-rounded .label-with-img {
    padding: 0;
    min-height: auto;
    max-width: 25px !important;
}
.product-labels {
    width: 30px !important;
    display: flex;
    position: absolute;
    left: 0;
    flex-direction: column !important;
    gap: 5px !important;
}
.product-labels.labels-rounded .label-with-img {
    padding: 0;
    min-height: auto;
    max-width: 30px !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
}
.product-labels.labels-rounded .label-with-img img {
    width: 30px;
}
.wd-product .price {
    font-size: 18px;
    color: #000;
    padding: 0 10px;
}
.wd-carousel {
    padding: 40px 0 !important;
}
article.wd-post {
    position: relative;
    background: #eff7ff !important;
    border-radius: 40px;
}
article.wd-post .article-body-container {
    background: transparent !important;
}
article.wd-post .article-inner {
    box-shadow: none !important;
}
article.wd-post header.entry-header {
    position: relative;
    overflow: hidden;
    width: calc(100% - 40px);
    display: block;
    border-radius: 40px;
    margin: 0px auto -40px !important;
    transform: translateY(-30px);
}
article.wd-post header.entry-header:before {
    position: relative;
    width: 100%;
    display: block;
    content: '' !important;
    /* background: red; */
    padding-top: 60% !important;
}
article.wd-post header.entry-header > figure, article.wd-post header.entry-header > figure > div, article.wd-post header.entry-header > figure a{
    position: absolute;
    left: 0px !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    min-height: 100% !important;
	transform: scale(1);
}
article.wd-post header.entry-header > figure img {
	transform: scale(1.1);
}
.carouselBlog .wd-carousel {
        padding: 100px 0 !important;
    }
article.wd-post header.entry-header > figure .post-image-mask {
    position: absolute;
    width: 44px !important;
    height: 10px !important;
    margin: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 10px !important;
    display: flex;
    align-items: center;
}
svg.svg {
    position: absolute !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.secAdvantages .swiper-wrapper {
    position: relative;
    padding: 20px 0;
}
.logobrands .elementor-image-carousel-wrapper {
    padding: 0 20px !important;
}
#wpadminbar {
    z-index: 9999900000000000;
}
.secOurBrand .swiper-wrapper {
    position: relative;
    padding: 20px 0;
}
.secOurBrand figure.swiper-slide-inner {
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    width: calc(100% - 40px);
    margin: 0 auto !important;
    padding: 10px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionSpecial > .e-con-inner .specialTitle > .elementor-element:last-child {
    left: 290px;
    width: 260px !important;
}
.footer-container {
    background: #012269 !important;
    padding: 80px 0 0;
    border-radius: 40px 40px 0 0;
    position: relative !important;
}
.blueSecSocial:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1A4EBF !important;
    -webkit-clip-path: url(#socialSection);
    clip-path: url(#socialSection);
    content: '';
    opacity: 1 !important;
}
.blueSecSocial {
    min-height: 380px;
}
.blueSecSocial > .elementor-element {
    position: relative;
    height: 100%;
    align-items: unset !important;
    flex-direction: column !important;
    justify-content: center;
}
.blueSecSocial .elementor-social-icons-wrapper {
    position: relative;
    display: flex
;
    gap: 10px;
    align-items: center;
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-shadow: 0px 20px 25px -15px #000, 20px -20px 40px -20px rgba(255, 255, 255, 0.7);
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item:before {
    position: absolute;
    top: -30px;
    width: 140%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgb(255 255 255 / 40%), rgb(255 255 255 / 10%), transparent);
    border-radius: 100%;
    opacity: 0.5;
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item a svg {
    width: 38px;
    height: 38px;
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item a {
    position: relative;
    z-index: 10;
    border-radius: 16px;
    border: 5px solid #000;
    width: 63px !important;
    height: 62px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item a.elementor-social-icon-facebook {
    background: linear-gradient(45deg, #0062D5, #00e5ff);
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item a.elementor-social-icon-whatsapp {
    background: linear-gradient(45deg, #57C965, #C5FA65);
}
.blueSecSocial .elementor-social-icons-wrapper span.elementor-grid-item a.elementor-social-icon-instagram {
    background: linear-gradient(45deg, #FD279C, #FFDC4E);
}
.blueSecSocial:after {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 100px;
    height: 100px;
    content: '';
    background: url(/wp-content/themes/woodmart-child/dist/img/cur2.svg) no-repeat center / 100% !important;
    display: block;
    z-index: 100;
}
footer.footer-container:before {
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    width: 50%;
    height: 80%;
    content: '';
    background: url(/wp-content/themes/woodmart-child/dist/img/leftfooter.png) no-repeat left bottom / 100%;
    z-index: 5;
}
footer.footer-container:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 60%;
    height: 100%;
    content: '';
    background: url(/wp-content/themes/woodmart-child/dist/img/rightfooter.png) no-repeat right center / auto 130%;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.footer-container .main-footer {
    position: relative;
    z-index: 10;
}
















.admin-bar header.whb-header {
    top: 0px;
}
.main-page-wrapper {
    margin-top: 0px;
    padding-top: 0;
}
.wd-brand-item img {
    min-width: 180px !important;
    width: 180px !important;
    min-height: 120px !important;
}
.e-con-full.wd-section-stretch {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: 0px !important;
    margin-right: 0 !important;
}
body.archive aside.sidebar-container {
    max-width: 260px;
}
body.archive .site-content {
    max-width: calc(100% - 260px) !important;
    font-size: unset !important;
    width: 100%;
    min-width: calc(100% - 260px);
}
aside.sidebar-container {
    z-index: 100;
}
aside.sidebar-container.wd-opened {
    z-index: 100000000;
}
.wd-product .wd-buttons {
    border-radius: 100px;
    right: 10px !important;
    height: 35px !important;
    width: 35px !important;
    top: 10px !important;
}
.wd-buttons .wd-action-btn>a {
    font-size: 0 !important;
    height: 35px !important;
    width: 35px !important;
}
.wd-product.wd-hover-standard .wd-add-btn {
    height: 40px;
    width: 100%;
    justify-content: end !important;
}
/* .wd-products span.price {
    background: #012269;
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff !important;
}
.wd-products span.price span{
    color: #fff !important;
} */



.product-labels.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    min-height: 30px !important;
    border-radius: 35px !important;
    font-size: 10px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}
.product-labels {
    gap: 2px !important;
}
.star-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 400;
    color: #EABE12;
    width: fit-content;
    font-family: "woodmart-font"
}

.star-rating:before {
    content: "\f149" "\f149" "\f149" "\f149" "\f149";
    color: var(--color-gray-300)
}

.star-rating span {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    overflow: hidden;
    width: 100%;
    text-indent: 99999px
}

.star-rating span:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    text-indent: 0
}
.wd-slide.wd-carousel-item.woodmart-loaded .elementor-widget-wd_image_or_svg img {
    width: 75%;
}
.widget_product_categories .wd-cats-toggle {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffebe2 !important;
    border-radius: 6px !important;
    top: 6px;
    right: -25px;
    color: #000 !important;
    font-size: 10px;
    font-weight: 700;
}
body.archive.post-type-archive aside.area-sidebar-shop {
    width: 250px !important;
    flex: 0 0 250px;
}

body.archive.post-type-archive .site-content {
    width: calc(100% - 250px) !important;
    max-width: calc(100% - 250px) !important;
    flex: unset !important;
}
.categories-accordion-on .widget_product_categories .count {
    margin-top: 8px;
    margin-right: 5px !important;
}
.brand-menu {
    position: relative;
    width: 100%;
}
.brand-menu strong.titleAlpha {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 4px;
    color: #FFD3BE;
}
.searchform input[type="text"] {
    border-radius: 7px;
    height: 50px !important;
}
.brand-menu > .row {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.brand-menu > .row .column {
    position: relative;
    /* width: calc(100% / 6); */
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-labels {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
}

.product-labels span.attribute-label {
    position: relative;
    width: 40px !important;
    height: 40px  !important;
    max-width: 40px !important;
    min-width: 40px !important;
}
.mfp-bg {
    z-index: 11020 !important;
}
.mfp-wrap {
    z-index: 1103000 !important;
}
.alertDiv {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000000000000;
    background: #b62465;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.2s;
    transform: translateY(100%);
}
.alertDiv.open {
    transform: translateY(0%);
}
.alertDiv:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    transition: all 10s;
}
.alertDiv.open:before {
    width: 100%;
}
.website-wrapper {
    padding-top: 0px;
}
.main-page-wrapper .page-title.page-title-default {
    margin: -20px 0 0;
}
li#tab-title-additional_information {
    display: none;
}
div#tab-item-title-additional_information, div#tab-additional_information {
    /* display: none !important; */
}
.tabs-layout-tabs ul.wd-nav-tabs {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.tabs-layout-tabs ul.wd-nav-tabs li#tab-title-description {
    grid-column: 1;
    grid-row: 1;
}
.tabs-layout-tabs ul.wd-nav-tabs li#tab-title-reviews {
    grid-column: 4;
    grid-row: 1;
}
.tabs-layout-tabs ul.wd-nav-tabs li#tab-title-wd_additional_tab {
    grid-column: 2;
    grid-row: 1;
}
.tabs-layout-tabs ul.wd-nav-tabs li#tab-title-wd_additional_tab_2 {
    grid-column: 5;
    grid-row: 1;
    margin-inline-end: 0px;
}
.tabs-layout-tabs ul.wd-nav-tabs li#tab-title-wd_additional_tab_3 {
    grid-column: 3;
    grid-row: 1;
    margin-inline-end: 30px;
}

.product-grid-item {
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 30px -20px rgba(221, 137, 98, 0.7);
    overflow: hidden;
}
.product-grid-item .product-image-link {
    position: relative !important;
}
.product-grid-item .product-image-link:before {
    position: relative;
    content: '';
    left: auto;
    right: 0;
    display: block;
    padding-top: 100%;
}
.product-grid-item .product-image-link img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-grid-item .wd-product-header .wd-entities-title {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 0 20px;
    min-height: 50px;
    max-height: 50px;
    align-items: center;
    overflow: hidden;
}
.woocommerce-product-gallery img {
    border-radius: 15px !important;
}
.wd-nav-arrows.wd-thumb-nav .wd-arrow-inner {
    border-radius: 8px !important;
}
.woocommerce-breadcrumb a, .yoast-breadcrumb a {
    font-size: 10px;
    margin: 0;
}
.woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
    font-size: 10px;
}
.woocommerce-product-rating {
    position: absolute;
    right: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
}
.summary-inner>.price {
    position: relative;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.summary-inner>.price bdi {
    font-weight: 300 !important;
}
.woocommerce-product-details__short-description {
    margin: 0;
    padding: 10px 0 20px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
    font-size: 26px !important;
}
body.single .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands {
    width: 100% !important;
    margin: 6px 0;
    display: flex !important;
    justify-content: flex-start !important;
    position: relative;
}
body.single .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a {
    position: relative !important;
    height: 30px !important;
    border: none !important;
    box-shadow: none !important;
    min-height: unset !important;
    left: 0px !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0 !important;
    margin-bottom: 10px;
}
body.single .product-design-default .entry-summary:not(.col-lg-4) .wd-product-brands a img {
    height: 40px;
    object-fit: cover;
    max-width: unset !important;
    width: auto !important;
}
.commentlist .wd-images-gallery .wd-grid-g {
    display: flex !important;
    flex-wrap: wrap !important;
}
.commentlist .wd-images-gallery .wd-grid-g .wd-gallery-item {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 15px !important;
    overflow: hidden;
}
.woocommerce-Reviews .wd-rating-summary {
    display: grid;
    width: 100% !important;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
    margin: 40px 0;
}
li.elementor-icon-list-item svg {
    width: 30px;
}
.woocommerce-Reviews {
    background: #fefefe;
    border-radius: 35px;
    box-shadow: 0px 0px 26px -23px rgba(0, 0, 0, 0.5);
}
.wd-product-brands-links {
    /* position: absolute; */
    /* top: 8px; */
    /* right: 26px; */
    font-weight: 600;
    font-size: 12px !important;
}
.woocommerce-Reviews .wd-rating-summary .wd-rating-summary-heading {
    margin: 0px 0 0px !important;
    min-width: 260px;
}
body.single-product .product-image-summary-wrap form.cart {
    position: relative;
    width: 100%;
    min-height: 42px;
    display: flex
;
    margin-top: 10px;
}
.summary-inner {
    position: relative;
}
.advantagesProd {
    opacity: 0;
    transition: all 0.2s;
    position: relative;
    max-height: 40px;
    overflow: hidden;
    width: 100%;
}
body.loadedComplate .advantagesProd {
    opacity: 1;
    overflow: inherit;
    margin-bottom: 20px;
    max-height: unset !important;
}
.avans-product-score {
    font-size: 12px;
    padding-left: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: -10px 0 10px;
    position: relative;
}
.avans-product-score i.icon {
    position: absolute;
    left: -6px;
    top: -5px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(/wp-content/themes/woodmart-child/dist/img/coin.png) no-repeat center / 27px;
}
.avans-product-score span.point {
    color: #eea989;
}
.wd-sticky-btn form.cart {
    flex: unset !important;
    display: grid !important
;
    grid-template-columns: auto 1fr !important;
}
.wd-sticky-btn p.stock {
    display: none !important;
}
.wd-action-btn>a:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wd-sticky-btn-cart form.cart .single_add_to_cart_button {
    width: calc(100% - 0px);
}
body.single-product .wd-sticky-btn-cart .wd-compare-btn ,
body.single-product .wd-sticky-btn-cart .wd-wishlist-btn {
    display: none;
}
.product-grid-item .wd-product-cats {
    display: none !important;
}
.product-grid-item .wrap-price {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    padding: 0 20px;
    width: 100%;
    height: 40px !important;
    font-size: 16px;
}
.product-grid-item .wrap-price .swap-wrapp {
    position: relative;
    height: 50px !important;
    padding: 0 50px;
    background: #eaebdb;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 40px;
    border-radius: 30px 30px 0 0;
    font-family: 'Poppins';
}
.product-grid-item .wrap-price .swap-wrapp *{
    font-family: 'Poppins';
}
.product-grid-item .wrap-price .swap-wrapp span.price {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.product-grid-item .wd-product-header .star-rating {
    position: absolute;
    right: 20px;
    top: 20px;
    FONT-SIZE: 16PX;
}


.reviewUser .wd-info-box {
    position: relative;
    border-radius: 30px;
}
.reviewUser .wd-info-box .info-box-content{
    padding: 60px 40px;
}
.reviewUser .wd-info-box:before {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/woodmart-child/dist/img/reviewCurve.png) no-repeat bottom center / 100% !important;
    content: '';
    pointer-events: none;
}
.reviewUser .wd-info-box .box-icon-wrapper {
    position: absolute;
    right: 35px;
    width: 100px;
    bottom: -10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviewUser .wd-info-box .info-btn-wrapper, .reviewUser .wd-info-box .info-btn-wrapper * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
}

.reviewUser .wd-info-box .info-box-title {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}
.reviewUser .wd-info-box .info-box-title:before {
    position: absolute;
    right: 0;
    height: 20px;
    width: 90px;
    background: url(/wp-content/themes/woodmart-child/dist/img/stars.png) no-repeat center / 100% !important;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.sectionCRM {
    position: relative;
}

.sectionCRM:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent, #F2EDE3, #F2EDE3);
    border-radius: 200px 200px 0 0;
}

.itemPointCRM {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}
.itemPointCRM:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 60%;
    background: #fff;
    content: '';
    background: url(/wp-content/themes/woodmart-child/dist/img/watermark.png) no-repeat top right / 100% !important;
    pointer-events: none;
}
.itemPointCRM figure.elementor-image-box-img {
    position: relative;
    width: 80px !important;
    height: 80px !important;
}














/* Brands */

.StickyBrandSearch {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
}
.StickyBrandSearch .contentSearchBrands h2 {
    font-size: 24px;
    color: #abaf71 !important;
}
.StickyBrandSearch .fusion-flex-container {
    width: 100% !important;
}
.StickyBrandSearch .contentSearchBrands {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.boxSearchBrands {
    position: relative;
    display: flex;
    align-items: center;
}
.boxSearchBrands input.searchBrandInput {
    position: relative;
    width: 220px;
    height: 40px;
    border: none !important;
    border-radius: 6px;
    padding: 0 10px 0 40px;
    box-shadow: 0px 0px 20px -16px rgba(0, 0, 0, 0.5);
    background: #eee !important;
    outline: none !important;
}
div#brandSearch {
    padding: 0px 0 0 0;
}
.contentBrandsSearch {
    position: relative;
    margin-top: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px -21px rgba(0, 0, 0, 0.5);
    border: 1px solid #efefef;
}
.StickyBrandList {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}
.StickyBrandList .contentListBrands {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    padding: 0;
}
.StickyBrandList .contentListBrands ul {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin: 0;
}

.brandListcard {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 0;
    min-height: 100vh;
}
.brandListcard .cardAlphabrand {
    position: relative;
    width: 100%;
    padding: 40px 20px 20px;
    border-top: 1px solid #eee;
    box-shadow: 0px 0px 25px -20px rgba(0, 0, 0, 0.5);
    border-radius: 20px 0 20px 20px;
    border-bottom: 6px solid #012269;
}
ul.wd-nav-secondary .wd-dropdown-menu div {
    box-shadow: none !important;
}

ul.wd-nav-secondary .wd-dropdown-menu a {
    color: #000;
    padding: 5px !important;
}

ul.wd-nav-secondary .wd-dropdown-menu a:hover {
    color: #012269;
}
.wd-posts.wd-masonry article {
    transform: scale(0.95);
}
.wd-posts.wd-masonry.wd-grid-f-col {
    margin: 30px 0 !important;
}
.wd-accordion-title:is( .wd-active,:hover) .wd-accordion-title-text {
    color: #FA0101 !important;
}
.brandListcard .cardAlphabrand span.alphabet {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
}
.brandListcard .cardAlphabrand ul {
    position: relative;
    width: 100%;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 40px;
    flex-wrap: wrap;
}
.brandListcard {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 0;
}

.StickyBrandList .contentListBrands ul li {
    color: #000 !important;
    cursor: pointer;
    padding: 3px 10px;
    background: #e9e9e9;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.StickyBrandList .contentListBrands ul li.active,
.StickyBrandList .contentListBrands ul li:hover{
    color: #abaf71 !important;
    cursor: pointer;
    padding: 3px 10px;
}

.brandListcard .cardAlphabrand li a:hover {
    color: #abaf71 !important;
}

.brandListcard .cardAlphabrand li a {
    position: relative;
    display: flex;
    padding: 0 10px;
    height: 30px;
    align-items: center;
}
.brandListcard .cardAlphabrand li a small {
    position: absolute;
    top: 30px;
    right: 10px;
    background: #eee;
    padding: 0 5px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 10px;
}
/* Brands */

.wd-close-side {
    z-index: 10000;
}
.wd-side-hidden {
    z-index: 100000000;
}
[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after {
    background-color: #2196F3 !important;
}
.widget_product_categories ul.product-categories {
    max-height: 225px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}
button.cancelCookie {
    position: relative;
    border-radius: 50px;
    background: #333;
    padding: 0 20px;
    color: #fff;
}
button.cancelCookie:hover {
    background: #dfdfdf;
    color: #333;
}
.wd-cookies-inner .cookies-buttons .btn {
    margin: 0 5px;
}
.wd-sticky-btn-shown.wd-sticky-btn, .wd-sticky-btn.wd-quantity-overlap {
    transform: translate3d(0, 0, 0) !important;
}
.wd-product .hover-img {
    display: block !important;
}
.wd-product .product-element-bottom .wd-entities-title {
    min-height: 40px;
    font-size: 14px;
    line-height: 16px !important;
}
.wd-product .wd-entities-title {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wd-product-brands-links a {
    color: #484d0b !important;
    font-family: 'dashicons';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rewardsMenu a, .rewardsMenu a * {
    font-size: 18px !important;
    font-family: 'Poppins';
    font-weight: 600;
    position: relative;
    animation: 5s .5s colorrewards infinite linear;
}
@keyframes colorrewards {
	0% , 40% , 60% , 100% {
    	color:#333;
    }
    50% {
    	color:#ffd900;
    }
}
.wd-nav>li:hover > a {
    color: #012269 !important;
}
body.single-product .product-grid-item .wd-wishlist-btn {
    border: none !important;
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    color: #000 !important;
}
.wd-logo img {
    width: 180px !important;
}

.bannerClubPage {
    position: relative;
    display: block;
}

.bannerClubPage:before {
    position: relative;
    width: 100%;
    padding-top: 30%;
    display: block;
    content: '';
}

.bannerClubPage > .e-con-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bannerClubPage .obj {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    mix-blend-mode: multiply;
    pointer-events:none;
}

@keyframes animxy1 {
    0% , 100% {
        transform:translate(5px,5px);
    }
    50% {
        transform:translate(-5px,-5px);
    }
}
@keyframes animxy2 {
    0% , 100% {
        transform:translate(5px,-5px);
    }
    50% {
        transform:translate(-5px,5px);
    }
}
.bannerClubPage .obj.obj1 {
    animation: animxy1 5s infinite linear;
}
.bannerClubPage .obj.obj2 {
    animation: animxy2 5s infinite linear;
}
.bannerClubPage .obj.obj3 {
    animation: animxy2 8s infinite linear;
}

.itemLevelUser {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff !important;
    z-index: 10;
    box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
}
.itemLevelUser .elementor-icon-box-icon {
    position: relative;
    width: 80px;
    height: 80px !important;
}
.itemLevelUser .elementor-icon-box-icon span.elementor-icon {
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.itemLevelUser .elementor-icon-box-icon svg, .itemLevelUser .elementor-icon-box-icon svg * {
    max-width: 160px;
    max-height: 140px;
    width: 80px;
    height: 50px;
}
.userlevel1, .userlevel2, .userlevel3 {
    position: relative;
}
.userlevel1:before, .userlevel2:before, .userlevel3:before {
    position: absolute;
    top: 0;
    left: auto;
    right: 40px;
    margin: auto;
    height: 100%;
    width: 0;
    border-right: 2px dashed #f7f7f7;
    content: '';
    display: block;
}
.userlevel1:before {
    border-color: #BB1E7F;
}
.userlevel2:before {
    border-color: #B441FF;
}
.userlevel3:before {
    border-color: #FFB732;
}
.contentSeclevel .obj1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100%;
    mix-blend-mode: multiply;
    animation: animxy1 5s infinite linear;
}
.contentSeclevel .obj2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100%;
    mix-blend-mode: multiply;
    animation: animxy2 5s infinite linear;
}

.itemLevelUser:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: rebeccapurple;
    content: '';
    transform: rotate(45deg) translate(125px, 0px);
}
.userlevel1 .itemLevelUser:before {
    background: #BB1E7F;
}
.userlevel2 .itemLevelUser:before {
    background: #B441FF;
}
.userlevel3 .itemLevelUser:before {
    background: #FFB732;
}
.HelpClubContent {
    position: relative !important;
    max-width: 860px !important;
    margin: auto !important;
}
.itemHelpStep {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    max-width: 460px !important;
}
.itemHelpStep.step1 .elementor-icon-box-icon {
    margin-top: -110px;
}
.itemHelpStep.step2 .elementor-icon-box-icon {
    margin-bottom: -110px;
}
.itemHelpStep .elementor-icon-box-wrapper {
    position: relative;
    width: 100%;
    align-items: center !important;
    height: 120px !important;
}
.itemHelpStep .elementor-icon-box-wrapper {
    flex-direction: row ! IMPORTANT;
    text-align: left !important;
}
.itemHelpStep .elementor-icon-box-icon {
    position: relative;
    width: 100px;
    height: 100px;
    background: transparent;
}
.itemHelpStep .elementor-icon-box-icon:before {
    position: absolute;
    top:0;
    left:0;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 100%;
    border: 4px solid #71104C;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    animation:rotate 3s infinite linear;
    content:'';
}
.itemHelpStep .elementor-icon-box-wrapper .elementor-icon-box-content {
    padding-left: 20px !important;
    padding-right: 0 !important;
}
.itemHelpStep .elementor-icon-box-icon .elementor-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.itemHelpStep .elementor-icon-box-icon .elementor-icon svg {
    display: none;
}
.itemHelpStep.step3 .elementor-icon-box-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
}
.itemHelpStep.step3 {
    margin-right: 60px;
}
.itemHelpStep.step3 .elementor-icon-box-icon {
    position: relative;
    margin-right: -60px;
    margin-top: -30px;
}
.itemHelpStep.step3 .elementor-icon-box-icon {
    margin-right: 0 !important;
    margin-top: -70px;
}
.itemHelpStep.step3 {
    padding-right: 0 !important;
    margin: 0 !important;
}
@keyframes rotate {
    to {
        transform:rotate(360deg);
    }
}
.itemHelpStep {
    padding-left: 30px;
    padding-right: 0 !important;
}
.itemHelpStep.step2 .elementor-icon-box-icon {
    margin-bottom: -75px;
}
.rowHelp.row1 {
    margin-right: 60px;
}
.itemHelpStep.step3 .elementor-icon-box-wrapper {
    margin-top: 40px;
}
.itemHelpStep .elementor-icon-box-icon .elementor-icon i {
    display: none !important;
}
.itemHelpStep .elementor-icon-box-icon .elementor-icon:before {
    position: relative;
    display: block;
    content: "01";
    font-size: 26px;
    font-weight: 800;
    /* font-family: fantasy; */
    color: #72114d;
}
.itemHelpStep.step1 .elementor-icon-box-icon .elementor-icon:before {
    content: "01";
}
.itemHelpStep.step2 .elementor-icon-box-icon .elementor-icon:before {
    content: "02";
}
.itemHelpStep.step3 .elementor-icon-box-icon .elementor-icon:before {
    content: "03";
}
.itemHelpStep .elementor-icon-box-icon .elementor-icon:after {
    position: relative;
    display: block;
    content: "Step";
    font-size: 22px;
    font-weight: 300;
    font-family: 'YekanBakh';
}

.HelpClubContent .rowHelp.row3 {
    gap: 30px !important;
    row-gap: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.itemGetPoints {
    position: relative;
    padding: 30px 30px 20px !important;
    background: #fff;
    box-shadow: 0px 0px 30px -20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin: 0px !important;
}
.itemGetPoints .pointlabel {
    position: relative;
    background: #f6f6df;
    padding: 0 20px;
    height: 30px;
    display: flex
;
    align-items: center;
    border-radius: 40px;
}
.lineclub {
    transform: scaleX(-1);
}
.itemGetPoints .pointlabel .elementor-widget-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
i.obj1, i.obj2, i.obj3, i.obj4, i.obj5 {
    pointer-events: none !important;
}
li.rewardsMenu:before {
    position: absolute;
    right: -20px;
    top: 0px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/woodmart-child/dist/img/stars.gif) no-repeat center / 100%;
    content: '';
    z-index: 10;
    mix-blend-mode: multiply;
}
li.rewardsMenu:after {
    position: absolute;
    left: -25px;
    top: -10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/woodmart-child/dist/img/stars.gif) no-repeat center / 100%;
    content: '';
    z-index: 10;
    mix-blend-mode: multiply;
    transform: scale(-1);
}
.page-title .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title {
    padding: 10px !important;
}

.page-title .container .entry-title.title {
    font-size: 18px;
}
body .colMega ul li, .colMega ul {
    height: auto !important;
    box-shadow: none !important;
}
.menu-mega-dropdown .wd-dropdown div {
    box-shadow: none !important;
}
.wd-entities-title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width:1366px) {

}
@media only screen and (max-width:1300px) {
.specialTitle > .elementor-element .elementor-widget-heading span {
    font-size: 40px !important;
    line-height: 1.2 !important;
}
.specialTitle > .elementor-element .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 100 !important;
    }
.sectionSpecial > .e-con-inner {
    position: relative;
    display: flex
;
    flex-direction: column !important;
    align-items: center !important;
}
.sectionSpecial > .e-con-inner .elementor-element {
    width: 100% !important;
}
.sectionSpecial > .e-con-inner .specialTitle {
	width: 100% !important;
	max-width: 360px;
}
.sectionSpecial > .e-con-inner .specialTitle > .elementor-element:last-child {
	left: 150px;
}
}
@media only screen and (max-width:1200px) {
	.product-grid-item .wd-swatches-grid {
		display: none;
	}
    .btnCustom a {
		padding: 0 10px !important;
		height: 30px;
		font-size: 12px !important;
	}
	.btnCustom a span {
		font-size: 10px !important;
	}
	.itemCat > .elementor-element {
		gap: 10px !important;
	}
	.itemCat > .elementor-element .liner-continer {
		margin: 0 !important;
	}
	.itemCat > .elementor-element .woodmart-title-container {
		font-size: 18px !important;
	}
	.itemCat > .elementor-element .title-after_title {
		font-size: 12px !important;
		margin: 0 !important;
	}
.secAdvantages > .e-con-inner {
	justify-content: center !important;
	display: flex !important;
	padding: 180px 10px 80px !important;
	flex-wrap: nowrap !important;
	overflow: auto !important;
	max-width: 100%;
	justify-content: flex-start !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-bottom: 30px;
}
.secAdvantages {
	margin-top: -250px;
	margin-bottom: -100px !important;
}
.itemAdvantage span.elementor-icon-box-title {
    font-size: 16px !important;
}
.itemAdvantage {
    padding: 20px !important;
}
.tabProds .wd-carousel {
    padding: 0 20px !important;
}
}
@media only screen and (max-width:1024px) {

body.archive.post-type-archive .site-content {
    width: 100% !important;
    max-width: 100% !important;
}
.wd-product .wd-add-btn>a > span {
    font-size: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 30px !important;
    max-height: 30px !important;
    min-height: 30px !important;
}
.wd-product .wd-add-btn>a > span:before {
    font-size: 14px !important;
}
.wd-product .wd-add-btn>a {
    height: 30px !important;
    padding: 0 !important;
    margin: 8px 0 0;
}
.footer-container .titleFooter span {
    font-size: 20px !important;
}
.elementor-widget-container {
    font-size: 14px !important ;
}
.wd-negative-gap > .e-con-inner {
    gap: 10px !important;
}
.footer-container .main-footer .e-con-inner {
    flex-wrap: wrap !important;
}

}

@media only screen and (max-width:980px) {
    .secAdvantages .itemAdvantage {
		width: calc((100% / 3) - 20px);
        padding: 40px !important;
        max-width: 250px !important;
    }
	.secCats > .e-con-inner {
		justify-content: center !important;
		display: flex;
	}

	.itemCat {
        min-height: 160px;
        display: flex
;
        flex-direction: column-reverse !important;
        align-items: center;
        padding: 20px 0 0;
        width: calc((100% / 2) - 10px);
    }
	.itemCat > .elementor-element:nth-child(3) {
        max-width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.itemCat > .elementor-element:nth-child(2) {
		margin: 0 !important;
		padding: 20px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center !important;
	}
	.itemCat > .elementor-element:nth-child(2) .title-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.itemCat > .elementor-element:nth-child(2) > .elementor-element {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.itemCat > .elementor-element:nth-child(3) .elementor-widget-image {
		margin: 0 !important;
		padding: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.itemCat .bgCat {
		clip-path: none !important;
		border-radius: 20px;
	}
	.titleSection .woodmart-title-container {
		font-size: 36px !important;
	}
	
}
@media only screen and (max-width:890px) {
    .footer-container .main-footer .e-con-inner .footer-col-1 ,
	.footer-container .main-footer .e-con-inner .footer-col-2 {
		width: 100% !important;
	}
	.footer-container .main-footer .e-con-inner .footer-col-2, .footer-container .main-footer .e-con-inner .footer-col-3 {
		width: calc(50% - 10px) !important;
	}
}
@media only screen and (max-width:890px) {
   
}
@media only screen and (max-width:768px) {

.blueSecSocial > .elementor-element {
    height: auto !important;
}
.blueSecSocial:before {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border-radius: 40px;
}
#tabBlue .wd-tabs-header > div {
        justify-content: flex-start;
        width: 100%;
        margin: auto;
    }
#tabBlue .wd-tabs-header > div > ul {
    position: relative;
    overflow: auto;
}
#tabBlue .wd-tabs-header > div.wd-nav-tabs-wrapper {
    overflow: inherit !important;
}
#tabBlue .wd-tabs-header > div > ul {
        position: relative;
        overflow: auto;
        justify-content: flex-start;
        border-radius: 60px;
        z-index: 10000;
        background: #fff !important;
    }
	#tabBlue .wd-tabs-header {
    margin-bottom: 40px;
    background: #fff !important;
    border-radius: 80px !important;
    padding: 0 20px !important;
}
#tabBlue .wd-tabs-header > div.wd-nav-tabs-wrapper ul:before ,
#tabBlue .wd-tabs-header > div.wd-nav-tabs-wrapper ul:after {
	display: none;
}
.secAdvantages .itemAdvantage {
		width: calc((100% / 2) - 20px) !important;
        padding: 20px !important;
	}
.sliderTop > .e-con-inner {
    border-radius: 0 !important;
}
.titleSection .woodmart-title-container {
    font-size: 24px !important;
}
.footer-container {
    padding: 0px 0 0;
}
.sectionSpecial > .e-con-inner .specialTitle > .elementor-element:last-child {
	left: 130px !important;
	width: 220px !important;
}
.specialTitle > .elementor-element .elementor-widget-heading span {
	font-size: 24px !important;
	line-height: 1.2 !important;
}
}
@media only screen and (max-width:680px) {

}
@media only screen and (max-width:600px) {
.secAdvantages .itemAdvantage {
		width: calc((100% / 3) - 20px);
        padding: 20px !important;
        max-width: 250px !important;
    }
	.titleSection .woodmart-title-container {
    font-size: 20px !important;
}
}
@media only screen and (max-width:480px) {
.itemCat > .elementor-element:nth-child(2) {
	padding: 0 10px 20px !important;
}
}
@media only screen and (max-width:400px) {
    .footer-container .main-footer .e-con-inner .footer-col-1, 
	.footer-container .main-footer .e-con-inner .footer-col-2, 
	.footer-container .main-footer .e-con-inner .footer-col-3, 
	.footer-container .main-footer .e-con-inner .footer-col-4 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}