/* Selection color */
::selection {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

/* Popup scroll fix */
html:has(> body > .wdt-popup-box-window),
html:has(> body > .dialog-lightbox-widget .dialog-message.animated),
html body:has(> .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxLoadedContent),
html:has(.tinvwl_added_to_wishlist.tinv-modal-open),
html:has(.wdt-search-form-container.show) {
  overflow: hidden;
}

html:has(.search-item.search-default) {
  overflow: visible;
}

html:has(#yith-quick-view-modal.open) {
  overflow: clip;
}

/* widhlist popup */
.tinv-modal-inner .tinvwl-buttons-group button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tinv-modal-inner .tinvwl-buttons-group button i.ftinvwl-times {
  line-height: normal;
}

/* Dark bg colors */
.wdt-dark-bg a {
  color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg a:hover {
  color: var(--wdtPrimaryColor);
}

/* Header menu link style hover */
/* Header menu link style hover */
.wdt-header-menu .wdt-primary-nav li a:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 3px;
  right: auto;
  bottom: 0;
  margin: auto;
  background: var(--wdtPrimaryColor);
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M50,97.5C45.5,58.4,41.9,54.6,3.9,50c38-4.6,41.6-8.4,46.1-47.5c4.5,39.1,8.1,42.9,46.1,47.5C58.1,54.6,54.5,58.4,50,97.5z' /%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M50,97.5C45.5,58.4,41.9,54.6,3.9,50c38-4.6,41.6-8.4,46.1-47.5c4.5,39.1,8.1,42.9,46.1,47.5C58.1,54.6,54.5,58.4,50,97.5z' /%3E%3C/svg%3E%0A");
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 0.4s;
}

.wdt-header-menu .wdt-primary-nav li a:hover:before,
.wdt-header-menu .wdt-primary-nav li.current_page_item>a:before,
.wdt-header-menu ul li.current_page_ancestor>a:before,
.wdt-header-menu ul li.current_page_ancestor .current-menu-item>a:before,
.wdt-header-menu .wdt-primary-nav li>.sub-menu li:hover>a:before {
  opacity: 0.7;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.wdt-header-menu .wdt-primary-nav .sub-menu li a:before {
  left: 10px;
}

.wdt-header-menu .wdt-primary-nav .sub-menu>li a span {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition: var(--wdt-Ad-Transition);
}

.wdt-header-menu .wdt-primary-nav li>.sub-menu li:hover>a span,
.wdt-header-menu .wdt-primary-nav li.current-menu-item>a span,
.wdt-header-menu .wdt-primary-nav li.current-menu-parent.current-page-parent>a span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/*============= Currency default =============*/

.woocommerce-currency-switcher-form.woocs_show_flags .dd-container~.select2-container {
  display: none;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-option .dd-option-image,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-option .dd-option-description,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected .dd-selected-image,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected .dd-selected-description {
  display: none;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected .dd-selected-text {
  margin-right: 32px;
  cursor: pointer;
  line-height: normal !important;
  position: relative;
  top: -1px;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select {
  background: transparent !important;
  border: none;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected {
  color: var(--wdtAccentTxtColor);
  padding: 0px;
  border-radius: 0px;
  line-height: normal;
  font-size: var(--wdtFontSize_Ext);
  font-family: var(--wdtFontTypo_Base);
  font-weight: var(--wdtFontWeight_Alt);
  margin-right: auto;
}

.wdt-dark-bg .woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected {
  color: var(--wdtAccentTxtColor);
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-options {
  padding: 6px;
  margin-top: 13px;
  border: none;
  box-shadow: 0 0 4px 2px rgba(var(--wdtHeadAltColorRgb), 0.09);
  background: var(--wdtAccentTxtColor);
  border-radius: 0px;
  margin-left: -11px;
  width: 80px !important;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-options li {
  padding-bottom: 2px;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-options a.dd-option {
  padding: 4px 5px;
  background: var(--wdtAccentTxtColor);
  border-radius: 0px;
  border: none;
  font-size: var(--wdtFontSize_Ext);
  line-height: normal;
  font-weight: var(--wdtFontWeight_Base);
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-options a.dd-option.dd-option-selected {
  background: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-options a.dd-option .dd-option-text {
  line-height: inherit !important;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-down,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-up {
  border: none !important;
  display: inline-block;
  height: 24px;
  width: 15px;
  vertical-align: middle;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  background-color: var(--wdtAccentTxtColor);
  mask-size: 9px;
  mask-repeat: no-repeat;
  transition: all .3s;
  margin: -5px 0 0;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 1em;
  height: 1em;
  font-size: 9px;
  background-size: contain;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wdt-dark-bg .woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-down,
.wdt-dark-bg .woocommerce-currency-switcher-form.woocs_show_flags .dd-select .dd-selected~.dd-pointer-up {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


/* snap scroll btn style */
.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button {
  background: var(--wdtHeadAltColor);
  padding: 0;
  width: clamp(2.5rem, 2.4303rem + 0.3185vw, 2.8125rem);
  /*40-45px*/
  height: clamp(2.5rem, 2.4303rem + 0.3185vw, 2.8125rem);
  /*40-45px*/
  font-size: 0;
  position: relative;
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:before {
  content: '';
  position: relative;
  display: block;
  width: 24px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--wdtAccentTxtColor);
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M24,46.8l0.2,0.2l0.2-0.2l2.8-2.8l0.2-0.2l-0.2-0.2L11.1,27.4l56.4,0h0.3v-0.3v-4.2v-0.3h-0.3l-56.4,0L27.3,6.4l0.2-0.2 L27.3,6l-2.8-2.8L24.3,3L24,3.2L2.5,24.8L2.3,25l0.2,0.2L24,46.8z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M24,46.8l0.2,0.2l0.2-0.2l2.8-2.8l0.2-0.2l-0.2-0.2L11.1,27.4l56.4,0h0.3v-0.3v-4.2v-0.3h-0.3l-56.4,0L27.3,6.4l0.2-0.2 L27.3,6l-2.8-2.8L24.3,3L24,3.2L2.5,24.8L2.3,25l0.2,0.2L24,46.8z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: var(--wdt-Ad-Transition);
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>.wdt-pagination-next:before {
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* snap btn Colors */
.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover {
  background: var(--wdtPrimaryColor);
}

.wdt-dark-bg .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover {
  background: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover:before,
.wdt-dark-bg .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover:after {
  background: var(--wdtPrimaryColor);
}

/* Header 4 */
.wdt-cus-header-4 .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
  width: clamp(20.625rem, 2.7304rem + 27.933vw, 36.25rem);
  /*330-580px*/
}

/* Popup Close btn */
.wdt-image-box-popup .mfp-image-holder .mfp-close {
  background-color: var(--wdtPrimaryColor);
  border-radius: var(--wdtRadius_Zero);
  font-size: var(--wdtFontSize_H3);
  top: 20px;
  right: -20px;
  opacity: 1;
}

.wdt-image-box-popup .mfp-image-holder .mfp-close:hover {
  background-color: var(--wdtHeadAltColor);
}

@media only screen and (max-width:1024px) {
  .wdt-image-box-popup .mfp-image-holder .mfp-close {
    top: -10px;
    right: 0px;
  }
}

/* ----------------------------- Sidebar gallery ---------------------------- */
.secondary-sidebar .wdt-sidebar-wrapper .gallery {
  margin: 0;
  margin-right: -10px;
}

.secondary-sidebar .wdt-sidebar-wrapper .gallery .gallery-item {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
}

.secondary-sidebar .wdt-sidebar-wrapper .gallery .gallery-item img {
  border: 0;
}

/* ----------------------------- Product Styles ----------------------------- */
/* default product type */

/* product Icon group vertical top right */
.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons {
  display: grid;
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline {
  grid-area: 1/1;
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline:first-child {
  z-index: 3;
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
  transition-delay: 0.1s;
  opacity: 0
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline:nth-child(3) {
  -webkit-transform: translateY(125%);
  transform: translateY(125%);
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-wrapper:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline:nth-child(2) {
  -webkit-transform: translateY(125%);
  transform: translateY(125%);
  z-index: 2;
  transition-delay: 0.1s;
  opacity: 1
}

.woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-wrapper:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons>.wc_btn_inline:nth-child(3) {
  -webkit-transform: translateY(255%);
  transform: translateY(255%);
  z-index: 2;
  transition-delay: 0.2s;
  opacity: 1
}

/* Product image */
.woocommerce ul.products li.product .product-thumb .image .primary-image img,
.woocommerce ul.products li.product .product-thumb .image .secondary-image img {
  background-color: var(--wdtAccentTxtColor);
}

/* product element group */
.woocommerce ul.products li.product .product-details .product-element-group-wrapper .product-element-group-items .product-buttons-wrapper.product-icons a {
  background: transparent !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.woocommerce ul.products li.product .product-details .product-element-group-wrapper .product-element-group-items .product-buttons-wrapper.product-icons a:before {
  font-size: var(--wdtFontSize_H6);
}

.woocommerce ul.products li.product .product-details .product-element-group-wrapper .product-element-group-items .product-category-wrapper a {
  font-size: calc(var(--wdtFontSize_Ext) + 1px);
  letter-spacing: var(--wdtLetterSpacing_3X);
  text-transform: uppercase;
}

/* rating */
.woocommerce ul.products li.product .product-details .product-rating-wrapper>span {
  font-size: var(--wdtFontSize_Base);
  color: var(--wdtHeadAltColor);
  position: relative;
  top: 2px;
  left: 5px;
}

/* dropdown search */
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 15px;
  line-height: var(--wdtLineHeight_Alt);
  cursor: auto;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option+.select2-results__option {
  padding: 8px 10px;
  line-height: var(--wdtLineHeight_Alt);
}


/* product type btn */
.woocommerce  ul[class*="wdt-cus"] .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.woocommerce  ul[class*="wdt-cus-filler-products"] .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.woocommerce  ul[class*="wdt-default-product"] .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  display: none;
}

/* ------------------------------- Shop Single ------------------------------ */
.woocommerce div.product .woocommerce-product-rating {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--wdtBorderColor);
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: var(--wdtHeadAltColor);
  text-transform: capitalize;
}

.woocommerce div.product .summary.wdt-product-summary>div.product-buttons-wrapper+.product-buttons-wrapper {
  display: inline-flex;
  align-items: end;
}

.woocommerce .wdt-cus-sku-and-stock div.summary {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.woocommerce .product .wdt-cus-add-cart-wishlist form.cart .variations tr:first-child {
  margin-right: 0;
}

.woocommerce div.product .wdt-cus-sku-and-stock .summary.wdt-product-summary>div.product_meta_wrapper {
  width: auto;
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid var(--wdtBorderColor);
}

.woocommerce div.product .wdt-cus-sku-and-stock .summary.wdt-product-summary>div.wdt-single-product-availabilty {
  width: auto;
  margin: 0;
}

.woocommerce .wdt-cus-add-cart-wishlist div.summary {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.woocommerce div.product .wdt-cus-add-cart-wishlist .summary.wdt-product-summary>div {
  width: auto;
  margin-bottom: 0;
  flex: 0 0 1;
}

.woocommerce div.product .summary.wdt-product-summary .variations_button,
.woocommerce div.product .summary.wdt-product-summary .cart {
  margin-top: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce .wdt-product-summary .cart .tinv-wraper.tinv-wishlist {
  margin-top: 0;
}

/* TI Wishist btn */
.woocommerce .single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
  padding: var(--wdtPadding_MiniBtn);
  font-size: 0;
}

.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: var(--wdtFontSize_H5);
  line-height: 1.2;
  margin-right: 0;
  content: "\e800";
  font-family: 'swarna-additional-icons' !important;
}

.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before {
  content: "\e804";
  color: var(--wdtAccentTxtColor);
}


.woocommerce .wdt-product-summary .product-buttons-wrapper .wc_btn_inline .single_add_to_cart_button.button {
  margin-right: 15px;
}

.woocommerce .wdt-product-summary .variations_form .tinv-wraper.tinv-wishlist {
  margin: 10px 0;
}

.woocommerce div.product .wdt-cus-social-share-single div.summary {
  margin-bottom: 0;
}

.woocommerce .wdt-product-summary .variations_form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  font-size: var(--wdtFontSize_H6);
}

.woocommerce div.product .summary form.cart,
.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.entry-summary form.cart .woocommerce-variation-add-to-cart {
  gap: 10px 0;
}

.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.woocommerce div.product form.cart .button {
  margin: 0;
}

.woocommerce div.product .summary form.cart .single_add_to_cart_button.button.alt {
  margin-right: 15px;
}

.yith-quick-view-content .woocommerce div.product .summary form.cart .tinv-wraper.tinv-wishlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

/* variable product stock  */
.woocommerce div.product .summary form.cart .single_variation_wrap .woocommerce-variation {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce div.product .summary form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  margin: auto 0;
  width: fit-content;
}

/* Comment form */
.woocommerce #review_form #respond>.comment-form {
  gap: 0px 25px;
}

.woocommerce #review_form #respond>.comment-form>div {
  width: 100%;
  margin: 0;
}

.woocommerce #review_form #respond>.comment-form>div:nth-child(2) {
  grid-area: 2/1/3/3;
}

.woocommerce #review_form #respond>.comment-form>div:nth-child(3) {
  grid-area: 3/2/5/3;
}

.woocommerce #review_form #respond>.comment-form input,
.woocommerce #review_form #respond>.comment-form textarea {
  border-radius: var(--wdtRadius_Zero);
  padding: var(--wdtInputPadding);
  border-color: var(--wdtBorderColor);
  line-height: normal;
}

.woocommerce #review_form #respond>.comment-form input:focus,
.woocommerce #review_form #respond>.comment-form textarea:focus {
  border-color: var(--wdtPrimaryColor);
}

.woocommerce #review_form #respond>.comment-form textarea {
  height: 175px;
}


/* -------------------------
Cart Page
------------------------- */

/* Left side block title */

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: var(--wdtFontSize_H6);
  /* Min-20 & Max-26 */
  text-transform: capitalize;
  background-color: transparent;
  border-style: solid;
  border-color: rgb(var(--wdtBorderColorRgb), 1);
  border-width: 0 0 1px;
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: var(--wdtFontWeight_Alt);
  font-family: var(--wdtFontTypo_Alt);
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
  text-align: center;
}

/* product details */

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  width: 100%;
  max-width: fit-content;
  margin: auto;
  line-height: var(--wdtLineHeight_Alt);
  margin-bottom: 20px;
}

.woocommerce-page .wc-block-components-product-name {
  font-size: var(--wdtFontSize_H5);
  /* Min-26 & Max-30 */
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
  text-decoration: none;
  color: var(--wdtLinkColor);
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  background-color: var(--wdtAccentTxtColor);
}

.woocommerce-page .wc-block-components-notice-banner.is-info {
  background-color: var(--wdtTertiaryColor);
}

.woocommerce-page a.wc-block-components-product-name:hover {
  color: var(--wdtLinkHoverColor);
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>* {
  margin-bottom: 20px;
}

.woocommerce-page .wc-block-components-product-price__value.is-discounted {
  background: none;
  padding: 0;
}

.woocommerce-page .wc-block-components-product-price {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Alt);
  line-height: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.woocommerce-page .wc-block-components-product-badge {
  text-transform: capitalize;
  border-radius: var(--wdtRadius_Zero);
  font-size: var(--wdtFontSize_Base);
  padding: 10px;
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  color: var(--wdtHeadAltColor);
  font-weight: var(--wdtFontWeight_Base);
  line-height: var(--wdtLineHeight_Ext);
}

.woocommerce-page .wc-block-components-product-details.wc-block-components-product-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -10px;
}

.woocommerce-page .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  margin-bottom: -10px;
}

.woocommerce-page .wc-block-components-product-details.wc-block-components-product-details li {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Base);
  line-height: var(--wdtLineHeight_Base);
  padding: 10px;
}

.woocommerce-page .wc-block-components-quantity-selector {
  margin: 0;
  border-radius: var(--wdtRadius_Zero);
  width: fit-content;
  border: 1px solid var(--wdtBorderColor);
}

.woocommerce-page .wc-block-components-quantity-selector::after {
  border-color: rgb(var(--wdtBorderColorRgb), 1);
  border-radius: var(--wdtRadius_Zero);
  border: 0;
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  margin: 0;
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.woocommerce-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  width: 40px;
  height: 52px;
  min-width: 40px;
  flex: 1;
  border-radius: var(--wdtRadius_Zero);
  padding: 0;
  font-size: var(--wdtFontSize_Ext);
  color: var(--wdtHeadAltColor);
  font-weight: var(--wdtFontWeight_Ext);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  font-family: var(--wdtFontTypo_Alt);
  box-shadow: unset;
  -webkit-box-shadow: unset;
  transform: unset;
  -webkit-transform: unset;
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  font-size: 20px;
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  border: 0px solid rgb(var(--wdtBorderColorRgb), 1);
  font-size: 24px;
  font-weight: var(--wdtFontWeight_Ext);
  opacity: 1;
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  color: var(--wdtLinkHoverColor);
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.woocommerce-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.woocommerce-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border-style: solid;
  border-color: rgb(var(--wdtBorderColorRgb), 1);
  border-width: 0px 1px 0px 1px;
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Ext);
  padding: var(--wdtPadding_Btn);
  line-height: var(--wdtLineHeight_Ext);
  color: var(--wdtAccentTxtColor);
  background-color: var(--wdtHeadAltColor);
  text-decoration: none;
  margin: 10px;
  text-transform: capitalize;
  font-family: var(--wdtFontTypo_Alt);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  letter-spacing: 0;
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
  color: var(--wdtAccentTxtColor);
  background-color: var(--wdtPrimaryColor);
  text-decoration: none;
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px !important;
}

.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity>* {
  margin: 10px;
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible;
}

/* total column */

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  text-align: center;
}

.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
.woocommerce-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
.woocommerce-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 150px;
}

.woocommerce-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: center;
}

.woocommerce-page .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  margin-top: 10px;
}

.woocommerce-page .wc-block-components-sidebar .wc-block-components-totals-item {
  align-items: center;
  gap: 10px;
}

.woocommerce-page .wc-block-components-sidebar .wc-block-components-totals-item>*:empty {
  display: none;
}

/* Main componenets Left side and right side */

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 65%;
  padding: 0;
}

.woocommerce-page .wc-block-components-sidebar {
  width: calc(35% - 50px);
  padding: 0;
  margin-left: 50px;
}

.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tbody {
  background-color: transparent;
}

.woocommerce-page .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  background-color: transparent;
}

.woocommerce-page .wc-block-components-sidebar-layout.is-large .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid rgb(var(--wdtBorderColorRgb), 1);
}


