/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* defaults to import */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* Defaults */
input, a, button, * { outline: none !important; } 
a, a svg { transition: all .4s ease-in-out; }
body input[type=submit] { border: none; } 
img { vertical-align: top; }
.bg-set { background-position: center; background-size: cover; background-repeat: no-repeat; }

body ol, body ul { padding-left: 24px; }
body ol { padding-left: 17px; }
body ol li { padding: 5px 0; }

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover { border-left: none; }

body select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(images/down-arrow.svg); background-position:  right center; background-repeat: no-repeat;  background-size: 36px auto; height: 50px; line-height: 50px; width: 100%; padding: 0 50px 0 20px !important; border: 1px solid #D3D3D3; border-radius: 8px 8px 8px 8px;  } 
body select:focus { border-color: var(--e-global-color-secondary); } 

body .elementor-button-link .elementor-button-content-wrapper span, body .elementor-button-link .elementor-button-content-wrapper svg { display: inline-block; vertical-align: middle; }

body .text-center { text-align: center; }
body .bg-img { background-repeat: no-repeat; background-size: cover; background-position: center; }
body .facetwp-facet { margin: 0; }

@media (max-width: 767px) { 
   body .text-m-center { text-align: center; }
}

.float-left { float: left; }
.w-100 { width: 100%; }
body .gallery-slider img { height: 200px; object-fit: cover; }
.no-result { padding: 40px 0 0; }


/* Gravity Form Customizations */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , body input:not([type="button"]):not([type="submit"])  { padding: 0 20px !important; height: 50px; line-height: 50px; }
body .gform_wrapper input[type=submit] { height: auto !important; }
body .gform_wrapper input[type=checkbox], body .gform_wrapper input[type=radio] { height: auto !important; }

body .gform_wrapper textarea, body textarea { padding: 20px !important; height: 100px !important; }

