/*
Theme Name:   dentrole
Theme URI:    https://demos.codezeel.com/wordpress/WP01/WP024
Description:  A child theme of Basetheme.
Author:       Codezeel
Author URI:   #
Template:     basetheme
Version:      1.0.0
Requires at least: 5.2
Tested up to: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: dentrole
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.image-text-main {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0px;
}
.image-inner-text {
	padding-block: 40px;
}
.text-des {
	margin-block-start: 20px !important;
}
.item-is-stuck {
	box-shadow: 0px -20px 30px 6px #000;
	-moz-box-shadow: 0px -20px 30px 6px #000;
	-webkit-box-shadow: 0px -20px 30px 6px #666;
}
.bypostauthor .comment-author .avatar {border: 2px solid var(--global-palette7);}
/*Service-icon-hover*/


/*----*/
/*Drag Slider*/
.dragging-container .drag-slider{position: relative;}
.drag-slider .slider-drag::-webkit-slider-thumb {
    width: 130px;
    height: 100%;
    border-radius: 0;
    border: 0;
    background: #fff;
    pointer-events: auto;
    mask-image: url("assets/images/drag.svg");
    mask-repeat: no-repeat;
    -webkit-mask-image: url("assets/images/drag.svg");
    -webkit-mask-repeat: no-repeat;
}
.drag-slider .slider-drag::-webkit-slider-thumb {
    width: 130px;
    height: 580px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-pointer-events: auto;
    pointer-events: auto;
    background-image: url("assets/images/drag_update.png");
    mask-image: url("assets/images/drag.png");
    mask-repeat: no-repeat;
    -webkit-mask-image: url("assets/images/drag.png");
    -webkit-mask-repeat: no-repeat;
}
.drag-slider .slider-drag::-moz-range-thumb {
    width: 130px;
    height: 100%;
    border-radius: 0;
    border: 0;
    background: transparent;
    pointer-events: auto;
    background-image: url(assets/images/drag_update.png);
    background-repeat: no-repeat;
}
body .drag-slider .slider-drag {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    transition: all .2s;
    cursor: pointer;
    top: 0;
    pointer-events: none;
    padding: 0;
}
.drag-slider .background-img {background-image: url("assets/images/result-white.jpg"); height: 100%; min-height: 580px;}
.drag-slider .foreground-img {
    background-image: url("assets/images/result-yellow.jpg");
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
/*------*/
.woocommerce-cart.woocommerce-page table.cart td.actions .button, .woocommerce-checkout.woocommerce-page table.cart td.actions .button, .woocommerce-page #add_payment_method table.cart td.actions .button {
	height: auto;
    background: var(--e-global-color-thebase2);
    color: var(--global-palette9);
    padding: 0.4em 2em;
    border: 0;
}
body .entry-hero h1 {
	font-weight: 600;
}
body #payment #place_order{padding: 1.8em 1em;}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {padding: 1.0em 1em;}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-checkout.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #add_payment_method table.cart td.actions .coupon .input-text {
	height: 50px;
	margin-inline-end: 15px;
	padding-inline-start: 20px;
}
body .comment-form .comment-input-wrap p label,body .comment-form p.comment-form-float-label label {
	color: var(--global-palette3);
}
body .woocommerce .cart-empty.woocommerce-info{
    color: var(--global-palette1);
}
body .woocommerce-terms-and-conditions {
	border: 1px solid var(--global-gray-400);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	background: var(--global-palette9);
}

