/* header .site-logo-img{
    background-color: white;
    padding: 4px 8px 8px;
} */

footer .elementor-6089 .iscu_footer_email_subscribe_form .elementor-field-group:has(button[type="submit"]) {
    padding-left: 0;
}

.iscu_footer_email_subscribe_form input[type="email"]:focus {
    border-style: solid;
    background-color: white !important;
    color: black !important;
}

#wpforms-form-12450 .wpforms-field-label{
    font-weight: 400 !important;
}

#wpforms-form-12450 label.wpforms-error{
    color: #d50000;
    margin-top: 5px;
}
.iscu_imonems_forma_slider {
    margin-top: 17px;
}

.iscu_imonems_forma_slider .swiper-wrapper {
    align-items: flex-start;
}

.iscu_imonems_forma_slider .elementor-image-carousel-wrapper,
.iscu_imonems_forma_slider .swiper-slide.swiper-slide-active {
    transition: height 0.3s linear;
}

.elementor-element:has(> .iscu_imonems_forma_slider) {
    height: fit-content;
    position: sticky;
    top: 5px;
}

.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"]),
.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"]),
.iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea) {
    position: relative;
    margin: 20px 0;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="text"],
.iscu_imonems_forma_jmonems_form .wpforms-field input[type="email"],
.iscu_imonems_forma_jmonems_form .wpforms-field textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    outline: none;
    font-size: 16px;
    background: transparent;
    transition: border-color 0.2s;
    max-width: 100%;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="text"]:focus,
.iscu_imonems_forma_jmonems_form .wpforms-field input[type="email"]:focus,
.iscu_imonems_forma_jmonems_form .wpforms-field textarea:focus {
    border-color: black;
}

.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"]) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"]) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea) .wpforms-field-label {
    position: absolute;
    top: 20px;
    left: 10px;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: 0.2s ease all;
}

.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"]:focus) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"].filled) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"]:focus) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"].filled) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea:focus) .wpforms-field-label,
.iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea.filled) .wpforms-field-label {
    top: -1px;
    left: 10px;
    font-size: 12px;
    color: black;
    background-color: white;
    padding: 0 8px;
}

.iscu_imonems_forma_jmonems_form .wpforms-container .wpforms-field input.wpforms-error {
    border: 2px solid #c00;
}

div.iscu_imonems_forma_jmonems_form .wpforms-field-container div.wpforms-field.wpforms-has-error label.wpforms-field-label {
    color: #d50000;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"] {
    display: none;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 24px;
    user-select: none;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 4px;
    background: white;
    transition: all 0.5s ease;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 13px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"]:checked+label::before {
    background: #000;
    border-color: #000;
}

.iscu_imonems_forma_jmonems_form .wpforms-field input[type="checkbox"]:checked+label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.iscu_imonems_forma_jmonems_form form button[type="submit"] {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-checkout .ast-icon.icon-arrow svg path {
    fill: white;
}

/* .iscu_imonems_forma_jmonems_form form button[type="submit"]:hover {
    background: transparent;
    color: #000;
}
.iscu_imonems_forma_jmonems_form form button[type="submit"]:before,
.iscu_imonems_forma_jmonems_form form button[type="submit"]:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100px;
    height: 50%;
    right: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}
.iscu_imonems_forma_jmonems_form form button[type="submit"]:before {
    top: 0;
}
.iscu_imonems_forma_jmonems_form form button[type="submit"]:after {
    bottom: 0;
}
.iscu_imonems_forma_jmonems_form form button[type="submit"]:hover:before,
.iscu_imonems_forma_jmonems_form form button[type="submit"]:hover:after {
    height: 0;
    background-color: #000;
} */


.iscu_upload_img_wraper {
    /* display: flex; */
    width: 100% !important;
    margin-bottom: 20px !important;
}

.iscu_upload_img_button {
    transition: all .2s linear !important;
}

.iscu_upload_img_error {
    color: red;
    font-size: 13px;
    margin: 10px 0px 0px 0px !important;
}

.iscu_upload_img_wraper_main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.iscu_upload_img_title_wrap {
    display: flex !important;
    flex-direction: column !important;
	position: relative;
}

img.iscu_upload_img_preview {
    max-width: 200px !important;
    max-height: 200px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    object-fit: contain !important;
}

.iscu_uploaded_img_link {
    width: 50px !important;
    /* height: 50px; */
    display: flex !important;
}

.iscu_uploaded_img_link:focus {
    outline: unset !important;
}

.iscu_upload_img_cart {
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    object-fit: cover !important;
    transform: translateY(0%) !important;
}

.woocommerce-order-received ul.wc-item-meta {
    margin: 15px 10px 10px 0px !important;
}

.woocommerce-order-received ul.wc-item-meta .wc-item-meta-label {
    color: #000 !important;
}


.woocommerce-MyAccount-content ul{
    margin: 10px 0px !important;
}

.woocommerce-MyAccount-content .woocommerce-order-details  .woocommerce-table__product-name.product-name{
    width: 60% !important;
}

.ast-modern-woo-account-page .entry-content{
    margin: 0px auto !important;
}

p#terms_description.checkout-inline-error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.woocommerce-privacy-policy-text{
    margin: 25px 0px !important;
}