/* right side block */

.woocommerce-page .wc-block-components-totals-wrapper {
  padding: 20px 0;
  border-color: rgb(var(--wdtBorderColorRgb), 1);
}

.woocommerce-page .wp-block-woocommerce-cart-order-summary-totals-block {
  border-color: var(--wdtBorderColor);
}

.woocommerce-page .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
  margin: 0;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-totals-coupon .wc-block-components-panel__button:hover,
.wc-block-components-totals-coupon .wc-block-components-panel__button:focus {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Alt);
  background-color: transparent;
  color: var(--wdtHeadAltColor);
  padding: 0;
  transform: unset;
  -webkit-transform: unset;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button:hover {
  color: var(--wdtLinkHoverColor);
}

.woocommerce-page .wc-block-components-totals-item__value,
.woocommerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: var(--wdtFontWeight_Alt);
}

.woocommerce-page .wc-block-components-totals-item__label {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Alt);
  color: var(--wdtHeadAltColor);
}

.woocommerce-page .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  padding: var(--wdtPadding_Btn);
  margin-top: 20px;
  background-color: var(--wdtPrimaryColor);
  text-decoration: none;
}

.woocommerce-page .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover,
.woocommerce-page .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link :focus {
  background-color: var(--wdtSecondaryColor);
}

.woocommerce-page .wc-block-components-totals-item__description {
  font-size: var(--wdtFontSize_Base);
}

.woocommerce-page .wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin-top: 20px;
}

.woocommerce-page .wc-block-components-radio-control__label,
.woocommerce-page .wc-block-components-radio-control__secondary-label {
  line-height: var(--wdtLineHeight_Base);
  color: var(--wdtHeadAltColor);
  text-transform: capitalize;
}

.woocommerce-page .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group .wc-block-components-radio-control__description,
.woocommerce-page .wc-block-components-radio-control__secondary-description {
  font-size: var(--wdtFontSize_Base);
  line-height: var(--wdtLineHeight_Base);
}

.woocommerce-page .wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
  text-transform: capitalize;
}

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background: var(--wdtPrimaryColor);
}

.woocommerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: var(--wdtFontSize_Base);
}

.woocommerce-page .wc-block-cart__submit {
  margin-bottom: 0;
}

.woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
  height: 100%;
}

.woocommerce-page .wc-block-components-button:not(.is-link) {
  padding: var(--wdtPadding_Btn);
  line-height: var(--wdtLineHeight_Base);
  background-color: var(--wdtHeadAltColor);
  color: var(--wdtAccentTxtColor);
  box-shadow: unset;
  -webkit-box-shadow: unset;
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Ext);
  font-family: var(--wdtFontTypo_Alt);
  letter-spacing: 0;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-page .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1;
}

.woocommerce-page .wc-block-components-button.wc-block-components-totals-coupon__button:not(.is-link) {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-page .wc-block-components-button:not(.is-link):hover,
.woocommerce-page .wc-block-components-button:not(.is-link):focus {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

body.woocommerce-page:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  outline: unset;
}

.woocommerce-page .wc-block-cart table.wc-block-cart-items,
.woocommerce-page .wc-block-cart table.wc-block-cart-items td,
.woocommerce-page .wc-block-cart table.wc-block-cart-items th {
  margin: 0;
}

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 16px;
}

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 0 solid var(--wdtPrimaryColor);
  outline-offset: 2px;
}

.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 2px solid var(--wdtPrimaryColor);
}



/* cupon btn */
.woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  margin: 0;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-page .wc-block-components-totals-coupon__content .wc-block-components-validation-error {
  left: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  bottom: -4px;
}

/* input style */

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container {
  border-color: transparent;
  background-color: var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Zero);
  -webkit-border-radius: var(--wdtRadius_Zero);
  height: 50px;
  padding: var(--wdtInputPadding);
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container .select2-container {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--wdtBodyTxtColor);
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--wdtBodyTxtColor);
  text-transform: capitalize;
  left: 30px;
  top: 4px;
  font-size: 12px;
  line-height: 1;
  width: auto;
  max-width: 100%;
  transform: unset;
  -webkit-transform: unset;
  pointer-events: none;
  text-indent: -999px;
}

.woocommerce-page .select2-container.select2-container--default .select2-selection--single {
  border-color: var(--wdtBorderColor) !important;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 1;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__expand {
  opacity: 0;
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="url"],
.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-text-input input[type="url"],

.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,

.woocommerce-page .wc-block-components-textarea {
  background-color: var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Zero);
  border-color: var(--wdtBorderColor);
  padding: var(--wdtInputPadding);
  color: var(--wdtHeadAltColor);
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="email"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="number"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="tel"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="text"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="url"]:focus,
.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  color: var(--wdtHeadAltColor);
  border-color: var(--wdtPrimaryColor);
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-page .wc-block-components-text-input label,

.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: var(--wdtBodyTxtColor);
  left: 30px;
  bottom: 0;
  margin: auto;
  height: fit-content;
  transform: unset;
  -webkit-transform: unset;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
  text-transform: capitalize;
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input:autofill+label,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active label,
.woocommerce-page .wc-block-components-text-input input:autofill+label,
.woocommerce-page .wc-block-components-text-input.is-active label,

.woocommerce-page .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-page .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
  transform: unset;
  -webkit-transform: unset;
  opacity: 0;
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input:autofill,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
.woocommerce-page .wc-block-components-text-input input:autofill,
.woocommerce-page .wc-block-components-text-input.is-active input[type="email"],
.woocommerce-page .wc-block-components-text-input.is-active input[type="number"],
.woocommerce-page .wc-block-components-text-input.is-active input[type="tel"],
.woocommerce-page .wc-block-components-text-input.is-active input[type="text"],
.woocommerce-page .wc-block-components-text-input.is-active input[type="url"] {
  padding: var(--wdtInputPadding);
}

.woocommerce-page .wc-block-components-validation-error {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.woocommerce-page .wc-block-components-validation-error>p {
  padding: 4px;
}

.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-radius: var(--wdtRadius_Zero);
  border: 0;
  color: var(--wdtBodyTxtColor);
  box-shadow: 0 1px 0 1px var(--wdtSecondaryColor);
}

.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  color: var(--wdtBodyTxtColor);
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Base);
  padding: 10px;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtLinkColor);
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input,
.woocommerce-page .wc-block-components-text-input {
  /*! margin-top: 20px; */
}

.woocommerce-page .wc-block-components-shipping-calculator {
  padding: 20px 0 0;
}




/* is large */

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items th,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items th {
  border-color: rgb(var(--wdtAccentTxtColorRgb), 0.5);
  color: var(--wdtHeadAltColor);
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td {
  border-color: var(--wdtBorderColor);
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page .is-medium.wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page .is-small.wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page .is-mobile.wc-block-cart .wc-block-cart__totals-title {
  padding: 10px 20px;
  font-weight: var(--wdtFontWeight_Alt);
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H6);
  /* Min-20 & Max-26 */
  text-transform: capitalize;
  color: var(--wdtHeadAltColor);
  text-align: center;
  background-color: transparent;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td {
  padding: 30px 20px;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td:last-child,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items th:last-child {
  border-width: 0;
  padding-right: 20px;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
}

.woocommerce-page .is-large:not(.wc-block-checkout) .wc-block-components-product-details__name,
.woocommerce-page .is-medium:not(.wc-block-checkout) .wc-block-components-product-details__name,
.woocommerce-page .is-small:not(.wc-block-checkout) .wc-block-components-product-details__name,
.woocommerce-page .is-mobile:not(.wc-block-checkout) .wc-block-components-product-details__name,

.woocommerce-page .is-large.wc-block-checkout .wc-block-components-product-details__name,
.woocommerce-page .is-medium.wc-block-checkout .wc-block-components-product-details__name,
.woocommerce-page .is-small.wc-block-checkout .wc-block-components-product-details__name,
.woocommerce-page .is-mobile.wc-block-checkout .wc-block-components-product-details__name {
  font-weight: var(--wdtFontWeight_Ext);
  font-size: var(--wdtFontSize_H6);
  color: var(--wdtHeadAltColor);
}

.woocommerce-page .is-large .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-page .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-page .is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel),

.woocommerce-page .is-medium .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-page .is-medium .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-page .is-medium .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-page .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.woocommerce-page .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel),

.woocommerce-page .is-small .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-page .is-small .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-page .is-small .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-page .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.woocommerce-page .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel),

.woocommerce-page .is-mobile .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-page .is-mobile .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-page .is-mobile .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-page .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.woocommerce-page .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  padding-top: 10px;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
  padding: 0;
  background: none;
  text-decoration: underline !important;
  margin: 0;
  color: var(--wdtLinkColor);
  box-shadow: unset;
  -webkit-box-shadow: unset;
  transform: unset;
  -webkit-transform: unset;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link:hover {
  background: none;
  color: var(--wdtLinkHoverColor);
}

.woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options,
.woocommerce-page .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options,
.woocommerce-page .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options,
.woocommerce-page .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options {
  margin-top: 20px;
}


/* Is medium */

.is-medium.wc-block-cart .wc-block-components-radio-control__input,
.is-small.wc-block-cart .wc-block-components-radio-control__input,
.is-mobile.wc-block-cart .wc-block-components-radio-control__input {
  left: 0;
  margin: 0;
}

.woocommerce-page .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.woocommerce-page .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.woocommerce-page .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block;
}

.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  padding: 30px 20px;
  grid-template-columns: 1fr;
}

.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child),
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child),
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  grid-row: unset;
  grid-column: unset;
  padding: 0;
}

.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  grid-column-end: unset;
  grid-column-start: unset;
  grid-row-start: unset;
  padding: 30px 0;
  margin: 30px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgb(var(--wdtBorderColorRgb), 1);
}

.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  grid-row-start: unset;
}

.woocommerce-page .is-medium .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.woocommerce-page .is-small .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.woocommerce-page .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.woocommerce-page .is-mobile .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
.woocommerce-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  max-width: 200px;
}

.woocommerce-page .is-medium.wc-block-components-sidebar-layout,
.woocommerce-page .is-mobile.wc-block-components-sidebar-layout,
.woocommerce-page .is-small.wc-block-components-sidebar-layout,
.woocommerce-page .is-medium .wc-block-cart__sidebar,
.woocommerce-page .is-mobile .wc-block-cart__sidebar,
.woocommerce-page .is-small .wc-block-cart__sidebar,
.woocommerce-page .is-large.wc-block-cart {
  margin-bottom: 0;
}

.woocommerce-page .is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
.woocommerce-page .is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
  padding: 15px 20px 15px 50px;
}


/* checkout page */

.woocommerce-page .wp-block-woocommerce-checkout {
  padding-top: 0;
}

.woocommerce-page .wc-block-components-title.wc-block-components-title {
  font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  /* Min-26 & Max-30 */
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
}

.woocommerce-page .wc-block-components-checkout-step__description {
  font-size: var(--wdtFontSize_Base);
  line-height: var(--wdtLineHeight_Base);
  margin: 0 0 20px;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  font-size: calc(var(--wdtFontSize_Base) - 2px);
  color: var(--wdtBodyTxtColor);
  line-height: var(--wdtLineHeight_Base);
}

.woocommerce-page .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container::after {
  border-color: rgb(var(--wdtBorderColorRgb), 1);
}

.woocommerce-page .wc-block-components-checkbox label {
  font-size: var(--wdtFontSize_Base);
  align-items: flex-start;
}

.woocommerce-page .wc-block-components-checkbox label div:last-child {
  position: relative;
  top: 2px;
}

.woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
  gap: 0 20px;
}

.woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
  flex: 1 0 calc(50% - 10px);
}

.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  border-radius: var(--wdtRadius_Zero);
  border-color: rgb(var(--wdtBorderColorRgb), 1);
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  top: 2px;
  position: relative;
  margin: 0 10px 0 0;
}

.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus,
.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  border-color: var(--wdtSecondaryColor);
}

.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus,
.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  outline-color: var(--wdtSecondaryColor);
}

.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  margin-left: 1px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  fill: var(--wdtPrimaryColor);
}

.woocommerce-page .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: var(--wdtRadius_Zero);
  box-shadow: unset;
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  padding: 15px 20px 15px 50px;
}

.woocommerce-page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted .wc-block-components-radio-control__input {
  transform: unset;
  -webkit-transform: unset;
}

.woocommerce-page .wc-block-components-notice-banner {
  border-radius: var(--wdtRadius_Zero);
  color: var(--wdtBodyTxtColor);
  line-height: var(--wdtLineHeight_Base);
  font-size: var(--wdtFontSize_Base);
  align-items: flex-start;
}

.woocommerce-page .wc-block-components-notice-banner>svg {
  top: 5px;
  position: relative;
  padding: 0;
}

.woocommerce-page .wc-block-components-checkout-return-to-cart-button {
  color: var(--wdtLinkColor);
}

.woocommerce-page .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--wdtLinkHoverColor);
}


.woocommerce-page .wc-block-components-order-summary .wc-block-components-panel__button {
  padding: 0;
  background-color: transparent;
  color: var(--wdtHeadAltColor);
  box-shadow: unset;
  -webkit-box-shadow: unset;
  transform: unset;
  -webkit-transform: unset;
}

/* close Icon */

.woocommerce-page .wc-block-components-notice-banner>.wc-block-components-button {
  background: var(--wdtPrimaryColor) !important;
  color: var(--wdtAccentTxtColor) !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
  opacity: 1;
  border-radius: var(--wdtRadius_Full);
  -webkit-border-radius: var(--wdtRadius_Full);
  aspect-ratio: 1 / 1;
  min-width: 20px !important;
  min-height: 20px !important;
  font-weight: 700;
  padding: 2px !important;
}

.woocommerce-page .wc-block-components-notice-banner>.wc-block-components-button:hover {
  background: var(--wdtSecondaryColor) !important;
  color: var(--wdtAccentTxtColor) !important;
}

.woocommerce-page .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: rgb(var(--wdtBorderColorRgb), 1);
  border-width: 1px 1px 1px;
}

.woocommerce-page .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-color: var(--wdtBorderColor);
}

.woocommerce-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0;
}

.woocommerce-page .wc-block-components-panel__button[aria-expanded="true"] {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.woocommerce-page .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: var(--wdtFontSize_H6);
  color: var(--wdtHeadAltColor);
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  font-size: var(--wdtFontSize_Base);
  display: flex;
  justify-content: flex-start;
  padding-top: 12px;
}

.woocommerce-page .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details.wc-block-components-product-details {
  justify-content: flex-start;
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  margin-top: 20px;
  display: flex;
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: var(--wdtFontWeight_Ext);
  color: var(--wdtHeadAltColor);
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgb(var(--wdtBorderColorRgb), 1);
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  margin-top: 16px;
  padding-bottom: 0;
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-bottom: 0;
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  border: 1px solid var(--wdtBorderColor);
  padding: 4px;
  background-color: var(--wdtAccentTxtColor);
}

.woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border-color: var(--wdtPrimaryColor);
  border-width: 1px;
  aspect-ratio: 1 / 1;
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Alt);
}

.woocommerce-page .is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  display: block;
}

.woocommerce-page .is-mobile .wc-block-checkout__actions_row {
  flex-direction: column;
}

.woocommerce-page .is-mobile .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
  margin-bottom: 10px;
}

.woocommerce-page .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Base);
  font-family: var(--wdtFontTypo_Base);
  line-height: var(--wdtLineHeight_Base);
  color: var(--wdtBodyTxtColor);
  max-width: 400px;
}

.woocommerce-page .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-page .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  margin: 0 !important;
}

.woocommerce-page .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  margin: 20px 0 0;
}

.woocommerce-page .is-medium .wc-block-checkout__add-note,
.woocommerce-page .is-mobile .wc-block-checkout__add-note,
.woocommerce-page .is-small .wc-block-checkout__add-note {
  padding: 0;
}

.woocommerce-page .wc-block-components-totals-coupon__content .wc-block-components-button.wc-block-components-totals-coupon__button:not(.is-link) {
  margin-left: -1px;
}

.woocommerce-page .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle {
  background: none;
  border: 0 solid var(--wdtSecondaryColor);
  padding: 0;
  color: var(--wdtHeadAltColor);
  transform: unset;
  -webkit-transform: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.woocommerce-page .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle:focus {
  border-color: var(--wdtSecondaryColor);
  background: none;
  color: var(--wdtLinkHoverColor);
}


/* responsive */

@media (max-width:1280px) {
  .woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 65%;
  }

  .woocommerce-page .wc-block-components-sidebar {
    width: calc(35% - 30px);
    margin-left: 30px;
  }
}

