/*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/******************** THE7 THEME ********************/

/* Global */
	/*Menu*/
		.mini-nav li {display: block;}
		.mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {margin: 5px 0px;}
	
	/*Search Box*/
		.content .searchform .submit, .widget .searchform .submit, .widget .searchsubmit {right:auto!important; left:11px;}

	/*Filters*/
		.filter-categories a, .filter-extras>div {padding: 6px 15px !important; margin: 0 3px;}
		.filter-bg-decoration .filter-categories a.act {border-radius: 100px !important;}
		.filter-extras>div>a>i:hover+.filter-popup {font-family: inherit;}

	/*Paginator*/
	 	.filter-categories a, .filter-sorting, .paginator a {border: none;}
		.dt-icon-the7-arrow-0-41:before {content: "\f0271";}
		.paginator:not(.paginator-more-button) a.nav-next:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-next:not(.disabled):hover{transform:translateX(-4px)}
		.dt-icon-the7-arrow-0-42:before {content: "\f0272";}
		.paginator:not(.paginator-more-button) a.nav-prev:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-prev:not(.disabled):hover{transform:translateX(4px)}

/* Blog Page */
	.fancy-date a {left: 10px !important; right: auto !important;}
	.fancy-categories {right: 10px !important; left: auto !important;}
	.vertical-fancy-style .fancy-date .entry-month, .vertical-fancy-style .fancy-date .entry-year, .vertical-fancy-style .fancy-date .entry-date {font-family:inherit; padding:5px;}
	.portfolio-categories>a, .portfolio-categories>span {margin: 0 0 0 6px !important; padding: 0 0 0 9px !important;}
	.blog-shortcode .entry-meta>a:after, .blog-shortcode .entry-meta>span:after {right: auto; left: 0;}

/* Posts */
	.nav-links {direction:ltr;}
	.nav-previous {padding: 0 35px 0 0;margin: 0 0 0 30px;text-align: right;}
	.nav-previous i {right: 0; left: auto;}
	.post-navigation .nav-next {padding: 0 0 0 35px;margin: 0 30px 0 0;text-align: left;}
	.nav-next i {left: 0; right: auto;}
	.icomoon-the7-font-the7-arrow-29-3:before {content: "\f053";}
	.icomoon-the7-font-the7-arrow-29-2:before {content: "\f052";}

/* Posts - Comments */
	.comment-list .comment-body {padding: 20px 20px 10px 20px !important;}
	li.comment, li.pingback {padding: 0px !important;}
	.comment-meta, .comment-reply-link {float: none !important;}
	.reply, .comment-meta, #reply-title small {font-size: 13px !important; line-height: 1.4em !important;}
	.comment-author, .pingback-title {font-size: 16px !important; line-height: 1.6em !important;}
	.comment-author .avatar, .comment-author .rollover {float: right !important;margin: 0px 0px 15px 10px !important;}
	.comment-list .reply {text-align: left !important;}

	#comments .children {margin:0 45px 0 0;}

/* Posts - Sidebar */
	#footer .items-grid .alignleft, #footer .recent-posts .alignleft, #sidebar .items-grid .alignleft, #sidebar .recent-posts .alignleft {margin: 0 0 5px 15px !important;}
	.custom-categories span.item-name {float: right !important;}

/* Elementor Widgets */
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:first-child):before,
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:last-child) {margin: 0 0 0 5px !important;}
	.elementor-widget-the7-breadcrumb .breadcrumbs li {margin: 0px !important; padding: 0px !important;}



/******************** WOOCOEMMERCE ********************/

/* WC Global */
	.cat-item ul, .custom-categories ul {margin:0 20px 0 0;}

/* Single Product Page */
	.product:not(.elementor-location-single) table.variations .reset_variations, .the7-elementor-widget table.variations .reset_variations {right: auto; left: 0;}
	select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {background-position: calc(0% + 10px) center; padding-left: calc(15 px + 15 px );}
	.the7-elementor-widget .product_meta .posted_in, .entry-summary .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .posted_in {padding: 0 0 0 9px; margin: 0 0 5px 6px;}
	.the7-elementor-widget .product_meta .posted_in:after, .entry-summary .product_meta .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {left: 0; right: auto;}
	#page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {border: none;}
	.product:not(.elementor) .woocommerce-tabs .tabs li {margin: 0 40px 0;}
	.product:not(.elementor) .woocommerce-tabs .tabs li:first-child {margin: 0px;}
	.woocommerce-tabs li > a {margin: 0px !important;}