.woocommerce-checkout .woolentor-checkout__box ul.woocommerce-error li{
    line-height: 2;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #f3f3f3 !important;
}

.elementor-9649 .elementor-element.elementor-element-b42e174 nav.woocommerce-pagination{
    margin-top: 30px !important;
}

/* blog page  */

#eael-load-more-btn-b3e7c10 {
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    text-transform: none;
    color: #FFFFFF;
    border-radius: 15px;
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px;
    text-align: center;
    transition: all .3s;
    background-color: #000000;
    letter-spacing: 1px;
}

body #eael-load-more-btn-b3e7c10:hover {
    background-color: #393939;
}

.elementor-9899 .elementor-element.elementor-element-b3e7c10 .eael-load-more-button-wrap {
    margin-bottom: 20px;
}

.elementor-9899 .elementor-element.elementor-element-b3e7c10 .eael-grid-post .eael-entry-overlay {
    background-color: rgb(0 0 0 / 53%);
}

#eael-post-grid-b3e7c10 .eael-entry-thumbnail img {
    transition: all .7s;
}

#eael-post-grid-b3e7c10 .eael-entry-media:hover .eael-entry-thumbnail img {
    transform: scale(1.05);
}

#eael-post-grid-b3e7c10 .eael-entry-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#eael-post-grid-b3e7c10 .eael-post-grid.eael-post-appender {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0px;
}

#eael-post-grid-b3e7c10 .eael-post-grid.eael-post-appender .eael-grid-post .eael-grid-post-holder {
    height: 100%;
}

#eael-post-grid-b3e7c10 .eael-post-grid.eael-post-appender .eael-grid-post .eael-grid-post-holder-inner {
    display: flex;
    flex-direction: column;
}

#eael-post-grid-b3e7c10 .eael-grid-post .eael-entry-wrapper,
#eael-post-grid-b3e7c10 .eael-entry-content,
#eael-post-grid-b3e7c10 .eael-grid-post-excerpt {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#eael-post-grid-b3e7c10 .eael-grid-post-excerpt {
    gap: 15px;
}

#eael-post-grid-b3e7c10 a:focus {
    outline: unset;
}

#eael-post-grid-b3e7c10 .eael-entry-title a:hover {
    color: #5a5a5a !important;
}

#eael-post-grid-b3e7c10 .eael-entry-title {
    line-height: 0 !important;
    margin-bottom: 10px;
}

#eael-post-grid-b3e7c10 .eael-entry-title .eael-grid-post-link {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

#eael-post-grid-b3e7c10 .eael-grid-post-excerpt p {
    font-size: 15px;
    line-height: 24px;
}

#eael-post-grid-b3e7c10 a.eael-post-elements-readmore-btn {
    color: #ffff !important;
    background: #000;
    width: fit-content;
    text-align: center;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    margin-top: auto;
    border: solid 2px transparent;
    transition: all .6s;
}

body #eael-post-grid-b3e7c10 a.eael-post-elements-readmore-btn:hover {
    color: #000000 !important;
    background: white;
    border: solid 2px #CFCFCF;
}

.elementor-element-b0cfb44 .e-con-inner {
    justify-content: space-between !important;
}

.elementor-9649 .elementor-element.elementor-element-24cb7e5 .elementor-heading-title {
    text-align: center;
}

.woocommerce-pagination .page-numbers {
    text-align: center;
}