@media (min-width:1025px) {

  /* With Sidebar */
  .woocommerce-page .page-with-sidebar .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }

  .woocommerce-page .page-with-sidebar .wc-block-components-sidebar,
  .woocommerce-page .page-with-sidebar .is-large.wc-block-cart .wc-block-components-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .woocommerce-page .page-with-sidebar .wc-block-components-sidebar-layout {
    flex-direction: column;
  }

  .woocommerce-page .page-with-sidebar .wc-block-components-sidebar-layout.wc-block-checkout {
    flex-direction: column-reverse;
  }

  .woocommerce-page .page-with-sidebar .wc-block-components-sidebar.wc-block-checkout__sidebar,
  .woocommerce-page .page-with-sidebar .is-large.wc-block-cart .wc-block-components-sidebar.wc-block-checkout__sidebar {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .woocommerce-page .page-with-sidebar .is-medium .wc-block-checkout__sidebar,
  .woocommerce-page .page-with-sidebar .is-mobile .wc-block-checkout__sidebar,
  .woocommerce-page .page-with-sidebar .is-small .wc-block-checkout__sidebar {
    order: 1;
  }
}

@media (max-width:1024px) {
  .woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }

  .woocommerce-page .wc-block-components-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 50px;
  }

  .woocommerce-page .wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0;
  }

  .woocommerce-page .wc-block-components-sidebar-layout.wc-block-checkout {
    flex-direction: column-reverse;
    margin: 0;
  }

  .woocommerce-page .wc-block-components-sidebar.wc-block-checkout__sidebar {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .woocommerce-page .page-with-sidebar .is-medium .wc-block-checkout__sidebar,
  .woocommerce-page .page-with-sidebar .is-mobile .wc-block-checkout__sidebar,
  .woocommerce-page .page-with-sidebar .is-small .wc-block-checkout__sidebar,
  .woocommerce-page .is-medium .wc-block-checkout__sidebar,
  .woocommerce-page .is-mobile .wc-block-checkout__sidebar,
  .woocommerce-page .is-small .wc-block-checkout__sidebar {
    order: 1;
  }
}

@media (max-width:767px) {
  .woocommerce-page .wc-block-components-sidebar {
    margin-top: 50px;
  }

  .woocommerce-page .is-large.wc-block-cart .wc-block-components-sidebar {
    margin-bottom: 0;
  }

  .woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
  .woocommerce-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    width: 50px;
    min-width: 50px;
  }

  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    flex: 0 0 100%;
  }

  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
  .woocommerce-page .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 20px;
  }
}


@media (max-width:479px) {
  .woocommerce-page .wc-block-components-totals-coupon__form {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
    height: auto;
  }

  .woocommerce-page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 1;
  }

  .woocommerce-page .wc-block-components-button.wc-block-components-totals-coupon__button:not(.is-link) {
    padding: var(--wdtPadding_Btn);
    margin-top: 10px;
  }

  .woocommerce-page .wc-block-components-sidebar {
    margin-bottom: 60px;
  }

  .woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 10px 0 0;
  }

  .woocommerce-page .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
  }

  .woocommerce-page .wc-block-components-totals-coupon__content .wc-block-components-validation-error {
    left: auto;
    right: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    top: 30px;
  }

  .woocommerce-page .wc-block-components-totals-coupon__content .wc-block-components-button.wc-block-components-totals-coupon__button:not(.is-link) {
    margin-left: 0;
    margin-top: 0;
  }
}



/* -------------------------
Cart Page
------------------------- */



/* ---------------
Empty Cart Page
----------------- */

/* title */

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  background-color: var(--wdtPrimaryColor);
  width: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
  /*80px - 60px*/
  height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
  /*80px - 60px*/
  mask-size: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
  /*80px - 60px*/
  ;
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  /*30px - 20px*/
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr.wp-block-separator~.wp-block-heading {
  margin-top: 0;
  margin-bottom: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  /*60px - 40px*/
  text-transform: capitalize;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr.wp-block-separator {
  margin: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) 0 50px;
  /*30px - 20px*/
}