/* Cart Page */
	.checkout-page-title {margin:0 -2000px;}
	.checkout-page-title .checkout-step:after {right: calc(50% + 40px); left: auto;}
	.checkout-page-title .checkout-step:before {right: 0;}
	.woocommerce-cart-wrap .cart-collaterals {margin:0 50px 0 0 !important;}
	.woocommerce-cart-wrap .update-cart-button i {padding: 0 0 0 5px;}

/* Checkout Page */
	.wc-order-review, .wc-side-column {width: 40% !important;}


.photo-scroller .ts-slide, .photo-scroller .ts-cell {direction: rtl;}

/******************** DIGITS ********************/
.digits-login-modal, .digits-login-modal:focus {background: var(--the7-btn-bg-color);padding: 8px 32px;color: #fff;/* box-shadow: 0 5px 20px -5px var(--the7-btn-bg-color); */bottom: 30px;position: relative;} ./*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/******************** THE7 THEME ********************/

/* Global */
	/*Menu*/
		.mini-nav li {display: block;}
		.mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {margin: 5px 0px;}
	
	/*Search Box*/
		.content .searchform .submit, .widget .searchform .submit, .widget .searchsubmit {right:auto!important; left:11px;}

	/*Filters*/
		.filter-categories a, .filter-extras>div {padding: 6px 15px !important; margin: 0 3px;}
		.filter-bg-decoration .filter-categories a.act {border-radius: 100px !important;}
		.filter-extras>div>a>i:hover+.filter-popup {font-family: inherit;}

	/*Paginator*/
	 	.filter-categories a, .filter-sorting, .paginator a {border: none;}
		.dt-icon-the7-arrow-0-41:before {content: "\f0271";}
		.paginator:not(.paginator-more-button) a.nav-next:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-next:not(.disabled):hover{transform:translateX(-4px)}
		.dt-icon-the7-arrow-0-42:before {content: "\f0272";}
		.paginator:not(.paginator-more-button) a.nav-prev:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-prev:not(.disabled):hover{transform:translateX(4px)}

/* Blog Page */
	.fancy-date a {left: 10px !important; right: auto !important;}
	.fancy-categories {right: 10px !important; left: auto !important;}
	.vertical-fancy-style .fancy-date .entry-month, .vertical-fancy-style .fancy-date .entry-year, .vertical-fancy-style .fancy-date .entry-date {font-family:inherit; padding:5px;}
	.portfolio-categories>a, .portfolio-categories>span {margin: 0 0 0 6px !important; padding: 0 0 0 9px !important;}
	.blog-shortcode .entry-meta>a:after, .blog-shortcode .entry-meta>span:after {right: auto; left: 0;}

/* Posts */
	.nav-links {direction:ltr;}
	.nav-previous {padding: 0 35px 0 0;margin: 0 0 0 30px;text-align: right;}
	.nav-previous i {right: 0; left: auto;}
	.post-navigation .nav-next {padding: 0 0 0 35px;margin: 0 30px 0 0;text-align: left;}
	.nav-next i {left: 0; right: auto;}
	.icomoon-the7-font-the7-arrow-29-3:before {content: "\f053";}
	.icomoon-the7-font-the7-arrow-29-2:before {content: "\f052";}

/* Posts - Comments */
	.comment-list .comment-body {padding: 20px 20px 10px 20px !important;}
	li.comment, li.pingback {padding: 0px !important;}
	.comment-meta, .comment-reply-link {float: none !important;}
	.reply, .comment-meta, #reply-title small {font-size: 13px !important; line-height: 1.4em !important;}
	.comment-author, .pingback-title {font-size: 16px !important; line-height: 1.6em !important;}
	.comment-author .avatar, .comment-author .rollover {float: right !important;margin: 0px 0px 15px 10px !important;}
	.comment-list .reply {text-align: left !important;}

	#comments .children {margin:0 45px 0 0;}

/* Posts - Sidebar */
	#footer .items-grid .alignleft, #footer .recent-posts .alignleft, #sidebar .items-grid .alignleft, #sidebar .recent-posts .alignleft {margin: 0 0 5px 15px !important;}
	.custom-categories span.item-name {float: right !important;}

/* Elementor Widgets */
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:first-child):before,
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:last-child) {margin: 0 0 0 5px !important;}
	.elementor-widget-the7-breadcrumb .breadcrumbs li {margin: 0px !important; padding: 0px !important;}