body .ginput_container_consent { position: relative; padding-left: 25px; font-size: 16px; line-height: 24px; }
body .ginput_container_consent label:before { content: ''; border: 1px solid #E8E5E3; background: #fff; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 2px; }
body .form-white .ginput_container_consent label:before { border-color: #fff; background-color: rgba(255, 255, 255, 0.32); }
body .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-primary); background: url(images/check-icon.svg) no-repeat center center var(--e-global-color-primary);  }
body .form-white .ginput_container_consent input[type=checkbox]:checked + label:before { border-color: var(--e-global-color-secondary); background-color: var(--e-global-color-secondary); }
body .form-white .ginput_container_consent label { color: #fff !important; }
body .ginput_container_consent input { display: none; }
body .ginput_container_consent .gfield_required_text { display: none; }

body .form-white .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , body .form-white input:not([type="button"]):not([type="submit"])  { background: rgba(0,0,0,0); border: none; border-bottom: 1px solid #fff; color: #fff; border-radius: 0; padding: 0 !important; }
body .form-white .gform_wrapper textarea { background: rgba(0,0,0,0); border: none; border-bottom: 1px solid #fff; color: #fff; border-radius: 0; height: 125px; padding: 0 !important; }
body .form-white input[type=submit] { background: #fff; color: #000; border-color: #fff; }
body .form-white input[type=submit]:hover { background: none; color: #fff; }
body .form-white ::-webkit-input-placeholder { color: #fff; }
body .form-white ::-moz-placeholder { color: #fff; }  
body .form-white :-ms-input-placeholder { color: #fff; } 
body .form-white input:-moz-placeholder { color: #fff; }
body .form-white select { background-image: url(images/down-arrow-white.svg); background-color: rgba(0,0,0,0); border: none; border-radius: 0; border-bottom: 1px solid #fff; color: #fff; padding: 0 !important; }
body .form-white select option { color: #000; }

@media (max-width: 767px) { 
   body .gform_footer  { display: block !important; }
}


/* Slick Slider */
 
body .slick-slider { position: relative; }
body .slick-slider.slick-dotted { margin-bottom: 60px; }

body .slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
body .slick-list:focus { outline: none; }
body .slick-list.dragging { cursor: pointer; cursor: hand; }
body .slick-slider .slick-track, body .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
body .slick-track { position: relative; top: 0; left: 0; display: block; }
body .slick-track:before, .slick-track:after { display: table; content: ''; }
body .slick-track:after { clear: both; }
body .slick-loading .slick-track { visibility: hidden; }
body .slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
body .slick-slide.slick-loading img { display: none; }
body .slick-slide.dragging img { pointer-events: none; }
body .slick-initialized .slick-slide { display: block; }
body .slick-loading .slick-slide { visibility: hidden; }
body .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
body .slick-arrow.slick-hidden { display: none; }

body .slick-slider .slick-arrow, body .slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 40px; height: 40px; line-height: 40px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: 1px solid rgba(0,0,0,0) !important; background: var(--e-global-color-primary)  !important; border-radius: 100%; left: 0;  text-align: center; box-shadow: none !important; }  
body .slick-slider .slick-arrow svg path { fill: #fff !important;}
body .slick-slider .slick-arrow.slick-next { left: auto; right: 0; } 
body .slick-slider .slick-arrow:hover { background: #fff !important; color: var(--e-global-color-primary) !important; border-color: var(--e-global-color-primary) !important; } 
body .slick-slider .slick-arrow.slick-disabled, body  .slick-arrow.slick-disabled { display: none; }
body .slick-slider .slick-arrow:hover svg path { fill: var(--e-global-color-primary) !important; }
body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .post-slider .slick-arrow, body .event-slider .slick-arrow { top: -50px; transform: none; left: auto; right: 10px; }
body .post-slider .slick-arrow.slick-prev { left: auto; right: 60px; } 
body .post-slider .slick-list, body .post-slider .slick-track, body .post-slider .slick-slide, body .post-slider .post-b { display: flex; }
body .post-slider .post-b { flex-wrap: wrap; }

@media (min-width: 768px) { 
 
}

@media (max-width: 767px) {  
	body .post-slider, body .event-slider { padding-top: 50px; }
	body .post-slider .slick-arrow.slick-next, body .event-slider .slick-arrow.slick-next { top: 0; right: auto; left: 50%; margin-left: 10px; }
	body .post-slider .slick-arrow.slick-prev, body .event-slider .slick-arrow.slick-prev { top: 0; left: auto; right: 50%; margin-right: 10px; }
}
 
body ul.slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; bottom: -60px; left: 50%; width: auto;  transform: translateX(-50%); line-height: 0; }
body ul.slick-dots li { padding: 0 2px; display: inline-block; }
body ul.slick-dots li button { font-size: 0; width: 15px; height: 4px; padding: 0; border: none; background: #EBEBEB; vertical-align: top; border-radius: 5px; }
body ul.slick-dots li button:hover, body ul.slick-dots li.slick-active button { background: var(--e-global-color-primary); }

/* Facet WP */
.facetwp-pager { text-align: center; }
body .facetwp-facet-pagination .facetwp-page { display: inline-block; width: 62px; height: 62px; line-height: 62px; font-size: 16px; font-weight: 800; color: var(--e-global-color-primary) !important; border: 1px solid var(--e-global-color-primary) ; margin: 10px; vertical-align: middle; border-radius: 100%; }
body .facetwp-facet-pagination .facetwp-page:hover, .facetwp-facet-pagination .facetwp-page.active { background: var(--e-global-color-secondary); color: #fff !important; border-color: var(--e-global-color-secondary); } 
body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { display: inline-block; width: 62px; height: 62px; line-height: 60px; font-weight: 600; font-size: 0; border: 1px solid #8b8b8b; color: var(--e-global-color-primary); text-align: center; }  
body .facetwp-facet-pagination .facetwp-page.next:before, .facetwp-facet-pagination .facetwp-page.prev:before { font-family: 'FontAwesome'; font-size: 20px; }
body .facetwp-facet-pagination .facetwp-page.prev:before { content: "\f104"; } 
body .facetwp-facet-pagination .facetwp-page.next:before { content: "\f105"; }
body .facetwp-facet-pagination .facetwp-page.next:hover, body .facetwp-facet-pagination .facetwp-page.prev:hover { color: #fff; background: var(--e-global-color-secondary); border-color: var(--e-global-color-secondary);  }

body .fs-wrap { width: 100%; vertical-align: top; }
body .fs-label-wrap { background-color: #fff; border: 1px solid #989898; font-size: 16px; border-radius: 6px; }
body .fs-label-wrap .fs-label { padding: 0 60px 0 20px; height: 45px; line-height: 45px; }
body .facetwp-type-fselect { display: flex; }
body .fs-search { display: none; }
body .fs-dropdown { padding: 15px 0; border: none; margin-top: 10px; box-shadow: 0px 3px 10px rgba(168, 168, 168, 0.10);  border: 1px solid #989898; border-radius: 6px; }
body .fs-option:first-child { display: none; }
body .fs-option { padding: 15px 20px; font-size: 14px; }
body .fs-option:hover, .fs-wrap.single .fs-option.selected { background: var(--e-global-color-primary); color: #fff; }
body .fs-arrow { border: none; background: url(images/down-arrow.svg) no-repeat right center/35px auto; width: 35px; height: 10px; transform: none !important; }
body .fs-dropdown .fs-options { max-height: none; }

body .facetwp-icon { display: none; }
body .facetwp-input-wrap { display: block; }
body input.facetwp-search:not([type="button"]):not([type="submit"]) { padding-left: 50px !important; background-image: url(images/search2.svg); background-repeat: no-repeat; background-position: 15px center; border-color: #989898; }
body .facetwp-facet select { background-color: rgba(0,0,0,0); }

body .elementor-button.button-small { font-size: 16px; line-height: 28px; font-weight: 600; padding: 10px 30px; }

body:not(.elementor-page) .content-space { padding: 0 10px; }
body:not(.elementor-page) .content-main { padding: 50px 0; }
body:not(.elementor-page) .content-main > .elementor-container { max-width: 1140px; margin: 0 auto; padding: 0 10px; }

body .elementor-heading-title span { color: var(--e-global-color-primary); }
body .elementor-menu-cart__toggle_button { background: none !important; border: none !important; }

body .text-link a { color: #000; text-decoration: underline; }
body .text-link a:hover { color: var(--e-global-color-accent); text-decoration: none; }

body .newsletter-form .validation_error { display: none; }
body .newsletter-form .gform_footer { margin: 0 !important;  }
body .newsletter-form .gform_footer input[type=submit] { padding: 10px 25px 9px 25px; }
body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { background: rgba(255,255,255,0); }
body .newsletter-form .gform_footer input[type=submit]:hover { background: var( --e-global-color-ef6544c ); }

@media (min-width: 768px) { 
	.newsletter-form form { position: relative; padding-right: 180px; }
	body .newsletter-form .gform_footer { position: absolute; right: 0; width: auto; top: 0; padding: 0 !important; }
}

@media (max-width: 767px) {  
	body .newsletter-form .gform_footer { text-align: center; padding: 15px 0 0 !important; }
}


body .top { position: absolute; top: 0; width: 100%; }

/* Custom Post Customizations {update} */
/* UPDATE COLORS for THEME */
.post-box { padding: 20px 0; }
body .post-box .post-img { width: 100%; position: relative; height: 350px; background: var(--e-global-color-primary); margin-bottom: 10px; border-radius: 20px; }
body .post-img img { vertical-align: top; height: 350px; object-fit: cover; width: 100%; border-radius: 20px; }

.post-box .post-date { position: absolute; right: 10px; top: 10px; font-size: 14px; line-height: 22px; font-weight: 400; padding: 4px 12px; border-radius: 5px; background: #fff; color: #000; }
 
.post-time svg path { fill: var(--e-global-color-secondary); }
.post-time svg { vertical-align: middle; margin-right: 5px; margin-top: -3px; }
body .post-time { padding: 0 0 5px; }
body .post-box a.read-link.elementor-button { padding: 5px 22px; background: none; color: var(--e-global-color-accent); border-width: 1px; }
body .post-box a.read-link.elementor-button:hover { background: var(--e-global-color-accent); color: #fff; }

.post-box .post-content { padding: 10px 0 0; width: 100%; }
body .post-content h4 { font-size: var(--e-global-typography-5b0687a-font-size); line-height: var(--e-global-typography-5b0687a-line-height); font-weight: var(--e-global-typography-5b0687a-font-weight); font-family: var(--e-global-typography-text-font-family); margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #E8E8E8; }
body .post-content h4 a { color: var(--e-global-color-secondary); }
body .post-content h4 a:hover { color: var(--e-global-color-accent); }
body .post-box .post-text { padding: 0 0 15px; color: var(--e-global-color-text); font-size: 16px; line-height: 22px; }
.post-slider .post-box { padding: 15px; }
.post-slider { margin-top: 20px; }

@media (min-width: 768px) { 
	body .post-boxes { margin: 0 -15px; display: flex; flex-wrap: wrap; }
  	body .post-boxes .post-box { padding: 15px; width: 33.33%; display: flex; }   
}

@media (min-width: 768px) and (max-width: 1100px) { 
	body .post-img img, body .post-box .post-img { height: 240px; }
}

@media (max-width: 767px) { 
	body .facetwp-facet-pagination .facetwp-page, body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { width: 42px; height: 42px; line-height: 42px; }
	body .facetwp-facet-pagination .facetwp-page.next, .facetwp-facet-pagination .facetwp-page.prev { line-height: 40px; }
	body .post-img img, body .post-box .post-img { height: 200px; } 
}

body .events-main { padding: 80px 0 140px; }
body .events-main .elementor-container { display: block; padding: 0 10px; }
body #tribe-events-pg-template { max-width: none; padding: 0; margin: 0; }
body .event-dta svg { margin: 0 5px 3px 0; vertical-align: middle; }
body .event-dta svg path { fill: var(--e-global-color-secondary); }

.alignwide.tribe-events-view { margin: 0; }
.tribe-events-c-events-bar__views, body .tribe-events .tribe-events-c-search__input-control-icon-svg { display: none !important; }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control { margin: 0; }
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn.tribe-events-c-search__button, body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { font-size: 0 !important; background: url(images/search2.svg) no-repeat center; border: none; padding: 0; width: auto; width: 60px; height: 50px; position: absolute; left: 0; top: 0; background-size: 24px auto; }
body .tribe-events-c-search__input-control input[type=text].tribe-events-c-search__input { background: none; border-radius: 0; height: 50px; padding: 0 20px 0 60px !important; margin: 0; box-shadow: 0px 8px 15px rgba(168, 168, 168, 0.10) !important; border: none !important; background-color: #fff !important; } 
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar { max-width: 250px; position: relative; margin: 0; }
body .tribe-events .tribe-events-c-nav__next, body .tribe-events .tribe-events-c-nav__prev { color: var(--e-global-color-primary); }
body .tribe-events .tribe-events-c-nav__next:hover, body .tribe-events .tribe-events-c-nav__prev:hover { color: var(--e-global-color-text); }
body .tribe-events .tribe-events-c-events-bar__search-button { padding: 8px 10px 0;}
body .tribe-events .tribe-common-c-btn.tribe-events-c-search__button { margin: 0; }
body .tribe-events .tribe-events-c-events-bar__search-form { position: relative; }

@media (min-width: 768px) { 
	body .event-title-search { display: flex; align-items: center; width: 100%; padding-bottom: 40px; }
	body .event-title { width: 60%; padding-right: 30px; }
	body .event-search { width: 40%; display: flex; justify-content: flex-end; } 
}

@media (max-width: 767px) { 
	body .events-main { padding: 40px 0 80px; }
	body .event-title-search { width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; align-items: center; }
}

body .team-filter .facetwp-radio { display: inline-block; padding-left: 0; margin: 0 10px; color: var(--e-global-color-primary); position: relative; background: none; }
body .team-filter .facetwp-radio:before { display: none; }
body .team-filter .facetwp-radio.checked { padding-left: 30px; color: var(--e-global-color-secondary); }
body .team-filter .facetwp-radio.checked:after { content: ''; position: absolute; left: 0; top: 13px; width: 24px !important; height: 1px !important; background: var(--e-global-color-secondary); border-radius: 0; }
body .team-filter .facetwp-counter { display: none; }

@media (min-width: 768px) { 
    body .team-filter .facetwp-facet { text-align: right; }
}

@media (max-width: 767px) { 
    body .team-filter .facetwp-facet { text-align: center; }
}

body .cat-list { font-size: 0; }
body .cat-list a { border: 1px solid var(--e-global-color-accent); line-height: 20px; padding: 3px 12px; border-radius: 8px; font-size: 14px !important; margin: 2px 5px; display: inline-block !important; } 
body .cat-list a:hover { background: var(--e-global-color-accent); color: #fff; }

body .book-author-name .elementor-heading-title:before { content: ''; position: absolute; left: 0; top: 50%; transform: translatey(50%); width: 25px; height: 1px; background: #fff; }
body .book-author-name .elementor-heading-title { padding-left: 35px; position: relative; }

@media (max-width: 767px) { 
	body .book-author-name .elementor-widget-container { display: flex; justify-content: center; }
}

body:not(.elementor-editor-active) .team-text { opacity: 0; }
body .team-box > div:hover .team-text { opacity: 1; } 
body .uc_ac_box:last-child { border: none !important; }
.content-img img { width: 100%; object-fit: cover; }
body a:hover .content-title svg { transform: translatex(10px); }


@media (max-width: 767px) { 
	body .content-title { text-align: center; }
}

body .elementor-widget-ucaddon_responsive_testemonial_carousel .uc_carousel { padding-bottom: 60px; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .owl-nav .owl-prev, body .elementor-widget-ucaddon_responsive_testemonial_carousel .owl-nav .owl-next { left: 50% !important; top: auto !important; bottom: 0; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .owl-nav .owl-prev { margin-left: -40px !important; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .owl-nav .owl-next { margin-left: 10px !important; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .ue_title:before { content: ''; position: absolute; left: 0; top: 50%; transform: translatey(50%); width: 25px; height: 1px; background: #000; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .ue_title { padding-left: 35px; position: relative; }
body .elementor-widget-ucaddon_responsive_testemonial_carousel .ue_rate { margin-right: 5px; }
body .elementor-post-navigation .post-navigation__arrow-wrapper i { transform: translate(1px,1px) !important; }

@media (max-width: 767px) { 
	body .elementor-widget-ucaddon_responsive_testemonial_carousel .uc_quote_info .uc_author { align-items: center !important; }
}

body.woocommerce ul.products li.product a img { height: 470px; object-fit: cover; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, :root :where(.wp-element-button, .wp-block-button__link) { border-radius: 6px; background: var(--e-global-color-primary); font-weight: 400; border: 2px solid var(--e-global-color-primary); color: #fff !important; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, :root :where(.wp-element-button, .wp-block-button__link):hover { background: none; color: var(--e-global-color-primary) !important; }
.woocommerce .quantity .qty { width: 90px; padding: 0 10px !important; }

body .woocommerce .elementor-swiper-button { height: 40px; width: 40px; border-radius: 100%; top: -60px !important; left: auto !important; right: 0 !important; transform: none !important; display: flex !important; align-items: center; justify-content: center; border: 1px solid var(--e-global-color-accent) !important; }
body .woocommerce .elementor-swiper-button.elementor-swiper-button-prev { right: 50px !important; }
body .woocommerce .elementor-swiper-button svg { width: 16px  !important; }
body .woocommerce .elementor-swiper-button:hover svg path { fill: var(--e-global-color-accent) !important; }

body .loop-item .elementor-widget-image img { height: 460px; object-fit: cover; }
body ul.products li.product .woocommerce-loop-product__title:hover { color: var(--e-global-color-accent); }
body input:not([type="button"]):not([type="submit"]).wc-block-components-quantity-selector__input { padding: 0 2px !important; border: none !important; outline: none !important; }

body .wc-block-checkout__sidebar .wc-block-components-product-name { font-family: var(--e-global-typography-5b0687a-font-family), Sans-serif; font-size: var(--e-global-typography-5b0687a-font-size);  font-weight: var(--e-global-typography-5b0687a-font-weight); line-height: var(--e-global-typography-5b0687a-line-height); }

@media (min-width: 768px) and (max-width: 1100px) { 
	body.woocommerce ul.products li.product a img { height: 460px; }
}

@media (max-width: 767px) { 
    body .woocommerce.elementor-widget-loop-carousel { padding-top: 50px; }
	body .woocommerce .elementor-swiper-button { top: 0 !important; left: 50% !important; right: auto !important; }
	body .woocommerce .elementor-swiper-button.elementor-swiper-button-prev { margin-left: -40px !important; }
	body .woocommerce .elementor-swiper-button.elementor-swiper-button-next { margin-left: 10px !important; }
	body .woocommerce .woocommerce-result-count { width: 100%; text-align: center; }
	body .woocommerce .woocommerce-ordering { width: 100%; }
	body.woocommerce ul.products li.product a img { height: 280px; }
}


@media (max-width: 767px) { 
    body .footer-links ul li, body .footer-links ul li a { display: block; text-align: center; }
}
