@charset "UTF-8";
:root {
--font-heading: "Quicksand", sans-serif;
--font-text: "Lato", sans-serif;
--font-xxs: 12px;
--font-xs: 13px;
--font-sm: 14px;
--font-md: 16px;
--font-lg: 17px;
--font-xl: 19px;
--font-xxl: 58px;
--color-brand: #3BB77E;
--color-brand-dark: #29A56C;
--color-brand-2: #FDC040;
--color-primary: #5a97fa;
--color-secondary: #3e5379;
--color-warning: #ff9900;
--color-danger: #FD6E6E;
--color-success: #81B13D;
--color-info: #2cc1d8;
--color-text: #7E7E7E;
--color-heading: #253D4E;
--color-grey-1: --color-heading;
--color-grey-2: #242424;
--color-grey-4: #adadad;
--color-grey-9: #f4f5f9;
--color-muted: #B6B6B6;
--color-body: #7E7E7E;
--color-1: #fddde4;
--color-2: #cdebbc;
--color-3: #d1e8f2;
--color-4: #cdd4f8;
--color-5: #f6dbf6;
--color-6: #fff2e5;
--color-7: #d77f7a;
--color-8: #63a2c1;
--color-9: #F2FCE4;
--color-10: #FFFCEB;
--color-11: #ECFFEC;
--color-12: #FEEFEA;
--color-13: #FFF3EB;
--color-14: #FFF3FF;
--color-15: #F2FCE4;
--color-hot: #f74b81;
--color-new: #55bb90;
--color-sale: #67bcee;
--color-best: #f59758;
--box-shadown-1: 20px 20px 40px rgba(0,0,0,.07);
--box-shadown-2: 5px 5px 15px rgba(0, 0, 0, 0.05);
--box-shadown-3: 20px 20px 54px rgba(0, 0, 0, 0.03);
--box-shadown-3-hover: 20px 20px 54px rgba(0, 0, 0, 0.05);
--border-color: #ececec;
--border-color-2: #BCE3C9;
--background-1: #F2F3F4;
--background-2: #F4F6FA;
--background-3: #DEF9EC;
}
.border-radius {
border-radius: 4px !important;
}
.border-radius-5 {
border-radius: 5px !important;
}
.border-radius-10 {
border-radius: 10px !important;
}
.border-radius-15 {
border-radius: 15px !important;
}
.border-radius-20 {
border-radius: 20px !important;
} img {
display: block;
height: auto;
max-width: 100%;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.5rem center/18px 20px !important;
}
.page_header_default {
position: relative;
padding: 100px 0px;
background: var(--background-3);
}
.page_header_default .page_header_content {
position: relative;
z-index: 2;
}
.logo_box a {
font-size: 24px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--color-brand);
}
.no-results.not-found {
margin-bottom: 50px;
}
.no-results.not-found form .search-field {
margin-bottom: 10px;
}
.no-results.not-found form input, .no-results.not-found form label, .no-results.not-found form span {
width: 100%;
}
.page-header .archive-header {
background: var(--background-3);
}
.page-header.style_two .left_content {
min-width: 25%;
}
.page-header.style_two .breadcrumbs {
margin-top: 20px;
}
.tags-list a {
margin: 10px 0px;
}
.pg_bg_cover {
position: relative;
overflow: hidden;
}
.pg_bg_cover .d-flex {
justify-content: space-between;
align-items: center;
}
.pg_bg_cover .bakground_cover {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.pg_bg_cover .bakground_cover img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.pg_bg_cover .archive-header {
position: relative;
overflow: hidden;
border-radius: 20px;
}
.pg_bg_cover .archive-header .row {
position: relative;
z-index: 1;
}
.header_contents {
position: relative;
}
.header-bottom .hotline {
min-width: unset;
align-items: center;
}
.header-bottom .hotline img {
opacity: 1;
}
.sticky_header_content {
position: fixed;
visibility: hidden;
opacity: 0;
left: 0;
top: -100%;
width: 100%;
z-index: -1;
background: unset;
transition: top 0.5s ease;
-moz-transition: top 0.5s ease;
-ms-transition: top 0.5s ease;
-o-transition: top 0.5s ease;
}
.sticky_header_content.fixed-header {
top: 0;
opacity: 1;
z-index: 99901;
visibility: visible !important;
}
.sticky_header_default {
overflow: unset !important;
}
.admin-bar .fixed-header .sticky_header_default {
top: 32px;
}
.hotline svg {
width: auto;
opacity: 1 !important;
height: 35px !important;
min-width: auto !important;
max-width: unset !important;
margin-right: 10px;
}
.header-area.header-style-5 .hotline svg path {
fill: #fff;
}
.header-area.header-style-5 .hotline p a {
color: #fff;
} .site-description {
position: relative;
text-indent: -9999px;
height: 0;
line-height: 0;
}
.page_wapper {
position: relative;
overflow: hidden;
}
.menu-item .fi-rs-angle-down {
display: none;
}
@media (min-width: 992px) {
.menu-item.menu-item-has-children > a .fi-rs-angle-down {
display: inline-block;
}
}
.navbar_nav {
padding: 0px;
margin: 0px;
}
.navbar_nav li a {
text-decoration: none;
}
.main-menu nav li:hover > ul.sub-menu {
opacity: 1;
z-index: 99;
margin-left: 0;
margin-top: 0px !important;
z-index: 9999 !important;
visibility: visible;
transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
pointer-events: fill;
}
.main-menu nav li > ul.sub-menu ul.sub-menu {
left: 100%;
top: -20px;
}
.main-menu nav li > ul.sub-menu ul.sub-menu ul.sub-menu {
left: 20px;
top: 10px;
}
.main-menu nav li > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
left: 10px;
top: 10px;
}
.main-menu nav li > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
left: -30px;
top: 10px;
}
a {
cursor: pointer;
} .site-content {
position: relative;
padding: 80px 0px 50px;
}
.page-template-template-homepage .site-content, .sticky_header-template-template-empty .site-content, .page-template-template-boxed .site-content, .page-template-template-fullwidth .site-content, .page-template-template-empty .site-content, .footer-template-template-empty .site-content, .header-template-template-empty .site-content, .mega_menu-template-template-empty-php .site-content {
padding: 0px !important;
}
.dokan-store .site-content {
padding: 80px 0px 50px;
} article .post-thumb {
position: relative;
}
article .post-thumb img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
}
.default_blog_style {
border: 1px solid var(--background-3);
border-radius: 10px;
}
.default_blog_style .post-thumb img {
height: 450px;
}
.theme_carousel .post-thumb img {
height: 300px;
}
.blog_style_one .col-xl-3.col-lg-4.col-md-6.col-sm-6 article .post-thumb img, .blog_style_three .col-xl-3.col-lg-4.col-md-6.col-sm-6 article .post-thumb img {
height: 250px;
}
.blog_style_one .col-xl-4.col-lg-4.col-md-6.col-sm-6 article .post-thumb img, .blog_style_three .col-xl-4.col-lg-4.col-md-6.col-sm-6 article .post-thumb img {
height: 300px;
}
.blog_style_one .col-xl-6.col-lg-6.col-md-6.col-sm-6 article .post-thumb img, .blog_style_three .col-xl-6.col-lg-6.col-md-6.col-sm-6 article .post-thumb img {
height: 350px;
}
.blog_style_one .col-xl-12 article .post-thumb img, .blog_style_three .col-xl-12 article .post-thumb img {
height: 450px;
}
.post-thumb .entry-meta i {
margin-right: 0px !important;
}
.entry-meta div span {
display: inline-block;
}
.entry-meta div span i {
display: none;
}
article.col-lg-12 .post-thumb {
height: 450px;
}
article.col-lg-12 .post-thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.blog_style_three .entry-meta div span i {
display: inline-block;
position: relative;
margin-right: 5px;
top: 1px;
}
.post-title {
word-break: break-word;
}
.blog_style_one .entry-meta i {
margin-right: 5px;
}
.blog_style_one .news_box.has_images .post-thumb img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
height: 300px;
}
.blog_style_three .news_box.has_images .post-thumb img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
height: 450px;
} body.right-sidebar .content-area {
padding-right: 45px;
}
@media (max-width: 992px) {
body.right-sidebar .content-area {
padding-right: calc(var(--bs-gutter-x) / 2);
}
}
.right-sidebar .site-content, .left-sidebar .site-content {
padding: 0 !important;
}
.right-sidebar .content-area, .left-sidebar .content-area {
padding: 80px 15px 50px;
}
.right-sidebar .primary-sidebar, .left-sidebar .primary-sidebar {
padding: 80px 15px 30px;
}
.elementor-widget-container .primary-sidebar {
padding: 0px 0px 0px !important;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
margin: 4px 0 4px 0px !important;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul li {
border-radius: 0px;
border-left: 0px;
border-right: 0px;
padding: 9px 0 0 !important;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul li:last-child {
border-bottom: 0px !important;
margin-bottom: 0px !important;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
line-height: 24px !important;
}
ul.category_cutom li {
position: relative;
line-height: 48px;
padding-right: 50px;
border-radius: 5px;
border: 1px solid var(--background-1);
padding: 9px 18px;
margin: 0 0 15px 0;
justify-content: space-between;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}
ul.category_cutom li:last-child {
margin-bottom: 0 !important;
}
ul.category_cutom li:hover {
border: 1px solid var(--border-color-2);
box-shadow: var(--box-shadown-2);
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}
ul.category_cutom li:hover a {
color: var(--color-brand);
}
ul.category_cutom li a {
padding: 0;
line-height: 1.5;
color: var(--color-heading);
font-size: var(--font-sm);
display: flex;
align-items: center;
}
ul.category_cutom li a:hover {
color: var(--color-brand);
background-color: transparent;
}
ul.category_cutom li a img {
max-width: 30px;
margin-right: 15px;
}
ul.category_cutom .count {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
display: inline-block;
background-color: var(--border-color-2);
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 20px;
font-size: 12px;
color: var(--color-heading);
}
.entry-meta {
position: relative;
}
.entry-meta div span, .entry-meta div a, .entry-meta div div {
font-size: 13px;
line-height: 24px;
color: var(--color-text);
font-weight: 400;
}
.select2-container--default .select2-selection--single {
border: 1px solid var(--border-color);
border-radius: 10px;
height: 64px !important;
line-height: 64px !important;
padding: 0px 35px 0px 20px;
font-size: 14px;
}
.select2-container {
max-width: 100%;
}
.sidebar-widget .wc-block-components-price-slider__range-input-wrapper:before {
background: var(--color-brand) !important;
}
.sidebar-widget .wc-block-components-price-slider__range-input-progress {
background: var(--color-brand-dark) !important;
}
.sidebar-widget input[type=range i]::-webkit-slider-thumb {
-webkit-appearance: none;
cursor: ew-resize;
border-color: var(--color-brand) !important;
}
.sidebar-widget input[type=range i]:hover::-webkit-slider-thumb, .sidebar-widget input[type=range i]:focus::-webkit-slider-thumb {
border-color: var(--color-brand-2) !important;
background: var(--color-brand-2) !important;
}
.sidebar-widget p, .sidebar-widget a, .sidebar-widget li {
font-size: 16px;
line-height: 28px;
}
.sidebar-widget .wp-block-latest-posts li {
margin-bottom: 15px;
}
.sidebar-widget .wp-block-latest-posts li:last-child {
margin-bottom: 0px;
}
.sidebar-widget .wp-block-latest-posts li a {
margin-bottom: 5px;
display: block;
}
.sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
height: 75px;
width: 75px;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
border-radius: 10px;
}
.sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
float: left;
margin-right: 1em !important;
}
.sidebar-widget .calendar_wrap {
overflow: auto !important;
}
.sidebar-widget .wp-calendar-table tr td a {
padding: 0px 10px;
color: #fff;
background: var(--color-brand);
display: block;
width: 100%;
height: 100%;
line-height: 40px;
}
.sidebar-widget .wp-calendar-table tr #today {
background: var(--color-brand);
color: #fff;
}
.sidebar-widget .wp-calendar-table tr #today a {
color: #fff;
background: transparent;
}
.sidebar-widget .wp-calendar-table tr td, .sidebar-widget .wp-calendar-table tr th {
padding: 0px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.sidebar-widget .wp-calendar-table caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--color-text);
text-align: left;
}
.sidebar-widget .widget_search label, .sidebar-widget .widget_search span {
width: 100%;
}
.sidebar-widget .widget_box li {
position: relative;
font-size: 15px;
padding-bottom: 6px;
margin-bottom: 6px;
}
.sidebar-widget .widget_box li a {
font-size: 15px;
line-height: 28px;
font-family: var(--font-heading);
color: var(--color-heading);
font-weight: 500;
float: left;
text-align: left;
}
.sidebar-widget .widget_box li:after {
content: "";
clear: both;
display: table;
}
.sidebar-widget .widget_box li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.sidebar-widget .widget_box ul > li > ul > li, .sidebar-widget .widget_box ol > li > ul > li {
padding-top: 8px;
margin-top: 8px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.sidebar-widget .widget_nav_menu .sub-menu {
padding-left: 5px;
}
.sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
font-size: 15px;
line-height: 28px;
}
.sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__post-author {
margin-bottom: 8px;
display: block;
}
.sidebar-widget .wp-block-latest-posts li a {
font-size: 16px !important;
line-height: 25px !important;
font-weight: 700 !important;
}
.sidebar-widget .widget_recent_entries ul li a {
font-size: 16px !important;
line-height: 25px !important;
font-weight: 700 !important;
}
.sidebar-widget .widget_meta li, .sidebar-widget .widget_recent_comments li, .sidebar-widget .widget_recent_entries li,
.sidebar-widget .widget_pages li, .sidebar-widget .widget_rss li, .sidebar-widget .wp-block-latest-comments li, .sidebar-widget .widget_nav_menu li, .sidebar-widget .wp-block-latest-posts li {
text-align: left;
}
.sidebar-widget .widget_meta li .wp-block-latest-comments__comment-meta, .sidebar-widget .widget_recent_comments li .wp-block-latest-comments__comment-meta, .sidebar-widget .widget_recent_entries li .wp-block-latest-comments__comment-meta,
.sidebar-widget .widget_pages li .wp-block-latest-comments__comment-meta, .sidebar-widget .widget_rss li .wp-block-latest-comments__comment-meta, .sidebar-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta, .sidebar-widget .widget_nav_menu li .wp-block-latest-comments__comment-meta, .sidebar-widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta {
margin-bottom: 0px !important;
}
.sidebar-widget .widget_meta li a, .sidebar-widget .widget_recent_comments li a, .sidebar-widget .widget_recent_entries li a,
.sidebar-widget .widget_pages li a, .sidebar-widget .widget_rss li a, .sidebar-widget .wp-block-latest-comments li a, .sidebar-widget .widget_nav_menu li a, .sidebar-widget .wp-block-latest-posts li a {
float: none;
padding: 0px 0px;
}
.sidebar-widget .widget_meta li:last-child, .sidebar-widget .widget_recent_comments li:last-child, .sidebar-widget .widget_recent_entries li:last-child,
.sidebar-widget .widget_pages li:last-child, .sidebar-widget .widget_rss li:last-child, .sidebar-widget .wp-block-latest-comments li:last-child, .sidebar-widget .widget_nav_menu li:last-child, .sidebar-widget .wp-block-latest-posts li:last-child {
padding-bottom: 0px;
}
.sidebar-widget .widget_meta li.recentcomments .comment-author-link, .sidebar-widget .widget_recent_comments li.recentcomments .comment-author-link, .sidebar-widget .widget_recent_entries li.recentcomments .comment-author-link,
.sidebar-widget .widget_pages li.recentcomments .comment-author-link, .sidebar-widget .widget_rss li.recentcomments .comment-author-link, .sidebar-widget .wp-block-latest-comments li.recentcomments .comment-author-link, .sidebar-widget .widget_nav_menu li.recentcomments .comment-author-link, .sidebar-widget .wp-block-latest-posts li.recentcomments .comment-author-link {
color: var(--color-brand);
font-family: var(--font-heading);
font-size: 16px;
line-height: normal;
font-weight: 500;
}
.sidebar-widget .widget_meta li.recentcomments .comment-author-link a, .sidebar-widget .widget_recent_comments li.recentcomments .comment-author-link a, .sidebar-widget .widget_recent_entries li.recentcomments .comment-author-link a,
.sidebar-widget .widget_pages li.recentcomments .comment-author-link a, .sidebar-widget .widget_rss li.recentcomments .comment-author-link a, .sidebar-widget .wp-block-latest-comments li.recentcomments .comment-author-link a, .sidebar-widget .widget_nav_menu li.recentcomments .comment-author-link a, .sidebar-widget .wp-block-latest-posts li.recentcomments .comment-author-link a {
color: var(--color-brand);
padding-left: 0px;
}
.sidebar-widget .widget_meta li.recentcomments a, .sidebar-widget .widget_recent_comments li.recentcomments a, .sidebar-widget .widget_recent_entries li.recentcomments a,
.sidebar-widget .widget_pages li.recentcomments a, .sidebar-widget .widget_rss li.recentcomments a, .sidebar-widget .wp-block-latest-comments li.recentcomments a, .sidebar-widget .widget_nav_menu li.recentcomments a, .sidebar-widget .wp-block-latest-posts li.recentcomments a {
padding-left: 5px;
}
.sidebar-widget .widget_rss a {
margin-bottom: 8px;
font-size: 18px !important;
font-family: var(--font-heading);
color: var(--color-heading);
line-height: 26px !important;
font-weight: 700 !important;
text-transform: none !important;
display: block;
}
.sidebar-widget .widget_rss .rssSummary {
font-size: 15px !important;
line-height: 28px;
}
.sidebar-widget .widget_rss cite {
font-size: 16px !important;
font-family: var(--font-heading);
color: var(--color-heading);
line-height: 26px !important;
font-weight: 600;
text-transform: none !important;
display: block;
margin-top: 8px;
}
.sidebar-widget .widget_categories li.cat-item a {
padding: 0px;
}
.sidebar-widget .widget_categories li.cat-item:last-child {
padding-bottom: 0px;
}
.sidebar-widget .editor-styles-wrapper .wc-block-components-checkbox, .sidebar-widget .wc-block-components-checkbox {
margin-top: 9px !important;
}
.sidebar-widget .widget-title, .sidebar-widget .widgettitle, .sidebar-widget .wc-block-stock-filter__title, .sidebar-widget .wc-block-price-filter__title {
position: relative;
border-bottom: 1px solid var(--border-color);
padding-bottom: 20px;
font-size: 24px;
margin-bottom: 30px;
}
.sidebar-widget .widget-title a, .sidebar-widget .widgettitle a, .sidebar-widget .wc-block-stock-filter__title a, .sidebar-widget .wc-block-price-filter__title a {
font-size: 24px !important;
display: inline-block;
color: var(--color-heading);
}
.sidebar-widget .widget-title::after, .sidebar-widget .widgettitle::after, .sidebar-widget .wc-block-stock-filter__title::after, .sidebar-widget .wc-block-price-filter__title::after {
content: "";
width: 80px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--border-color-2);
}
.sidebar-widget .wp-block-group__inner-container > h2, .sidebar-widget .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper > h2 {
position: relative;
border-bottom: 1px solid var(--border-color);
padding-bottom: 20px;
font-size: 24px;
margin-bottom: 30px;
}
.sidebar-widget .wp-block-group__inner-container > h2::after, .sidebar-widget .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper > h2::after {
content: "";
width: 80px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--border-color-2);
}
.sidebar-widget .wc-block-stock-filter, .sidebar-widget .wc-block-attribute-filter, .sidebar-widget .wc-block-active-filters {
margin: 0px;
}
.sidebar-widget .wc-block-stock-filter__actions {
margin: 0px;
}
.sidebar-widget .wc-block-active-filters__list li {
display: inline-block;
padding-right: 15px;
margin: 0px;
}
.sidebar-widget .wc-block-active-filters__list li span {
line-height: 20px;
color: var(--color-heading);
font-family: var(--font-heading);
font-weight: 600;
margin: 0px;
}
.sidebar-widget .wc-block-active-filters__list li ul {
margin: 0px;
padding: 0px;
}
.sidebar-widget .wc-block-active-filters__list li ul li {
margin: 0px !important;
padding: 0px;
}
.sidebar-widget .wc-block-active-filters__list li:last-child {
padding-right: 0px;
}
.sidebar-widget .wc-block-components-filter-reset-button, .sidebar-widget .wc-block-active-filters__clear-all {
position: absolute;
background: var(--color-brand-2);
padding: 2px 15px;
line-height: 20px;
color: var(--color-heading);
font-family: var(--font-heading);
font-weight: 600;
border-radius: 5px;
top: 0;
right: 0;
}
.sidebar-widget .widget_rss ul li {
margin-bottom: 12px;
}
.sidebar-widget .widget_rss ul li .rss-date {
margin-bottom: 8px;
display: block;
}
.sidebar-widget .widget_rss ul li:last-child {
padding-bottom: 0px;
}
.sidebar-widget .widget_products, .sidebar-widget .widget_top_rated_products {
position: relative;
}
.sidebar-widget .widget_products .product_list_widget li, .sidebar-widget .widget_top_rated_products .product_list_widget li {
padding: 0px 0px 0px 25%;
position: relative;
margin-bottom: 15px;
}
.sidebar-widget .widget_products .product_list_widget li a, .sidebar-widget .widget_top_rated_products .product_list_widget li a {
float: unset !important;
}
.sidebar-widget .widget_products .product_list_widget li a img, .sidebar-widget .widget_top_rated_products .product_list_widget li a img {
position: absolute;
height: auto;
float: unset !important;
margin-left: 0px !important;
width: 25%;
left: 0;
padding-right: 10px;
top: 0;
}
.sidebar-widget .widget_products .product_list_widget li a .product-title, .sidebar-widget .widget_top_rated_products .product_list_widget li a .product-title {
position: relative;
display: block;
padding: 0px 0px 5px 0px;
font-size: 15px;
line-height: 22px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--color-heading);
}
.sidebar-widget .widget_products .product_list_widget li del, .sidebar-widget .widget_top_rated_products .product_list_widget li del {
text-decoration-color: var(--color-muted);
}
.sidebar-widget .widget_products .product_list_widget li .star-rating, .sidebar-widget .widget_top_rated_products .product_list_widget li .star-rating {
position: relative;
margin-bottom: 10px;
width: 4.1em !important;
}
.sidebar-widget .widget_products .product_list_widget li .star-rating::before, .sidebar-widget .widget_top_rated_products .product_list_widget li .star-rating::before {
font-size: 11px !important;
}
.sidebar-widget .widget_products .product_list_widget li .star-rating span::before, .sidebar-widget .widget_top_rated_products .product_list_widget li .star-rating span::before {
font-size: 11px !important;
color: var(--color-brand-2);
}
.sidebar-widget .widget_products .product_list_widget li ins, .sidebar-widget .widget_products .product_list_widget li del, .sidebar-widget .widget_top_rated_products .product_list_widget li ins, .sidebar-widget .widget_top_rated_products .product_list_widget li del {
padding-right: 6px;
}
.sidebar-widget .widget_products .product_list_widget li ins span, .sidebar-widget .widget_products .product_list_widget li del span, .sidebar-widget .widget_top_rated_products .product_list_widget li ins span, .sidebar-widget .widget_top_rated_products .product_list_widget li del span {
font-size: 14px;
line-height: 25px;
font-weight: 400;
color: var(--color-muted);
}
.sidebar-widget .widget_products .product_list_widget li ins, .sidebar-widget .widget_top_rated_products .product_list_widget li ins {
text-decoration: unset;
}
.sidebar-widget .widget_products .product_list_widget li ins span, .sidebar-widget .widget_top_rated_products .product_list_widget li ins span {
font-size: 16px;
font-family: var(--font-heading);
font-weight: 700;
color: var(--color-brand);
}
.sidebar-widget .wc-block-featured-product, .sidebar-widget .wc-block-featured-category {
min-height: unset !important;
overflow: hidden;
border-radius: 10px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper {
display: block;
text-align: center;
padding: 30px 15px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper .background-dim__overlay, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper .background-dim__overlay, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper .background-dim__overlay, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper .background-dim__overlay {
position: absolute;
top: 0;
background-color: var(--color-heading) !important;
z-index: 1;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper .background-dim__overlay::before, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper .background-dim__overlay::before, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper .background-dim__overlay::before, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper .background-dim__overlay::before {
display: none;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper h2, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper h2, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper h2, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper h2 {
position: relative;
font-size: 20px;
line-height: 30px;
color: #fff;
z-index: 3;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper .wp-block-button a, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper .wp-block-button a, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper .wp-block-button a, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper .wp-block-button a {
border-radius: 5px;
background: var(--color-brand);
color: #fff;
font-weight: 600;
font-size: 15px;
font-family: var(--font-heading);
padding: 5px 20px;
line-height: 28px;
margin-top: 15px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper .wc-block-featured-category__link div, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-category__link div, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link div, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper .wc-block-featured-category__link div {
padding: 0px 0px 0px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper div, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper div, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper div, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper div {
padding: 0px 0px 10px;
position: relative;
z-index: 3;
color: #fff;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper div p, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper div p, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper div p, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper div p {
margin-bottom: 10px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper div del, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper div del, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper div del, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper div del {
opacity: 0.7;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper div ins, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper div ins, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper div ins, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper div ins {
text-decoration-color: var(--color-brand);
padding-left: 5px;
}
.sidebar-widget .wc-block-featured-product .wc-block-featured-category__wrapper div ins span, .sidebar-widget .wc-block-featured-product .wc-block-featured-product__wrapper div ins span, .sidebar-widget .wc-block-featured-category .wc-block-featured-category__wrapper div ins span, .sidebar-widget .wc-block-featured-category .wc-block-featured-product__wrapper div ins span {
font-family: var(--font-heading);
font-weight: 700;
font-size: 20px;
color: var(--color-brand);
}
.sidebar-widget .wc-block-grid__products {
margin: 0px !important;
}
.sidebar-widget .wc-block-grid__product {
width: 100%;
flex: unset !important;
max-width: 100% !important;
position: relative;
border: 0px !important;
margin-bottom: 20px !important;
}
.sidebar-widget .wc-block-grid__product:last-child {
margin-bottom: 0px !important;
}
.sidebar-widget .wc-block-grid__product a {
float: none !important;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-image {
width: 19%;
float: left;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-image img {
width: 50px;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-title {
text-align: left;
margin-left: 21%;
margin-bottom: 5px;
font-size: 15px;
line-height: 23px;
font-family: var(--font-heading);
color: var(--color-heading);
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-onsale {
position: absolute;
top: 54px;
left: 0;
font-size: 10px;
background: var(--background-1);
border: 0px;
padding: 0px 10px;
line-height: 20px;
color: var(--color-heading);
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-price {
margin-left: 21%;
margin-right: unset;
text-align: left;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-price del {
text-decoration-color: var(--color-muted);
padding-right: 5px;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-price del span {
font-size: 14px;
line-height: 25px;
font-weight: 400;
color: var(--color-muted);
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-price ins {
text-decoration: unset;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-price ins span {
font-size: 16px;
font-family: var(--font-heading);
font-weight: 700;
color: var(--color-brand);
}
.sidebar-widget .wc-block-grid__product .wp-block-button {
margin-top: 10px;
border-top: 1px solid var(--border-color);
margin-right: unset;
text-align: left;
padding-top: 10px;
position: relative;
margin: 0px;
}
.sidebar-widget .wc-block-grid__product .wp-block-button a {
padding: 5px 16px;
background: var(--color-brand);
font-size: 12px;
font-weight: 600;
color: #fff;
border-radius: 5px;
line-height: normal;
font-family: var(--font-heading);
}
.sidebar-widget .wc-block-grid__product .wp-block-button .added_to_cart {
display: none;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-rating {
position: absolute;
bottom: 9px;
right: 0;
margin: 0px;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
width: 4.1em !important;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-rating .star-rating::before {
font-size: 11px !important;
}
.sidebar-widget .wc-block-grid__product .wc-block-grid__product-rating .star-rating span::before {
font-size: 11px !important;
color: var(--color-brand-2);
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item {
position: relative;
margin-bottom: 15px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item:last-child, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item:last-child, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item:last-child {
margin-bottom: 0px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__meta, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__meta, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__meta {
position: relative;
padding-left: 6px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__info, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__info {
margin-bottom: 10px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__image, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__image, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__image {
min-width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__image img, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__image img, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__text p, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__text p, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__text p {
line-height: 22px;
font-size: 15px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__product a, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__product a, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__product a {
font-size: 15px;
line-height: 22px;
font-weight: 700;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-components-review-list-item__rating, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-components-review-list-item__rating, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-components-review-list-item__rating {
margin-bottom: 10px;
margin-top: 6px;
font-size: 12px;
}
.sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__author, .sidebar-widget .wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__item .wc-block-review-list-item__published-date, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__author, .sidebar-widget .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__published-date, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__author, .sidebar-widget .wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__item .wc-block-review-list-item__published-date {
font-size: 13px;
line-height: 21px;
display: inline-block;
margin-bottom: 0px;
width: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background: var(--color-brand);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: var(--background-3);
}
.price_slider_wrapper .price_slider_amount button {
display: inline-block;
border: 1px solid transparent;
font-size: 12px !important;
font-weight: 700 !important;
padding: 12px 30px;
border-radius: 4px;
color: #fff;
border: 1px solid transparent;
background-color: var(--color-brand);
cursor: pointer;
transition: all 300ms linear 0s;
letter-spacing: 0.5px;
font-family: var(--font-heading);
}
.price_slider_wrapper .price_slider_amount button:before {
position: relative;
content: "\f18a";
font-family: "uicons-regular-straight" !important;
left: 0;
top: 0;
bottom: 0;
height: 12px;
margin: auto;
font-size: 12px;
margin-right: 5px;
}
.price_slider_wrapper .price_slider_amount button:hover {
background-color: var(--color-brand-2) !important;
padding: 12px 35px;
color: #fff;
}
.price_slider_wrapper .price_slider_amount .price_label {
font-weight: 600;
font-family: var(--font-heading);
font-size: 14px;
color: var(--color-heading);
padding-left: 0;
}
.widget_rating_filter .wc-layered-nav-rating {
position: relative;
margin-bottom: 10px;
}
.widget_rating_filter .wc-layered-nav-rating a {
display: block;
text-align: right;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
float: left !important;
margin: 5px 0px 0px 0px;
}
.wp-block-latest-posts li a {
font-size: 16px;
line-height: 26px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--color-heading);
}
.wp-block-latest-posts__post-author {
font-family: var(--font-heading);
color: var(--color-brand);
font-weight: 500;
line-height: 24px;
font-size: 14px;
}
.wp-block-latest-posts__post-date {
font-family: var(--font-heading);
color: var(--color-text);
font-weight: 500;
line-height: 24px;
font-size: 14px;
}
.sidebar-widget .widget_box.nest_widget_shop_entries {
position: relative;
padding: unset;
border: unset;
border-radius: unset;
box-shadow: unset;
}
.elementor-widget-container .sidebar-widget {
margin-bottom: 30px !important;
}
.sidebar-widget .wc-block-price-slider .wc-block-price-filter__controls input {
height: unset !important;
padding: 5px 15px;
border: 1px solid var(--border-color) !important;
max-width: 100px;
text-align: center;
font-size: 14px;
color: var(--color-text);
}
.sidebar-widget .widget.widget_search {
padding: 0px;
background: transparent;
border-radius: 0px;
border: 0px;
box-shadow: unset;
}
.sidebar-widget .widget.widget_search .wp-block-search__label {
position: relative;
display: block;
font-size: 18px;
font-family: var(--font-heading);
font-weight: 700;
color: var(--color-heading);
line-height: 28px;
}
.sidebar-widget .widget.widget_search .wp-block-search__input {
min-width: 100%;
border-radius: 10px;
padding: 10px 20px;
height: 54px;
padding: 0px 20px;
}
.sidebar-widget .widget.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
position: relative;
padding: 0px !important;
border: 0px !important;
}
.sidebar-widget .widget.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 0px 20px;
font-size: 14px;
font-weight: 600;
color: white;
background: var(--color-brand);
font-family: var(--font-heading);
}
.sidebar-widget .widget.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
position: relative;
padding: 0px !important;
border: 0px !important;
}
.sidebar-widget .widget.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
position: absolute;
right: 0;
top: 0;
min-width: 20%;
bottom: 0;
padding: 0px 20px;
font-size: 14px;
font-weight: 600;
color: white;
background: var(--color-brand);
font-family: var(--font-heading);
}
.sidebar-widget .widget.widget_search .wp-block-search__no-button .wp-block-search__inside-wrapper {
position: relative;
}
.sidebar-widget .widget.widget_search .wp-block-search__no-button .wp-block-search__inside-wrapper::before {
position: absolute;
content: "\f207";
font-family: "uicons-regular-straight" !important;
font-size: 20px;
right: 20px;
top: -4px;
bottom: 0;
width: 20px;
height: 20px;
margin: auto;
color: var(--color-heading);
}
.sidebar-widget .wp-calendar-table tr th {
color: var(--color-heading);
}
.wp-block-latest-comments {
position: relative;
padding-left: 0px;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment:last-child {
margin-bottom: 0px;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
position: relative;
margin-bottom: 10px;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
font-size: 16px;
line-height: 26px;
font-weight: 700 !important;
color: var(--color-heading);
font-family: var(--font-heading);
}
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-family: var(--font-heading);
color: var(--color-brand);
font-weight: 500;
line-height: 24px;
font-size: 14px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
font-size: 15px !important;
}
.widget_block ul.wp-block-categories, .widget_block ul.wp-block-archives {
position: relative;
}
.widget_block ul.wp-block-categories li, .widget_block ul.wp-block-archives li {
text-align: right;
margin-bottom: 10px;
}
.widget_block ul.wp-block-categories li a, .widget_block ul.wp-block-archives li a {
font-size: 16px;
line-height: 26px;
font-family: var(--font-heading);
color: var(--color-text);
font-weight: 500;
float: left;
}
.widget_block ul.wp-block-categories li:last-child, .widget_block ul.wp-block-archives li:last-child {
margin-bottom: 0px;
}
.widget ul li::after {
content: "";
clear: both;
display: table;
}
.wp-block-tag-cloud a, .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
background-color: #fff;
display: inline-block;
position: relative;
border-radius: 30px;
box-shadow: var(--box-shadown-2);
padding: 4px 16px 4px 30px !important;
font-family: var(--font-heading);
font-weight: 600;
border: 1px solid var(--border-color) !important;
text-transform: capitalize;
margin: 0px 5px 5px 0px;
font-size: 15px !important;
transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-moz-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-ms-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-o-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.wp-block-tag-cloud a::before, .widget_tag_cloud .tagcloud a::before, .widget_product_tag_cloud .tagcloud a::before {
color: var(--color-muted);
font-size: 10px;
position: absolute;
content: "\f15d";
font-family: "uicons-regular-straight" !important;
top: -1px;
left: 15px;
bottom: 0;
margin: auto;
height: 20px;
width: 12px;
line-height: 22px;
}
.wp-block-tag-cloud a:hover, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-moz-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-ms-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
-o-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.wp-block-tag-cloud.is-style-outline {
gap: 0.8ch !important;
}
.side_bar .wc-block-product-categories {
margin-bottom: 0px !important;
}
.wc-block-product-categories-list li {
margin-bottom: 0px !important;
}
.wc-block-product-categories-list li .menu-expand {
position: absolute;
top: 13px;
right: 40px;
width: 20px;
height: 20px;
border: 1px solid var(--border-color);
border-radius: 30px;
line-height: 25px;
text-align: center;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item {
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > a {
border-radius: 5px;
line-height: 48px;
padding: 9px 67px 9px 10px !important;
border: 1px solid #F2F3F4;
display: flex;
align-items: center;
padding: 0;
float: unset !important;
line-height: 1.5;
color: var(--color-heading);
font-size: 14px;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > a .wc-block-product-categories-list-item__image {
max-width: 30px;
margin-right: 15px;
margin-left: 0px !important;
border: unset !important;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count {
display: inline-block;
background-color: var(--border-color-2);
min-width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 20px;
margin-left: 5px;
font-size: 12px;
color: var(--color-heading);
left: unset !important;
right: 10px !important;
top: 12px;
position: absolute;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count::before, .wc-block-product-categories-list > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count::after {
display: none;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > ul {
padding-left: 5px;
display: none;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > ul > li a {
border: 0px;
padding: 10px 0px;
border-radius: 0px;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > ul > li .wc-block-product-categories-list-item-count {
top: 20px;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item > ul > li > ul {
padding-left: 0px;
}
.wc-block-product-categories-list > .wc-block-product-categories-list-item ul li {
padding-top: 6px !important;
margin-top: 0px !important;
}
.wc-block-product-categories-list-item.current-cat-active {
border-color: var(--color-brand);
}
.wc-block-product-categories-list-item.current-cat-active a .wc-block-product-categories-list-item__name {
color: var(--color-brand);
}
.wc-block-product-categories-list-item.current-cat-active .wc-block-product-categories-list-item-count {
background: var(--color-brand);
}
.wc-block-product-categories-list-item.current-cat-active .wc-block-product-categories-list-item-count::before, .wc-block-product-categories-list-item.current-cat-active .wc-block-product-categories-list-item-count:after {
color: #fff;
}
.wc-block-product-categories-list-item.current-cat-active .wc-block-product-categories-list-item-count span {
color: #fff;
}
@media (min-width: 992px) {
.left-sidebar .primary-sidebar {
order: -1;
}
} .single-content h1.sub_title_meta {
padding: 0 60px 20px;
line-height: 1.2;
font-size: 40px;
}
.single-thumbnail {
position: relative;
height: 495px;
}
.single-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
blockquote {
background-color: #F4F6FA;
padding: 40px 60px !important;
border-radius: 15px;
margin: 30px auto;
font-size: 24px;
}
blockquote p {
font-size: 24px !important;
line-height: 32px !important;
color: var(--color-text);
margin-bottom: 0;
}
blockquote cite {
padding-top: 10px;
display: block;
} .social-icons li button {
color: #858385;
}
.yes_share .tags {
padding-right: 0px;
}
.yes_share .share_content ul {
padding-left: 0px;
}
.share_content ul {
padding-top: 0px;
margin-top: 0px !important;
position: relative;
top: 7px;
padding-left: 0px !important;
text-align: center;
}
.social-icons.single-share {
text-align: center;
}
.nav_post.next_post a {
float: right;
}
.nav_post:first-child {
text-align: left !important;
}
.nav_post:last-child {
text-align: right;
}
.nav_post .text p {
color: #fff;
}
.nav_post .text h2 {
font-size: 20px;
line-height: 30px !important;
margin-bottom: 0px;
}
.prev_post, .next_post {
position: relative;
min-width: 50%;
}
.prev_post .text i {
margin-right: 5px;
position: relative;
top: 2px;
font-size: 14px;
}
.next_post .text i {
margin-left: 5px;
position: relative;
top: 2px;
font-size: 14px;
}
.previouse_next_post {
margin-top: 27px;
padding-top: 40px;
}
.previouse_next_post .linked_prev_next {
display: flex;
}
.previouse_next_post .linked_prev_next .image {
width: 80px;
border-radius: 10px;
overflow: hidden;
min-width: 80px;
height: 80px;
margin-right: 15px;
}
.previouse_next_post .linked_prev_next .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.previouse_next_post .next_post .linked_prev_next .image {
margin-right: 0px;
margin-left: 15px;
} input[type=checkbox], input[type=radio] {
width: auto;
height: auto;
margin: 0px;
display: inline-block;
padding: 0px;
}
.comment-form h3 {
margin-bottom: 20px;
}
.comment-form .comment-form {
padding-top: 0px;
margin-bottom: 0px;
}
.comment-form .comment-form label {
margin-bottom: 10px;
display: block;
}
input[type=submit] {
font-size: var(--font-md) !important;
font-weight: 500 !important;
padding: 15px 40px !important;
color: #ffffff !important;
border: none !important;
background-color: var(--color-brand) !important;
border: 1px solid var(--color-brand-dark) !important;
border-radius: 10px !important;
}
input[type=submit]:hover {
background-color: var(--color-brand-dark) !important;
}
.sec_comments .comment-respond form .comment-form-author, .sec_comments .comment-respond form .comment-form-email {
width: 50%;
float: left;
}
.sec_comments .comment-respond form .custom-checkbox label {
display: inline-block;
margin-left: 5px;
}
@media (min-width: 992px) {
.comment-form-email {
padding-left: 15px;
}
.comment-form-author {
padding-right: 15px;
}
}
.comment_box .title_commnt h3 a {
font-family: var(--font-heading);
color: var(--color-heading);
}
.comment_box .comment-list .comment-list {
padding-bottom: 0px;
}
.comment_box .comment-list .comment-list .comment-list {
padding-bottom: 0px;
}
.comment_box .odd {
padding-left: 20px;
}
.single-comment .user {
min-width: 100%;
}
.single-comment .user .thumb {
max-width: 100px;
min-width: 100px;
width: 100px;
margin-right: 0px;
position: absolute;
}
.single-comment .user .thumb img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
}
.single-comment .user .comment-text {
padding-left: 100px;
}
.single-comment .user .comment-text .desc ul {
padding-left: 0px;
}
.single-comment .user .comment-text .desc ul li {
margin-bottom: 0px !important;
}
.single-comment .user .comment-text .desc ul li:last-child {
float: right;
}
.single-comment .user .comment-text a.font-heading {
font-size: 17px;
line-height: 27px;
}
.single-comment .user .comment-text .reply {
opacity: 1;
}
.single-comment .user .comment-text .reply a {
display: inline-block;
margin-right: 10px;
} .nest_header_default {
position: relative;
}
.nest_header_default .header-wrap .logo {
position: relative;
left: 0;
transform: unset;
}
.nest_header_default .header-wrap .burger-icon > span::before, .nest_header_default .header-wrap .burger-icon > span::after {
background: #333;
} .page_header_content .banner_title_inner h1 {
font-weight: 700;
font-size: 48px;
margin-bottom: 15px;
}
.breadcrumb {
display: inline-block;
padding: 0;
text-transform: capitalize;
color: var(--color-text);
font-size: var(--font-sm);
font-weight: 600;
background: none;
margin: 0;
border-radius: 0;
}
.breadcrumb li {
position: relative;
display: inline-block;
font-family: var(--font-heading);
}
.breadcrumb li a {
position: relative;
text-align: center;
padding-right: 15px;
margin-right: 15px;
font-family: var(--font-heading);
}
.breadcrumb li a::before {
content: "\f111";
font-family: "uicons-regular-straight" !important;
display: inline-block;
font-size: 12px;
height: 12px;
line-height: 12px;
right: -6px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.breadcrumb li:last-child a::before {
display: none;
}
.woocommerce-breadcrumb {
position: relative;
text-transform: capitalize;
color: var(--color-text);
font-size: var(--font-sm);
font-weight: 600;
background: none;
margin: 0 !important;
font-family: var(--font-heading);
border-radius: 0;
}
.woocommerce-breadcrumb a {
position: relative;
text-align: center;
display: inline-block;
padding-right: 15px;
margin-right: 15px;
color: var(--color-brand) !important;
}
.woocommerce-breadcrumb a::before {
content: "\f111";
font-family: "uicons-regular-straight" !important;
display: inline-block;
font-size: 12px;
height: 12px;
line-height: 12px;
right: -6px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}  .before_plugin_installation_footer {
padding: 20px 0px;
} .product-img-zoom img {
width: 100% !important;
height: auto !important;
}
.product_deals .product_wrapper {
margin-bottom: 0px !important;
}
.product_deals .product_wrapper .product-img-action-wrap .product-img img {
height: 335px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.product_deals .product_wrapper .product-price del span, .product_deals .product_wrapper .product-price del bdi {
font-size: 13px !important;
}
.product_deals .product_wrapper p.price ins, .product_deals .product_wrapper span.price ins {
margin-right: 6px !important;
}
.product_deals.seconds_enable .countdown-section:last-child {
display: none !important;
}
body .products_box_outer ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
position: relative;
}
body .products_box_outer ul.products li.product {
list-style: none;
position: relative;
padding: 0 15px;
}
body .products_box_outer.product_arch_style_two ul.products li {
padding: 0px !important;
}
ul.products li.product {
margin: 0px !important;
}
ul.products.columns-4 li.product, ul.products.columns-5 li.product, ul.products.columns-6 li.product, ul.products.columns-7 li.product {
width: 33.33% !important;
}
@supports (-webkit-line-clamp: 2) {
ul.products.columns-4 li.product .product-cart-wrap.style_one .product-content-wrap h2, ul.products.columns-4 li.product .product-cart-wrap.style_two .product-content-wrap h2, ul.products.columns-4 li.product .product-cart-wrap.product_list_type .product-content-wrap h2, ul.products.columns-5 li.product .product-cart-wrap.style_one .product-content-wrap h2, ul.products.columns-5 li.product .product-cart-wrap.style_two .product-content-wrap h2, ul.products.columns-5 li.product .product-cart-wrap.product_list_type .product-content-wrap h2, ul.products.columns-6 li.product .product-cart-wrap.style_one .product-content-wrap h2, ul.products.columns-6 li.product .product-cart-wrap.style_two .product-content-wrap h2, ul.products.columns-6 li.product .product-cart-wrap.product_list_type .product-content-wrap h2, ul.products.columns-7 li.product .product-cart-wrap.style_one .product-content-wrap h2, ul.products.columns-7 li.product .product-cart-wrap.style_two .product-content-wrap h2, ul.products.columns-7 li.product .product-cart-wrap.product_list_type .product-content-wrap h2 {
overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
ul.products.columns-1 li.product {
width: 100% !important;
}
ul.products.columns-2 li.product {
width: 50% !important;
}
ul.products.columns-3 li.product {
width: 33.33% !important;
}
@media (min-width: 1200px) {
ul.products.columns-4 li.product {
width: 25% !important;
}
ul.products.columns-5 li.product {
width: 20% !important;
}
ul.products.columns-6 li.product {
width: 16.66% !important;
}
ul.products.columns-7 li.product {
width: 14.44% !important;
}
.woocommerce-Tabs-panel ul.products.columns-1 li.product, .woocommerce-Tabs-panel ul.products.columns-2 li.product, .woocommerce-Tabs-panel ul.products.columns-3 li.product, .woocommerce-Tabs-panel ul.products.columns-4 li.product, .woocommerce-Tabs-panel ul.products.columns-5 li.product, .woocommerce-Tabs-panel ul.products.columns-6 li.product, .woocommerce-Tabs-panel ul.products.columns-7 li.product {
width: 25% !important;
}
body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-1 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-2 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-3 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-4 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-5 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-6 li.product, body.right-sidebar .woocommerce-Tabs-panel ul.products.columns-7 li.product, body.right-sidebar .related.products ul.products.columns-1 li.product, body.right-sidebar .related.products ul.products.columns-2 li.product, body.right-sidebar .related.products ul.products.columns-3 li.product, body.right-sidebar .related.products ul.products.columns-4 li.product, body.right-sidebar .related.products ul.products.columns-5 li.product, body.right-sidebar .related.products ul.products.columns-6 li.product, body.right-sidebar .related.products ul.products.columns-7 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-1 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-2 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-3 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-4 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-5 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-6 li.product, body.left-sidebar .woocommerce-Tabs-panel ul.products.columns-7 li.product, body.left-sidebar .related.products ul.products.columns-1 li.product, body.left-sidebar .related.products ul.products.columns-2 li.product, body.left-sidebar .related.products ul.products.columns-3 li.product, body.left-sidebar .related.products ul.products.columns-4 li.product, body.left-sidebar .related.products ul.products.columns-5 li.product, body.left-sidebar .related.products ul.products.columns-6 li.product, body.left-sidebar .related.products ul.products.columns-7 li.product {
width: 33.33% !important;
}
}
.woocommerce-Tabs-panel .product-cart-wrap .product-content-wrap h2 {
font-size: 16px !important;
line-height: 28px !important;
}
@media (max-width: 768px) {
ul.products.columns-3 li.product, ul.products.columns-4 li.product, ul.products.columns-5 li.product, ul.products.columns-6 li.product, ul.products.columns-7 li.product {
width: 50% !important;
}
}
@media (max-width: 350px) {
ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product, ul.products.columns-5 li.product, ul.products.columns-6 li.product, ul.products.columns-7 li.product {
width: 100% !important;
}
}
@media (min-width: 1200px) {
.seller-items ul.products.columns-1 li.product, .seller-items ul.products.columns-2 li.product, .seller-items ul.products.columns-3 li.product, .seller-items ul.products.columns-4 li.product, .seller-items ul.products.columns-5 li.product, .seller-items ul.products.columns-6 li.product, .seller-items ul.products.columns-7 li.product {
width: 25% !important;
}
} .product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
font-family: "FontAwesome" !important;
}
.product-cart-wrap .subscription-details {
display: none;
}
.product-cart-wrap.style_one .product-content-wrap h2, .product-cart-wrap.style_two .product-content-wrap h2, .product-cart-wrap.product_list_type .product-content-wrap h2 {
margin-bottom: 11px;
}
.product-cart-wrap.style_one .product-content-wrap .star-rating, .product-cart-wrap.style_two .product-content-wrap .star-rating, .product-cart-wrap.product_list_type .product-content-wrap .star-rating {
font-size: 12px !important;
}
.product-cart-wrap.style_one .product-content-wrap .star-rating::before, .product-cart-wrap.style_two .product-content-wrap .star-rating::before, .product-cart-wrap.product_list_type .product-content-wrap .star-rating::before {
color: #aeaeae;
}
.product-cart-wrap.style_one .product-content-wrap .star-rating span, .product-cart-wrap.style_two .product-content-wrap .star-rating span, .product-cart-wrap.product_list_type .product-content-wrap .star-rating span {
color: var(--color-brand-2);
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 {
width: 101px;
font-family: ui-rounded !important;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 a.action-btn::before, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 a.action-btn::before, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 a.action-btn::before {
display: none;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 a.action-btn::after, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 a.action-btn::after, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 a.action-btn::after {
display: none;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .compare, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .compare, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .compare {
position: relative;
text-indent: -999px;
margin-top: 0px !important;
padding: 0px;
width: 100%;
height: 35px;
line-height: 35px !important;
min-height: 36px;
border: 0px !important;
top: -3px;
background: transparent !important;
padding: 0px !important;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .compare::before, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .compare::before, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .compare::before {
position: absolute;
font-family: "uicons-regular-straight" !important;
content: "\f216";
font-size: 14px;
top: 1px;
left: 0;
text-indent: 0;
width: 100%;
height: 35px;
line-height: 35px;
text-align: center;
font-weight: 400;
color: var(--color-brand);
min-height: 36px;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .compare:hover, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .compare:hover, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .compare:hover {
background: transparent !important;
border: 0px !important;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .feedback, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .feedback, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .feedback {
position: absolute;
overflow: hidden;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
text-indent: -9999px;
display: block;
top: 0;
left: 0;
margin: auto;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .feedback i, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .feedback i, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .feedback i {
text-indent: 0px;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
position: relative;
color: var(--color-brand);
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .compare-button, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .compare-button, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .compare-button {
width: 35px;
height: 35px;
line-height: 35px;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 .quickview-button i, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 .quickview-button i, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 .quickview-button i {
position: relative;
font-size: 15px;
top: 2px;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 li, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 li, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 li {
text-align: center;
display: inline-block;
min-width: 33.33%;
max-width: 33.33%;
width: 33.33%;
line-height: 35px;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-action-1 li i, .product-cart-wrap.style_two .product-img-action-wrap .product-action-1 li i, .product-cart-wrap.product_list_type .product-img-action-wrap .product-action-1 li i {
font-size: 14px;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-badges.product-badges-position, .product-cart-wrap.style_two .product-img-action-wrap .product-badges.product-badges-position, .product-cart-wrap.product_list_type .product-img-action-wrap .product-badges.product-badges-position {
position: absolute;
top: 0;
left: 0;
display: flex;
width: 100%;
align-items: center;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-badges.product-badges-position .badge_type_one, .product-cart-wrap.style_two .product-img-action-wrap .product-badges.product-badges-position .badge_type_one, .product-cart-wrap.product_list_type .product-img-action-wrap .product-badges.product-badges-position .badge_type_one {
background: var(--color-brand);
margin: 0px;
font-size: 12px !important;
line-height: 1;
border-radius: 15px 0 20px 0;
color: #fff;
padding: 10px 20px 10px 20px;
min-width: 60px;
min-height: 20px;
left: unset;
right: unset;
display: inline-block;
position: unset;
}
.product-cart-wrap.style_one .product-img-action-wrap .product-badges.product-badges-position .badge_text, .product-cart-wrap.style_two .product-img-action-wrap .product-badges.product-badges-position .badge_text, .product-cart-wrap.product_list_type .product-img-action-wrap .product-badges.product-badges-position .badge_text {
display: inline-block;
background: var(--color-brand-dark);
margin: 0px;
font-size: 12px !important;
line-height: 1;
left: unset;
border-radius: 0px 15px 0 20px;
color: #fff;
padding: 10px 20px 10px 20px;
min-width: 60px;
min-height: 20px;
margin-left: auto;
text-align: center;
}
.product-cart-wrap.style_two .add_to_cart_button, .product-cart-wrap.style_two .add.button, .product-cart-wrap.product_list_type .add_to_cart_button, .product-cart-wrap.product_list_type .add.button {
width: 100%;
position: relative;
font-family: var(--font-heading);
text-align: center;
}
.product-cart-wrap.style_two .add_to_cart_button:hover, .product-cart-wrap.style_two .add.button:hover, .product-cart-wrap.product_list_type .add_to_cart_button:hover, .product-cart-wrap.product_list_type .add.button:hover {
color: #fff !important;
}
.product-cart-wrap.style_two .added_to_cart, .product-cart-wrap.product_list_type .added_to_cart {
display: none;
}
.product-cart-wrap.product_list_type .add_to_cart_button, .product-cart-wrap.product_list_type .add.button {
width: auto;
}
.product-cart-wrap .add-cart a.added:after {
display: none !important;
}
.deals_style_one.style_one .deals_title, .deals_style_one.style-2 .deals_title {
display: none;
}
.slick_slider_two .flex-control-nav li {
width: 100% !important;
}
.product-type-variable .product-cart-wrap.style_one .product-card-bottom .add-cart a, .product-type-variable .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a, .product-type-external .product-cart-wrap.style_one .product-card-bottom .add-cart a, .product-type-external .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a, .product-type-variable-subscription .product-cart-wrap.style_one .product-card-bottom .add-cart a, .product-type-variable-subscription .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a {
margin-top: 0px !important;
font-family: var(--font-heading);
width: 36px !important;
height: 36px !important;
background-color: var(--background-3) !important;
position: relative;
padding: 6px 13px !important;
color: var(--color-brand-dark) !important;
min-height: unset !important;
}
.product-type-variable .product-cart-wrap.style_one .product-card-bottom .add-cart a i, .product-type-variable .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i, .product-type-external .product-cart-wrap.style_one .product-card-bottom .add-cart a i, .product-type-external .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a i, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a i, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i, .product-type-variable-subscription .product-cart-wrap.style_one .product-card-bottom .add-cart a i, .product-type-variable-subscription .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i {
display: block;
margin-right: 0px !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 20px;
height: 20px;
line-height: 23px !important;
margin: auto !important;
text-align: center;
font-size: 15px;
}
.product-type-variable .product-cart-wrap.style_one .product-card-bottom .add-cart a span, .product-type-variable .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span, .product-type-external .product-cart-wrap.style_one .product-card-bottom .add-cart a span, .product-type-external .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a span, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a span, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span, .product-type-variable-subscription .product-cart-wrap.style_one .product-card-bottom .add-cart a span, .product-type-variable-subscription .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span {
position: absolute;
width: 320%;
border-radius: 5px;
background: var(--color-brand-dark);
color: #fff;
top: -34px;
right: 0px;
font-size: 12px;
text-align: center;
line-height: 31px;
opacity: 0;
}
.product-type-variable .product-cart-wrap.style_one .product-card-bottom .add-cart a:hover span, .product-type-variable .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a:hover span, .product-type-external .product-cart-wrap.style_one .product-card-bottom .add-cart a:hover span, .product-type-external .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a:hover span, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a:hover span, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a:hover span, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart a:hover span, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a:hover span, .product-type-variable-subscription .product-cart-wrap.style_one .product-card-bottom .add-cart a:hover span, .product-type-variable-subscription .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a:hover span {
opacity: 1;
}
.product-type-variable .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, .product-type-variable .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart, .product-type-external .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, .product-type-external .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart, .product-type-grouped .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, .product-type-grouped .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart, .product-type-variable-subscription .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, .product-type-variable-subscription .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart {
display: none;
}
body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart a, body .product-type-simple .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a {
margin-top: 0px !important;
font-family: var(--font-heading);
width: 76px !important;
height: 36px !important;
background-color: var(--background-3) !important;
position: relative;
padding: 6px 13px 6px 9px !important;
color: var(--color-brand-dark) !important;
min-height: unset !important;
}
body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart a::before, body .product-type-simple .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a::before {
position: absolute;
content: "Add";
top: 0;
line-height: 36px;
right: 13px;
font-size: 14px;
font-weight: 700;
color: var(--color-brand);
}
body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart a i, body .product-type-simple .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a i {
display: block;
margin-right: 0px !important;
position: absolute;
top: 0;
bottom: 0;
right: unset !important;
left: 13px;
width: 20px;
height: 20px;
line-height: 23px !important;
margin: auto !important;
text-align: center;
font-size: 15px;
}
body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart a span, body .product-type-simple .product-cart-wrap.deals_style_one .product-card-bottom .add-cart a span {
display: none;
}
body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart .added_to_cart, body .product-type-simple .product-cart-wrap.deals_style_one .product-card-bottom .add-cart .added_to_cart {
display: none;
}
@media (max-width: 500px) {
.product-cart-wrap.style_one .product-img-action-wrap .product-badges.product-badges-position .badge_type_one, .product-cart-wrap.style_two .product-img-action-wrap .product-badges.product-badges-position .badge_type_one, .product-cart-wrap.product_list_type .product-img-action-wrap .product-badges.product-badges-position .badge_type_one,
.product-cart-wrap.style_one .product-img-action-wrap .product-badges.product-badges-position .badge_text, .product-cart-wrap.style_two .product-img-action-wrap .product-badges.product-badges-position .badge_text, .product-cart-wrap.product_list_type .product-img-action-wrap .product-badges.product-badges-position .badge_text {
padding: 6px 12px 6px 12px !important;
font-size: 10px !important;
}
}
.modal-content {
position: relative;
}
.modal-content .product-detail-rating {
position: relative;
}
.modal-content .product-detail-rating .font-small {
position: absolute;
right: -17px;
top: -6px;
color: var(--color-brand);
}
.modal-content .product-detail-rating .product-rate-cover {
display: inline-block;
position: relative;
}
.modal-content .product-price-cover {
position: relative;
margin-bottom: 15px;
}
.modal-content .product-price-cover del {
float: right;
padding: 12px 0px 0px 0px;
}
.modal-content .product-price-cover del bdi {
text-decoration: line-through;
color: #B6B6B6;
margin-left: 20px;
font-size: 28px;
font-weight: 700;
display: block;
}
.modal-content .product-price-cover ins {
float: left;
text-decoration: none;
}
.modal-content .product-price-cover ins .woocommerce-Price-amount {
font-size: 50px;
text-decoration: none;
font-weight: 800;
color: var(--color-brand);
}
.modal-content a.button:hover {
color: #fff;
}
.product-list .product-cart-wrap .product-img-action-wrap {
min-width: 28%;
width: 28%;
}
.product-list .product-cart-wrap .product-content-wrap {
min-width: 72%;
width: 72%;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
position: relative;
margin-bottom: 15px;
}
a.button.loading {
position: relative;
}
.product-tabs_two .tab-pane .theme_carousel.loading::after,
.search_fetching.loading::after,
.single_add_to_cart_button.loading::after, .single_add_to_cart_button.added.loading::after,
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.product-cart-wrap .button.loading::after,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner:after,
.mfp-woosq .mfp-preloader:before {
content: "" !important;
font-family: unset !important;
vertical-align: top;
font-weight: 400;
position: absolute;
width: 16px;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
height: 16px;
margin: auto;
top: 0 !important;
bottom: 0;
left: 0;
right: 0px !important;
animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
} .star-rating span::before {
color: var(--color-brand-2);
}
.added_to_cart {
display: none !important;
}
.woocommerce div.product .product_title {
display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: unset !important;
border: unset !important;
}
.default_single_product .product_main_content .price > span.woocommerce-Price-amount.amount {
font-size: 30px;
font-weight: 700;
font-family: var(--font-heading);
line-height: 30px;
}
.default_single_product .product_message {
position: relative;
padding: 20px;
display: inline-block;
border-radius: 6px;
background: var(--background-3);
}
.default_single_product .product_message h6 {
margin-bottom: 15px;
}
.default_single_product .product_message li {
font-size: 15px;
}
.default_single_product .product_message li i {
padding-right: 5px;
position: relative;
top: 1px;
}
.default_single_product .product figure {
overflow: hidden;
z-index: 1;
position: relative;
width: 100%;
}
.default_single_product .flex-viewport {
background-color: #fff;
border-radius: 15px;
border: 1px solid var(--border-color);
overflow: hidden;
}
.default_single_product div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
z-index: 99;
cursor: zoom-in;
}
.default_single_product .woocommerce-product-gallery {
float: unset !important;
width: unset !important;
margin-bottom: 2em !important;
}
.default_single_product .list-unstyled li {
margin-bottom: 10px;
}
.default_single_product .seller-rating {
width: 100%;
float: left;
margin-bottom: 5px;
}
.default_single_product .entry-summary {
position: relative;
}
.default_single_product .entry-summary .short-desc p {
font-size: 17px;
}
.default_single_product .entry-summary span.onsale {
top: unset;
position: relative;
display: block;
min-height: unset;
min-width: unset;
line-height: unset;
left: unset;
display: inline-block;
margin-bottom: 0px;
color: var(--color-brand);
padding: 8px 12px;
border-radius: 5px;
margin-bottom: 20px;
font-family: var(--font-heading);
font-size: var(--font-sm);
font-weight: 700;
line-height: 1;
background: #fde0e9;
}
.default_single_product .entry-summary .product-price-cover {
position: relative;
margin-bottom: 15px;
}
.default_single_product .entry-summary .product-price-cover .current-price {
display: inline-block;
}
.default_single_product .entry-summary .product-price-cover .current-price del bdi {
text-decoration: line-through;
color: #B6B6B6;
margin-left: 20px;
font-size: 28px;
font-weight: 700;
display: block;
}
.default_single_product .entry-summary .product-price-cover .current-price ins {
float: left;
text-decoration: none;
}
.default_single_product .entry-summary .product-price-cover .current-price ins .woocommerce-Price-amount {
font-size: 50px;
text-decoration: none;
font-weight: 800;
}
.default_single_product .entry-summary .product-detail-rating {
padding: 15px 0 0px;
}
.default_single_product .entry-summary .product-detail-rating .woocommerce-product-rating {
margin-bottom: 15px;
}
.default_single_product .entry-summary .product-price {
margin-bottom: 20px;
position: relative;
}
.default_single_product .entry-summary .save-price {
position: absolute;
right: 0;
top: 0;
}
.default_single_product .entry-summary .save-price span {
position: relative;
min-height: auto;
min-width: auto;
padding: 0px;
background: transparent;
top: unset;
left: unset;
line-height: normal;
font-size: 12px;
font-weight: 600;
margin-bottom: 6px;
display: block;
color: var(--color-brand-2);
}
.default_single_product .entry-summary .attr-detail {
position: relative;
}
.default_single_product .entry-summary .attr-detail .product_meta_same.smae_meta {
display: flex;
justify-content: space-evenly;
}
.default_single_product .entry-summary .attr-detail .product_meta {
min-width: 32%;
word-break: break-all;
margin-top: 20px;
}
.default_single_product .entry-summary .attr-detail .product_meta p {
margin-bottom: 4px;
}
.default_single_product .entry-summary .attr-detail .product_meta span {
display: block;
margin-bottom: 4px;
}
.default_single_product .entry-summary .attr-detail .product_meta span span, .default_single_product .entry-summary .attr-detail .product_meta span a {
display: inline-block;
color: var(--color-brand);
}
.default_single_product .entry-summary .attr-detail .product_meta.right_move {
padding-right: 30px;
}
.default_single_product .entry-summary .detail-extralink .single_add_to_cart_button:after {
display: none;
}
.default_single_product .entry-summary .detail-extralink .product-extra-link2 li {
margin-right: 5px;
}
.default_single_product .entry-summary .detail-extralink button {
margin: 0px !important;
}
.default_single_product .entry-summary .detail-extralink .added_to_cart {
display: none;
}
.default_single_product .entry-summary .detail-extralink .stock {
position: relative;
font-size: 16px;
width: 100%;
display: block;
color: var(--color-brand-2);
margin-bottom: 20px;
}
.default_single_product .entry-summary .detail-extralink form.cart {
float: left;
margin-bottom: 0px !important;
margin-right: 9px;
width: 100%;
}
.default_single_product .entry-summary .detail-extralink form.cart .quantity {
margin-right: 9px !important;
}
.default_single_product .entry-summary .detail-extralink form.cart .button {
min-width: 180px;
}
.default_single_product .entry-summary .detail-extralink form.cart .woocommerce-grouped-product-list-item__label a {
font-size: 16px;
font-weight: 700;
color: var(--color-heading);
font-weight: var(--font-heading);
}
.default_single_product .entry-summary .detail-extralink .compare-button {
position: relative;
width: 50px;
height: 50px;
line-height: 50px;
overflow: hidden;
text-align: center;
background: #fff none repeat scroll 0 0;
border: 1px solid #f1f1f1;
border-radius: 5px;
float: left;
transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
}
.default_single_product .entry-summary .detail-extralink .compare-button a {
position: absolute;
text-indent: -999px;
margin-top: 0px !important;
padding: 0px;
width: 50px;
height: 50px;
top: -1px;
background: transparent !important;
left: -1px;
bottom: 0;
}
.default_single_product .entry-summary .detail-extralink .compare-button a::before {
position: absolute;
font-family: "uicons-regular-straight" !important;
content: "\f216";
font-size: 18px;
top: 1px;
left: 0;
text-indent: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-weight: 400;
color: var(--color-brand);
}
.default_single_product .entry-summary .detail-extralink .compare-button:hover {
border-color: var(--color-brand-dark) !important;
background: var(--color-brand-dark) !important;
transform: translateY(-10px);
}
.default_single_product .entry-summary .detail-extralink .compare-button:hover a::before {
color: #fff;
}
.default_single_product .entry-summary .detail-extralink .button-add-to-cart {
position: relative;
padding: 0px 20px;
border-radius: 5px;
border: 0;
height: 50px;
line-height: 50px;
font-weight: 700;
font-size: 16px;
font-family: var(--font-heading);
background: var(--color-brand);
}
.default_single_product .entry-summary .detail-extralink .button-add-to-cart i {
margin-right: 10px;
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart {
position: relative;
float: none;
width: 100%;
margin-bottom: 20px !important;
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart .variations {
margin-bottom: 0px;
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart .variations .label {
width: 100%;
display: block;
padding: 0px;
font-family: var(--font-heading);
color: var(--color-heading);
font-size: 18px;
font-weight: 600;
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart .variations .label .woo-selected-variation-item-name {
color: var(--color-brand);
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart .variations .woo-variation-items-wrapper {
width: 100%;
display: block;
}
.default_single_product .product-type-variable .entry-summary .detail-extralink form.cart .woocommerce-variation-price {
position: relative;
margin-bottom: 15px;
}
.default_single_product .product-type-variable .entry-summary .product-price {
position: relative;
}
.default_single_product .product-type-variable .entry-summary .product-price p {
font-size: 38px;
font-weight: 800;
}
.default_single_product .product-info {
position: relative;
margin-bottom: 40px;
background: #fff;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs {
margin: 0px 0px 15px;
padding: 0px;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs::before {
display: none !important;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li {
border: 0px;
padding: 0px 5px 0px 0px;
margin: 0px 0px 15px;
background: transparent;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li::before {
display: none !important;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li:after {
display: none !important;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li > a {
display: block;
padding: 13px 24px !important;
text-align: center;
font-weight: 700;
font-family: "Quicksand", sans-serif;
text-transform: none;
font-size: 17px;
border-radius: 30px;
border: 1px solid var(--border-color);
background: #fff;
color: var(--color-text);
line-height: 20px;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li.active a {
color: var(--color-brand);
box-shadow: var(--box-shadown-2);
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li ul li {
padding-bottom: 5px;
}
.default_single_product .product-info .tab-style3 .woocommerce-Reviews-title {
font-size: 24px;
line-height: 24px;
margin-bottom: 20px;
}
.default_single_product .product-info .tab-style3 .commentlist {
position: relative;
}
.default_single_product .product-info .tab-style3 .commentlist li {
position: relative;
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container {
position: relative;
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container img, .default_single_product .product-info .tab-style3 .commentlist li .comment_container img.avatar {
width: 60px !important;
border: 0px !important;
height: 60px !important;
border-radius: 50%;
padding: 0px !important;
background: transparent !important;
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container .comment-text {
margin-left: 70px !important;
border-color: var(--border-color);
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container .woocommerce-review__author {
font-family: var(--font-heading);
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: var(--color-heading);
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container .woocommerce-review__published-date {
font-weight: 400;
color: var(--color-muted);
font-size: 13px;
line-height: 23px;
}
.default_single_product .product-info .tab-style3 .commentlist li .comment_container .star-rating span::before {
color: var(--color-brand-2);
}
.default_single_product .product-info .tab-style3 .commentlist li.odd {
padding-left: 20px;
}
.default_single_product .product-info .tab-style3 .woocommerce-Tabs-panel h2 {
font-family: var(--font-heading);
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: var(--color-heading);
margin-bottom: 20px;
}
.default_single_product .product-info .tab-style3 .woocommerce-Tabs-panel > .list-inline > a {
border: unset !important;
padding: unset !important;
display: block !important;
background: unset !important;
padding: 0 10px !important;
background: none !important;
font-size: 15px !important;
text-align: left !important;
font-weight: 500 !important;
}
.default_single_product .product-info .tab-style3 .woocommerce-Tabs-panel > .list-inline > a:first-child {
padding-left: 0px !important;
}
.default_single_product .product-info .tab-style3 .woocommerce-Tabs-panel > .list-inline > a:hover {
box-shadow: unset !important;
background: unset !important;
}
.default_single_product .product-info .tab-style3 .comment-reply-title {
font-family: var(--font-heading);
font-size: 24px;
line-height: 34px;
padding-top: 40px;
font-weight: 600;
color: var(--color-heading);
}
.default_single_product .product-info .tab-style3 .comment-form {
padding-top: 25px;
}
.default_single_product .product-info .tab-style3 .comment-form .comment-form-rating {
margin-bottom: 20px;
}
.default_single_product .product-info .tab-style3 .comment-form .comment-form-email, .default_single_product .product-info .tab-style3 .comment-form .comment-form-author {
position: relative;
margin: 0px;
padding: 0px;
}
.default_single_product .product-info .tab-style3 .comment-form .comment-form-cookies-consent {
margin-bottom: 25px;
}
.default_single_product .product-info .tab-style3 .comment-form .comment-form-comment {
position: relative;
}
.default_single_product .product-info .tab-style3 .comment-form .comment-form-comment label {
display: block;
margin-bottom: 10px;
}
.default_single_product .product-type-grouped .current-price p bdi {
font-size: 50px;
text-decoration: none;
font-weight: 800;
color: var(--color-brand);
}
.default_single_product .product-type-grouped .woocommerce-grouped-product-list-item__price bdi {
color: var(--color-brand);
font-size: 20px;
font-family: var(--font-heading);
font-weight: 700;
}
.default_single_product .product-type-grouped .woocommerce-grouped-product-list-item__price ins {
float: left;
text-decoration: unset;
margin-right: 8px;
}
.default_single_product .product-type-grouped .woocommerce-grouped-product-list-item__price del {
opacity: 0.5;
}
.default_single_product .product-type-grouped .woocommerce-grouped-product-list-item__price del bdi {
font-size: 16px !important;
}
.default_single_product .product-type-external .detail-extralink form.cart, .default_single_product .product-type-simple .detail-extralink form.cart {
width: unset !important;
}
.default_single_product .woocommerce-product-gallery .flex-control-nav li {
padding-right: 5px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: auto !important;
float: unset !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
clear: unset !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
padding: 10px;
border-radius: 15px;
border: 1px solid var(--border-color);
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
border-color: var(--color-brand);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: var(--color-heading);
}
#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
color: #fff;
font-family: var(--font-heading);
font-size: 18px;
font-weight: 700;
}
#add_payment_method #payment .payment_box, .woocommerce-cart #payment .payment_box, .woocommerce-checkout #payment .payment_box {
background-color: rgba(255, 255, 255, 0.1) !important;
color: #fff !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #3b5160;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
border-bottom-color: rgba(255, 255, 255, 0.1);
padding: 2rem;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
padding: 2rem;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
margin-top: 20px;
}
.woocommerce-checkout-payment p {
color: #fff;
}
@media (max-width: 550px) {
#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
line-height: 20px;
font-size: 15px;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
margin: 0px 5px 0px 0px !important;
}
}
.woocommerce .qty {
margin: 0 6px 15px 0 !important;
background: #fff;
border: 2px solid var(--color-brand) !important;
font-size: 16px;
font-weight: 700;
color: var(--color-brand);
border-radius: 5px;
width: 90px !important;
width: unset;
height: 50px;
margin-bottom: 0px !important;
padding: 10px 30px 10px 10px !important;
}
.woocommerce .quantity {
position: relative;
width: 90px !important;
}
.woocommerce .quantity button {
position: absolute;
right: 13px;
background: transparent;
border: 0px;
padding: 0px;
font-size: 16px;
color: var(--color-brand);
}
.woocommerce .quantity button.minus {
bottom: 0px;
}
.woocommerce .quantity button.plus {
top: 6px;
}
.woocommerce a.remove {
width: 30px;
height: 30px;
border-radius: 30px;
border: 1px solid var(--border-color);
text-align: center;
font-size: 15px;
color: var(--color-brand);
line-height: 30px;
background: transparent !important;
}
.woocommerce a.remove:hover {
background: var(--color-brand) !important;
color: #fff !important;
}
@media (max-width: 768px) {
.product-list-small .col-md-4 {
width: 25%;
}
.product-list-small .col-md-8 {
width: 75%;
}
}
.related.products {
position: relative;
}
.related.products .product_wrapper {
margin-bottom: unset !important;
}
.related.products li.product {
margin-bottom: 15px !important;
}
@supports (-webkit-line-clamp: 1) {
.related.products li.product .product-cart-wrap.style_one .product-content-wrap h2, .related.products li.product .product-cart-wrap.style_two .product-content-wrap h2, .related.products li.product .product-cart-wrap.product_list_type .product-content-wrap h2 {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: initial !important;
display: -webkit-box !important;
-webkit-line-clamp: 1 !important;
-webkit-box-orient: vertical !important;
}
}
.related.products > h2 {
position: relative;
border-bottom: 1px solid var(--border-color);
padding-bottom: 20px;
font-size: 24px;
line-height: 34px;
margin-bottom: 45px;
}
.related.products > h2::before {
content: "";
width: 80px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--border-color-2);
}
.related.products .product-content-wrap h2 {
line-height: unset;
border: 0px;
margin-bottom: 8px;
padding: 0px;
}
.related.products .product-content-wrap h2::before {
display: none;
}
.related.products .product-content-wrap h2 a {
line-height: 22px;
display: block;
}
.related.products .product_grid_style_two {
border: unset !important;
}
.related.products .product_grid_style_two .product_singleized.style_one {
border: 1px solid var(--border-color) !important;
} .product_list_widget {
position: relative;
}
.product_list_widget li {
text-align: left !important;
} .woocommerce-MyAccount-navigation ul li a {
display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #fff;
background-color: var(--color-brand);
border-radius: 10px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
text-align: right !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: var(--color-brand) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
display: block;
padding: 15px 20px 15px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
position: relative;
color: var(--color-body);
font-size: 19px;
opacity: 0.6;
font-family: uicons-regular-straight !important;
left: 0px;
padding-right: 5px;
height: 24px;
line-height: 24px;
margin: auto;
top: 0;
bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
content: "\f208";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
content: "\f212";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
content: "\f14c";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
content: "\f1c6";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
content: "\f257";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before {
content: "\f1d2";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
content: "\f218";
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 78%;
padding: 40px 60px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
margin-bottom: 15px;
}
a.show-all {
font-size: 16px;
color: var(--color-brand);
}
a.show-all i {
font-size: 12px;
line-height: 12px;
margin-left: 5px;
}
body input[type=submit].dokan-btn-theme, body a.dokan-btn-theme, body .dokan-btn-theme,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.shop_table a.add_to_cart, .shop_table a.button, .dokan-btn {
display: inline-block !important;
border: 1px solid transparent !important;
font-size: 14px !important;
font-weight: 700 !important;
padding: 10px 20px !important;
line-height: 26px !important;
border-radius: 4px;
color: #fff !important;
border: 1px solid transparent !important;
background-color: var(--color-brand) !important;
cursor: pointer !important;
font-family: var(--font-heading) !important;
transition: all 300ms linear 0s;
letter-spacing: 0.5px !important;
min-height: 50px;
}
body input[type=submit].dokan-btn-theme:hover, body a.dokan-btn-theme:hover, body .dokan-btn-theme:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.shop_table a.add_to_cart:hover, .shop_table a.button:hover, .dokan-btn:hover {
background-color: var(--color-brand-2) !important;
border-color: var(--color-brand-2);
color: #fff !important;
}
.woocommerce table.shop_attributes td {
padding: 5px 15px;
}
.coupon input {
display: block;
width: 200px !important;
border-radius: 5px;
height: 50px;
padding: 0px 15px !important;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
width: 100%;
float: unset !important;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
border: 1px solid var(--border-color) !important;
}
#add_payment_method .cart-collaterals .cart_totals table td .woocommerce-Price-amount.amount, #add_payment_method .cart-collaterals .cart_totals table th .woocommerce-Price-amount.amount, .woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-Price-amount.amount, .woocommerce-cart .cart-collaterals .cart_totals table th .woocommerce-Price-amount.amount, .woocommerce-checkout .cart-collaterals .cart_totals table td .woocommerce-Price-amount.amount, .woocommerce-checkout .cart-collaterals .cart_totals table th .woocommerce-Price-amount.amount {
font-family: var(--font-heading);
color: var(--color-brand);
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 60px !important;
}
.woocommerce-cart-form__cart-item .variation dt, .woocommerce-cart-form__cart-item .variation dd {
float: none !important;
display: inline-block;
}
.cart_totals h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 20px;
}
.woocommerce-info::before {
color: var(--color-brand-dark);
top: 11px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background: var(--background-2);
color: var(--color-heading);
border: 0px;
border-radius: 5px !important;
font-family: var(--font-heading);
font-weight: 600;
line-height: 40px;
border-radius: 20px;
padding: 10px 20px 10px 55px !important;
margin-bottom: 15px !important;
}
.woocommerce-account .addresses .title h3, .woocommerce-order-details__title, .woocommerce-column__title {
font-family: var(--font-heading);
font-weight: 700 !important;
line-height: 1.2 !important;
color: var(--color-heading);
margin-bottom: 15px;
font-size: 32px;
}
.woocommerce-thankyou-order-received {
padding: 10px 20px;
font-size: 16px;
color: #fff;
background: var(--color-brand-2);
text-align: center;
font-family: var(--font-heading);
border-radius: 15px;
}
.woocommerce-order-details {
padding: 20px 0px;
}
.woocommerce ul.order_details {
padding: 20px 0px 10px;
}
.woocommerce ul.order_details li {
font-size: 16px;
line-height: 26px;
font-family: var(--font-text);
font-weight: 500;
color: var(--color-text);
text-transform: capitalize;
}
.woocommerce ul.order_details li strong {
font-family: var(--font-heading);
font-weight: 600;
color: var(--color-brand);
padding-top: 5px;
font-size: 18px;
line-height: 28px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
position: absolute;
right: 10px;
top: 0;
cursor: pointer;
width: 30px;
height: 30px;
line-height: 20px;
text-align: center;
bottom: 0;
margin: auto;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
margin-left: 0;
line-height: 30px;
color: var(--color-brand);
}
.woocommerce table.shop_table {
border-collapse: collapse !important;
border-color: var(--border-color) !important;
border: 0px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: transparent!important;
}
input[name=coupon_code] {
height: 50px;
}
.woocommerce-billing-fields, .woocommerce-additional-fields {
margin-top: 15px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
margin-bottom: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table,
table.shop_table {
background: transparent !important;
}
.woocommerce table.my_account_orders thead th,
.woocommerce table.shop_table thead th,
table.shop_table thead th {
background: var(--background-2);
}
.woocommerce table.my_account_orders thead th:first-child,
.woocommerce table.shop_table thead th:first-child,
table.shop_table thead th:first-child {
border-radius: 20px 0 0 20px;
}
.woocommerce table.my_account_orders thead th:last-child,
.woocommerce table.shop_table thead th:last-child,
table.shop_table thead th:last-child {
border-radius: 0px 20px 20px 0px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table th,
table.shop_table th {
padding: 15px 20px;
font-size: 18px;
color: var(--color-heading);
font-weight: 600;
font-family: var(--font-heading);
border: 0px !important;
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table td,
table.shop_table td {
padding: 15px 20px;
font-size: 16px;
color: var(--color-text);
font-weight: 500 !important;
font-family: var(--font-text);
border: 0px !important;
text-align: left !important;
background: transparent !important;
border-bottom: 1px solid var(--border-color) !important;
}
.woocommerce table.my_account_orders td a,
.woocommerce table.shop_table td a,
table.shop_table td a {
font-size: 16px;
line-height: 26px;
display: inline-block;
font-family: var(--font-heading);
color: var(--color-brand);
font-weight: 600;
}
.woocommerce table.my_account_orders tfoot tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child td,
table.shop_table tfoot tr:last-child td {
border-bottom-color: transparent !important;
}
.woocommerce-checkout-review-order-table .product-name {
display: flex;
align-items: center;
}
.woocommerce-checkout-review-order-table .image {
width: 90px;
min-width: 90px;
max-width: 90px;
border: 1px solid var(--border-color);
border-radius: 10px;
overflow: hidden;
margin-right: 20px;
}
.woocommerce-checkout-review-order-table .image img {
width: 100%;
display: block;
}
.woocommerce .woocommerce-customer-details address {
padding: 20px;
border: 1px solid var(--border-color);
font-size: 16px;
line-height: 26px;
font-family: var(--font-text);
color: var(--color-text);
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone {
padding-bottom: 10px;
padding-top: 10px;
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email::before {
color: var(--color-brand);
}
.my_account_orders {
position: relative;
margin: 20px 0px 0px;
}
.woocommerce-table__product-purchase-note.product-purchase-note {
background: var(--color-brand);
text-align: center;
}
.woocommerce-table__product-purchase-note.product-purchase-note td {
color: #fff !important;
}
.woocommerce-table__product-purchase-note.product-purchase-note td p {
color: #fff;
font-family: var(--font-heading);
}
.product_wrapper p.price ins,
.product_wrapper span.price .product_wrapper p.price del,
.product_wrapper span.price del {
opacity: 0.5;
display: inline-block;
}
.product_wrapper .star-rating,
.modal-content .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 12px !important;
width: 5.4em;
font-family: star;
}
.product_wrapper .star-rating::before,
.modal-content .star-rating::before {
content: "sssss";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
}
.product_wrapper .star-rating span,
.modal-content .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.product_wrapper .star-rating span::before,
.modal-content .star-rating span:before {
content: "SSSSS";
top: 0;
position: absolute;
left: 0;
}
.product_wrapper .star-rating,
.modal-content .star-rating {
display: block;
margin: 0 0 0.5em;
float: none;
}
.product_wrapper .product-price del span, .product_wrapper .product-price del bdi {
font-size: 14px !important;
}
.product_wrapper {
margin-bottom: 30px;
}
.product_wrapper.deals_style_one .pro_title {
margin-bottom: 11px;
}
.product_wrapper.style_three_list .pro_title {
margin-bottom: 8px;
}
.product_wrapper.style_three_list .product-price {
margin-top: 0px;
}
.product_wrapper.style_one .product-rate-cover, .product_wrapper.style_two .product-rate-cover, .product_wrapper.deals_style_one .product-rate-cover, .product_wrapper.style_three_list .product-rate-cover, .product_wrapper.product_list_type .product-rate-cover {
position: relative;
width: 78px;
}
.product_wrapper.style_one .product-rate-cover .font-small, .product_wrapper.style_two .product-rate-cover .font-small, .product_wrapper.deals_style_one .product-rate-cover .font-small, .product_wrapper.style_three_list .product-rate-cover .font-small, .product_wrapper.product_list_type .product-rate-cover .font-small {
position: absolute;
right: 0;
top: 0;
line-height: 13px;
font-size: 13px;
}
.product_wrapper.style_one p.price ins, .product_wrapper.style_one span.price ins, .product_wrapper.style_two p.price ins, .product_wrapper.style_two span.price ins, .product_wrapper.deals_style_one p.price ins, .product_wrapper.deals_style_one span.price ins, .product_wrapper.style_three_list p.price ins, .product_wrapper.style_three_list span.price ins, .product_wrapper.product_list_type p.price ins, .product_wrapper.product_list_type span.price ins {
float: left;
margin-right: 4px;
font-size: 18px;
}
.product_wrapper.style_one p.price del, .product_wrapper.style_one span.price del, .product_wrapper.style_two p.price del, .product_wrapper.style_two span.price del, .product_wrapper.deals_style_one p.price del, .product_wrapper.deals_style_one span.price del, .product_wrapper.style_three_list p.price del, .product_wrapper.style_three_list span.price del, .product_wrapper.product_list_type p.price del, .product_wrapper.product_list_type span.price del {
color: var(--color-grey-4);
}
.product_wrapper.style_two .product-content-wrap .product-price {
padding-top: 0px !important;
margin-top: 6px !important;
} .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
display: flex;
}
.dokan-alert {
padding: 20px !important;
border-right: 10px !important;
border: 0px !important;
font-family: var(--font-heading);
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
width: 100% !important;
margin: 20px 0px 30px !important;
max-width: 100% !important;
}
.dokan-dashboard-wrap {
position: relative;
}
.dokan-dashboard-wrap .main-footer.font-xs {
margin-top: 100px;
}
.dokan-dashboard-wrap .entry-title {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash {
border-right: 1px solid #eee;
width: 17%;
float: left;
flex: 1 auto;
background: #fff;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar {
width: auto !important;
flex: unset !important;
overflow: unset !important;
background-color: unset !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu {
background-color: unset !important;
padding: 20px !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li {
border: 0px !important;
margin-bottom: 5px !important;
border-radius: 5px !important;
position: relative !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
background: var(--color-brand) !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
color: #fff !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i {
color: #fff !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
background: var(--color-brand) !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
color: #fff !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i {
color: #fff !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li:after {
display: none !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
color: var(--color-heading) !important;
position: relative !important;
font-size: 16px !important;
font-weight: 600 !important;
transition: all 300ms linear 0s !important;
font-family: var(--font-heading) !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
color: var(--color-grey-4) !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
margin-top: 40px;
display: block;
height: 46px;
position: relative;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips {
border: 0px !important;
margin: 0px 5px;
text-align: center;
border-radius: 5px;
width: 28%;
padding: 10px 20px !important;
color: #fff !important;
background: var(--color-brand-2);
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips i {
color: #fff !important;
padding: 0px !important;
transition: all 300ms linear 0s !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips:first-child {
background: var(--color-brand);
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips:last-child {
background: var(--color-brand-dark);
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips:hover {
background: var(--background-3) !important;
color: var(--color-brand) !important;
}
.dokan-dashboard-wrap .sidebar_rewirte_dok_dash .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links .tips:hover i {
color: var(--color-brand) !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content {
padding: 50px !important;
background: var(--background-2);
min-height: 100vh;
}
.dokan-dashboard-wrap .dokan-dashboard-content .main-footer {
padding-left: 10px;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
background: transparent !important;
padding: 0px !important;
margin: 0px !important;
box-shadow: 0px 0px 0px 0px !important;
border: 0px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
padding: 40px !important;
border: 1px solid #eee !important;
margin: 0px 10px !important;
border-radius: 5px !important;
background: #fff !important;
margin-bottom: 30px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .widget-title, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .widget-title, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .widget-title {
position: relative;
font-size: 24px;
line-height: 24px;
font-weight: 600;
color: var(--color-heading);
font-family: var(--font-heading);
margin-bottom: 15px;
padding-bottom: 15px;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .list-count a, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count a, .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .list-count a {
font-size: 16px;
line-height: 26px;
font-weight: 500;
font-family: var(--font-heading);
margin-bottom: 10px;
display: block;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .legend div {
display: none;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph table {
position: relative !important;
top: -110px !important;
left: 0px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .chart-placeholder {
margin-top: 145px;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
margin-bottom: 20px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
display: inline-block !important;
width: 24% !important;
margin: 0px 5px 10px !important;
background: #fff !important;
padding: 20px !important;
border-radius: 5px;
border: 1px solid #eee !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li .count {
border: 0px !important;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li .title {
font-size: 16px;
font-weight: 600;
font-family: var(--font-heading);
color: var(--color-heading);
margin-bottom: 10px;
}
.dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li .count {
font-family: var(--font-heading);
color: var(--color-brand);
}
.dokan-dashboard-wrap .dokan-form-control, .dokan-dashboard-wrap input {
height: auto !important;
width: 100% !important;
padding: 0px 20px !important;
}
.dokan-order-filter-serach input.datepicker {
width: 150px !important;
height: 50px !important;
line-height: 50px !important;
}
.dokan-order-filter-serach .select2-container--default .select2-selection--single {
border-radius: 8px !important;
border-color: var(--border-color) !important;
}
.dokan-order-filter-serach input.dokan-btn {
width: 220px !important;
}
.dokan-orders-area li, .dokan-listing-filter li {
border-right: 0px !important;
}
.dokan-orders-area li a, .dokan-listing-filter li a {
display: block;
padding: 8px 20px;
border: 1px solid var(--border-color);
font-family: var(--font-heading);
color: var(--color-heading);
font-weight: 500;
font-size: 16px;
border-radius: 30px;
}
.dokan-orders-area li.active a, .dokan-listing-filter li.active a {
background: var(--color-brand);
color: #fff !important;
}
body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
width: 450px !important;
height: 450px !important;
}
.dokan-dashboard-wrap input {
height: 50px !important;
border-radius: 8px !important;
}
.dokan-dashboard-wrap button[type=submit] {
height: 50px !important;
}
.dokan-dashboard-wrap button[type=submit]:hover {
background: var(--color-brand-2) !important;
border-color: var(--color-brand-2);
color: #fff;
}
.dokan-dashboard-wrap .dokan-form-group .select2-container {
width: 220px !important;
}
.dokan-dashboard-wrap .dokan-form-group .select2-container--default .select2-selection--single {
border-radius: 8px !important;
}
.dokan-dashboard-wrap .dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px !important;
line-height: 50px !important;
}
.dokan-dashboard-wrap .dokan-form-group .select2-container--default .select2-selection--single {
height: 50px !important;
line-height: 50px !important;
}
.dokan-dashboard-wrap .dokan-form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 14px !important;
}
.dokan-dashboard-wrap .dokan-form-group input[name=dokan_order_filter] {
margin: 0px !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
padding: 20px 0px 10px !important;
}
.dokan-table {
border-collapse: collapse !important;
background: #fff;
}
.dokan-table .dokan-checkbox {
width: auto !important;
}
.dokan-table .check-column {
text-align: center !important;
}
.dokan-table > thead > tr > th {
vertical-align: middle !important;
border: 1px solid var(--border-color) !important;
font-family: var(--font-heading) !important;
}
.dokan-table > tbody > tr > td {
border-top: 1px !important;
vertical-align: middle !important;
border: 1px solid var(--border-color) !important;
font-family: var(--font-text) !important;
}
.logo_dokan_dash {
position: relative;
text-align: left;
margin-bottom: 20px;
padding: 15px;
border-bottom: 1px solid var(--border-color);
}
.logo_dokan_dash img {
width: 120px;
}
.dokan-table tr td a {
font-family: var(--font-heading);
}
.dokan-control-label {
position: relative;
text-align: left !important;
font-family: var(--font-heading);
color: var(--color-heading);
}
input[type=checkbox] {
width: unset !important;
height: unset !important;
}
.gravatar-button-area {
text-align: left !important;
}
.dokan-dashboard .control-label {
display: block;
font-family: var(--font-heading);
margin-bottom: 8px;
font-size: 14px !important;
font-weight: 500 !important;
color: var(--color-text);
}
.payment-field-paypal input {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
input:focus {
background: #fff;
}
.dokan-input-group-addon {
background: var(--color-brand-2) !important;
color: #fff !important;
margin-right: 5px !important;
border-radius: 8px !important;
border-color: transparent !important;
}
.nest_rewrite_search {
display: block !important;
position: relative;
margin-bottom: 20px;
}
.nest_rewrite_search input {
border-radius: 30px;
padding-left: 30px;
box-shadow: var(--box-shadown-2);
}
.nest_rewrite_search .apply-filter {
position: absolute;
right: 0;
top: 0;
}
.nest_rewrite_search .apply-filter button {
padding: 0px !important;
height: 64px;
width: 64px;
text-align: center;
line-height: 64px;
font-size: 20px !important;
text-align: center;
border-radius: 64px;
background: transparent !important;
color: var(--color-heading) !important;
}
.nest_rewrite_search .apply-filter button:hover {
background: var(--color-brand) !important;
color: #fff !important;
}
.dashicons {
font-family: dashicons !important;
}
.dashicons::before {
font-family: dashicons !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
position: relative !important;
background: unset !important;
}
#dokan-store-listing-filter-wrap {
box-shadow: unset !important;
background: unset !important;
}
#dokan-store-listing-filter-wrap .toggle-view.item {
position: relative;
height: unset !important;
}
#dokan-store-listing-filter-wrap .toggle-view.item span.dashicons {
position: relative;
width: 52px;
height: 52px;
text-align: center;
border-radius: 8px;
display: inline-block;
border: 1px solid var(--border-color-2);
line-height: 52px;
}
#dokan-store-listing-filter-wrap .toggle-view.item span.dashicons.active {
background: var(--color-brand-dark);
color: #fff;
border-color: var(--color-brand-dark);
}
.page-store-listing .site-content {
position: relative;
padding: 80px 0px 20px;
}
.single-post .site-content {
position: relative;
padding: 80px 0px 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
margin-bottom: 0px !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
box-shadow: unset !important;
border-radius: 15px !important;
padding: 20px 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-content {
position: relative;
padding: 0px 25px 25px 25px;
flex-basis: 80% !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container {
padding: 10px 0px 10px 0px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data.store_open_is_on {
margin-top: 0px !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data h2 a {
font-family: var(--font-heading);
color: var(--color-heading) !important;
font-size: 22px;
line-height: 32px;
font-weight: 700;
text-shadow: unset;
display: block;
margin-bottom: 12px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-address, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-phone {
margin-bottom: 10px !important;
display: block !important;
position: relative;
font-size: 15px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-address br, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-phone br {
display: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-address i, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-phone i {
font-size: 16px;
color: var(--color-brand);
line-height: 16px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-address strong, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-phone strong {
font-weight: 600;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .store-phone {
margin-bottom: 10px !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .dokan-seller-rating {
position: relative;
margin-bottom: 12px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .dokan-seller-rating .same {
display: inline-block;
margin-right: 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-data-container .store-data .dokan-seller-rating p {
font-size: 14px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-footer {
padding: 0px;
}
.dokan-store-sidebar .col-lg-3 {
flex: 0 0 auto;
width: 100%;
}
.dokan-form-control {
padding: 0px 15px !important;
border-radius: 8px !important;
}
textarea.dokan-form-control {
height: 150px !important;
}
.dokan-store-widget .widget-title {
position: relative;
margin-bottom: 15px;
}
.dokan-single-store .profile-frame {
background: unset !important;
padding: 10px !important;
border: 1px solid var(--border-color);
border-radius: 8px;
}
.dokan-single-store .profile-frame .profile-info-img {
position: absolute;
width: 100%;
height: 100% !important;
left: 0;
top: 0;
-o-object-fit: cover;
object-fit: cover;
border-radius: 8px;
overflow: hidden;
}
.dokan-single-store .profile-frame .profile-info-box {
overflow: hidden;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
position: relative !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
padding: 80px 40px 60px !important;
background: var(--color-brand) !important;
margin: 10px;
border-radius: 8px;
}
.dokan-single-store .dokan-store-tabs {
position: relative;
margin: 40px 0px 40px;
}
.dokan-single-store .dokan-store-tabs ul {
border: 0px !important;
}
.dokan-single-store .dokan-store-tabs ul li {
margin-right: 0px !important;
border-right: 0px !important;
}
.dokan-single-store .dokan-store-tabs ul li a {
display: block;
padding: 13px 24px !important;
text-align: center;
font-weight: 700;
font-family: var(--font-heading);
text-transform: none;
font-size: 17px;
border-radius: 30px;
border: 1px solid var(--border-color);
background: #fff;
box-shadow: var(--box-shadown-2);
}
.dokan-store-products-filter-area .product-name-search {
width: 300px !important;
height: 50px !important;
padding: 0px 20px !important;
}
.dokan-store-products-filter-area .search-store-products {
position: relative;
width: 120px;
height: 50px !important;
line-height: 50px;
padding: 0px 10px !important;
display: inline-block;
margin-left: 5px;
}
.dokan-store-products-filter-area .orderby-search {
width: 300px !important;
}
.dokan-store-products-filter-area .select2-container {
float: right;
}
.dokan-store-products-filter-area .select2-container--default .select2-selection--single {
border-radius: 8px;
}
.dokan-info {
font-family: var(--font-heading);
background: var(--color-brand) !important;
color: #fff;
border-top-color: var(--color-brand-dark) !important;
}
.dokan-info::before {
background: var(--color-brand-dark) !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap {
display: flex;
flex-flow: wrap;
flex-wrap: wrap;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
float: unset !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-2 {
min-width: 25% !important;
width: 25% !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
min-width: 25% !important;
width: 25% !important;
}
#dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li.coloum-2 {
min-width: 50% !important;
width: 50% !important;
}
#dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li.coloum-3 {
min-width: 50% !important;
width: 50% !important;
}
@media (max-width: 1200px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 25% !important;
min-width: 25% !important;
}
}
@media (max-width: 992px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 33.33% !important;
min-width: 33.33% !important;
}
}
@media (max-width: 768px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 50% !important;
min-width: 50% !important;
}
}
@media (max-width: 500px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 100% !important;
min-width: 100% !important;
}
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address:before {
display: none !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone {
display: block !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating {
float: unset !important;
left: unset !important;
top: unset !important;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating i {
display: inline-block;
}
#dokan-seller-listing-wrap.list-view .vendor-wrap .vendor-img-action-wrap {
padding: 0px 0px 0 25px !important;
}
.vendor-customer-registration br {
display: none;
}
#dokan-store-listing-filter-wrap .right .sort-by.item {
display: flex;
align-items: center;
background: #fff;
border: 1px solid var(--border-color);
color: var(--color-text);
padding: 0px 20px;
border-radius: 10px;
transition: all 0.3s ease 0s;
cursor: pointer;
}
#dokan-store-listing-filter-wrap .right .sort-by.item i {
margin-right: 6px;
}
.select2-container {
position: relative;
}
.select2-container .select2-selection__arrow b {
display: none;
}
.select2-container .select2-selection__arrow::before {
position: absolute;
content: "\f10c";
font-size: 10px;
right: 0px;
font-family: uicons-regular-straight !important;
height: 10px;
margin: auto;
top: 0;
line-height: 10px;
bottom: 0;
}
.dokan_only_breadcrumb {
position: relative;
padding: 20px 0px;
border-bottom: 1px solid var(--border-color);
}
.dokan-store-wrap {
margin-bottom: 0px !important;
}
.dokan-single-store .product_wrapper {
margin-bottom: 0px !important;
}
.dokan-single-store .pro_layout1 .profile-frame {
margin-bottom: 150px;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 {
overflow: unset !important;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
position: relative;
height: 400px !important;
padding: 100px 0px 0px 0px !important;
border: 0px !important;
background: unset !important;
overflow: unset !important;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
position: absolute !important;
top: unset !important;
height: unset !important;
background: transparent !important;
padding: 20px 20px 12px !important;
width: auto !important;
background: var(--color-brand) !important;
bottom: -120px;
z-index: 11;
left: 30px;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery:after {
content: "";
display: table;
clear: both;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-img.profile-img-square img {
border: 0px !important;
padding: 0px !important;
background: unset !important;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding-left: 10px;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
text-shadow: unset !important;
color: #fff;
margin-bottom: 10px;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
top: -22px !important;
right: 0 !important;
bottom: auto !important;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info li {
color: #fff;
}
.dokan-single-store .pro_layout1 .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info li i {
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
line-height: 34px !important;
font-size: 19px !important;
}
.dokan-pagination-container, .pagination_blog, .woocommerce {
position: relative;
}
.dokan-pagination-container .dokan-pagination, .dokan-pagination-container .page-numbers, .dokan-pagination-container .woocommerce-pagination, .pagination_blog .dokan-pagination, .pagination_blog .page-numbers, .pagination_blog .woocommerce-pagination, .woocommerce .dokan-pagination, .woocommerce .page-numbers, .woocommerce .woocommerce-pagination {
border: 0px !important;
}
.dokan-pagination-container .dokan-pagination li, .dokan-pagination-container .page-numbers li, .dokan-pagination-container .woocommerce-pagination li, .pagination_blog .dokan-pagination li, .pagination_blog .page-numbers li, .pagination_blog .woocommerce-pagination li, .woocommerce .dokan-pagination li, .woocommerce .page-numbers li, .woocommerce .woocommerce-pagination li {
display: inline-block !important;
margin-right: 8px !important;
border: 0px !important;
box-shadow: unset !important;
}
.dokan-pagination-container .dokan-pagination li:last-child, .dokan-pagination-container .page-numbers li:last-child, .dokan-pagination-container .woocommerce-pagination li:last-child, .pagination_blog .dokan-pagination li:last-child, .pagination_blog .page-numbers li:last-child, .pagination_blog .woocommerce-pagination li:last-child, .woocommerce .dokan-pagination li:last-child, .woocommerce .page-numbers li:last-child, .woocommerce .woocommerce-pagination li:last-child {
margin-right: 0px !important;
}
.dokan-pagination-container .dokan-pagination li a, .dokan-pagination-container .dokan-pagination li span, .dokan-pagination-container .page-numbers li a, .dokan-pagination-container .page-numbers li span, .dokan-pagination-container .woocommerce-pagination li a, .dokan-pagination-container .woocommerce-pagination li span, .pagination_blog .dokan-pagination li a, .pagination_blog .dokan-pagination li span, .pagination_blog .page-numbers li a, .pagination_blog .page-numbers li span, .pagination_blog .woocommerce-pagination li a, .pagination_blog .woocommerce-pagination li span, .woocommerce .dokan-pagination li a, .woocommerce .dokan-pagination li span, .woocommerce .page-numbers li a, .woocommerce .page-numbers li span, .woocommerce .woocommerce-pagination li a, .woocommerce .woocommerce-pagination li span {
display: block !important;
padding: 0px 0px !important;
text-align: center !important;
font-weight: 700 !important;
font-family: var(--font-heading);
text-transform: none;
font-size: 17px !important;
border-radius: 30px !important;
border: 1px solid var(--border-color) !important;
background: #fff !important;
box-shadow: unset !important;
height: 40px !important;
width: 40px !important;
cursor: pointer;
line-height: 40px !important;
}
.dokan-pagination-container .dokan-pagination li span, .dokan-pagination-container .page-numbers li span, .dokan-pagination-container .woocommerce-pagination li span, .pagination_blog .dokan-pagination li span, .pagination_blog .page-numbers li span, .pagination_blog .woocommerce-pagination li span, .woocommerce .dokan-pagination li span, .woocommerce .page-numbers li span, .woocommerce .woocommerce-pagination li span {
width: 40px !important;
line-height: 40px !important;
}
.dokan-pagination-container .dokan-pagination li span.current, .dokan-pagination-container .dokan-pagination li span:hover, .dokan-pagination-container .page-numbers li span.current, .dokan-pagination-container .page-numbers li span:hover, .dokan-pagination-container .woocommerce-pagination li span.current, .dokan-pagination-container .woocommerce-pagination li span:hover, .pagination_blog .dokan-pagination li span.current, .pagination_blog .dokan-pagination li span:hover, .pagination_blog .page-numbers li span.current, .pagination_blog .page-numbers li span:hover, .pagination_blog .woocommerce-pagination li span.current, .pagination_blog .woocommerce-pagination li span:hover, .woocommerce .dokan-pagination li span.current, .woocommerce .dokan-pagination li span:hover, .woocommerce .page-numbers li span.current, .woocommerce .page-numbers li span:hover, .woocommerce .woocommerce-pagination li span.current, .woocommerce .woocommerce-pagination li span:hover {
border-color: var(--color-brand) !important;
background: var(--color-brand) !important;
color: #fff !important;
}
.dokan-pagination-container .dokan-pagination li i, .dokan-pagination-container .page-numbers li i, .dokan-pagination-container .woocommerce-pagination li i, .pagination_blog .dokan-pagination li i, .pagination_blog .page-numbers li i, .pagination_blog .woocommerce-pagination li i, .woocommerce .dokan-pagination li i, .woocommerce .page-numbers li i, .woocommerce .woocommerce-pagination li i {
font-size: 24px;
position: relative;
top: 5px;
}
.dokan-pagination-container .dokan-pagination li.active a, .dokan-pagination-container .dokan-pagination li.active span, .dokan-pagination-container .dokan-pagination li:hover a, .dokan-pagination-container .dokan-pagination li:hover span, .dokan-pagination-container .page-numbers li.active a, .dokan-pagination-container .page-numbers li.active span, .dokan-pagination-container .page-numbers li:hover a, .dokan-pagination-container .page-numbers li:hover span, .dokan-pagination-container .woocommerce-pagination li.active a, .dokan-pagination-container .woocommerce-pagination li.active span, .dokan-pagination-container .woocommerce-pagination li:hover a, .dokan-pagination-container .woocommerce-pagination li:hover span, .pagination_blog .dokan-pagination li.active a, .pagination_blog .dokan-pagination li.active span, .pagination_blog .dokan-pagination li:hover a, .pagination_blog .dokan-pagination li:hover span, .pagination_blog .page-numbers li.active a, .pagination_blog .page-numbers li.active span, .pagination_blog .page-numbers li:hover a, .pagination_blog .page-numbers li:hover span, .pagination_blog .woocommerce-pagination li.active a, .pagination_blog .woocommerce-pagination li.active span, .pagination_blog .woocommerce-pagination li:hover a, .pagination_blog .woocommerce-pagination li:hover span, .woocommerce .dokan-pagination li.active a, .woocommerce .dokan-pagination li.active span, .woocommerce .dokan-pagination li:hover a, .woocommerce .dokan-pagination li:hover span, .woocommerce .page-numbers li.active a, .woocommerce .page-numbers li.active span, .woocommerce .page-numbers li:hover a, .woocommerce .page-numbers li:hover span, .woocommerce .woocommerce-pagination li.active a, .woocommerce .woocommerce-pagination li.active span, .woocommerce .woocommerce-pagination li:hover a, .woocommerce .woocommerce-pagination li:hover span {
border-color: var(--color-brand) !important;
background: var(--color-brand) !important;
color: #fff !important;
}
.dokan-pagination-container .dokan-pagination li:first-child a, .dokan-pagination-container .dokan-pagination li:last-child a, .dokan-pagination-container .page-numbers li:first-child a, .dokan-pagination-container .page-numbers li:last-child a, .dokan-pagination-container .woocommerce-pagination li:first-child a, .dokan-pagination-container .woocommerce-pagination li:last-child a, .pagination_blog .dokan-pagination li:first-child a, .pagination_blog .dokan-pagination li:last-child a, .pagination_blog .page-numbers li:first-child a, .pagination_blog .page-numbers li:last-child a, .pagination_blog .woocommerce-pagination li:first-child a, .pagination_blog .woocommerce-pagination li:last-child a, .woocommerce .dokan-pagination li:first-child a, .woocommerce .dokan-pagination li:last-child a, .woocommerce .page-numbers li:first-child a, .woocommerce .page-numbers li:last-child a, .woocommerce .woocommerce-pagination li:first-child a, .woocommerce .woocommerce-pagination li:last-child a {
width: auto !important;
line-height: 35px !important;
}
.dokan-pagination-container .page-numbers li:first-child a, .dokan-pagination-container .page-numbers li:last-child a, .pagination_blog .page-numbers li:first-child a, .pagination_blog .page-numbers li:last-child a, .woocommerce .page-numbers li:first-child a, .woocommerce .page-numbers li:last-child a {
width: 40px !important;
line-height: 40px !important;
}
.dokan-store-widget {
margin-bottom: 30px;
}
.dokan-store-widget .store-cat-stack-dokan {
position: relative;
}
.dokan-store-widget .store-cat-stack-dokan li {
position: relative;
display: unset;
}
.dokan-store-widget .store-cat-stack-dokan li a {
font-size: 16px;
line-height: 26px;
padding-bottom: 10px;
font-family: var(--font-heading);
color: var(--color-text);
font-weight: 400;
display: block;
}
.dokan-store-widget .store-cat-stack-dokan li a::before {
position: relative;
content: "\f10e";
margin-right: 10px;
font-family: uicons-regular-straight !important;
font-size: 10px;
line-height: 10px;
top: -1px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-img {
position: relative;
height: 300px !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
height: auto !important;
position: relative;
background-color: unset !important;
color: #444;
border: 0px !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
padding: 0px !important;
background: unset !important;
margin: 0px !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .store-name {
font-size: 22px;
line-height: 32px;
color: var(--color-heading);
margin-bottom: 20px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .dokan-store-info li {
display: block !important;
text-align: center !important;
margin-bottom: 4px;
width: 100%;
color: var(--color-text);
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .dokan-store-info li i {
display: block !important;
margin-left: 0px !important;
color: var(--color-brand);
margin-right: 5px;
display: inline-block !important;
float: unset !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .dokan-store-info li:after {
display: none !important;
}
.store-social-wrapper {
position: relative;
}
.store-social-wrapper .store-social li {
display: inline-block;
margin: 0px 5px;
}
.store-social-wrapper .store-social li a {
text-align: center;
margin-right: 5px;
color: #fff;
transition-duration: 0.5s;
height: 40px;
width: 40px;
line-height: 40px !important;
display: inline-flex;
background: var(--color-brand);
border-radius: 40px;
align-content: center;
justify-content: center;
}
.store-social-wrapper .store-social li a i {
font-size: 18px !important;
color: #fff !important;
line-height: 40px !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img {
width: 69%;
float: right;
position: relative;
display: block !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
width: 30%;
float: left;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
margin: 0px !important;
padding: 40px !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-img img {
background: unset !important;
padding: 0px !important;
border: 0px !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info {
padding: 0px !important;
width: 100% !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .store-name {
color: #fff;
margin-bottom: 12px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .dokan-store-info li {
display: block;
float: unset !important;
color: #fff;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .dokan-store-info li::before {
display: none !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .store-social-wrapper {
position: relative;
margin-top: 20px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .store-social-wrapper .store-social li {
margin: 0 3px 0 0 !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .store-social-wrapper .store-social li a {
background: var(--color-brand-dark);
}
input[type=submit].dokan-btn {
margin-bottom: 20px !important;
}
.dokan-add-new-product-popup h2 {
font-size: 20px;
line-height: 32px;
font-weight: 700;
color: var(--color-heading) !important;
}
.dokan-add-new-product-popup h2 i {
color: var(--color-brand);
}
.dokan-form-control {
height: 50px !important;
line-height: 50px !important;
}
.pro_layout3 .profile-frame {
padding: 0px !important;
border: 0px !important;
} .dgwt-wcas-search-form {
opacity: 1 !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
border: 0px !important;
height: 46px;
background: unset !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
transform: unset !important;
color: #fff !important;
font-size: 14px;
font-family: var(--font-heading);
font-weight: 600;
text-transform: none;
text-shadow: unset;
height: 40px !important;
padding: 0 22px;
min-height: 40px;
border-radius: 3px;
top: 0px;
right: 3px !important;
left: unset !important;
position: absolute;
bottom: 0;
margin: auto;
pointer-events: fill !important;
opacity: 1 !important;
background: var(--color-brand);
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
background: var(--color-brand-2) !important;
border: unset !important;
border-radius: 3px !important;
box-shadow: unset !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover .dgwt-wcas-ico-magnifier path {
fill: var(--color-heading) !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path {
fill: #fff !important;
}
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::before {
display: none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding: 13px 24px 13px 24px;
color: var(--color-text);
font-weight: 500;
font-family: var(--font-heading);
font-size: 14px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
font-size: 14px !important;
color: var(--color-text);
font-weight: 500;
font-family: var(--font-heading);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
font-size: 14px !important;
color: var(--color-text);
font-weight: 500;
font-family: var(--font-heading);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
padding: 0px;
}
.dgwt-wcas-st, .dgwt-wcas-details-title-tax {
font-size: 15px !important;
text-transform: unset !important;
font-weight: 600;
font-family: var(--font-heading);
color: var(--color-heading) !important;
}
.dgwt-wcas-st strong, .dgwt-wcas-details-title-tax strong {
color: var(--color-heading) !important;
}
.dgwt-wcas-suggestion-cat {
margin-bottom: 10px;
padding: 10px 15px;
}
.dgwt-wcas-suggestion-cat span {
color: var(--color-text) !important;
font-size: 14px !important;
}
.dgwt-wcas-suggestions-wrapp {
border: 1px solid var(--border-color) !important;
padding: 20px !important;
margin-top: 6px !important;
}
.dgwt-wcas-details-wrapp {
border: 1px solid var(--border-color) !important;
padding: 20px !important;
margin-top: 6px;
margin-left: 38px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-datails-title {
color: var(--color-brand);
font-family: var(--font-heading);
padding: 8px 15px;
background: var(--background-3);
border: 0px !important;
border-radius: 5px;
margin: 0px 0px 15px !important;
}
.dgwt-wcas-details-space {
margin-top: 5px !important;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
font-weight: 600;
font-family: var(--font-heading);
color: var(--color-heading) !important;
margin-bottom: 10px;
margin-top: 5px;
border-bottom: 0px !important;
font-size: 16px !important;
padding: 10px 15px;
background: var(--background-3);
border-radius: 5px;
font-size: 16px !important;
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
border-bottom: unset !important;
padding-bottom: unset !important;
text-transform: unset !important;
margin-top: unset !important;
font-size: unset !important;
}
.dgwt-wcas-tax-product-details {
border-radius: 5px;
}
.dgwt-wcas-tpd-rest-title {
font-size: 16px !important;
margin-bottom: 0px !important;
font-weight: 600 !important;
font-family: var(--font-heading) !important;
color: var(--color-heading) !important;
}
.dgwt-wcas-tpd-price {
font-size: 14px !important;
color: var(--color-text) !important;
font-family: var(--font-heading) !important;
}
.dgwt-wcas-tpd-price bdi {
color: var(--color-brand) !important;
}
.dgwt-wcas-tpd-price .woocommerce-Price-currencySymbol {
color: var(--color-text) !important;
}
.dgwt-wcas-tpd-price del {
text-decoration-color: var(--color-brand) !important;
}
.dgwt-wcas-tpd-price ins {
text-decoration-color: var(--color-brand) !important;
}
.dgwt-wcas-suggestion-product {
padding: 15px 15px !important;
border-radius: 4px !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
background: var(--color-brand-dark) !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .dgwt-wcas-st-title {
color: #fff !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .dgwt-wcas-st-title strong {
color: #fff !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .dgwt-wcas-sd {
color: rgba(255, 255, 255, 0.8) !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .woocommerce-Price-amount.amount bdi {
color: #fff !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
color: #fff !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .dgwt-wcas-sp del {
text-decoration-color: #fff !important;
}
.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected .dgwt-wcas-sp ins {
text-decoration-color: #fff !important;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-st-title {
font-size: 16px !important;
margin-bottom: 5px;
font-family: var(--font-heading) !important;
color: var(--color-heading) !important;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-st-title strong {
color: var(--color-heading) !important;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-sd {
font-size: 12px;
font-family: var(--font-text) !important;
color: var(--color-text) !important;
line-height: 22px !important;
font-weight: 400 !important;
}
.dgwt-wcas-suggestion-product .woocommerce-Price-amount.amount {
font-size: 12px !important;
font-weight: 600;
font-family: var(--font-heading) !important;
}
.dgwt-wcas-suggestion-product .woocommerce-Price-amount.amount bdi {
color: var(--color-brand) !important;
}
.dgwt-wcas-suggestion-product .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
color: var(--color-brand) !important;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-sp del {
opacity: 0.8;
text-decoration-color: var(--color-brand) !important;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-sp ins {
opacity: 1 !important;
text-decoration: unset !important;
}
.dgwt-wcas-is-details .dgwt-wcas-si {
width: 60px !important;
}
.dgwt-wcas-is-details .dgwt-wcas-si img {
border: 1px solid var(--border-color) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-main-image {
border-bottom-color: var(--border-color) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space {
padding: 10px 0px !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-product-title {
font-size: 20px;
margin: 0px !important;
font-family: var(--font-heading) !important;
font-weight: 600 !important;
color: var(--color-heading) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price {
font-size: 16px;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price bdi {
color: var(--color-brand-dark) !important;
font-family: var(--font-heading) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price .woocommerce-Price-currencySymbol {
color: var(--color-brand) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price del {
opacity: 0.8;
text-decoration-color: var(--color-brand) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price ins {
opacity: 1 !important;
text-decoration: unset !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-desc {
font-size: 15px !important;
line-height: 26px !important;
color: var(--color-text) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-addtc-form {
justify-content: flex-start !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .quantity button i {
color: var(--color-brand) !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .add_to_cart_button {
padding: 14px 20px !important;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .add_to_cart_button span, .dgwt-wcas-product-details .dgwt-wcas-details-space .add_to_cart_button i {
color: #fff !important;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
padding: 0px !important;
}
.cart-dropdown-wrap .widget_shopping_cart_content ul {
max-height: 350px;
padding: 30px 20px 15px !important;
overflow: auto;
}
.cart-dropdown-wrap .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
padding-top: 0px !important;
}
.cart-dropdown-wrap .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
padding-bottom: 25px !important;
}
.cart-dropdown-wrap .widget_shopping_cart_content .woocommerce-mini-cart__total.total, .cart-dropdown-wrap .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
padding-left: 20px !important;
padding-right: 20px !important;
}
.contnet_cart_box {
position: relative;
}
.contnet_cart_box .woocommerce-mini-cart__empty-message {
text-align: center;
padding: 20px;
}
.contnet_cart_box .woocommerce-mini-cart__total.total {
padding: 0px 0px 10px;
border-radius: 5px;
}
.contnet_cart_box .woocommerce-mini-cart__total.total strong {
font-size: 16px;
line-height: 26px;
display: inline-block;
font-family: var(--font-heading);
margin-right: 5px;
color: var(--color-text);
}
.contnet_cart_box .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
color: var(--color-brand) !important;
font-weight: 600;
}
.contnet_cart_box .woocommerce-mini-cart {
position: relative;
padding-left: 0px !important;
border-bottom: 1px solid var(--border-color);
margin-bottom: 15px !important;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item {
position: relative;
display: flex;
margin: 0px !important;
padding: 15px 0px 15px !important;
border-bottom: 1px solid var(--border-color);
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .variation-Vendor p {
font-size: 13px;
line-height: 22px;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box {
display: block;
min-width: 25%;
width: 25%;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box img {
border: 1px solid var(--border-color);
float: none !important;
width: 100%;
height: auto;
margin-left: 0px !important;
overflow: hidden;
border-radius: 5px;
padding: 4px;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items {
position: relative;
width: 75%;
min-width: 75%;
padding-right: 35px;
padding-left: 15px;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 {
line-height: normal;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 a {
font-size: 14px;
line-height: 22px;
font-family: var(--font-heading);
font-weight: 700;
margin-bottom: 5px;
color: var(--color-heading);
display: block;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button {
position: absolute;
right: 0px;
top: 11px;
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid var(--border-color);
line-height: 27px;
text-align: center;
display: block;
font-size: 16px;
color: var(--color-brand) !important;
background: #fff;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button:hover {
background: var(--color-brand) !important;
color: #fff !important;
border-color: var(--color-brand) !important;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .variation {
margin: 0;
padding-left: 0px !important;
border-left: 0px !important;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .variation dt, .contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .variation dd {
display: inline-block;
margin: 0px !important;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item:first-child {
padding-top: 0px !important;
}
.contnet_cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
padding-bottom: 0px;
border-bottom: 0px;
}
.contnet_cart_box .woocommerce-mini-cart__buttons {
display: block;
}
.contnet_cart_box .woocommerce-mini-cart__buttons a {
position: relative;
padding: 6px 25px !important;
line-height: 35px !important;
font-size: 14px;
font-family: var(--font-heading);
font-weight: 600;
color: #fff;
background: var(--color-brand);
display: inline-block;
border-radius: 5px;
}
.contnet_cart_box .woocommerce-mini-cart__buttons a:last-child {
float: right;
}
.header-area .hot-deals {
position: relative;
margin-right: 50px;
padding-left: 25px;
position: relative;
min-width: 110px;
}
.header-area .hot-deals svg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
.header-area .hot-deals a {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--color-heading);
font-family: var(--font-heading);
}
.header-area.header-style-5 .hot-deals svg path {
fill: #fff;
}
.header-area.header-style-5 .hot-deals a {
color: #fff;
}
.dgwt-wcas-search-wrapp {
margin-left: 0px !important;
margin-right: auto !important;
}
.select2-container--open .select2-dropdown {
border: 1px solid var(--border-color) !important;
}
.post-type-archive-product .select2-container--open .select2-dropdown--below {
margin-top: 0px !important;
}
.header-action-2 .button_text {
padding-right: 30px;
padding-left: 30px;
}
.header-action-2 .button_text a {
border: 0 !important;
min-height: 40px !important;
line-height: 26px !important;
font-size: 14px !important;
font-weight: 500 !important;
padding-left: 13px !important;
padding-top: 6px !important;
padding-bottom: 6px !important;
min-width: 164px !important;
max-width: unset !important;
border-radius: 5px !important;
background-color: #fff !important;
border: 1px solid var(--border-color) !important;
box-shadow: var(--box-shadown-2) !important;
color: var(--color-brand) !important;
}
.header-action-2 .button_text a i {
font-size: 16px;
margin-left: 5px;
position: relative;
top: 3px;
}
.header-action-2 .button_text:hover {
transform: translateY(-3px);
transition: 0.2s;
}
.header-action-2 .header-action-icon-2 > a > span > svg {
font-size: 1em;
width: unset;
height: unset;
}
.header-action-2 .header-action-icon-2 > a.sm_icon {
padding-right: 5px;
display: inline-block;
}
.header-action-2 .header-action-icon-2.cart > a > svg {
font-size: 24px;
}
.header-action-2 .wish_ones span {
line-height: 24px !important;
}
.main-menu > nav > ul > li.current_page_item.active > a {
color: var(--color-brand);
}
.header-style-5 .main-menu > nav > ul > li.current_page_item.active > a {
color: var(--color-brand-2);
}
.categories-dropdown-wrap.header_dropdown {
max-height: 350px;
overflow: auto;
}
.categories-dropdown-wrap.header_dropdown ul li.content_cat_list {
width: 47%;
float: left;
margin: 0px 5px 10px;
padding: 0px 0px;
position: relative;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.categories-dropdown-wrap.header_dropdown ul li.content_cat_list a {
display: block;
padding: 0px 15px 0px 15px;
line-height: 50px;
}
.categories-dropdown-wrap.header_dropdown ul li.content_cat_list.cat_image_in a {
padding: 0px 15px 0px 55px;
}
.categories-dropdown-wrap.header_dropdown ul li.content_cat_list:last-child {
margin-bottom: 12px !important;
}
.categories-dropdown-wrap.header_dropdown ul li a img {
position: absolute;
top: 0;
bottom: 0;
left: 15px;
margin: auto;
}
.categories-dropdown-wrap.header_dropdown .more_categories {
width: 100%;
padding-top: 10px;
}
.categori-dropdown-inner {
display: block !important;
}
.dgwt-wcas-layout-icon {
position: relative;
margin-left: unset !important;
}
.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
left: 0 !important;
}
.dgwt-wcas-layout-icon .dgwt-wcas-search-icon {
display: none !important;
}
.dgwt-wcas-layout-icon .dgwt-wcas-search-icon-arrow {
display: none;
}
.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
display: block !important;
position: relative !important;
}
.dgwt-wcas-layout-icon .dgwt-wcas-st--direct-headline {
display: none !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
box-shadow: unset !important;
}
.dgwt-wcas-st .dgwt-wcas-st--direct-headline {
font-size: 16px !important;
margin-bottom: 10px !important;
color: var(--color-heading) !important;
text-transform: unset !important;
font-family: var(--font-heading) !important;
}
.dgwt-wcas-suggestion-selected {
background: unset !important;
} .slider-btn.slider-next i,
.slider-btn.slider-prev i {
line-height: 20px !important;
font-size: 20px;
position: absolute;
height: 20px;
width: 20px;
text-align: center;
top: 0;
border: 0;
right: 0;
left: 0;
text-align: center;
bottom: 0;
display: block;
margin: auto !important;
}
.form-subcriber form {
min-width: 450px;
position: relative;
}
.form-subcriber form input {
border: 0px !important;
padding: 0px 30px !important;
border-radius: 50px !important;
}
.form-subcriber form input[type=submit] {
position: absolute;
width: auto;
display: inline-block;
border-radius: 50px !important;
right: 0;
font-family: var(--font-heading);
}
@media (max-width: 500px) {
.form-subcriber form {
min-width: 100%;
position: relative;
}
.form-subcriber form input {
border: 0px !important;
padding: 0px 30px !important;
}
.form-subcriber form input[type=submit] {
position: absolute;
width: auto;
display: inline-block;
border-radius: 50px !important;
right: 0;
font-family: var(--font-heading);
}
}
.banner-img img {
border-radius: 10px !important;
}
.banner-img.style-5 h4 {
min-height: auto;
}
.banner-img.style-3 .banner-text {
margin-top: 50px !important;
}
.banner-img.style-3 .banner-text h2 {
margin-bottom: 50px !important;
} .section_title {
position: relative;
}
.section_title .title_whole {
position: relative;
}
.section_title .title_whole .title {
padding-bottom: 20px;
font-size: 30px;
font-family: var(--font-heading);
font-weight: 700;
line-height: 30px;
color: var(--color-heading);
}
.section_title .title_whole i {
position: relative;
bottom: 0;
font-size: 15px;
color: var(--border-color-2);
} .default_single_product .grouped_form .button {
margin: 10px 0px 0px;
}
.cart_notice {
position: fixed;
margin: 0px 0px 10px;
right: 15px;
bottom: 0px;
z-index: 9999;
max-width: 400px;
}
.cart_notice .woocommerce-error, .cart_notice .woocommerce-info, .cart_notice .woocommerce-message {
border-top: 0px !important;
margin: 0px 0px 10px !important;
padding: 0px 0px 0px !important;
font-size: 15px;
font-weight: 600;
font-family: var(--font-heading);
line-height: 20px;
padding: 10px;
color: var(--color-heading);
}
.cart_notice .woocommerce-error li, .cart_notice .woocommerce-info li, .cart_notice .woocommerce-message li {
position: relative;
height: auto;
padding: 20px 20px 50px !important;
color: #fff;
border-radius: 5px;
box-shadow: var(--box-shadow-4);
background: var(--color-danger);
min-height: unset;
margin-bottom: 0px !important;
}
.cart_notice .woocommerce-error li a, .cart_notice .woocommerce-info li a, .cart_notice .woocommerce-message li a {
left: 20px !important;
bottom: 20px !important;
color: #fff !important;
}
.cart_notice .woocommerce-error li .cartnotice_close, .cart_notice .woocommerce-info li .cartnotice_close, .cart_notice .woocommerce-message li .cartnotice_close {
background: var(--color-heading);
}
.cart_notice .woocommerce-error::before, .cart_notice .woocommerce-info::before, .cart_notice .woocommerce-message::before {
display: none;
}
.cart_notice .woocommerce-error a.button, .cart_notice .woocommerce-info a.button, .cart_notice .woocommerce-message a.button {
background: unset !important;
display: block !important;
font-size: 14px;
line-height: 20px;
float: unset;
position: absolute;
color: var(--color-heading) !important;
bottom: 16px;
left: 100px;
font-weight: 500 !important;
padding: 0px !important;
text-decoration: underline !important;
min-height: unset !important;
}
.cart_notice .woocommerce-error .cartnotice_close, .cart_notice .woocommerce-info .cartnotice_close, .cart_notice .woocommerce-message .cartnotice_close {
position: absolute;
padding: 0px !important;
text-align: center;
top: -2px;
right: -2px;
width: 20px;
height: 20px;
border-radius: 20px;
text-align: center;
line-height: 20px;
}
.cart_notice .woocommerce-error {
padding: 0px;
background: unset !important;
}
.cart_notice .woocommerce-info {
background: var(--color-brand-2);
}
.cart_notice .woocommerce-message {
height: auto;
padding: 18px 20px 48px 100px !important;
border-radius: 5px;
overflow: hidden;
box-shadow: var(--box-shadown-3);
background: var(--background-3);
min-height: 90px;
}
.cart_notice .woocommerce-message .product-image {
position: absolute;
left: 15px;
top: 0;
bottom: 0;
margin: auto;
width: 70px;
height: 70px;
}
.cart_notice .woocommerce-message .product-image img {
height: auto;
width: auto;
}
.product-tabs, .product-tabs_two {
position: relative;
}
.product-tabs ul, .product-tabs_two ul {
display: block;
}
.product-tabs ul li, .product-tabs_two ul li {
display: inline-block;
}
.filter_carousel .slider-prev {
position: absolute;
left: 0;
cursor: pointer;
background: #F2F3F4;
width: 45px;
height: 45px;
position: absolute;
display: block;
z-index: 100;
border-radius: 50%;
transition: all 0.2s ease-out;
text-align: center;
line-height: 45px;
font-size: 16px;
color: #7E7E7E;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-top: -100px;
}
.filter_carousel .slider-next {
position: absolute;
right: 0;
cursor: pointer;
background: #F2F3F4;
width: 45px;
height: 45px;
position: absolute;
display: block;
z-index: 100;
border-radius: 50%;
transition: all 0.2s ease-out;
text-align: center;
line-height: 45px;
font-size: 16px;
color: #7E7E7E;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-top: -100px;
}
.filter_carousel .slider-prev:hover, .filter_carousel .slider-next:hover {
background-color: var(--color-brand);
color: #fff;
border-color: var(--color-brand);
} .banner-left-icon .banner-icon span {
font-size: 50px;
color: var(--color-brand);
}
.icon_box_custom h3 a {
color: var(--font-heading);
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.icon_box_custom h4 a {
font-size: 24px;
color: var(--font-heading);
font-weight: 700;
display: block;
line-height: 1.2;
}
.icon_box_custom.featured-card .banner-icon {
margin-bottom: 30px;
}
.icon_box_custom.featured-card .banner-icon span {
font-size: 70px;
color: var(--color-brand);
}
.team-card {
position: relative;
}
.team-card img {
border-radius: 15px !important;
}
.team-card h4 a {
display: block;
color: var(--font-heading);
} .widget-about {
position: relative;
}
.widget-about .contact-infor {
position: relative;
margin-bottom: 12px;
}
.widget-about .contact-infor i {
color: var(--color-brand);
margin-right: 5px;
}
.widget-about strong {
font-family: var(--font-heading);
}
.foo_wid_title {
font-family: var(--font-heading);
color: var(--color-heading);
font-weight: 700;
line-height: 1.2;
margin: 0px 0 20px 0;
font-size: 24px;
}
.footer-list li {
margin: 0px !important;
}
.footer-list li a {
display: block;
margin: 0 0 13px;
position: relative;
transition-duration: 0.3s;
font-weight: 500;
font-family: var(--font-text);
font-weight: 400;
line-height: 24px;
}
.footer-list li:hover {
padding-left: 0px;
}
.card-2 figure {
margin-bottom: 20px !important;
}
.simple_image_boxes {
position: relative;
}
.simple_image_boxes.image_fit {
position: relative;
overflow: hidden;
}
.simple_image_boxes.image_fit img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
} .contact_box {
position: relative;
}
.contact_box .box_content .contact-infor {
position: relative;
margin-bottom: 5px;
font-size: 14px;
color: var(--color-text);
}
.contact_form_box_all {
position: relative;
}
.contact_form_box_all input {
position: relative;
margin: 6px 0px 10px;
display: block;
width: 100%;
}
.contact_form_box_all br {
display: none;
}
.contact_form_box_all textarea, .contact_form_box_all select, .contact_form_box_all .select2-selection {
margin: 6px 0px 10px;
}
.contact_form_box_all label {
width: 100%;
display: block;
}
.contact_form_box_all span {
width: 100%;
display: block;
}
.contact_form_box_all .wpcf7-checkbox label, .contact_form_box_all .wpcf7-acceptance label, .contact_form_box_all .wpcf7-radio label {
width: auto;
display: inline-block;
}
.contact_form_box_all .wpcf7-checkbox span, .contact_form_box_all .wpcf7-acceptance span, .contact_form_box_all .wpcf7-radio span {
width: auto;
display: inline-block;
}
.contact_form_box_all .wpcf7-checkbox span.first, .contact_form_box_all .wpcf7-acceptance span.first, .contact_form_box_all .wpcf7-radio span.first {
margin-left: 0px !important;
}
.contact_form_box_all .wpcf7-checkbox input, .contact_form_box_all .wpcf7-acceptance input, .contact_form_box_all .wpcf7-radio input {
border: 1px solid var(--border-color) !important;
width: 15px !important;
height: 15px !important;
}
.select2-selection--multiple {
border: 1px solid var(--border-color) !important;
border-radius: 10px !important;
min-height: 50px !important;
box-shadow: none !important;
padding: 10px 10px 10px 20px !important;
font-size: var(--font-md) !important;
width: 100% !important;
}
.select2-selection--multiple li {
display: inline-block;
}
.select2-selection--multiple li.select2-selection__choice {
background-color: var(--color-brand) !important;
color: #fff;
font-family: var(--font-heading);
}
.select2-selection--multiple li input {
display: block;
border: 0px !important;
height: auto !important;
}
.select2-selection--multiple li .select2-selection__choice__remove {
width: auto;
display: inline-block;
color: #fff !important;
}
.wpcf7 input[type=file] {
cursor: pointer;
border: 0px !important;
width: unset;
height: auto;
min-width: auto;
min-height: auto;
padding: 0px;
border-radius: 0px;
}
input[type=file]::file-selector-button {
border: 2px solid var(--border-color-2);
background: var(--background-1) !important;
padding: 10px 20px;
border-radius: 8px;
background-color: var(--background-1) !important;
transition: 1s;
}
input[type=date]::-webkit-calendar-picker-indicator {
right: 10px;
display: block;
position: relative;
opacity: 0.5;
}
.mobile-social-icon h6 {
display: inline-block;
margin-right: 6px;
margin-bottom: 0px !important;
}
.mobile-social-icon a {
position: relative;
}
.mobile-social-icon a i, .mobile-social-icon a span {
font-size: 12px;
height: 12px;
line-height: 12px;
width: 12px;
text-align: center;
top: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #fff;
margin: auto;
}
.banner-img {
position: relative;
}
.banner-img .ab_link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.menu-banner-wrap {
overflow: hidden;
position: relative;
border-radius: 20px;
}
.menu-banner-wrap .ab_link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.menu-banner-wrap a {
display: block;
padding: unset !important;
}
.menu-banner-wrap a img {
width: 100%;
border-radius: 20px;
}
.menu-banner-wrap .menu-banner-content {
position: absolute;
top: 32px;
left: 30px;
}
.menu-banner-wrap .menu-banner-content h3 {
font-size: 24px;
font-weight: 700;
line-height: 1.5;
margin: 5px 0 11px;
}
.menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
font-size: var(--font-xl);
font-weight: 400;
color: #696969;
text-decoration: line-through;
margin-left: 5px;
}
.menu-banner-wrap .menu-banner-content .menu-banner-btn a {
display: inline-block;
font-size: var(--font-md);
font-weight: 700;
color: #ffffff;
border-radius: 26px;
padding: 12px 22px 14px !important;
background-color: var(--color-brand) !important;
}
.menu-banner-wrap .menu-banner-discount h3 span {
display: block;
line-height: 1;
font-weight: 700;
font-size: 20px;
margin: 0 0 3px;
}
.menu-banner-wrap:hover .menu-banner-btn a {
background-color: var(--color-danger);
}
.menu-banner-wrap .menu-banner-content h4 {
font-size: var(--font-md);
text-transform: uppercase;
font-weight: 500;
margin: 0;
}
.menu-banner-wrap .menu-banner-content .menu-banner-price {
margin: 0 0 28px;
}
.menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
font-size: 24px;
font-weight: 700;
color: var(--color-danger);
}
.menu-banner-wrap .menu-banner-discount {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffd55a;
position: absolute;
top: 13%;
right: 7%;
}
.menu-banner-wrap .menu-banner-discount h3 {
color: #333;
margin: 0;
text-align: center;
font-size: var(--font-xl);
font-weight: 600;
line-height: 1;
}
.mega_menu .sub-menu {
border-radius: unset !important;
border: unset !important;
box-shadow: unset !important;
min-width: unset !important;
margin-top: unset !important;
padding: unset !important;
background: unset !important;
} .woocommerce-checkout-review-order {
padding: 30px;
background: #fff;
margin-bottom: 50px !important;
margin-top: 50px !important;
box-shadow: var(--box-shadown-2);
border-radius: 15px;
border: 1px solid var(--border-color) !important;
padding: 30px 40px;
}
.woocommerce-checkout-review-order #order_review_heading {
font-family: var(--font-heading);
color: var(--color-heading);
font-weight: 700;
font-size: 24px;
display: block;
padding-bottom: 30px;
line-height: 1.2;
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color) !important;
}
.woocommerce-products-header .select2-container--default .select2-selection--single {
height: 54px !important;
line-height: 54px !important;
}
.woocommerce-products-header .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 15px !important;
}
.woocommerce-products-header .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 54px !important;
}
.blockOverlay {
background: rgba(255, 255, 255, 0.8) !important;
}
.blockUI.blockOverlay::before,
.wpfLoaderLayout i:before {
content: "" !important;
font-family: unset !important;
vertical-align: top;
font-weight: 400;
position: absolute;
width: 16px !important;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
height: 16px !important;
margin: auto !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0px !important;
animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
background: unset !important;
}
.wpfLoaderLayout i {
animation: unset !important;
} .style_list .nav {
display: block;
}
.style_list .nav li {
display: block;
margin-right: 0px;
margin-bottom: 20px;
}
.style_list .nav li a {
font-weight: 600;
font-size: 15px;
line-height: 24px;
font-family: var(--font-heading);
color: var(--color-text);
display: block;
padding: 0px !important;
margin: 0px !important;
}
.style_linline .nav {
display: block;
}
.style_linline .nav li {
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
}
.style_linline .nav li a {
font-weight: 600;
font-size: 15px;
line-height: 24px;
font-family: var(--font-heading);
color: var(--color-heading);
display: block;
padding: 0px !important;
margin: 0px !important;
}
.style_linline .nav li:last-child {
margin-right: 0px;
}
.download-app {
margin: unset !important;
}
.download-app a {
margin: unset !important;
padding: 0px 10px 10px;
}
.download-app a img {
max-width: 100% !important;
} .product-type-variable .short-desc {
margin-bottom: 15px !important;
}
.variations_form {
position: relative;
}
.variations_form .reset_variations {
position: relative;
display: none;
}
.variations_form .woocommerce-variation-availability {
margin-bottom: 10px;
}
.variations_form .button-variable-wrapper .variable-item {
border: 1px solid var(--border-color) !important;
color: var(--color-text) !important;
font-family: var(--font-text) !important;
box-shadow: unset !important;
padding: 6px 9px !important;
border-radius: 5px !important;
transition: all 0.2s ease-out;
}
.variations_form .button-variable-wrapper .variable-item.selected {
background: var(--color-brand) !important;
color: #fff !important;
border-color: var(--color-brand) !important;
}
.variations_form .button-variable-wrapper .variable-item .variable-item-contents::before, .variations_form .button-variable-wrapper .variable-item .variable-item-contents::after {
display: none !important;
}
.variations_form .button-variable-wrapper .variable-item:hover {
border-color: var(--color-brand-dark) !important;
background: var(--color-brand-dark) !important;
color: #fff !important;
}
.variations_form table {
margin-bottom: 10px !important;
}
.variations_form .price del {
padding-right: 12px;
}
.variations_form table td, .variations_form table th {
padding: 10px !important;
}
.variations_form table th:first-child {
padding-left: 0px !important;
}
.variations_form table td:first-child {
padding-left: 0px !important;
}
.variations_form .select2-container {
max-width: unset !important;
width: auto !important;
min-width: 200px !important;
}
.variations_form .select2-container--default .select2-selection--single {
height: 40px !important;
line-height: 40px !important;
}
.variations_form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px !important;
}
.variations_form .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px !important;
}
.variations_form .reset_variations {
padding-left: 10px;
}
.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
background: var(--color-brand-2) !important;
}
.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
border-top-color: var(--color-brand-2) !important;
}
.wvs-has-image-tooltip:after, .wvs-has-image-tooltip:before, [data-wvstooltip]:after, [data-wvstooltip]:before {
box-shadow: var(--box-shadown-2) !important;
}
.woocommerce div.product form.cart .variations label {
font-size: 18px;
color: var(--color-heading);
text-transform: capitalize;
font-weight: 600;
font-family: var(--font-heading);
}
.tags_and_cat {
position: relative;
border-top: 1px solid var(--border-color);
}
.tags_and_cat .d-flex {
justify-content: space-between;
align-items: flex-start;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.tags_and_cat .d-flex .d-flex {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: unset;
margin-bottom: 32px;
}
.tags_and_cat .d-flex .d-flex .title {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
color: var(--color-heading);
font-family: var(--font-heading);
margin-bottom: 8px !important;
margin-top: 8px !important;
padding-right: 8px;
}
.tags_and_cat .d-flex .d-flex .btn {
border-radius: 4px;
margin: 5px 0px;
}
.tags_and_cat .d-flex .d-flex .btn:last-child {
margin-right: 0px !important;
}
.tags_and_cat .d-flex .tags_content.left_one {
padding-right: 20px;
}
.auto-container {
position: static;
max-width: 1610px;
padding: 0 15px;
margin: 0 auto;
}
.single-product .zoomContainer, .single-product .zoomWindow {
margin-top: -31px;
}
.single-product .product-extra-link2 button:before {
margin-left: 0px !important;
}
.logo a img {
margin: auto;
}
.quick_view_loading {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.quick_view_loading:before {
content: "";
position: absolute;
width: 20px;
border-radius: 50%;
border: 3px solid var(--color-brand-2);
border-top-color: transparent;
height: 20px;
top: 0;
bottom: 0;
left: 0;
right: 0px;
opacity: 0;
animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
margin: auto;
}
.quick_view_loading.loading {
z-index: 99999999;
}
.quick_view_loading.loading:before {
opacity: 1;
visibility: visible;
}
.quick_view {
position: relative;
max-width: 60%;
background: #fff;
padding: 19px 0px;
border-radius: 20px;
margin: auto;
box-shadow: var(--box-shadown-2);
border: 1px solid var(--border-color-2);
overflow: hidden;
transform: translateY(-10%);
transition: all 0.5s;
}
.quick_view .mfp-close {
background: var(--color-brand-2);
color: var(--bs-dark);
border-radius: 0px 15px;
opacity: 1;
}
.quick_view .zoom-icon {
display: none;
}
.quick_view .default_single_product {
width: 100%;
padding: 30px;
overflow: auto;
max-height: 600px;
}
.quick_view .default_single_product .detail-gallery {
float: unset;
width: unset;
}
.quick_view .default_single_product div.summary {
width: unset !important;
float: unset !important;
}
.quick_view .owl-nav {
position: absolute !important;
top: 30%;
right: 0;
left: 0;
height: 36px;
width: 100% !important;
margin: auto;
}
.owl-thumbs {
position: relative;
}
.owl-thumbs .owl-thumb-item {
display: inline-block;
width: 17%;
border: 1px solid var(--border-color);
margin: 0px 5px 5px;
border-radius: 15px;
padding: 0px;
}
.quickview_enable .mfp-ready .quick_view {
transform: translateY(0);
}
.single_row_image {
width: 100% !important;
float: unset !important;
}
.single_row_image .zoomImg {
display: none !important;
}
.single_row_image.vertical_slick_rwo .woocommerce-product-gallery__image {
width: 100% !important;
}
body .wc-gzd-sale-price-label {
display: inline-block;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 18px;
}
.legal-price-info .wc-gzd-additional-info .wc-gzd-additional-info {
text-transform: capitalize;
}
.product p.wc-gzd-additional-info {
font-size: 1rem !important;
}
.wc-gzd-additional-info.product-units-wrapper.product-units .unit {
display: inline-block !important;
}
body .variations .value.woo-variation-items-wrapper {
padding: 0px !important;
}
.default_single_product .deals_box {
display: inline-block;
margin: 20px 0px 10px;
}
.default_single_product .deals_box .deals-countdown .countdown-section {
margin: 0px 20px 0px 0px;
padding: 0px 0px !important;
background: unset !important;
display: inline-block;
text-align: left;
}
.default_single_product .deals_box .deals-countdown .countdown-section .countdown-amount {
display: block;
text-align: left;
}
.default_single_product .deals_box .deals-countdown .countdown-section .countdown-period {
display: block;
text-align: left;
color: var(--color-heading);
font-family: var(--font-heading);
font-weight: 600;
}
.default_single_product .deals_box .deals-countdown .countdown-section:last-child {
margin-right: 0px;
}
.default_single_product .woocommerce-product-details__short-description {
margin-bottom: 20px;
}
.default_single_product .product .product_main_content button:first-child {
margin-left: 0px !important;
}
.default_single_product .product .product_main_content .woosw-btn, .default_single_product .product .product_main_content .woosc-btn {
background: #fff;
border: 1px solid var(--border-color);
color: var(--color-heading);
border-radius: 5px;
display: inline-block;
height: 50px;
line-height: 50px;
font-weight: 600;
font-family: var(--font-heading);
padding: 0px 20px;
position: relative;
text-align: center;
min-width: 50px;
margin: 10px 5px 15px 0;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.default_single_product .product_title {
font-size: 38px;
line-height: 48px;
}
.woocommerce div.product form.cart {
margin-bottom: 15px !important;
}
.video_box_style_one {
position: relative;
margin-bottom: 30px;
}
.video_box_style_one a {
display: inline-block;
padding: 12px 32px;
line-height: 28px;
border-radius: 30px;
border: 1px solid var(--border-color);
color: var(--color-heading);
background: #fff;
box-shadow: var(--box-shadown-2);
font-size: 16px;
font-weight: 700;
font-family: var(--font-heading);
transition: all 0.5s ease-out 0s;
}
.video_box_style_one a i {
font-size: 16px;
margin-right: 5px;
color: var(--color-brand);
}
.video_box_style_one a:hover {
background: var(--color-brand-2);
border-color: var(--color-brand-2);
color: var(--color-heading);
}
.video_box_style_one a:hover i {
color: var(--color-heading);
}
.video_box_style_two {
position: relative;
margin-bottom: 30px;
}
.video_box_style_two iframe, .video_box_style_two video {
width: 100%;
height: auto;
}
.video_box_style_two iframe {
height: 250px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
background: var(--color-brand-2);
}
.product_single_style_three .deals_box, .product_single_style_two .deals_box {
margin: 0px !important;
}
.product_single_style_three .attr-detail .product_meta, .product_single_style_two .attr-detail .product_meta {
margin-top: 0px !important;
}
.product_single_style_two .upper_content, .product_single_style_three .upper_content {
position: relative;
padding-bottom: 18px;
margin-bottom: 15px;
}
.product_single_style_two .upper_content .product_title, .product_single_style_three .upper_content .product_title {
margin-bottom: 6px;
}
.product_single_style_two .upper_content .woocommerce-product-rating, .product_single_style_three .upper_content .woocommerce-product-rating {
margin-bottom: 0px !important;
margin-right: 15px;
}
.product_single_style_two .upper_content .product_meta, .product_single_style_three .upper_content .product_meta {
margin-top: 0px !important;
}
.product_single_style_two .upper_content .meta, .product_single_style_three .upper_content .meta {
border-left: 1px solid var(--border-color);
padding-left: 15px;
margin-left: 5px;
}
.product_single_style_two .upper_content .meta .product_meta span, .product_single_style_three .upper_content .meta .product_meta span {
margin-right: 10px;
}
.product_single_style_two .upper_content .sale_flash, .product_single_style_three .upper_content .sale_flash {
margin-right: 15px;
}
.product_single_style_two .upper_content .sale_flash .onsale, .product_single_style_three .upper_content .sale_flash .onsale {
position: relative;
border-radius: 6px;
background: var(--color-brand-2);
color: var(--color-heading);
top: unset;
padding: 2px 6px;
left: unset;
}
.product_single_style_two .product-info {
padding: 0px;
border: 0px;
border-radius: unset;
}
.product_single_style_two .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs li > a {
border-radius: 6px;
border: 0px;
background: var(--background-2);
}
.product_single_style_two .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs li.active > a {
background: var(--color-brand);
color: #fff;
}
.product_single_style_two .flex-control-thumbs li img {
border-radius: 6px !important;
}
.product_single_style_two .woocommerce-product-gallery {
position: relative;
}
.product_single_style_two .flex-viewport {
margin-left: 90px;
border-radius: 6px !important;
}
.product_single_style_two .video_box_style_one {
margin-left: 90px;
}
.product_single_style_two .tab-style3 {
position: relative;
padding-top: 50px;
margin-top: 15px;
border-top: 1px solid var(--border-color);
}
.product_single_style_three .single_row_image {
margin: 0 -10px;
}
.product_single_style_three .single_row_image .woocommerce-product-gallery__wrapper {
overflow: unset !important;
}
.product_single_style_three .single_row_image .woocommerce-product-gallery__image {
padding: 0 10px 10px;
}
.product_single_style_three .single_row_image .woocommerce-product-gallery__image a {
padding: 10px;
display: block;
border-radius: 6px;
border: 1px solid var(--border-color);
}
.product_single_style_three .product-info {
background: var(--background-1);
border-radius: 10px;
}
.product_single_style_three .upper_content {
margin-bottom: 0px;
}
.product_single_style_three .upper_content .meta {
padding-top: 0px;
border-left: 0px;
padding-left: 0px;
margin-left: 0px;
}
.product_single_style_three .woocommerce-tabs ul.tabs li.active {
background: unset !important;
}
.product_single_style_three .woocommerce-tabs .panel {
margin: 0px !important;
}
.product_single_style_three.single_style_four .product-info {
background: #fff;
}
.product_single_style_three.single_style_four .upper_content .meta {
padding-top: 0px;
}
.product_single_style_three.single_style_four .product_meta {
margin-top: 0px !important;
}
.product_single_style_three.single_style_four .single_row_image .woocommerce-product-gallery__wrapper {
display: flex;
flex-wrap: wrap;
}
.product_single_style_three.single_style_four .single_row_image .woocommerce-product-gallery__image {
min-width: 50% !important;
width: 50%;
padding-bottom: 15px;
}
.product_single_style_three.single_style_four .product_main_content {
padding-left: 40px;
margin-left: 20px;
border-left: 1px solid var(--border-color);
}
.left-sidebar .product_single_style_three.single_style_four .single_row_image .woocommerce-product-gallery__image {
padding-right: 10px;
}
.right-sidebar .product_single_style_three.single_style_four .single_row_image .woocommerce-product-gallery__image {
padding-left: 10px;
}
body.woocommerce .products_box_outer ul.products .product-category.product {
position: relative;
margin-bottom: 15px !important;
}
body.woocommerce .products_box_outer ul.products .product-category.product a {
background: var(--background-2);
border: 1px solid var(--border-color);
border-radius: 10px;
padding: 15px 15px;
text-align: center;
min-height: 40px;
display: block;
transition: 0.2s;
}
body.woocommerce .products_box_outer ul.products .product-category.product a .count {
background: var(--color-brand);
color: #fff;
padding: 3px;
border-radius: 25px;
font-size: 12px;
display: inline-block;
width: 25px;
height: 25px;
margin-left: 4px;
line-height: 20px;
}
body.woocommerce .products_box_outer ul.products .product-category.product a h2 {
font-size: 16px;
font-weight: 600;
padding-left: 15px;
line-height: 26px;
}
body.woocommerce .products_box_outer ul.products .product-category.product a img {
position: relative;
width: 80px;
margin: auto;
margin-bottom: 15px;
}
.no-sidebar .product_single_style_three .up-sells .products li.product {
min-width: 33.33%;
}
.no-sidebar .product_single_style_three .related.products .product_default_layout li.product {
min-width: 25%;
}
.no-sidebar .product_single_style_three.single_style_four .up-sells .products li.product, .no-sidebar .product_single_style_three.single_style_four .related.products .product_default_layout li.product {
min-width: 25%;
}
.up-sells ul.products {
margin: 0 -15px !important;
}
.up-sells ul.products li.product {
padding: 0px 15px !important;
}
.related.products .products {
margin: 0px -15px !important;
}
.related.products li.product {
padding: 0px 15px !important;
}
.left-sidebar .product_single_style_three .up-sells .products li.product, .right-sidebar .product_single_style_three .up-sells .products li.product {
min-width: 50%;
}
.left-sidebar .product_single_style_three .related.products .product_default_layout li.product, .right-sidebar .product_single_style_three .related.products .product_default_layout li.product {
min-width: 33.33%;
}
.left-sidebar .product_single_style_three.single_style_four .up-sells .products li.product, .left-sidebar .product_single_style_three.single_style_four .related.products .product_default_layout li.product, .right-sidebar .product_single_style_three.single_style_four .up-sells .products li.product, .right-sidebar .product_single_style_three.single_style_four .related.products .product_default_layout li.product {
min-width: 33.33%;
}
.flex-control-nav, .single_row_image {
overflow: unset !important;
}
.flex-control-nav .slider-btn, .single_row_image .slider-btn {
position: absolute;
height: 40px;
border-radius: 40px;
border: 1px solid var(--border-color);
background: #fff;
color: var(--color-heading);
width: 40px;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
line-height: 40px;
text-align: center;
font-size: 16px;
top: 0;
bottom: 0;
z-index: 2;
margin: auto;
opacity: 0;
}
.flex-control-nav .slider-btn.slider-prev, .single_row_image .slider-btn.slider-prev {
left: -20px;
}
.flex-control-nav .slider-btn.slider-next, .single_row_image .slider-btn.slider-next {
right: -20px;
}
.flex-control-nav:hover .slider-btn, .single_row_image:hover .slider-btn {
opacity: 1;
}
.slick_slider_two .flex-control-nav {
width: 80px;
position: absolute;
top: 0;
left: 0;
}
.slick_slider_two .flex-control-nav .slider-next {
left: 0;
top: -25px;
right: 0;
bottom: unset;
transform: rotate(-90deg);
}
.slick_slider_two .flex-control-nav .slider-prev {
left: 0;
bottom: -20px;
right: 0;
top: unset;
transform: rotate(-90deg);
}
.slick_slider_two .flex-control-nav li {
padding-right: 0px;
padding-bottom: 5px;
}
.product_single_style_three .vertical_slick_rwo {
position: relative;
}
.product_single_style_three .vertical_slick_rwo .slider-next {
left: 0;
top: -25px;
right: 0;
bottom: unset;
transform: rotate(-90deg);
}
.product_single_style_three .vertical_slick_rwo .slider-prev {
left: 0;
bottom: -10px;
right: 0;
top: unset;
transform: rotate(-90deg);
}
.slick_slider_one .flex-viewport {
margin-bottom: 15px;
}
.woocommerce-terms-and-conditions-checkbox-text {
font-weight: 500 !important;
font-size: 16px;
line-height: 22px;
}
.categories-dropdown-wrap ul li a {
line-height: 18px !important;
}
.filter_side_content {
position: fixed;
background: #fff;
box-shadow: var(--box-shadown-2);
padding: 50px 35px 30px;
width: 400px;
right: -100%;
height: 100%;
top: 0;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
opacity: 0;
z-index: 9999999;
border-left: 1px solid var(--border-color);
overflow: auto;
}
.filter_side_content .sidebar-widget .widget_box {
padding: 0px;
box-shadow: unset;
border-radius: 0px;
border: unset;
}
.nest_filter_side .filter_side_content {
right: 0;
opacity: 1;
}
.nest_filter_side .nest_filter_btn_close {
position: fixed;
top: 0;
right: 0;
background: var(--color-brand-2);
color: var(--color-heading);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.footer-link-widget.display_inline_enabled ul li {
display: inline-block;
padding-right: 15px;
}
.footer-link-widget.display_inline_enabled ul li a {
margin-bottom: 5px;
}
.primary-sidebar .wc-block-components-review-sort-select, .filter_side_content .wc-block-components-review-sort-select {
text-align: start;
}
.primary-sidebar .wc-block-components-review-sort-select .wc-block-sort-select__label span, .filter_side_content .wc-block-components-review-sort-select .wc-block-sort-select__label span {
font-size: 16px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--color-heading);
display: block;
}
.primary-sidebar .select2-container, .filter_side_content .select2-container {
width: 100% !important;
margin-bottom: 10px;
}
.primary-sidebar .select2-container.select2-container--default .select2-selection--single, .filter_side_content .select2-container.select2-container--default .select2-selection--single {
height: 54px !important;
}
.primary-sidebar .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .filter_side_content .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
height: 54px !important;
line-height: 54px !important;
}
.countdown-period {
position: relative;
text-align: center;
}
.countdown-period:before {
position: relative;
left: 0;
content: "";
top: 0;
}
.mvx-main-section .nest_extra_header_items {
display: none;
}
body, html {
height: unset !important;
}
.mvx_bannersec_start .mvx-bannerleft {
padding: 20px;
}
#mvx-store-conatiner .mvx-tab-header, .mvx-main-section .mvx-tab-header {
margin-bottom: 20px !important;
padding: 0px;
}
#mvx-store-conatiner .column-class, .mvx-main-section .column-class {
margin: unset;
}
#mvx-store-conatiner .select2-container--default .select2-selection--single, .mvx-main-section .select2-container--default .select2-selection--single {
height: 44px !important;
}
#mvx-store-conatiner .select2-container--default .select2-selection--single .select2-selection__arrow, .mvx-main-section .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px !important;
}
#mvx-store-conatiner .mvx-store-list.mvx-store-list-vendor, .mvx-main-section .mvx-store-list.mvx-store-list-vendor {
background: #fff;
padding: 25px !important;
border-radius: 5px;
box-shadow: unset !important;
border: 1px solid var(--border-color);
}
#mvx-store-conatiner .select2-container--default .select2-selection--single .select2-selection__rendered, .mvx-main-section .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 44px !important;
}
#mvx-store-conatiner .mvx-store-map-filter .mvx-inp-wrap, .mvx-main-section .mvx-store-map-filter .mvx-inp-wrap {
margin-bottom: 15px;
}
#mvx-store-conatiner input[type=submit], .mvx-main-section input[type=submit] {
line-height: 11px !important;
}
.tax-dc_vendor_shop {
background-color: unset;
}
.tax-dc_vendor_shop .default_row {
--bs-gutter-x: -0rem!important;
}
.tax-dc_vendor_shop .woocommerce-products-header {
margin-top: 40px;
}
.tax-dc_vendor_shop .woocommerce-products-header .woocommerce-products-header__title.page-title {
text-align: center;
font-size: 50px;
line-height: 60px;
font-family: var(--font-heading);
color: var(--color-heading);
margin-bottom: 20px;
font-weight: 700;
}
.sidebar-widget .widget_box {
background: #fff;
}
.padyopextra_30 {
padding-top: 30px;
}
.woo_pagination {
position: relative;
}
.woo_pagination.loadmoreproduct .woocommerce-pagination {
position: relative;
padding: 10px 30px;
background: var(--color-brand-2);
color: var(--color-heading);
}
.woo_pagination.loadmoreproduct .woocommerce-pagination.loader {
width: unset !important;
height: unset;
}
.woo_pagination.loadmoreproduct .woocommerce-pagination.loader:before {
content: "" !important;
font-family: unset !important;
vertical-align: top;
font-weight: 400;
position: absolute;
width: 16px;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
height: 16px;
margin: auto;
top: 0 !important;
background: unset !important;
bottom: 0;
left: 0;
z-index: 3;
right: 0px !important;
animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
}
.woo_pagination.loadmoreproduct .woocommerce-pagination.loader:after {
position: absolute;
border-radius: 4px;
width: 100%;
height: 100%;
top: 0;
right: 0;
left: 0;
content: "";
background: rgba(255, 255, 255, 0.5);
z-index: 2;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
}
.woo_pagination.loadmoreproduct .woocommerce-pagination.donefinish {
display: none;
}
.woo_pagination.loadmoreproduct .woocommerce-pagination a {
position: absolute;
opacity: 0;
top: 0;
right: 0;
z-index: 4;
width: 100%;
height: 100%;
}
.mc4wp-response {
position: absolute;
}
.mc4wp-response > div {
background: var(--color-brand);
padding: 10px;
border-radius: 5px;
font-size: 14px !important;
line-height: 22px;
}
.mc4wp-response p {
font-size: 14px !important;
line-height: 22px;
color: #fff !important;
}
.sold-individually .quantity {
display: none;
}
.cart-collaterals .cross-sells > h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 20px;
} @media (max-width: 1550px) {
.header-wrap.header-space-between {
display: block !important;
padding-bottom: 15px;
}
.header-wrap.header-space-between .main-menu {
min-width: unset;
text-align: end;
}
.header-wrap.header-space-between .main-menu nav {
text-align: start;
display: inline-block;
}
.before_custom_header .header-wrap.header-space-between {
display: flex !important;
padding-bottom: 0px;
}
.header-area .hot-deals {
margin-right: unset;
padding-right: 20px;
min-width: 130px;
}
.header-area .hotline {
display: none !important;
}
}
@media (max-width: 1400px) {
.header-style-1 .main-categori-wrap > a.categories-button-active {
line-height: 20px;
font-size: 14px;
padding: 8px 12px;
}
}
@media (max-width: 1201px) {
.header-style-1 .header-top-ptb-1 {
display: none;
}
.header-style-1 .header-middle-ptb-1 {
padding: 15px 0px;
}
.header-wrap {
display: block !important;
}
.header-wrap.header-space-between {
padding-bottom: 0px;
}
.header-wrap .header-right {
display: block !important;
}
.header-wrap .header-action-right {
display: none;
}
.header-wrap .logo {
display: flex;
align-items: center;
margin: 0 !important;
}
.header-wrap .logo a {
min-width: 25%;
text-align: left;
}
.header-wrap .logo a img {
margin: 0 auto 0 0;
}
.header-wrap .logo .header-action-right {
display: block !important;
min-width: 75%;
}
.header-wrap .dgwt-wcas-search-wrapp {
max-width: unset;
margin-top: 20px;
}
.header-wrap .header-action-2 {
justify-content: end !important;
}
.header-wrap .custom_search form {
margin-left: unset;
max-width: 100%;
}
.header-wrap .search-style-2 {
width: unset;
min-width: 40%;
}
.header-wrap .header-nav .main-categori-wrap {
float: left !important;
padding-top: 15px;
}
.header-wrap .header-nav .hot-deals {
display: none;
}
.header-wrap .header-nav .main-menu {
float: right;
}
.header-wrap .header-action-2 .button_text {
display: none;
}
.mobile_header .mobile_midbar_content .logo img {
margin-left: unset;
}
}
@media (max-width: 1100px) {
.header-top .col-xl-4 {
width: 100%;
}
.header-top .header-info > ul {
justify-content: center;
margin-bottom: 20px;
}
.header-top #news-flash {
margin-bottom: 16px;
}
.header-top #news-flash ul {
width: 100%;
}
.header-top .header-info-right {
justify-content: center;
}
.header-top .header-info-right ul {
margin-bottom: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
display: inline-block !important;
margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
padding: 5px 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
margin-right: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 40px 0px;
width: 100%;
}
}
@media (max-width: 992px) {
.sec_category_grid .cat_box {
width: 25%;
}
.sidemenu_content_bx {
display: none;
}
.header_area, .sticky_header_content, .nest_header_default {
display: none;
}
.quick_view {
max-width: 85%;
}
.quick_view summary.entry-summary {
padding-top: 40px;
}
.header-wrap.header-space-between .main-menu nav, .main-menu.custom_n_menu nav {
display: none;
}
.header-wrap .both_hot_cat {
min-width: 90%;
}
.header-wrap .header-nav .hot-deals {
display: block;
}
.header-wrap.header-space-between .main-menu {
min-width: 10%;
}
.header-wrap.header-space-between .main-menu .menu_bar {
display: inline-block !important;
text-align: right;
}
.main-menu.custom_n_menu .menu_bar {
display: block !important;
}
.header-wrap .header-nav .main-categori-wrap {
padding: 10px 0px;
}
.header-wrap .header-nav {
display: flex !important;
align-items: center;
justify-content: space-between;
}
}
@media (max-width: 768px) {
.product_single_style_three .product-info {
padding: 20px;
}
.product_single_style_three.single_style_four .product-info {
padding: 0px;
}
.product_single_style_three.single_style_four .summary {
margin-bottom: 0px !important;
}
.product_single_style_three.single_style_four .woocommerce-tabs ul.wc-tabs {
margin-bottom: 0px !important;
}
.sec_category_grid .cat_box {
width: 33.33%;
}
.woocommerce ul.order_details li {
width: 100%;
margin-bottom: 20px;
border: 0px;
margin-right: 0px;
padding-right: 0px;
}
.woocommerce ul.order_details li:last-child {
margin-bottom: 0px;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li {
margin: 0px 0px 10px;
}
.default_single_product .product-info .tab-style3 .woocommerce-tabs ul.wc-tabs > li > a {
padding: 5px 12px !important;
font-size: 14px;
}
.hero-slider-1 .single-hero-slider.content_left .slider-content,
.hero-slider-1 .single-hero-slider.content_center .slider-content,
.hero-slider-1 .single-hero-slider.content_right .slider-content {
left: 0 !important;
transform: translateY(-50%) !important;
top: 50% !important;
right: unset !important;
padding: 40px 20px;
text-align: center !important;
position: absolute;
margin: auto;
width: 100%;
}
.product_default_layout .product-category.product a {
padding: 8px 12px;
}
.filter_side_content {
width: 80%;
}
.grid_view_list_view {
display: none;
}
.woocommerce-products-header .position-relative {
padding-left: 0px !important;
}
.woocommerce-products-header .position-relative .select2-container {
max-width: 200px;
}
.product-cart-wrap .product-content-wrap h2, .related.products .product-content-wrap h2, .product_style_five .product-content-wrap h5, .dela_type_one .peoduct_deals.style_one .content_mained h2, .product-list-small h6 {
line-height: 1;
}
@supports (-webkit-line-clamp: 2) {
.product-cart-wrap .product-content-wrap h2, .related.products .product-content-wrap h2, .product_style_five .product-content-wrap h5, .dela_type_one .peoduct_deals.style_one .content_mained h2, .product-list-small h6 {
overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.product-cart-wrap .product-content-wrap h2 a, .related.products .product-content-wrap h2 a, .product_style_five .product-content-wrap h5 a, .dela_type_one .peoduct_deals.style_one .content_mained h2 a, .product-list-small h6 a {
font-size: 16px;
line-height: normal;
}
}
@media (max-width: 690px) {
.header-action-2 .header-action-icon-2.compare_bc, .header-action-2 .header-action-icon-2.wish_one {
display: none;
}
.header-action-2 .header-action-icon-2 a {
display: none;
}
.header-action-2 .header-action-icon-2 a.mini-cart-icon, .header-action-2 .header-action-icon-2 a.sm_icon {
display: block;
padding: 0px !important;
margin: 0px !important;
}
.header-action-2 .header-action-icon-2 .cart-dropdown-wrap {
left: unset !important;
right: 0 !important;
}
.header-action-2 .header-action-icon-2 .cart-dropdown-wrap a {
display: block !important;
}
}
@media (max-width: 550px) {
.slick_slider_two .flex-control-nav .slider-next, .slick_slider_two .flex-control-nav .slider-prev {
opacity: 1;
}
.header-wrap .header-nav .main-categori-wrap {
display: none !important;
}
.woocommerce .qty {
height: 37px;
}
.summary form.cart .button {
padding: 7px 10px !important;
}
body input[type=submit].dokan-btn-theme, body a.dokan-btn-theme, body .dokan-btn-theme, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .shop_table a.add_to_cart, .shop_table a.button, .dokan-btn {
font-size: 10px !important;
line-height: 20px !important;
min-height: unset !important;
padding: 2px 8px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 0px !important;
}
.product_single_style_three .single_row_image .woocommerce-product-gallery__image {
padding: 0px 0px 10px;
}
.video_box_style_one a {
padding: 5px 25px;
font-size: 15px;
}
.product_single_style_two .flex-viewport {
margin-left: 65px;
}
.product_single_style_two .flex-control-nav {
width: 60px;
}
.default_single_product .product .product_main_content .woosw-btn, .default_single_product .product .product_main_content .woosc-btn {
margin: 5px 5px 8px 0px;
}
.deals-countdown .countdown-section {
padding: 16px 0 27px !important;
margin-left: 2px;
margin-right: 2px;
}
.deals-countdown .countdown-section .countdown-amount {
font-size: 13px;
}
.deals-countdown .countdown-section .countdown-period {
font-size: 12px;
}
.wp-block-tag-cloud a, .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
font-size: 14px;
}
.up-sells .product_default_layout li.product, .related.products .product_default_layout li.product {
padding: 0px 8px;
}
.product_single_style_three.single_style_four .single_row_image .woocommerce-product-gallery__image {
width: 100% !important;
min-width: 100% !important;
}
.product_single_style_three .single_row_image {
margin: 0px !important;
}
.dela_type_one {
padding: 15px 5px;
}
.dela_type_one .peoduct_deals.style_one {
text-align: center;
}
.dela_type_one .peoduct_deals.style_one .pro_inner {
display: block;
}
.dela_type_one .peoduct_deals.style_one .pro_inner .image {
width: 100%;
min-width: 100%;
}
.dela_type_one .peoduct_deals.style_one .pro_inner .content_mained {
padding: 10px 0px 0px 0px;
}
.dela_type_one .peoduct_deals.style_one .pro_inner .content_mained .pro_cat a {
padding: 3px 8px;
font-size: 10px;
}
.woocommerce-checkout-review-order {
padding: 20px 15px;
}
.woocommerce-checkout-review-order-table {
overflow: auto !important;
width: 500px;
}
.default_single_product .entry-summary .detail-extralink form.cart {
float: unset !important;
margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
margin-right: 1px;
margin-bottom: 4px !important;
display: inline-block !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
padding: 3px 10px;
font-size: 13px;
font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
font-size: 13px;
}
body .owl-carousel .owl-nav {
transition: all 300ms linear 0s;
position: absolute;
width: 100%;
left: 0;
top: 0 !important;
height: 40px;
bottom: 0;
right: 0;
opacity: 0;
margin: auto;
}
body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
position: absolute !important;
width: 30px;
height: 40px;
font-size: 16px;
border-radius: 5px;
line-height: 45px;
}
body .owl-carousel .owl-nav .owl-prev {
left: -5px !important;
}
body .owl-carousel .owl-nav .owl-next {
right: -5px !important;
}
body .owl-carousel:hover .owl-nav {
opacity: 1;
}
}
@media (max-width: 450px) {
.product_single_style_two .upper_content .other_content, .product_single_style_three .upper_content .other_content {
display: block !important;
}
.product_single_style_two .upper_content, .product_single_style_three .upper_content {
margin-bottom: 0px !important;
}
.product_single_style_two .upper_content .meta, .product_single_style_three .upper_content .meta {
margin: 0px 0px !important;
padding: 0px;
border: 0px;
}
body h1, h1, .woocommerce div.product .product_title {
font-size: 24px;
line-height: 32px;
}
.woocommerce table.my_account_orders td, .woocommerce table.shop_table td, table.shop_table td {
padding: 8px 8px;
}
.woocommerce-checkout-review-order-table .image {
width: 55px;
max-width: 55px;
min-width: 55px;
margin-right: 8px;
height: auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
line-height: 20px !important;
font-size: 12px;
padding: 6px 13px 6px 30px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
left: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px !important;
}
.select2-container--default .select2-selection--single {
height: 45px !important;
line-height: 45px !important;
}
input {
font-size: 14px;
height: 45px;
border-radius: 5px;
}
input::-moz-placeholder {
font-size: 14px;
}
input::placeholder {
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px !important;
}
textarea {
font-size: 14px;
}
textarea::-moz-placeholder {
font-size: 14px;
}
textarea::placeholder {
font-size: 14px;
}
.product_singleized.style_one .carted .cart .single_add_to_cart_button, .product_singleized.style_one .carted .cart .add_to_cart_button {
padding: 1px 10px;
font-size: 12px;
}
.product_singleized.style_one .carted .cart .quantity .qty_button {
width: 33px;
height: 33px;
line-height: 34px;
}
.product_singleized.style_one .carted .cart .quantity input {
height: 34px !important;
}
.product_wrapper {
margin-bottom: 15px;
}
.product-cart-wrap .product-content-wrap .product-price span, .product-cart-wrap .product-content-wrap .product-price .price {
font-size: 16px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
}
.woocommerce-products-header .position-relative .select2-container {
max-width: 100%;
}
body .products_box_outer ul.products li.product {
padding: 0px 6px;
}
.product-cart-wrap .product-content-wrap h2 a, .product_style_five .product-content-wrap h5 a, .related.products .product-content-wrap h2 a, .dela_type_one .peoduct_deals.style_one .content_mained h2 a, .product-list-small h6 a {
font-size: 14px;
line-height: normal;
}
.product_default_layout .product-category.product .count {
font-size: 8px;
width: 18px;
height: 18px;
line-height: 13px;
}
.product_default_layout .product-category.product img {
display: none;
}
.product_default_layout .product-category.product a h2 {
font-size: 14px;
padding-left: 0px;
line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 12px !important;
}
.select2-container--default .select2-selection--single {
padding: 0px 26px 0px 11px !important;
}
.search-style-2 form button {
font-size: 16px;
}
.product-tabs .col-lg-1-5 {
width: 50%;
}
.sec_category_grid .cat_box {
width: 50%;
}
.product_grid_style_two .product-price {
margin-bottom: 0px !important;
}
}
@media (max-width: 350px) {
.product-tabs .col-lg-1-5 {
width: 100%;
}
}
@media (max-width: 320px) {
.sec_category_grid .cat_box {
width: 100%;
}
}@media (max-width: 768px) {
body h1, h1, .woocommerce div.product .product_title {
font-size: 28px;
line-height: 38px;
}
body h2, h2 {
font-size: 22px;
line-height: 32px;
}
body h3, h3 {
font-size: 20px;
line-height: 30px;
}
body h4, h4 {
font-size: 18px;
line-height: 28px;
}
body h5, h5 {
font-size: 16px;
line-height: 26px;
}
body h6, h6 {
font-size: 14px;
line-height: 24px;
}
body .display-1, .display-1 {
font-size: 36px;
line-height: 1;
}
body .display-2, .display-2 {
font-size: 28px;
}
body, body p {
font-size: 14px;
}
.comments-area p {
font-size: 14px;
}
.page_header_default {
padding: 50px 0px;
}
}
@media (max-width: 992px) {
.custom-modal .modal-dialog {
margin: 30px;
}
} .mobile_header {
display: none;
}
.mobile_header .logo_text {
font-size: 24px;
font-weight: 700;
font-family: var(--font-heading);
color: var(--color-brand);
}
.mobile_header.style_one {
position: relative;
background: #fff;
box-shadow: var(--box-shadown-2);
}
.mobile_header.style_one .notice_content {
margin: 6px;
border-radius: 5px;
position: relative;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
padding: 20px;
text-align: center;
color: var(--color-heading);
font-size: 16px;
font-family: var(--font-heading);
font-weight: 700;
}
.mobile_header.style_one .notice_content span, .mobile_header.style_one .notice_content strong {
color: var(--color-brand-dark);
}
.mobile_header.style_one .same_mb_content {
position: relative;
min-width: 50%;
}
.mobile_header.style_one .same_mb_content.right_content {
text-align: right;
justify-content: end;
align-items: center;
display: flex;
display: -webkit-flex;
justify-content: flex-end;
}
.mobile_header.style_one .same_mb_content.right_content .same {
display: inline-block;
margin-left: 19px;
}
.mobile_header.style_one .same_mb_content.right_content .same.cart_mb {
position: relative;
}
.mobile_header.style_one .same_mb_content.right_content .same.cart_mb .mini-cart-icon {
display: block;
}
.mobile_header.style_one .same_mb_content.right_content .same.cart_mb .pro-count {
position: absolute;
top: 0px;
bottom: 0;
font-size: 12px;
width: 19px;
height: 19px;
border-radius: 30px;
background: var(--color-brand);
left: -12px;
color: #fff;
line-height: 20px;
text-align: center;
max-width: auto;
}
.mobile_header.style_one .same_mb_content.right_content .same.menu_bar {
position: relative;
}
.mobile_header .mobile_search_bar {
padding: 0px 5px 12px 5px;
}
.mobile_header .mobile_search_bar .search-style-2 {
position: relative;
padding: 0px 6px;
}
.mobile_header .dgwt-wcas-search-wrapp {
max-width: unset !important;
}
.mobile_header .dgwt-wcas-search-form {
position: relative;
max-width: unset !important;
min-width: unset !important;
height: 55px;
border-radius: 5px;
border: 1px solid var(--border-color-2);
}
.mobile_header .dgwt-wcas-search-form input {
height: 55px !important;
min-width: unset !important;
max-width: unset !important;
width: 100%;
line-height: 55px;
}
.mobile_header .dgwt-wcas-search-form button {
position: absolute !important;
top: 0px !important;
right: 4px !important;
min-height: 45px !important;
}
.mobile_header .mobile_midbar_content {
position: relative;
padding: 15px 10px;
}
.mobile_header .mobile_midbar_content > .d-flex {
align-items: center;
justify-content: space-between;
}
.mobile_header .mobile_midbar_content .logo {
position: relative;
}
.mobile_header .mobile_midbar_content .logo img {
width: 120px;
}
@media (max-width: 500px) {
.mobile_header.style_one .notice_content {
font-size: 14px;
padding: 10px 15px;
}
.mobile_header .dgwt-wcas-search-form {
height: 56px;
}
.mobile_header .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input {
height: 56px !important;
}
} .mobile-header-wrapper-style {
width: 90% !important;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a span {
font-size: var(--font-sm);
line-height: 1;
text-transform: capitalize;
font-weight: 700;
position: relative;
display: inline-block;
color: var(--color-heading);
}
.side_bar_cart {
position: fixed;
right: -100%;
width: 100%;
height: 100%;
top: 0;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
z-index: 9999999;
}
.side_bar_cart .cart_overlay {
position: absolute;
right: -100%;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
top: 0;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
z-index: 9999999;
}
.side_bar_cart .cart_right_conten {
position: relative;
width: 100%;
height: 100%;
background: #fff !important;
z-index: 9999999;
padding: 50px 25px 50px 25px;
box-shadow: var(--box-shadow-2);
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
overflow: auto;
}
.side_bar_cart .cart_right_conten .close_btn_mini {
position: absolute;
width: 30px;
cursor: pointer;
height: 30px;
border-radius: 0px 0px 5px 0px;
background: var(--color-brand-dark);
color: #fff;
top: 0;
left: 0;
}
.side_bar_cart .cart_right_conten .close_btn_mini svg {
position: absolute;
font-size: 16px;
width: 20px;
height: 20px;
margin: auto;
top: 8px;
right: -7px;
bottom: 0;
left: 0;
line-height: 20px;
text-align: center;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__empty-message {
text-align: center;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total {
padding: 10px;
border-radius: 5px;
background: var(--background-3);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total strong {
font-size: 16px;
line-height: 26px;
display: inline-block;
margin-right: 5px;
color: var(--color-text);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart {
position: relative;
padding-bottom: 30px;
padding-left: 0px !important;
margin-bottom: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item {
position: relative;
display: flex;
margin: 0px !important;
padding: 15px 0px 15px !important;
border-bottom: 1px solid var(--border-color-dark);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box {
margin-right: 15px;
display: block;
min-width: 30%;
width: 30%;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box img {
float: none !important;
width: 100%;
height: auto;
margin-left: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items {
position: relative;
width: 70%;
min-width: 70%;
padding-left: 0px;
padding-right: 35px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 {
line-height: normal;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 a {
font-size: 16px;
line-height: 22px;
font-weight: 600;
margin-bottom: 5px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button {
position: absolute;
right: 0px;
top: 11px;
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid var(--border-color-dark);
line-height: 27px;
text-align: center;
display: block;
font-size: 16px;
color: var(--color-brand) !important;
background: #fff;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button:hover {
background: var(--color-brand) !important;
color: #fff !important;
border-color: var(--color-brand) !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item:first-child {
padding-top: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
padding-bottom: 0px;
border-bottom: 0px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons {
display: block;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a {
position: relative;
padding: 6px 25px !important;
line-height: 35px !important;
font-size: 14px;
font-family: var(--font-heading);
font-weight: 600;
color: #fff;
background: var(--color-brand);
display: inline-block;
border-radius: 5px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a:last-child {
float: right;
}
.side_bar_cart-visible .side_bar_cart {
right: 0;
}
.side_bar_cart-visible .side_bar_cart .cart_overlay {
right: 0;
}
.side_bar_cart-visible .side_bar_cart .cart_right_conten {
right: 0;
}
@media (max-width: 500px) {
br {
display: none;
}
.banner-img br {
display: block;
} .common_col {
width: 50%;
}
.product-cart-wrap.style_two .add_to_cart_button, .product-cart-wrap.style_two .add.button, .product-cart-wrap.product_list_type .add_to_cart_button, .product-cart-wrap.product_list_type .add.button {
padding: 6px 18px;
font-size: 10px !important;
line-height: 18px;
min-height: 28px;
}
.product-cart-wrap.style_two .add_to_cart_button span, .product-cart-wrap.style_two .add.button span, .product-cart-wrap.product_list_type .add_to_cart_button span, .product-cart-wrap.product_list_type .add.button span {
display: inline-block;
line-height: 20px;
}
.carausel-4-columns-cover .carausel-4-columns .product-cart-wrap {
margin-left: 6px;
margin-left: 6px;
}
.product-list .product-cart-wrap .product-img-action-wrap {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.custom-modal .modal-dialog {
margin: 10px;
}
.custom-modal .modal-dialog .deal {
display: block;
}
.custom-modal .modal-dialog .deal-top h6 {
margin: 0px !important;
line-height: unset;
}
.custom-modal .modal-dialog .deal .product-title {
margin-bottom: 10px;
line-height: unset;
}
.custom-modal .modal-dialog .deal .product-title a {
font-size: 20px;
line-height: 24px;
}
.custom-modal .modal-dialog .detail-info .product-price {
margin: 15px 0px;
}
.custom-modal .modal-dialog .product-price-cover del {
padding: 4px 0px 0px;
}
.custom-modal .modal-dialog .product-price-cover del bdi {
font-size: 18px;
}
.custom-modal .modal-dialog .product-price-cover ins .woocommerce-Price-amount {
font-size: 24px;
}
.deals-countdown .countdown-section .countdown-amount {
font-size: 16px;
margin-bottom: 15px;
width: 40px;
height: 40px;
line-height: 40px;
}
.deals-countdown .countdown-section .countdown-period {
font-size: 14px;
}
.btn, .button {
padding: 6px 18px;
font-size: 12px;
line-height: 28px;
min-height: 28px;
}
.hero-3 {
padding: 50px 25px;
}
.form-subcriber {
width: 100%;
}
.form-subcriber form input {
padding: 0px 15px !important;
font-size: 13px !important;
line-height: 40px;
min-height: 40px;
height: 40px;
width: 100%;
}
.product-tabs .row > * {
padding-right: calc(var(--bs-gutter-x) / 4);
padding-left: calc(var(--bs-gutter-x) / 4);
}
.carausel-4-columns-cover .carausel-4-columns {
margin: auto;
max-width: 100% !important;
} }
@media (max-width: 992px) {
.mobile_header {
display: block;
}
.position-static.mega_menu {
position: relative !important;
}
}
@media (max-width: 420px) {
.product-cart-wrap .product-content-wrap .sold .font-xs.text-heading {
font-size: 10px;
}
}
.mobile_floating_menu {
position: fixed;
display: block;
bottom: -300px;
left: 0;
padding: 10px 5px;
background: #fff;
box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
z-index: 999;
display: flex;
min-width: 100%;
align-items: center;
justify-content: space-evenly;
transition: all 0.3s ease 0.1s;
-ms-transition: all 0.3s ease 0.1s;
-moz-transition: all 0.3s ease 0.1s;
-o-transition: all 0.3s ease 0.1s;
opacity: 0;
min-height: 57px;
}
.mobile_floating_menu .mf_box {
position: relative;
text-align: center;
}
.mobile_floating_menu .mf_box img {
width: 20px;
margin: auto;
display: block;
margin-bottom: 3px;
}
.mobile_floating_menu .mf_box a {
padding: 0px 5px;
font-size: 12px;
line-height: 14px;
font-family: var(--font-heading);
font-weight: 600;
color: var(--color-heading);
display: block;
}
.mobile_floating_menu.show {
bottom: 0;
opacity: 1;
}
@media (min-width: 992px) {
.mobile_floating_menu {
display: none;
}
}
@media (max-width: 992px) {
.mob_float_enble {
padding-bottom: 57px;
}
.mob_float_enble .cart_notice .woocommerce-error, .mob_float_enble .cart_notice .woocommerce-info, .mob_float_enble .cart_notice .woocommerce-message {
bottom: 65px;
}
.mob_float_enble .scrollUp.show {
bottom: 70px;
}
}
@media (max-width: 768px) {
.nest_extra_header_items .nest_filter_btn {
position: fixed;
bottom: 30px;
border-radius: 30px;
left: 0px;
width: 25px;
border-radius: 0px 10px 10px 0px;
height: 40px;
text-align: center;
line-height: 45px;
padding: 0px;
z-index: 99;
}
.nest_extra_header_items .nest_filter_btn span {
display: none;
}
.mob_float_enble .nest_extra_header_items .nest_filter_btn {
bottom: 70px;
}
.sidebar-widget {
margin-bottom: 30px !important;
}
.filter_side_content .sidebar-widget {
margin-bottom: 30px !important;
}
.sidebar-widget .widget-title, .sidebar-widget .widgettitle, .sidebar-widget .wc-block-stock-filter__title, .sidebar-widget .wc-block-price-filter__title {
font-size: 18px !important;
line-height: 26px;
}
.scrollUp {
right: 0;
border-radius: 10px 0px 0px 10px;
font-size: 14px;
width: 25px;
}
}
.menu_cat_tab {
position: relative;
}
.menu_cat_tab .nav-tabs li.cat_m_item {
width: 50%;
}
.menu_cat_tab .nav-tabs li.cat_m_item .cat_m_link {
display: block;
width: 100%;
text-align: center;
padding: 5px 20px;
margin: 0px !important;
}
.menu_cat_tab .nav-tabs li.cat_m_item:first-child {
padding-right: 5px;
}
.menu_cat_tab .nav-tabs li.cat_m_item:last-child {
padding-left: 5px;
}@font-face{font-family:TablePress;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),url(//intech.co.th/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');font-weight:400;font-style:normal;font-display:block}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.woocommerce-variation-price,
.woocommerce-variation-availability,
.woocommerce-variation-add-to-cart .quantity {
display: none !important;
visibility: hidden !important;
}
.variations_form .variations td.label {
display: none;
}
.variations_form .variations td.value {
padding: 0;
}
.tawcvs-swatches .swatch,
.tawcvs-swatches .swatch-show-more {
width: 35px;
height: 35px;
border: 1px solid #3a3a3a91;
}
.tawcvs-swatches .swatch.swatch-image img,
.tawcvs-swatches .swatch-show-more.swatch-image img {
margin: 0;
}@font-face{font-family:eicons;src:url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.18.0);src:url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.18.0#iefix) format("embedded-opentype"),url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.18.0) format("woff2"),url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.18.0) format("woff"),url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.18.0) format("truetype"),url(//intech.co.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.18.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-checkout:before{content:'\e98c'}.eicon-container:before{content:'\e98d'}.eicon-flip:before{content:'\e98e'}.eicon-info:before{content:'\e98f'}.eicon-my-account:before{content:'\e990'}.eicon-purchase-summary:before{content:'\e991'}.eicon-page-transition:before{content:'\e992'}.eicon-spotify:before{content:'\e993'}.eicon-stripe-button:before{content:'\e994'}.eicon-woo-settings:before{content:'\e995'}.eicon-woo-cart:before{content:'\e996'}.eicon-grow:before{content:'\e997'}.eicon-order-end:before{content:'\e998'}.eicon-nowrap:before{content:'\e999'}.eicon-order-start:before{content:'\e99a'}.eicon-progress-tracker:before{content:'\e99b'}.eicon-shrink:before{content:'\e99c'}.eicon-wrap:before{content:'\e99d'}.eicon-align-center-h:before{content:'\e99e'}.eicon-align-center-v:before{content:'\e99f'}.eicon-align-end-h:before{content:'\e9a0'}.eicon-align-end-v:before{content:'\e9a1'}.eicon-align-start-h:before{content:'\e9a2'}.eicon-align-start-v:before{content:'\e9a3'}.eicon-align-stretch-h:before{content:'\e9a4'}.eicon-align-stretch-v:before{content:'\e9a5'}.eicon-justify-center-h:before{content:'\e9a6'}.eicon-justify-center-v:before{content:'\e9a7'}.eicon-justify-end-h:before{content:'\e9a8'}.eicon-justify-end-v:before{content:'\e9a9'}.eicon-justify-space-around-h:before{content:'\e9aa'}.eicon-justify-space-around-v:before{content:'\e9ab'}.eicon-justify-space-between-h:before{content:'\e9ac'}.eicon-justify-space-between-v:before{content:'\e9ad'}.eicon-justify-space-evenly-h:before{content:'\e9ae'}.eicon-justify-space-evenly-v:before{content:'\e9af'}.eicon-justify-start-h:before{content:'\e9b0'}.eicon-justify-start-v:before{content:'\e9b1'}.eicon-woocommerce-cross-sells:before{content:'\e9b2'}.eicon-woocommerce-notices:before{content:'\e9b3'}.eicon-inner-container:before{content:'\e9b4'}.eicon-warning-full:before{content:'\e9b5'}.eicon-exit:before{content:'\e9b6'}.eicon-loop-builder:before{content:'\e9b7'}.eicon-notes:before{content:'\e9b8'}.eicon-read:before{content:'\e9b9'}.eicon-unread:before{content:'\e9ba'}.eicon-carousel-loop:before{content:'\e9bb'}.eicon-mega-menu:before{content:'\eb78'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-end}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:30px}@media (min-width:-1px){.elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){order:1}.elementor-column{width:100%}}
.dialog-widget-content{background-color:#fff;position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:400px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1;color:#a4afb7;transition:all .3s}.dialog-close-button:hover{color:#6d7882}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}#elementor-change-exit-preference-dialog .dialog-message a{cursor:pointer}#elementor-change-exit-preference-dialog .dialog-message>div{margin-bottom:10px}#elementor-change-exit-preference-dialog .dialog-ok{color:#39b54a}#e-experiments-dependency-dialog .dialog-confirm-header{font-weight:600}#e-experiments-dependency-dialog .dialog-ok,#e-kit-elements-defaults-create-dialog .dialog-ok{color:#39b54a}#e-kit-elements-defaults-create-dialog label{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:sticky;height:100vh}}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);position:relative;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper{background-color:#fff;border:none;display:none;justify-content:flex-end;padding:5px;box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow-y:scroll;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:flex;align-items:center;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:flex;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:flex;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{flex-grow:1;box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#elementor-toast{position:absolute;width:280px;padding:20px;border-radius:5px;color:#d5dadf;background-color:rgba(0,0,0,.8);z-index:10000}#elementor-toast.dialog-position-window{position:fixed}#elementor-toast .dialog-message{font-size:13px}#elementor-toast .dialog-buttons-wrapper{display:flex;justify-content:flex-end}#elementor-toast .dialog-buttons-wrapper:not(:empty){margin-top:15px}#elementor-toast .dialog-button{color:#fcb92c;margin:0 5px;text-transform:uppercase;cursor:pointer}#elementor-toast .dialog-button:last-child{margin-right:0}#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section{border-top:1px solid #464b50;margin-top:6px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok{color:#39b54a}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel{color:#b01b1b}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1px){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--display:flex;--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:Min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0;--margin-right:0;--margin-bottom:0;--margin-left:0;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;position:var(--position);flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);padding-left:var(--padding-left);padding-right:var(--padding-right);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con-full,.e-con>.e-con-inner{flex-direction:var(--flex-direction);text-align:var(--text-align);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con-boxed{flex-direction:column;text-align:initial;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal;gap:initial}.e-con>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline:0;height:100%;flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-right:auto;--margin-left:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-bottom:0}.e-con:before,.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-background-video-container:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before{content:var(--background-overlay);display:block;position:absolute;width:100%;height:100%;left:0;top:0;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.e-con-inner>.elementor-background-video-container:before,.e-con>.elementor-background-video-container:before{z-index:1}.e-con>.e-con-inner>.elementor-background-slideshow:before,.e-con>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con{--width:100%;--flex-wrap:wrap}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:flex;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1px){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,left)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-overflow-x:hidden;--n-tabs-overflow-y:auto;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-height:initial;--n-tabs-border-width:1px;--n-tabs-border-color:#d4d4d4;--n-tabs-content-padding:initial;--n-tabs-content-border-radius:initial;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f3f5;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;width:100%;max-width:100%}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:left;height:var(--n-tabs-height);overflow-x:var(--n-tabs-overflow-x);overflow-y:var(--n-tabs-overflow-y)}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-n-tabs-content{flex-grow:1;padding:var(--n-tabs-content-padding);border-radius:var(--n-tabs-content-border-radius)}.elementor-widget-n-tabs .e-n-tab-title{display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;cursor:pointer;outline:none;padding:var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active){background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover,.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs .e-n-tab-title.e-active,.elementor-widget-n-tabs .e-n-tab-title.e-active a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs .e-con,.elementor-widget-n-tabs .e-n-tabs-content{border-width:1px;border:var(--n-tabs-border-width) none var(--n-tabs-border-color)}.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child),.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child){margin-top:var(--n-tabs-title-gap)}.elementor-widget-n-tabs .e-con .e-collapse.e-active,.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active{margin-bottom:var(--n-tabs-gap)}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (min-width:768px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:767px){.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1px){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:1024px){.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:-1px){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}@media (min-width:1025px){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse{display:none}}@media (max-width:-1px){.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading{display:none}}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:var(--dismiss-icon-horizontal-position,10px);top:var(--dismiss-icon-vertical-position,10px);padding:3px;font-size:var(--dismiss-icon-size,20px);line-height:1;background:transparent;color:var(--dismiss-icon-normal-color,inherit);border:none;cursor:pointer;transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss:hover{color:var(--dismiss-icon-hover-color,inherit)}.elementor-alert button.elementor-alert-dismiss svg{width:var(--dismiss-icon-size,20px);height:var(--dismiss-icon-size,20px);fill:var(--dismiss-icon-normal-color,currentColor);transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss svg:hover{fill:var(--dismiss-icon-hover-color,currentColor)}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1px){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1px){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide,.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;border:none;background-color:#000}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}