/******************** WOOCOEMMERCE ********************/

/* WC Global */
	.cat-item ul, .custom-categories ul {margin:0 20px 0 0;}

/* Single Product Page */
	.product:not(.elementor-location-single) table.variations .reset_variations, .the7-elementor-widget table.variations .reset_variations {right: auto; left: 0;}
	select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {background-position: calc(0% + 10px) center; padding-left: calc(15 px + 15 px );}
	.the7-elementor-widget .product_meta .posted_in, .entry-summary .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .posted_in {padding: 0 0 0 9px; margin: 0 0 5px 6px;}
	.the7-elementor-widget .product_meta .posted_in:after, .entry-summary .product_meta .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {left: 0; right: auto;}
	#page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {border: none;}
	.product:not(.elementor) .woocommerce-tabs .tabs li {margin: 0 40px 0;}
	.product:not(.elementor) .woocommerce-tabs .tabs li:first-child {margin: 0px;}
	.woocommerce-tabs li > a {margin: 0px !important;}

/* Cart Page */
	.checkout-page-title {margin:0 -2000px;}
	.checkout-page-title .checkout-step:after {right: calc(50% + 40px); left: auto;}
	.checkout-page-title .checkout-step:before {right: 0;}
	.woocommerce-cart-wrap .cart-collaterals {margin:0 50px 0 0 !important;}
	.woocommerce-cart-wrap .update-cart-button i {padding: 0 0 0 5px;}


.photo-scroller .ts-slide, .photo-scroller .ts-cell {direction: rtl;}

/******************** DIGITS ********************/
.digits-login-modal, .digits-login-modal:focus {background: var(--the7-btn-bg-color);padding: 8px 40px;color: #fff;/* box-shadow: 0 5px 20px -5px var(--the7-btn-bg-color); */bottom: 30px;position: relative;} ./*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/******************** THE7 THEME ********************/

/* Global */
	/*Menu*/
		.mini-nav li {display: block;}
		.mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {margin: 5px 0px;}
	
	/*Search Box*/
		.content .searchform .submit, .widget .searchform .submit, .widget .searchsubmit {right:auto!important; left:11px;}

	/*Filters*/
		.filter-categories a, .filter-extras>div {padding: 6px 15px !important; margin: 0 3px;}
		.filter-bg-decoration .filter-categories a.act {border-radius: 100px !important;}
		.filter-extras>div>a>i:hover+.filter-popup {font-family: inherit;}

	/*Paginator*/
	 	.filter-categories a, .filter-sorting, .paginator a {border: none;}
		.dt-icon-the7-arrow-0-41:before {content: "\f0271";}
		.paginator:not(.paginator-more-button) a.nav-next:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-next:not(.disabled):hover{transform:translateX(-4px)}
		.dt-icon-the7-arrow-0-42:before {content: "\f0272";}
		.paginator:not(.paginator-more-button) a.nav-prev:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-prev:not(.disabled):hover{transform:translateX(4px)}

/* Blog Page */
	.fancy-date a {left: 10px !important; right: auto !important;}
	.fancy-categories {right: 10px !important; left: auto !important;}
	.vertical-fancy-style .fancy-date .entry-month, .vertical-fancy-style .fancy-date .entry-year, .vertical-fancy-style .fancy-date .entry-date {font-family:inherit; padding:5px;}
	.portfolio-categories>a, .portfolio-categories>span {margin: 0 0 0 6px !important; padding: 0 0 0 9px !important;}
	.blog-shortcode .entry-meta>a:after, .blog-shortcode .entry-meta>span:after {right: auto; left: 0;}

/* Posts */
	.nav-links {direction:ltr;}
	.nav-previous {padding: 0 35px 0 0;margin: 0 0 0 30px;text-align: right;}
	.nav-previous i {right: 0; left: auto;}
	.post-navigation .nav-next {padding: 0 0 0 35px;margin: 0 30px 0 0;text-align: left;}
	.nav-next i {left: 0; right: auto;}
	.icomoon-the7-font-the7-arrow-29-3:before {content: "\f053";}
	.icomoon-the7-font-the7-arrow-29-2:before {content: "\f052";}

/* Posts - Comments */
	.comment-list .comment-body {padding: 20px 20px 10px 20px !important;}
	li.comment, li.pingback {padding: 0px !important;}
	.comment-meta, .comment-reply-link {float: none !important;}
	.reply, .comment-meta, #reply-title small {font-size: 13px !important; line-height: 1.4em !important;}
	.comment-author, .pingback-title {font-size: 16px !important; line-height: 1.6em !important;}
	.comment-author .avatar, .comment-author .rollover {float: right !important;margin: 0px 0px 15px 10px !important;}
	.comment-list .reply {text-align: left !important;}

	#comments .children {margin:0 45px 0 0;}

/* Posts - Sidebar */
	#footer .items-grid .alignleft, #footer .recent-posts .alignleft, #sidebar .items-grid .alignleft, #sidebar .recent-posts .alignleft {margin: 0 0 5px 15px !important;}
	.custom-categories span.item-name {float: right !important;}

/* Elementor Widgets */
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:first-child):before,
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:last-child) {margin: 0 0 0 5px !important;}
	.elementor-widget-the7-breadcrumb .breadcrumbs li {margin: 0px !important; padding: 0px !important;}