/* product */

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  gap: 30px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  background: var(--wdtAccentTxtColor);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
  max-width: 100%;
  padding: 0;
  background-color: var(--wdtAccentTxtColor);
  border: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover {
  border-color: var(--wdtPrimaryColor);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
  margin: 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img {
  padding: 20px;
  border-bottom: 1px solid rgb(var(--wdtBorderColorRgb), 1);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover a.wc-block-grid__product-link .wc-block-grid__product-image img {
  border-color: var(--wdtPrimaryColor);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title {
  margin-top: 30px;
  margin-bottom: 14px;
  text-transform: capitalize;
  font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  /* Min-26 & Max-30 */
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
  line-height: var(--wdtLineHeight_Alt);
  color: var(--wdtLinkColor);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-title:hover {
  color: var(--wdtLinkHoverColor);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  margin-bottom: 30px;
  font-size: var(--wdtFontSize_Ext);
  color: var(--wdtHeadAltColor);
  line-height: var(--wdtLineHeight_Base);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price ins {
  background: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del {
  opacity: 0.6;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-onsale,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .tinv-wishlist {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .yith-wcwl-add-to-wishlist {
  display: none !important;
}

/* responsive */

@media (max-width:1280px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:1024px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:767px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products {
    gap: 20px;
  }
}

@media (max-width:600px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid ul.wc-block-grid__products {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


/* -------------------------------- Gift Card ------------------------------- */

.type-product.product-type-gift-card .summary.entry-summary .price {
  display: block;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid var(--wdtBorderColor);
}

.type-product.product-type-gift-card .gift-card-content-editor.step-content h5 {
  margin: 30px 0 20px;
  font-size: var(--wdtFontSize_Base);
  text-transform: capitalize;
  text-decoration: underline;
}

.type-product.product-type-gift-card .ywgc-single-recipient .ywgc-recipient-name,
.type-product.product-type-gift-card .ywgc-sender-name {
  margin-bottom: 25px;
}

.type-product.product-type-gift-card .gift-cards-list {
  margin: 50px 0;
}

.type-product.product-type-gift-card .gift-cards-list .ywgc-predefined-amount-button {
  background: transparent;
  color: var(--wdtHeadAltColor);
  padding: var(--wdtPadding_MiniBtn)
}

.type-product.product-type-gift-card .gift-cards-list .ywgc-predefined-amount-button:hover,
.type-product.product-type-gift-card .gift-cards-list .ywgc-predefined-amount-button.selected_button {
  background: var(--wdtHeadAltColor);
  color: var(--wdtAccentTxtColor);
}

.type-product.product-type-gift-card h3 {
  font-size: var(--wdtFontSize_H4);
  margin: 30px 0 20px;
}

.type-product.product-type-gift-card .gift-card-content-editor.step-content label {
  line-height: 68px;
}

.type-product.product-type-gift-card .gift-card-content-editor.step-content input,
.type-product.product-type-gift-card .gift-card-content-editor.step-content textarea {
  width: 80%;
  padding: var(--wdtInputPadding);
  border-radius: var(--wdtRadius_Zero);
  font-size: var(--wdtFontSize_Base);
}

.type-product.product-type-gift-card .gift-card-content-editor.step-content input:focus,
.type-product.product-type-gift-card .gift-card-content-editor.step-content textarea:focus {
  border-color: var(--wdtPrimaryColor);
}

.type-product.product-type-gift-card .summary .woocommerce-product-rating {
  border: 0;
  padding-bottom: 0;
}

.type-product.product-type-gift-card .woocommerce-product-gallery__wrapper {
  box-shadow: none;
}

.type-product.product-type-gift-card .woocommerce-product-gallery__image {
  padding: 0;
  margin-bottom: 25px;
}

.type-product.product-type-gift-card .ywgc-main-form-preview-container {
  box-shadow: none;
  border: 1px solid var(--wdtBorderColor)
}

.type-product.product-type-gift-card div.product.type-product>div.images {
  position: sticky;
  top: 50px;
}

.type-product.product-type-gift-card .ywgc-form-preview-separator {
  height: 1px;
  background-color: var(--wdtBorderColor);
}

.type-product.product-type-gift-card .summary form.cart+.compare {
  display: none;
}

.type-product.product-type-gift-card .selected_image_parent {
  border: 2px solid var(--wdtPrimaryColor) !important;
}

body[class*="woocommerce"] ul.products li.product.product-type-gift-card .product-thumb .product-buttons-wrapper.product-button a:hover {
  -webkit-transform: translate(0);
  transform: translate(0);
}

/* giftcard responsive */
@media only screen and (max-width:767px) {
  #primary .type-product.product-type-gift-card>div {
    width: 100%;
  }

  .type-product.product-type-gift-card .gift-card-content-editor.step-content label {
    margin-bottom: 20px;
    line-height: normal;
  }
}

@media only screen and (max-width:479px) {

  .type-product.product-type-gift-card .gift-card-content-editor.step-content input,
  .type-product.product-type-gift-card .gift-card-content-editor.step-content textarea {
    width: 100%;
    max-width: 100%;
    float: unset;
  }
}




/* -------------------------------------------------------------------------- */
/*                                  Sections                                  */
/* -------------------------------------------------------------------------- */

/* -----------------======Main Slider====--------------- */

/*----temp--*/
.wtd-cus-slider-side-head .elementor-widget-container .elementor-heading-title {
  writing-mode: tb;
  transform: scale(-1);
  font-size: clamp(2.5rem, 1.1704rem + 4.4414vw, 6.5rem);
  /*mx-104 mn-40*/
  color: rgb(var(--wdtSecondaryColorRgb), .10);
  text-transform: uppercase;
  margin: 0;
}

/*------temp-end----*/


.wdt-cus-main-slider .swiper {
  overflow: visible;
}

.wdt-cus-slider-spacer .elementor-spacer .elementor-spacer-inner {
  height: 100%;
}

/* Pagination - Number */
.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  list-style: none;
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet {
  display: flex;
  background: var(--wdtSecondaryColor);
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: var(--wdtTertiaryColor);
  opacity: 1;
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
  position: relative;
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_H6);
  backface-visibility: hidden;
}


.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet:hover,
.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}


.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  width: 0;
  height: 14px;
  background: var(--wdtSecondaryColor);
  left: 120%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: var(--wdtBaseTransition);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='79' height='16' viewBox='0 0 79 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78.7071 8.70711C79.0976 8.31658 79.0976 7.68342 78.7071 7.29289L72.3431 0.928932C71.9526 0.538408 71.3195 0.538408 70.9289 0.928932C70.5384 1.31946 70.5384 1.95262 70.9289 2.34315L76.5858 8L70.9289 13.6569C70.5384 14.0474 70.5384 14.6805 70.9289 15.0711C71.3195 15.4616 71.9526 15.4616 72.3431 15.0711L78.7071 8.70711ZM0 9H78V7H0V9Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg width='79' height='16' viewBox='0 0 79 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78.7071 8.70711C79.0976 8.31658 79.0976 7.68342 78.7071 7.29289L72.3431 0.928932C71.9526 0.538408 71.3195 0.538408 70.9289 0.928932C70.5384 1.31946 70.5384 1.95262 70.9289 2.34315L76.5858 8L70.9289 13.6569C70.5384 14.0474 70.5384 14.6805 70.9289 15.0711C71.3195 15.4616 71.9526 15.4616 72.3431 15.0711L78.7071 8.70711ZM0 9H78V7H0V9Z' fill='black'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  opacity: 0;
  backface-visibility: hidden;
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 78px;
  opacity: 1;
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 88px;
}

.wdt-cus-home3-slider.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: auto;
  left: 42%;
  margin: 0;
  transform: translateX(-50%);
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet {
  background: rgb(var(--wdtHeadAltColorRgb), .1);
  color: var(--wdtSecondaryColor);
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet:hover,
.wdt-fullwidth-slider-2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets span.swiper-pagination-bullet:after {
  background: rgb(var(--wdtHeadAltColorRgb), .1);
}

/*--------------*/

.wdt-cus-home3-slider.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  position: relative;
  inset: 0;
  width: unset;
}

.wdt-cus-main-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img5 img {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform-origin: center;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 0.7s;
  opacity: 0;
}

.wdt-cus-main-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-cus-slider1-img5 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.wdt-cus-main-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img5 img {
  transition-delay: 0.5s;
}

.wdt-cus-main-slider .wdt-advanced-carousel-holder .swiper-slide-active .wtd-cus-slider-side-head .elementor-widget-container .elementor-heading-title {
  -webkit-animation: main-slider-title 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) reverse forwards;
  animation: main-slider-title 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) reverse forwards;
  transition: var(--wdtBaseTransition);
}

/* ------------------------- Home 1 Slider ------------------------- */
.wdt-advanced-carousel-holder .swiper-slide div[data-elementor-type="section"],
.wdt-advanced-carousel-holder .swiper-slide div[data-elementor-type="page"] {
  width: 100%;
}

.wdt-tilte-large .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  text-transform: uppercase;
  font-size: clamp(1.875rem, 1.039rem + 3.8217vw, 5.625rem);
  /*Min-30px Max-90px*/
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  display: grid;
  position: absolute;
  bottom: clamp(3.125rem, -4.0328rem + 11.1732vw, 9.375rem);
  /*50-150px*/
  margin-left: auto;
  left: calc(-1* clamp(10rem, 2.3763rem + 7.9156vw, 11.875rem));
  /*160-190px*/
  right: 0;
  margin: auto;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper>div {
  grid-area: 1/1;
  display: flex;
  justify-content: space-between;
  pointer-events: all;
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
  margin: 0;
  color: var(--wdtHeadAltColor);
  width: 50px;
  height: 20px;
  font-size: var(--wdtFontSize_H3);
  -WEBKIT-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover {
  color: var(--wdtPrimaryColor);
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  transform-origin: left;
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div.wdt-arrow-pagination-prev:hover {
  transform-origin: right;
}

.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before,
.wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before {
  background-color: transparent;
}

/* Slider 1 Animations */
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img1 img {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, var(--wdtHeadAltColor) 90%, var(--wdtHeadAltColor) 100%, transparent 100%);
  mask-image: linear-gradient(to top, transparent 0%, var(--wdtHeadAltColor) 90%, var(--wdtHeadAltColor) 100%, transparent 100%);
  -webkit-mask-size: 100% 0%;
  mask-size: 100% 0%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 1;
  transition-duration: 3s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-slider1-img1 img {
  -webkit-mask-size: 100% 500%;
  mask-size: 100% 500%;
  opacity: 1;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img1 img {
  mask-image: linear-gradient(to top, transparent 0%, var(--wdtHeadAltColor) 90%, var(--wdtHeadAltColor) 100%, transparent 100%);
  mask-size: 100% 0%;
  mask-repeat: no-repeat;
  opacity: 1;
  transition-duration: 3s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider-min-img img,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img5 img {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform-origin: center;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 0.7s;
  opacity: 0;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .wdt-cus-slider-min-img img,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .wdt-cus-slider1-img5 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper {
  transition-delay: 0.3s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img2 img {
  transition-delay: 0.7s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img3 img,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img5 img {
  transition-delay: 0.5s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img4 img {
  transition-delay: 0.4s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .elementor-icon-wrapper .elementor-icon {
  opacity: 0;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 1s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .elementor-icon-wrapper .elementor-icon {
  opacity: 1;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .wdt-button-holder,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide .elementor-widget-container p {
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 0;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-delay: 0.7s;
  transition-duration: 0.5s;
}

.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .wdt-button-holder,
.wdt-cus-slider1 .wdt-advanced-carousel-holder .swiper-slide-active .elementor-widget-container p {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}



@media only screen and (min-width:1281px) and (max-width:1540px) {
  .wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    left: calc(-1* clamp(10rem, -8.5473rem + 23.166vw, 13.75rem));
  }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
  .wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    left: calc(-1* clamp(6.875rem, -13.223rem + 31.3725vw, 11.875rem));
  }
}



/* -------------------- Home 1 Additional Resouces codes -------------------- */

/* Text with image */

.wdt-cus-text-with-img-1 .wdt-elementor-repeater-container .wdt-elementor-repeater-container-wrapper .wdt-text-tile {
  text-transform: uppercase;
  line-height: var(--wdtLineHeight_Base);
}

.wdt-cus-text-with-img-1 .wdt-elementor-repeater-container .wdt-elementor-repeater-container-wrapper span img {
  width: clamp(3rem, 2.5429rem + 1.5267vw, 4.375rem);
  /*mx-70 min-48*/
  height: clamp(3rem, 2.5429rem + 1.5267vw, 4.375rem);
  /*mx-70 min-48*/
  margin: 5px clamp(0.625rem, 0.4172rem + 0.694vw, 1.25rem);
  /*mx-20 min-10*/
}

.wdt-cus-sign-iconBox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  width: 160px;
  height: 70px;
  font-size: 160px;

}

.wdt-cus-sign-iconBox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
  height: inherit;
  width: inherit;
}

.wdt-cus-sign-iconBox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
  display: inline-flex;
  height: inherit;
}

/* Video Banner popup */

.wdt-cus-video-banner-1 .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
  height: 110px;
  background: transparent;
  width: 110px;
  border: 1px solid var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Full);
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  margin: auto;
  overflow: hidden;
  transition: var(--wdtBaseTransition);
}

.wdt-cus-video-banner-1 .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover i {
  -webkit-animation: flow-2 500ms ease;
  animation: flow-2 500ms ease;
}

.wdt-cus-video-banner-1 .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.wdt-cus-iconBox-style-2.wdt-cus-iconBox-style-3 .wdt-content-item {
  align-items: inherit;
  padding: 0;
  border: 0;
  display: flex;
}

.wdt-cus-iconBox-style-2.wdt-cus-iconBox-style-3 .wdt-content-item .wdt-content-media-group {
  margin-bottom: 0px;
}

.wdt-cus-iconBox-style-2.wdt-cus-iconBox-style-3 .wdt-icon-box-holder .wdt-content-item .wdt-content-title {
  margin-bottom: 0px;
}

.wdt-cus-iconBox-style-2.wdt-cus-iconBox-style-3 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H4);
  font-weight: var(--wdtFontWeight_H4);
  line-height: var(--wdtLineHeight_H6);
}


.wdt-cus-iconBox-style-2.wdt-cus-iconBox-style-3 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  font-size: clamp(3.125rem, 2.9172rem + 0.694vw, 3.75rem);
  /* mx-60 mn-50 */
  color: var(--wdtPrimaryColor);
  margin-bottom: 0;
  padding: 0;
}

/* Imagebox filler 1 */

/* .wdt-cus-offer-banner-title .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  line-height: var(--wdtLineHeight_Ext);
  font-size: clamp(2.5rem, 1.664rem + 3.8217vw, 6.25rem);
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-offer-banner-title .wdt-heading-holder .wdt-heading-subtitle-wrapper {
  font-size: clamp(1.625rem, 1.3341rem + 0.9715vw, 2.5rem);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--wdtAccentTxtColor);
  line-height: var(--wdtLineHeight_Ext);
}

.wdt-cus-offer-banner-title .wdt-heading-holder .wdt-heading-title-wrapper {
  margin-bottom: 10px;
} */

.wdt-offer-banner-style {
  overflow: hidden;
  position: relative;
}

.wdt-offer-banner-style::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-15deg) translateX(-120%);
  transform: skewX(-15deg) translateX(-120%);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  z-index: 0;
}

.wdt-offer-banner-style:hover:after {
  -webkit-transform: skewX(-15deg) translateX(120%);
  transform: skewX(-15deg) translateX(120%);
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform;
}


/*---marquee----*/

.wdt-cus-client-marquee-1 .wdt-animation-wrapper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper .wdt-animation-item {
  padding: 0 clamp(1.875rem, 1.3873rem + 2.2293vw, 4.0625rem);
  /* mx-65 mn-30 */
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper .icon-item i {
  font-size: clamp(7.5rem, 6.3854rem + 5.0955vw, 12.5rem);
  /* mx-20 mn-120 */
  width: clamp(7.5rem, 6.3854rem + 5.0955vw, 12.5rem);
  /* mx-20 mn-120 */
  height: clamp(3.125rem, 2.8463rem + 1.2739vw, 4.375rem);
  /* mx-70 mn-50 */
  color: var(--wdtHeadAltColor);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper .icon-item i:hover {
  color: var(--wdtPrimaryColor);
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper .icon-item {
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper:hover .icon-item:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.wdt-cus-client-marquee-1 .wdt-animation-wrapper:hover .icon-item {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: var(--wdt-Ad-Transition);
}

/* Testimonial type 1 */

.wdt-cus-testimonials-style-1 .wdt-content-item {
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--wdtAccentTxtColor);
  padding: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem) clamp(1.75rem, 0.2465rem + 1.8779vw, 2.5rem);
  /*mx-60 mn-30*/
  /*mx-40 mn-28*/
  overflow: hidden;
  cursor: grab;
}


.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .swiper-slide {
  overflow: hidden;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdtBaseTransition);
  z-index: -1;
  background: conic-gradient(transparent 50%, var(--wdtPrimaryColor) 90%);
  animation: spinning-bg 2s linear infinite;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;

}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .swiper-slide:hover::before {
  opacity: 1;
}


.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-icon-wrapper,
.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
  display: flex;
  justify-content: flex-end;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-image-wrapper {
  margin-bottom: 0;
  margin-right: 20px;
  border: 1px solid var(--wdtBorderColor);
  border-radius: var(--wdtRadius_Full);
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-description {
  font-size: clamp(1rem, 0.9584rem + 0.1388vw, 1.125rem);
  color: var(--wdtSecondaryColor);
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  color: rgb(var(--wdtBorderColorRgb), .3);
  font-size: clamp(3.75rem, 3.3345rem + 1.3879vw, 5rem);
  /*mx-80 mn-60*/
  padding: 0;
  transform: translateY(0px);
}

.wdt-cus-testimonials-style-1 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
  transform: translateY(-20px);
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-image>a {
  display: inline-flex;
  border-radius: var(--wdtRadius_Full);
  width: clamp(3.75rem, 3.3345rem + 1.3879vw, 5rem);
  /*mx-80 mn-60*/
  height: clamp(3.75rem, 3.3345rem + 1.3879vw, 5rem);
  /*mx-80 mn-60*/
  position: relative;
  z-index: 1;
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-media-group {
  display: inline-flex;
  margin: 0;
  align-items: start;
  justify-content: flex-start;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-separator {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 0;
  left: -200px;
  width: auto;
  right: -200px;
  top: 35px;
  /*transform: translateY(-50%);*/
  margin: 0;
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-separator.separator-1 span {
  background-color: rgb(var(--wdtBorderColorRgb), .5);
  height: 1px;
  width: 100%;

}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-detail-group {
  margin-bottom: 20px;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-sub-title-group {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-sub-title-group .wdt-content-subtitle {
  margin-right: 10px;
  font-size: var(--wdtFontSize_Base);
  letter-spacing: 0;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-media-group .wdt-media-group .wdt-content-title {
  margin-bottom: 0;
  position: relative;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-media-group .wdt-media-group .wdt-content-title:before {
  content: "";
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 0;
  left: -80%;
  width: 700px;
  right: 0px;
  bottom: -8px;
  /*transform: translateY(-50%);*/
  margin: 0;
  background-color: rgb(var(--wdtBorderColorRgb), .5);
  height: 1px;
}

.wdt-cus-testimonials-style-1 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H5);
  margin-bottom: 14px;
}

.wdt-cus-testimonials-style-1 .wdt-testimonial-wrapper .wdt-content-item .wdt-content-detail-group .wdt-rating-container {
  margin-bottom: 10px;
}

/* Mailchimp Home 1 */

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr 160px;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
  grid-area: 1/2;
  margin: 0 !important;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form>div:last-child {
  grid-area: 2/1/3/3;
  margin-top: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
  padding: var(--wdtInputPadding);
  padding-right: 1em;
  width: 100%;
  margin: 0;
  background-color: var(--wdtTertiaryColor);
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email']::placeholder {
  color: var(--wdtSecondaryColor);
  opacity: 1;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
  background-color: var(--wdtSecondaryColor)
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
  background-color: var(--wdtPrimaryColor);
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions {
  appearance: none;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--wdtBodyTxtColor);
  margin-right: 6px;
  margin-top: 0px;
  border-radius: var(--wdtRadius_Zero);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid var(--wdtBodyTxtColor);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(0deg) translateY(10px);
  transform: rotate(0deg) translateY(10px);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 0.2s;
  opacity: 0;
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions:checked:before {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

/*------Social-icons-----*/

.wdt-cus-social-icons .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  background-color: var(--wdtSecondaryColor);
  border-radius: var(--wdtRadius_Full);
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.wdt-cus-social-icons .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon {
  background-color: var(--wdtPrimaryColor);
}

.wdt-cus-social-icons .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  margin: 0;
}

/* Countdown */
.wdt-cus-deal-counter-1 .wdt-countdown-label {
  display: none;
}

.wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-downcount {
  border: 0;
}

.wdt-cus-deal-counter-1 .wdt-counter-wrapper .wdt-counter-number {
  color: var(--wdtAccentTxtColor);
  line-height: var(--wdtLineHeight_H2);
  margin-bottom: 10px;
  font-size: clamp(1.5625rem, 1.0431rem + 1.7349vw, 3.125rem);
  /*mx-50 mn-25*/
}

.wdt-cus-deal-counter-1 .wdt-counter-wrapper:last-child .wdt-counter-number {
  width: 40px;
}

.wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
  font-size: var(--wdtFontSize_Ext);
  text-transform: uppercase;
  color: var(--wdtAccentTxtColor);
  letter-spacing: var(--wdtLetterSpacing_3X);
}

.wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
  line-height: 0;
  font-size: 0;
  width: 1px;
  height: clamp(2.25rem, 1.8345rem + 1.3879vw, 3.5rem);
  /*mx-56 mn-36*/
  background-color: var(--wdtAccentTxtColor);
  margin: 0 clamp(1.25rem, 0.7514rem + 1.6655vw, 2.75rem);
  /*mx-44 mn-20*/
}

.wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
  padding: 0;
}


/* --------------------------- Home 1 Curve Filler -------------------------- */
/* Custom template */
.wdt-button-holder.wdt-template-custom-template .wdt-button {
  background: rgba(var(--wdtAccentTxtColorRgb), 0.8);
  color: var(--wdtHeadAltColor);
  font-size: var(--wdtFontSize_H6);
  padding: 0;
  width: clamp(5rem, 4.0247rem + 4.4586vw, 9.375rem);
  /*80-150px*/
  height: clamp(5rem, 4.0247rem + 4.4586vw, 9.375rem);
  /*80-150px*/
  border-radius: var(--wdtRadius_Full);
  text-transform: uppercase;
}

.wdt-button-holder.wdt-template-custom-template .wdt-button .wdt-button-text {
  width: min-content;
  text-align: center;
  font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
  /*16-24px*/
  line-height: var(--wdtLineHeight_Ext);
}

.wdt-cus-text-arc .e-text-path svg {
  overflow: visible;
}

.wdt-cus-text-arc .e-text-path svg text {
  font-size: var(--wdtFontSize_H6);
}

/* Filler Product */
.woocommerce ul.products.wdt-cus-product-type-3 li.product .product-details .product-category-wrapper a {
  color: var(--wdtPrimaryColor);
}


/* -------------------------------------------------------------------------- */
/*                               Home 2 Sections                              */
/* -------------------------------------------------------------------------- */

/* Hotspot section  */

.wdt-cus-hero-hotspot .wdt-hotspot-holder .tippy-box .tippy-content {
  display: flex;
  align-items: center;
  background: var(--wdtTertiaryColor);
  padding: 10px;
}


.wdt-cus-hero-hotspot .wdt-hotspot-holder .tippy-box .tippy-content .wdt-hotspot-image {
  max-width: clamp(4.375rem, 3.957rem + 1.9108vw, 6.25rem);
  margin-right: 10px;
}

.wdt-cus-hero-hotspot .wdt-hotspot-item-trigger.wdt-hotspot-ripple {
  background-color: var(--wdtSecondaryColor);
  border-color: var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Full);
  width: clamp(1.5625rem, 1.465rem + 0.4459vw, 2rem);
  /*MIn-25 & Max-32*/
  height: clamp(1.5625rem, 1.465rem + 0.4459vw, 2rem);
  /*MIn-25 & Max-32*/
  font-size: clamp(0.9375rem, 0.8818rem + 0.2548vw, 1.1875rem);
  /* Min-15 & Max-19 */
}

.wdt-cus-hero-hotspot .wdt-hotspot-holder .tippy-box .tippy-content h5 {
  font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem);
  /* Min-14 & Max-20 */
  margin: 0px;
  margin-bottom: 10px
}

.wdt-cus-hero-hotspot .wdt-hotspot-holder .tippy-box .tippy-content p {
  font-size: clamp(0.875rem, 0.8471rem + 0.1274vw, 1rem);
  /* Min-14 & Max-16 */
  color: var(--wdtHeadAltColor);
}

.wdt-cus-hero-hotspot .wdt-hotspot-items-holder .wdt-hotspot-item-icon .wdt-content-icon i {
  position: relative;
  top: -1px;
}

.wdt-cus-hero-hotspot .wdt-hotspot-items-holder .wdt-hotspot-item-trigger.wdt-hotspot-ripple:before {
  border-width: 1px;
}

.wdt-cus-hotspot-product .woocommerce ul.products li.product .product-wrapper {
  margin-bottom: 0;
}

.wdt-cus-hero-hotspot .tippy-arrow:before {
  color: var(--wdtTertiaryColor)
}

.wdt-cus-hero-hotspot .wdt-hotspot-items-holder .wdt-hotspot-item-trigger.wdt-hotspot-ripple .wdt-hotspot-item-icon {
  -webkit-animation: star-rotate 2s infinite;
  animation: star-rotate 2s infinite;
}

@media only screen and (min-width:1025px) {

  .wdt-cus-hero-hotspot,
  .wdt-cus-hero-hotspot .elementor-widget-container,
  .wdt-cus-hero-hotspot .elementor-widget-container .wdt-hotspot-holder,
  .wdt-cus-hero-hotspot .elementor-widget-container .wdt-hotspot-holder img {
    width: 100%
  }

  .wdt-cus-hero-hotspot .elementor-widget-container .wdt-hotspot-holder img {
    object-fit: cover;
  }
}



/* Animation marquee  */
.wdt-custom-marquee-style-2 .wdt-animation-wrapper {
  mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item.icon-item {
  animation: star-blink 2s infinite;
  -webkit-animation: star-blink 2s infinite;
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-main-marqee {
  padding: 10px 0;
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item.image-text {
  font-size: clamp(1.5rem, 1.1676rem + 1.1103vw, 2.5rem);
  /* max-40 min-24 */
  font-weight: var(--wdtFontWeight_Alt);
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  margin: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem) 0;
  /* max-50 min-25 */
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item a:hover {
  color: var(--wdtPrimaryColor);
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item .wdt-animation-item-image {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateX(100px) rotate(100deg);
  transform: translateX(100px) rotate(100deg);
  transform-origin: center;
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 600ms;
  opacity: 0;
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item:hover .wdt-animation-item-image {
  -webkit-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  opacity: 1;
}

.wdt-custom-marquee-style-2 .wdt-animation-wrapper .wdt-animation-item .wdt-animation-item-image img {
  border-radius: var(--wdtRadius_Full);
  width: clamp(5.625rem, 4.789rem + 3.8217vw, 9.375rem);
  /* max-150 min-90 */
  height: clamp(5.625rem, 4.789rem + 3.8217vw, 9.375rem);
  /* max-150 min-90 */
  object-fit: cover;
}

/* Mouse move marquee */
.wdt-cus-mouse-move-marquee .wdt-animation-wrapper .wdt-animation-item.icon-item {
  -webkit-animation: star-blink 2s infinite;
  animation: star-blink 2s infinite;
}

.wdt-cus-mouse-move-marquee .wdt-animation-wrapper {
  overflow: visible;
}

.wdt-animation-item.image-reveal a {
  display: grid;
  place-items: center;
}

.wdt-animation-item-image.wdt-reveal-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
  pointer-events: none;
  transition: opacity .2s ease;
}

.wdt-animation-item-image.wdt-reveal-image img {
  transform: translate(-50%, -50%);

}

.wdt-animation-item.image-reveal:hover>a .wdt-animation-item-image.wdt-reveal-image {
  opacity: 1;
}

.wdt-animation-item-image.wdt-reveal-image img {
  border-radius: var(--wdtRadius_Full);
  width: clamp(5.625rem, 4.789rem + 3.8217vw, 9.375rem);
  height: clamp(5.625rem, 4.789rem + 3.8217vw, 9.375rem);
  object-fit: cover;
}

.wdt-animation-item-text.wdt-reveal-text {
  font-size: clamp(1.5rem, 1.1676rem + 1.1103vw, 2.5rem);
  /*! visibility: hidden; */
  pointer-events: none;
  text-transform: capitalize;
}

/* Blog post */
.wdt-cus-home2-post div.wdt-minimal-style.wdt-post-entry .blog-entry>div.entry-meta-group>div,
.wdt-cus-home2-post .wdt-minimal-style.wdt-post-entry .blog-entry>div.entry-meta-group>div a {
  color: var(--wdtPrimaryColor);
}

.wdt-cus-home2-post .wdt-minimal-style.wdt-post-entry .blog-entry>div.entry-meta-group>div a:hover {
  color: var(--wdtSecondaryColor);
}

/* ------minimal styl-2 blog------ */
.wdt-cus-blog-link-style .wdt-post-entry.wdt-minimal-style .blog-entry div.entry-date,
.wdt-cus-blog-link-style .wdt-post-entry.wdt-minimal-style .blog-entry div.entry-author,
.wdt-cus-blog-link-style .wdt-post-entry.wdt-minimal-style .entry-meta-group>div a {
  text-transform: capitalize;
  letter-spacing: 0;
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-body p {
  margin-bottom: 0;
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button a.wdt-button:not(:hover) {
  background: transparent;
  color: var(--wdtHeadAltColor);
  border: 0;
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button a.wdt-button:hover {
  background: transparent;
  border: 0;
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button a {
  padding: 0;
  font-size: var(--wdtFontSize_Base);
  background: transparent;
  color: var(--wdtLinkHoverColor);
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button a.wdt-button:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--wdtHeadAltColor);
  bottom: 0;
  left: 0;
  transition: var(--wdtAltTransition);
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button a.wdt-button:hover:before {
  left: auto;
  right: 0;
  width: 0%;
  transition: var(--wdtAltTransition);
}

.wdt-cus-blog-link-style .wdt-posts-list-wrapper .wdt-minimal-style .blog-entry .entry-button span {
  display: none;
}

/* Support Block */
.wdt-cus-support-iconBox .wdt-content-item {
  padding: clamp(1.25rem, 0.6267rem + 2.0819vw, 3.125rem) clamp(1.25rem, 0.2112rem + 3.4698vw, 4.375rem);
  /*mtb~mx-50 min-20*/
  /*mlr~mx-70 min-20*/
  padding-right: 0;
  display: flex;
  height: 100%;
}

.wdt-cus-support-iconBox .wdt-column:last-child .wdt-content-item {
  padding-right: clamp(1.25rem, 0.2112rem + 3.4698vw, 4.375rem);
  /*mx-70 mn-20*/
}

.wdt-cus-support-iconBox .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: clamp(3.125rem, 2.5017rem + 2.0819vw, 5rem);
  /*mx-80 mn-50*/
}

.wdt-cus-support-iconBox .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H4);
  font-weight: var(--wdtFontWeight_H4);
}

.wdt-cus-support-iconBox .wdt-icon-box-holder .wdt-column .wdt-content-item .wdt-content-title {
  margin-bottom: 10px;
}

.wdt-cus-support-iconBox .wdt-content-item>div:not(:last-child),
.wdt-cus-support-iconBox .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-cus-support-iconBox .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-cus-support-iconBox .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
  margin-bottom: 0;
}

.wdt-cus-support-iconBox .wdt-column:not(:last-child) .wdt-content-item .wdt-content-detail-group {
  border-right: 1px solid var(--wdtTertiaryColor);
  padding-right: clamp(1.25rem, 0.419rem + 2.7759vw, 3.75rem);
  /*mx-60 mn-20*/
}

/* faq section */
.wdt-cus-working-time {
  font-size: 18px;
}

.wdt-cus-faq-no-margin .elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper {
  margin: 0;
}

.wdt-cus-faq-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  font-size: var(--wdtFontSize_H6);
}

.wdt-cus-faq-icon-list.wdt-cus-faq-icon-list-2 .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width:479px) {
  .wdt-cus-faq-icon-list.wdt-cus-faq-icon-list-2 .elementor-icon-list-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Home 2 Products type4 */
.woocommerce ul.products.wdt-cus-product-type4 li.product .product-details .product-rating-wrapper>span {
  display: none;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .product-details .product-element-group-wrapper {
  flex-wrap: wrap;
}

.woocommerce ul.products.wdt-cus-product-type4 .star-rating>span::before,
.woocommerce ul.products.wdt-cus-product-type4 li.product .star-rating>span::before {
  color: var(--wdtSecondaryColor);

}

.woocommerce ul.products.wdt-cus-product-type4 li.product .star-rating {
  font-size: var(--wdtFontSize_Ext);
  margin: 0;
}

.woocommerce ul.products.wdt-cus-product-type4:not(.product-padding-content) li.product.product-grid-view .product-wrapper .product-details {
  padding: 0;
  padding-top: 40px;
}

.woocommerce ul.products.product-style-default.wdt-cus-product-type4 li.product .product-details .product-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .price {
  margin: 0;
  font-size: var(--wdtFontSize_H6);
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .price del {
  font-size: var(--wdtFontSize_H6);
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .price ins {
  font-weight: var(--wdtFontWeight_Alt);
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .product-labels {
  left: 20px;
  right: auto;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .product-offers {
  left: 75px;
  right: auto;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .product-labels .onsale,
.woocommerce ul.products.wdt-cus-product-type4 li.product .product-offers {
  background: var(--wdtSecondaryColor) !important;
}

.woocommerce ul.products.product-thumb-buttonelement-style-simple.wdt-cus-product-type4 li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline a,
.woocommerce ul.products.wdt-cus-product-type4[class*="product-thumb-iconsgroup-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-icons a:not(:hover) {
  background: var(--wdtSecondaryColor) !important;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .featured-tag {
  left: auto;
  right: 0;
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .featured-tag:after,
.woocommerce ul.products.wdt-cus-product-type4 li.product:hover .featured-tag:after {
  left: -15px;
  right: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: var(--wdtSecondaryColor);
}

.woocommerce ul.products.wdt-cus-product-type4 li.product .featured-tag i {
  background: var(--wdtSecondaryColor);
}

.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover {
  background: var(--wdtPrimaryColor)
}

/* Home 2 Instagram */
.wdt-cus-insta .wdt-image-box-holder {
  cursor: grab;
}

.wdt-cus-insta .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
  z-index: 1;
  background-color: var(--wdtBodyTxtColor);
  -webkit-transform: scale(0.8) rotate(-45deg);
  transform: scale(0.8) rotate(-45deg);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  pointer-events: none;
}

.wdt-cus-insta .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before {
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.wdt-cus-insta .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image a img {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.wdt-cus-insta .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image a img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
  -webkit-filter: saturate(0%) blur(1px);
  filter: saturate(0%) blur(1px);
}

.wdt-cus-insta .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span {
  font-size: calc(var(--wdtFontSize_H3) + 4px);
  -webkit-transform: scale(0.9) rotate(90deg);
  transform: scale(0.9) rotate(90deg);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-insta .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.wdt-cus-insta .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
  pointer-events: none;
}



/* -------------------------------------------------------------------------- */
/*                               Home 3 Sections                              */
/* -------------------------------------------------------------------------- */

/* Home 3 header icons */
.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a .icotype-label {
  display: flex;
  line-height: normal;
}

;

.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a>span {
  display: block
}

.wdt-cus-h3-header-icon .wdt-header-icons-list .wdt-wishlist-count .wdt-shop-menu-icon-text {
  padding: 0;
  color: var(--wdtHeadAltColor);
  line-height: normal;
  text-align: center;
}

.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-cus-h3-header-icon .wdt-header-icons-list>div.wdt-header-icons-list-item .wdt-shop-menu-cart-icon,
.wdt-cus-h3-header-icon .wdt-header-icons-list .wdt-wishlist-count a {
  position: relative;
}

.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a,
.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] i,
.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],
.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a>span,
.wdt-cus-h3-header-icon .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner>* {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.wdt-cus-h3-header-icon .wdt-header-icons-list .wdt-wishlist-count {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
}

.wdt-cus-h3-header-icon .wdt-header-icons-list .wdt-wishlist-count a {
  margin: auto;
}

.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],
.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a>span {
  font-size: var(--wdtFontSize_Base);
}

.wdt-cus-h3-header-icon .wdt-header-icons-list-item div[class*="menu-icon"]>a .icotype-label {
  font-size: var(--wdtFontSize_Base);
}


/* Slider  */
.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-content-item .wdt-heading-holder {
  -webkit-transform: translateX(-100px) scale(0.98);
  transform: translateX(-100px) scale(0.98);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform-origin: center;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 1.5s;
  opacity: 0;

}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-content-item .wdt-home3-slider-heading-02 .wdt-heading-holder {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-content-item .wdt-home3-slider-heading-03 .wdt-heading-holder {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-content-item .wdt-home3-slider-heading-04 .wdt-heading-holder {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-content-item .wdt-heading-holder {
  transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;

}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider-min-img img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform-origin: center;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 1.5s;
  opacity: 0;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-slider-min-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .elementor-widget-container p {
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 0;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-delay: 0.5s;
  transition-duration: 1s;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide-active .elementor-widget-container p {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider1-img1 img {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, var(--wdtHeadAltColor) 90%, var(--wdtHeadAltColor) 100%, transparent 100%);
  mask-image: linear-gradient(to left, transparent 0%, var(--wdtHeadAltColor) 90%, var(--wdtHeadAltColor) 100%, transparent 100%);
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 1;
  transition-duration: 5s;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-slider1-img1 img {
  -webkit-mask-size: 500% 100%;
  mask-size: 500% 100%;
  opacity: 1;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-content-item .wdt-button-holder {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 0;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-content-item .wdt-button-holder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

.wdt-cus-home3-slider-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
}

.wdt-cus-slider-quote .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-delay: 0.5s !important;
  transition-duration: 1s;
  opacity: 0;
}

.wdt-cus-home3-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-content-item .wdt-cus-slider-quote .elementor-icon-wrapper .elementor-icon {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

/*--- Navigation style ---*/

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  display: grid;
  position: absolute;
  bottom: 100px;
  /* left: calc(-3* clamp(6.25rem, -4.4867rem + 16.7598vw, 15.625rem)); */
  left: 34px;
  margin-left: auto;
  right: auto;
  margin: auto;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper>div {
  grid-area: 1/1;
  display: flex;
  justify-content: space-between;
  pointer-events: all;
}

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
  margin: 0;
  color: var(--wdtHeadAltColor);
  width: 50px;
  height: 20px;
  font-size: var(--wdtFontSize_H3);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover {
  color: var(--wdtPrimaryColor);
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  transform-origin: left;
}

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div.wdt-arrow-pagination-prev:hover {
  transform-origin: right;
}

.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before,
.wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before {
  background-color: transparent;
}


/* Counter Filler */
.wdt-cus-counter-style-2 .wdt-counter-holder .swiper-slide {
  height: auto;
}

.wdt-cus-counter-style-2 .wdt-counter-holder .wdt-content-item {
  height: 100%;
}

.wdt-cus-counter-style-2 .wdt-counter-holder .wdt-content-item .wdt-content-counter-wrapper {
  margin-bottom: 10px;
}

.wdt-cus-counter-style-2 .wdt-content-item .wdt-content-counter {
  font-size: clamp(1.5rem, 1.1676rem + 1.1103vw, 2.5rem);
  /*mx-40 mn-24*/
  line-height: var(--wdtLineHeight_Ext);
}

.wdt-cus-counter-style-2 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H6);
}


/* Product with tab */
.woocommerce ul.products.wdt-cus-product-type5 li.product .product-details .product-rating-wrapper>span {
  display: none;
}

/* Marquee Animation */
.wdt-custom-marquee-style-3 .wdt-animation-wrapper {
  mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
  transition: var(--wdtBaseTransition);
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item .wdt-animation-item-image img {
  border-radius: var(--wdtRadius_Full);
  width: clamp(5rem, 3.9612rem + 3.4698vw, 8.125rem);
  /* max-130 min-80 */
  height: clamp(5rem, 3.9612rem + 3.4698vw, 8.125rem);
  /* max-130 min-80 */
  object-fit: cover;
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text {
  font-size: clamp(1.5rem, 1.1676rem + 1.1103vw, 2.5rem);
  /* max-40 min-24 */
  font-weight: var(--wdtFontWeight_Alt);
  line-height: var(--wdtLineHeight_Ext);
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text {
  margin-left: clamp(1.25rem, 1.0422rem + 0.694vw, 1.875rem);
  /*mx-30 mn-20*/
  position: relative;
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text a:before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  /*mx-5 mn-0*/
  background-color: currentColor;
  transition: var(--wdtBaseTransition);
  opacity: 0;
  right: 0;
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text a:hover:before {
  width: 100%;
  opacity: 1;
  left: 0;

}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text:before {
  content: '';
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M50,97.5C45.5,58.4,41.9,54.6,3.9,50c38-4.6,41.6-8.4,46.1-47.5c4.5,39.1,8.1,42.9,46.1,47.5C58.1,54.6,54.5,58.4,50,97.5z' /%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M50,97.5C45.5,58.4,41.9,54.6,3.9,50c38-4.6,41.6-8.4,46.1-47.5c4.5,39.1,8.1,42.9,46.1,47.5C58.1,54.6,54.5,58.4,50,97.5z' /%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 0;
  background-color: currentColor;
  right: 0px;
  width: clamp(1.5rem, 1.2922rem + 0.694vw, 2.125rem);
  /*mx-34 mn-24*/
  height: clamp(1.5rem, 1.2922rem + 0.694vw, 2.125rem);
  /*mx-34 mn-24*/
  top: -30px;
  opacity: 0;
  transition: var(--wdtBaseTransition);
  animation: star-blink 2000ms infinite;
}

.wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text:hover:before {
  right: -30px;
  opacity: 1;
}


/* Iconbox home 3 */
.wdt-cus-iconBox-style-1 .wdt-content-item {
  padding: 0 clamp(1.25rem, -5.192rem + 10.0559vw, 6.875rem);
  /*mx-110 m-20*/
}

.wdt-cus-iconBox-style-1 .wdt-column:not(:last-child) .wdt-content-item {
  border-right: 1px solid var(--wdtBorderColor);
}

.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H4);
  font-weight: var(--wdtFontWeight_H4);
}

.wdt-cus-iconBox-style-1 .wdt-icon-box-holder .wdt-content-item .wdt-content-icon span {
  font-size: clamp(4.375rem, 3.7517rem + 2.0819vw, 6.25rem);
  /* mx-100 mn-70 */
  color: currentColor;
}

.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span>i>svg {
  overflow: visible;
}

.wdt-cus-iconBox-style-1 .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover {
  background: var(--wdtAccentTxtColor);
}

.wdt-cus-iconBox-style-1 .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination>button:hover:before {
  background: var(--wdtSecondaryColor);
}


/*---svg--anime---*/
.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .dimond-path,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .dimond-path {
  -webkit-animation: dimond-ring-anime 3s linear infinite;
  animation: dimond-ring-anime 3s linear infinite;
  transform-origin: center;
}

/*-------*/
.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-1,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-1,
.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-2,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-2,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-1,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-2 {
  -webkit-animation: star-anime 2000ms linear infinite;
  animation: star-anime 2000ms linear infinite;
  transform-origin: center;
}


.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-3,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-3,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .star-3 {
  -webkit-animation: star-anime 2000ms linear infinite;
  animation: star-anime 2000ms linear infinite;
  transform-origin: top center;
}

.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .dimond-icon-1,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .dimond-icon-1,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .dimond-icon-1 {
  -webkit-animation: star-anime 2000ms linear infinite;
  animation: dimond-anime 2s linear infinite;
  transform-origin: center;
}

/*-------ring----*/

.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .ringLine,
.wdt-cus-iconBox-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .ring-box,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .ringLine,
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .ring-box {
  -webkit-animation: ring-box-anime 2s linear infinite;
  animation: ring-box-anime 2s linear infinite;
  transform-origin: center;
}


/* Home 3 Hotspot and Mailchimp */
.wdt-cus-map-hotspot .wdt-hotspot-item-trigger div[class*="wdt-hotspot-item-"] {
  color: var(--wdtPrimaryColor);
  font-size: var(--wdtFontSize_H3);
  cursor: pointer;
}

.wdt-cus-map-hotspot .wdt-hotspot-item-trigger,
.wdt-cus-map-hotspot .wdt-hotspot-item-active .wdt-hotspot-item-trigger,
.wdt-cus-map-hotspot .wdt-hotspot-item-hover .wdt-hotspot-item-trigger {
  border-color: transparent;
  background-color: transparent;
}

.wdt-cus-map-hotspot .wdt-hotspot-holder .tippy-box .tippy-content {
  background: var(--wdtSecondaryColor);
  display: grid;
  padding: 15px 15px 15px 90px;
  /*border-radius: var(--wdtRadius_2X);*/
  height: 85px;
}

.wdt-cus-map-hotspot .wdt-hotspot-holder .tippy-box .tippy-content .wdt-hotspot-image .wdt-content-image span img {
  width: 70px;
  height: 70px;
  /*border-radius: var(--wdtRadius_1X);*/
  object-fit: cover;
  opacity: 1;
}

.wdt-cus-map-hotspot .wdt-hotspot-holder .tippy-box .tippy-content .wdt-hotspot-image {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.wdt-cus-map-hotspot .wdt-hotspot-holder .tippy-box .tippy-content h5 {
  margin: 4px 0 2px;
  color: var(--wdtPrimaryColor);
  float: left;
  font-size: var(--wdtFontSize_Base);
  line-height: normal;
}

.wdt-cus-map-hotspot .wdt-hotspot-holder .tippy-box .tippy-content p {
  font-size: var(--wdtFontSize_Ext);
}

/* home 3 testimonial */
.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item {
  display: flex;
  flex-direction: column-reverse;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a {
  width: 80px;
  height: 80px;
  border-radius: var(--wdtRadius_Full);
  -webkit-border-radius: var(--wdtRadius_Full);
  overflow: hidden;
}


.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-sub-title-group {
  display: flex;
  align-items: baseline;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-subtitle {
  font-size: clamp(1.375rem, 1.3332rem + 0.1911vw, 1.5625rem);
  line-height: normal;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-additional-title {
  font-size: var(--wdtFontSize_Ext);
  line-height: normal;
  margin-left: 10px;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper,
.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
  display: flex;
  justify-content: end;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-description {
  font-size: clamp(1.125rem, 1.0971rem + 0.1274vw, 1.25rem);
}


.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  padding: 0;
  font-size: inherit;
  width: 45px;
  height: 45px;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
  display: flex;
  width: inherit;
  height: inherit;
}

.wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item>div:not(:last-child) {
  margin-bottom: 0;
}

/* Advance carousel for testimonial */
.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
  margin-bottom: 20px;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before,
.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
  border-radius: var(--wdtRadius_Part);
  border: none;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  width: 50px;
  height: 3px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
  background: rgba(var(--wdtHeadAltColorRgb), 0.5);
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background: var(--wdtLinkHoverColor);
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 3px;
  width: 50px;
  z-index: 1;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: 0;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-bullets-wrapper {
  position: relative;
  width: 310px;
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-bullets-wrapper .wdt-total-current-slides {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  color: var(--wdtHeadAltColor);
}

.wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-bullets-wrapper .wdt-total-slides {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  color: var(--wdtHeadAltColor);
}


@media (max-width:1280px) {
  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
    bottom: 0;
    right: 0;
    justify-content: flex-start;
  }

  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
    position: relative;
  }

  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: 0;
  }

  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-bullets-wrapper {
    margin-top: 20px;
  }
}

@media (max-width:1024px) {
  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    justify-content: center;
  }
}


/*--- Animation work ---*/

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-home3-testimonial .wdt-content-item .wdt-content-image>a>img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: center;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-duration: 1s;
  opacity: 0;
}

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-home3-testimonial .wdt-content-item .wdt-content-image>a>img {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-home3-testimonial .wdt-content-description {
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 0;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-home3-testimonial .wdt-content-description {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide .elementor-widget-image img {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, var(--wdtHeadAltColor) 100%, var(--wdtHeadAltColor) 90%, transparent 0%);
  mask-image: linear-gradient(to top, transparent 0%, var(--wdtHeadAltColor) 100%, var(--wdtHeadAltColor) 90%, transparent 0%);
  mask-size: 100% 0%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 1;
  transition-duration: 3s;
}

.wdt-cus-home3-advanced-testimonial .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .elementor-widget-image img {
  mask-size: 100% 500%;
  opacity: 1;
}

/*-----mail-chimp h3----*/

.wdt-cus-newsLetter-style-2 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
  grid-template-columns: repeat(1, 1fr);
}

.wdt-cus-newsLetter-style-2 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
  width: 100%;
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
  border-color: transparent;
}

.wdt-cus-newsLetter-style-2 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email']::placeholder {
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-newsLetter-style-2 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
  background-color: var(--wdtHeadAltColor);
  width: max-content;
}

.wdt-cus-newsLetter-style-2 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
  background-color: var(--wdtSecondaryColor);
}

.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-lbl {
  margin-right: 5px;
}

/* home 3 filler with brand */
/* .wdt-cus-offer-title-2 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(2rem, 1.6099rem + 1.7834vw, 3.75rem);
} */

.wdt-offer-banner-style-2 .elementor-widget-wrap.elementor-element-populated {
  padding: 50px 34px 50px 34px;
}

.wdt-offer-banner-style-3 .elementor-widget-wrap.elementor-element-populated {
  padding: 50px 34px 50px clamp(6.875rem, -21.0785rem + 29.0237vw, 13.75rem);
}


/* Product with slider */
.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  position: absolute;
  left: auto;
  right: 7%;
  top: -15px;
  bottom: 0;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: space-between;
}

.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
  font-size: var(--wdtFontSize_H4);
  width: clamp(2.1875rem, 2.0482rem + 0.6369vw, 2.8125rem);
  /*35-45px*/
  height: clamp(2.1875rem, 2.0482rem + 0.6369vw, 2.8125rem);
  /*35-45px*/
  margin: 0;
}


/* Modal newsletter */

.wdt-cus-model-news-img,
.wdt-cus-model-news-img .elementor-widget-container,
.wdt-cus-model-news-img .elementor-widget-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wdt-cus-newsletter-title .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(1.75rem, 0.9605rem + 2.6371vw, 4.125rem);
  /*mx-66 mn-28*/
}

/*-----mail-chimp----*/

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
  grid-template-columns: repeat(1, 1fr);
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
  width: 100%;
}


.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
  background-color: var(--wdtSecondaryColor);
  width: max-content;
  padding: var(--wdtPadding_Btn);
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
  background-color: var(--wdtBodyTxtColor);
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-lbl,
.wdt-cus-newsLetter-style-3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-wrapper>a {
  color: var(--wdtAccentTxtColor);
  position: relative;
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-wrapper>a::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  right: auto;
  top: auto;
  left: 0;
  bottom: 3px;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-wrapper>a:hover::before {
  width: 0%;
  left: auto;
  right: 0;
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-wrapper>a:hover {
  color: var(--wdtTertiaryColor);
}

.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions,
.wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions:before {
  border-color: var(--wdtAccentTxtColor);
}



/* -------------------------------------------------------------------------- */
/*                               Home 4 Section                               */
/* -------------------------------------------------------------------------- */

/* Home 4 Slider */
.wdt-cus-home4-slider .wdt-advanced-carousel-container {
  overflow-x: visible;
  overflow-y: clip;
}

.wdt-slider4-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(1.875rem, 1.457rem + 1.9108vw, 3.75rem);
  /* Min-30 & Max-60 */
}

.wdt-cus-slider.wdt-cus-home4-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  left: 0;
  right: auto;
  bottom: clamp(4.375rem, 2.2321rem + 3.3482vw, 6.25rem);
  /*70-100px*/
}

.elementor-icon .wdt-sharp-sparkle path,
.elementor-icon .wdt-cross-sparkle path {
  animation: blinking 1s linear infinite;
}

.elementor-icon .wdt-sharp-sparkle path.wdt-sharp-sparkle1,
.elementor-icon .wdt-cross-sparkle path.wdt-cross-sparkle1 {
  animation-duration: 1.3s;
}

.elementor-icon .wdt-sharp-sparkle path.wdt-sharp-sparkle2,
.elementor-icon .wdt-cross-sparkle path.wdt-cross-sparkle2 {
  animation-duration: 1.6s;
}

.elementor-icon .wdt-sharp-sparkle path.wdt-sharp-sparkle3,
.elementor-icon .wdt-cross-sparkle path.wdt-cross-sparkle3 {
  animation-duration: 1.9s;
}

.elementor-icon .wdt-sharp-sparkle path.wdt-sharp-sparkle4 {
  animation-duration: 2.2s;
}

.elementor-icon .wdt-sharp-sparkle path.wdt-sharp-sparkle5 {
  animation-duration: 2.5s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider4-img img {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(0.9) translateX(-50px) skew(5deg);
  transform: scale(0.9) translateX(-50px) skew(5deg);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 1s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider4-img.wdt-cus-slider4-img2 img {
  -webkit-transform: scale(0.9) translateX(50px) skew(-5deg);
  ;
  transform: scale(0.9) translateX(50px) skew(-5deg);
  ;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide.swiper-slide-active .wdt-cus-slider4-img img {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px);
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-button-holder {
  -webkit-transform: scale(0.98) translateY(15px) rotateX(90deg);
  transform: scale(0.98) translateY(15px) rotateX(90deg);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform-origin: center;
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 0.8s;
  opacity: 0;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-subtitle-wrapper {
  transition-delay: 0.2s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper {
  transition-delay: 0.4s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper {
  transition-delay: 0.6s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-button-holder {
  transition-delay: 0.8s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-button-holder {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-button-holder {
  -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
  transform: scale(1) translateY(0px) rotateX(0deg);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider4-min-img img,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide .wdt-cus-slider4-desc {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(0.9) translateY(50px);
  transform: scale(0.9) translateY(50px);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 0.8s;
}

.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-cus-slider4-min-img img,
.wdt-cus-home4-slider .wdt-advanced-carousel-holder .swiper-slide-active .wdt-cus-slider4-desc {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group {
  display: grid;
  align-items: end;
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group>div {
  grid-area: 1/1;
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
  margin-bottom: 0px;
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-image {
  border-radius: var(--wdtRadius_Full);
  overflow: hidden;
  position: relative;
}



.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--wdtHeadAltColorRgb), 0.35);
  z-index: 1;
  opacity: 0;
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  pointer-events: none;
}

.wdt-cus-slider-imagebox .wdt-content-item:hover .wdt-content-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.wdt-cus-slider-imagebox .wdt-content-item:hover .wdt-content-image:before {
  opacity: 1;
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group .wdt-content-title {
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  opacity: 0;
}

.wdt-cus-slider-imagebox .wdt-content-item:hover .wdt-content-media-group .wdt-content-title {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H5);
}

.wdt-cus-slider-imagebox .wdt-content-item .wdt-content-media-group .wdt-content-title h5 a {
  color: var(--wdtAccentTxtColor);
}


/* Home 4 Collection */
.wdt-cus-imageBox-style-1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
  height: 4px;
  margin: clamp(3.125rem, 2.7095rem + 1.3879vw, 4.375rem) 0 clamp(3.75rem, 2.7112rem + 3.4698vw, 6.875rem);
  /*mx-70 mn-50*/
  /*mx-110 mn-60*/
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
  z-index: 1;
  background-image: unset;
  -webkit-transform: scale(0.8) rotate(-45deg);
  transform: scale(0.8) rotate(-45deg);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  pointer-events: none;
}

.wdt-cus-imageBox-style-1 .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before {
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image a img {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.wdt-cus-imageBox-style-1 .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image a img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.wdt-cus-imageBox-style-1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar .swiper-scrollbar-drag {
  color: var(--wdtSecondaryColor);
}

.wdt-cus-imageBox-style-1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-cus-imageBox-style-1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
  background-image: unset;
  background-color: var(--wdtPrimaryColor);
  height: 2px;
  opacity: 1;
  top: 1px;
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-title {
  margin-right: 10px;
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H4);
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-button>a {
  display: inline-flex;
  background: rgba(var(--wdtAccentTxtColorRgb), 0.8);
  color: var(--wdtHeadAltColor);
  font-size: clamp(1rem, 0.9584rem + 0.1388vw, 1.125rem);
  /*mx-18 mn-16*/
  width: clamp(5rem, 4.0247rem + 4.4586vw, 9.375rem);
  height: clamp(5rem, 4.0247rem + 4.4586vw, 9.375rem);
  border-radius: var(--wdtRadius_Full);
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-button>a>div,
.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-button>a>div>span {
  transition: unset;
}

.wdt-cus-imageBox-style-1 .wdt-content-item:hover .wdt-content-button>a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-button>a:hover {
  color: var(--wdtAccentTxtColor);
  background: rgba(var(--wdtSecondaryColorRgb), 0.8);
}

.wdt-cus-imageBox-style-1 .wdt-content-item .wdt-content-detail-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.wdt-cus-imageBox-style-1 .wdt-content-item>div[class*="group"]>.wdt-content-title,
.wdt-cus-imageBox-style-1 .wdt-content-item>div[class*="group"]>.wdt-content-subtitle {
  width: max-content;
}


/* Home 4 support block */

.wdt-cus-counter-style-1 .wdt-content-item {
  padding: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem) clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem);
  /* mx-60 mn-30 */
  /*mx-50 mn-30*/
  height: 100%;
  border-right: 1px solid var(--wdtBorderColor);
}

.wdt-cus-counter-style-1 .wdt-carousel-holder .swiper-slide {
  height: auto;
}

.wdt-cus-counter-style-1 .elementor-widget-container {
  overflow: hidden;
}

.wdt-cus-counter-style-1 .wdt-carousel-holder {
  margin: 0 -1px;
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  font-size: clamp(3.125rem, 2.7095rem + 1.3879vw, 4.375rem);
  /* mx-70 mn-60 */
  padding: 0;
  color: var(--wdtSecondaryColor);
  transition: var(--wdt-Ad-Transition);
  transform: translateY(0px) scale(1);
  position: absolute;
  top: calc(-1*clamp(0rem, -0.6233rem + 2.0819vw, 1.875rem));
  /* mx-30 mn-0 */
  right: calc(-1*clamp(0rem, -0.6233rem + 2.0819vw, 1.875rem));
  /* mx-30 mn-0 */
}

.wdt-cus-counter-style-1 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
  transform: translateY(14px) scale(0.9);
  color: var(--wdtPrimaryColor);
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-counter {
  font-size: var(--wdtFontSize_H5);
  font-weight: var(--wdtFontWeight_Ext);
  color: var(--wdtPrimaryColor);
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper {
  margin-bottom: 0;
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-title h5 {
  font-size: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem);
  /* mx-40 mn-30 */
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-media-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper {
  margin-bottom: 0px;
}

.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
  margin-top: -10px;
}

/*---svg-anime----*/
.wdt-cus-counter-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .ring-circle-1 {
  animation: ring-pearl-anime 3s linear infinite;
  transform-origin: top center;
}

/* Home 4 product slider */
.wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), transparent 50%);
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after {
  display: none;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
  align-content: flex-end;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
  padding: 30px;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image {
  display: inline-block;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-content-image>a {
  display: flex;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-content-button>a {
  padding: 0;
  background-color: transparent;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-content-button>a:hover {
  background-color: transparent;
  color: var(--wdtPrimaryColor);
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-content-button>a span {
  position: relative;
}

.wdt-cus-temp-imgBox .wdt-content-item .wdt-content-button>a span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0px;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  transition-property: width;
  -webkit-transition-property: width;
}

.wdt-cus-temp-imgBox .wdt-content-item.wdt-content-button>a:hover span:after {
  width: 0%;
  left: auto;
  right: 0;
}

.elementor-widget-wdt-shop-products .woocommerce.wdt-cus-temp-Porduct ul.products[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
  grid-template-columns: 1fr;
}

/* navigation product slider */
.wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  right: auto;
  left: 8%;
  top: 15%;
  width: 38%;
}

/* Home 4 Animation Maqruee */
.wdt-cus-marquee-style-4 .wdt-animation-item.text-item .wdt-animation-text a {
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-marquee-style-4 .wdt-animation-wrapper .wdt-animation-item.icon-item {
  color: var(--wdtAccentTxtColor);
  animation: star-blink 2s infinite;
}

.wdt-cus-marquee-style-4 .wdt-animation-item.text-item .wdt-animation-text {
  padding: clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem) clamp(1.25rem, 1.0422rem + 0.694vw, 1.875rem);
  /*mx-50 mn-30*/
  /*mx-30 mn-20*/
}

.wdt-cus-marquee-style-4 .wdt-animation-item.text-item:before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  border-radius: var(--wdtRadius_Full);
  pointer-events: none;
  transition: var(--wdt-Ad-Transition);
  z-index: -1;
  background: rgb(var(--wdtAccentTxtColorRgb), .1);
}

.wdt-cus-marquee-style-4 .wdt-animation-item.text-item:hover:before {
  animation: spinning-bg 2s linear infinite;
  background: conic-gradient(var(--wdtAccentTxtColor), transparent);
}

.wdt-cus-marquee-style-4 .wdt-animation-item.button-item {
  position: relative;
  top: clamp(-1.25rem, -0.8333rem + -0.8681vw, -1.875rem);
  /*mx- -30 mn- -20*/
}

.wdt-cus-marquee-style-4 .wdt-animation-item.button-item .wdt-animation-button a {
  background-color: var(--wdtAccentTxtColor);
  padding: 10px 20px;
}

.wdt-cus-marquee-style-4 .wdt-animation-item.button-item .wdt-animation-button a:hover {
  background-color: var(--wdtSecondaryColor);
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-marquee-style-4 .wdt-animation-item.text-item:after {
  content: '';
  background: var(--wdtPrimaryColor);
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: var(--wdtRadius_Full);
  pointer-events: none;
}

.wdt-cus-marquee-style-4 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item {
  z-index: 1;
  border-radius: var(--wdtRadius_Full);
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.wdt-cus-marquee-style-4 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.button-item {
  overflow: visible;
}


/* Home 4 form */
.wdt-form-img-1,
.wdt-form-img-1 .elementor-widget-container,
.wdt-form-img-1 .elementor-widget-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wdt-cus-form-style-1 .wpcf7-form p .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.wdt-cus-form-style-1 .wpcf7-form p .wpcf7-form-control-wrap input,
.wdt-cus-form-style-1 .wpcf7-form p .wpcf7-form-control-wrap .wdt-message {
  background-color: var(--wdtTertiaryColor);
  border-radius: 0;
  border-color: transparent;
}

.wdt-cus-form-style-1 .wpcf7-form p .wpcf7-form-control-wrap input:focus,
.wdt-cus-form-style-1 .wpcf7-form p .wpcf7-form-control-wrap .wdt-message:focus {
  border-color: var(--wdtSecondaryColor);
}

.wdt-cus-contact-map,
.wdt-cus-contact-map .elementor-widget-container,
.wdt-cus-contact-map .elementor-widget-container .wdt-google-map-wrapper,
.wdt-cus-contact-map .elementor-widget-container .wdt-google-map-wrapper .wdt-google-map {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                  About Us                                  */
/* -------------------------------------------------------------------------- */
.wdt-cus-iconBox-style-2 .wdt-icon-box-holder {
  overflow: hidden;
}

.wdt-cus-iconBox-style-2 .wdt-content-item {
  align-items: inherit;
  padding: clamp(1.875rem, 0.4434rem + 2.2346vw, 3.125rem);
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--wdtBorderColor);
}

.wdt-cus-iconBox-style-2 .wdt-content-item:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 90%;
  top: 0;
  bottom: 0;
  left: auto;
  right: -1px;
  margin: auto;
  background: var(--wdtBorderColor);
}

.wdt-cus-iconBox-style-2 .wdt-icon-box-holder .wdt-content-item .wdt-content-title {
  margin-bottom: 10px;
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H4);
  font-weight: var(--wdtFontWeight_H4);
  line-height: var(--wdtLineHeight_H6);
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-media-group {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  font-size: clamp(3.125rem, 2.9172rem + 0.694vw, 3.75rem);
  /* mx-60 mn-50 */
  color: var(--wdtPrimaryColor);
  margin-bottom: 0;
  padding: 0;
}

/*-----svg-anime----*/

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
  overflow: visible;
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .gift-outline {
  -webkit-animation: gift-anime 2500ms linear infinite;
  animation: gift-anime 2500ms linear infinite;
  transform-origin: center;
}

/*----------------------------------*/
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .offer-outline {
  -webkit-animation: percent-anime 5000ms linear infinite;
  animation: percent-anime 5000ms linear infinite;
  transform-origin: center;
}

/*----------------------------------*/

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .truck-tire-path-2,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .truck-tire-path-1 {
  -webkit-animation: tire-anime 1500ms linear infinite;
  animation: tire-anime 1500ms linear infinite;
  transform-origin: top center;
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .truck-tire-path-2 {
  animation-delay: 200ms;
}

.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .truck-line-path {
  -webkit-animation: line-path-anime 1500ms linear infinite;
  animation: line-path-anime 1500ms linear infinite;
  transform-origin: top center;
}

/*----------------------------------*/
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .price-hand {
  -webkit-animation: line-path-anime 2000ms linear infinite;
  animation: line-path-anime 2000ms linear infinite;
  transform-origin: top center;
}


.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .price-circle,
.wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .price-doller {
  -webkit-animation: doller-anime 2000ms linear infinite;
  animation: doller-anime 2000ms linear infinite;
  transform-origin: top center;
}

/* Blog detail Footer  */
.wdt-cus-blog-imageBox .wdt-content-item {
  padding: 30px clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem);
  /*mx-50 mn-30*/
  height: 100%;
  display: flex;
  align-items: center;
  transition: var(--wdtBaseTransition);
  overflow: hidden;
}

.wdt-cus-blog-imageBox .wdt-content-item:hover .wdt-content-subtitle,
.wdt-cus-blog-imageBox .wdt-content-item:hover .wdt-content-title h5 a,
.wdt-cus-blog-imageBox .wdt-content-item:hover .wdt-content-button a {
  color: var(--wdtAccentTxtColor) !important;
}

.wdt-cus-blog-imageBox .wdt-content-item:hover .wdt-content-button a:before {
  background-color: var(--wdtAccentTxtColor);
}

.wdt-cus-blog-imageBox .wdt-content-item:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(221, 222, 222), var(--wdtBorderColor) 40%, var(--wdtPrimaryColor) 60%, var(--wdtPrimaryColor));
  transition: var(--wdtBaseTransition);
  background-size: 250% 250%;
  background-repeat: no-repeat;
  background-position: top center;
  transition: var(--wdtBaseTransition);
}

.wdt-cus-blog-imageBox .wdt-content-item:hover:before {
  opacity: 0.9;
  background-position: bottom center;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-media-group {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-elements-group .wdt-content-title {
  margin-bottom: clamp(1.875rem, 1.5963rem + 1.2739vw, 3.125rem);
  /*30-50px*/
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-subtitle {
  font-size: clamp(0.875rem, 0.8471rem + 0.1274vw, 1rem);
  letter-spacing: clamp(0.1875rem, 0.1596rem + 0.1274vw, 0.3125rem);
  text-transform: uppercase;
  /*margin-bottom: 10px;*/
  color: var(--wdtHeadAltColor);
  transition: var(--wdtBaseTransition);
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-title h5 {
  font-size: clamp(1.5rem, 1.3753rem + 0.4164vw, 1.875rem);
  /*mx-30 mn-24*/
  font-weight: var(--wdtFontWeight_H5);
  pointer-events: none;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-image {
  position: relative;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-image>a {
  width: clamp(6.875rem, -1.8955rem + 10.9546vw, 11.25rem);
  /*mx-180 mn-110*/
  height: auto;
  position: relative;
  inset: 0;
  pointer-events: none;
}

.wdt-cus-blog-imageBox .wdt-column:first-child .wdt-content-item .wdt-content-image>a {
  right: 30px;
  top: -20%;
}

.wdt-cus-blog-imageBox .wdt-image-box-holder .wdt-content-item .wdt-content-image-wrapper {
  margin: 0;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a {
  background: transparent !important;
  color: var(--wdtSecondaryColor) !important;
  font-size: var(--wdtFontSize_H6);
  padding: 0;
  text-transform: uppercase;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a .wdt-button-text {
  display: flex;
  align-items: center;
  transition-duration: 0s;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a .wdt-button-text:after {
  content: '';
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
  margin-left: 14px;
  background-color: var(--wdtAccentTxtColor);
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a .wdt-button-text span {
  position: relative;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a .wdt-button-text span:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: -35px;
  top: -4px;
  background: currentColor;
  border-radius: var(--wdtRadius_Full);
}

.wdt-cus-blog-imageBox .wdt-content-item:hover .wdt-content-button a .wdt-button-text:after,
.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a:hover .wdt-button-text:after {
  background-color: var(--wdtHeadAltColor)
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a .wdt-button-text span:after,
.wdt-cus-map-link-style .elementor-widget-container p a:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  right: auto;
  top: auto;
  left: 0;
  bottom: -5px;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  transition-property: width;
  -webkit-transition-property: width;
}

.wdt-cus-map-link-style .elementor-widget-container p a:after {
  bottom: 4px;
}

.wdt-cus-blog-imageBox .wdt-content-item .wdt-content-button a:hover .wdt-button-text span:after,
.wdt-cus-map-link-style .elementor-widget-container p a:hover:after {
  width: 0%;
  left: auto;
  right: 0;
}

/* -------------------------------------------------------------------------- */
/*                               Contact Us Page                              */
/* -------------------------------------------------------------------------- */
.wdt-cus-contact-form .wpcf7-form {
  /* padding: clamp(1.25rem, 0.832rem + 1.9108vw, 3.125rem) clamp(1.25rem, 0.5533rem + 3.1847vw, 4.375rem); */
  /*mx-50 mn-20*/
  /* mx-70 mn-20 */
  /* background-color: var(--wdtPrimaryColor); */
  display: grid;
}

.wdt-cus-contact-form .wpcf7-form .input-group p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /*mx-30 mn-20*/
  margin-bottom: clamp(1.25rem, 1.0422rem + 0.694vw, 1.875rem);
  /*mx-30 mn-20*/

}

.wdt-cus-contact-form .wpcf7-form .input-group p span[data-name=textarea-message] {
  grid-column: span 2;

}

.wdt-cus-contact-form .wpcf7-form .input-group .wpcf7-form-control-wrap .wdt-contact-text-area {
  height: clamp(9.375rem, 8.1285rem + 4.1638vw, 13.125rem);
  /*mx-210 mn-150*/
}

.wdt-cus-contact-form .wpcf7-form .input-group .wpcf7-form-control-wrap input,
.wdt-cus-contact-form .wpcf7-form .input-group .wpcf7-form-control-wrap .wdt-contact-text-area,
.wdt-cus-form-style-1 .wpcf7-form .input-group .wpcf7-form-control-wrap .wdt-contact-drop-down {
  background-color: var(--wdtTertiaryColor);
  border-radius: 0;
  border-color: transparent;
}

.wpcf7-form .input-group .wpcf7-form-control-wrap input {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: var(--wdtFontSize_Ext);
  font-weight: normal;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 0px;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
}

.footer-group .wpcf7-not-valid-tip {
  color: darkred;
  position: relative;
}

.wpcf7-form .wpcf7-form-control-wrap input:focus~.wpcf7-not-valid-tip {
  opacity: 0;
}

.wdt-cus-contact-form .wpcf7-form .input-group .wpcf7-form-control-wrap input:focus,
.wdt-cus-contact-form .wpcf7-form .input-group .wpcf7-form-control-wrap .wdt-contact-text-area:focus {
  border-color: var(--wdtSecondaryColor);
}

.wdt-cus-contact-form .selection .select2-selection {
  border: 0 !important;
  background-color: var(--wdtTertiaryColor) !important;
}



.wdt-cus-contact-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 35px;
  background-color: var(--wdtTertiaryColor);
}

.wdt-cus-contact-form .wpcf7-form .footer-group .wpcf7-form-control-wrap .wdt-contact-check-box label input[type="checkbox"] {
  appearance: none;
  padding: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-top: -3px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--wdtBodyTxtColor);
}

.wdt-cus-contact-form .wpcf7-form .footer-group .wpcf7-form-control-wrap .wdt-contact-check-box label input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid var(--wdtBodyTxtColor);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(0deg) translateY(10px);
  transform: rotate(0deg) translateY(10px);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  transition-duration: 0.2s;
  opacity: 0;
}

.wdt-cus-contact-form .wpcf7-form .footer-group .wpcf7-form-control-wrap .wdt-contact-check-box label input[type="checkbox"]:checked:before {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.wdt-cus-contact-form .wpcf7-form .footer-group p,
.wdt-cus-contact-form .wpcf7-form .footer-group .wpcf7-form-control-wrap .wdt-contact-check-box .wpcf7-list-item {
  margin: 0;
}

.wdt-cus-contact-form .wpcf7-form .wdt-btn-group .wdt-submit {
  background-color: var(--wdtSecondaryColor);
  padding-right: 55px;
}

.wdt-cus-contact-form .wpcf7-form .wdt-btn-group .wdt-submit:hover {
  background-color: var(--wdtAccentTxtColor);
  color: var(--wdtSecondaryColor);
}

.wdt-form-type1 .wdt-submit {
  padding-right: 55px;
}

.wdt-form-type1 .wdt-submit:hover {
  background-color: var(--wdtPrimaryColor);
}


.wdt-cus-contact-form .wpcf7-form .footer-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wdt-btn-group {
  overflow: hidden;
  display: inline-flex;
  border: 1px solid var(--wdtHeadAltColor);
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
}

.wdt-btn-group:hover {
  border-color: var(--wdtPrimaryColor);
}

.wdt-btn-group .wdt-btn-icon {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 22px;
  left: auto;
  margin: auto;
  pointer-events: none;
}

.wdt-btn-group .wdt-btn-icon:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Full);
  -webkit-transform: perspective(0px) rotateZ(45deg) scale(1);
  transform: perspective(0px) rotateZ(45deg) scale(1);
  transition: var(--wdt-Ad-Transition);
}

.wdt-btn-group:hover .wdt-btn-icon:after {
  border-radius: var(--wdtRadius_Full) 0 var(--wdtRadius_Full);
  -webkit-transform: rotateZ(45deg) scale(2.6) translate(11px, -11px);
  transform: rotateZ(45deg) scale(2.4) translate(8px, -8px);
  background-color: var(--wdtAccentTxtColor);
}

.wdt-btn-group .wdt-btn-icon:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 11px;
  background: var(--wdtHeadAltColor);
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 70 50' style='enable-background:new 0 0 70 50;' xml:space='preserve'%3E%3Cpath d='M46.9,3.2L46.7,3l-0.2,0.2L43.7,6l-0.2,0.2l0.2,0.2l16.2,16.2l-56.4,0H3.2v0.3l0,4.2l0,0.3h0.3l56.4,0L43.7,43.6l-0.2,0.2 l0.2,0.2l2.8,2.8l0.2,0.2l0.2-0.2l21.6-21.6l0.2-0.2l-0.2-0.2L46.9,3.2z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: -5px;
  left: auto;
  margin: auto;
  z-index: 1;
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  transition: var(--wdt-Ad-Transition);
}

.wdt-btn-group:hover .wdt-btn-icon:before {
  background-color: var(--wdtPrimaryColor);
  -webkit-transform: translateX(15px) scaleX(1.05);
  transform: translateX(15px) scaleX(1.5);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-contact-form .wdt-btn-group:hover {
  border-color: var(--wdtAccentTxtColor);
}

.wdt-cus-contact-form .wdt-btn-group:hover .wdt-btn-icon:after {
  background-color: var(--wdtHeadAltColor);
}

.wdt-cus-contact-form .wdt-btn-group:hover .wdt-btn-icon:before {
  background-color: var(--wdtAccentTxtColor);
}

/* Contact iconbox */
.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-image-icon-group {
  margin-right: clamp(0.875rem, 0.7503rem + 0.4164vw, 1.25rem);
  /*mx-20 m-14*/
}

.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-image-icon-group .wdt-content-icon a span {
  font-size: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem);
  /*mx-40 m-30*/
  width: clamp(3.75rem, 3.3345rem + 1.3879vw, 5rem);
  /*mx-80 m-60*/
  height: clamp(3.75rem, 3.3345rem + 1.3879vw, 5rem);
  /*mx-80 m-60*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wdtPrimaryColor);
  border-radius: var(--wdtRadius_Full);
  color: var(--wdtAccentTxtColor);
}

.wdt-cus-support-iconBox-2 .wdt-column:first-child .wdt-content-item .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a {
  pointer-events: none;
}

.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-image-icon-group .wdt-content-icon a span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title {
  margin-bottom: 10px;
}

.wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title h5 {
  font-size: clamp(1.5rem, 1.3753rem + 0.4164vw, 1.875rem);
  /*mx-30 m-24*/
  margin-top: 0;
  font-weight: var(--wdtFontWeight_H5);
  pointer-events: none;
}


.wdt-cus-support-iconBox-2 .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button {
  margin: 0;
}

.wdt-cus-support-iconBox-2 .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
}


.wdt-cus-support-iconBox-2 .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a {
  font-size: var(--wdtFontSize_H6);
  font-weight: var(--wdtFontWeight_Ext);
  background: transparent;
  color: var(--wdtSecondaryColor);
  text-align: left;
  padding: 0;
  line-height: var(--wdtLineHeight_Base);
}

.wdt-cus-support-iconBox-2 .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a:hover {
  color: var(--wdtPrimaryColor);
}

.wdt-cus-support-iconBox-2 .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button+.wdt-content-button>a {
  background-color: transparent;
}

.wdt-cus-support-iconBox-2 .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button+.wdt-content-button>a:hover {
  background-color: transparent;
  color: var(--wdtPrimaryColor);
}

.wdt-cus-support-iconBox-2 .wdt-content-item .wdt-content-button>a>div,
.wdt-cus-support-iconBox-2 .wdt-content-item .wdt-content-button>a>div>span {
  transition: unset;
}



/* --------------------------------- Gallery -------------------------------- */
.wdt-cus-gallery .gallery-item>div>a {
  position: relative;
  overflow: hidden;
}

.wdt-cus-gallery .gallery-item>div>a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wdtPrimaryColor);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-gallery .gallery-item>div>a:hover:before {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wdt-cus-gallery .gallery-item>div>a:after {
  content: '';
  position: absolute;
  background: var(--wdtAccentTxtColor);
  width: 42px;
  height: 42px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cpath d='M89.3,85.8L63.1,59.6C68.8,53,72,44.7,72,36C72,16.1,55.8,0,36,0S0,16.1,0,36c0,19.8,16.1,36,36,36c8.7,0,17.1-3.1,23.6-8.9 l26.2,26.2c0.5,0.5,1.1,0.7,1.8,0.7c0.7,0,1.3-0.3,1.8-0.7s0.7-1.1,0.7-1.8C90,86.9,89.7,86.2,89.3,85.8z M36,67 C18.9,67,5,53.1,5,36C5,18.9,18.9,5,36,5c17.1,0,31,13.9,31,31C67,53.1,53.1,67,36,67z'/%3E%3Cpath d='M51.2,33.5H38.5V20.8c0-1.4-1.1-2.5-2.5-2.5c-1.4,0-2.5,1.1-2.5,2.5v12.7H20.8c-1.4,0-2.5,1.1-2.5,2.5 c0,1.4,1.1,2.5,2.5,2.5h12.7v12.7c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5V38.5h12.7c1.4,0,2.5-1.1,2.5-2.5 C53.6,34.6,52.5,33.5,51.2,33.5z'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cpath d='M89.3,85.8L63.1,59.6C68.8,53,72,44.7,72,36C72,16.1,55.8,0,36,0S0,16.1,0,36c0,19.8,16.1,36,36,36c8.7,0,17.1-3.1,23.6-8.9 l26.2,26.2c0.5,0.5,1.1,0.7,1.8,0.7c0.7,0,1.3-0.3,1.8-0.7s0.7-1.1,0.7-1.8C90,86.9,89.7,86.2,89.3,85.8z M36,67 C18.9,67,5,53.1,5,36C5,18.9,18.9,5,36,5c17.1,0,31,13.9,31,31C67,53.1,53.1,67,36,67z'/%3E%3Cpath d='M51.2,33.5H38.5V20.8c0-1.4-1.1-2.5-2.5-2.5c-1.4,0-2.5,1.1-2.5,2.5v12.7H20.8c-1.4,0-2.5,1.1-2.5,2.5 c0,1.4,1.1,2.5,2.5,2.5h12.7v12.7c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5V38.5h12.7c1.4,0,2.5-1.1,2.5-2.5 C53.6,34.6,52.5,33.5,51.2,33.5z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-cus-gallery .gallery-item>div>a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ------terms & con------ */

.wdt-cus-terms-title .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(1.5rem, 1.3753rem + 0.4164vw, 1.875rem);
  /* mx-30 mn-24 */
}


/* --- sidebar-search-style --- */

.wdt-side-menu-search-bar .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
  background: transparent;
  border: 1px solid var(--wdtPrimaryColor);
  text-transform: capitalize;
  color: var(--wdtBodyTxtColor);
  margin-bottom: 0;
  width: 100%;
  border-radius: var(--wdtRadius_Zero);
}

.wdt-side-menu-search-bar .wdt-header-icons-list>div.search-item.search-default {
  padding: 0;
}

.wdt-side-menu-search-bar .wdt-search-form-container.show,
.wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container {
  width: 100%;
}

.wdt-side-menu-search-bar .wdt-header-icons-list>div.search-item.search-default {
  width: 100%;
}

/* --- side-bar-style --- */

.wdt-cus-header-search-icon .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon,
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon>i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wdt-cus-header-search-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
  padding: 5px;
  max-height: 45px;
  max-width: 45px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
  font-size: var(--wdtFontSize_H6);
  font-weight: var(--wdtFontWeight_Ext);
}

.wdt-cus-header-search-icon .wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
  height: 50px;
  left: auto;
  right: 10%;
  top: 35px;
  border-radius: var(--wdtRadius_Zero);
}

/* --- home2-header-iconbox-style --- */

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block {
  align-items: center;
}

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block .wdt-image-icon-group .wdt-content-icon a span {
  font-size: var(--wdtFontSize_H2);
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: var(--wdtRadius_Zero);
  color: var(--wdtHeadAltColorColor);
}

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title {
  margin-bottom: 0px;
}

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title h5 {
  font-size: var(--wdtFontSize_Ext);
  font-weight: var(--wdtFontWeight_Base);
  line-height: normal;
  color: var(--wdtBodyTxtColor);
}


.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-buton a {
  font-size: var(--wdtFontSize_H6);
  line-height: normal;
  margin-bottom: 5px;
  color: var(--wdtHeadAltColor);
}

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a:hover {
  color: var(--wdtLinkHoverColor);
}

.wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group {
  display: flex;
  flex-direction: column-reverse;
}


@media (max-width:1280px) {


  .wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block {
    flex-direction: row;
  }

  .wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-image-icon-group {
    margin-right: clamp(0.875rem, 0.7503rem + 0.4164vw, 1.25rem);
    margin-bottom: 0;
  }

  .wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title h5 {
    margin-bottom: 0;
  }

  .wdt-cus-support-iconBox-2.wdt-cus-Header-iconBox .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a {
    margin-bottom: 5px;
  }


}

/* --- header-icon-style --- */

.wdt-cus-header-icon .wdt-header-icons-list>div.search-item a.wdt-search-icon,
.wdt-cus-header-icon .wdt-header-icons-list>div.search-item a.wdt-search-icon>*,
.wdt-cus-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] i {
  color: var(--wdtAccentTxtColor);
  background-color: var(--wdtSecondaryColor);
  max-height: 45px;
  max-width: 45px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
}

.wdt-cus-header-icon .wdt-header-icons-list>div.search-item a.wdt-search-icon:hover>*,
.wdt-cus-header-icon .wdt-header-icons-list-item a:hover i,
.wdt-cus-header-icon .wdt-header-icons-list-item div[class*="menu-icon"] a:hover i,
.wdt-cus-header-icon .wdt-header-icons-list>div.wdt-header-icons-list-item a:hover .wdt-shop-menu-cart-icon {
  color: var(--wdtAccentTxtColor);
  background-color: var(--wdtLinkHoverColor);
}


/* --------------------------------- Home 5 --------------------------------- */

.wdt-cus-h5-product-swiper .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  margin-left: auto;
  margin-right: auto;
}

.wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  position: absolute;
  right: 0;
  left: 0;
  top: -150px;
  width: 70%;
}

/* list product */
.wdt-cus-product-lists .woocommerce ul.products li.product .product-details .product-title h5{
  font-size: var(--wdtFontSize_H5);
}
.wdt-cus-product-lists .woocommerce ul.products li.product .product-details .price,
.wdt-cus-product-lists .woocommerce ul.products li.product .product-details .price ins {
  font-size: var(--wdtFontSize_Ext);
}


/* -------------------------------------------------------------------------- */
/*                                 Animations                                 */
/* -------------------------------------------------------------------------- */


/* About us page animations */
@keyframes gift-anime {
  0% {
    transform: translateY(0) scaleX(1);
  }

  50% {
    transform: translateY(-3px) scaleX(1);
  }

  100% {
    transform: translateY(0px) scaleX(1);
  }
}

@keyframes percent-anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes tire-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0px);
  }
}

@keyframes line-path-anime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0px);
  }
}

@keyframes doller-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0px);
  }
}

/* Home 1 Page Animations */
@keyframes flow-2 {
  50% {
    -webkit-transform: scale(300%);
    transform: translateX(300%);
  }

  51% {
    -webkit-transform: scale(-300%);
    transform: translateX(-300%);
  }
}

@keyframes spinning-bg {
  from {
    transform: scale(2) rotate(.5turn);
  }

  to {
    transform: scale(2) rotate(1.5turn);
  }
}

/* Home 2 Page Animations */
@keyframes star-blink {
  0% {
    -webkit-transform: scale(0.5) rotate(0deg);
    transform: scale(0.5) rotate(0deg);
  }

  50% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }

  100% {
    -webkit-transform: scale(0.4) rotate(360deg);
    transform: scale(0.4) rotate(360deg);
  }
}

/* Home 3 Page Animations */
@keyframes dimond-ring-anime {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes dimond-anime {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes star-anime {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes ring-box-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0px);
  }
}

/* Home 4 Page Animations */
@keyframes blinking {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    transform-origin: center;
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center;
  }
}

@keyframes ring-pearl-anime {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes star-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes main-slider-title {
  0% {
    -webkit-transform: translateZ(0) translateY(0) scale(-1);
    transform: translateZ(0) translateY(0) scale(-1);
    opacity: 1;
  }

  60% {
    opacity: 0.8;
  }

  100% {
    letter-spacing: 0.2em;
    -webkit-transform: translateZ(100px) translateY(-20px) scale(-1);
    transform: translateZ(100px) translateY(-20px) scale(-1);
    opacity: 0;
  }
}

@keyframes main-slider-title {
  0% {
    -webkit-transform: translateZ(0) translateY(0) scale(-1);
    transform: translateZ(0) translateY(0) scale(-1);
    opacity: 1;
  }

  60% {
    opacity: 0.8;
  }

  100% {
    letter-spacing: 0.2em;
    -webkit-transform: translateZ(100px) translateY(-20px) scale(-1);
    transform: translateZ(100px) translateY(-20px) scale(-1);
    opacity: 0;
  }
}



/* ------------------------------- Responsive ------------------------------- */

/* -------------------------------------------------------------------------- */
/*                                   Laptop                                   */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width:1281px) and (max-width:1540px) {

  /* h3 filler with brand */
  .wdt-offer-banner-style-3 .elementor-widget-wrap.elementor-element-populated {
    padding-left: clamp(2.5rem, -19.1385rem + 27.027vw, 6.875rem);
  }

  /* Product with slider */
  .wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    right: 6%;
    width: 36%;
  }

  .wdt-cus-product-lists .woocommerce ul.products[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width:1540px) {
  #primary.page-with-sidebar ul.products.wdt-default-product.list-product-active {
    grid-template-columns: 1fr;
  }

  .wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    bottom: 11%;
  }

  /* h5-product-swiper */
  .wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    width: 80%;
  }

}


/* -------------------------------------------------------------------------- */
/*                            Tab Landscape view                              */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width:1025px) and (max-width:1280px) {
  #primary.page-with-sidebar ul.products.wdt-default-product {
    grid-template-columns: repeat(2, 1fr);
  }

  #primary.with-right-sidebar .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }


  .wdt-cus-footer-gallery .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}


@media only screen and (min-width:768px) and (max-width:1280px) {

  /* testimonial type1 */
  .wdt-cus-testimonials-style-1 .wdt-content-item {
    padding: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem) clamp(1.875rem, 0.6221rem + 1.5649vw, 2.5rem);
    /*mx-60 mn-30*/
    /*mx-40 mn-30*/
  }

  /* home 2 support block */
  .wdt-cus-support-iconBox .wdt-column-holder .wdt-column-wrapper {
    margin: 0 -5px;
  }

  .wdt-cus-support-iconBox .wdt-column-holder {
    overflow: hidden;
  }

  /* Home 3 Iconbox */
  .wdt-cus-iconBox-style-1 .wdt-icon-box-holder {
    overflow: hidden;

  }

  .wdt-cus-iconBox-style-1 .wdt-column-wrapper {
    margin: 0 -1px;
  }

  /* About us iconbox */
  .wdt-cus-iconBox-style-2 .wdt-icon-box-holder {
    overflow: hidden;

  }

  .wdt-cus-iconBox-style-2 .wdt-column-wrapper {
    margin: 0 -1px;
  }

  /* blog footer section */
  .wdt-cus-blog-imageBox .wdt-content-item .wdt-content-image>a {
    width: clamp(6.875rem, 0.3125rem + 13.6719vw, 11.25rem);
    /*mx-180 mn-110*/
  }
}


@media only screen and (max-width:1280px) {


  /* home 3 product carousel */
  .wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    right: clamp(0.625rem, -5.75rem + 13.2813vw, 4.875rem);
    /*10-78px*/
    width: clamp(21.5625rem, 10.3125rem + 23.4375vw, 29.0625rem);
    /*345-465px*/
  }

  /* navigation product slider */
  .wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    left: 5%;
  }

  /* contact iconbox */
  .wdt-cus-support-iconBox-2 .wdt-advanced-slider-block {
    flex-direction: column;
  }

  .wdt-cus-support-iconBox-2 .wdt-advanced-slider-block .wdt-image-icon-group {
    margin-top: 20px;
    margin-bottom: clamp(0.875rem, 0.7503rem + 0.4164vw, 1.25rem);
  }

  /*--- Navigation style ---*/

  .wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    left: -10px;
  }

  /* contact us form  */

  .wdt-cus-contact-form .wpcf7-form .input-group p {
    grid-template-columns: repeat(1, 1fr);
  }

  .wdt-cus-contact-form .wpcf7-form .footer-group {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .wdt-cus-contact-form .wpcf7-form .footer-group .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }

  .wdt-cus-contact-form .wpcf7-form .input-group p span[data-name=textarea-message] {
    grid-column: unset;
  }

  /* home 5 product lists */
  .wdt-cus-product-lists .woocommerce ul.products.wdt-cus-product-type5[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }

  .wdt-cus-product-lists .woocommerce ul.products[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }

  /* h5-product-swiper */
  .wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    width: 90%;
  }


}

/* -------------------------------------------------------------------------- */
/*                                 Tab Portrait                               */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* product with tab home3 */
  .woocommerce ul.products.wdt-cus-product-type5[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }

}


