Delete files
This commit is contained in:
@@ -1,765 +0,0 @@
|
||||
.overflow {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
input[id^=eael-tabs-filter-type-] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
position: relative;
|
||||
width: 18px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border: 1px solid #000;
|
||||
overflow: hidden;
|
||||
}
|
||||
input[id^=eael-tabs-filter-type-]::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
left: 19px;
|
||||
width: 11px;
|
||||
height: 1.5px;
|
||||
background: #000;
|
||||
transform: rotate(-45deg);
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
input[id^=eael-tabs-filter-type-]::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: -13px;
|
||||
width: 5px;
|
||||
height: 1.5px;
|
||||
background: #000;
|
||||
transform: rotate(45deg);
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
input[id^=eael-tabs-filter-type-]:checked::before {
|
||||
top: 7px;
|
||||
left: 4px;
|
||||
}
|
||||
input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
top: 9px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
.eael-tabs-filter .eael-tabs-filter-types label {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.eael-tabs-nav.eael-tabs-nav-custom {
|
||||
-moz-column-gap: 50px;
|
||||
column-gap: 50px;
|
||||
display: grid;
|
||||
grid-template-areas: "tabs-name tabs-list" "tabs-name tabs-toggle";
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .tabs-category-name {
|
||||
grid-area: tabs-name;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom ul[role=tablist] {
|
||||
grid-area: tabs-list;
|
||||
flex: 1;
|
||||
gap: 24px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom ul[role=tablist].limit {
|
||||
overflow: hidden;
|
||||
max-height: 140px;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .show-more-tabs {
|
||||
grid-area: tabs-toggle;
|
||||
position: relative;
|
||||
color: #000;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
font-family: "Manrope", Sans-serif;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.6px;
|
||||
margin-top: 50px;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .show-more-tabs::before {
|
||||
content: "\e65a";
|
||||
color: #000;
|
||||
font-family: "themify";
|
||||
position: absolute;
|
||||
left: calc(100% + 10px);
|
||||
top: calc(50% - 3px);
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
transform: translateY(-50%) rotate(90deg);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 24px;
|
||||
}
|
||||
.eael-tabs-nav > ul {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(auto-fit, 194px);
|
||||
}
|
||||
.eael-tabs-nav > ul li {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.color-anchor {
|
||||
position: relative;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.color-anchor::before {
|
||||
content: "\e65a";
|
||||
color: #000;
|
||||
font-family: "themify";
|
||||
position: absolute;
|
||||
left: calc(100% - 20px);
|
||||
top: 50%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #f4f4f4;
|
||||
border-radius: 100%;
|
||||
transform: translateY(-50%);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 28px;
|
||||
}
|
||||
.color-anchor > .elementor-widget-container {
|
||||
position: relative;
|
||||
height: -moz-fit-content !important;
|
||||
height: fit-content !important;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.anchor-arrow .elementor-icon {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
background: #f4f4f4;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.quality-box {
|
||||
position: relative;
|
||||
}
|
||||
.quality-box::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-image: url("/wp-content/uploads/2024/04/quality-bg.svg");
|
||||
mix-blend-mode: multiply;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
opacity: 0.4;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: auto;
|
||||
width: 320px;
|
||||
z-index: 1;
|
||||
}
|
||||
.quality-box .quality-item {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.quality-box .quality-item .elementor-icon-box-wrapper .elementor-icon-box-content {
|
||||
position: relative;
|
||||
padding-left: 24px;
|
||||
}
|
||||
.quality-box .quality-item .elementor-icon-box-wrapper .elementor-icon-box-content::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 6px;
|
||||
bottom: 6px;
|
||||
width: 2px;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.numeric-list ol {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
counter-reset: number;
|
||||
list-style-type: none;
|
||||
}
|
||||
.numeric-list ol li {
|
||||
position: relative;
|
||||
counter-increment: number;
|
||||
padding-left: 55px;
|
||||
}
|
||||
.numeric-list ol li:not(:last-child) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.numeric-list ol li:before {
|
||||
content: counter(number);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 100%;
|
||||
background: #f4f4f4;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.6px;
|
||||
}
|
||||
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow {
|
||||
position: absolute;
|
||||
top: -108px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow:hover {
|
||||
background: transparent;
|
||||
}
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-next {
|
||||
right: 50px;
|
||||
}
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-prev {
|
||||
right: 130px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button {
|
||||
top: -92px;
|
||||
}
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button.elementor-swiper-button-prev {
|
||||
left: auto;
|
||||
right: 130px;
|
||||
left: auto;
|
||||
}
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button.elementor-swiper-button-next {
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
.home-numbers-1 {
|
||||
position: relative;
|
||||
}
|
||||
.home-numbers-1::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -115px;
|
||||
width: 495px;
|
||||
height: 495px;
|
||||
transform: translateX(-50%);
|
||||
background-image: url("/wp-content/uploads/2024/04/V.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.home-troska {
|
||||
position: relative;
|
||||
}
|
||||
.home-troska .home-troska-left {
|
||||
position: relative;
|
||||
}
|
||||
.home-troska .home-troska-left::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
transform: translateX(-50%);
|
||||
background-image: url("/wp-content/uploads/2024/04/V.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
#home-hero-slider {
|
||||
width: 100%;
|
||||
max-width: 1920px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
left: 72%;
|
||||
position: absolute;
|
||||
bottom: 7.8%;
|
||||
counter-reset: list;
|
||||
list-style-type: none;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li {
|
||||
position: relative;
|
||||
counter-increment: list;
|
||||
width: auto;
|
||||
margin: 0 10px;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:before {
|
||||
content: "0" counter(list);
|
||||
color: #000;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
font-family: "Manrope", Sans-serif;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:first-child::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: calc(100% + 17px);
|
||||
width: 100vw;
|
||||
height: 2px;
|
||||
background: #000;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:last-child::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: calc(100% + 17px);
|
||||
width: 100vw;
|
||||
height: 2px;
|
||||
background: #000;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:last-child.slick-active {
|
||||
margin: 0 10px 0 53px;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:last-child.slick-active .dot-helper {
|
||||
position: relative;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:last-child.slick-active .dot-helper::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 33px;
|
||||
height: 2px;
|
||||
right: 47px;
|
||||
background: #000;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:first-child.slick-active {
|
||||
margin: 0 53px 0 10px;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:first-child.slick-active .dot-helper {
|
||||
position: relative;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:first-child.slick-active .dot-helper::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 33px;
|
||||
height: 2px;
|
||||
left: 15px;
|
||||
background: #000;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:not(:last-child, :first-child).slick-active {
|
||||
margin: 0 53px;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:not(:last-child, :first-child).slick-active .dot-helper {
|
||||
position: relative;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:not(:last-child, :first-child).slick-active .dot-helper::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 33px;
|
||||
height: 2px;
|
||||
right: 47px;
|
||||
background: #000;
|
||||
}
|
||||
#home-hero-slider .premium-carousel-inner .slick-dots > li:not(:last-child, :first-child).slick-active .dot-helper::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 33px;
|
||||
height: 2px;
|
||||
left: 15px;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.product-gallery-colors .show-more-colors .premium-button-text-icon-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.product-gallery-colors .show-more-colors .premium-button-text-icon-wrapper span {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.product-colors .elementor-image-gallery .gallery {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 32px;
|
||||
max-height: 128px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.product-colors .elementor-image-gallery .gallery .gallery-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 13px;
|
||||
width: calc(50% - 16px);
|
||||
}
|
||||
.product-colors .elementor-image-gallery .gallery .gallery-item .gallery-icon {
|
||||
width: 48px;
|
||||
min-width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
.product-colors .elementor-image-gallery .gallery .gallery-item .gallery-icon img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
.product-colors .elementor-image-gallery .gallery .gallery-item .gallery-caption {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.product-gallery-drafts .show-more-drafts .premium-button-text-icon-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.product-gallery-drafts .show-more-drafts .premium-button-text-icon-wrapper span {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.product-drafts .elementor-image-gallery .gallery {
|
||||
max-height: 210px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.product-drafts .elementor-image-gallery .gallery .gallery-item .gallery-caption {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.product-gallery-drafts .elementor-image-gallery .gallery {
|
||||
max-height: 1030px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.product-catalog-bg {
|
||||
position: relative;
|
||||
}
|
||||
.product-catalog-bg::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 30px;
|
||||
top: 0;
|
||||
width: 495px;
|
||||
height: 495px;
|
||||
transform: translateX(-50%);
|
||||
background-image: url("/wp-content/uploads/2024/04/V.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
#footer-data {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
#footer-data::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 115px;
|
||||
height: 2px;
|
||||
width: 100vw;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
|
||||
body.page-id-729 .custom-bg-v .elementor-widget-container {
|
||||
position: relative;
|
||||
}
|
||||
body.page-id-729 .custom-bg-v .elementor-widget-container::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: calc(100% - 5px);
|
||||
top: 50%;
|
||||
width: 495px;
|
||||
height: 495px;
|
||||
transform: translate(-50%, -50%);
|
||||
background-image: url("/wp-content/uploads/2024/04/Group-371.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
#quote-box .carousel-arrow {
|
||||
left: auto;
|
||||
}
|
||||
#quote-box .carousel-arrow.carousel-prev {
|
||||
top: -60px;
|
||||
right: 100px;
|
||||
}
|
||||
#quote-box .carousel-arrow.carousel-next {
|
||||
top: -60px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#contact-form select.wpcf7-select {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
#contact-form .select-custom-text {
|
||||
position: relative;
|
||||
padding: 15px 24px;
|
||||
border: 1px solid #000;
|
||||
font-family: "League Spartan", Sans-serif;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 400;
|
||||
}
|
||||
#contact-form .select-custom-text.selected {
|
||||
color: #000;
|
||||
}
|
||||
#contact-form .select-custom-text.active::before {
|
||||
transform: translateY(-50%) scale(-1);
|
||||
}
|
||||
#contact-form .select-custom-text::before {
|
||||
content: "3";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 24px;
|
||||
transform: translateY(-50%);
|
||||
transition: all 250ms ease-in-out;
|
||||
font-family: "ElegantIcons";
|
||||
font-size: 26px;
|
||||
color: #000;
|
||||
}
|
||||
#contact-form .select-custom-options {
|
||||
list-style: none;
|
||||
padding: 15px 24px;
|
||||
border-left: 1px solid #000;
|
||||
border-right: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
#contact-form .select-custom-options li {
|
||||
color: #000;
|
||||
font-family: "League Spartan", Sans-serif;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
}
|
||||
#contact-form .select-custom-options li:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#contact-form .wpcf7-list-item {
|
||||
margin-left: 0;
|
||||
}
|
||||
#contact-form .wpcf7-list-item label {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#contact-form input[type=checkbox] {
|
||||
position: relative;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
width: 14px;
|
||||
min-width: 14px;
|
||||
height: 14px;
|
||||
border-radius: 100%;
|
||||
border: 1px solid #000;
|
||||
overflow: hidden;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#contact-form input[type=checkbox]:checked::before {
|
||||
top: 6px;
|
||||
left: 4px;
|
||||
}
|
||||
#contact-form input[type=checkbox]:checked::after {
|
||||
top: 7px;
|
||||
left: 3px;
|
||||
}
|
||||
#contact-form input[type=checkbox]::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
left: 14px;
|
||||
width: 6px;
|
||||
height: 1px;
|
||||
background: #000;
|
||||
transform: rotate(-45deg);
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
#contact-form input[type=checkbox]::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -7px;
|
||||
width: 3px;
|
||||
height: 1px;
|
||||
background: #000;
|
||||
transform: rotate(45deg);
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
#contact-form input[type=text]::-moz-placeholder, #contact-form input[type=tel]::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder {
|
||||
color: #a8a8a8;
|
||||
}
|
||||
#contact-form input[type=text]::placeholder, #contact-form input[type=tel]::placeholder, #contact-form input[type=email]::placeholder {
|
||||
color: #a8a8a8;
|
||||
}
|
||||
#contact-form textarea::-moz-placeholder {
|
||||
color: #a8a8a8;
|
||||
}
|
||||
#contact-form textarea::placeholder {
|
||||
color: #a8a8a8;
|
||||
}
|
||||
#contact-form p {
|
||||
color: #a8a8a8;
|
||||
font-size: 16px;
|
||||
font-family: "League Spartan" sans-serif;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: 400;
|
||||
}
|
||||
#contact-form .form-submit-btn {
|
||||
position: relative;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
margin: 20px 0 0 auto;
|
||||
padding-right: 60px;
|
||||
}
|
||||
#contact-form .form-submit-btn::before {
|
||||
content: "\e65a";
|
||||
color: #000;
|
||||
font-family: "themify";
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #f4f4f4;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 28px;
|
||||
}
|
||||
#contact-form .form-submit-btn input.wpcf7-submit {
|
||||
position: relative;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#contact-form .wpcf7-spinner {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#contact-form.contact-form-2 .row {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
#contact-form.contact-form-2 .row .col-6 p {
|
||||
width: 100%;
|
||||
}
|
||||
#contact-form.contact-form-2 .row .col-6 textarea {
|
||||
max-height: 208px;
|
||||
}
|
||||
|
||||
.customized-shapes-box {
|
||||
position: relative;
|
||||
}
|
||||
.customized-shapes-box::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-image: url("/wp-content/uploads/2024/04/quality-bg.svg");
|
||||
mix-blend-mode: multiply;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
opacity: 0.4;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: auto;
|
||||
width: 320px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#accessories-head::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-image: url("/wp-content/uploads/2024/05/Group-373.svg");
|
||||
mix-blend-mode: multiply;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
opacity: 0.5;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: auto;
|
||||
left: 20px;
|
||||
width: 100px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.box-bg-v::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
left: auto;
|
||||
top: 50%;
|
||||
width: 495px;
|
||||
height: 495px;
|
||||
transform: translate(50%, -50%);
|
||||
background-image: url("/wp-content/uploads/2024/04/V.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
z-index: 1;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
body.elementor-page > div[data-elementor-type=single-page] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#checkbox-btn.active a::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 4px;
|
||||
width: 11px;
|
||||
height: 6px;
|
||||
transform: rotate(-45deg);
|
||||
transition: all 250ms ease-in-out;
|
||||
border-bottom: 1.5px solid #000;
|
||||
border-left: 1.5px solid #000;
|
||||
}
|
||||
#checkbox-btn a {
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
display: block;
|
||||
}
|
||||
#checkbox-btn a::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 0px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.product-list-icon-desc .elementor-icon-box-icon {
|
||||
position: relative;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.product-list-icon-desc .elementor-icon-box-icon::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 2px;
|
||||
height: 40px;
|
||||
background: #000;
|
||||
}
|
||||
.product-list-icon-desc .elementor-icon-box-title {
|
||||
margin: 0;
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
Reference in New Issue
Block a user