/*single-service-tab*/
.tab-main-ser .tab-list-container .list-main .list-tab-li:last-child {padding-inline: 0;}
.tab-main-ser .elementor-widget-tabs .elementor-tab-content {padding: 30px 0 0;}
.tab-main-ser .tab-list-container .list-main .list-tab-li .list-tab-price {text-align: right;}
.tab-main-ser .tab-list-container .list-main .list-tab-li .button {margin-block-start: 20px;}
.tab-main-ser .tab-list-container .list-main .list-tab-li{border-block-start: 1px solid #E5E5E5; padding: 20px 20px;}
.tab-main-ser .tab-list-container .list-tab{display: grid; grid-template-columns: auto auto; gap: 40px;}
.tab-list-container .list-main {
	list-style: none;
	padding: 0;
}
/*------*/
/*Gallery-arrow*/
.gallery-slider .elementor-swiper-button {border: 1px solid; padding: 10px; border-radius: 50%;}
.gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{left: -35px;}
.gallery-slider .elementor-swiper-button.elementor-swiper-button-next{right: -35px;}
/*------*/
/*Service-tab*/
.tab-main .tab-main-contain {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 30px;
	text-align: center;
}
.tab-main-contain .tab-sub-contain .alignnone { margin-block-end: 15px;}
.tab-main .elementor-widget-tabs .elementor-tab-content {padding: 30px 0px;}
/*-------*/
body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #f7f7f7;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}

.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature {direction: ltr;}
body .single-content h1, body .single-content h1:first-child, body .single-content h2, body .single-content h2:first-child, body .single-content h3, body .single-content h3:first-child, body .single-content h4, body .single-content h4:first-child, body .single-content h5, body .single-content h5:first-child, body .single-content h6, body .single-content h6:first-child,
body .single-content h1.elementor-heading-title,body .single-content h2.elementor-heading-title,body .single-content h3.elementor-heading-title,body .single-content h4.elementor-heading-title,body .single-content h5.elementor-heading-title,body .single-content h6.elementor-heading-title {
    margin-top: inherit;
    margin-bottom: inherit;
}
.widget .tagcloud > span, .widget .tagcloud a, .widget .widget_product_tag_cloud > span, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud > span, .widget .wp-block-tag-cloud a, .widget li > span, .widget li a {
    padding-block: 6px;
    display: inline-block;
    vertical-align: middle;
}
/*one-click*/
body .widget_calendar thead th, body .site-footer .site-middle-footer-wrap .site-footer-row-container-inner .widget_calendar, body .site-footer .site-middle-footer-wrap .site-footer-row-container-inner .widget_calendar a {
    color: var(--global-palette4);
}
body .rss-date, body .widget_rss cite {color: var(--global-palette9);}
body .widget_pages .children, body .widget_nav_menu .sub-menu {padding: 0;}

/*header*/
body .header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {top: auto; bottom: 30px;}
#main-header .header-button::before, #mobile-header .mobile-header-button::before {
	content: "";
	background-image: url(assets/images/call.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	margin-inline-end: 5px;
}
#mobile-drawer.popup-drawer .drawer-inner{
    max-width: 320px;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	display: inline-block;
	text-align: center;
}
/*appoinment-form*/
.appoinment-form form .text-col-gap {
	position: relative;
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    column-count: 2;
    column-gap: 30px;
    margin: 0;
}
.appoinment-form form .text-col.col-6 {width: 100%; display: inline-block; margin-block-end: 30px;}
.appoinment-form form input[type="text"], .appoinment-form form input[type="email"], .appoinment-form form input[type="tel"], .appoinment-form form select, .appoinment-form form input[type="date"] {
	height: 50px;
	background-color: var(--global-gray-500);
	border: 0;
	padding-inline: 20px;
	background-image: none;
    margin-block-end: 5px;
    width: 100%;
}
.appoinment-form .contact-button {
	margin-block-start: 20px;
    position: relative;
    display: inline-block;
}
/*testimonial*/
.elementor-testimonial-image {position: relative;}
.elementor-testimonial-image::after {
	background-image: url(assets/images/quote.svg);
	background-color: var(--global-palette9);
	background-size: 17px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	left: 80px;
	right: auto;
	top: auto;
	bottom: 80px;
	border-radius: 25px;
}
/*progress-bar*/
.progressbar img {margin-inline-end: 50px;}
/*newsletter*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 30px;
}
.entry-related .tns-outer .tns-nav button::before {background: var(--global-palette-btn-bg);}
.entry-related .tns-outer .tns-nav button {width: 15px;}
.widget_block .widget_mc4wp_form_widget .widgettitle {color: var(--global-palette1); font-weight: 500; font-size: 18px;}
.contact-button span.wpcf7-spinner {position: absolute; right: 0; left: 0; margin: auto; top: 0; bottom: 0;}
body .mc4wp-form input[type="email"] {
	width: 275px;
	padding: 20px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	background-color: var(--global-palette9);
	margin-block: 10px 0;
}
body .mc4wp-form input[type="submit"] {
	padding: 14px 45px;
	background-color: var(--global-palette2);
}
/*footer*/
.site-footer .widget-area ul li {list-style: none;}
.site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-block-end: 30px;
}
.site-middle-footer-inner-wrap .footer-widget1 .widget_block h3 {
    margin-block-end: 45px;
}
.site-middle-footer-inner-wrap .widget-area .footer-social-wrap .widget-title {
	margin: 0;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: var(--global-palette4);
	font-family: var(--global-body-font-family);
	text-transform: unset;
}
.footer-social-inner-wrap {
    display: inline-block;
    vertical-align: middle;
}
.site-footer-wrap .footer-widget-area .wp-block-image {
	margin-bottom: 35px;
}
body .site-footer-section {
	position: relative;
	display: block;
}  
    /*owl-carousel*/
    .owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
        content: "";
        position: absolute;
        top: auto;
        background-size: 8px;
        background-repeat: no-repeat;
        height: 52px;
        width: 52px;
        margin: 0 auto;
        left: 0;
        right: 0;
        border: 1px solid;
        border-radius: 50px;
        background-position: center;
    }
    .owl-theme .owl-buttons div {
    display: block;
    font-size: 0;
    height: 32px;
    width: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    margin: auto !important;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    margin: auto;
    z-index: 99;
    cursor: pointer;
    }
    .owl-theme:hover .owl-buttons div {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    }
    .owl-theme .owl-buttons div.owl-prev {
        left: -90px;
        right: auto;
        height: 52px;
        width: 52px;
    }
    .owl-theme .owl-buttons div.owl-next {
        right: -90px;
        left: auto;    
        height: 52px;
        width: 52px;
    }
    .owl-theme .owl-buttons div.owl-next::after {
    background-image: url(assets/images/right-arrow.svg);
    }
    .owl-theme .owl-buttons div.owl-prev::after {
    background-image: url(assets/images/left-arrow.svg);
    }
    
    
    
    /*pagination*/
    body .pagination .page-numbers.dots {	
    width: 40px;
    }
    .woocommerce nav.woocommerce-pagination, .pagination {
    text-align: center;
    }
    body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
        border: 1px solid var(--global-gray-400);
        color: var(--global-palette3);
        background: var(--global-palette9);
        border-radius: 50px;
    }
    body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
    background: var(--global-palette2);
    color: var(--global-palette9);
    }
    body .pagination .page-numbers.current, body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--global-palette2);
    color: var(--global-palette9);
    border-color: var(--global-palette2);
    }
    
    /*zoom-effect*/
    .cms-service-workers .elementor-image-box-img, .cat-cms-img .elementor-widget-image, .post-thumbnail-inner, .gallery-slider .swiper-slide-inner, .gallery-item .gallery-icon ,
    .team-carousel .elementor-widget-container .elementor-image-box-img, .about_img .elementor-widget-image .elementor-widget-container ,.appoinment-form-img .elementor-widget-image .elementor-widget-container
    ,.cms-banner-inner .elementor-widget-image .elementor-widget-container{
    overflow: hidden;
    }
    .cat-cms-img .elementor-widget-image {
    overflow: hidden;
    display: inline-block;
    width: auto !important;
    margin: auto !important;
    }
    .cms-service-workers .elementor-widget-image-box img, .cat-cms-img .elementor-widget-image img, .loop-entry .post-thumbnail-inner img, .gallery-slider img, .gallery-item img,.tab-image .tab-sub-contain img,
    .team-carousel .elementor-widget-container .elementor-image-box-img img,.about_img .elementor-widget-image .elementor-widget-container img ,.appoinment-form-img .elementor-widget-image .elementor-widget-container img ,
    .cms-banner-inner .elementor-widget-image .elementor-widget-container img{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }
    .cms-service-workers .elementor-widget-image-box:hover img, .cat-cms-img .elementor-widget-image:hover img, .loop-entry .post-thumbnail-inner:hover img, .gallery-slider img:hover, .gallery-item img:hover,
    .team-carousel .elementor-widget-container .elementor-image-box-img:hover img, .about_img .elementor-widget-image .elementor-widget-container:hover img , 
    .appoinment-form-img .elementor-widget-image .elementor-widget-container:hover img,.cms-banner-inner .elementor-widget-image .elementor-widget-container:hover img{
    transform: scale(1.05);
    }
    
    /*sidebar*/
    .woocommerce-product-search, .search-form, .wp-block-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    position: relative;
    }
    .screen-reader-text, .wp-block-search .wp-block-search__label {
    display: none;
    }
    body.woocommerce .widget_layered_nav_filters ul li a{font-size: 15px;}
    .has-sidebar .primary-sidebar.widget-area .widget {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--global-gray-400);
    padding-block-end: 20px;
    }
    #primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
    float: left;
    width: 83%;
    padding: 10px 45px 10px 15px;
    line-height: 22px;
    border: none;
    background-color: var(--global-palette7);
    border-radius: 0;
    }
    .header-search .woocommerce-product-search input[type="submit"], .header-search button[type="submit"], .widget.widget_product_search button[type="submit"], .wp-block-search .wp-block-search__button {
    mask-image: url("assets/images/search.svg");
    -webkit-mask-image: url("assets/images/search.svg");
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 18px;
    -webkit-mask-size: 18px;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: var(--global-palette9);
    float: left;
    font-size: 0;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 45px;
    background: var(--global-palette1) !important;
    }
    body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
    height: auto;
    width: auto;
    }
    .widget .product_list_widget li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li, .widget .widgets-blog-posts li, .widget .wp-block-latest-comments li, .widget .wp-block-latest-posts li {
    padding-block: 4px;
    margin-block: 6px;
    clear: both;
    overflow: hidden;
    }
    .widget .wp-block-latest-posts__featured-image.alignleft {
    margin-inline: 0 1em;
    }
    .widget .product_list_widget li > span, .widget .product_list_widget li a, .widget.widget_recent_comments ul li > span, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li > span, .widget.widget_rss ul li a, .widget .widgets-blog-posts li > span, .widget .widgets-blog-posts li a, .widget .wp-block-latest-comments li > span, .widget .wp-block-latest-comments li a, .widget .wp-block-latest-posts li > span, .widget .wp-block-latest-posts li a {
    padding: 0;
    }
    .widget .wp-block-latest-comments__comment-link, .widget .wp-block-latest-posts li > a {
    word-break: break-word;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    }
    .primary-sidebar .wp-block-latest-posts__post-author, .primary-sidebar .wp-block-latest-posts__post-date {
    color: var(--global-palette1);
    }
    .widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
    list-style: none;
    margin: 0;
    position: relative;
    }
    .woocommerce.widget .woocommerce-widget-layered-nav-list a::before {
    font-size: .7em;
    }
    .primary-sidebar .thebase-hide-sidebar-btn {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 0;
    }
    .primary-sidebar.active {
    transform: translateX(0);
    }
    .thebase-show-sidebar-btn {
    position: fixed;
    border: 1px solid var(--global-gray-400);
    padding: 0 10px;
    height: 44px;
    line-height: 30px;
    display: none;
    cursor: pointer;
    top: 25%;
    left: -2px;
    z-index: 99;
    background: var(--global-palette9);
    box-shadow: 0 0 5px 2px var(--global-gray-400);
    align-items: center;
    border-radius: 0 50px 50px 0;
    }
    body .widget_block ol, body .widget_block ul, body .widget ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-start: 0;
    margin-inline: 0;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    }
    .primary-sidebar .widget ul ul {
    -webkit-padding-start: 15px;
    padding-inline: 15px 0;
    margin: 0;
    padding-bottom: 0;
    }
    .has-sidebar .primary-sidebar.widget-area .widget:last-child {
    border: none;
    }
    .primary-sidebar.widget-area .widget-title {
    padding: 0 0 10px;
    margin: 0;
    }
    .widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
    font-size: inherit !important;
    display: block;
    text-transform: capitalize;
    }
    .woocommerce.widget_product_categories > ul li .count, .woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .woocommerce .wp-block-woocommerce-product-categories > ul li .count, .woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    min-width: 2rem;
    text-align: center;
    font-size: 100%;
    }
    .woocommerce.widget_price_filter .widget-title, .woocommerce section.related.products h2, body.woocommerce div.product form.cart table td {
    padding-block-end: 15px;
    }
    .sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding-block: 6px;
    vertical-align: middle;
    font-size: 15px;
    }
    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
        float: right;
    }
    .woocommerce.widget_price_filter .price_slider_amount {
    margin-top: 2em;
    }
    .price_label {
    display: inline-block;
    padding: 10px 0 0;
    width: 100%;
    text-align: left;
	font-size: 16px;
	font-weight: 400;
    }
    
    /* input */
    body input[type="text"], body input[type="email"],.appoinment-form form select, body input[type="url"], body input[type="password"], body input[type="search"], body input[type="number"], body input[type="tel"], body input[type="range"], body input[type="date"], body input[type="month"], body input[type="week"], body input[type="time"], body input[type="datetime"], body input[type="datetime-local"], body input[type="color"], body textarea {
        color: var(--global-palette3);
        padding: 0.5em 0.5em;
        background-color: var(--global-gray-500);
        border-radius: 0;
        border: 0;
    }
    body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="number"]:focus, body input[type="tel"]:focus, body input[type="range"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="week"]:focus, body input[type="time"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="color"]:focus, body textarea:focus {
        border-color: var(--global-gray-400);
        color: var(--global-palette4);
        box-shadow: none;
    }
    
    /*Product Catalog*/
    .woocommerce .quantity input[type="number"] {-moz-appearance: textfield; background: transparent;}
    body .thebase-toggle-shop-layout.thebase-toggle-grid.toggle-active, body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover, body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active {
    color: var(--global-palette2);
    border-color: var(--global-gray-400);
    }
    body .thebase-product-toggle-container .thebase-toggle-shop-layout {color: var(--global-palette4);}
    #tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {
    border: none;
    font-style: inherit;
    }
    body .thebase-breadcrumbs {
        margin: 0.5em 0;
    }
    body.woocommerce table.shop_attributes td p {
        padding: 0px 0;
    }
    body.woocommerce table.shop_attributes td {
    padding: 8px;
    }
    #tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {
    border: none;
    font-style: inherit;
    }
    body.woocommerce table.shop_attributes td {
    padding: 8px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table, .woocommerce table.shop_table, body .woocommerce .woocommerce-info, .woocommerce .woocommerce-error li, .woocommerce .thebase-woo-results-count, body .search-form .search-submit[type="submit"], .woocommerce select.orderby {
    font-weight: inherit;
    font-size: inherit;
    }
    .woocommerce .related.products h2{
        font-size: 45px;
        font-weight: 600;
    }
    .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
    font-weight: 500;
    color: var(--global-palette1);
    font-size: 15px;
    }
    body .comment-navigation a:hover, body .post-navigation a:hover, .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover {
    color: var(--global-palette2);
    }
    .woocommerce ul.products li.product .button.added.add_to_cart_button {
    display: none;
    }
    body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap {
    -webkit-transform: none;
    transform: none;
    }
    .woocommerce ul.products li.product span.onsale {
    top: 15px;
    right: 15px;
    background-color: var(--e-global-color-thebase2);
    }
    .woocommerce ul.products li.product .price ins .amount {
    font-weight: 600;
    }
    
    /*Single-Product*/
    body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    width: auto;
    height: auto;
    padding: 0;
    }
    .single-product .owl-theme .owl-buttons div.owl-prev {
    left: 10px;
    right: auto;
    }
    .single-product .owl-theme .owl-buttons div.owl-next {
    right: 20px;
    left: auto;
    }
    body.woocommerce div.images.woocommerce-product-gallery .flex-viewport img {
        display: block;
        width: 801px !important;
        height: auto;
    }
    body.woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 30px;
    box-sizing: border-box;
    margin: 30px 0 0;
    transform: none;
    left: auto;
    max-width: 100%;
    text-align: center;
    }
    .single.single-product .thebase-breadcrumbs {
    margin: 0.5em 0;
    }
    body.woocommerce table.shop_attributes td {
    padding: 8px;
    }
    .woocommerce div.product p.stock {
    color: green;
    }
    .single-product.woocommerce div.product form.cart div.quantity {padding-block: 5px; margin-inline: 0 9px; border-radius: 0;}
    .entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button {padding: 25px 27px; line-height: 0px;}
    .woocommerce div.product .product_meta {
    padding: 1.2em 0;
    border-top: 1px solid var(--global-gray-400);
    }
    body.woocommerce div.product .product_meta > span {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--global-palette1);
    }
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--global-palette9);
    background: var(--global-palette2);
    }
    .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {font-weight: 600; font-size: 14px; color: var(--global-palette1);}
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {color: var(--global-palette9);}
    .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {padding: 11px 27px; text-align: center; background-color: var(--global-palette9); text-transform: uppercase;}
    body.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0;}
    body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {margin: 0;}
    .woocommerce-tabs.wc-tabs-wrapper, .woocommerce .up-sells.products {padding: 1.5em 0 2em;}
    .woocommerce #reviews #review_form .comment-reply-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    }
    body.woocommerce div.product form.cart .group_table td:first-child {width: auto; text-align: center; min-width: 118px;}
    body.woocommerce div.product .woocommerce-tabs ul.tabs li {border: 1px solid var(--global-gray-400); color: var(--global-palette3); background: var(--global-palette9);}
    .woocommerce div.product form.cart .variations select {border-radius: 0; margin: 6px 0; padding: 8px;}
    .woocommerce div.product form.cart .variations label {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    clear: both;
    margin: 9px 0 0;
    text-align: left;
    vertical-align: middle;
    }
    /*Related*/
    .single .entry-related .loop-entry .entry-header .entry-title {
		color: var(--global-palette1);
		font-size: 18px;
		text-transform: capitalize;
		margin-block-start: 0;
	}
    .cross-sells > h2, .single.woocommerce section.products > h2, .site .entry-related h2, .elementor-tabs .elementor-tab-title, .cms_banner .elementor-column, .cms_banner .elementor-section {
    text-align: center;
    }
    .entry-related .entry-related-title {margin-block: 0.8em 1.1em;}
    body .entry-related-inner-content {padding-bottom: 8em;}
    body .entry-related-carousel .entry-summary, body .entry-related-carousel .entry-footer, body .entry-related-carousel .entry-taxonomies {display: block;}
    .entry-related .entry-content-wrap .entry-summary p {
    color: var(--global-palette1);
    margin-block-end: 0;
    margin-block-start: 10px;
    }
    body .entry-related-inner-content .carousel-item {
    padding-block-end: 5px;
    }
    /*Blog*/    
    .entry-related-inner .loop-entry .entry-content-wrap {
    padding: 30px;
    }
    .widget .wp-block-latest-posts__featured-image.alignleft {
    margin-inline: 0 1em;
    }
    #blog-posts-products {
    margin: 0 -25px;
    }
    #blog-posts-products .item.container.blog {
        margin: 25px;
    }
    .blog .container-inner.entry.loop-entry.type-post, .site .post-archive article {
        position: relative;
        display: flex;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    }
    body .site .post-archive article .entry-summary{margin-bottom: 2em;}
    .site .blog .post-thumbnail, .site article .post-thumbnail {
        width: 100%;
        display: flex;
        padding-bottom: 0;
        height: 324px;
        flex: 1;
    }
    .blog .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link,body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
        color: var(--e-global-color-thebase2);
        font-size: 14px;
        font-weight: 600;
        background: var(--e-global-color-thebase2);
        color: var(--e-global-color-thebase9);
        border-radius: 50px;
        padding: 15px 30px;
    }
	.blog .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:hover ,body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:hover{
		background: var(--e-global-color-thebase1);
	}
    .blog .loop-entry .entry-content-wrap,body .loop-entry .entry-content-wrap {
        position: relative;
        margin: 0;
        width: auto;
        flex: 1;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06);
        padding-block: 35px;
        padding-inline: 50px 25px;
		max-height: 324px;
    }
    .blog .entry-header, .search .entry-header, .entry-related-inner .entry-header {margin-block: 0 1em;}
    #blog-posts-products .blog .entry-header{margin-block: 0 2.3em;}
    .blog .loop-entry .entry-header .entry-meta, .search .loop-entry .entry-header .entry-meta, .entry-related-inner .loop-entry .entry-header .entry-meta {
    margin-block: 0px 10px;
    }
    .blog .loop-entry.type-post h2.entry-title, .search-results .loop-entry h2.entry-title, .entry-related-inner .loop-entry.type-post h2.entry-title, .single .loop-entry .entry-header .entry-title {
    margin-block: 20px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    /*single-blog*/
    .single.single-post #comment {border: 0;}
    body .single-entry .entry-tags a.tag-link {
		border: 1px solid var(--global-palette2);
		background: var(--global-palette-btn-bg);
		color: var(--e-global-color-thebase9);
		border-radius: 25px;
		text-transform: uppercase;
		font-family: var(--global-heading-font-family);
		font-weight: 500;
    }
    .comment-list #cancel-comment-reply-link {
    color: var(--global-palette2);
    }
    .single-post .entry-author-style-center .entry-author-avatar::before, .single-post .entry-author-style-center .entry-author-avatar::after {
    background: var(--global-gray-400);
    }
    .single-post .entry-author-style-center .entry-author-avatar img {
    background-color: var(--global-palette1);
    }
    .single-post .comment-reply-link {
		color: var(--global-palette3);
		border: 1px solid var(--global-palette3);
		border-radius: 25px;
		text-transform: uppercase;
		font-family: var(--global-heading-font-family);
		font-weight: 500;
    }
    .single-post .comment-reply-link:hover, .comment-reply-link:focus {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border-color: var(--global-palette2);
    }
    .comment-list .comment-body {border-bottom: 1px solid var(--global-gray-400);}
    .comments-area .comment-respond {padding: 4em; background-color: var(--global-palette9); box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06); margin-block: 4em;}
    .comment-navigation .nav-links, .post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-block-end: var(--global-sm-spacing);
    }
    .content-wrap .entry-author {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--global-gray-400);
    padding-block-end: 30px;
    margin-block-end: 0;
    }
    /*cart*/
    .single-content .cart_totals h2 {font-size: 34px; font-weight: 600; color: var(--global-palette1);}
    .site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {padding-block: 20px; border-left: 0; border-right: 0; border-bottom: 0;}
    .cart-summary {display: none;}
    #add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {background: var(--global-palette7); padding: 30px;}
    #add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border: 0;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
    border-top: 1px solid var(--global-gray-400);
    }
    .checkout-button.button.alt.wc-forward {margin: 0;}
    body.woocommerce-cart table.cart .product-name a, body.woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {
    color: var(--global-palette1);
    }
    body.woocommerce-cart table.cart td.actions .button:disabled, body.woocommerce-checkout table.cart td.actions .button:disabled, #add_payment_method table.cart td.actions .button:disabled {
    color: var(--global-palette1);
    }
    body .entry-tags a.tag-link, .woocommerce div.product form.cart div.quantity, .product-quantity .quantity.spinners-added, .product-quantity .quantity.spinners-added:hover, .woocommerce table.shop_table {border: 1px solid var(--global-gray-400);}
    /*checkout*/
    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {margin-bottom: 30px;}
    .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.register .form-row-first, .woocommerce form.register .form-row-last {float: none;}
    .woocommerce-checkout .woocommerce form .form-row {margin: 0 0 1.5em;}
    body form.checkout.woocommerce-checkout .col2-set {background: var(--global-palette9); padding: var(--global-md-spacing); box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.06);}
    .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-last {float: none;}
    .woocommerce-page .content-bg .woocommerce-grouped-product-list-item {display: flex;}
    body .woocommerce form.checkout_coupon {border-radius: 0; border: 2px dashed var(--global-gray-400);}
    .woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {width: 50%;}
    body .select2-container--default .select2-selection--single {height: 50px; border-radius: 0; border: 0;}
    body ::placeholder {color: var(--global-palette3);}
    body .select2-container--default .select2-selection--single .select2-selection__placeholder, body .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: var(--global-gray-500);
        padding-inline: 10px;
        overflow: hidden;
        color: var(--global-palette4);
        line-height: 50px;
    }
    body .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: var(--global-palette4) transparent transparent transparent;}
    /*myaccount*/
    .entry-content-wrap .woocommerce form .form-row label, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
        font-weight: 600;
        font-size: 15px;
        color: var(--global-palette1);
        text-transform: capitalize;
    }
    .woocommerce-form.woocommerce-form-login.login, body .woocommerce form.register {border: none; border-radius: 0; padding: 30px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); margin-top: 30px;}
    #customer_login h2{font-size: 27px;}
    .woocommerce-privacy-policy-text {margin-block-end: 20px;}
    /*------------------Responsive-------------------*/