@media only screen and (max-width: 1024px) {
  body.elementor-page.single-product #primary:not(.page-with-sidebar) {
    width: 100%;
    max-width: 770px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  /* Home 1 Slider  */
  .wdt-cus-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: clamp(3.125rem, 0.9777rem + 3.352vw, 5rem);
    /*50-80px*/
  }

  .wdt-cus-slider.wdt-cus-home4-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: absolute;
    margin-bottom: 0;
  }

  /* newsletter */
  .wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
    grid-column: span 2;
  }

  .wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    grid-area: unset;
    margin-top: 20px !important;
  }

  .wdt-cus-newsLetter-style-3 .wdt-mailchimp-holder.wdt-template-type6.wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
    padding: var(--wdtPadding_MaxiBtn);
  }

  /* Home 3 Slider */
  .wdt-cus-home3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
    bottom: clamp(3.75rem, 3.1818rem + 2.8409vw, 5rem);
    left: 0;
    margin-bottom: 0;
  }

  /* About us iconbox */
  .wdt-cus-iconBox-style-2 .wdt-content-item {
    padding: 20px 15px;
    flex-direction: column;
    margin: 0;
  }

  .wdt-cus-iconBox-style-2 .wdt-content-item .wdt-content-media-group {
    margin-right: 0;
  }

  /* Home 3 testimonial */
  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-sub-title-group {
    justify-content: center;
  }

  /* navigation product slider */
  .wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    bottom: 30%;
    top: auto;
    left: 13%;
    width: 70%;
    height: auto;
  }

  /* h5-product-swiper */
  .wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    width: 80%;
  }
}