.woocommerce-checkout .woolentor-checkout__product-meta dl.variation {
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce-cart .shop_table .cart_item dl.variation {
    margin-top: 6px;
    font-size: 14px;
}

.woolentor-checkout__box .woolentor-step--info .input-text:focus,
.woolentor-checkout__box .woolentor-step--info input:focus,
.woolentor-checkout__box form input:focus {
    font-family: 'Poppins', sans-serif !important;
}

.elementor-element-db67369 .elementor-element-e2cd32f,
.elementor-element-a12353f .elementor-element-b720acc,
.elementor-element-d2ecf75 .elementor-element-9318a33 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.elementor-element-db67369 .elementor-element-e2cd32f .elementor-widget-button,
.elementor-element-d2ecf75 .elementor-element-9318a33 .elementor-widget-button,
.elementor-element-a12353f .elementor-element-b720acc .elementor-widget-button {
    flex: 1 1 180px;
    max-width: 100%;
    box-sizing: border-box;
}

.elementor-element-db67369 .elementor-element-e2cd32f .elementor-button,
.elementor-element-d2ecf75 .elementor-element-9318a33 .elementor-button,
.elementor-element-a12353f .elementor-element-b720acc .elementor-button {
    width: 100%;
    white-space: normal !important;
    text-align: center;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.woocommerce-js .widget_shopping_cart_content ul li.mini_cart_item {
    padding-right: 20px !important;
}

.woocommerce-checkout .woolentor-checkout__product-name a {
    line-height: 21px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input.woocommerce-form__input-checkbox{
    margin: 0px 5px 0px 0px !important;
}

.woocommerce-order .woocommerce-customer-details address{
    padding: 20px !important;
    height: auto !important;
}

.wp-block-search .wp-block-search__input {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.tax-product_cat nav.woocommerce-pagination ul li span.current {
    color: #ffffff !important;
}

.elementor-9998 .elementor-element.elementor-element-28757edb{
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-order-received table.shop_table.order_details tr {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr td, .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr th{
    border-top: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr td:nth-child(1){
    width: 70%;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr td:nth-child(2){
    width: 30%;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr th:nth-child(1){
    width: 70%;
}
.iscu_remove_img_btn{
    position: absolute;
    top: -10px;
    right: -10px;
    background: black;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
	padding: 0;
    display: none;
}

.iscu_remove_img_btn::after {
    content: '×';
  color: white;
  font-size: 19px;
  font-weight: bold;
  display: block;
  text-align: center;
  transform: translate(1px, 0px);
}
@media screen and (max-width: 1500px) {

    .elementor-6089 div.iscu_footer_logo_wrap .elementor-element .hfe-site-logo-container {
        text-align: end;
    }

    .elementor-9649 .elementor-element.elementor-element-85fcb92 [class*="ht-category-wrap"] [class*="ht-category-content-"] h3 a {
        letter-spacing: 1px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-5d6395f .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-28b69e3 .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-3f55d0e .elementor-button {
        width: auto !important;
    }

    .elementor-4395 .elementor-element.elementor-element-3f55d0e.elementor-element,
    .elementor-4395 .elementor-element.elementor-element-28b69e3.elementor-element {
        flex: 0 0 180px !important;
    }

    .elementor-element-38fce8c.e-con>.elementor-widget,
    .elementor-element-b22628b.e-con>.elementor-widget {
        width: auto !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b,
    .elementor-4395 .elementor-element.elementor-element-66e88ee {
        justify-content: space-between !important;
    }

    .elementor-element-db67369 .elementor-element-e2cd32f .elementor-button .elementor-button-text,
    .elementor-element-a12353f .elementor-element-b720acc .elementor-button .elementor-button-text,
    .elementor-element-d2ecf75 .elementor-element-9318a33 .elementor-button .elementor-button-text {
        line-height: 26px !important;
        font-size: 18px !important;
    }

    .elementor-element-5596954 .elementor-widget-container p {
        margin-bottom: 0px !important; 
    }

    .elementor-4395 .elementor-element.elementor-element-23ff5bd {
        gap: 10px !important;
    }
}

@media screen and (max-width: 1480px) {
    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .elementor-12467 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-12467 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12428 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-c66a61e .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-36df9ee .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12441 .elementor-element.elementor-element-2bee68d .elementor-heading-title {
        font-size: 50px !important;
    }

    .elementor-12467 .elementor-element.elementor-element-8b9da19 p,
    .elementor-12428 .elementor-element.elementor-element-8b9da19 p,
    .elementor-4395 .elementor-element.elementor-element-8a9b6b5 p,
    .elementor-4395 .elementor-element.elementor-element-00ef3a9 p,
    .elementor-14308 .elementor-element.elementor-element-8b9da19 p {
        font-size: 18px !important;
        line-height: 28px !important;
        /* font-family: 'Poppins'; */
    }

    .elementor-4395 .elementor-element.elementor-element-f086208 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-22a4a3a .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-91c7dcd .elementor-heading-title {
        font-size: 28px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-4875e53 p,
    .elementor-4395 .elementor-element.elementor-element-00f4b16 p,
    .elementor-4395 .elementor-element.elementor-element-b1220a3 p,
    .elementor-12441 .elementor-element.elementor-element-87b7d8e p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
	.iscu_home_strip_slider .marquee__group{
		min-width: 160%;
	}
}

@media only screen and (max-width:1200px) {
    .elementor-6089 div.iscu_footer_logo_wrap .elementor-element .hfe-site-logo-container {
        padding-left: 25px !important;
    }
}

@media only screen and (max-width:1024px) {
    .elementor-6089 div.iscu_footer_logo_wrap .elementor-element .hfe-site-logo-container {
        text-align: center;
        padding-left: 0 !important;
    }

    .iscu_footer_email_subscribe_form .elementor-column.elementor-md-30:has(> button[type="submit"]) {
        width: fit-content !important;
    }

    .iscu_footer_email_subscribe_form .elementor-form-fields-wrapper {
        justify-content: center !important;
    }
    .elementor-8589 .elementor-element.elementor-element-6226322 > div.elementor-widget-container{
        margin: 0 10px;
    }
}

@media screen and (min-width: 922px) and (max-width: 1080px) {
    .woocommerce-cart #ast-cart-wrapper {
        justify-content: end !important;
    }

    .woocommerce-cart #ast-cart-wrapper .ast-cart-non-sticky {
        width: 100% !important;
    }

    .woocommerce-cart #ast-cart-wrapper .cart-collaterals {
        width: 40% !important;
    }
}

@media screen and (min-width: 921px) and (max-width: 1000px) { 
    .main-header-bar-navigation .menu-text{
        font-size: 12px !important;
    }

    .main-header-menu .menu-link{
        padding: 0 14px !important;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-checkout .woolentor-checkout__logo img {
        max-width: 150px !important;
    }

    .woocommerce-checkout .woolentor-checkout__product {
        margin-bottom: 35px !important;
    }

    body .elementor-element-5f67313 .e-con-inner {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .elementor-12428 .elementor-element.elementor-element-faf6655,
    .elementor-12428 .elementor-element.elementor-element-c070111,
    .elementor-12428 .elementor-element.elementor-element-bfa0547,
    .elementor-12428 .elementor-element.elementor-element-771d47c {
        width: 47% !important;
    }

    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 55px !important;
        line-height: 55px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-c9500a5,
    .elementor-4395 .elementor-element.elementor-element-9e7997f,
    .elementor-4395 .elementor-element.elementor-element-2d5a44b {
        width: 15% !important;
    }

    .elementor-4395 .elementor-element.elementor-element-5d6395f .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-28b69e3 .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-3f55d0e .elementor-button {
        padding: 16px !important;
        font-size: 18px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-3f55d0e.elementor-element,
    .elementor-4395 .elementor-element.elementor-element-28b69e3.elementor-element {
        flex: 0 0 150px !important;
    }

    a.single_link_to_cart_button.button.alt {
        text-align: center;
    }
}

@media screen and (max-width: 921px) {

    .woocommerce-cart .shop_table .cart_item dl.variation {
        text-align: right !important;
        display: inline-flex !important;
        margin-top: 10px !important;
    }

    .elementor-4398 .elementor-element.elementor-element-79db6ca5{
        padding: 20px 0px 40px 0px !important;
    }

    .ast-separate-container.ast-two-container #secondary .widget, .ast-separate-container #secondary .widget{
        margin-bottom: 0 !important;
        padding-top: 10px !important;
    }

}

@media screen and (min-width: 701px) and (max-width: 921px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: left !important;
        width: 48% !important;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right !important;
        width: 48% !important;
        clear: none !important;
    }

    .elementor-4400 .elementor-element.elementor-element-cd32e4f,
    .elementor-4400 .elementor-element.elementor-element-8d65ddb {
        width: 35% !important;
    }

    .elementor-4400 .elementor-element.elementor-element-9050820 {
        padding-right: 20px !important;
        padding-top: 75px !important;
        width: 40% !important;
    }

    .elementor-4400 .elementor-element.elementor-element-3d4ce27 {
        width: 60% !important;
    }

    .elementor-4400 .elementor-element.elementor-element-fc2a1e1,
    .elementor-4400 .elementor-element.elementor-element-e8fa9a6 {
        text-align: left !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {

    .elementor-element-52b30bc .elementor-widget-container .ht-col-xs-12 {
        width: 50% !important;
        flex-basis: 50% !important;
    }

}

@media screen and (max-width: 782px) {

    .ast-sticky-add-to-cart .ast-sticky-add-to-cart-content {
        padding: 20px 0 10px 0 !important;
    }

}

@media only screen and (max-width:768px) {
    footer .elementor-6089 .iscu_footer_email_subscribe_form .elementor-field-group:has(button[type="submit"]) {
        padding-left: 25px;
    }

    footer#colophon .iscu_footer_email_subscribe_form {
        width: 100%;
    }

    .iscu_footer_email_subscribe_form .elementor-column {
        width: 50%;
    }

    .iscu_home_strip_slider .marquee__group {
        min-width: 1190px;
    }

}


@media screen and (max-width: 767px) {
    #eael-post-grid-b3e7c10 .eael-grid-post {
        width: 50% !important;
    }

    .elementor-element-b0cfb44 .e-con-inner {
        justify-content: center !important;
    }

    .elementor-9649 .elementor-element.elementor-element-b42e174 {
        width: 100% !important;
    }

    .elementor-12467 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-12467 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12428 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-c66a61e .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-36df9ee .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12441 .elementor-element.elementor-element-2bee68d .elementor-heading-title {
        font-size: 46px !important;
    }

    .elementor-element-4e7c587 .e-con-inner {
        gap: 50px !important;
    }

    .elementor-element-4e7c587 .e-con-inner .elementor-element-d11e9e9.elementor-widget-spacer {
        display: none !important;
    }

    .elementor-element-cff97e8 {
        gap: 10px !important;
    }

    .elementor-4400 .elementor-element.elementor-element-3d4ce27 {
        margin: 0px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 60px !important;
        line-height: 65px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element {
        width: 47% !important;
    }

    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title {
        text-align: center !important;
    }

    .elementor-4395 .elementor-element.elementor-element-8a6b9ac {
        justify-content: center !important;
        margin-bottom: 20px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-8a6b9ac .elementor-element-5d6395f {
        width: auto !important;
    }

    .elementor-4395 .elementor-element.elementor-element-37bb033 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
        font-size: 18px !important;
    }

    .elementor-element-2fe9459,
    .elementor-element-ded88c5,
    .elementor-element-34824c9 {
        flex-wrap: nowrap !important;
    }

    .ast-scroll-to-top-left {
        z-index: 1111 !important;
    }
	
	.iscu_home_strip_slider{
		flex-direction: column !important;
	}
}

@media screen and (max-width: 700px) {
    .elementor-element-7f18638 .e-con-inner {
        gap: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    #eael-post-grid-b3e7c10 .eael-grid-post {
        width: 100% !important;
    }

    .elementor-element-b42e174.elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .elementor-12428 .elementor-element.elementor-element-faf6655,
    .elementor-12428 .elementor-element.elementor-element-c070111,
    .elementor-12428 .elementor-element.elementor-element-bfa0547,
    .elementor-12428 .elementor-element.elementor-element-771d47c {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {

    .elementor-12467 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-12467 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12428 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-c66a61e .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-36df9ee .elementor-heading-title,
    .elementor-12441 .elementor-element.elementor-element-2bee68d .elementor-heading-title {
        font-size: 32px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 55px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 42px !important;
        line-height: 47px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-23ff5bd {
        gap: 5px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element h3.elementor-icon-box-title,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element h3.elementor-icon-box-title {
        font-size: 13px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element .elementor-icon,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element .elementor-icon {
        font-size: 17px !important;
    }

    .elementor-12467 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-12467 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12428 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-c66a61e .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-36df9ee .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12441 .elementor-element.elementor-element-2bee68d .elementor-heading-title {
        font-size: 32px !important;
    }

    .elementor-4395 .elementor-element-0b6f4f5,
    .elementor-element-7e518f1 .elementor-element-18c1d80 {
        display: none !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element .elementor-icon-box-icon,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element .elementor-icon-box-icon {
        margin-bottom: 0px !important;
    }

    .elementor-element-5596954 .elementor-widget-container p {
        line-height: 30px !important;
        font-size: 19px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-8a6b9ac {
        margin-bottom: 10px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-f086208 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-22a4a3a .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-91c7dcd .elementor-heading-title {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

    .elementor-element-2536227 .elementor-element-ab0fb8f,
    .elementor-element-2536227 .elementor-element-4da6115,
    .elementor-element-2536227 .elementor-element-d02a24f {
        gap: 6px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-c9500a5 .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-9e7997f .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-2d5a44b .elementor-button {
        padding: 12px 20px !important;
    }

    .elementor-element-67ca1d8 {
        padding: 0px !important;
    }

    .elementor-element-9f16eea .woolentor-product-same-height.ht-products .ht-product:last-of-type {
        margin-bottom: 0 !important;
    }

    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"]) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"]) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea) .wpforms-field-label {
        font-size: 12px;
        top: 24px;
        left: 7px;
    }

    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"]:focus) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="text"].filled) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"]:focus) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(input[type="email"].filled) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea:focus) .wpforms-field-label,
    .iscu_imonems_forma_jmonems_form .wpforms-field:has(textarea.filled) .wpforms-field-label {
        font-size: 11px;
    }

    .iscu_footer_email_subscribe_form .elementor-column {
        width: 90%;
    }

    .elementor-8589 .elementor-element.elementor-element-6226322 > div.elementor-widget-container{
        margin: 0;
    }

    .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr td:nth-child(1){
        width: 60%;
        padding: 15px 5px;
    }
    .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr td:nth-child(2){
        width: 40%;
    }
    .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table tr th:nth-child(1){
        width: 60%;
        padding: 15px 5px;
    }
    .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table.order_details{
        padding: 15px 15px;
    }

    .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{
        display: inline-grid;
    }

    .ast-sticky-add-to-cart-action-wrap{
        justify-content: center !important;
    }

    .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child th{
        padding-left: 0px !important;
    }

    .elementor-element-8aae60b{
        display: none !important;
    }

    .woolentor-slc-terms-and-conditions {
        padding: 0px 10px;
    }

    .woolentor-checkout__box .form-row{
        margin-bottom: 10px !important; 
    }
}

@media screen and (max-width: 429px) {

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element {
        width: 45% !important;
    }

    .woolentor-checkout__step-footer .woolentor-checkout__text-link{
        font-size: 12px !important;
    }
}

@media screen and (max-width: 390px) {
    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 38px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-5d6395f .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-28b69e3 .elementor-button,
    .elementor-4395 .elementor-element.elementor-element-3f55d0e .elementor-button {
        font-size: 15px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-3f55d0e.elementor-element,
    .elementor-4395 .elementor-element.elementor-element-28b69e3.elementor-element {
        flex: 0 0 130px !important;
    }

    .elementor-12467 .elementor-element.elementor-element-8b9da19 p,
    .elementor-12428 .elementor-element.elementor-element-8b9da19 p,
    .elementor-4395 .elementor-element.elementor-element-8a9b6b5 p,
    .elementor-4395 .elementor-element.elementor-element-00ef3a9 p,
    .elementor-14308 .elementor-element.elementor-element-8b9da19 p,
    .elementor-12441 .elementor-element.elementor-element-87b7d8e p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-4875e53 p,
    .elementor-4395 .elementor-element.elementor-element-00f4b16 p,
    .elementor-4395 .elementor-element.elementor-element-b1220a3 p {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 360px) {

    .elementor-12467 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-12467 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12428 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-c66a61e .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-2f44699 .elementor-heading-title,
    .elementor-4395 .elementor-element.elementor-element-36df9ee .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-4386875 .elementor-heading-title,
    .elementor-14308 .elementor-element.elementor-element-a603354 .elementor-heading-title,
    .elementor-12441 .elementor-element.elementor-element-2bee68d .elementor-heading-title {
        font-size: 28px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-e9fd279 .elementor-heading-title {
        font-size: 36px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-3f55d0e.elementor-element,
    .elementor-4395 .elementor-element.elementor-element-28b69e3.elementor-element {
        flex: 0 0 126px !important;
    }

    .elementor-4395 .elementor-element.elementor-element-83ee16b .elementor-element,
    .elementor-4395 .elementor-element.elementor-element-66e88ee .elementor-element {
        width: 100% !important;
    }

}

@media only screen and (max-width:345px) {

    footer .iscu_footer_Informacija_nav,
    footer .iscu_footer_nuorodos_nav {
        width: 44%;
    }
}