/******************** WOOCOEMMERCE ********************/

/* WC Global */
	.cat-item ul, .custom-categories ul {margin:0 20px 0 0;}

/* Single Product Page */
	.product:not(.elementor-location-single) table.variations .reset_variations, .the7-elementor-widget table.variations .reset_variations {right: auto; left: 0;}
	select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {background-position: calc(0% + 10px) center; padding-left: calc(15 px + 15 px );}
	.the7-elementor-widget .product_meta .posted_in, .entry-summary .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .posted_in {padding: 0 0 0 9px; margin: 0 0 5px 6px;}
	.the7-elementor-widget .product_meta .posted_in:after, .entry-summary .product_meta .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {left: 0; right: auto;}
	#page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {border: none;}
	.product:not(.elementor) .woocommerce-tabs .tabs li {margin: 0 40px 0;}
	.product:not(.elementor) .woocommerce-tabs .tabs li:first-child {margin: 0px;}
	.woocommerce-tabs li > a {margin: 0px !important;}

/* Cart Page */
	.checkout-page-title {margin:0 -2000px;}
	.checkout-page-title .checkout-step:after {right: calc(50% + 40px); left: auto;}
	.checkout-page-title .checkout-step:before {right: 0;}
	.woocommerce-cart-wrap .cart-collaterals {margin:0 50px 0 0 !important;}
	.woocommerce-cart-wrap .update-cart-button i {padding: 0 0 0 5px;}


.photo-scroller .ts-slide, .photo-scroller .ts-cell {direction: rtl;}