/* -------------------------------------------------------------------------- */
/*                              Mobile Landscape                              */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width:480px) and (max-width:767px) {

  /* blog footer section */
  .wdt-cus-blog-imageBox .wdt-content-item .wdt-content-image>a {
    width: clamp(7.5rem, 1.263rem + 20.8333vw, 11.25rem);
    /*mx-180 mn-140*/
  }
}

@media only screen and (max-width:767px) {

  /* ------main slider----- */
  .wdt-cus-home3-slider.wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-bullets {
    bottom: -70px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  div.elementor-container .wdt-cus-main-slider-imgs-col {
    order: 1;
  }

  .wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    margin: 0 7px;
  }

  .wdt-cus-main-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    height: 22px;
    width: 22px;
  }

  /* comment review form */
  .woocommerce #review_form #respond>.comment-form>div:nth-child(3) {
    grid-area: 5/1/6/3;
  }

  .woocommerce #review_form #respond>.comment-form>div {
    grid-column: 1/3;
  }


  .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='checkbox'] {
    margin: 0 10px 0 0;
  }

  /* home 2 support block */
  .wdt-cus-support-iconBox .wdt-column:not(:last-child) .wdt-content-item .wdt-content-detail-group {
    border-right: 0px;
  }

  .wdt-cus-support-iconBox .wdt-content-item {
    padding: clamp(1.25rem, -0.0079rem + 6.2893vw, 1.875rem);
    /*mx-30 mn-20*/
  }

  .wdt-cus-support-iconBox .wdt-column .wdt-content-item .wdt-content-detail-group {
    padding-right: 0;
  }

  /* Home 3 marquee */
  .wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text:before {
    top: -20px;
  }

  .wdt-custom-marquee-style-3 .wdt-animation-wrapper .wdt-animation-item.image-text .wdt-animation-item-text:hover:before {
    right: -20px;
  }

  /* Home 3 iconbox  */
  .wdt-cus-iconBox-style-1 .wdt-column:not(:last-child) .wdt-content-item {
    border-right: 0;
  }

  /* h3 product carousel */
  .wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    top: 18%;
    bottom: auto;
    right: 5%;
    width: 85%;
    align-items: start;
  }

  /* About us iconbox */
  .wdt-cus-iconBox-style-2 .wdt-column:not(:last-child) {
    border-right: 0
  }

  /* Home 3 testimonail */
  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-sub-title-group {
    display: block;
  }

  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-additional-title {
    font-size: var(--wdtFontSize_Ext);
    line-height: normal;
    margin-left: 0px;
  }

  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group .wdt-content-subtitle {
    margin-bottom: 10px;
  }

  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 30px;
    height: 30px;
  }

  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group>div:not(:last-child),
  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
  .wdt-cus-home3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 15px;
  }

  /* Home 4 slider nav */
  .wdt-cus-slider.wdt-cus-home4-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
  }

  /* home 4 support block */
  .wdt-cus-counter-style-1 .wdt-content-item {
    border: 0;
  }

  /* navigation product slider */
  .wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    left: 3%;
    width: 90%;
  }

  /* h5-product-swiper */
  .wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    top: 0;
    width: 100%;
    justify-content: center;
  }

  .wdt-cus-h5-product-swiper.wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: relative;

  }

  .wdt-cus-h5-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin: 0 5px;

  }


}