@media screen and (max-width: 1366px){
    body .site-middle-footer-inner-wrap {
        grid-column-gap: 45px;
    }
}
@media screen and (max-width: 1200px){
    .progressbar img {margin-inline-end: 20px;}
    .blog .loop-entry .entry-content-wrap {padding-block: 20px; padding-inline: 24px;}
    #blog-posts-products .item.container.blog {margin-inline: 15px;}
    #blog-posts-products {margin: 0 -15px;}
    body .drag-slider .slider-drag {display: none;}
    .drag-slider .foreground-img {display: none;}
    .drag-slider .background-img {
        background-image: url("assets/images/result_yellow_white.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
    }
	.image-text-main {
	gap: 25px;
}
	.image-inner-text {
	padding-block: 0;
}
}  
@media (max-width: 1200px) and (min-width: 1025px){
    /* .appoinment-form form input[type="text"], .appoinment-form form input[type="email"], .appoinment-form form input[type="tel"], .appoinment-form form select, .appoinment-form form input[type="date"] {
        width: 230px;
    } */
}
@media screen and (max-width: 1024px){
    .tab-main-ser .tab-list-container .list-main .list-tab-li:last-child {padding-inline: 0; text-align: center;}
    /*footer toggle*/
    footer .footer-social-wrap .widget-title::before{ display: none;}
    footer .widget-title::before {
        content: "\f107";
        position: absolute;
        right: 0;
        font-family: FontAwesome;
        font-size: 20px;
        top: auto;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 9;
        margin: 0 auto;
        line-height: 20px;
    }
    /* body .site-middle-footer-inner-wrap .widget-area .widget-title {
        margin-block-end: 0;
    } */
    .woocommerce .related.products h2 {
        font-size: 30px;
    }
    .woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
        width: 60%;
    }
    footer .toggled-on .widget-title::before {content: "\f106";}
    footer .wp-block-group .toggled-off > ul, footer .wp-block-group .toggled-off > p, footer .toggled-off form {display: none;}
    .site-middle-footer-inner-wrap .widget-area .widget-title {cursor: pointer; margin-block-end: 20px;}
    .site-footer .widget-area ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    /*sidebar toggle*/
    .thebase-hide-sidebar-btn .thebase-svg-iconset svg {height: auto; width: 1.6em; cursor: pointer;}
    .primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {display: flex; font-size: 0;}
    body .primary-sidebar {
        transform: translateX(-100%);
        width: 320px;
        right: auto;
        left: 0;
        top: 0;
        overflow: auto;
        bottom: 0;
        position: fixed;
        box-shadow: 0 0 2rem 0 rgba(0,0,0,.1);
        display: flex;
        flex-direction: column;
        transition: all .3s ease-in-out;
        z-index: 99999;
        padding-inline: 20px;
        padding-block: 0;
        background-color: var(--global-palette9);
    }
    .tab-main .elementor-widget-tabs .elementor-tab-content {padding: 15px 0;}
    .thebase-show-sidebar-btn .thebase-svg-iconset ,.primary-sidebar .thebase-svg-iconset{
        font-size: 20px;
    }
    body.woocommerce .widget_layered_nav_filters ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px){
	.image-inner {
		display: flex;
		justify-content: center;
	}
	.image-text-main {
		grid-template-columns: auto;
    }
    .woocommerce .related.products h2 {
        font-size: 30px;
    }
    .woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
        width: 100%;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
    }
    #mobile-header .mobile-header-button-wrap {display: none;}
    .comments-area .comment-respond {padding: 2em 2em 1em;}
    body.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper, body.woocommerce div.product .woocommerce-tabs .panel {padding: 0; border: none;}
    .appoinment-form form .text-col-gap {column-count: 1; column-gap: 30px;}
    .appoinment-form form input[type="text"], .appoinment-form form input[type="email"], .appoinment-form form input[type="tel"], .appoinment-form form select, .appoinment-form form input[type="date"] {
        width: 100%;
    }
    .tab-main .tab-main-contain {grid-template-columns: auto;}
    body.woocommerce div.product .woocommerce-tabs ul.tabs li {display: block; text-align: center;}
    body.woocommerce div.product .woocommerce-tabs ul.tabs li {margin-block: 20px;}
}
@media screen and (max-width: 479px){
	.progressbar img {
		margin-inline-end: 20px; 
		margin-block-end: 30px;
	}
	.drag-slider .background-img {	
	min-height: 100px;
	}
	.blog .container-inner.entry.loop-entry.type-post, .site .post-archive article {	
	display: block; 
	}
	.blog .loop-entry .entry-content-wrap {	
	padding-inline: 10px;
    }
    body .woocommerce table.cart td.actions .coupon .button {
        width: 100%;
        margin-top: 10px;
    }
}
    /*-----------------RTL--------------*/
    /*Header*/
    .rtl #search-drawer .drawer-inner input.search-field {	padding: 0.8em 0.8em 0.8em 80px;}
    .rtl #search-drawer .drawer-inner .search-submit[type="submit"] {left: 0; right: auto;}
    .rtl #main-header .header-button::before, .rtl #mobile-header .mobile-header-button::before {
        float: right;
    }
    /* counter */
    .rtl .elementor-counter .elementor-counter-number-suffix {
        text-align: right;
    }
    /* abountus */
    .rtl .elementor .elementor-element.about_text > .elementor-element-populated {
        padding: 0px 74px 0px 0px;
    }
    .rtl .elementor .elementor-element.cmsbanner > .elementor-element-populated ,.rtl .elementor .elementor-element.appoinment-form .elementor-element-populated{
        padding: 0px 70px 0px 0px;
    }
    .rtl .appoinment-form .contact-button {
        float: right;
    }
    .rtl .blog .loop-entry .entry-content-wrap {
        direction: rtl;
    }
    .rtl .elementor-widget-progress {
        text-align: right;
    }
    /* product catalog */
    .rtl select.orderby {
        padding-left: 25px;
        padding-right: 5px;
        background-position: left 0 top 50%;
    }
    .rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
        margin-left: 0em;
        margin-right: 0.5em;
    }
    /* about page */
    .rtl .elementor .elementor-element.faq-list > .elementor-element-populated {
        padding: 0em 4em 0em 0em;
    }
    .rtl .elementor-accordion {
        text-align: right;
    }
    .rtl .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
        float: left;
    }
    /*Sidebar*/
    .rtl .header-search .woocommerce-product-search input[type="submit"], 
    .rtl .header-search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .search-form input[type="submit"], .rtl .widget.widget_product_search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .wp-block-search .wp-block-search__button {right: auto; left: 0;}
    .rtl #primary-sidebar .search-field, footer .search-field, .rtl .page-content .search-field, .rtl .wp-block-search .wp-block-search__input {padding: 10px 15px 10px 45px;}
    .rtl.woocommerce.widget_product_categories > ul li .count, .rtl.woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {left: 0; right: auto;}
    .rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {margin-inline: 0 0.6em;}
    .rtl .woocommerce.widget_price_filter .price_slider_amount .button {float: right;}
    .rtl .price_label {text-align: right;}
    /*Blog*/
    .rtl .widget .wp-block-latest-posts__featured-image.alignleft {float: right;}
    /*Single-Blog*/
    .rtl.single.single-post .title-align-left {text-align: right;}
    .rtl .entry-author-profile {padding-inline-start: 100px;}
    .rtl .entry-author-avatar {position: absolute; left: auto; right: 0;}
    /*portfolio*/
    .rtl .single-entry .cms-portfolio .cms-portfolio .elementor-widget-wrap {padding-inline: 0 5em;}
    /*Footer*/
    .rtl .site-middle-footer-inner-wrap .widget-area .widget-title::after {left: auto; right: 0;}
    @media screen and (max-width: 1366px){
        .rtl .elementor .elementor-element.about_text > .elementor-element-populated {
            padding: 0px 40px 0px 0px;
        }
        .rtl .elementor .elementor-element.cmsbanner > .elementor-element-populated, .rtl .elementor .elementor-element.appoinment-form .elementor-element-populated {
            padding: 0px 40px 0px 0px;
        }
        .rtl .elementor .elementor-element.faq-list > .elementor-element-populated {
            padding: 0em 2em 0em 0em;
        }
    }
    @media screen and (max-width: 1024px){
        .rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {border: 0; border-inline-start: 1px solid rgba(255,255,255,0.1);}
        .rtl .elementor .elementor-element.about_text > .elementor-element-populated {
            padding: 40px 0px 0px 0px;
        }
        .rtl .elementor .elementor-element.cmsbanner > .elementor-element-populated, .rtl .elementor .elementor-element.appoinment-form .elementor-element-populated {
            padding: 40px 0px 0px 0px;
        }
        .rtl footer .widget-title::before {
            left: 0;
            right: auto;
        }
        .rtl .elementor .elementor-element.faq-list > .elementor-element-populated {
            padding: 2em 0em 0em 0em;
        }
    }
}

#rev_slider_1_1_wrapper{
    left: 0px !important;
}