@charset "UTF-8";
.wdt-header-icons-list { display: block; }
.wdt-header-icons-list-item { display: inline-block; vertical-align: middle; }
.wdt-header-icons-list-item:empty,
.wdt-header-icons-list-item:empty:after,
.wdt-header-icons-list-item.user-authlink-item:empty { display: none; }
.wdt-header-icons-list-item div[class*="menu-icon"],
.wdt-header-icons-list-item div[class*="menu-icon"] > a,
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span,
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner,
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner > * {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wdt-header-icons-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wdt-header-icons-list-item {
padding: 5px;
position: relative;
}
.wdt-header-icons-list-item::after {
content: "";
height: auto;
width: 1px;
background-color: rgba(var(--wdtHeadAltColorRgb), 0);
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: 0;
}
.wdt-header-icons-list-item:not(:last-child) { margin-right: 5px; }
.wdt-header-icons-list-item:last-child:after {
opacity: 0;
visibility: hidden;
}
.wdt-header-icons-list-item div[class*="menu-icon"] {
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.wdt-header-icons-list-item div[class*="menu-icon"] > a,
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span { height: 100%; }
.wdt-header-icons-list-item div[class*="menu-icon"] > a .icotype-label {
cursor: pointer; font-weight: var(--wdtFontWeight_Ext);
padding: 0 5px; font-size: var(--wdtFontSize_Ext);
text-transform: uppercase; letter-spacing: var(--wdtAltLetterSpacing);
}
.wdt-header-icons-list-item.wishlist-item .wdt-wishlist-menu-icon > a > span,
.wdt-header-icons-list-item.user-authlink-item { display: inline-flex; align-items: center; }
.wdt-header-icons-list-item.user-authlink-item > div[class*="wdt-user-"]:nth-child(2):before { 
content: "/"; position: relative; display: inline-block; line-height: 1; font-size: .8em; }
.wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span { font-size: var(--wdtFontSize_Base); }
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span svg { display: inline-flex; height: 1em; width: 1em; max-height: 100%; max-width: 100%; }
.wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"] {
height: 100%;
line-height: inherit;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wdt-header-icons-list-item div[class*="menu-icon"] i { display: inline-flex; overflow: hidden; }
.wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span,
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner > * {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.wdt-header-icons-list-item div[class*="menu-icon"] i:before,
.wdt-header-icons-list-item div[class*="menu-icon"] > a > span svg { margin: auto; }
.wdt-header-icons-list-item div[class*="menu-icon"] > a + span {
font-size: 10px;
line-height: 18px;
min-height: 18px;
min-width: 18px;
position: absolute;
right: 6px;
top: 20px;
text-align: center;
border-radius: 50%;
}
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner {
height: 100%;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-header-icons-list>div.wdt-header-icons-list-item .wdt-shop-menu-cart-icon {
background-color: transparent;
color: var(--wdtHeadAltColor);
max-height: 18px;
max-width: 18px;
min-height: 18px;
min-width: 18px;
width: 18px; 
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
line-height: normal;
}
.wdt-header-icons-list-item div[class*="menu-icon"] span.icotype-label {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
line-height: normal;
}
.wdt-dark-bg .wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon > *,
.wdt-dark-bg .wdt-header-icons-list>div.wdt-header-icons-list-item a .wdt-shop-menu-cart-icon {
background-color: transparent;
}
.wdt-dark-bg .wdt-header-icons-list-item a:not(:hover) i,
.wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon:not(:hover) > *,
.wdt-dark-bg .wdt-header-icons-list>div.wdt-header-icons-list-item a:not(:hover) .wdt-shop-menu-cart-icon,
.wdt-dark-bg .wdt-header-icons-list-item a:not(:hover) span.icotype-label,
.wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon:not(:hover) span.icotype-label,
.wdt-dark-bg .wdt-header-icons-list>div.wdt-header-icons-list-item a:not(:hover) span.icotype-label {
color: var(--wdtAccentTxtColor);
}
.wdt-header-icons-list-item .wdt-shop-menu-icon,
.wdt-header-icons-list-item .wdt-wishlist-menu-icon { position: relative; }
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-number,
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
font-size: 10px;
height: 18px;
padding: 0;
width: 18px;
}
.wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-number:empty,
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count:empty {
display: none;
}
.wdt-header-icons-list>div.user-authlink-item .wdt-user-authlink-menu-icon img {
height: 100%;
width: 35px;
-o-object-fit:cover;
object-fit:cover;
}
.wdt-header-icons-list>div.user-authlink-item .wdt-user-authlink-menu-icon img + .icotype-label {
margin-left: 4px;
}
.wdt-header-icons-list>div.search-item {
position: relative;
}
.wdt-header-icons-list>div.search-item.search-default { border-width: 0; padding-left: 15px; padding-right: 15px; -webkit-box-shadow: none; box-shadow: none; }
.wdt-header-icons-list>div.search-item.search-default a.wdt-search-icon { display: none; }
.wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container { line-height: 0; }
.wdt-header-icons-list>div.search-item.search-default #searchform { border-width: 0; overflow: hidden; }
.wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] { border-width: 1px; font-size: 14px; min-height: 38px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; text-transform: none; width: 100%; }
.wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"],
.wdt-header-icons-list>div.search-item.search-default #searchform:before { color: var(--wdtBodyTxtColor); }
body > .wdt-search-form-container #searchform:before { color: var(--wdtAccentTxtColor); }
.wdt-search-form-container #searchform {
border-width: 0;
width: 100%;
max-width: 100%;
}
body > .wdt-search-form-container #searchform input[type="text"],
.wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"] {
background: var(--wdtBodyBGColor); text-transform: capitalize;
color: var(--wdtBodyTxtColor);
margin-bottom: 0;
width: 100%;
border: 1px solid var(--wdtBorderColor);
}
body > .wdt-search-form-container #searchform input[type="text"]::-webkit-input-placeholder,
.wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]::-webkit-input-placeholder { color: inherit; opacity: 0.66;
}
body > .wdt-search-form-container #searchform input[type="text"]::-moz-placeholder,
.wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]::-moz-placeholder { color: inherit; opacity: 0.66;
}
body > .wdt-search-form-container #searchform input[type="text"]:-ms-input-placeholder,
.wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]:-ms-input-placeholder { color: inherit; opacity: 0.66;
}
body > .wdt-search-form-container #searchform input[type="text"]:-moz-placeholder,
.wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]:-moz-placeholder { color: inherit; opacity: 0.66;
}    
.wdt-header-icons-list > div.search-item a.wdt-search-icon {
line-height: normal;
width: auto;
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
height: 100%;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
margin: auto;
}
.wdt-header-icons-list>div.search-item a.wdt-search-icon > * {
height: 100%;
line-height: inherit;
width: 100%;
}
.wdt-header-icons-list>div.search-item a.wdt-search-icon > *:before {
height: 100%;
line-height: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wdt-search-form-container {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.35s ease-in-out 0s;
transition: all 0.35s ease-in-out 0s;
} .wdt-search-form-container.show,
.wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container {
opacity: 1;
visibility: visible;
}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
height: auto;
margin-top: 0;
position: absolute;
left: auto;
right: 8px;
top: 50%;
width: 20em;
z-index: 1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container #searchform input[type="text"] { border-radius: 0; }
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
width: 25em;
}
body > .wdt-search-form-container {
background-color: var(--wdtBodyBGColor);
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 10;
}
body > .wdt-search-form-container #searchform {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
body > .wdt-search-form-container .wdt-search-form-close {
height: 50px;
left: auto;
right: 35px;
top: 35px;
border-radius: var(--wdtRadius_3X);
} _:default:not(:root:root),
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
right: 42px;
}
.wdt-search-form-container .wdt-search-form-close {
cursor: pointer;
position: absolute;
content: "";
width: 50px;
height: 100%;
left: 100%;
top: 0;
opacity: 0;
-webkit-transition: var(--wdtBaseTransition);
transition: var(--wdtBaseTransition);
}
.wdt-search-form-container .wdt-search-form-close:before {
color: var(--wdtAccentTxtColor);
position: absolute;
content: "\2573";
font-family: "Sans-serif";
width: 50px;
height: 100%;
left: 0;
pointer-events: none;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}
.wdt-search-form-container .wdt-search-form-close {
opacity: 1;
}
.wdt-search-form-container #searchform input[type="submit"] {
width: 50px;
box-shadow: none;
}
.elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon {
padding: 0;
}
.wdt-header-icons-list > div.search-item a.wdt-search-icon,
.wdt-header-icons-list > div.search-item a.wdt-search-icon > *,
.wdt-header-icons-list-item div[class*="menu-icon"] i { color: var(--wdtHeadAltColor); } .wdt-header-icons-list > div.search-item.search-default #searchform { overflow: visible; width: 100vw; max-width: 414px; min-height: 50px; line-height: 50px; }
.wdt-header-icons-list > div.search-item.search-default  #searchform input[type="submit"] { width: 100%;
max-width: 116px; text-indent: 0; font-size: 1rem; -webkit-mask-image: none; mask-image: none; }
.wdt-header-icons-list > div.search-item #searchform input[type="submit"] { background-color: var(--wdtSecondaryColor); }
.wdt-header-icons-list > div.search-item #searchform input[type="submit"]:hover { background-color: var(--wdtPrimaryColor); }
.wdt-header-icons-list > div.search-item.search-default #searchform input[type="text"],
.wdt-header-icons-list > div.search-item.search-expand #searchform input[type="text"],
.wdt-header-icons-list > div.search-item #searchform input[type="text"] { 
min-height: 50px; width: 100%; border: 1px solid var(--wdtBorderColor); background: var(--wdtBodyBGColor); }
.wdt-header-icons-list > div.search-item.search-default #searchform input[type="text"]:focus,
.wdt-header-icons-list > div.search-item.search-expand #searchform input[type="text"]:focus,
.wdt-header-icons-list > div.search-item #searchform input[type="text"]:focus { border: 1px solid var(--wdtPrimaryColor); }
#searchform ul.quick_search_results { position: absolute; padding: 0; 
background-color: var(--wdtBodyBGColor); text-align: left; width: 100%; max-width: 250px;  margin-right: auto; margin: 16px 0 0;
transition: all .4s ease; z-index: 99; font-size: 0.9rem; transform: translateY(10px); }
#searchform ul.quick_search_results p,
#searchform ul.quick_search_results li.quick_search_data_item { list-style-type: none; text-align: inherit; line-height: var(--wdtLineHeight_Base); 
padding: 6px 20px; font-size: 0.9rem; width: 100%; margin: 0; }
#searchform ul.quick_search_results li.quick_search_data_item a { width: 100%; font-size: 0.9rem; }
#searchform ul.quick_search_results:not(.active):before,
#searchform ul.quick_search_results:not(.active) { font-size: inherit; opacity: 0; transform: translateY(10px); transition: all .4s ease; }
#searchform ul.quick_search_results.active { opacity: 1; transform: translateY(0); padding-top: 10px; padding-bottom: 10px; 
-webkit-box-shadow: 0 -1px 8px 3px rgba(var(--wdtHeadAltColorRgb),0.08); box-shadow: 0 -1px 8px 3px rgba(var(--wdtHeadAltColorRgb),0.08); }
#searchform input.text_input ~ ul.quick_search_results { opacity: 0; transform: translateY(10px); transition: all .4s ease; }
#searchform input.text_input:focus ~ ul.quick_search_results { opacity: 1; transform: translateY(0); }
#searchform ul.quick_search_results.active:before { content: ""; position: absolute; width: 16px; height: 16px; background: inherit; 
-webkit-transform: rotate(45deg); transform: rotate(45deg); top: -7px; left: 20px; } .wdt-header-icons-list .wdt-header-icons-list-item.search-item.search-expand { display: inline-flex;}
.wdt-header-icons-list .wdt-header-icons-list-item.search-item.search-expand:after {
content: "";
height: 1.4rem;
width: 2px;
background-color: var(--wdtTertiaryColor);
position: relative;
right: 0;
top: 0;
bottom: 0; opacity: 1;
margin-top: auto; margin-bottom: auto; margin-left: 15px; margin-right: 8px;
}
.wdt-header-icons-list > div.search-item.search-expand .wdt-search-form-container { right: 66px; top: auto; -webkit-transform: none; transform: none; }
.wdt-header-icons-list > div.search-item.search-expand .wdt-search-form-container .wdt-search-form-close { margin-left: -2px; }
.wdt-header-icons-list > div.search-item.search-expand .wdt-search-form-container #searchform input[type="text"]:focus { border: 1px solid var(--wdtPrimaryColor); }
.wdt-header-icons-list .wdt-search-form-container #searchform input[type="submit"] { background-color: var(--wdtAccentTxtColor);}
.wdt-header-icons-list .wdt-search-form-container #searchform input[type="submit"]:hover { background-color: var(--wdtPrimaryColor);}
.wdt-header-icons-list > div.search-item.search-expand .wdt-search-form-container .wdt-search-form-close:before { -webkit-transition: all ease-in-out .3s; 
transition: all ease-in-out .3s; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; }
.wdt-header-icons-list > div.search-item.search-expand .wdt-search-form-container #searchform input[type="submit"] { -webkit-mask-size: 1.1em auto; mask-size: 1.1em auto; }     .wdt-header-icons-list>div.search-item.search-default #searchform:hover:before,
.wdt-header-icons-list>div.search-item.search-default #searchform:focus-within:before { color: var(--wdtPrimaryColor); } .wdt-header-icons-list > div.search-item a.wdt-search-icon:hover > *,
.wdt-header-icons-list-item a:hover i, .wdt-header-icons-list-item div[class*="menu-icon"] a:hover i,
.wdt-header-icons-list > div.wdt-header-icons-list-item a:hover .wdt-shop-menu-cart-icon { color: var(--wdtPrimaryColor); } @media only screen and (max-width: 1280px) {
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
width: 15em;
}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show,
body > .wdt-search-form-container #searchform {
width: 18.5em;
}
.overlay-header-search .overlay-search #searchform {
width: 75%;
}
}  @media only screen and (min-width:768px) and (max-width:1024px) {
}
@media (min-width: 1025px) {
.elementor-widget-wdt-header-icons:not(.wdt-custom-cart-count-style) .wdt-header-icons-list .wdt-header-icons-list-item div[class*="menu-icon"] i { 
margin-right: 4px;
}
}
@media (max-width: 1024px) {
.wdt-header-icons-list-item div[class*="menu-icon"] > a .icotype-label { display: none; }
.wdt-header-icons-list-item.user-authlink-item > div[class*="wdt-user-"]:nth-child(2):before { display: none; }
.elementor-widget-wdt-header-icons:not(.wdt-custom-cart-count-style) .wdt-header-icons-list .wdt-header-icons-list-item {
width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
}
.elementor-widget-wdt-header-icons:not(.wdt-custom-cart-count-style) .wdt-header-icons-list .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
position: absolute; width: 15px; height: 15px; font-size: 10px; right: -6px; top: -6px; background-color: var(--wdtSecondaryColor); border-radius: 50%;
}
.elementor-widget-wdt-header-icons:not(.wdt-custom-cart-count-style) .wdt-header-icons-list .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count:not(:empty)::before { display: none; }
}  @media only screen and (max-width: 767px) { .wdt-header-icons-list>div.search-item .wdt-search-form-container {
right: 50px;
top: 0px;
height: 100%;
}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container { right: auto !important; width: 240px; }
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
width: 360px;
}
.wdt-header-icons-list>div.search-item .wdt-search-form-container #searchform {
height: 100%;
}
.elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon .fa-search::before {
background-size: 75%;
background-position: center;
background-repeat: no-repeat;
}
#header div[class*="elementor-"] div[class*="elementor-element-"].elementor-element.elementor-widget-wdt-header-icons .elementor-widget-container {
margin: 0;
}
.wdt-header-icons-list>div.search-item .wdt-search-form-container #searchform input[type="text"] {
padding: 15px 50px 14px 25px;
height: 100%;
}
.overlay-search #searchform input[type="text"] {
font-size: 25px;
}
.overlay-header-search .overlay-search #searchform {
padding: 0;
}
}
@media only screen and (max-width:479px) {
.wdt-header-icons-list > div.search-item.search-default { display: flex; justify-content: center; }
.wdt-header-icons-list > div.search-item.search-default:after { content: none; }
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container { width: 180px; }
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
width: 220px;
}
}.wdt-shop-menu-cart-icon { background: var(--wdtBodyBGColor); font-size: 14px; width: 35px; height: 35px; display: grid; text-align: center; align-content: center; float: left; } .wdt-shop-menu-icon { display: inline-block; position: relative; }
.wdt-shop-menu-icon .wdt-shop-menu-cart-inner { display: inline-block; }
.wdt-shop-menu-icon .wdt-shop-menu-cart-icon:before { content: "\e843"; font-family: "Canabiz Icons"; font-size: inherit; margin: auto; }
.wdt-shop-menu-icon .wdt-shop-menu-cart-number { background-color: var(--wdtHeadAltColor); color: var(--wdtAccentTxtColor); font-size: 10px; height: 18px; line-height: 18px; padding: 0; position: absolute; right: -2px; top: -4px; text-align: center; width: 18px; -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); }
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {  
color: var(--wdtAccentTxtColor); font-size: var(--wdtFontSize_Ext);  position: relative; 
right: 0; top: -1px; text-align: center; width: auto; font-weight: var(--wdtFontWeight_Ext); }
.wdt-ca-header-b-icons .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
color: currentColor;
}
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count:not(:empty):before { margin-right: 4px;
content: "/"; position: relative; display: inline-block; line-height: 1; font-size: inherit; font-weight: normal;}
.wdt-shop-menu-cart-content-wrapper { background-color: var(--wdtBodyBGColor); border: 1px solid var(--wdtBorderColor); color: var(--wdtBodyTxtColor); display: none; float: left; min-width: 270px; padding: 20px; position: absolute; top: 45px; right: -20px; text-align: initial; -webkit-box-shadow: 0 -1px 8px 3px rgba(var(--wdtHeadAltColorRgb),0.08); box-shadow: 0 -1px 8px 3px rgba(var(--wdtHeadAltColorRgb),0.08); z-index: 99999; }
.wdt-shop-menu-icon:hover .wdt-shop-menu-cart-content-wrapper { display:block; -webkit-animation: 0.3s ease-in wdtfadeInUp; -moz-animation: 0.3s ease-in 0s wdtfadeInUp; animation: 0.3s ease-in 0s wdtfadeInUp; }
.wdt-shop-menu-cart-content-wrapper:before { content: "\f106"; font-family: "Canabiz Icons"; font-size:28px; top:-16px; position:absolute; right:24px; color:var(--wdtBorderColor); display:none; }
.wdt-shop-menu-cart-content-wrapper:after { border-color: transparent transparent var(--wdtBodyBGColor); border-style: solid; border-width: 8px; content: ""; display: block; height: 0; position: absolute; right: 26px; top: -16px; width: 0; }
.wdt-shop-menu-icon ul.cart_list { display:block; margin: 0; padding: 0; float:left; width:100%; }
.wdt-shop-menu-icon ul.cart_list li { display:inline-block; clear:both; margin-bottom:20px; position:relative; width:100%; }
.wdt-shop-menu-icon ul.cart_list li a { line-height: normal; margin-bottom: 0; display: block; }
.wdt-shop-menu-icon ul.cart_list li a:not(:hover) { color: var(--wdtHeadAltColor); }
.wdt-shop-menu-icon ul.cart_list li a img { max-width:80px; float:left; margin-right:10px; border:1px solid var(--wdtBorderColor); width: auto; }
.wdt-shop-menu-icon ul.cart_list li a.remove { position:absolute; font-size:16px; color: var(--wdtAccentTxtColor); left:-7px; top:-7px; background-color: var(--wdtHeadAltColor); width:20px; height:20px; border-radius:100%; text-align:center; line-height: 18px; margin: 0; }
.wdt-shop-menu-icon ul.cart_list li span { font-size: 12px; }
.wdt-shop-menu-icon ul.cart_list .product-details { display:block; float:left; color: var(--wdtBodyTxtColor); line-height:19px; }
.wdt-shop-menu-icon ul.cart_list .product-details > span { float:left; padding:0 10px; border:1px solid rgba(var(--wdtHeadAltColorRgb),0.5); line-height:normal; font-size:12px; color: var(--wdtBodyTxtColor); margin:0 10px 5px 0; }
.wdt-shop-menu-icon ul.cart_list .product-details .quantity { text-align:left; display:block; clear:both; font-size:16px; font-weight:normal; margin-bottom:5px; color: var(--wdtBodyTxtColor); }
.wdt-shop-menu-icon ul.cart_list.product_list_widget li:before { content: none; }
.wdt-shop-menu-cart-content-wrapper .total { font-size:16px; clear:both; color: var(--wdtBodyTxtColor); font-weight:bold; float:left; width:100%; text-align:left; margin-bottom:20px; }
.wdt-shop-menu-cart-content-wrapper .total .amount { float:right; }
.wdt-shop-menu-cart-content-wrapper .buttons { float:left; width:100%; }
.wdt-shop-menu-cart-content-wrapper .buttons a { float:left; width:100%; display:inline-block; font-size:14px; font-weight:bold; background-color: var(--wdtHeadAltColor); color: var(--wdtAccentTxtColor); padding:10px 0; text-transform:uppercase; margin-bottom:10px; text-align:center; }
.wdt-shop-menu-cart-content-wrapper .buttons a:hover { background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); }
.wdt-shop-menu-cart-content-wrapper .buttons a:last-child { margin:0; }
.wdt-shop-menu-cart-content-wrapper .wdt-shop-menu-cart-content > *:last-child,
.wdt-shop-menu-cart-content-wrapper .wdt-shop-menu-cart-content > *:only-child { margin-bottom: 0; }
.wdt-shop-menu-icon ul.cart_list li span, .wdt-shop-menu-cart-content-wrapper .wdt-shop-menu-cart-content p { color: var(--wdtBodyTxtColor); }
@-webkit-keyframes wdtfadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes wdtfadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate.wdt-fadeInUp {
-webkit-animation-name: wdtfadeInUp;
-moz-animation-name: wdtfadeInUp;
-o-animation-name: wdtfadeInUp;
animation-name: wdtfadeInUp;
visibility: visible !important;
}
.wdt-header-icons-list .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-icon:before { content: none; }     .wdt-shop-menu-icon ul.cart_list li a.remove:hover { background-color: var(--wdtPrimaryColor); }       .wdt-shop-cart-widget.cart-notification-widget, 
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-inner,
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content { float: left; width: 100%; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-close-button { 
font-size: 0; height: 25px; line-height: 0; position: absolute; right: 3px; top: 3px; text-align: center; width: 25px; 
-webkit-border-radius: 50%; border-radius: 50%; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-close-button:before { 
content: "\2716"; display: block; font-size: 14px; font-weight: normal; line-height: 25px; }
.wdt-shop-cart-widget.cart-notification-widget { 
max-width: 500px; position: fixed; bottom: 32px; left: 18px; width: auto; z-index: 999; 
-webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-inner { padding: 20px; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-inner .wdt-shop-cart-widget-header h3 { margin: 0; font-size: clamp(1.375rem, 1.2596rem + 0.5128vw, 1.875rem);}
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content > * { display: table-cell; vertical-align: middle; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-thumb { line-height: 0; padding: 0 10px; width: 120px; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-info { padding: 5px 10px; text-align: left; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-thumb a,
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-thumb a img { display: block; width: 100%; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-info a { display: block; font-size: 18px; font-weight: bold; }
.wdt-shop-cart-widget.cart-notification-widget { opacity: 0; visibility: hidden; }
.wdt-shop-cart-widget.cart-notification-widget.wdt-shop-cart-widget-active { opacity: 1; visibility: visible; }
.wdt-shop-cart-widget.cart-notification-widget { background-color: var(--wdtBodyBGColor); width: 100%; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-close-button:before { color: var(--wdtAccentTxtColor); }
.wdt-shop-cart-widget.cart-notification-widget { 
-webkit-box-shadow: 0 1px 3px 1px rgba(var(--wdtHeadAltColorRgb),0.25); box-shadow: 0 1px 3px 1px rgba(var(--wdtHeadAltColorRgb),0.25); }    .wdt-shop-cart-widget.activate-sidebar-widget { height: 100%; position: fixed; right: 0; top: 0; width: 350px; z-index: 999992; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-shop-cart-widget.activate-sidebar-widget:before { content: ""; }
.wdt-shop-cart-widget.activate-sidebar-widget.wdt-shop-cart-widget-active { -webkit-transform: translateX(0); transform: translateX(0); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-inner { height: 100%; padding: 45px 0 120px; position: relative; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header { border-width: 0 0 1px; padding-left: 15px; padding-right: 45px; position: absolute; left: 0; top: 0; width: 100%; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 { font-size: 15px; font-weight: bold; line-height: 45px; margin: 0; text-transform: uppercase; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 span, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header a { height: 45px; position: absolute; top: 0; text-align: center; width: 45px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 span { font-size: 18px; right: 0; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a { font-size: 0; line-height: 0; margin-right: 1px; overflow: hidden; right: 100%; text-indent: -9999px; -webkit-transform: translateX(100%); transform: translateX(100%); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a:before { content: "\2716"; display: block; font-size: 15px; font-weight: normal; line-height: 45px; text-indent: 0; }
.wdt-shop-cart-widget[class*="sidebar"].activate-sidebar-widget:hover .wdt-shop-cart-widget-header h3 a { -webkit-transform: translateX(0); transform: translateX(0); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content { float: left; width: 100%; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-inner,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li { float: left; width: 100%; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .total { padding: 0 15px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li { border-width: 1px 0; display: inline; margin: -1px 0 0 !important; padding: 15px 25px 15px 50px; position: relative; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li:first-child { border-top-width: 0; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li:last-child { border-bottom-width: 0; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a:not(.remove) { font-weight: 600; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a img { margin: auto; position: absolute; left: 0; top: 16px; width: 40px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove { font-size: 16px; height: 20px; line-height: 20px; margin: auto; position: absolute; bottom: 0; left: auto; right: 0; top: 0 !important; text-align: center; width: 20px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove:not(:focus) { text-decoration: none; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li:before { content: none !important; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li .quantity { display: table; margin: 0; font-size: 14px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer { position: absolute; bottom: 0; left: 0; width: 100%; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer::before { content: ""; height: 1px; position: absolute; left: 0; right: 0; top: 0; width: auto; z-index: -1; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p { height: 50px; line-height: 50px; margin: 0; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total { padding: 0 15px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total strong { float: left; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total .amount { float: right; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons { display: flex; grid-gap: 1px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons a { height: 100%; line-height: inherit; margin: 0; padding-top: 0; padding-bottom: 0; text-align: center; width: 50%; -webkit-border-radius: 0; border-radius: 0; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart__empty-message { margin: 0; padding: 15px; }
.wdt-shop-cart-widget-overlay { background-color: rgba(var(--wdtHeadAltColorRgb),0.7); height: 100%; position: fixed; top: 0; left: 0; width: 100%; z-index: 999991; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header a, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li { border-style: solid;  }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove, .wdt-shop-cart-widget-overlay { opacity: 0; visibility: hidden; }
.wdt-shop-cart-widget[class*="sidebar"].activate-sidebar-widget:hover .wdt-shop-cart-widget-header h3 a,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li:hover a.remove,
.wdt-shop-cart-widget.activate-sidebar-widget.wdt-shop-cart-widget-active + .wdt-shop-cart-widget-overlay { opacity: 1; visibility: visible; } .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a:not(.remove):not(:hover),
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total .amount { color: var(--wdtHeadAltColor); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a:hover { color: var(--wdtAccentTxtColor); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove { color: var(--wdtAccentTxtColor) !important; } .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer::before { -webkit-box-shadow: 0 2px 6px 0 rgba(var(--wdtHeadAltColorRgb),0.5); box-shadow: 0 2px 6px 0 rgba(var(--wdtHeadAltColorRgb),0.5); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header a, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li { border-color: rgba(var(--wdtHeadAltColorRgb),0.075); } .wdt-shop-cart-widget.activate-sidebar-widget { background-color: #f7f7f7; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer { background-color: var(--wdtBodyBGColor); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons a.checkout, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons a:not(.checkout),
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a, .wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons a:hover, .wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-close-button { background-color: var(--wdtHeadAltColor); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 span { background-color: rgba(var(--wdtBodyBGColorRgb),0.15); }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-close-button:hover,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove:hover { background-color: #9f2124; }  .wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper { background-color: transparent; min-width: 100px; }
.wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper .wdt-shop-menu-cart-inner ~ .wdt-shop-menu-cart-totals { 
display: block; font-size: .8rem; font-family: var(--wdtFontTypo_Base); color: var(--wdtAccentTxtColor); line-height: 1; padding-left: 10px; 
border-left: 2px solid currentColor; font-weight: var(--wdtFontWeight_Alt);  }
.wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper .wdt-shop-menu-cart-inner {  padding-right: 10px; position: relative; }
.wdt-custom-cart-count-style .wdt-header-icons-list-item div[class*="menu-icon"] i, 
.wdt-custom-cart-count-style .wdt-header-icons-list > div.wdt-header-icons-list-item .wdt-shop-menu-cart-icon {  font-size: .9rem; }
.wdt-custom-cart-count-style .wdt-header-icons-list > .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-number { 
width: 15px; height: 15px; font-size: 9px; right: 3px; top: -6px; background-color: var(--wdtSecondaryColor); }
.custom-ca-header-tp-2 .wdt-custom-cart-count-style .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-icon-wrapper .wdt-shop-menu-cart-inner ~ .wdt-shop-menu-cart-totals { color: var(--wdtHeadAltColor); }     @media only screen and (max-width: 767px) {
.wdt-shop-cart-widget.cart-notification-widget { margin: auto; bottom: 5px; left: 0; right: 0; }
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.wdt-shop-cart-widget.cart-notification-widget { max-width: 420px; }
} @media only screen and (max-width: 479px) {
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content > * { display: table; margin: auto; text-align: center !important; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-info { font-size: 11px; }
.wdt-shop-cart-widget.cart-notification-widget .wdt-shop-cart-widget-content-info a { font-size: 13px; }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 a { right: 0; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: scale(0); transform: scale(0); }
.wdt-shop-cart-widget[class*="sidebar"].activate-sidebar-widget:hover .wdt-shop-cart-widget-header h3 a { -webkit-border-radius: 0; border-radius: 0; -webkit-transform: scale(1); transform: scale(1); }
}  @media only screen and (min-width: 320px) and (max-width: 479px) {
.wdt-shop-cart-widget.cart-notification-widget { max-width: 290px; }
.wdt-shop-cart-widget.activate-sidebar-widget { max-width: 290px; }
.wdt-shop-cart-widget.activate-sidebar-widget { width: 290px; }
}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:480px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:481px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1280px){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:1281px){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//shinifyshinestar.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}.wdt-heading-holder
{
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
} .wdt-heading-holder
{
position: relative;
overflow: hidden;
}
.wdt-heading-holder > *:not(:last-child)
{
margin-bottom: 20px;
}
.wdt-heading-holder > *:last-child
{
margin-bottom: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper
{
line-height: 1.2;
margin-top: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-title-item { margin: 0; }
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start .wdt-heading-title .wdt-heading-title-inner,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline .wdt-heading-title .wdt-heading-title-inner
{
line-height: 1;
}
.wdt-heading-holder .wdt-heading-subtitle-wrapper
{
font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); text-transform: uppercase; margin-bottom: 10px;
letter-spacing: var(--wdtAltLetterSpacing);
}
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon-wrapper,
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon
{
line-height: 1;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator
{
display: flex;
align-items: center;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line
{
width: 50px;
height: 2px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-left-part']
{
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-right-part']
{
margin-left: 5px;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-content-icon-wrapper
{
line-height: 0;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon
{
display: inline-block;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
} .wdt-heading-holder > .wdt-heading-deco-wrapper {
width: auto;
display: inline-block;
}
.wdt-heading-holder > .wdt-heading-deco-wrapper > span
{
display: flex;
align-items: center;
flex-wrap: wrap;
white-space: break-spaces;
position: relative;
}
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
width: 1000px;
height: 2px;
align-self: center;
border-top: 2px dashed var(--wdtBorderColor);
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner
{
display: inline-flex;
align-items: baseline;
position: absolute;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-left-part']
{
margin-right: 50px;
right: 100%;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-right-part']
{
margin-left: 50px;
left: 100%;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon span
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
line-height: 1;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-image
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span
{
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span img
{
display: inherit;
height: 100%;
object-fit: cover;
} .wdt-heading-holder .wdt-heading-background-text-wrapper {
line-height: 1;
margin-bottom: 0;
position: absolute;
top: 50%;
width: 100%;
z-index: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
user-select: none;
pointer-events: none;
}
.wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
display: inline-block;
font-family: var(--wdtFontTypo_Alt);
font-size: 12.5em;
font-weight: 900;
letter-spacing: 0.075em;
line-height: 0.65;
opacity: 0.048;
margin-top: 5px;
margin-left: -5px;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-separator-line,
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
background-color: transparent;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-heading-colored-elements
{
color: var(--wdt-elementor-color-primary);
} .wdt-dark-bg.elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper { color: var(--wdtAccentTxtColor); }
.wdt-dark-bg.elementor-widget-wdt-heading .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-separator-line, 
.wdt-dark-bg.elementor-widget-wdt-heading .wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line { background-color: var(--wdtAccentTxtColor); }
.wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { 
font-family: var(--wdtFontTypo_Base); line-height: 1; }
.wdt-heading-holder h2.wdt-heading-title-wrapper { font-size: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem); }
.wdt-heading-holder h3.wdt-heading-title-wrapper { font-size: clamp(1.875rem, 1.7019rem + 0.7692vw, 2.625rem); }
.wdt-heading-holder h4.wdt-heading-title-wrapper { font-size: clamp(1.875rem, 1.7885rem + 0.3846vw, 2.25rem); }
.wdt-custom-counter-heading .wdt-heading-holder { max-width: 500px; }
@media (max-width: 767px) {
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner { display: none; }
}  .wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-subtitle,
.wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-content-wrapper { font-size: clamp(var(--wdtFontSize_H4), 1.1538rem + 3.2051vw, calc(var(--wdtFontSize_Alt) + 20px)); font-family: var(--wdtFontTypo_Base); font-weight: 200; line-height: 1; letter-spacing: -4px; }
.wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 0; }
.wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-title-wrapper { font-weight: var(--wdtFontWeight_Ext); margin-bottom: 0; }
@media screen and (max-width: 1280px) {
.wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-subtitle, .wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-title-wrapper, .wdt-slider-1-heading-style .wdt-heading-holder .wdt-heading-content-wrapper { letter-spacing: 0px; }
} .wdt-custom-counter-heading-style .wdt-heading-holder .wdt-heading-content-wrapper { font-size: 1.26em; } .wdt-common-heading-style .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-custom-counter-heading-style .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 0; }  .wdt-toggler-heading.elementor-element { width: 90%; max-width: 90%; }
.wdt-toggler-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper { font-size: var(--wdtFontSize_H4); margin-bottom: 10px; } .wdt-collection-heading .wdt-heading-holder h4.wdt-heading-title-wrapper { font-size: var(--wdtFontSize_H4); color: var(--wdtPrimaryColor); }
.wdt-collection-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { font-family: var(--wdtFontTypo_H6); font-size: var(--wdtFontSize_H6); color: var(--wdtHeadAltColor); } .wdt-custom-newsletter-heading-style-3.elementor-element { width: 85%; max-width: 85%; margin-bottom: 15px; }
.wdt-custom-newsletter-heading-style-3 .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 13px; }
.wdt-custom-newsletter-heading-style-3 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { font-family: var(--wdtFontTypo_H6); font-size: var(--wdtFontSize_H6); }
.wdt-custom-newsletter-heading-style .wdt-heading-holder .wdt-heading-content-wrapper { font-size: var(--wdtFontSize_Ext); line-height: var(--wdtLineHeight_H6); }
.wdt-custom-newsletter-heading-style-3 .wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line { width: 150px; background-color: rgb(168, 179, 36); } .wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { font-family: var(--wdtFontTypo_H6); font-size: var(--wdtFontSize_Ext); color: var(--wdtHeadAltColor); }
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 6px; }
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-title-wrapper { font-size: calc(var(--wdtFontSize_H3) + 4px); color: var(--wdtHeadAltColor); margin-bottom: 5px; }
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-content-wrapper { color: var(--wdtHeadAltColor); }
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line { width: 118px; background-color: rgb(168, 179, 36); } .wdt-custom-newsletter-heading-style-5.elementor-element { width: 85%; max-width: 85%; }
.wdt-custom-newsletter-heading-style-5 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { font-size: calc(var(--wdtFontSize_H6) + 2px); font-family: var(--wdtFontTypo_H6); margin-bottom: 15px; }
.wdt-custom-newsletter-heading-style-5 .wdt-heading-holder .wdt-heading-title-wrapper { color: var(--wdtPrimaryColor); }
.wdt-custom-grid-description .wdt-heading-holder .wdt-heading-content-wrapper { font-size: var(--wdtFontSize_H6); } .wdt-newsletter-heading-3.elementor-element { width: 83%; max-width: 83%; }
.wdt-newsletter-heading-3 .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 0px; }
.wdt-newsletter-heading-3 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle { font-size: calc(var(--wdtFontSize_H6) + 2px); font-family: var(--wdtFontTypo_H6); margin-bottom: 15px; }
.wdt-Branding-heading .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-newsletter-heading-3 .wdt-heading-holder .wdt-heading-title-wrapper { color: var(--wdtHeadAltColor); margin-bottom: 5px; }
.wdt-newsletter-heading-3 .wdt-heading-holder .wdt-heading-content-wrapper { color: var(--wdtBodyTxtColor); } .wdt-custom-newsletter-heading-style.elementor-element { width: 83%; max-width: 83%; }
.wdt-custom-newsletter-heading-style .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 8px; }
.wdt-custom-newsletter-heading-style.elementor-element.elementor-widget { margin-bottom: 30px; } .wdt-custom-heading-style-2.elementor-element { width: 80%; max-width: 80%; margin-bottom: 38px; } .wdt-silder-heading-1 .wdt-heading-holder .wdt-heading-title-wrapper{ font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); }
.wdt-silder-heading-1 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{ font-size: clamp(1.25rem, 0.7596rem + 2.1795vw, 3.375rem); } .wdt-custom-slider-3-heading .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-custom-slider-3-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper { margin-bottom: 10px; }
.wdt-custom-slider-3-heading .wdt-heading-holder .wdt-heading-title-wrapper { font-size: clamp(2.5rem, 2.3558rem + 0.641vw, 3.125rem); }  .wdt-custom-marque-text-style-1 .wdt-heading-holder h2.wdt-heading-title-wrapper { 
font-family: var(--wdtFontTypo_Base); font-size: clamp(7.5rem, 5.625rem + 8.3333vw, 15.625rem); font-weight: var(--wdtFontWeight_Ext); 
-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: rgba(var(--wdtPrimaryColorRgb), 0.2); pointer-events: none; }
.wdt-custom-marque-text-style-1 .wdt-effect-marquee-wrapper { width: 100% !important; } @media screen and (min-width: 480px) {
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-deco-inner.wdt-left-part { display: none; }
}
@media only screen and (max-width:1540px) {
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder .wdt-heading-title-wrapper { font-size: var(--wdtFontSize_H4); }
.wdt-custom-newsletter-heading-style-2 .wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line { width: 55px; }
}
@media only screen and (min-width:1281px) and (max-width:1540px) {
.elementor-element.wdt-newsletter-heading-3 { width: 90%; max-width: 90%; }
}
@media only screen and (max-width:1280px) {
.wdt-custom-newsletter-heading-style-5.elementor-element { width: 100%; max-width: 100%; } 
.wdt-custom-newsletter-heading-style.elementor-element,
.wdt-newsletter-heading-3.elementor-element.elementor-widget { width: 100% !important; max-width: 100% !important; }
}
@media screen and (max-width: 1024px) {
.wdt-custom-counter-heading-style .wdt-heading-holder .wdt-heading-content-wrapper { font-size: 1.1em; } }
@media screen and (max-width:767px) {
.wdt-custom-heading-style-2.elementor-element,
.wdt-toggler-heading.elementor-element,
.wdt-custom-newsletter-heading-style-2.elementor-element { width: 100%; max-width: 100%; }
}.wdt-content-item { border-color: transparent; border-style: solid; border-width: 0; position: relative; z-index: 0; }
.wdt-content-item, .wdt-content-item > .wdt-content-media-group, .wdt-content-item > .wdt-content-detail-group, .wdt-content-item .wdt-content-elements-group, .wdt-content-item .wdt-content-image > span, .wdt-content-item .wdt-content-image > a, .wdt-content-item .wdt-content-image img, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before, .wdt-content-item a, .wdt-content-item .wdt-content-title h5, .wdt-content-item .wdt-rating li span, .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper, .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper, .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container, .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container, .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div, .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div, .wdt-content-item .wdt-content-separator span, .wdt-content-item .wdt-content-description { -webkit-transition: var(--wdt-elementor-base-transition); transition: var(--wdt-elementor-base-transition); }
.wdt-content-item > div:empty { display: none; }
.wdt-content-item > div:not(:last-child),
.wdt-content-item .wdt-content-media-group > div:not(:last-child),
.wdt-content-item .wdt-content-detail-group > div:not(:last-child),
.wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin-bottom: 20px; } .wdt-content-item .wdt-content-media-group { position: relative; display: inherit; }
.wdt-content-item .wdt-content-image-wrapper, .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-content-image > span, .wdt-content-item .wdt-content-image > a { display: inline-flex; }
.wdt-content-item .wdt-content-image > span > img, .wdt-content-item .wdt-content-image > a > img { 
width: 100%; height: 100%; align-self: start; -webkit-border-radius: inherit; border-radius: inherit; } .wdt-content-item .wdt-content-icon-wrapper, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon { display: inline-flex; justify-content: inherit; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { display: inline-flex; justify-content: center; align-items: center; font-size: 2rem; height: 1em; line-height: 1; padding: 5px; position: relative; text-align: center; vertical-align: top; width: 1em; z-index: 0; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i { color: inherit; display: inherit; font-size: inherit; height: 1em; position: relative; vertical-align: top; width: 1em; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg { fill: currentColor; height: 1em; width: 1em; } .wdt-content-item .wdt-content-title h5 { display: block; font-size: 1.25em; font-weight: bold; margin-top: -8px; margin-bottom: 0; text-transform: none; }
.wdt-content-item .wdt-content-title h5 a { -webkit-transition: inherit; transition: inherit; }
.wdt-content-item .wdt-content-title h5, .wdt-content-item .wdt-content-title h5 a { color: var(--wdt-elementor-color-primary); }
.wdt-content-item .wdt-content-title h5 a:hover { color: var(--wdt-elementor-color-accent); }
.wdt-content-item .wdt-content-subtitle { color: var(--wdt-elementor-color-secondary); font-size: 0.9em; letter-spacing: 0.05em; }
.wdt-content-item > div[class*="group"] > .wdt-content-title,
.wdt-content-item > div[class*="group"] > .wdt-content-subtitle { width: 100%; }
.wdt-content-item .wdt-content-title-group { width: 100%; }
.wdt-content-item .wdt-content-title-group, .wdt-content-item .wdt-content-title-group > * { display: inline-block; }
.wdt-content-item .wdt-content-title-group span { display: inline-block; line-height: 0; margin: 5px 10px; width: 0.5em; }
.wdt-content-item .wdt-content-title-group span:before { background-color: currentColor; content:""; display: inline-block; height: 1px; opacity: 0.75; vertical-align: top; width: 100%; }
.wdt-content-item .wdt-content-title-group.below > * { display: block; }
.wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) { margin-bottom: 20px; }
.wdt-content-item .wdt-content-title-group.below span { margin: 15px 0; width: 100%; }
.wdt-content-item .wdt-content-title-group.below span:before { background-color: var(--wdt-elementor-color-accent); height: 2px; width: 60px; }
.wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle,
.wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title,
.wdt-content-item > div[class*="group"] .wdt-content-separator + .wdt-content-subtitle,
.wdt-content-item > div[class*="group"] .wdt-rating-container + .wdt-content-title { margin-top: -15px; }
.wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-separator { margin-top: -5px; } .wdt-content-item .wdt-content-separator { display: inline-block; line-height: 0; vertical-align: top; width: 100%; }
.wdt-content-item .wdt-content-separator.separator-1 span { background-color: var(--wdt-elementor-color-accent); display: inline-block; height: 2px; vertical-align: top; width: 60px; }
.wdt-content-item .wdt-content-separator.separator-2 span { background-color: currentColor; display: inline-block; height: 1px; opacity: 0.15; max-width: 85%; vertical-align: top; width: 450px; } .wdt-content-item .wdt-content-detail-group { position: relative; }
.wdt-content-item .wdt-content-description { position: relative; z-index: 0; }
.wdt-content-item .wdt-content-description > a { color: inherit; }
.wdt-content-item .wdt-content-description > a:hover { opacity: 0.8; } .wdt-content-item .wdt-social-icons-list { display: inline-flex; flex-wrap: wrap; list-style: none; margin: 0 -5px; padding: 0; }
.wdt-content-item .wdt-social-icons-list li { display: inline-flex; margin: 5px; padding: 0; }
.wdt-content-item .wdt-social-icons-list li a { color: var(--wdt-elementor-color-primary); height: 1em; line-height: 1; width: 1em; display: inline-flex; align-items: center; justify-content: center; }
.wdt-content-item .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-accent); } .wdt-content-item .wdt-rating { display: inline-flex; list-style: none; margin: 0 -2px; padding: 0; vertical-align: top; }
.wdt-content-item .wdt-rating li { display: inline-flex; margin: 2px; }
.wdt-content-item .wdt-rating li span { color: var(--wdt-elementor-color-accent); height: 1em; line-height: 1; width: 1em; }
.wdt-content-item .wdt-rating li span.far { opacity: 0.75; } .wdt-content-item .wdt-content-button { position: relative; z-index: 0; }
.wdt-content-item .wdt-content-button > a {
border: 1px solid transparent;
background-color: var(--wdt-elementor-color-accent);
color: var(--wdt-elementor-color-white);
fill: var(--wdt-elementor-color-white);
display: inline-block;
line-height: 1;
font-size: 1rem;
padding: 0.75em 1.5em;
text-align: center;
-webkit-border-radius: 0;
border-radius: 0;
font-size: var(--wdtFontSize_Ext);
letter-spacing: var(--wdtAltLetterSpacing);
padding: 1.1em 1.8em;
line-height: 1;
min-width: 140px;
text-transform: uppercase;
font-weight: var(--wdtFontWeight_Ext);
}
.wdt-content-item .wdt-content-button > a > div, .wdt-content-item .wdt-content-button > a > div > span { color: inherit !important; transition: 0.3s; }
.wdt-content-item .wdt-content-button > a:hover { background-color: var(--wdtSecondaryColor); } .wdt-content-item .wdt-media-image-cover { display: grid; position: relative; z-index: 0; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper { position: relative; width: 100%; z-index: -1; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { content: ""; height: 100%; pointer-events: none; position: absolute; left: 0; top: 0; width: 100%; z-index: 0; -webkit-transition: inherit; transition: inherit;
background-color: var(--wdt-elementor-color-accent);
background-image: linear-gradient(20deg, rgba(0,0,0,0.5), transparent);
}
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after { background-color: var(--wdt-elementor-color-accent); content: ""; height: auto; pointer-events: none; position: absolute; left: 50%; top: 50%; opacity: 0.25; padding-top: 0; width: 0; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: all 0.3s ease-in-out 0.15s; transition: all 0.3s ease-in-out 0.15s; }
.wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper:after { opacity: 0.5; padding-top: 135%; width: 135%; -webkit-border-radius: 35%; border-radius: 35%; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image { align-content: inherit; align-items: inherit; overflow: hidden; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { object-fit: cover; object-position: center; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { height: 100%; width: 100%; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image > a { justify-content: inherit; justify-items: inherit; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-content-item .wdt-media-image-cover > .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { grid-area: 1/-1; align-items: center; align-content: center; justify-content: center; margin-bottom: 0 !important; overflow: hidden; text-align: center; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { opacity: 0.6; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { display: flex; flex-wrap: wrap; padding: 20px; width: 100%; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > *:not(.wdt-content-icon-wrapper) { flex: 1 1 100%; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > *:not(:last-child) { margin-bottom: 15px; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div div,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div span,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div h5,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a { color: var(--wdt-elementor-color-white); }
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div div,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div span,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a { color: var(--wdt-elementor-color-black); }
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a:hover,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a:hover,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a:hover { color: var(--wdt-elementor-color-white); }
.wdt-image-lightbox-popup .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { pointer-events: none; }
.wdt-image-lightbox-popup .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container a { pointer-events: auto; } .wdt-content-item .wdt-media-image-overlay { display: grid; position: relative; z-index: 0; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper { position: relative; width: 100%; z-index: -1; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before { content: ""; height: 100%; opacity: 0; pointer-events: none; position: absolute; left: 0; top: 0; visibility: hidden; width: 100%; z-index: 0; -webkit-transition: inherit; transition: inherit;
background-color: var(--wdt-elementor-color-accent);
background-image: linear-gradient(20deg, rgba(0,0,0,0.5), transparent);
}
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image { align-content: inherit; align-items: inherit; overflow: hidden; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { object-fit: cover; object-position: center; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { height: 100%; width: 100%; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image > span { 
justify-content: inherit; justify-items: inherit; -webkit-border-radius: inherit; border-radius: inherit; will-change: transform; }
.wdt-content-item .wdt-media-image-overlay > .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { grid-area: 1/-1; align-items: center; align-content: center; justify-content: center; margin-bottom: 0 !important; overflow: hidden; text-align: center; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { display: flex; flex-wrap: wrap; opacity: 0; padding: 20px; visibility: hidden; width: 100%; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > * { flex: 1 1 100%; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > *:not(:last-child) { margin-bottom: 15px; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { opacity: 0; visibility: hidden; }
.wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before { opacity: 0.6; visibility: visible; }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container { opacity: 1; visibility: visible; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div div,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div span,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a { color: var(--wdt-elementor-color-black); }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div div,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div span,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a { color: var(--wdt-elementor-color-white); }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a:hover,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a:hover,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-image-lightbox-popup .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { pointer-events: none; }
.wdt-image-lightbox-popup .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container a { pointer-events: auto; } .wdt-content-item .wdt-content-elements-group { position: relative; z-index: 0; -webkit-transition: inherit; transition: inherit; }.wdt-content-item .wdt-content-counter { color: var(--wdt-elementor-color-secondary); display: inline-flex; align-items: center; justify-content: center; font-size: 1.5em; font-weight: bold; -webkit-transition: var(--wdt-elementor-base-transition); transition: var(--wdt-elementor-base-transition); }
.wdt-content-item .wdt-content-counter > *:not(:last-child) { margin-right: 2px; } .wdt-counter-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); color: var(--wdt-elementor-color-white); font-size: 30px; height: 75px; width: 75px; -webkit-border-radius: 3px; border-radius: 3px; }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item .wdt-content-counter { font-size: 2em; line-height: 1.2; }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 10px 10px -10px rgba(var(--wdt-elementor-color-secondary-rgb), 0.5); box-shadow: 0 10px 10px -10px rgba(var(--wdt-elementor-color-secondary-rgb), 0.5); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item .wdt-content-separator.separator-1:last-child { margin-top: 0; }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-separator.separator-1 span { -webkit-transform: scaleX(1.25); transform: scaleX(1.25); }
.wdt-counter-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-weight: 600; } .wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item { display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item > * { margin: 10px !important; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-media-group { display: inline-flex; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-detail-group { display: inline-flex; flex-wrap: wrap; flex: 2 1 0; overflow-wrap: anywhere; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-detail-group > div:first-child { margin-top: -10px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-counter-wrapper:first-child { margin-bottom: 10px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter { font-size: 2em; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon > span { background-color: var(--wdt-elementor-color-white); color: var(--wdt-elementor-color-accent); border: 1px solid rgba(var(--wdt-elementor-color-secondary-rgb),0.1); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-counter-holder.wdt-rc-template-icon-aside-content .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon > span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item { justify-content: start; text-align: start; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item > .wdt-content-detail-group,
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item > .wdt-content-detail-group > .wdt-content-group { justify-content: inherit; text-align: inherit; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-elements-group.wdt-content-group { display: inline-flex; flex-wrap: wrap; align-items: center; margin-left: -10px; margin-right: -10px; margin-bottom: 10px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-elements-group.wdt-content-group > * { margin: 10px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-icon-wrapper { display: inline-flex; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-icon-wrapper span { color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); height: 45px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item:hover .wdt-content-icon-wrapper span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 24px; width: 45px; transition-timing-function: cubic-bezier(.25,.75,.5,1.25); }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-counter-wrapper { display: inline-flex; flex-wrap: wrap; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-counter { font-size: 36px; }
.wdt-counter-holder.wdt-rc-template-icon-aside-counter .wdt-content-item .wdt-content-elements-group.wdt-content-group + .wdt-content-subtitle { margin-top: -10px; } .wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.1); display: inline-block; padding: 15px; text-align: center; width: 100%; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group { margin-bottom: 0; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group,
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-media-group { margin-left: -15px; margin-right: -15px; padding-left: inherit; padding-right: inherit; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-media-group { background-color: transparent !important; margin-top: -15px; overflow: hidden; padding-top: 35px; padding-bottom: 35px; position: relative; z-index: 0; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-media-group:before { color: var(--wdt-elementor-color-accent); content: ""; height: 100%; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; -webkit-box-shadow: 0 10px 0 0 currentColor inset; box-shadow: 0 10px 0 0 currentColor inset; -webkit-transition: inherit; transition: inherit; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-counter-wrapper { margin-bottom: 0; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-counter { font-size: 3em; line-height: 1.2; -webkit-transform: translateY(25%); transform: translateY(25%); }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-separator.separator-1 { margin-bottom: 35px; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-title h5 { font-size: 1.1em; font-weight: 600; text-transform: uppercase; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group { margin-bottom: 25px; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item:hover { background: rgba(var(--wdt-elementor-color-accent-rgb),0.2); }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-media-group:before { -webkit-box-shadow: 0 1px 0 0 currentColor inset, 0 -20em 0 0 currentColor inset; box-shadow: 0 1px 0 0 currentColor inset, 0 -20em 0 0 currentColor inset; }
.wdt-counter-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-counter { color: var(--wdt-elementor-color-white); -webkit-transform: translateY(0); transform: translateY(0); } .wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item { text-align: center; }
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-counter { font-size: 60px; line-height: normal; }
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-icon-wrapper { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-icon-wrapper span { font-size: 100px; opacity: 0.2; -webkit-transform: scale(0.85); transform: scale(0.85); }
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper span, 
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-media-group .wdt-content-counter { color: var(--wdt-elementor-color-accent); }
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item .wdt-content-title h5 { font-size: 1.1em; font-style: italic; font-weight: 600; } 
.wdt-counter-holder.wdt-rc-template-icon-back-counter .wdt-content-item:hover .wdt-content-icon-wrapper span { -webkit-transform: scale(0.75); transform: scale(0.75); } .wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item { text-align: center; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-media-group { display: inline-flex; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter { border: 5px solid rgba(var(--wdt-elementor-color-secondary-rgb),0.1); display: inline-flex; font-size: 36px; height: 4.5em; width: 4.5em; border-radius: 50%; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter > * { position: relative; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper { margin: 0; pointer-events: none; position: absolute; left: 0; top: 0; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper,
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon { align-items: start; justify-content: start }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 1em; height: 2em; padding: 0.5em; width: 2em; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 5px currentColor; box-shadow: 0 0 0 5px currentColor; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-transform: translate3d(-15%,-15%, 0); transform: translate3d(-15%,-15%, 0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper, 
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon, 
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { height: 100%; width: 100%; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item .wdt-content-title h5 { font-weight: 600; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item:hover .wdt-content-icon-wrapper { pointer-events: auto; }
.wdt-counter-holder.wdt-rc-template-icon-pop-in-counter .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { background: none; font-size: 3em; opacity: 0.2; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .wdt-counter-holder.wdt-rc-template-classic .wdt-content-item { padding: 25px 15px; text-align: center; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.2); color: var(--wdt-elementor-color-black); display: inline-flex; align-items: center; justify-content: center; font-size: 30px; height: 5em; position: relative; width: 5em; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter:before { background: inherit; border-color: inherit; border-style: inherit; border-width: inherit; content: ""; height: 100%; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; border-radius: inherit; box-shadow: inherit; transition: inherit; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover { border-radius: 10px; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter { background: none; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover,
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter { box-shadow: 0 0 0 2px rgba(var(--wdt-elementor-color-accent-rgb),0.6) inset, 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.1); }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter:before { transform: scale(0); }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter { background: none; }
.wdt-counter-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-counter-wrapper .wdt-content-counter:hover { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-counter-holder.wdt-rc-template-modern .wdt-content-item { text-align: left; }
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item .wdt-media-group { margin: 20px; padding: 20px; position: relative; z-index: 0; } 
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item .wdt-media-group:before { content: ""; display: block; height: 100%; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; transition: inherit;
background-image: 
linear-gradient(0deg, rgba(var(--wdt-elementor-color-accent-rgb),0.5), rgba(var(--wdt-elementor-color-accent-rgb),0.5) 25%, rgba(var(--wdt-elementor-color-accent-rgb),0.5) 75%), 
linear-gradient(90deg, rgba(var(--wdt-elementor-color-accent-rgb),0.5), rgba(var(--wdt-elementor-color-accent-rgb),0.5) 25%,rgba(var(--wdt-elementor-color-accent-rgb),0.5) 75%), 
linear-gradient(180deg, rgba(var(--wdt-elementor-color-accent-rgb),0.5), rgba(var(--wdt-elementor-color-accent-rgb),0.5) 25%, rgba(var(--wdt-elementor-color-accent-rgb),0.5) 75%), 
linear-gradient(270deg, rgba(var(--wdt-elementor-color-accent-rgb),0.5), rgba(var(--wdt-elementor-color-accent-rgb),0.5) 25%, rgba(var(--wdt-elementor-color-accent-rgb),0.5) 75%);
background-position: 0 0, 0 0, 100% 100%, 100% 100%;;
background-size: 2px 40px, 40px 2px, 2px 40px, 40px 2px;
background-repeat: no-repeat;
}
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-icon-wrapper { opacity: 0.1; margin-right: inherit; margin-bottom: 0; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-icon-wrapper span { color: var(--wdt-elementor-color-accent); font-size: 100px; }
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-counter { font-size: 2.5em; font-weight: 900; line-height: 1.2; }
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-media-group:before { 
background-image: 
linear-gradient(0deg, var(--wdt-elementor-color-accent), var(--wdt-elementor-color-accent) 25%, var(--wdt-elementor-color-accent) 75%), 
linear-gradient(90deg, var(--wdt-elementor-color-accent), var(--wdt-elementor-color-accent) 25%, var(--wdt-elementor-color-accent) 75%), 
linear-gradient(180deg, var(--wdt-elementor-color-accent), var(--wdt-elementor-color-accent) 25%, var(--wdt-elementor-color-accent) 75%), 
linear-gradient(270deg, var(--wdt-elementor-color-accent), var(--wdt-elementor-color-accent) 25%, var(--wdt-elementor-color-accent) 75%);
background-position: 0 100%, 100% 0, 100% 0, 0 100%;
background-size: 3px 45px, 45px 3px, 3px 45px, 45px 3px;
}
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-icon-wrapper { opacity: 0.15; }
.wdt-counter-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-icon-wrapper span { transform: scale(0.9); } .wdt-counter-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { background-color: transparent !important; display: inline-table; margin: 1em 0; padding: 1em; position: relative; z-index: 0; border-radius: 5px; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group:before { background: currentColor; color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); content: ""; display: block; height: auto; padding-top: 50%; padding-bottom: 50%; position: absolute; left: 50%; top: 50%; width: 100%; z-index: -1; border-radius: inherit; transform: translate(-50%,-50%); transform-origin: left top; transform-style: preserve-3d; transition: inherit; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-icon-wrapper { margin-bottom: 0; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-counter-wrapper .wdt-content-counter { color: inherit; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { color: var(--wdt-elementor-color-white); border-radius: 10px; }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group:before { background-color: var(--wdt-elementor-color-accent); }
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group:before { background-color: var(--wdt-elementor-color-accent); transform: rotate(45deg) translate(-50%,-50%); transition-timing-function: cubic-bezier(.25,.75,.5,1.25); }  .wdt-custom-counter-style-1 .wdt-content-item { display: inline-flex; flex-wrap: wrap; align-items: flex-start; margin-left: 0; margin-right: 0; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group,
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-media-group { margin: 15px; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group { display: inline-flex; flex-wrap: wrap; flex: 2 1 0; overflow-wrap: anywhere; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper .wdt-content-counter span,
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper .wdt-content-title h5 { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 64px; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-family: var(--wdtFontTypo_Base); font-size: calc( var(--wdtFontSize_Ext) + 2px ); font-weight: calc(var(--wdtFontWeight_Ext) - 100 ); letter-spacing: 1.4px; margin-top: 0; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper { margin-bottom: 8px; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper .wdt-content-counter span { font-size: var(--wdtFontSize_H3); line-height: 1; }
.wdt-custom-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
display: inline;
background-image: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb), 0.3) 0%, rgba(var(--wdtPrimaryColorRgb), 0.3) 100% );
background-repeat: no-repeat;
background-position: left bottom;
background-size: 0% 6px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wdt-custom-counter-style-1 .wdt-content-item:hover .wdt-content-detail-group .wdt-content-title h5 {
background-size: 100% 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.wdt-custom-counter-style-1 .wdt-counter-holder .wdt-column-wrapper div.wdt-column:last-child { margin-left: auto; margin-right: auto; }
} .wdt-custom-counter-style .wdt-content-item .wdt-content-media-group .wdt-content-counter { font-size: var(--wdtFontSize_H2); font-weight: var(--wdtFontWeight_H3); line-height: 1; }
.wdt-custom-counter-style .wdt-content-item .wdt-content-media-group { margin-bottom: 8px; }
.wdt-custom-counter-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_H5); font-weight: var(--wdtFontWeight_Base); margin-top: 0; }
.wdt-custom-counter-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 a { color: var(--wdtSecondaryColor); }
@media screen and (max-width: 1024px) {
.wdt-custom-counter-style .wdt-content-item .wdt-content-media-group .wdt-content-counter { font-size: var(--wdtFontSize_H3); }
.wdt-custom-counter-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_H6); }
}  .wdt-custom-grid-image-style img { border-radius: 30px; }
.wdt-custom-grid-image-style.elementor-element { margin: 0; } .wdt-background-with-counter.elementor-element>.elementor-widget-container { background-image: url(//shinifyshinestar.com/wp-content/plugins/wedesigntech-elementor-addon/inc/widgets/counter/assets/image/Counter_bg_image.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 40px 50px; border-radius: 30px; min-height: 526px; }
.wdt-background-with-counter.elementor-element .wdt-content-item { padding: 30px 30px 15px 30px; background-color: var(--wdtSecondaryColor); }
.wdt-background-with-counter.elementor-element .wdt-content-item .wdt-content-title { margin-bottom: 0px; }
.wdt-background-with-counter.elementor-element .wdt-content-item .wdt-content-title h5 { font-size: 0.875em; font-weight: 500; margin-top: 0; }
.wdt-background-with-counter.elementor-element .wdt-content-item .wdt-content-counter { font-size: var(--wdtFontSize_H2); font-weight: var(--wdtFontWeight_H2); line-height: var(--wdtLineHeight_Ext); }
.wdt-background-with-counter.elementor-element .wdt-content-item .wdt-content-title h5 a,
.wdt-background-with-counter.elementor-element .wdt-content-item .wdt-content-counter { color: var(--wdtAccentTxtColor); }
.wdt-background-with-counter .wdt-content-item .wdt-content-media-group { justify-content: center; flex-wrap: wrap; }
@media screen and (max-width:767px) {
.wdt-background-with-counter.elementor-element>.elementor-widget-container { padding: 20px 30px; min-height: auto; }
} .wdt-custom-faq-number-counter .wdt-content-item .wdt-content-counter { font-size: var(--wdtFontSize_H2); font-weight: var(--wdtFontWeight_H2); line-height: var(--wdtLineHeight_Ext); }
.wdt-custom-faq-number-counter .wdt-content-item .wdt-content-subtitle { font-size: var(--wdtFontSize_H6); }
.wdt-custom-faq-number-counter .wdt-content-item .wdt-content-counter,
.wdt-custom-faq-number-counter .wdt-content-item .wdt-content-subtitle { color: var(--wdtHeadAltColor); }
.wdt-custom-faq-number-counter .wdt-content-item>.wdt-content-media-group { margin-bottom: 0; }
@media screen and (max-width: 1280px) {
.wdt-custom-faq-number-counter .wdt-content-item .wdt-content-counter { font-size: calc(var(--wdtFontSize_H4) + 4px); }
}  .wdt-ca-cusutom-counter .wdt-rc-template-custom-template .wdt-column-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper { margin-bottom: 10px; }
.wdt-ca-cusutom-counter .wdt-rc-template-custom-template .wdt-column-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper .wdt-content-counter {
font-size: clamp(2.5rem, 2.2115rem + 1.2821vw, 3.75rem); }
.wdt-ca-cusutom-counter .wdt-rc-template-custom-template .wdt-column-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-subtitle {
font-size: var(--wdtFontSize_Base); text-transform: uppercase; } .wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-media-group {
display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 5px; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper {
margin: 0; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper .wdt-content-counter {
font-size: var(--wdtFontSize_H3); font-weight: 700; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
font-size: var(--wdtFontSize_Base); margin: 3px; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
font-family: var(--wdtFontTypo_Base); font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Ext); text-transform: capitalize; }
@media only screen and (max-width: 1024px) {
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-media-group { justify-content: center; }
}
@media only screen and (max-width: 767px) {
.wdt-about-counter .wdt-counter-holder .wdt-column-wrapper .wdt-column { padding: 0; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: calc(var(--wdtFontSize_Base) + 3px); }
}
@media only screen and (max-width: 480px) {
.wdt-about-counter .wdt-counter-holder .wdt-column-wrapper .wdt-column { padding: 10px; }
.wdt-about-counter .wdt-counter-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_H6); }
}