/* -------------------------------------------------------------------------- */
/*                                   Mobile                                   */
/* -------------------------------------------------------------------------- */


@media only screen and (min-width:320px) and (max-width:479px) {
  .elementor-image-gallery .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}

@media only screen and (max-width:479px) {
  .woocommerce div.product .wdt-cus-sku-and-stock .summary.wdt-product-summary>div.product_meta_wrapper {
    border-right: 0px;
  }

  .woocommerce .wdt-cus-sku-and-stock div.summary {
    flex-direction: column;
  }

  .woocommerce div.product .wdt-cus-add-cart-wishlist .summary.wdt-product-summary>div:last-child {
    width: 100%;
    position: relative;
    left: 0;
  }

  /* mailchimp home1 */
  .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
    grid-column: span 2;
  }

  .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    grid-area: unset;
    margin-top: 20px !important;
  }

  .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
    grid-template-columns: 1fr;
  }


  /* countdown */
  .wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
    margin: 0 clamp(0.625rem, -0.6329rem + 6.2893vw, 1.25rem);
    /*mx-20 mn-10*/
  }

  .wdt-cus-deal-counter-1 .wdt-counter-wrapper .wdt-counter-number {
    margin-bottom: 5px;
    font-size: clamp(1.25rem, 0.6211rem + 3.1447vw, 1.5625rem);
    /*mx-25 mn-20*/
  }

  .wdt-cus-deal-counter-1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
    font-size: clamp(0.75rem, 0.4984rem + 1.2579vw, 0.875rem);
    /*mx-14 mn-12*/
  }

  /* home 2 support block */
  .wdt-cus-support-iconBox .wdt-content-item {
    flex-direction: column;
  }

  .wdt-cus-support-iconBox .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span {
    margin-bottom: 20px;
    margin-right: 0;
  }

  /* home 3 slider */
  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before,
  .wdt-cus-home3-advanced-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 40px;
  }

  /* Product with slider */
  .wdt-cus-product-swiper .woocommerce ul.products[class*="product-thumb-iconsgroup-position"] li.product .product-thumb .product-buttons-wrapper.product-icons {
    margin: 15px;
  }

  .wdt-cus-product-swiper .woocommerce ul.products[class*="product-thumb-iconsgroup-position"]:not(.product-thumb-bg-image) li.product .product-thumb-content {
    padding: 15px;
  }

  .wdt-cus-product-swiper .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a,
  .wdt-cus-product-swiper .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .wdt-cus-product-swiper .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    font-size: var(--wdtFontSize_H5);
  }

  /* Home 4 product slider */
  .wdt-cus-temp-imgBox .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), transparent 80%);
  }

  /* navigation product slider */
  .wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: relative;
    width: max-content;
    margin: auto;
  }

  .wdt-cus-product-swiper.wdt-cus-product-swiper-left .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin: 0 5px;
  }

  /* blog footer section */
  .wdt-cus-blog-imageBox .wdt-content-item .wdt-content-media-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wdt-cus-blog-imageBox .wdt-content-item .wdt-content-image>a {
    width: 150px;
    margin-bottom: 20px;
  }

  .wdt-cus-blog-imageBox .wdt-column:first-child .wdt-content-item .wdt-content-image>a {
    right: 0px;
    top: -20px;
  }

  /* contact us form */
  .wdt-cus-contact-form .wpcf7-form .footer-group {
    justify-content: start;
    align-items: start;
  }

  /* contact iconbox */
  .wdt-cus-support-iconBox-2 .wdt-advanced-slider-block {
    align-items: center;
    justify-content: center;
  }

  /* contact us icon box */
  .wdt-cus-support-iconBox-2 .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a {
    text-align: center;
  }

  .wdt-cus-product-lists .woocommerce ul.products[class*="column-"]:not(.products-apply-isotope, .swiper-wrapper) {
    grid-template-columns: 1fr;
  }
}