/******************** DIGITS ********************/
.digits-login-modal, .digits-login-modal:focus {background: var(--the7-btn-bg-color);padding: 8px 40px;color: #fff;/* box-shadow: 0 5px 20px -5px var(--the7-btn-bg-color); */bottom: 30px;position: relative;} /*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/******************** THE7 THEME ********************/

/* Global */
	/*Menu*/
		.mini-nav li {display: block;}
		.mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {margin: 5px 0px;}
	
	/*Search Box*/
		.content .searchform .submit, .widget .searchform .submit, .widget .searchsubmit {right:auto!important; left:11px;}

	/*Filters*/
		.filter-categories a, .filter-extras>div {padding: 6px 15px !important; margin: 0 3px;}
		.filter-bg-decoration .filter-categories a.act {border-radius: 100px !important;}
		.filter-extras>div>a>i:hover+.filter-popup {font-family: inherit;}

	/*Paginator*/
	 	.filter-categories a, .filter-sorting, .paginator a {border: none;}
		.dt-icon-the7-arrow-0-41:before {content: "\f0271";}
		.paginator:not(.paginator-more-button) a.nav-next:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-next:not(.disabled):hover{transform:translateX(-4px)}
		.dt-icon-the7-arrow-0-42:before {content: "\f0272";}
		.paginator:not(.paginator-more-button) a.nav-prev:not(.disabled):hover,.paginator:not(.paginator-more-button) span.nav-prev:not(.disabled):hover{transform:translateX(4px)}

/* Blog Page */
	.fancy-date a {left: 10px !important; right: auto !important;}
	.fancy-categories {right: 10px !important; left: auto !important;}
	.vertical-fancy-style .fancy-date .entry-month, .vertical-fancy-style .fancy-date .entry-year, .vertical-fancy-style .fancy-date .entry-date {font-family:inherit; padding:5px;}
	.portfolio-categories>a, .portfolio-categories>span {margin: 0 0 0 6px !important; padding: 0 0 0 9px !important;}
	.blog-shortcode .entry-meta>a:after, .blog-shortcode .entry-meta>span:after {right: auto; left: 0;}

/* Posts */
	.nav-links {direction:ltr;}
	.nav-previous {padding: 0 35px 0 0;margin: 0 0 0 30px;text-align: right;}
	.nav-previous i {right: 0; left: auto;}
	.post-navigation .nav-next {padding: 0 0 0 35px;margin: 0 30px 0 0;text-align: left;}
	.nav-next i {left: 0; right: auto;}
	.icomoon-the7-font-the7-arrow-29-3:before {content: "\f053";}
	.icomoon-the7-font-the7-arrow-29-2:before {content: "\f052";}

/* Posts - Comments */
	.comment-list .comment-body {padding: 20px 20px 10px 20px !important;}
	li.comment, li.pingback {padding: 0px !important;}
	.comment-meta, .comment-reply-link {float: none !important;}
	.reply, .comment-meta, #reply-title small {font-size: 13px !important; line-height: 1.4em !important;}
	.comment-author, .pingback-title {font-size: 16px !important; line-height: 1.6em !important;}
	.comment-author .avatar, .comment-author .rollover {float: right !important;margin: 0px 0px 15px 10px !important;}
	.comment-list .reply {text-align: left !important;}

	#comments .children {margin:0 45px 0 0;}

/* Posts - Sidebar */
	#footer .items-grid .alignleft, #footer .recent-posts .alignleft, #sidebar .items-grid .alignleft, #sidebar .recent-posts .alignleft {margin: 0 0 5px 15px !important;}
	.custom-categories span.item-name {float: right !important;}

/* Elementor Widgets */
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:first-child):before,
	.elementor-widget.elementor-widget-the7_elements_carousel .entry-meta .meta-item:not(:last-child) {margin: 0 0 0 5px !important;}
	.elementor-widget-the7-breadcrumb .breadcrumbs li {margin: 0px !important; padding: 0px !important;}



/******************** WOOCOEMMERCE ********************/

/* WC Global */
	.cat-item ul, .custom-categories ul {margin:0 20px 0 0;}

/* Single Product Page */
	.product:not(.elementor-location-single) table.variations .reset_variations, .the7-elementor-widget table.variations .reset_variations {right: auto; left: 0;}
	select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {background-position: calc(0% + 10px) center; padding-left: calc(15 px + 15 px );}
	.the7-elementor-widget .product_meta .posted_in, .entry-summary .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .posted_in {padding: 0 0 0 9px; margin: 0 0 5px 6px;}
	.the7-elementor-widget .product_meta .posted_in:after, .entry-summary .product_meta .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {left: 0; right: auto;}
	#page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #page #content div.product .woocommerce-tabs ul.tabs li {border: none;}
	.product:not(.elementor) .woocommerce-tabs .tabs li {margin: 0 40px 0;}
	.product:not(.elementor) .woocommerce-tabs .tabs li:first-child {margin: 0px;}
	.woocommerce-tabs li > a {margin: 0px !important;}

/* Cart Page */
	.checkout-page-title {margin:0 -2000px;}
	.checkout-page-title .checkout-step:after {right: calc(50% + 40px); left: auto;}
	.checkout-page-title .checkout-step:before {right: 0;}
	.woocommerce-cart-wrap .cart-collaterals {margin:0 50px 0 0 !important;}
	.woocommerce-cart-wrap .update-cart-button i {padding: 0 0 0 5px;}


.photo-scroller .ts-slide, .photo-scroller .ts-cell {direction: rtl;}

/******************** DIGITS ********************/
.digits-login-modal, .digits-login-modal:focus {background: var(--the7-btn-bg-color);padding: 8px 40px;color: #fff;/* box-shadow: 0 5px 20px -5px var(--the7-btn-bg-color); */bottom: 30px;position: relative;}
.digits_site_footer_box {display: none;}
input[type=tel]:not(.elementor-field) {margin-bottom: 0 !Important;}