.wdt-logo-container a {
color: inherit;
}
.wdt-logo-container a img {
display: inline-block;
vertical-align: middle;
vertical-align: middle;
}
.wdt-logo-container a .site-title {
color: var(--wdtHeadAltColor);
clear: both;
display: block;
font-family: var(--wdtFontTypo_Alt);
font-size: var(--wdtFontSize_H2);
font-weight: bold;
line-height: 1.1;
transition: inherit;
}
.wdt-logo-container a:hover .site-title { color: inherit; }.wdt-header-icons-list {
display: block;
margin: -20px;
}
.wdt-header-icons-list-item {
display: inline-block;
vertical-align: middle;
}
.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: 20px;
position: relative;
}
.wdt-header-icons-list-item::after {
content: "";
height: 28px;
width: 1px;
background-color: var(--wdtBorderColor);
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
opacity: 1;
}
.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_Base);
padding: 0 0;
text-transform: capitalize;
font-size: var(--wdtFontSize_Base);
}
.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: calc(var(--wdtFontSize_Base) + 4px);
}
.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: 35px;
max-width: 35px;
min-height: 35px;
min-width: 35px;
width: 35px;
-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;
}
.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 {
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;
font-weight: 600;
height: 16px;
padding: 0;
width: 16px;
background: var(--wdtPrimaryColor);
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.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: 20px;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
}
.wdt-header-icons-list > div.search-item.search-default .wdt-search-form-container,
.wdt-header-icons-list > div.search-item.search-default .wdt-search-menu-icon {
width: 100%;
}
.wdt-header-icons-list > div.search-item.search-default #searchform input[type="text"] {
border-radius: var(--wdtRadius_Part);
-webkit-border-radius: var(--wdtRadius_Part);
}
.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: var(--wdtFontSize_Base);
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: transparent;
border: 1px solid var(--wdtBorderColor);
text-transform: capitalize;
color: var(--wdtBodyTxtColor);
margin-bottom: 0;
width: 100%;
}
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: 35px;
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 {
width: 40em;
}
body>.wdt-search-form-container {
background-color: var(--wdtBodyBGColor);
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 10;
box-shadow: 0 -1px 8px 3px rgba(var(--wdtHeadAltColorRgb), 0.08);
}
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: 40px;
left: auto;
right: 35px;
top: 35px;
border-radius: var(--wdtRadius_Part);
place-items: center;
width: 40px;
line-height: 40px;
background-color: var(--wdtPrimaryColor);
display: grid;
color: var(--wdtAccentTxtColor);
}
body>.wdt-search-form-container .wdt-search-form-close:hover {
background-color: var(--wdtLinkHoverColor);
} body>.wdt-search-form-container {
transform: translateY(-100%);
height: 50vh;
}
.wdt-search-form-container.show {
transform: translateY(00%);
}
body>.wdt-search-form-container #searchform {
width: 60%;
}  _: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 {
content: "\2573";
font-family: "Sans-serif";
pointer-events: none;
z-index: 1;
display: flex;
}
.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(--wdtSecondaryColor);
}     .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: rgb(var(--wdtLinkHoverColorRgb),0.6);
}
.wdt-header-icons-list .wdt-header-icons-list-item a,
.wdt-header-icons-list .wdt-wishlist-count a .wishlist_products_counter_text,
.wdt-header-icons-list .wdt-wishlist-count a:before {
color: var(--wdtSecondaryColor);
transition: var(--wdtBaseTransition);
-webkit-transition: var(--wdtBaseTransition);
}
.wdt-header-icons-list .wdt-header-icons-list-item a:hover,
.wdt-header-icons-list .wdt-wishlist-count a:hover .wishlist_products_counter_text,
.wdt-header-icons-list .wdt-wishlist-count a:hover:before {
color: rgb(var(--wdtLinkHoverColorRgb),0.6);
} @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 {
max-width: 600px;
width: 100%;
}
.overlay-header-search .overlay-search #searchform {
width: 75%;
}
}  @media only screen and (min-width:768px) and (max-width:1024px) {}  @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) {
body>.wdt-search-form-container .wdt-search-form-close {
font-size: 14px;
line-height: 20px;
top: 15px;
right: 15px;
}
.wdt-header-icons-list>div.search-item a.wdt-search-icon {
width: 25px;
}
.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: 25px;
max-width: 25px;
min-height: 25px;
min-width: 25px;
width: 25px;
}
.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: 100%;
max-width: calc(100% - 40px);
}
}.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-cart-totals {
display: none;
}
.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: "Khadija Icons";
font-size: inherit;
margin: auto;
}
.wdt-shop-menu-icon .wdt-shop-menu-cart-number,
.wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
background-color: var(--wdtHeadAltColor);
color: var(--wdtAccentTxtColor);
font-size: 10px;
height: 18px;
line-height: 18px;
padding: 0;
position: absolute;
right: auto;
left: 16px;
top: -4px;
text-align: center;
width: 18px;
-webkit-border-radius: var(--wdtRadius_Full);
border-radius: var(--wdtRadius_Full);
}
.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: "Khadija 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-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);
}
.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: 600px;
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: 70px 40px 120px;
position: relative;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header {
border-width: 0 0 1px;
padding-left: 0px;
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: 16px;
font-weight: 400;
line-height: normal;
margin: 0;
text-transform: uppercase;
padding: 15px 40px;
}
.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: 100%;
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;
display: grid;
place-content: center;
}
.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%);
box-shadow: 0px -5px 12px 3px rgba(var(--wdtAccentTxtColorRgb), .2);
}
.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 dd,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget dt {
display: inline-block;
margin-bottom: 5px;
}
.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 0px;
}
.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: 30px 25px 30px 100px;
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;
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); }
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a img {
margin: auto;
position: absolute;
left: 0;
top: 50%;
width: 80px;
border-radius: var(--wdtRadius_2X);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove {
font-size: 26px;
height: 30px;
line-height: 26px;
margin: auto;
position: absolute;
bottom: 0;
left: auto;
right: 0;
top: 0 !important;
text-align: center;
width: 30px;
border-radius: var(--wdtRadius_Full);
}
.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%;
padding: 0 40px;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer::before {
content: "";
height: 0px;
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: unset;
line-height: unset;
margin: 0;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total {
padding: 0 0 20px 0;
border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 1);
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total strong {
float: left;
color: var(--wdtHeadAltColor);
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.total .amount {
float: unset;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
margin-bottom: 20px;
}
.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: 100%;
-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-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: var(--wdtBodyBGColor);
border-top: 0px solid rgba(var(--wdtBorderColorRgb), .5);
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer {
background-color: rgba(var(--wdtSecondaryColorRgb), .0);
border-top: 0px solid rgba(var(--wdtBorderColorRgb), 1);
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header,
.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-header h3 a,
.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-content .woocommerce-mini-cart-footer p.buttons.woocommerce-mini-cart__buttons a,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons.woocommerce-mini-cart__buttons a {
background-color: transparent;
border: 1px solid rgba(var(--wdtBorderColorRgb), 1);
border-radius: var(--wdtRadius_Part);
color: var(--wdtLinkColor);
padding: var(--wdtPadding_Btn);
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons.woocommerce-mini-cart__buttons a:hover,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer p.buttons.woocommerce-mini-cart__buttons a:hover {
background-color: var(--wdtPrimaryColor);
color: var(--wdtAccentTxtColor);
}
.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;
}    @media only screen and (max-width: 1280px) {
.wdt-shop-cart-widget.activate-sidebar-widget {
width: 400px;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a.remove {
height: 25px;
line-height: 20px;
width: 25px;
}
}  @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[class*="sidebar"] .wdt-shop-cart-widget-content .woocommerce-mini-cart-footer,
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-header h3 {
padding: 12px 20px;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li {
padding: 30px 25px 30px 70px;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-inner {
padding: 45px 20px 120px;
}
.wdt-shop-cart-widget[class*="sidebar"] .wdt-shop-cart-widget-content .product_list_widget li a img {
width: 50px;
}
.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;
}
}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.wdt-heading-holder {
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
} .wdt-heading-holder {
position: relative;
}
.wdt-heading-holder>*:not(:last-child) {
margin-bottom: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem); }
.wdt-heading-holder>*:last-child {
margin-bottom: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper {
line-height: var(--wdtLineHeight_Alt);
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: 1.2em;
letter-spacing: .05em;
}
.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-icon-wrapper .wdt-content-icon {
font-size: clamp(2.5rem, 2.2rem + 1.5vw, 4rem); color: var(--wdtPrimaryColor);
}
.wdt-dark-bg .wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon {
color: var(--wdtAccentTxtColor);
}
.wdt-cus-home-2-heading-icon-size .wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon {
font-size: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem); width: 100%;
height: 100%;
display: block;
}
.wdt-cus-home-2-heading-icon-size .wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon span,
.wdt-cus-home-2-heading-icon-size .wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon span i {
height: inherit;
width: inherit;
display: inherit;
} .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>span {
display: flex;
align-items: center;
flex-wrap: wrap;
white-space: break-spaces;
}
.wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line {
width: 50px;
height: 2px;
align-self: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner {
display: inline-flex;
align-items: baseline;
}
.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-left-part'] {
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-right-part'] {
margin-left: 5px;
}
.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: var(--wdt-elementor-color-primary);
}
.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-common-heading h2.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
font-size: clamp(2.25rem, 1.925rem + 1.625vw, 3.875rem);
margin-bottom: 10px;
}
.wdt-common-heading h3.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
margin-bottom: 10px;
}
.wdt-common-heading h1.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
margin-bottom: 10px;
}
.wdt-common-heading h4.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
margin-bottom: 10px;
}
.wdt-common-heading h5.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
margin-bottom: 10px;
}
.wdt-common-heading h6.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
text-transform: uppercase;
margin-bottom: 10px;
} .wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-split-heading-wrapper>span.wdt-split-heading-title:last-child {
padding-right: 8px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-split-heading-wrapper .wdt-split-heading-title {
display: inline-block;
text-transform: initial;
opacity: 0;
transition: all 0.3s linear;
}
.wdt-item-is-inview .wdt-heading-deco-wrapper .wdt-heading-title .wdt-split-heading-wrapper .wdt-split-heading-title {
animation: wwaving-text .8s linear forwards;
-webkit-animation: waving-text .8s linear forwards;
}
@keyframes waving-text {
10% {
transform: translate(0px, 15px);
opacity: 1;
}
20% {
transform: translate(0px, 10px);
opacity: 1;
}
30% {
transform: translate(0px, 5px);
opacity: 1;
}
40% {
transform: translate(0px, 0px);
color: rgba(var(--wdtLinkHoverColorRgb), .85);
opacity: 1;
}
50% {
transform: translate(0px, -5px);
opacity: 1;
}
60% {
transform: translate(0px, -10px);
opacity: 1;
}
70% {
transform: translate(0px, -15px);
opacity: 1;
}
80% {
transform: translate(0px, -10px);
}
90% {
transform: translate(0px, -5px);
opacity: 1;
}
100% {
transform: translate(0px, 0px);
opacity: 1;
}
}
@-webkit-keyframes waving-text {
10% {
transform: translate(0px, 15px);
opacity: 1;
}
20% {
transform: translate(0px, 10px);
opacity: 1;
}
30% {
transform: translate(0px, 5px);
opacity: 1;
}
40% {
transform: translate(0px, 0px);
color: rgba(var(--wdtLinkHoverColorRgb), .85);
opacity: 1;
}
50% {
transform: translate(0px, -5px);
opacity: 1;
}
60% {
transform: translate(0px, -10px);
opacity: 1;
}
70% {
transform: translate(0px, -15px);
opacity: 1;
}
80% {
transform: translate(0px, -10px);
}
90% {
transform: translate(0px, -5px);
opacity: 1;
}
100% {
transform: translate(0px, 0px);
opacity: 1;
}
}.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; }
.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 { height: inherit; 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: inline-block; 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-media-group .wdt-content-icon-wrapper:only-child .wdt-content-icon span { height: auto; }
.wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper:only-child .wdt-content-icon span i, 
.wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper:only-child .wdt-content-icon span i > svg { display: inherit; height: auto; } .wdt-content-item .wdt-content-title h5 { display: block; font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem); font-weight: var(--wdtFontWeight_H5); margin-top: 0px; margin-bottom: 0; text-transform: capitalize; }
.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(--wdtPrimaryColor); }
.wdt-content-item .wdt-content-subtitle { color: var(--wdt-elementor-color-secondary); font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); letter-spacing: 0; }
.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(--wdtPrimaryColor);
color: var(--wdtAccentTxtColor);
fill: var(--wdt-elementor-color-white);
display: inline-block;
line-height: 1;
font-size: var(--wdtFontSize_Base);
padding: var(--wdtPadding_Btn);
font-weight: calc(var(--wdtFontWeight_Base) + 100);
text-align: center;
-webkit-border-radius: 0;
border-radius: 0;
}
.wdt-content-item .wdt-content-button > a > div, 
.wdt-content-item .wdt-content-button > a > div > span { 
color: inherit !important; }
.wdt-content-item .wdt-content-button > a:hover,
.wdt-content-item .wdt-content-button > a:focus { 
background-color: var(--wdtTertiaryColor); 
color: var(--wdtPrimaryColor); 
} .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 a,
.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: 1; -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-testimonial-holder.wdt-rc-template-cover .wdt-content-item, .wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item { justify-content: start; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { justify-content: inherit; text-align: inherit; } .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item { display: flex; flex-wrap: wrap; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item > * { padding: 10px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-media-group { display: inline-flex; flex: 0 1 0; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 0; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper { place-content: center; margin-bottom: 0 !important; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { align-self: flex-start; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 110px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 110px; width: 110px; -webkit-border-radius: 10px; border-radius: 10px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper + .wdt-content-icon-wrapper { position: absolute; right: 0; top: 90px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 18px; height: 40px; width: 40px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-side-image .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-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item { padding: 15px; justify-content: start; text-align: start; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-detail-group { display: flex; flex-wrap: wrap; position: relative; justify-content: inherit; text-align: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-group { display: inline-flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; align-content: center; align-items: start; width: auto; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-group > * { margin: 0 10px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description { flex: 1 1 0; margin-top: 5px; margin-bottom: 5px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.075; position: absolute; right: 5px; top: 5px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 35px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-separator.separator-2 span { height: 1px; max-width: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item > div[class*="group"] > .wdt-rating-container { margin-bottom: 5px; } .wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item { text-align: start; justify-content: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-detail-group { position: relative; text-align: inherit; justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-group { display: inline-flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; align-content: center; align-items: start; width: auto; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-group > * { margin: 0 10px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group { display: inline-block; flex: 1 1 0; margin-top: 5px; margin-bottom: 5px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group > span { display: none; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group .wdt-content-title { margin-top: 8px; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.075; position: absolute; right: 15px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper, .wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon { display: block; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 60px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item > div[class*="group"] > .wdt-rating-container { margin-bottom: 5px; } .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item { background: rgba(var(--wdt-elementor-color-accent-rgb),0.8); padding: 10px 10px 20px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item ul li, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container { justify-content: center; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 20px; height: 45px; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: auto; opacity: 0.5; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; z-index: -1; -webkit-border-radius: inherit; border-radius: inherit; -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-media-group:hover .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: -10px; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-media-group:hover .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: 0; } .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item { padding: 15px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before, 
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { overflow: hidden; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { text-align: center; justify-content: center; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { opacity: 0.25; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 20px; height: 45px; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: auto; opacity: 0.5; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; z-index: -1; -webkit-border-radius: inherit; border-radius: inherit; -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: -10px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-separator + .wdt-social-icons-container { margin-top: -8px; } .wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-elements-group.wdt-media-group { display: inline-flex; perspective: 250px; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper { margin-bottom: 0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper { margin: 0; -webkit-transform: translate3d(-15px,0,-30px); transform: translate3d(-15px,0,-30px); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: var(--wdt-elementor-color-accent); font-size: 35px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item:hover .wdt-content-image-wrapper { -webkit-transform: translate3d(80%,0,0); transform: translate3d(80%,0,0); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item:hover .wdt-content-icon-wrapper { margin-left: -5px; -webkit-transform: translate3d(-100%,0,-15px); transform: translate3d(-100%,0,-15px); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .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-testimonial-holder.wdt-rc-template-duotone .wdt-content-item { margin-top: 10px; text-align: center; box-shadow: 0 0 2px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item > * { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-detail-group { z-index: -1; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group { padding: 35px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group { background-color: #fff; position: relative; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group:after { background-color: inherit; content: ""; height: 15px; margin: 0 auto -8px; position: absolute; bottom: 0; left: 0; right: 0; width: 15px; z-index: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-detail-group, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group ul li, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-content-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper { margin: -10px 0 0 15px; position: absolute; left: 0; top: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .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: 13px; height: 35px; width: 25px; -webkit-transform: skewY(15deg); transform: skewY(15deg); -webkit-transform-origin: left top; transform-origin: left top; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:after { -webkit-transform: skewY(-15deg); transform: skewY(-15deg); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: 1em; opacity: 0.75; position: absolute; left: 0; top: 0; width: 1em; z-index: -1; -webkit-transform: rotate(45deg) skew(15deg, -45deg); transform: rotate(45deg) skew(15deg, -45deg); -webkit-transform-origin: left top; transform-origin: left top; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); display: inline-flex; flex-wrap: wrap; align-content: center; align-items: start; margin-left: 0; margin-right: 0; position: relative; width: 100%; z-index: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group > * { margin: 0 5px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group { display: inline-flex; flex-wrap: wrap; flex: 1 1 0; margin-top: 10px; margin-bottom: 10px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group > * { display: inline-block; flex: 1 1 100%; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group > span { display: none; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; } .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.1); display: flex; flex-wrap: wrap; -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item > * { margin-bottom: 0 !important; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-group { margin-bottom: 0 !important; padding: 20px; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-media-group { display: inline-flex; flex: 2 1 0; max-width: 100%; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-media-group > * { flex: 1 1 100%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); display: inline-flex; flex-wrap: wrap; height: 100%; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-detail-group { flex: 3 1 0; overflow-wrap: anywhere; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-separator.separator-2 span { max-width: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group ul li, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { border: 2px solid currentColor; color: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; padding: 0; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > span { border-color: transparent; -webkit-box-shadow: 0 0 0 2px var(--wdt-elementor-color-white); box-shadow: 0 0 0 2px var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > span img { -webkit-transform: scale(0.98); transform: scale(0.98); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.15; position: absolute; right: 0; top: 0; -webkit-transform: translate(-35px, 30px); transform: translate(-35px, 30px); transition: var(--wdt-elementor-base-transition); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { color: var(--wdt-elementor-color-black); font-size: 35px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-icon-wrapper { opacity: 0.5; -webkit-transform: translate(-25px, 25px); transform: translate(-25px, 25px); } .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-group { padding: 20px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); } .wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item { display: flex; flex-direction: column-reverse; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group { padding-bottom: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); width: 90%; border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 0.1); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group { margin-bottom: 0px !important; padding-top: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); display: flex; align-items: center; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0px !important; margin-right: 16px; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description { font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem); text-transform: uppercase; font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-rating li .fas.fa-star:before {content: "\2605";}
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-rating li span { font-size: 18px; color: #FFC30A; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-rating-container { margin-bottom: 0px !important; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image > a > img { border-radius: var(--wdtRadius_Full); } 
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h5 { text-transform: uppercase; font-weight: var(--wdtFontWeight_H4); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-subtitle { font-size: var(--wdtFontSize_Ext); letter-spacing: 0px; text-transform: capitalize; } .wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title-group .wdt-content-title h5{ text-transform: uppercase; font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title-group .wdt-content-subtitle { letter-spacing: 0px; font-weight: var(--wdtFontWeight_Ext); text-transform: capitalize; }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description { text-transform: uppercase; font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); font-family: var(--wdtFontTypo_Alt); padding: 0 30px; }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description:after{
content: "";
position: absolute;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5928 0.524414C24.9365 0.703451 27.0199 0.792969 28.8428 0.792969C30.6657 0.792969 31.7969 0.776693 32.2363 0.744141C32.2363 0.923177 32.2526 1.09408 32.2852 1.25684L30.7959 7.89746C29.8356 13.6266 29.0788 16.4912 28.5254 16.4912C26.4909 16.5889 23.9518 16.6377 20.9082 16.6377H19.834L18.8086 16.6133H17.0752L16.6602 16.0273C18.5319 11.0794 19.9235 7.22201 20.835 4.45508H20.8105C21.4616 2.4694 22.0557 1.15918 22.5928 0.524414ZM0.498047 16.7354L0.0585938 15.832L1.42578 12.1943C1.55599 11.8363 1.87337 10.9248 2.37793 9.45996C2.88249 7.99512 3.30566 6.85579 3.64746 6.04199L4.0625 5.04102C4.92513 2.42057 5.53548 0.972005 5.89355 0.695312H9.67773C13.6491 0.695312 15.6348 0.703451 15.6348 0.719727C15.6348 1.43587 15.4476 2.44499 15.0732 3.74707C14.7152 5.03288 14.471 6.09082 14.3408 6.9209C13.2666 13.2848 12.5016 16.4668 12.0459 16.4668H9.62891L4.86816 16.6133L0.498047 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5928 0.524414C24.9365 0.703451 27.0199 0.792969 28.8428 0.792969C30.6657 0.792969 31.7969 0.776693 32.2363 0.744141C32.2363 0.923177 32.2526 1.09408 32.2852 1.25684L30.7959 7.89746C29.8356 13.6266 29.0788 16.4912 28.5254 16.4912C26.4909 16.5889 23.9518 16.6377 20.9082 16.6377H19.834L18.8086 16.6133H17.0752L16.6602 16.0273C18.5319 11.0794 19.9235 7.22201 20.835 4.45508H20.8105C21.4616 2.4694 22.0557 1.15918 22.5928 0.524414ZM0.498047 16.7354L0.0585938 15.832L1.42578 12.1943C1.55599 11.8363 1.87337 10.9248 2.37793 9.45996C2.88249 7.99512 3.30566 6.85579 3.64746 6.04199L4.0625 5.04102C4.92513 2.42057 5.53548 0.972005 5.89355 0.695312H9.67773C13.6491 0.695312 15.6348 0.703451 15.6348 0.719727C15.6348 1.43587 15.4476 2.44499 15.0732 3.74707C14.7152 5.03288 14.471 6.09082 14.3408 6.9209C13.2666 13.2848 12.5016 16.4668 12.0459 16.4668H9.62891L4.86816 16.6133L0.498047 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--wdtPrimaryColor);
width: 33px; height: 17px; right: 0%; bottom: 0;
}
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description:before{
content: "";
position: absolute;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4072 0.524414C8.06348 0.703451 5.98014 0.792969 4.15723 0.792969C2.33431 0.792969 1.20312 0.776693 0.763672 0.744141C0.763672 0.923177 0.747396 1.09408 0.714844 1.25684L2.2041 7.89746C3.16439 13.6266 3.92122 16.4912 4.47461 16.4912C6.50911 16.5889 9.04818 16.6377 12.0918 16.6377H13.166L14.1914 16.6133H15.9248L16.3398 16.0273C14.4681 11.0794 13.0765 7.22201 12.165 4.45508H12.1895C11.5384 2.4694 10.9443 1.15918 10.4072 0.524414ZM32.502 16.7354L32.9414 15.832L31.5742 12.1943C31.444 11.8363 31.1266 10.9248 30.6221 9.45996C30.1175 7.99512 29.6943 6.85579 29.3525 6.04199L28.9375 5.04102C28.0749 2.42057 27.4645 0.972005 27.1064 0.695313L23.3223 0.695313C19.3509 0.695313 17.3652 0.703451 17.3652 0.719727C17.3652 1.43587 17.5524 2.44499 17.9268 3.74707C18.2848 5.03288 18.529 6.09082 18.6592 6.9209C19.7334 13.2848 20.4984 16.4668 20.9541 16.4668H23.3711L28.1318 16.6133L32.502 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4072 0.524414C8.06348 0.703451 5.98014 0.792969 4.15723 0.792969C2.33431 0.792969 1.20312 0.776693 0.763672 0.744141C0.763672 0.923177 0.747396 1.09408 0.714844 1.25684L2.2041 7.89746C3.16439 13.6266 3.92122 16.4912 4.47461 16.4912C6.50911 16.5889 9.04818 16.6377 12.0918 16.6377H13.166L14.1914 16.6133H15.9248L16.3398 16.0273C14.4681 11.0794 13.0765 7.22201 12.165 4.45508H12.1895C11.5384 2.4694 10.9443 1.15918 10.4072 0.524414ZM32.502 16.7354L32.9414 15.832L31.5742 12.1943C31.444 11.8363 31.1266 10.9248 30.6221 9.45996C30.1175 7.99512 29.6943 6.85579 29.3525 6.04199L28.9375 5.04102C28.0749 2.42057 27.4645 0.972005 27.1064 0.695313L23.3223 0.695313C19.3509 0.695313 17.3652 0.703451 17.3652 0.719727C17.3652 1.43587 17.5524 2.44499 17.9268 3.74707C18.2848 5.03288 18.529 6.09082 18.6592 6.9209C19.7334 13.2848 20.4984 16.4668 20.9541 16.4668H23.3711L28.1318 16.6133L32.502 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--wdtPrimaryColor);
width: 33px; height: 17px; left: 0%; top: 0;
} @media(max-width: 1280px){
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group{ width: 100%; }
}
@media (max-width: 480px) {
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.wdt-carousel-holder { position: relative;
}
.wdt-carousel-holder .swiper.swiper-vertical .swiper-wrapper .swiper-slide {
overflow: hidden;
} .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
text-align: center;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
position: static;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination:empty {
display: none;
}
.wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
margin-top: 20px;
} .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
display: block;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
background-color: transparent !important;
background-image: none !important;
color: var(--wdt-elementor-color-white);
display: inline-flex;
place-content: center;
place-items: center;
letter-spacing: 0;
height: 35px;
line-height: normal;
margin: 1px;
margin-top: 20px;
padding: 0;
position: relative;
text-decoration: none;
text-transform: none;
vertical-align: top;
width: 35px;
z-index: 1;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div>i {
color: inherit;
display: inline-flex;
place-content: center;
place-items: center;
font-size: inherit;
height: 100%;
margin: 0;
padding: 5px;
position: relative;
width: 100%;
z-index: 0;
-webkit-transition: inherit;
transition: inherit;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before {
background: var(--wdt-elementor-color-primary);
content: "";
height: auto;
margin: auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
z-index: -1;
-webkit-border-radius: inherit;
border-radius: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before {
background-color: var(--wdt-elementor-color-accent);
}
.wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
margin-left: 10px;
margin-right: 10px;
} .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
display: inline-flex;
place-content: center;
place-items: center;
width: auto;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
background-color: transparent !important;
background-image: none !important;
display: inline-flex;
place-content: center;
place-items: center;
letter-spacing: 0;
height: 10px;
line-height: normal;
margin: 5px;
opacity: 1;
padding: 0;
position: relative;
text-decoration: none;
text-transform: none;
vertical-align: top;
width: 10px;
z-index: 1;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
opacity: 1;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
background: var(--wdt-elementor-color-primary);
content: "";
height: auto;
margin: auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
-webkit-border-radius: inherit;
border-radius: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
background-color: var(--wdt-elementor-color-accent);
}
.wdt-carousel-holder .swiper+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
margin-left: 5px;
margin-right: 5px;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
position: relative; overflow: hidden; width: clamp(3.125rem, 2.569rem + 3.0675vw, 6.25rem); height: 7px; 
border-color:  rgb(var(--wdtTertiaryColorRgb),.6); -webkit-border-radius: var(--wdtRadius_Part); border-radius: var(--wdtRadius_Part); }
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before { 
background-color: rgb(var(--wdtTertiaryColorRgb),.6); }
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before, 
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
border-color:  var(--wdtTertiaryColor); background-color: var(--wdtTertiaryColor); animation: slide-dots .5s linear; }
@-webkit-keyframes slide-dots{ 50%{ transform: translate(100%, 0); } 51%{ transform: translate(-100%, 0); } }
@keyframes slide-dots{ 50%{ transform: translate(100%, 0); } 51%{ transform: translate(-100%, 0); } } .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction {
background: var(--wdt-elementor-color-primary);
color: var(--wdt-elementor-color-white);
display: inline-flex;
place-items: center;
height: 30px;
line-height: 1;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
width: auto;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction>* {
display: inline-block;
margin: 0;
vertical-align: top;
} .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
float: left;
height: 6px;
margin: 20px 0 0;
opacity: 1 !important;
position: relative;
width: 100%;
z-index: 0;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: transparent;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
content: "";
height: 100%;
opacity: 0.6;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: -1;
-webkit-border-radius: inherit;
border-radius: inherit;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
height: auto;
margin: 0;
width: 100%;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar .swiper-scrollbar-drag {
background-color: currentColor;
color: var(--wdt-elementor-color-accent);
border-radius: inherit;
}
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
height: 100%;
margin: 0;
position: absolute;
left: 100%;
top: 0;
width: 8px;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
height: 100%;
margin: 0;
width: auto;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="scrollbar"] {
padding-right: 10px;
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="scrollbar"]+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
left: auto;
right: 0;
} .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
float: left;
height: 6px;
overflow: hidden;
position: relative;
width: 100%;
z-index: 0;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: transparent;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
content: "";
height: 100%;
opacity: 0.6;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: -1;
-webkit-border-radius: inherit;
border-radius: inherit;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
height: auto;
margin: 0;
width: 100%;
}
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
height: 100%;
margin: 0;
position: absolute;
left: 100%;
top: 0;
width: 8px;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
height: 100%;
margin: 0;
width: auto;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background-color: currentColor;
color: var(--wdt-elementor-color-accent);
border-radius: inherit;
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="progressbar"] {
padding-right: 10px;
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="progressbar"]+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
left: auto;
right: 0;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
border-radius: 0;
border-color: transparent; box-shadow: 0 0 100px 40px var(--main-bg-color);
overflow: hidden;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} .swiper-slide:not(.swiper-slide-active) a {
pointer-events: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: transparent; display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}