@charset "UTF-8";
/* CSS Document */

:root { --wdtPrimaryColor:#5a90b6;--wdtPrimaryColorRgb:107,92,76;--wdtSecondaryColor:#b6a475;--wdtSecondaryColorRgb:182,164,117;--wdtTertiaryColor:#f2ede9;--wdtTertiaryColorRgb:242,237,233;--wdtBodyBGColor:#ffffff;--wdtBodyBGColorRgb:255,255,255;--wdtBodyTxtColor:#5a90b6;--wdtBodyTxtColorRgb:107,92,76;--wdtHeadAltColor:#5a90b6;--wdtHeadAltColorRgb:107,92,76;--wdtLinkColor:#5a90b6;--wdtLinkColorRgb:107,92,76;--wdtLinkHoverColor:#f4b7ad;--wdtLinkHoverColorRgb:182,164,117;--wdtBorderColor:#d9d9d9;--wdtBorderColorRgb:217,217,217;--wdtAccentTxtColor:#ffffff;--wdtAccentTxtColorRgb:255,255,255;--wdtFontTypo_Base: 'Lato', sans-serif;--wdtFontWeight_Base: 400;--wdtFontSize_Base: 16px;--wdtLineHeight_Base: 1.8;--wdtFontTypo_Alt: 'Lato', sans-serif;--wdtFontWeight_Alt: 400;--wdtFontSize_Alt: 70px;--wdtLineHeight_Alt: 1.2;--wdtFontTypo_H1: 'Lato', sans-serif;--wdtFontWeight_H1: 400;--wdtFontSize_H1: 70px;--wdtLineHeight_H1: 1.2;--wdtFontTypo_H2: 'Lato', sans-serif;--wdtFontWeight_H2: 400;--wdtFontSize_H2: 50px;--wdtLineHeight_H2: 1.2;--wdtFontTypo_H3: 'Lato', sans-serif;--wdtFontWeight_H3: 400;--wdtFontSize_H3: 40px;--wdtLineHeight_H3: 1.2;--wdtFontTypo_H4: 'Lato', sans-serif;--wdtFontWeight_H4: 400;--wdtFontSize_H4: 30px;--wdtLineHeight_H4: 1.2;--wdtFontTypo_H5: 'Lato', sans-serif;--wdtFontWeight_H5: 400;--wdtFontSize_H5: 25px;--wdtLineHeight_H5: 1.2;--wdtFontTypo_H6: 'Lato', sans-serif;--wdtFontWeight_H6: 400;--wdtFontSize_H6: 20px;--wdtLineHeight_H6: 1.2;--wdtFontTypo_Ext: 'Lato', sans-serif;--wdtFontWeight_Ext: 700;--wdtFontSize_Ext: 14px;--wdtLineHeight_Ext: 1.3; --e-global-color-accent:#5a90b6; }

html {
  scroll-behavior: smooth;
}
.pagetop {
  display: block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px var(--e-global-color-accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid var(--e-global-color-accent);
  border-right: 2px solid var(--e-global-color-accent);
  transform: translateY(20%) rotate(-45deg);
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fs-12 {
  font-size: 12px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.max1280 {
  max-width: 1280px;
}
.maxcenter {
  margin-right: auto;
  margin-left: auto;
}
.list-shoplist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.list-shoplist li {
  display: flex;
  min-width: 296px;
  margin: 0 10px 20px;
  padding: 0;
  background-color: var(--e-global-color-84c1d97);
  background-image: url("../images/flower2.png");
  background-position: -57% 86%;
  background-size: 50%;
  background-repeat: no-repeat;
}
.list-shoplist li a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 18px 24px;
  display: flex;
  height: 80px;
  align-items: center;
}
.point-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 120px 30px 90px;
  max-width: 1260px;
  margin: auto;
}
.point-block1,
.point-block2 {
  width: 50%;
}
.point-block1 .wdt-heading-holder h4.wdt-heading-title-wrapper,
.point-block2 .wdt-heading-holder h4.wdt-heading-title-wrapper {
  margin-bottom: 60px;
}
.point-block1 .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title,
.point-block2 .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  letter-spacing: 3px;
  color: var(--e-global-color-accent);
}
.point-block1 p,
.point-block2 li span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.point-block1 p mark {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  background: linear-gradient(transparent 60%, #ffe562 60%);
  line-height: 1.4;
  color: var(--wdtHeadAltColor);
}
sup {
  font-size: 12px;
  position: relative;
  top: -0.75em;
  left: 2px;
  letter-spacing: 1px;
  margin-right: 4px;
}
.point-block2 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  padding-left: 0;
}
.point-block2 li {
  width: calc((100% / 3) - 16px);
  margin-right: 24px;
}
.point-block2 li:last-child {
  margin-right: 0;
}
.point-block2 li img {
  border-radius: 100%;
}
.point-block2 li span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}
.caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
.point-wrapper + .caption {
  padding: 0 30px;
  max-width: 1260px;
  margin: auto;
}
.elementor-section .elementor-container {
  height: 100%;
}
#kv-title {
  margin-right: 1.8478728%;
  margin-left: 44.7357112%;
}
#kv-title img {
  width: 100%;
}
#header {
  position: fixed;
  background-color: #9ed7f0;
  z-index: 1000;
  height: 88px;
}
.inner-wrapper {
  background-image: url("../images/back.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}
#main {
  padding: 88px 0 0;
}
.nolink {
  pointer-events: none;
}
.elementor-124 .elementor-element.elementor-element-cd2cdb6>.elementor-background-overlay,
.elementor-124 .elementor-element.elementor-element-81aa071 {
  background-color: transparent;
}
.elementor-124 .elementor-element.elementor-element-cd2cdb6 {
  padding: 0 0 150px;
}
.elementor-124 .elementor-element.elementor-element-2078623 {
  background-color: #eaf4f7;
  padding: 120px 0 50px;
}
.elementor-124 .elementor-element.elementor-element-b73960b {
  padding: 0 0 90px;
}
#title-recommend {
  position: absolute;
}
.icon-title {
  position: relative;
  display: inline-block;
  padding: 0 124px 0 150px;
}
.icon-title::before {
  content: "";
  background-image: url("../images/icon-title-l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 128px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -55px;
}
.icon-title::after {
  content: "";
  background-image: url("../images/icon-title-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 92px;
  height: 83px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26px;
}
.wdt-shop-menu-cart-number {
  background-color: transparent !important;
}
.wdt-header-icons-list-item div[class*="menu-icon"] i {
  color: #fff !important;
}
.wdt-shop-menu-cart-content {
  font-family: "Lato", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
.lead-type1 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 20px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
#producer {
  padding-top: 150px;
}
#special,
#banner {
  padding-top: 157px;
}
.youtube {
  width: 100%;
  aspect-ratio: 626 / 1113;
  max-width: 626px;
  margin: 60px auto 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.element100 {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.announcement-type1 {
  text-align: center;
  margin: 70px 0 160px;
  font-size: 2.45vw;
  font-weight: bold;
}
.announcement-type1 b {
  color: #ff007f;
}
.announcement-type1 span {
  font-size: 70%;
  font-weight: normal;
}
.signature {
  background-image: url("../images/signature.svg");
  background-repeat: no-repeat;
  background-size: 191px 150px;
  background-position: right bottom;
  padding-bottom: 70px;
}
.pc2 {
  display: none;
}

@media(max-width: 1199px) {
  
  .pc2 {
    display: block;
  }
}

#products > .elementor-container,
#special > .elementor-container,
#producer > .elementor-container,
#footer .elementor-element-8e78095 {
  background-repeat: no-repeat;
  background-size: calc(100% - 120px);
  background-position: center 0;
}
#products > .elementor-container { background-image: url("../images/bkg-title_01.png"); }
#special > .elementor-container { background-image: url("../images/bkg-title_02.png"); }
#producer > .elementor-container { background-image: url("../images/bkg-title_03.png"); }
#footer .elementor-element-8e78095 { background-image: url("../images/bkg-ft.png"); }


@media(max-width: 1024px) {
  
  .list-shoplist {
    justify-content: flex-start;
  }
  .list-shoplist li {
    font-size: 14px;
    min-width: calc((100% / 3) - 20px);
  }
  .point-wrapper {
    display: block;
    text-align: center;
  }
  .point-block1,
  .point-block2 {
    width: 100%;
  }
  .point-block1 {
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .point-block2 {
    margin-top: 90px;
  }
  .elementor-124 .elementor-element.elementor-element-2078623 {
    padding: 120px 0 100px;
  }
  .signature {
    background-repeat: no-repeat;
    background-size: 127px 100px;
    padding-bottom: 20px;
  }
}


@media(max-width: 767px) {
  
  .list-shoplist li {
    min-width: calc(50% - 5px);
    font-size: 12px;
    margin-bottom: 10px;
  }
  .list-shoplist li:nth-child(odd) {
    margin-right: 5px;
    margin-left: 0;
  }
  .list-shoplist li:nth-child(even) {
    margin-right: 0;
    margin-left: 5px;
  }
  .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 26px;
  }
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
  .point-wrapper {
    padding: 120px 20px 90px;
  }
  .point-block2 ul {
    display: block;
  }
  .point-block2 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .point-block2 li:last-child {
    margin-bottom: 0;
  }
  .point-block2 li span {
    font-size: 16px;
  }
  .point-block2 li span br {
    display: none;
  }
  .point-wrapper + .caption {
    padding: 0 20px;
    text-align: left;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wdt-custom-title-with-images.elementor-element.elementor-widget.elementor-widget-heading .elementor-heading-title {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .lead-type1.aligncenter {
    font-size: 15px;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: left;
  }
  #products .elementor-container.elementor-column-gap-no,
  #recommend .elementor-container.elementor-column-gap-no,
  #special .elementor-container.elementor-column-gap-no,
  #banner .elementor-container.elementor-column-gap-no,
  #producer .elementor-container.elementor-column-gap-no {
    padding: 0 10px;
  }
  #recommend .elementor-container.elementor-column-gap-no,
  #recommend .elementor-element.elementor-element-feb4310>.elementor-widget-container {
    padding: 0;
  }
  #recommend .elementor-widget:not(:last-child) {
    margin-block-end: 0;
  }
  
  #title-recommend {
    position: static;
  }
  .icon-title {
    padding: 0 62px 0 75px;
  }
  .icon-title::before {
    width: 64px;
    height: calc(111px / 2);
    margin-top: -27px;
  }
  .icon-title::after {
    width: 46px;
    height: calc(83px / 2);
    margin-top: -13px;
  }
  #recommend {
    padding: 0;
  }
  #kv {
    position: absolute;
    top: 50px;
    right: -14px;
    height: auto;
  }
  .elementor-124 .elementor-element.elementor-element-2078623 {
    padding: 50px 0 0;
  }
  .elementor-124 .elementor-element.elementor-element-cd2cdb6 {
    padding: 0 0 90px;
  }
  #producer {
    padding-top: 0;
  }
  #special,
  #banner {
    padding-top: 50px;
  }
  .announcement-type1 {
    font-size: 4.5vw;
    line-height: 1.45;
  }
  .pc2 {
    display: none;
  }
  .pc3 {
    display: block;
  }
  .signature {
    background-size: 95px 75px;
    padding-bottom: 80px;
  }
  .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons {
    right: 20px !important;
    top: 20px !important;
  }
  #products > .elementor-container,
  #special > .elementor-container,
  #producer > .elementor-container,
  #footer .elementor-element-8e78095 {
    background-size: calc(100% - 40px);
  }
}


@media(max-width: 479px) {
  
  .list-shoplist li {
    background-position: -60% 148%;
  }
  .pagetop {
    border: solid 1px var(--e-global-color-accent);
    height: 36px;
    width: 36px;
    right: 15px;
    bottom: 15px;
  }
  .pagetop__arrow {
    height: 8px;
    width: 8px;
    border-top: 1px solid var(--e-global-color-accent);
    border-right: 1px solid var(--e-global-color-accent);
  }
  .point-block1 p {
    font-size: 14px;
  }
  .wdt-custom-interactive-home1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .number {
    padding-right: 15px;
    padding-top: 1px;
  }
  .wdt-custom-interactive-home1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list a {
    padding: 20px 15px 20px 20px;
  }
  .wdt-custom-interactive-home1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-description {
    line-height: 1.6;
  }
  .elementor-118 .elementor-element.elementor-element-a437c80 {
    padding: 19px 17px 10px 17px !important;
  }
  #products > .elementor-container,
  #special > .elementor-container,
  #producer > .elementor-container,
  #footer .elementor-element-8e78095 {
      background-size: calc(100% + 35px);
  }
  
}


/*--------------------------------------------------------------*/
	/* #slider
/*--------------------------------------------------------------*/

.elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
  background-image: url("../images/kv-25120201.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-379 .elementor-element.elementor-element-00e938a {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   height: 52.8vw;
}

.elementor-379 .elementor-element.elementor-element-39bff57>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-bc-flex-widget .elementor-379 .elementor-element.elementor-element-aea0895.elementor-column .elementor-widget-wrap {
  align-items: center;
}
/* 高さ調整
.elementor-379 .elementor-element.elementor-element-aea0895.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
*/

.elementor-379 .elementor-element.elementor-element-aea0895>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-379 .elementor-element.elementor-element-aea0895>.elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-379 .elementor-element.elementor-element-f1d188c {
  padding: 0 0px 0px 100px;
}

.elementor-379 .elementor-element.elementor-element-5217ec1>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-379 .elementor-element.elementor-element-f618f0a {
  width: auto;
  max-width: auto;
  top: 0px;
}

body:not(.rtl) .elementor-379 .elementor-element.elementor-element-f618f0a {
  top: -54px;
  left: -74px;
}

body.rtl .elementor-379 .elementor-element.elementor-element-f618f0a {
  right: 80px;
}

.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder,
.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator,
.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder>.wdt-heading-title-wrapper .wdt-heading-title,
.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder>.wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
  text-align: start;
  justify-content: start;
  justify-items: start;
}

.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  align-items: center;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 90px;
  color: #fff;
}

.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  align-items: center;
}

.elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-subtitle-wrapper {
  color: #fff;
}

.elementor-379 .elementor-element.elementor-element-548547c .elementor-widget-container {
  text-align: start;
  justify-content: start;
  justify-items: start;
  color: #fff;
}

.elementor-379 .elementor-element.elementor-element-548547c .wdt-button-holder .wdt-button {
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-379 .elementor-element.elementor-element-548547c>.elementor-widget-container {
  font-weight: bold;
  font-size: 1.2vw;
  letter-spacing: 2px;
}

.elementor-379 .elementor-element.elementor-element-76426ac>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-379 .elementor-element.elementor-element-76426ac {
  padding: 150px 0px 90px 100px;
}

.elementor-379 .elementor-element.elementor-element-f42565a>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-379 .elementor-element.elementor-element-9172302 {
  text-align: left;
}

.elementor-379 .elementor-element.elementor-element-9172302 img {
  max-width: 210px;
}

.elementor-379 .elementor-element.elementor-element-acb4079>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item {
  text-align: start;
  justify-content: start;
  justify-items: start;
}

.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-title h5 {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-title h5,
.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-title h5>a {
  color: var(--e-global-color-5d19b49);
}

.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-description {
  color: var(--e-global-color-accent);
}

.elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-separator.separator-1 span {
  width: 100%;
  height: 1px;
  background-color: #663130;
}

.elementor-379 .elementor-element.elementor-element-2b55a82>.elementor-widget-container {
  padding: 0px 0px 30px 0px;
}

.elementor-379 .elementor-element.elementor-element-2b55a82 {
  width: var(--container-widget-width, 35%);
  max-width: 35%;
  --container-widget-width: 35%;
  --container-widget-flex-grow: 0;
}

.elementor-379 .elementor-element.elementor-element-5c9929b {
  width: auto;
  max-width: auto;
  top: -50%;
}

body:not(.rtl) .elementor-379 .elementor-element.elementor-element-5c9929b {
  right: 80px;
}

body.rtl .elementor-379 .elementor-element.elementor-element-5c9929b {
  left: 80px;
}

.elementor-379 .elementor-element.elementor-element-dd2b415 {
  text-align: left;
}

.elementor-bc-flex-widget .elementor-379 .elementor-element.elementor-element-58e37db.elementor-column .elementor-widget-wrap {
  align-items: flex-end;
}

.elementor-379 .elementor-element.elementor-element-58e37db.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}

.elementor-379 .elementor-element.elementor-element-58e37db.elementor-column>.elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-379 .elementor-element.elementor-element-58e37db>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-379 .elementor-element.elementor-element-58e37db>.elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-element-273b493 {
  letter-spacing: 2.8px;
}
.wrapper-shoplist {
  display: flex;
}
.wrapper-shoplist .elementor-icon {
  width: 64px;
}
#wdt-heading-bff87a8,
#wdt-button-2765eea {
  margin-left: 65px;
}
#footer .elementor-section .elementor-container {
  justify-content: center;
}
.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-item:not(:last-child):after {
  border-color: #4b9fd8 !important;
}
@media(min-width:768px) {
  .wdt-custom-image-carousel-style .wdt-image-box-wrapper > div:nth-child(even) .wdt-content-item .wdt-content-media-group .wdt-content-elements-group > .wdt-content-image-wrapper {
    height: calc(100% - 40px);
  }
}
@media(max-width:1540px) {
  .elementor-379 .elementor-element.elementor-element-3a3cf80>.elementor-container {
    min-height: 100%;
  }
  .elementor-379 .elementor-element.elementor-element-f1d188c {
    padding: 0;
  }

  .elementor-379 .elementor-element.elementor-element-f618f0a img {
    max-width: 150px;
  }

  .elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 70px;
  }

  .elementor-379 .elementor-element.elementor-element-76426ac {
    padding: 70px 0px 50px 50px;
  }

  .elementor-379 .elementor-element.elementor-element-9172302 img {
    max-width: 180px;
  }

  .elementor-379 .elementor-element.elementor-element-acb4079>.elementor-element-populated {
    padding: 0px 0px 0px 50px;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 {
    width: var(--container-widget-width, 50%);
    max-width: 50%;
    --container-widget-width: 50%;
    --container-widget-flex-grow: 0;
  }

  .elementor-379 .elementor-element.elementor-element-5c9929b img {
    max-width: 120px;
  }

  body:not(.rtl) .elementor-379 .elementor-element.elementor-element-5c9929b {
    right: 20px;
  }

  body.rtl .elementor-379 .elementor-element.elementor-element-5c9929b {
    left: 20px;
  }
  body:not(.rtl) .elementor-379 .elementor-element.elementor-element-f618f0a {
    top: -26px;
    left: 0;
  }
}

.elementor-widget-wrap {
  align-content: center;
}

@media(max-width:1280px) {
  
  .elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
    background-position: left 0;
  }

  .elementor-379 .elementor-element.elementor-element-3a3cf80>.elementor-container {
    min-height: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-f1d188c {
    padding: 0;
  }

  .elementor-379 .elementor-element.elementor-element-f618f0a img {
    max-width: 100px;
  }

  .elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 50px;
  }

  .elementor-379 .elementor-element.elementor-element-4071b5c>.elementor-widget-container {
    padding: 0px 0px 0px 30px;
  }

  .elementor-379 .elementor-element.elementor-element-548547c>.elementor-widget-container {
    font-size: 1em;
    padding: 30px 0 0 30px;
  }

  .elementor-379 .elementor-element.elementor-element-76426ac {
    padding: 70px 20px 50px 30px;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 {
    width: 100%;
    max-width: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-5c9929b img {
    max-width: 100px;
  }
  body:not(.rtl) .elementor-379 .elementor-element.elementor-element-f618f0a {
    top: -8px;
  }
}

@media(max-width:1024px) {

  .elementor-379 .elementor-element.elementor-element-3a3cf80>.elementor-container {
    min-height: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-aea0895>.elementor-element-populated {
    padding: 0 50px;
  }

  .elementor-379 .elementor-element.elementor-element-f1d188c {
    padding: 0px 0px 0px 0px;
  }

  body.rtl .elementor-379 .elementor-element.elementor-element-f618f0a {
    right: 0px;
  }

  .elementor-379 .elementor-element.elementor-element-4071b5c>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 {
    width: var(--container-widget-width, 55%);
    max-width: 55%;
    --container-widget-width: 55%;
    --container-widget-flex-grow: 0;
  }

  .elementor-379 .elementor-element.elementor-element-58e37db>.elementor-element-populated {
    padding: 50px 0px 0px 0px;
  }
  .elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 38px;
  }
  .elementor-379 .elementor-element.elementor-element-76426ac {
    padding: 30px 0px 0px 0px;
  }
  
  /*
  .elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
    background-position: 95%;
  }
  */
  
  /*
  .elementor-379 .elementor-element.elementor-element-5217ec1>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    position: absolute;
    bottom: 0;
  }
  */
  .elementor-379 .elementor-element.elementor-element-9172302 img {
    max-width: 140px;
  }
  body:not(.rtl) .elementor-379 .elementor-element.elementor-element-f618f0a {
    left: -30px;
    top: auto;
    bottom: -30px;
  }
  /*
  .elementor-379 .elementor-element.elementor-element-548547c>.elementor-widget-container {
    padding: 0;
    webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
  }
  */
  .elementor-379 .elementor-element.elementor-element-548547c>.elementor-widget-container {
    padding: 30px 0 0 0;
  }
}

@media(max-width:767px) {
  
  .elementor-379 .elementor-element.elementor-element-3a3cf80>.elementor-container {
    height: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-5217ec1.elementor-column>.elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-379 .elementor-element.elementor-element-f42565a.elementor-column>.elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-379 .elementor-element.elementor-element-9172302 img {
    max-width: 120px;
  }

  .elementor-379 .elementor-element.elementor-element-acb4079.elementor-column>.elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item .wdt-content-title h5 {
    font-size: 30px;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 {
    width: 100%;
    max-width: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-dd2b415 img {
    max-width: 150px;
  }

  .elementor-379 .elementor-element.elementor-element-58e37db.elementor-column>.elementor-widget-wrap {
    justify-content: center;
  }
  /*
  .elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
    background-position: 91%;
    transform: translateY(20%) scale(1.4);
  }
  */
  .elementor-379 .elementor-element.elementor-element-00e938a {
    height: 100%;
    /*
    padding-top: calc(((732 / 414) * 100%));
    */
    padding-top: 100%;
  }
  .elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
    background-image: url("../images/kv-25120201_sp.jpg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #kv-title {
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
  #kv-title img {
    width: 50%;
  }
  /*
  .elementor-124 .elementor-element.elementor-element-fddc862 {
    width: 100% !important;
    max-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 0;
  }
  .wdt-custom-image-carousel-style .wdt-image-box-container {
      transform: scale(1.1) !important;
  }
  */
  
}

@media (max-width: 1024px) {
  .elementor-379 .elementor-element.elementor-element-f1d188c {
    display: none;
  }
}

@media(max-width:479px) {

  .elementor-379 .elementor-element.elementor-element-4071b5c .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 20px;
  }
    .elementor-379 .elementor-element.elementor-element-76426ac {
      padding: 10px 0px 0px 0px;
  }
  .elementor-379 .elementor-element.elementor-element-548547c .elementor-widget-container {
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .elementor-379 .elementor-element.elementor-element-acb4079>.elementor-element-populated {
    padding: 20px 0px 0px 0px;
  }

  .elementor-379 .elementor-element.elementor-element-2b55a82 .wdt-content-item {
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .elementor-379 .elementor-element.elementor-element-5c9929b img {
    max-width: 80px;
  }

  .elementor-379 .elementor-element.elementor-element-dd2b415 {
    text-align: center;
  }
  /*
  .elementor-379 .elementor-element.elementor-element-00e938a>.elementor-background-overlay {
    background-position: 86%;
  }
  */
  .elementor-379 .elementor-element.elementor-element-9172302 img {
    max-width: 100px;
  }
  .wrapper-shoplist .elementor-icon {
   padding-top: 5px;
  }
}

@media(min-width:480px) {
  .elementor-379 .elementor-element.elementor-element-aea0895 {
    width: 55%;
  }

  .elementor-379 .elementor-element.elementor-element-f42565a {
    width: 30%;
  }

  .elementor-379 .elementor-element.elementor-element-acb4079 {
    width: 70%;
  }

  .elementor-379 .elementor-element.elementor-element-58e37db {
    width: 45%;
  }
}

@media(max-width:1024px) and (min-width:480px) {
  .elementor-379 .elementor-element.elementor-element-aea0895 {
    width: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-58e37db {
    width: 100%;
  }
}

@media(max-width:767px) and (min-width:480px) {
  .elementor-379 .elementor-element.elementor-element-aea0895 {
    width: 100%;
  }

  .elementor-379 .elementor-element.elementor-element-58e37db {
    width: 100%;
  }
  
}


/*--------------------------------------------------------------*/
	/* #region - Product Listing */
/*--------------------------------------------------------------*/

.woocommerce .woocommerce-result-count { float: left; }
.woocommerce .woocommerce-ordering { float: right; }

.woocommerce ul.products { clear: both; margin: 0; padding: 0; }

.woocommerce ul.products:after, .woocommerce ul.products:before,
.woocommerce-page ul.products:after, .woocommerce-page ul.products:before { content: none; }

.woocommerce ul.products li.product { margin: 0; padding: 0; }
.woocommerce ul.products li.product, .woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*="columns-"] li.product { margin: 0; width: 100%; }

/* .woocommerce ul.products:not(.swiper-wrapper) li.product, .woocommerce ul.products[class*="columns-"]:not(.swiper-wrapper) li.product,
.woocommerce-page ul.products:not(.swiper-wrapper) li.product, .woocommerce-page ul.products[class*="columns-"]:not(.swiper-wrapper) li.product { display: inline; float: none; } */

.woocommerce ul.products li.first, .woocommerce ul.products li.first .column { clear: both; }
.woocommerce ul.products li.first .column { margin-left: 0; }

.woocommerce ul.products:not(.swiper-wrapper) { display: block; float: none; margin: 0 -15px; width: auto; }
.woocommerce ul.products:not(.swiper-wrapper) li.product { display: inline; /*float: none; width: auto;*/ }
/*.woocommerce ul.products:not(.swiper-wrapper) li.product,
.woocommerce ul.products:not(.swiper-wrapper) li.product.first { clear: none; }*/

.woocommerce ul.products.product-loader .wdt-col { -webkit-transition: var(--wdtBaseTransition); -moz-transition: var(--wdtBaseTransition); -ms-transition: var(--wdtBaseTransition); -o-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }

.woocommerce ul.products li.product.isotope-grid-sizer .wdt-col { min-height: 0; }

.woocommerce ul.products li.product.isotope-grid-sizer .wdt-col:empty { padding: 0; }

.woocommerce ul.products li.product .product-wrapper { display: inline-block; float: left; margin: 0 0 35px; width: 100%; }

.page-template-tpl-fullwidth-php .woocommerce ul.products { overflow: hidden; padding-bottom: 80px; }

.woocommerce ul.products li.product .product-wrapper, .woocommerce ul.products li.product .product-wrapper:before,
.woocommerce ul.products li.product .product-thumb, .woocommerce ul.products li.product .product-thumb .image, .woocommerce ul.products li.product .product-thumb .image .product-thumb-overlay, .woocommerce ul.products li.product .product-thumb .image img, .woocommerce ul.products li.product .product-thumb a.image > div[class*="image"] img { -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }

/* WooCommerce Default - Product Listing */
/* .woocommerce ul.products { background-color: #f2f2f2; margin-left: -15px; margin-right: -15px; }
.woocommerce ul.products:not([style*="height"]) li.product { display: inline; float: none; margin: 0; width: 100%; }
.woocommerce ul.products:not([style*="height"]) li.product .product-wrapper { margin: 0 0 35px; }
.woocommerce ul.products:not([style*="height"]) li.product.isotope-grid-sizer, .woocommerce ul.products:not([style*="height"]) li.product.isotope-grid-sizer .wdt-col { display: none; }

.woocommerce ul.products:not([style*="height"]) li.product.product-category .product-details mark.count { background: none; font-style: normal; } */


/* Product Listing - Thumb */
.woocommerce ul.products li.product .product-thumb, .woocommerce ul.products li.product .product-thumb .image, .woocommerce ul.products li.product .product-thumb .image .product-thumb-overlay, .woocommerce ul.products li.product .product-thumb .image img { float: left; line-height: 0; margin: 0; width: 100%; }

.woocommerce ul.products li.product .product-thumb { position: relative; overflow:hidden; background: var(--wdtTertiaryColor); }
.woocommerce ul.products li.product .product-thumb .image { display: block; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }

.woocommerce ul.products li.product .product-thumb .image .product-thumb-overlay { height: 100%; position: relative; z-index: -1; background: var(--wdtTertiaryColor); }

.woocommerce ul.products.product-thumb-bg-image li.product .product-thumb .image .primary-image,
.woocommerce ul.products.product-thumb-bg-image li.product .product-thumb .image .secondary-image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 100%; width: 100%; }

.woocommerce ul.products li.product .product-thumb .image,
.woocommerce ul.products li.product .product-thumb .image .primary-image,
.woocommerce ul.products li.product .product-thumb .image .secondary-image { height: auto; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; }

.woocommerce ul.products li.product .product-thumb a.image:focus > div[class*="image"] { outline: none; outline-offset: 0; }

.woocommerce ul.products[class*="product-overlay-"] li.product .product-thumb .image .product-thumb-overlay { display: block; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; }

.woocommerce ul.products[class*="product-overlay-"] li.product:hover .product-thumb .image .product-thumb-overlay { opacity: 1; }

.woocommerce ul.products li.product .product-thumb .image .primary-image { margin: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.woocommerce ul.products li.product .product-thumb .product-thumb-content > * { line-height: normal; position: relative; z-index: 1; }

.woocommerce ul.products li.product-category .product-thumb .image,
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image,
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > .primary-image { position: relative; width: 100%; }

.woocommerce ul.products li.product-category .product-thumb:before, .woocommerce ul.products li.product-category .product-thumb:after,
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb:before,
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb:after { content: none; }

.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"],
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img { width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img { position: relative;}


/* Product Listing - Buttons */
.woocommerce ul.products li.product .product-buttons-wrapper { display: inline-block; margin: auto; z-index: 1; }
.woocommerce ul.products li.product .product-buttons-wrapper .wc_inline_buttons { display: inline-block;  }

.woocommerce ul.products li.product a.add_to_cart_button.added, .woocommerce ul.products li.product .product-thumb .yith-wcwl-add-button.hide a, .woocommerce ul.products li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .woocommerce ul.products li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback { display: none !important; }


/* Product Listing - Content */
.woocommerce ul.products li.product .product-details { display: block; float: left; padding: 0; position: relative; text-align: center; width: 100%; }

.woocommerce ul.products li.product .product-thumb-content { display: block; padding: 0; width: 100%; }
.woocommerce ul.products[class*="product-thumb-iconsgroup-position"]:not(.product-thumb-bg-image) li.product .product-thumb-content { padding: 0; }

.woocommerce ul.products li.product .product-thumb-content > div,
.woocommerce ul.products li.product .product-details > div { clear: both; display: inline-block; float: left; margin: 0; width: 100%; }

.woocommerce ul.products li.product .product-details > .woocommerce.tinv-wishlist { display: none; }

.woocommerce ul.products li.product .selection-box:after { border-width: 0; }


/* Transitions */
.woocommerce ul.products li.product .product-wrapper,
.woocommerce ul.products li.product a img, .woocommerce ul.products li.product .product-details,
.woocommerce ul.products li.product .product-thumb, .woocommerce ul.products li.product .product-thumb-content,
.woocommerce ul.products li.product .product-thumb .image div[class*="image"],
.woocommerce ul.products li.product .product-thumb .image div[class*="image"] img,
.woocommerce ul.products li.product .product-thumb .image .product-thumb-overlay,
.woocommerce ul.products[class*="product-hover-"] li.product .product-wrapper:before,
.woocommerce ul.products[class*="product-hover-thumb"] li.product .product-thumb .image:before { -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }


/*----*****---- << Product Listing Options >> ----*****----*/

/* Product Listing - Thumb Content Alignment */
.woocommerce ul.products li.product .product-thumb-content { text-align: center; }

.woocommerce ul.products li.product .product-thumb:before, .woocommerce ul.products li.product .product-thumb:after { content: ""; display: block; }

.woocommerce ul.products li.product .product-thumb:before { padding-top: 50% }
.woocommerce ul.products li.product .product-thumb:after { padding-bottom: 100% }


/* Product Listing - IconGroup Position */
.woocommerce ul.products:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons { position: static; text-align: inherit; }


/* Product Listing - Content Alignment */
.woocommerce ul.products.product-content-alignment-center li.product .product-details { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }


/* Product Listing - Overall Hover Effects */
.woocommerce ul.products[class*="product-hover-"] li.product .product-wrapper { position: relative; }

.woocommerce ul.products[class*="product-hover-"] li.product .product-wrapper:before,
.woocommerce ul.products[class*="product-hover-thumb"] li.product .product-thumb .image:before { content: ""; position: absolute; pointer-events: none; }

.woocommerce ul.products[class*="product-hover-thumb"] li.product .product-wrapper:before { content: none; }


/* Product Listing - Image Hover Effects */
.woocommerce ul.products li:not(.product-with-secondary-image):hover .product-thumb .image .primary-image { -webkit-transform: none; transform: none; }


/* #endregion  - Product Listing */


/*--------------------------------------------------------------*/
/* #region - Product - Labels */
/*--------------------------------------------------------------*/

.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .out-of-stock, .woocommerce ul.products li.product .product-labels > span { display: inline-block; font-size: calc(var(--wdtFontSize_Ext) - 2px); font-weight: normal; letter-spacing: calc(var(--wdtLetterSpacing_1X) - 1px); margin: 0; padding: 0; position: relative; left: auto; top: auto; text-align: center; text-transform: uppercase; }

.woocommerce.single-product div.product .onsale, .woocommerce.single-product div.product .out-of-stock { font-weight: normal; }

.woocommerce ul.products li.product .out-of-stock { font-size: 9px; }
.woocommerce ul.products li.product .product-labels .new { background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); }
.woocommerce ul.products li.product .product-labels span span { display: inline-block; width: 100%; }

.woocommerce ul.products li.product .product-labels { position: absolute; right: auto; top: 0; text-align: right; z-index: 2; }


/* Featured */
.woocommerce ul.products li.product .featured-tag { height: 25px; line-height: 25px; position: absolute; left: 0; top: 10px; z-index: 9; }

.woocommerce.single-product .images .featured-tag, .wdt-product-image-gallery-container .featured-tag { height: 25px; line-height: 25px; position: absolute; right: 0; top: 0; z-index: 9; }

.woocommerce ul.products li.product .featured-tag i,
.woocommerce.single-product .images .featured-tag i, .wdt-product-image-gallery-container .featured-tag i { font-size: 12px; line-height: inherit; position: absolute; right: 0; text-align: center; width: 100%; }

.woocommerce ul.products li.product .featured-tag > div,
.woocommerce.single-product .images .featured-tag > div, .wdt-product-image-gallery-container .featured-tag > div { height: 100%; line-height: inherit; position: relative; width: 25px; z-index: 99; -webkit-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; }

.woocommerce ul.products li.product .featured-tag span,
.woocommerce.single-product .images .featured-tag span, .wdt-product-image-gallery-container .featured-tag span { display: none; float: left; font-weight: 400; overflow: hidden; padding-right: 20px; width: 3em; -webkit-transition-delay: 0s, 0s, 0s; transition-delay: 0s, 0s, 0s; -webkit-transition-duration: 0.3s, 0.25s, 0.25s; transition-duration: 0.3s, 0.25s, 0.25s; -webkit-transition-property: opacity, padding, width; transition-property: opacity, padding, width; -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.woocommerce ul.products li.product:hover .featured-tag > div span,
.woocommerce.single-product .images .featured-tag > div span, .wdt-product-image-gallery-container .featured-tag > div span { padding-left: 10px; width: 100%; }

.woocommerce ul.products li.product .featured-tag:after,
.woocommerce.single-product .images .featured-tag:after, .wdt-product-image-gallery-container .featured-tag:after { background-color: transparent; border-style: solid; border-width: 12px; content: ""; position: absolute; bottom: 0; right: -15px; top: 0; z-index: 9; }

.woocommerce.single-product .images .featured-tag:after, .wdt-product-image-gallery-container .featured-tag:after { left: -15px; right: auto; }

.woocommerce ul.products li.product .featured-tag span { opacity: 0; filter: alpha(opacity=0); }
.woocommerce ul.products li.product:hover .featured-tag > div span { opacity: 1; filter: alpha(opacity=100); }

/* #endregion - Product - Labels */


/*--------------------------------------------------------------*/
/* #region - Product - Rating */
/*--------------------------------------------------------------*/

.woocommerce .star-rating, .woocommerce ul.products li.product .star-rating { font-size: var(--wdtFontSize_Base); text-indent: -9999px; width: 5em; }
.woocommerce .star-rating span, .woocommerce ul.products li.product .star-rating span { height: 100%; padding-top: 0; }

.woocommerce .star-rating:before, .woocommerce .star-rating span:before { font-family: "WooCommerce"; letter-spacing: 0; text-align: left; text-indent: 0; }
.woocommerce .star-rating:before { content: "\e021\e021\e021\e021\e021"; }
.woocommerce .star-rating > span:before { content: "\e020\e020\e020\e020\e020"; }

.woocommerce .star-rating:before, .woocommerce ul.products li.product .star-rating:before { color: rgba(var(--wdtHeadAltColorRgb),0.25); }
.woocommerce .star-rating > span:before, .woocommerce ul.products li.product .star-rating > span:before { color: var(--wdtPrimaryColor); }

/* #endregion - Product - Rating */


/*--------------------------------------------------------------*/
/* #region - Product - Swatches */
/*--------------------------------------------------------------*/

/* .zoo-cw-variations .zoo-cw-group-attribute { width: auto; }
.zoo-cw-wrap-shop .zoo-cw-group-attribute { margin-bottom: 8px; }
.zoo-cw-wrap-shop .zoo-cw-group-attribute:last-child { margin-bottom: 0; }

.zoo-cw-group-attribute .zoo-cw-attribute-option { display: inline-block; float: none; margin: 3px; }
.zoo-cw-group-attribute .zoo-cw-attribute-option .zoo-cw-attr-item { border-width: 0 !important; overflow: visible; padding: 0; position: relative; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.35); }
.zoo-cw-wrap-shop .zoo-cw-group-attribute[data-attribute-display-type] .selection-box { display: inline-block; width: auto; }
.zoo-cw-wrap-shop .zoo-cw-group-attribute[data-attribute-display-type] .select2 { max-width: 100%; }

.zoo-cw-active select:not(.zoo-cw-attribute-select), .zoo-cw-active select:not(.zoo-cw-attribute-select) + .select2,
.variations_form:not(.no-cw-data) .zoo-cw-group-attribute select:not(.zoo-cw-attribute-select),
.variations_form:not(.no-cw-data) .zoo-cw-group-attribute select:not(.zoo-cw-attribute-select) + select { display: none !important; }

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-span,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover .variable-item-span,

.zoo-cw-group-attribute .zoo-cw-attribute-option:hover .zoo-cw-attr-item,
.zoo-cw-group-attribute .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item { box-shadow: none !important; }

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span:after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-item:not(.radio-variable-item) img:before,

.zoo-cw-group-attribute .zoo-cw-attribute-option .zoo-cw-attr-item:after { background: none; content: ""; height: auto; opacity: 0; margin: -2px; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; -webkit-border-radius: inherit; border-radius: inherit; box-shadow: 0 0 3px 1px rgba(0,0,0,0.5); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span::after,
.zoo-cw-group-attribute .zoo-cw-attribute-option .zoo-cw-attr-item:after { margin: -2px; }

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-span:after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span:after,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover .variable-item-span:after,

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-item:not(.radio-variable-item):hover img:before,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-item:not(.radio-variable-item).selected img:before,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-item:not(.radio-variable-item).selected:hover img:before,

.zoo-cw-group-attribute .zoo-cw-attribute-option:hover .zoo-cw-attr-item:after,
.zoo-cw-group-attribute .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }


.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item { z-index: 0; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item:after { margin: 0; z-index: -1; -webkit-box-shadow: none; box-shadow: none; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option:hover,
.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option.zoo-cw-active { box-shadow: none; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item,
.zoo-cw-group-attribute.attribute_pa_size .zoo-cw-attribute-option .zoo-cw-attr-item,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item { height: auto; line-height: normal; padding: 0; width: auto; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item.zoo-cw-option-display-shape-circle,
.zoo-cw-group-attribute.attribute_pa_size .zoo-cw-attribute-option .zoo-cw-attr-item.zoo-cw-option-display-shape-circle,
.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item.zoo-cw-option-display-shape-circle:after,
.zoo-cw-group-attribute.attribute_pa_size .zoo-cw-attribute-option .zoo-cw-attr-item.zoo-cw-option-display-shape-circle:after { border-radius: 10px;  }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item,
.zoo-cw-group-attribute.attribute_pa_size .zoo-cw-attribute-option .zoo-cw-attr-item,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span { font-size: 14px; padding: 2px 8px; -webkit-border-radius: 3px; border-radius: 3px; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option .zoo-cw-attr-item .zoo-cw-label-text,
.zoo-cw-group-attribute.attribute_pa_size .zoo-cw-attribute-option .zoo-cw-attr-item .zoo-cw-label-text { font-size: inherit; line-height: inherit; }

.zoo-cw-attribute-option .zoo-cw-attr-item:before,
.zoo-cw-attribute-option .zoo-cw-attr-item:hover:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before { background: none !important; color: red; content: "\2716" !important; height: 0; line-height: 0; margin: auto !important; position: absolute; bottom: 0; left: 0; right: 0; top: 0; text-align: center; width: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item:before,
.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item:hover:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item.zoo-cw-option-display-size-2:before,
.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item.zoo-cw-option-display-size-2:hover:before { font-size: 18px; }

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option:hover .zoo-cw-attr-item .zoo-cw-label-text,
.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item .zoo-cw-label-text { color: #fff; -webkit-box-shadow: none; box-shadow: none; }

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after { content: none !important; }

.zoo-cw-gallery-loading { background-color: rgba(242, 242, 242, 0.6); }
.zoo-cw-gallery-loading > * { opacity: 0 !important; }

.zoo-cw-gallery-loading.wpb_wrapper, .zoo-cw-gallery-loading.elementor-widget-container { display: inline-block; height: 100%; position: relative; } */


.woo-variation-swatches .variable-items-wrapper { margin: 0 -2px; }
.woocommerce div.product .summary form.cart .variations { margin: 0; }
.woocommerce div.product .summary form.variations_form.cart .variations li { margin: 0 2px; -webkit-box-shadow: none; box-shadow: none; border: 0 solid var(--wdtBorderColor); border-radius: var(--e-a-border-radius); -webkit-border-radius: var(--e-a-border-radius);}
.woocommerce div.product .summary form.variations_form.cart .variations li.selected { -webkit-box-shadow: none; box-shadow: none;}

.woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper { display: flex; align-items: center; padding: 0; }

.woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper .reset_variations { color: var(--wdtPrimaryColor); margin-top: 0; line-height: var(--wdtLineHeight_Alt); font-size: var(--wdtFontSize_Base); text-decoration: underline; }
.woocommerce div.product .summary form.cart .variations .woo-variation-items-wrapper .reset_variations:hover { color: var(--wdtLinkHoverColor); }

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
.woo-variation-swatches.wvs-show-label .variations td label, 
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, 
.woo-variation-swatches.wvs-show-label .variations th label {
color: var(--wdtPrimaryColor);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){
background-color: var(--e-global-color-accent);
color: var(--wdtAccentTxtColor);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before { 
position: absolute; content: " "; display: block; background-repeat: no-repeat; background-position: center center; 
height: 100%; width: 100%; margin: auto; max-width: 14px; top: 0; right: 0; left: 0; bottom: 0;
}

.woocommerce .product form.cart .variations tr:first-child { margin-right: 20px;}




/* #endregion - Product - Swatches */


/*--------------------------------------------------------------*/
/* #region - Product Single */
/*--------------------------------------------------------------*/

.woocommerce div.product div.images,
.woocommerce div.product div.images div.thumbnails a { float: left; }

.woocommerce div.product.type-product > div.summary { float: right; }

.woocommerce div.product div.images div.thumbnails:after,
.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before { content: ""; display: table; }

/* #endregion - Product Single */


/*--------------------------------------------------------------*/
/* #region - Misc */
/*--------------------------------------------------------------*/

/* #region - Tables */
.woocommerce table.shop_table { border-width: 0 0 1px; -webkit-border-radius: 0; border-radius: 0; }

.woocommerce table.shop_table, .woocommerce table.shop_attributes { border-style: solid; border-width: 1px; }
.woocommerce table.shop_attributes tr th { border-right: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); }

.woocommerce table.shop_attributes tr th, .woocommerce table.shop_attributes tr td { border-top: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); }

.woocommerce table.shop_attributes td { text-align: left; }

.woocommerce table.shop_attributes tr:first-child td, .woocommerce table.shop_attributes tr:first-child th { border-top-width: 0; }

.woocommerce-product-attributes-item__label { text-align: left; }

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { background: none !important; padding: 15px 20px; }
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th { max-width: 300px; width: 300px; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td,
.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr th { border-bottom-width: 0; }

.woocommerce a.remove { display: inline-block; vertical-align: middle; font-size: var(--wdtFontSize_Base); font-weight: normal; height: 24px; line-height: 24px; width: 24px; margin-top: 0; }

.woocommerce .shop_table tfoot th:last-child, .woocommerce .shop_table.cart tfoot th:last-child,
.woocommerce table.shop_attributes tr:last-child th, .woocommerce table.shop_attributes tr:last-child td { border-bottom-color: transparent; }


.woocommerce table.shop_table, .woocommerce-page table.shop_table { margin-bottom: 30px; border-width: 1px; }

.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table tbody td { border-left-width: 0; border-right-width: 0; text-align: left; vertical-align: middle; overflow-wrap: anywhere; }


.woocommerce table.shop_table tr td > label, .woocommerce-page table.shop_table tr td > label { display: none; }

.woocommerce table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr td { border-bottom-width: 1px; }
.woocommerce table.shop_table tbody tr:last-child td, .woocommerce-page table.shop_table tbody tr:last-child td { border-bottom-width: 0; }

.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th { background: transparent; font-size: 14px; font-weight: 700; line-height: 30px; padding: 15px; text-transform: uppercase; }

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td { background: none; border-width: 0; padding: 15px; }

.woocommerce table.shop_table thead th:first-child, .woocommerce-page table.shop_table thead th:first-child { padding-left: 30px; width: 150px; }

.woocommerce table.shop_table tr td:first-child, .woocommerce-page table.shop_table tr td:first-child { padding-left: 30px; }

.woocommerce table.shop_table tr td:last-child, .woocommerce-page table.shop_table tr td:last-child { padding-right: 30px; }

.woocommerce table.shop_table tr td.product-remove, .woocommerce-page table.shop_table tr td.product-remove { width: 10px; }

.woocommerce table.shop_table .product-thumbnail a, .woocommerce-page table.shop_table .product-thumbnail a { display: inline-block; }

.woocommerce table.shop_table tbody td .woocommerce-Price-currencySymbol,
.woocommerce-page table.shop_table tbody td .woocommerce-Price-currencySymbol { margin-right: 5px; }

.woocommerce .shop_table tr td.product-stock-status > span { border: 1px solid; display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 2px; line-height: normal; padding: 14px 10px; text-align: center; text-transform: uppercase; width: 100%; }

.woocommerce table tbody tr:nth-child(2n+1), .woocommerce-page table tbody tr:nth-child(2n+1) { background: none; }

.woocommerce table.shop_table tr .woocommerce-remove-coupon { display: block; }

/* Orders & Address Details */
.woocommerce-page .woocommerce-customer-details { border-style: solid; border-width: 2px; margin: 0 0 20px; padding: 4px; }
.woocommerce-page .woocommerce-customer-details .addresses { border-width: 0; padding: 0; margin-bottom: 0; }
.woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-style: solid; border-width: 2px; margin: 0; padding: 4px !important; }

.woocommerce-page.woocommerce-view-order .woocommerce-customer-details .addresses .woocommerce-column + .woocommerce-column { margin-top: 30px; }

.woocommerce-page .woocommerce-customer-details .addresses address:last-child,
.woocommerce-page .woocommerce-customer-details .addresses address p:last-child { margin-bottom: 0; }

.woocommerce-page .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details h2 { border-style: dashed; border-width: 2px; margin: 0 !important; padding: 20px; }

.woocommerce-page .woocommerce-customer-details h2 { border-bottom-width: 0; }
.woocommerce-page .woocommerce-customer-details address { border-top-width: 0; padding-top: 0; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone { margin: 15px 0 0 !important; }

.addresses .col-1 header, .addresses .col-2 header,
.addresses .col-1 address, .addresses .col-2 address,
.woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-style: dashed; border-width: 2px; padding: 10px 20px; }

.woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title { border-bottom-width: 0; margin: 0 0 -2px; padding: 20px; text-align: left; }


.addresses .col-1 header, .addresses .col-2 header { border-bottom-width: 0; }

.addresses .col-1 h3, .addresses .col-2 h3 { margin-bottom: 0; }
.addresses .col-1 address, .addresses .col-2 address { margin-top: 0; }

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper { display: inline-block; margin-bottom: 20px; width: 100%; }

.woocommerce-page .woocommerce-customer-details address { margin-top: 0; }

.woocommerce-page .woocommerce-customer-details address:last-child,
.woocommerce-page .woocommerce-customer-details address p:last-child { margin-bottom: 0; }

.addresses .col-1 header, .addresses .col-2 header,
.addresses .col-1 address, .addresses .col-2 address { border-top-width: 0; padding: 0 20px 10px; }

.addresses .col-1 header, .addresses .col-2 header { border-bottom-width: 0; }
.addresses .col-1 address, .addresses .col-2 address { margin-top: 0; }
.addresses .col-1 h3, .addresses .col-2 h3 { margin-bottom: 0; }

.woocommerce-page .woocommerce-customer-details,
.woocommerce-page .woocommerce-customer-details h2,
.woocommerce-page .woocommerce-customer-details address { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }


.woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td { text-align: left; }

.woocommerce-page .woocommerce-order-details { border: 2px solid; margin-bottom: 50px; overflow: hidden; padding: 60px; }
.woocommerce-account .woocommerce-order-details { padding: 25px 35px; }

.woocommerce .woocommerce-order-details .woocommerce-order-details__title { display: inline-block; margin-bottom: 20px; }
.woocommerce-account .woocommerce-order-details .woocommerce-order-details__title { margin-bottom: 15px; }

.woocommerce .shop_table.customer_details th, .woocommerce .shop_table.customer_details td { text-align: left; }

.woocommerce-page .woocommerce-order-details .shop_table tr th:first-child,
.woocommerce-page .woocommerce-order-details .shop_table tr th:last-child,
.woocommerce-page .woocommerce-order-details .shop_table tr td:first-child,
.woocommerce-page .woocommerce-order-details .shop_table tr td:last-child { border-left-width: 0; border-right-width: 0; font-size: 15px; line-height: 30px; padding: 20px 0; vertical-align: middle; }

.woocommerce-page .woocommerce-order-details table.shop_table tr th, .woocommerce-page .woocommerce-order-details table.shop_table tr td { background: transparent; line-height: 30px; padding: 20px 50px 20px 0; vertical-align: middle; }

.woocommerce .woocommerce-order-details table.shop_table.order_details thead th { border-top-width: 0; font-size: 16px; font-weight: bold; }

.woocommerce .woocommerce-order-details .shop_table.order_details tfoot th { font-weight: 600; text-transform: capitalize; }

.woocommerce .woocommerce-order-details .shop_table.order_details tfoot td { font-weight: 500; }


.woocommerce-page .woocommerce-order-details table.shop_table tr th:last-child,
.woocommerce-page .woocommerce-order-details table.shop_table tr td:last-child { text-align: right; }


.woocommerce .woocommerce-order-details .shop_table.order_details small.shipped_via { display: block; margin-top: -8px; }
.woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name { width: 66.66%; }
.woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a { font-weight: 600; }
.woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .product-quantity { display: inline-block; font-weight: 500; }

.woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .wc-item-meta { padding-left: 0; }
.woocommerce .woocommerce-order-details .shop_table.order_details td.product-name .wc-item-meta li { display: inline-flex; }
.woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name .wc-item-meta dt + *,
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dt + *,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label + *,
.woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation .wc-item-meta-label + * { display: inline-block; float: none; }

.woocommerce .woocommerce-order-details .shop_table.order_details { border-width: 0 !important; margin-bottom: 0; }
.woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child th,
.woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td { padding-bottom: 10px; }

.woocommerce .woocommerce-order-details + .woocommerce-customer-details,
.woocommerce-page.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details { border-width: 0; padding: 0; }

/* #endregion - Tables */


/* #region - Forms */
.woocommerce form .form-row { float: left; margin-bottom: 20px; padding: 0; width: 100%; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last {display: inline-block; overflow: visible; padding: 0; width: -webkit-calc(50% - 15px); width: -moz-calc(50% - 15px); width: calc(50% - 15px); }

.woocommerce .woocommerce-form-coupon.checkout_coupon .form-row-last .button { margin: 0; }

.woocommerce form .form-row-first { float: left; }
.woocommerce form .form-row-last { float: right; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { line-height: normal; padding: var(--wdtInputPadding); }

.woocommerce form .form-row textarea { height: 180px; }

.woocommerce form .form-row.notes { margin-bottom: 0; }

.woocommerce form p { display: inline-block; margin-bottom: 20px; position: relative; vertical-align: top; width: 100%; }

.woocommerce select, .woocommerce form select, .woocommerce form .form-row select { padding-left: 12px; }
.woocommerce form .form-row .select2-container { line-height: 38px; width: 100% !important; }

.woocommerce form.lost_reset_password p, .woocommerce form .woocommerce-privacy-policy-text p { line-height: inherit; }

.woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link { position: relative; }
.woocommerce form .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link:before { position: absolute; content: ""; display: block; bottom: 1px; width: 100%; background: currentColor; height: 1px; left: 0; right: 0; }

.woocommerce form .form-row label { line-height: var(--wdtLineHeight_Base); }

.woocommerce form .form-row label, .woocommerce-page form .form-row label { display: inline-block; font-size: calc( var(--wdtFontSize_Base) - 2px); font-weight: normal; }

.woocommerce form .form-row label:not(.checkbox), .woocommerce-page form .form-row label:not(.checkbox) { padding-bottom: 0;  margin-bottom: 0; width: 100%;}

.woocommerce form .form-row label.inline { display: inline-block; line-height: 18px; margin: 0; padding: 15px 20px; }

.woocommerce-form__label-for-checkbox input[type="checkbox"] { margin-right: 10px; margin-top: -2px; }

.woocommerce ul#shipping_method li, .woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul#shipping_method li label, .woocommerce-checkout #payment ul.payment_methods li label { line-height: inherit; }


.comment-form-wdt-privatepolicy input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__label-for-checkbox input[type="checkbox"] { opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.comment-form-wdt-privatepolicy input[type="checkbox"] ~ label,
.woocommerce-form__label-for-checkbox > span,
.woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label,
.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { display: inline-block; line-height: var(--wdtLineHeight_Base); padding-left: 30px; position: relative; }

.comment-form-wdt-privatepolicy input[type="checkbox"] ~ label::before,
.woocommerce-form__label-for-checkbox > span::before,
.woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label::before,
.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label::before {
    border-width: 1px;
    border-style: solid;
    content: "";
    height: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 6px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 15px;
    z-index: 0; }

.comment-form-wdt-privatepolicy input[type="checkbox"] ~ label:before { top: 3px; }

.comment-form-wdt-privatepolicy input[type="checkbox"]:checked ~ label::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before,
.woocommerce .woocommerce-shipping-methods li input[type="radio"]:checked + label:before,
.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"]:checked + label:before {
    background: none;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid transparent;
    border-right: 1px solid currentColor;
    border-top: 1px solid transparent;
    height: 18px;
    left: -2px;
    top: 2px;
    width: 9px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.comment-form-wdt-privatepolicy input[type="checkbox"]:checked ~ label:before { top: -1px; }


.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox > span { top: -2px; margin-left: -1px; }

.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span:before { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before { top: 50%; -webkit-transform: translateY(-50%) rotate(40deg); transform: translateY(-50%) rotate(40deg); }

.woocommerce .woocommerce-shipping-methods input[type="radio"], .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] { opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] { position: absolute; }

.woocommerce ul#shipping_method li > input[type="radio"] ~ label,
.woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label,
.woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { display: inline-block; font-weight: 500; letter-spacing: 0.5px; vertical-align: middle; cursor: pointer; position: relative; top: -1px; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after { content: none; }


    /* Color - Border */
    .woocommerce-form__label-for-checkbox > span:before,
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label:before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label:before { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }


    /* Color - Color */
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label { color: rgba(var(--wdtHeadAltColorRgb),0.8); }


    .woocommerce .woocommerce-shipping-methods li > input[type="radio"] ~ label:hover,
    .woocommerce .woocommerce-shipping-methods li > input[type="radio"]:checked + label,

    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label:hover,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"]:checked + label { color: var(--wdtHeadAltColor); }


    /* Accent - Primary */
    .comment-form-wdt-privatepolicy input[type="checkbox"] ~ label::before,
    .woocommerce-form__label-for-checkbox > span::before,
    .woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label::before,
    .woocommerce-page #payment.woocommerce-checkout-payment ul.payment_methods li input[type="radio"] ~ label::before,
    .woocommerce form.login .woocommerce-form-row label:before,
    .woocommerce form.register .woocommerce-form-row label:before { color: var(--wdtPrimaryColor); }


/* #endregion - Forms */


/* #region - Buttons */

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a, .woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button button.button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button .button,

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .compare, .woocommerce div.product .summary .yith-wcqv-button, .woocommerce div.product .summary .wdt-wcsg-button { cursor: pointer; display: inline-block; float: none; position: relative; outline: none; }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a, .woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button button.button, .woocommerce ul.products li.product .product-buttons-wrapper.product-button .button,

.woocommerce ul.products li.product .product-element-group-items .wc_btn_inline a, .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline a.button, .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline button, .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline button.button, .woocommerce ul.products li.product .product-element-group-items .wc_btn_inline .button { letter-spacing: 0; margin-top: 0; }


.woocommerce form .button, .woocommerce table .button, .woocommerce form .button.alt, .woocommerce table .button.alt { margin-top: 0; }

.woocommerce div.product .summary .compare, .woocommerce div.product .summary .wccm_btn_wrapper a.compare, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .wcqv_btn_wrapper a.button, .woocommerce div.product .summary .wcsg_btn_wrapper a.button { margin: 8px 0; }

.yith-wcwl-add-to-wishlist { display: inline-block !important; margin-top: 0; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button { display: inline-block !important; position: relative; }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button img { margin: auto; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.hide { display: none !important; }
.yith-wcwl-add-to-wishlist .feedback { display: none; margin-bottom: 8px; }
.yith-wcwl-add-to-wishlist a .yith-wcwl-icon { display: none; }

.woocommerce .button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading::after, .woocommerce a.button.loading::after, .woocommerce #respond input#submit.loading:after { content: "\f110"; display: inline-block; font-family: "Sheena Icons"; font-size: 16px; margin-left: 10px; position: relative; right: auto; top: auto; vertical-align: middle; }


.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled[disabled], .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled[disabled] { cursor: not-allowed !important; opacity: 0.6; }


.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt[disabled]:disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt[disabled]:disabled, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt[disabled]:disabled, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled,

.yith-wcwl-add-to-wishlist a, .yith-wcqv-button, .wdt-wcsg-button, .woocommerce .wishlist_table .add_to_cart.button, .woocommerce .yith-wcwl-popup-button a.add_to_wishlist, .woocommerce .wishlist_table a.ask-an-estimate-button, .woocommerce .wishlist-title a.show-title-form, .woocommerce .hidden-title-form a.hide-title-form, .woocommerce .hidden-title-form a.save-title-form, .woocommerce .wishlist_manage_table a.create-new-wishlist, .woocommerce a.added_to_cart { background-color: var(--wdtHeadAltColor); color: var(--wdtAccentTxtColor); border-width: 0; cursor: pointer; display: inline-block; float: none; font-family: var(--wdtFontTypo_Base); font-size: var(--wdtFontSize_Ext); font-style: normal; font-weight: var(--wdtFontWeight_Ext); line-height: var(--wdtLineHeight_Alt); margin: 10px 0 0; outline: none; padding: var(--wdtPadding_Btn); position: relative; text-align: center !important; text-transform: uppercase; -webkit-appearance: none; appearance: none; -webkit-border-radius: var(--wdtRadius_Part); border-radius: var(--wdtRadius_Part); }


    /* Hover */
    .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover,

    .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover,

    .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,

    .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled:hover,

    .yith-wcwl-add-to-wishlist a:hover, .yith-wcqv-button:hover, .wdt-wcsg-button:hover, .woocommerce .wishlist_table .add_to_cart.button:hover, .woocommerce .yith-wcwl-popup-button a.add_to_wishlist:hover, .woocommerce .wishlist_table a.ask-an-estimate-button:hover, .woocommerce .wishlist-title a.show-title-form:hover, .woocommerce .hidden-title-form a.hide-title-form:hover, .woocommerce .hidden-title-form a.save-title-form:hover, .woocommerce .wishlist_manage_table a.create-new-wishlist:hover, .woocommerce a.added_to_cart:hover { background-color: rgba(var(--wdtHeadAltColorRgb),0.75); color: var(--wdtAccentTxtColor); }

/* #endregion - Buttons */


/* #region - Product Quantity */
.woocommerce .quantity, .woocommerce-page .quantity { margin: 0 auto; overflow: hidden; position: relative; width: auto; }
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty, .woocommerce .quantity input, .woocommerce-page .quantity input { display: inline-block; float: left; font-weight: bold; margin-top: 0; min-height: 46px; padding: 0; vertical-align: middle; width: 45px; -webkit-box-shadow: 0 0 0 1px rgba(var(--wdtHeadAltColorRgb),0.15) inset; box-shadow: 0 0 0 1px rgba(var(--wdtHeadAltColorRgb),0.15) inset; }

.woocommerce .woocommerce-grouped-product-list .quantity input, .woocommerce-page .woocommerce-grouped-product-list .quantity input { width: 40px; }

.woocommerce .cart .quantity .qty, .woocommerce-page .cart .quantity .qty { background: none; text-align: center; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }

.woocommerce div.quantity > a { border-width: 0; }

.woocommerce .quantity input:not(.qty) { color: var(--wdtAccentTxtColor); font-size: 22px; font-weight: normal; padding: 0; text-align: center; }

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity ~ a,
.woocommerce div.product form.cart div.quantity ~ a.button,
.woocommerce div.product form.cart div.quantity ~ button,
.woocommerce div.product form.cart div.quantity ~ button.button,
.woocommerce div.product form.cart div.quantity ~ .button { display: inline-block; float: none; margin: 0; vertical-align: middle; }

.woocommerce div.product form.cart div.quantity { margin: 0 10px 0 0; }

.woocommerce div.product form.cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a { margin-top: 0; }

.woocommerce div.quantity .qty { font-size: 0.875rem; font-weight: 400; }
.woocommerce div.quantity > a[class*="arrow"] { height: 20px; }
.woocommerce div.quantity > a:focus { outline: none; }

.woocommerce div.quantity:not(.quantity-with-plusminus) .qty, .woocommerce-page div.quantity:not(.quantity-with-plusminus) .qty, .woocommerce div.quantity:not(.quantity-with-plusminus) input, .woocommerce-page div.quantity:not(.quantity-with-plusminus) input { padding: 0 15px; text-align: left; width: 90px; }

.woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] { background: transparent !important; border-width: 0; }
.woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] > i { position: absolute; left: 0; right: 0; }
.woocommerce div.quantity:not(.quantity-with-plusminus) > a[class*="arrow"] > i:before { display: block; }
.woocommerce div.quantity:not(.quantity-with-plusminus) > a.arrow-plus > i { bottom: 0; }
.woocommerce div.quantity:not(.quantity-with-plusminus) > a.arrow-minus > i { top: 0; }


/* Quantity - Shop Call-to-action Pages */
.woocommerce table.shop_table tbody td .quantity, .woocommerce-page table.shop_table tbody td .quantity,
.woocommerce table.shop_table.cart tbody td .quantity, .woocommerce-page table.shop_table.cart tbody td .quantity { display: inline-block; margin: 0; overflow: hidden; position: relative; text-align: center; vertical-align: middle; }

.woocommerce table.shop_table tbody td .quantity > label, .woocommerce-page table.shop_table tbody td .quantity > label,
.woocommerce table.shop_table.cart tbody td .quantity > label, .woocommerce-page table.shop_table.cart tbody td .quantity > label { display: none; }

.woocommerce table.shop_table tbody td .quantity .qty, .woocommerce-page table.shop_table tbody td .quantity .qty,
.woocommerce table.shop_table.cart tbody td .quantity .qty, .woocommerce-page table.shop_table.cart tbody td .quantity .qty { float: left; font-size: var(--wdtFontSize_Base); font-weight: normal; }

.woocommerce .cart .quantity > a[class*="arrow"], .woocommerce-page .cart .quantity > a[class*="arrow"] { float: left; font-size: 15px; height: 20px; line-height: 20px; margin: 0 !important; padding: 0; position: absolute !important; right: 12px; text-align: center; top: 0; width: 20px; }

.woocommerce .cart .quantity > a.arrow-minus, .woocommerce-page .cart .quantity > a.arrow-minus { bottom: 0; line-height: 0; top: auto; }


/* Quantity PlusMinus */
.woocommerce div.product form.cart div.quantity.quantity-with-plusminus { width: auto; background: var(--e-global-color-accent); border-radius: var(--wdtRadius_Part); -webkit-border-radius: var(--wdtRadius_Part); color: var(--wdtAccentTxtColor); }

.woocommerce .quantity.quantity-with-plusminus, .woocommerce-page .quantity.quantity-with-plusminus { border: 0 solid rgba(var(--wdtHeadAltColorRgb),0.15); }
.woocommerce .quantity.quantity-with-plusminus input.qty, .woocommerce-page .quantity.quantity-with-plusminus input.qty { font-weight: normal; text-align: center; }

.woocommerce .quantity.quantity-with-plusminus .qty, .woocommerce-page .quantity.quantity-with-plusminus .qty,
.woocommerce .quantity.quantity-with-plusminus input, .woocommerce-page .quantity.quantity-with-plusminus input { border-width: 0; float: left; margin: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

.woocommerce .quantity.quantity-with-plusminus input.plus, .woocommerce-page .quantity.quantity-with-plusminus input.plus { font-size: 18px; }

.woocommerce .quantity.quantity-with-plusminus input.minus:hover, .woocommerce-page .quantity.quantity-with-plusminus input.minus:hover,
.woocommerce .quantity.quantity-with-plusminus input.plus:hover, .woocommerce-page .quantity.quantity-with-plusminus input.plus:hover { color: var(--wdtHeadAltColor); }

.woocommerce .cart .quantity.quantity-with-plusminus .qty, .woocommerce-page .cart .quantity.quantity-with-plusminus .qty { border-style: solid; border-width: 0px; }

.woocommerce .quantity.quantity-with-plusminus .qty,
.woocommerce-page .quantity.quantity-with-plusminus .qty,
.woocommerce .quantity.quantity-with-plusminus input,
.woocommerce-page .quantity.quantity-with-plusminus input,
.woocommerce .cart .quantity.quantity-with-plusminus .qty:focus,
.woocommerce-page .cart .quantity.quantity-with-plusminus .qty:focus {
    border-color: rgba(var(--wdtHeadAltColorRgb),0.15);
}


/* Quantity PlusMinus - Shop Call-to-action Pages */
.woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
.woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
.woocommerce table.shop_table.cart tbody td .quantity.quantity-with-plusminus input[type="button"],
.woocommerce-page table.shop_table.cart tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 40px; }

.woocommerce .quantity.quantity-with-plusminus .qty:hover, .woocommerce-page .quantity.quantity-with-plusminus .qty:hover,
.woocommerce .quantity.quantity-with-plusminus input:hover, .woocommerce-page .quantity.quantity-with-plusminus input:hover,
.woocommerce table.shop_table.cart .quantity.quantity-with-plusminus input:hover, .woocommerce-page table.shop_table.cart .quantity.quantity-with-plusminus input:hover { background: none; }


.woocommerce .cart .quantity > a[class*="arrow"],
.woocommerce-page .cart .quantity > a[class*="arrow"],
.woocommerce div.product div.summary .cart .quantity > a[class*="arrow"],
.woocommerce.single-product div.product .cart .quantity > a[class*="arrow"] { color: var(--wdtHeadAltColor); }


.woocommerce .cart .quantity > a[class*="arrow"]:hover,
.woocommerce-page .cart .quantity > a[class*="arrow"]:hover,
.woocommerce div.product div.summary .cart .quantity > a[class*="arrow"]:hover,
.woocommerce.single-product div.product .cart .quantity > a[class*="arrow"]:hover,

.woocommerce .quantity.quantity-with-plusminus input:not(.qty):hover,
.woocommerce-page .quantity.quantity-with-plusminus input:not(.qty):hover,

.woocommerce-page table.shop_table.cart .quantity > a:hover i,
.woocommerce-page .woocommerce table.shop_table tbody td .quantity > a:hover  { color: var(--wdtTertiaryColor); }


.woocommerce .quantity-with-arrows input[type=number], .woocommerce-page .quantity-with-arrows input[type=number],
.woocommerce .quantity-with-plusminus input[type=number], .woocommerce-page .quantity-with-plusminus input[type=number] {
    -webkit-appearance: none;
    appearance: none;
}

/* Webkit browsers like Safari and Chrome */
.woocommerce .quantity.quantity-with-arrows input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity.quantity-with-arrows input[type=number]::-webkit-outer-spin-button,

.woocommerce .quantity.quantity-with-plusminus input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity.quantity-with-plusminus input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* For Firefox */
.woocommerce .quantity.quantity-with-arrows input[type='number'],
.woocommerce .quantity.quantity-with-plusminus input[type='number'] {
    -moz-appearance: textfield;
}

.woocommerce .quantity.quantity-with-arrows noindex:-o-prefocus,
.woocommerce .quantity.quantity-with-arrows input[type=number],

.woocommerce .quantity.quantity-with-plusminus noindex:-o-prefocus,
.woocommerce .quantity.quantity-with-plusminus input[type=number] {
    padding-right: 1.2em
}


/* #endregion - Quantity */


/* #region - Notices */
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-notice { clear: both; display: inline-block; letter-spacing: 0; margin: 0 0 30px !important; padding: 20px 30px !important; position: relative; width: 100%; z-index: 1; }

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { background-color: var(--wdtTertiaryColor) !important; border-width: 0; border-radius: var(--wdtRadius_1X); }

.woocommerce-notice { background-color: var(--wdtBodyBGColor); border-left: 5px solid; }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notice { -webkit-box-shadow: 0 0 3px rgba(var(--wdtHeadAltColorRgb),0.15); box-shadow: 0 0 3px rgba(var(--wdtHeadAltColorRgb),0.15); }

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after { content: none; }

.woocommerce .woocommerce-error > a, .woocommerce .woocommerce-info > a, .woocommerce .woocommerce-message > a { display: inline-block; line-height: normal; position: relative; text-decoration: none; -webkit-box-shadow: 0 -1px 0 var(--wdtHeadAltColor) inset; box-shadow: 0 -1px 0 var(--wdtHeadAltColor) inset; }

.woocommerce .woocommerce-error > a:focus, .woocommerce .woocommerce-error > a:hover,
.woocommerce .woocommerce-info > a:focus, .woocommerce .woocommerce-info > a:hover,
.woocommerce .woocommerce-message > a:focus, .woocommerce .woocommerce-message > a:hover { outline: none; text-decoration: none !important;
-webkit-box-shadow: 0 -1px 0 var(--wdtBorderColor) inset; box-shadow: 0 -1px 0 var(--wdtBorderColor) inset; }

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { background: transparent; display: inline-block;
float: right; font-size: 14px; line-height: 24px; margin: 0; padding: 0; text-transform: uppercase; -webkit-border-radius: var(--wdtRadius_Zero);
border-radius: var(--wdtRadius_Zero); }

.woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:focus { outline: none; text-decoration: none !important; }

.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover { background: transparent;  color: rgba(var(--wdtHeadAltColorRgb),0.7) !important; }


.woocommerce .woocommerce-message, .woocommerce-notice.woocommerce-notice--success { border-color: var(--wdtHeadAltColor); }
.woocommerce .woocommerce-error, .woocommerce-notice.woocommerce-notice--error { border-color: #e0352d; }
.woocommerce .woocommerce-info, .woocommerce-notice.woocommerce-notice--info { border-color: #019ed5; }
.woocommerce-notice.woocommerce-notice--warning { border-color: #fb0; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce .woocommerce-error > a, .woocommerce .woocommerce-info > a, .woocommerce .woocommerce-message > a { color: var(--wdtHeadAltColor); }

.woocommerce-checkout-header ~ form.woocommerce-checkout .woocommerce-NoticeGroup { margin-top: 30px; }

/* #endregion - Notices */


/* #region - Typography */

    .woocommerce div.product .product_title { font-size: var(--wdtFontSize_H1); font-weight: calc(var(--wdtFontWeight_Base) + 100); color: #663130; }

    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2, .woocommerce div.product .wdt-product-tabs .woocommerce-Reviews-title, .woocommerce div.product .wdt-product-tabs-exploded > h2, .woocommerce #reviews #comments h2, .related.products > h2, .upsells.products > h2, .woocommerce .wishlist-title h2, .woocommerce #customer_login.col2-set h2 { font-size: 1.75rem; }

    .related.products > h2, .upsells.products > h2 { margin-bottom: 1em; }


    .woocommerce #review_form #respond .comment-reply-title, .wdt-shop-single-sticky-addtocart-info > h3, .woocommerce-billing-fields h3, .woocommerce-additional-fields > h3, .woocommerce-shipping-fields h2,

    .woocommerce .wdt-cart-coupon-holder .coupon label, .woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cross-sells h2, #order_review_heading,

    .woocommerce-account .woocommerce-MyAccount-content form h3, .woocommerce-order-downloads__title { font-size: 1.6rem; }


    .woocommerce-shipping-fields #ship-to-different-address, .woocommerce .woocommerce-order-details .woocommerce-order-details__title { font-size: 1.45rem; }


    .woocommerce ul.products li.product .product-thumb-content .product-title h5, .woocommerce ul.products li.product .product-details .product-title h5, .woocommerce ul.products li.product-category .product-wrapper h3 { font-size: var(--wdtFontSize_H5); }

    .woocommerce-page .woocommerce-customer-details h2, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3, .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title, .woocommerce-account .woocommerce-MyAccount-content fieldset legend { font-size: 1.25rem; }


    /* .woocommerce .wdt-cart-coupon-holder .coupon label { font-size: 1rem; } */


    .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h2, .woocommerce-additional-fields > h3, .woocommerce-checkout-order-review-wrap #order_review_heading, .woocommerce .woocommerce-order-details .woocommerce-order-details__title { line-height: 1em; margin-top: 0; margin-bottom: 20px; }

    .woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th { font-size: var(--wdtFontSize_Base); text-transform: capitalize; }

    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2, .woocommerce div.product .wdt-product-tabs .woocommerce-Reviews-title, .woocommerce div.product .wdt-product-tabs-exploded > h2, .woocommerce #review_form #respond .comment-reply-title { text-transform: none; }

/* #endregion - Typography */


/* #endregion - Misc */



/*--------------------------------------------------------------*/
/* #region - Default Colors */
/*--------------------------------------------------------------*/

/* Backgrounds */
.woocommerce ul.products li.product .featured-tag, .woocommerce.single-product .featured-tag, .wdt-product-image-gallery-container .featured-tag {
background-color: var(--wdtHeadAltColor); }

.woocommerce ul.products li .product-wrapper, .woocommerce-tabs .panel, .woocommerce table .quantity .qty { background-color: transparent; }

.woocommerce .shop_table th, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: var(--wdtBorderColor); }

.woocommerce tbody td, .woocommerce tbody th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th { background: rgba(var(--wdtPrimaryColorRgb),0.02); }

.woocommerce .shop_attributes tbody tr:nth-child(2n+1) th,
.woocommerce .shop_attributes tbody tr:nth-child(2n+1) td,
.woocommerce-page .shop_attributes tbody tr:nth-child(2n+1) th,
.woocommerce-page .shop_attributes tbody tr:nth-child(2n+1) td { background: rgba(var(--wdtPrimaryColorRgb),0.035); }

.woocommerce ul.products li.product:hover .onsale { background-color: #77a464; }

.woocommerce span.out-of-stock, .woocommerce ul.products li.product:hover .out-of-stock,
.woocommerce a.remove:hover, .woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover { background-color: #9f2124; }


.woocommerce ul.products li.product-category .product-details h5 .count,
.woocommerce .quantity input:not(.qty),
.woocommerce .product form.cart table.variations td, .woocommerce .product form.cart .group_table td,
.woocommerce p.price del, .woocommerce span.price del, .woocommerce .product-price del, .woocommerce-grouped-product-list-item__price del,
.woocommerce p.price ins, .woocommerce span.price ins, .woocommerce .product-price ins, .woocommerce-grouped-product-list-item__price ins,
.woocommerce p.price .amount, .woocommerce span.price .amount, .woocommerce .product-price .amount, .woocommerce-grouped-product-list-item__price .amount { background-color: transparent; }


/* Borders */
.woocommerce ul.products li.product .featured-tag:after, .woocommerce ul.products li.product:hover .featured-tag:after,
.woocommerce.single-product .featured-tag:after, .wdt-product-image-gallery-container .featured-tag:after { border-color: var(--wdtHeadAltColor); }

.woocommerce ul.products li.product .featured-tag:after { border-right-color: transparent !important; }

.woocommerce.single-product .images .featured-tag:after, .wdt-product-image-gallery-container .featured-tag:after { border-left-color: transparent !important; }


.woocommerce ul.products li.product .product-details h5, .woocommerce ul.products li.product-category .product-wrapper h3 { border-color: #f2f2f2; }

.woocommerce ul.products li.product:hover a img, .woocommerce-page .woocommerce ul.products li.product:hover a img { -webkit-box-shadow: none; box-shadow: none; }


.woocommerce table.shop_table, .woocommerce table.shop_attributes,
.woocommerce-page table.shop_table tbody tr td, .woocommerce table.shop_table tbody tr td,
.woocommerce table.shop_attributes tr th, .woocommerce table.shop_attributes tr td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,

.woocommerce .shop_table tr td.product-stock-status > span,
.woocommerce .cart .quantity, .woocommerce-page .cart .quantity,
.woocommerce .order_details, .woocommerce .order_details li, .woocommerce-page .woocommerce-order-details { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }



/* Colors */
.woocommerce ul.products li.product:hover .onsale, .woocommerce ul.products li.product:hover .out-of-stock, .woocommerce .product span.out-of-stock,

.woocommerce ul.products li.product .featured-tag i, .woocommerce.single-product .featured-tag i, .wdt-product-image-gallery-container .featured-tag i, .woocommerce ul.products li.product .featured-tag > div, .woocommerce.single-product .featured-tag > div, .wdt-product-image-gallery-container .featured-tag > div { color: var(--wdtAccentTxtColor); }


.woocommerce ul.products li.product .product-details .product-category-wrapper a ,
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link { color: var(--wdtBodyTxtColor) !important; }

.woocommerce ul.products li.product .product-details .product-category-wrapper a:hover { color: var(--wdtLinkHoverColor); }


.woocommerce ul.products li .product-title p, .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .product-details .product-category-wrapper a:hover,

.woocommerce p.price del, .woocommerce span.price del, .woocommerce .product-price del, .woocommerce p.price del .amount, .woocommerce span.price del .amount, .woocommerce .product-price del .amount, .product .summary .price .amount, .product .summary .price .from,

.woocommerce ul.products li .product-title h3, .woocommerce ul.products li .product-title h3 a, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce p.price, .woocommerce span.price, .woocommerce .product-price, .woocommerce p.price ins, .woocommerce span.price ins, .woocommerce .product-price ins, .woocommerce p.price ins .amount, .woocommerce span.price ins .amount, .woocommerce .product-price ins .amount,

.woocommerce table.shop_attributes tbody th,
.woocommerce-page .woocommerce table.shop_table thead th,
.woocommerce-page .woocommerce table.shop_table tbody td .quantity .qty,
.woocommerce-page .woocommerce table.shop_table tbody td .quantity > a,

.woocommerce .woocommerce-order-details table.shop_table tr th,
.woocommerce .woocommerce-order-details table.shop_table tr td:last-child,

.woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a,
.woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a { color: var(--wdtHeadAltColor); }

.woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a:hover,
.woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a:hover { color: var(--wdtLinkHoverColor); }

.woocommerce-page .woocommerce-order-details table.shop_table td a:not(.button) { color: inherit; }

.woocommerce a.remove { color: #9f2124; }


/* #endregion - Default Colors */


/*--------------------------------------------------------------*/
/* #region - Accents */
/*--------------------------------------------------------------*/

/*----*****---- <<  Primary >> ----*****----*/

.woocommerce span.onsale { background-color: var(--wdtPrimaryColor) !important; }

.woocommerce ul.products li.product .featured-tag, .woocommerce ul.products li.product:hover .featured-tag, .woocommerce.single-product .featured-tag,

.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option:hover .zoo-cw-attr-item:after,
.zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item:after,

.woocommerce .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range { background-color: var(--wdtPrimaryColor); }

.woocommerce ul.products li.product .featured-tag:after, .woocommerce ul.products li.product:hover .featured-tag:after,
.woocommerce.single-product .featured-tag:after, .wdt-product-image-gallery-container .featured-tag:after,

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option:hover, .woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option.zoo-cw-active { border-color: var(--wdtPrimaryColor); }

.woocommerce .widget_layered_nav ul li.chosen > a, .woocommerce .widget_layered_nav ul li.chosen > .count, .woocommerce .widget_layered_nav_filters ul li.chosen > a, .woocommerce .widget_layered_nav_filters ul li.chosen > .count,
.woocommerce-page .woocommerce-order-details table.shop_table td a:not(.button):hover { color: var(--wdtPrimaryColor); }


/* Buttons WooCommerce */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt[disabled]:disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt[disabled]:disabled, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt[disabled]:disabled, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled,

.yith-wcwl-add-to-wishlist a, .yith-wcqv-button, .wdt-wcsg-button, .woocommerce .wishlist_table .add_to_cart.button, .woocommerce .yith-wcwl-popup-button a.add_to_wishlist, .woocommerce .wishlist_table a.ask-an-estimate-button, .woocommerce .wishlist-title a.show-title-form, .woocommerce .hidden-title-form a.hide-title-form, .woocommerce .hidden-title-form a.save-title-form, .woocommerce .wishlist_manage_table a.create-new-wishlist, .woocommerce a.added_to_cart { background-color: var(--wdtPrimaryColor); }


/*----*****---- <<  Secondary >> ----*****----*/

/* Buttons WooCommerce */
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover,

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover,

.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,

.woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled:hover,

.yith-wcwl-add-to-wishlist a:hover, .yith-wcqv-button:hover, .wdt-wcsg-button:hover, .woocommerce .wishlist_table .add_to_cart.button:hover, .woocommerce .yith-wcwl-popup-button a.add_to_wishlist:hover, .woocommerce .wishlist_table a.ask-an-estimate-button:hover, .woocommerce .wishlist-title a.show-title-form:hover, .woocommerce .hidden-title-form a.hide-title-form:hover, .woocommerce .hidden-title-form a.save-title-form:hover, .woocommerce .wishlist_manage_table a.create-new-wishlist:hover, .woocommerce a.added_to_cart:hover { background-color: var(--wdtSecondaryColor); }

/* #endregion - Accents */


.woocommerce table.shop_table thead tr, .woocommerce-page table.shop_table thead tr { background: var(--wdtPrimaryColor); }

.woocommerce-page .woocommerce table.shop_table thead th { color: var(--wdtAccentTxtColor); }




/*--------------------------------------------------------------*/
/* #region - Responsive */
/*--------------------------------------------------------------*/

@media only screen and (max-width: 1280px){
        
    .woocommerce div.product .product_title { font-size: var(--wdtFontSize_H3); }

}

/* Note: Design for a width of 960px */
@media only screen and (min-width:1025px) and (max-width:1280px) {

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th,
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td,
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { font-weight: normal; }

}

/*----*****---- << Tablet >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1280px) {

    .woocommerce .page-with-sidebar table.shop_table,
    .woocommerce .page-with-sidebar table.shop_table tbody,
    .woocommerce .page-with-sidebar table.shop_table tfoot,
    .woocommerce .page-with-sidebar table.shop_table tr,
    .woocommerce .page-with-sidebar table.shop_table tr th,
    .woocommerce .page-with-sidebar table.shop_table tr td { display: block; margin: 10px 0 0; text-align: center; width: 100%; }

    .woocommerce .page-with-sidebar table.shop_table tr { display: block; overflow: hidden; position: relative; }

    .page-with-sidebar .woocommerce table.shop_table tbody tr:last-child td:last-child,
    .woocommerce-page .page-with-sidebar table.shop_table tbody tr:last-child td:last-child { padding-top: 0 !important; }

    .page-with-sidebar .woocommerce table.shop_table tr td.product-remove { background-color: var(--wdtBodyBGColor); border: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15) !important; border-right-width: 1px; border-radius: 5px; display: flex; align-items: center; justify-content: center; height: 45px !important; line-height: 45px; margin: auto; padding: 0; padding-top: 0px; position: absolute; right: 20px; text-align: center; top: 20px; width: 45px !important; z-index: 1; }

    .woocommerce .page-with-sidebar table.shop_table tr td.product-thumbnail { line-height: 0; margin: 0; padding: 15px; width: 100% !important; }

    .woocommerce .page-with-sidebar form.woocommerce input[type="hidden"] + table.shop_table { margin-top: 0; }

    .woocommerce .page-with-sidebar table.shop_table tr th,
    body .woocommerce .page-with-sidebar table.shop_table tr td { border-bottom-width: 0; border-left-width: 0; border-width: 0; float: left; height: auto !important; margin-bottom: 20px; padding: 5px 15px; text-align: left; width: auto !important; }

    .page-with-sidebar .woocommerce table.shop_table tr td.product-thumbnail { font-size: 18px; }
    .page-with-sidebar .woocommerce .shop_table .product-thumbnail a { display: inline-block; margin: 0; max-width: 100%; }

    .page-with-sidebar .woocommerce table.shop_table tr td.product-thumbnail img { width: 100%; height: auto; }

    .page-with-sidebar .woocommerce table.shop_table tr td > label,
    .page-with-sidebar .woocommerce-page table.shop_table tr td > label { display: block; font-size: calc(var(--wdtFontSize_Base) - 2px); font-weight: 700; line-height: normal; margin-bottom: 10px; width: 100%; }

    .page-with-sidebar .woocommerce table.shop_table tr td.product-quantity,
    .page-with-sidebar .woocommerce table.shop_table tr td.product-price { display: table-cell; float: none; text-align: center; vertical-align: middle; width: 1% !important; }

    .page-with-sidebar .woocommerce table.shop_table tr td.product-subtotal { border-style: solid; border-bottom-style: solid; border-width: 1px 0 0; border-bottom-width: 0px; display: block; margin: 10px 0 0; padding: 20px 15px; }

    .page-with-sidebar .woocommerce table.shop_table tr th,
    body .page-with-sidebar .woocommerce table.shop_table tr td { border-width: 0; }

    .page-with-sidebar .woocommerce table.shop_table,
    .page-with-sidebar .woocommerce table.shop_table tbody,
    .page-with-sidebar .woocommerce table.shop_table tfoot,
    .page-with-sidebar .woocommerce table.shop_table tr,
    .page-with-sidebar .woocommerce table.shop_table tr th,
    .page-with-sidebar .woocommerce table.shop_table tr td { margin-bottom: 15px; }

    .woocommerce .page-with-sidebar form .form-row,
    .woocommerce-page .page-with-sidebar form .form-row { padding: 0; }

    .woocommerce .page-with-sidebar form .form-row-first,
    .woocommerce-page .page-with-sidebar form .form-row-first,
    .woocommerce .page-with-sidebar form .form-row-last,
    .woocommerce-page .page-with-sidebar form .form-row-last { width: 100%;	}


    .woocommerce .page-with-sidebar .woocommerce-message,
    .woocommerce .page-with-sidebar .woocommerce-info,
    .woocommerce .page-with-sidebar .woocommerce-error { display: flex; align-items: center; justify-content: space-between; width: 100%; }

    .woocommerce .page-with-sidebar .woocommerce-error > a:not(.button),
    .woocommerce .page-with-sidebar .woocommerce-info > a:not(.button),
    .woocommerce .page-with-sidebar .woocommerce-message > a:not(.button) { text-decoration: underline;	}

    .woocommerce .page-with-sidebar .woocommerce-error > a,
    .woocommerce .page-with-sidebar .woocommerce-info > a,
    .woocommerce .page-with-sidebar .woocommerce-message > a { display: block; margin-left: 0; order: 1; -webkit-box-shadow: none !important; box-shadow: none !important; }


    .page-with-sidebar .woocommerce table.shop_table.order_details tbody tr td,
    .woocommerce-page .page-with-sidebar table.shop_table.order_details tbody tr td,
    .page-with-sidebar .woocommerce table.shop_table.order_details tfoot tr:not(:last-child) th,
    .woocommerce-page .page-with-sidebar table.shop_table.order_details tfoot tr:not(:last-child) th,
    .page-with-sidebar .woocommerce table.shop_table.order_details tfoot tr:not(:last-child) td,
    .woocommerce-page .page-with-sidebar table.shop_table.order_details tfoot tr:not(:last-child) td { border-bottom: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); }

    .woocommerce-page .page-with-sidebar .woocommerce-order-details { padding: 25px 20px; }

}


@media only screen and (min-width:768px) and (max-width:1024px) {

    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table th, .woocommerce table.shop_table td,
    .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td,
    .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { font-weight: normal; }

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td,
    .woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th { padding: 20px 10px; }

    .woocommerce .shop_table tr td.product-stock-status > span { font-size: 10px; line-height: 20px; }


    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 30px; }

    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input.qty,
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input.qty { width: 35px; }


    /* .page-with-sidebar .woocommerce .order_details li:not(:last-child) { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-style: solid; border-width: 0 0 1px; font-size: calc(var(--wdtFontSize_Base) - 3px); margin-bottom: 10px; margin-top: 10px; width: 100%; }

    .page-with-sidebar .woocommerce .order_details li:first-child { margin-top: 0; margin-right: 0; }

    .woocommerce .order_details li strong { font-size: 1.25em; } */

}


@media only screen and (max-width: 768px) {

    .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {display: table;text-align: center;width: 100%; }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }

    .woocommerce ul.products li.product,  .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*="columns-"] li.product { margin: 0; width: 100%; }

    .woocommerce table.shop_table tr td::before,
    .woocommerce-page table.shop_table tr td::before { content: none; }

    .woocommerce-page .woocommerce-customer-details .addresses .woocommerce-column { margin: 0 0 20px; }

}

@media only screen and (min-width: 768px) {

    /* Plugin Styles Override */
    .woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead { display: table-header-group; }

    .woocommerce table.shop_table tr, .woocommerce-page table.shop_table tr { display: table-row; }

    .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th,
    .woocommerce table.shop_table tr td, .woocommerce-page table.shop_table tr td { display: table-cell; }

    .woocommerce table.shop_table tr:nth-child(2n) td,
    .woocommerce-page table.shop_table tr:nth-child(2n) td { background: none; }

    .woocommerce table.shop_table tr td:not(:last-child), .woocommerce-page table.shop_table tr td:not(:last-child) { text-align: left !important; }


    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: table-cell; }


    .woocommerce-cart table.shop_table tr.cart-discount th,
    .woocommerce-cart table.shop_table tr.cart-discount td { vertical-align: middle; }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

    .woocommerce .pagination .column { margin: 0 auto; text-align: center; width: 100%; }
    .woocommerce .pagination ul, .woocommerce .pagination ul li { float: none; }
    .woocommerce .pagination ul li { display: inline-block; }

    .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { display: table; text-align: center; width:100%; }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }

    .woocommerce .woocommerce-error > a, .woocommerce .woocommerce-info > a, .woocommerce .woocommerce-message > a { display: block; margin-left: 0; -webkit-box-shadow: none !important; box-shadow: none !important; }

    .woocommerce .woocommerce-error > a:not(.button), .woocommerce .woocommerce-info > a:not(.button), .woocommerce .woocommerce-message > a:not(.button) { text-decoration: underline; }


    .woocommerce .product p.price del, .woocommerce-page .product p.price del,
    .woocommerce div.product p.price del, .woocommerce-page div.product p.price del,

    .woocommerce .product span.price del, .woocommerce-page .product span.price del,
    .woocommerce div.product span.price del, .woocommerce-page div.product span.price del,

    .woocommerce .product-price del, .woocommerce-page .product-price del { font-size: 14px; }

    .woocommerce .product p.price, .woocommerce-page .product p.price,
    .woocommerce div.product p.price, .woocommerce-page div.product p.price,

    .woocommerce .product span.price, .woocommerce-page .product span.price,
    .woocommerce div.product span.price, .woocommerce-page div.product span.price,

    .woocommerce .product p.price ins, .woocommerce-page .product p.price ins,
    .woocommerce div.product p.price ins, .woocommerce-page div.product p.price ins,

    .woocommerce .product span.price ins, .woocommerce-page .product span.price ins,
    .woocommerce div.product span.price ins, .woocommerce-page div.product span.price ins { font-size: 16px; }

    .woocommerce div.product form.cart div.quantity .qty{ font-size: 14px; }


    /* #region - Plugin Style Override */
    .woocommerce table.shop_table tr:nth-child(2n) td,
    .woocommerce-page table.shop_table tr:nth-child(2n) td { background: none; }

    .woocommerce table.shop_table tr td,
    .woocommerce-page table.shop_table tr td { text-align: inherit !important; }

    .woocommerce table.shop_table tr td:before,
    .woocommerce-page table.shop_table tr td:before { display: none; }

    /* #endregion */


    .woocommerce table.shop_table tr { display: block; overflow: hidden; position: relative; }

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th,
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td,
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tfoot td { font-size: 16px; font-weight: normal; }

    .woocommerce table.shop_table tr td.product-name[data-title="Product"] a { font-size: calc(var(--wdtFontSize_Base) + 3px); font-weight: var(--wdtFontWeight_Alt); }

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th,
    .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th,
    .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th { font-size: 13px; }

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th { text-align: center; }

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 0; }


    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th,
    .woocommerce .shop_table thead th:first-child, .woocommerce .shop_table thead th:last-child{ border-bottom-width: 0; border-top: 1px solid transparent; }

    .woocommerce .shop_table .product-thumbnail a { display: inline-block; margin: 10px 0 0; }

    .woocommerce .shop_table td.product-name a,
    .woocommerce .shop_table td.product-stock-status span, .woocommerce .shop_table tr.order td a { display: inline-block; margin-top: 18px; }

    .woocommerce .shop_table td.product-name a { white-space: normal; }
    .woocommerce .shop_table td.product-price span, .woocommerce .shop_table td.product-subtotal span { margin-top: 10px; display: inline-block; }

    .woocommerce table.shop_table tr td.product-remove { background-color: var(--wdtBodyBGColor); border: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15) !important; display: flex; justify-content: center; align-items: center; height: 45px !important; line-height: 45px; margin: auto; padding: 0 !important; position: absolute; right: 15px; text-align: center; top: 15px; width: 45px !important; z-index: 1; }

    .woocommerce table.shop_table tr td.product-remove > div { display: inherit; }


    .woocommerce table.shop_table, .woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot,
    .woocommerce table.shop_table tr, .woocommerce table.shop_table tr th, .woocommerce table.shop_table tr td { display: block; text-align: center; width: 100%; }

    .woocommerce table.shop_table tr th, body .woocommerce table.shop_table tr td { border-width: 0; float: left; height: auto !important; margin-bottom: 20px; padding: 5px 15px; text-align: left; width: auto !important; }

    .woocommerce table.shop_table tr td:first-child, .woocommerce-page table.shop_table tr td:first-child { padding-left: 15px; }

    .woocommerce table.shop_table tr td:last-child, .woocommerce-page table.shop_table tr td:last-child { padding-right: 15px; }


    .woocommerce table.shop_table tr td.product-thumbnail { line-height: 0; margin: 0; padding: 15px; width: 100% !important; }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: block; }


    .woocommerce table.shop_table tr td.product-thumbnail a { display: inline-block; margin: 0; max-width: 100%; width: 100%; }

    .woocommerce table.shop_table tr td.product-thumbnail img { height: auto; width: 100%; }

    .woocommerce table.shop_table tr td.product-name { margin: 0 0 10px; }

    .woocommerce .shop_table td.product-name a, .woocommerce .shop_table tr.order td a, .woocommerce .shop_table td.product-stock-status span { margin: 0; }

    .woocommerce table.shop_table tr td.product-quantity,
    .woocommerce table.shop_table tr td.product-price { display: table-cell; float: none; text-align: center; vertical-align: middle; width: 1% !important; }


    .woocommerce table.shop_table tr td.product-subtotal { border-style: solid; border-width: 1px 0 0; display: block; margin: 10px 0 0; padding: 20px 15px 15px; }

    .woocommerce table.shop_table tr td.product-name, .woocommerce table.shop_table tr td.product-subtotal { text-align: center; width: 100% !important; }

    .woocommerce table.shop_table tr td > label, .woocommerce-page table.shop_table tr td > label { display: block; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%; }

    .woocommerce .shop_table td.product-price span, .woocommerce .shop_table td.product-subtotal span { margin: 0; line-height: 30px; height: 30px; }

    .woocommerce .shop_table td.product-price del > span { display: unset; }


    .woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td { text-align: center; }

    .woocommerce table.shop_table.order_details thead th,
    .woocommerce-page table.shop_table.order_details thead th { border-bottom-width: 0; }

    .woocommerce .shop_table.order_details td.product-name a { margin-top: 0; }

    .woocommerce .woocommerce-order-details .shop_table.order_details tr td.woocommerce-table__product-name a,
    .woocommerce table.shop_table.woocommerce-table--order-downloads tr td[data-title="Product"] a { font-size: var(--wdtFontSize_Base); font-weight: bold; }

    .woocommerce-page .woocommerce-order-details { padding: 25px 20px; }

    .woocommerce .woocommerce-order-details .woocommerce-order-details__title { margin-bottom: 10px; text-align: center; width: 100%; }
    .woocommerce .woocommerce-order-details .shop_table.order_details thead { display: none; }
    .woocommerce .woocommerce-order-details .shop_table.order_details tr { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-style: solid; border-width: 0 0 1px; padding: 10px 0; }
    .woocommerce .woocommerce-order-details .shop_table.order_details tfoot tr:last-child { border-width: 0; }

    .woocommerce .woocommerce-order-details .shop_table.order_details tr th,
    .woocommerce .woocommerce-order-details .shop_table.order_details tr td { display: block; margin: 0; padding: 0 !important; width: 100% !important; }

    .woocommerce .woocommerce-order-details .order-again { text-align: center; }
    .woocommerce-page .woocommerce-order-details table.shop_table tr td:last-child { text-align: center; }


    .woocommerce table.shop_table tbody td .quantity .qty,
    .woocommerce-page table.shop_table tbody td .quantity .qty	{ font-size: 14px; }

    .woocommerce .quantity.quantity-with-plusminus .qty,
    .woocommerce-page .quantity.quantity-with-plusminus .qty,
    .woocommerce .quantity.quantity-with-plusminus input,
    .woocommerce-page .quantity.quantity-with-plusminus input,
    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 35px; }

    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last { width: 100%; }

    .woocommerce form .form-row, .woocommerce-page form .form-row { padding: 0; }


    /* Quick View */
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content > div.product > div.product {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.images,
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary { display: block; float: none; margin: 25px; width: auto; }

    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary { margin-top: 0; }
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-close { background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor) !important; height: 30px; line-height: 30px; opacity: 1; right: 15px; top: 15px; width: 30px; z-index: 10; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

    body[class*="woocommerce"] .yith-wcqv-wrapper:hover #yith-quick-view-close { -webkit-transform: scale(1); transform: scale(1); }
    body[class*="woocommerce"] .yith-wcqv-wrapper:hover #yith-quick-view-close:hover { background-color: var(--wdtHeadAltColor); }

    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary,
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary .product form.cart .variations li.zoo-cw-attr-row div.label,
    body[class*="woocommerce"] .yith-wcqv-wrapper #yith-quick-view-content div.summary .product form.cart .variations li.zoo-cw-attr-row div.label label { text-align: left; }

}

@media only screen and (max-width: 768px) {

    .woocommerce-page.woocommerce-view-order .woocommerce-customer-details .addresses .woocommerce-column + .woocommerce-column { margin-top: 30px; }

}

/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .woocommerce div.product .product_title { font-size: calc(var(--wdtFontSize_H3) - 2px); }

    .woocommerce .shop_table tr td.product-stock-status > span { font-size: 10px; padding: 10px 5px; }
    .woocommerce form .form-row label.inline { padding-left: 0; }

    .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { display: table; text-align: center; }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { display: table-footer-group; float: none; text-decoration: underline; -webkit-box-shadow: none !important; box-shadow: none !important; }

    .woocommerce div.product form.cart div.quantity { margin-top: 0; margin-bottom: 20px; }

    .woocommerce div.product form.cart div.quantity ~ a,
    .woocommerce div.product form.cart div.quantity ~ a.button,
    .woocommerce div.product form.cart div.quantity ~ button,
    .woocommerce div.product form.cart div.quantity ~ button.button,
    .woocommerce div.product form.cart div.quantity ~ .button,
    .woocommerce div.product form.cart div.quantity ~ .button.alt,
    .woocommerce div.product form.cart div.quantity ~ .button.disabled,
    .woocommerce div.product form.cart div.quantity ~ .button[disabled],
    .woocommerce div.product form.cart div.quantity ~ .button.alt.disabled,
    .woocommerce div.product form.cart div.quantity ~ .button.alt[disabled] { margin-top: 5px; margin-bottom: 5px; }

}


/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .woocommerce select, .woocommerce-page select { min-height: auto; }

}


/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

    .woocommerce .woocommerce-ordering { min-width: 100%; }

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th { width: 90px; }

    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td { width: 161px; }

    .woocommerce table.shop_table .quantity.quantity-with-plusminus input,
    .woocommerce-page table.shop_table .quantity.quantity-with-plusminus input,

    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus .qty,
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus .qty,

    .woocommerce table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"],
    .woocommerce-page table.shop_table tbody td .quantity.quantity-with-plusminus input[type="button"] { width: 24px; }

    .woocommerce .shop_table.order_details th:first-child, .woocommerce .shop_table.order_details td:first-child { width: 50%; }

}

/* #endregion - Responsive */


/*-------------------------------------------*/
/* #region - Product Listing without isotop  */
/*-------------------------------------------*/

.woocommerce ul.products:not(.products-apply-isotope) .product .wdt-col { width: 100% !important; }

.woocommerce ul.products:not(.products-apply-isotope, .swiper-wrapper) { margin: 0; }
.woocommerce ul.products:not(.products-apply-isotope, .swiper-wrapper) .product .wdt-col { padding: 0; }
.woocommerce ul.products:not(.products-apply-isotope, .swiper-wrapper) .product .wdt-col .product-wrapper { margin: 0; }

.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) { display: grid; gap: 50px; width: 100%; margin: 0; }

.woocommerce ul.products[class*="columns-5"]:not(.products-apply-isotope, .swiper-wrapper),
.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-4 { grid-template-columns: repeat(5,1fr); }
.woocommerce ul.products[class*="columns-4"]:not(.products-apply-isotope, .swiper-wrapper),
.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-4 { grid-template-columns: repeat(4,1fr); }
.woocommerce ul.products[class*="columns-3"]:not(.products-apply-isotope, .swiper-wrapper),
.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-3 { grid-template-columns: repeat(3,1fr); }
.woocommerce ul.products[class*="columns-2"]:not(.products-apply-isotope, .swiper-wrapper),
.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-2 { grid-template-columns: repeat(2,1fr); }

.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).list-product-active { grid-template-columns: repeat(2,1fr); }


@media only screen and (min-width:1281px) and (max-width:1540px) {
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) { grid-template-columns: repeat(4,1fr); }

    .woocommerce ul.products[class*="columns-3"]:not(.products-apply-isotope, .swiper-wrapper),
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-3 { grid-template-columns: repeat(3,1fr); }
    .woocommerce ul.products[class*="columns-2"]:not(.products-apply-isotope, .swiper-wrapper),
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-2 { grid-template-columns: repeat(2,1fr); }
}

@media only screen and (min-width:1025px) and (max-width:1280px) { 
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) { grid-template-columns: repeat(4,1fr); }

    .woocommerce ul.products[class*="columns-3"]:not(.products-apply-isotope, .swiper-wrapper),
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-3 { grid-template-columns: repeat(3,1fr); }
    .woocommerce ul.products[class*="columns-2"]:not(.products-apply-isotope, .swiper-wrapper),
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).wdt-columns-2 { grid-template-columns: repeat(2,1fr); }
}


@media only screen and (min-width:481px) and (max-width:1024px) {

    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) { grid-template-columns: repeat(2,1fr); }
}

@media only screen and (max-width: 800px) {

    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper).list-product-active { grid-template-columns: repeat(1,1fr); }
}

@media only screen and (max-width:480px) {
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) { grid-template-columns: repeat(1,1fr); }
}

/*----------------------------------------------*/
/* #endregion - Product Listing without isotop  */
/*----------------------------------------------*/


/*--------------------------------------------------------------*/
	/* #region - Product Single */
/*--------------------------------------------------------------*/

.woocommerce div.product div.images, .woocommerce div.product div.summary,
.woocommerce div.product .wdt-product-tabs div.summary,
.woocommerce-page div.product .wdt-product-tabs div.summary,
.woocommerce div.product *[class*="-wdt-shop-product-single-summary"] div.summary,
.woocommerce-page div.product *[class*="-wdt-shop-product-single-summary"] div.summary { float: left; margin: 0; position: relative; width: 100%; }
.swiper-vertical.swiper-autoheight .swiper-slide {height: auto !important;}

.woocommerce div.product .elementor-widget div.images,
.woocommerce div.product .elementor-widget div.summary { float: none; width: 100%; }

.woocommerce.single-product div.images span.onsale, .woocommerce-product-gallery span.onsale, .wdt-product-image-gallery-container span.onsale, #yith-quick-view-content span.onsale,
.woocommerce.single-product div.images span.out-of-stock, .woocommerce-product-gallery span.out-of-stock, .wdt-product-image-gallery-container span.out-of-stock, #yith-quick-view-content span.out-of-stock { display: inline-block; font-size: 12px; height: 38px; line-height: 38px; min-height: 38px; min-width: 38px; overflow: hidden; padding: 0; position: absolute; left: 8px; top: 8px; text-align: center; width: 38px; z-index: 1; -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); }

/* .woocommerce.single-product div.images span.out-of-stock, .woocommerce-product-gallery span.out-of-stock, .wdt-product-image-gallery-container span.out-of-stock, #yith-quick-view-content span.out-of-stock { font-size: 12px; padding: 0 20px; position: absolute; top: 10px; left: 10px; width: auto; z-index: 1; } */

.woocommerce-product-gallery .featured-tag + span.new, .wdt-product-image-gallery-container .featured-tag + span.new { right: 0; top: 30px; }

.woocommerce.single-product .featured-tag span, .wdt-product-image-gallery-container .featured-tag span { opacity: 0; filter: alpha(opacity=0); }

.woocommerce.single-product .featured-tag > div span, .wdt-product-image-gallery-container .featured-tag > div span { opacity: 1; filter: alpha(opacity=100); }

.related-products-container, .upsell-products-container { clear: both; float: left; margin: 20px 0 0; padding: 0; width: 100%; }


/* #region - Product Images Gallery - Default */
.woocommerce div.product.type-product > div.images { width: 36%; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { position: absolute; top: 10px; left: 10px; -webkit-transform: scale(0.5); transform: scale(0.5); z-index: 9; text-align: center; width: 40px; height: 40px; line-height: 40px; background: var(--wdtBodyBGColor); border-radius: 50%; opacity: 0; visibility: hidden; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before { content: "\e802"; display: inline-block; font-family: "Sheena Icons"; font-size: 1em; height: 100%; width: 100%; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img { margin: auto !important; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }

.woocommerce div.product div.images:hover .woocommerce-product-gallery__trigger { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }


.woocommerce div.product div.images .flex-viewport, .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a { display: block; float: left; overflow: hidden; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { margin: 0; }


.woocommerce div.product div.images ol.flex-control-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 0 -5px; min-width: 100%; overflow: hidden; padding: 5px 0 0; width: auto; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  }

/* .woocommerce div.product div.images ol.flex-control-nav li { float: left; list-style: none; min-height: 100%; min-width: 20%; padding: 5px; width: 20%; } */

.woocommerce div.product div.images ol.flex-control-nav li { float: left; list-style: none; min-height: 100%; min-width: auto; padding: 5px; width: 92px; }

.woocommerce div.product div.images ol.flex-control-nav li img { border: 2px solid transparent !important; cursor: pointer; height: auto; margin: auto; min-height: 100%; opacity: 1; width: auto; -webkit-box-shadow: 0 0 0 1px rgba(var(--wdtHeadAltColorRgb),0.05); box-shadow: 0 0 0 1px rgba(var(--wdtHeadAltColorRgb),0.05); -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }

.woocommerce div.product div.images ol.flex-control-nav li img.flex-active { -webkit-box-shadow:  0 0 0 1px var(--wdtBorderColor); box-shadow:  0 0 0 1px var(--wdtBorderColor); }

.woocommerce.single-product .product-with-secondary-image { clear: both; }
.woocommerce.single-product .product-thumb-wrapper { float: left; position: relative; width: 100%; }

.woocommerce.single-product .product-thumb-wrapper span.onsale, .woocommerce.single-product .product-thumb-wrapper span.out-of-stock { font-size: 11px; height: 50px; line-height: 50px; left: auto; right: -1em; top: -1em; width: 50px; z-index: 1000; }

.woocommerce.single-product .product-thumb-wrapper span.out-of-stock { font-size: 10px; height: 50px; line-height: normal; padding: 12px 0 0; width: 50px; }

.woocommerce-product-gallery span.new { background-color: indianred; font-size: .857em; color: var(--wdtAccentTxtColor); padding: 2px 10px; position: absolute; left: auto; right: 0; top: 0; z-index: 9; }


.woocommerce div.product .images .thumbnails { margin: 0 -5px; overflow: hidden; }
.woocommerce div.product .images .thumbnails .yith_magnifier_gallery li { margin: 0 5px; padding: 0; width: 122px !important; }

.woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
.woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li { width: 88px !important; }

.woocommerce div.product div.images div.thumbnails a { margin-right: 3.8%; width: 30.75%; }
.woocommerce div.product div.images div.thumbnails a.first { clear: both; }
.woocommerce div.product div.images div.thumbnails a.last { margin-right: 0; }

/* #endregion - Product Images Gallery - Default */


/* #region - Product Content Summary */
.woocommerce div.product.type-product > div.summary { width: 60%; margin: 0 0 0 4%; }

.woocommerce div.product.type-product > div.summary > *:not(.clear):not(.button):not([id*="tmpl-add-to-cart-button"]),

.woocommerce div.product .summary-content > *,
.woocommerce div.product .summary-content .woocommerce-product-rating,

.woocommerce div.product .summary form.cart,
.woocommerce div.product .summary form.cart .variations,
.woocommerce div.product .summary .variations_button,
.woocommerce div.product .summary .woocommerce-variation-price,
.woocommerce div.product .summary .woocommerce-variation-availability,
.woocommerce div.product .summary .woocommerce-variation-description { clear: both; display: inline-block; line-height: var(--wdtLineHeight_Base); margin: 10px 0; width: 100%; }

.woocommerce div.product .summary form.cart .variations { padding: 0; }
.woocommerce div.product .summary form.cart .single_variation_wrap .single_variation > p { margin: 10px 0; }

.woocommerce div.product > div.summary > *:first-child {
    margin-top: 0;
}

.woocommerce div.product > div.summary > *:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .summary form.cart + .yith-wcwl-add-to-wishlist,
.woocommerce div.product .summary form.cart + .compare {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce div.product .summary form.cart *:last-child { margin-bottom: 0; }

.woocommerce div.product form.cart .variations label { color: var(--wdtHeadAltColor); text-transform: capitalize; font-weight: var(--wdtFontWeight_Ext); line-height: var(--wdtLineHeight_Alt); margin: 0; margin-right: 5px; }


.woocommerce div.product div.summary > *:not(.clear):not(.wdt-single-product-separator):not(.wdt-single-product-clear):empty,
.woocommerce div.product .summary-content > *:not(.clear):empty,
.woocommerce div.product .summary .woocommerce-variation-description:empty,
.woocommerce div.product .summary-content .woocommerce-variation-description:empty,
.woocommerce div.product .summary .woocommerce-variation-price:empty,
.woocommerce div.product .summary-content .woocommerce-variation-price:empty,
.woocommerce div.product .summary .woocommerce-variation-availability:empty,
.woocommerce div.product .summary-content .woocommerce-variation-availability:empty,
.woocommerce div.product .summary .woocommerce-variation.single-variation>*:empty,
.woocommerce div.product.type-product > .summary > *[id*="tmpl-add-to-cart-button"] { display: none; }


.woocommerce .product p.price del, .woocommerce-page .product p.price del,
.woocommerce div.product p.price del, .woocommerce-page div.product p.price del,

.woocommerce .product span.price del, .woocommerce-page .product span.price del,
.woocommerce div.product span.price del, .woocommerce-page div.product span.price del,
.woocommerce .product-price del, .woocommerce-page .product-price del { font-size: 16px; margin: 0 5px 0 0; position: relative; text-decoration: none; }


.woocommerce .product p.price del:after, .woocommerce-page .product p.price del:after,
.woocommerce div.product p.price del:after, .woocommerce-page div.product p.price del:after,

.woocommerce .product span.price del:after, .woocommerce-page .product span.price del:after,
.woocommerce div.product span.price del:after, .woocommerce-page div.product span.price del:after,
.woocommerce .product-price del:after, .woocommerce-page .product-price del:after { background-color: currentColor; content: ""; height: 1px; margin: auto; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: 100%; }

.woocommerce .product p.price, .woocommerce-page .product p.price,
.woocommerce div.product p.price, .woocommerce-page div.product p.price,

.woocommerce .product span.price, .woocommerce-page .product span.price,
.woocommerce div.product span.price, .woocommerce-page div.product span.price,

.woocommerce .product p.price ins, .woocommerce-page .product p.price ins,
.woocommerce div.product p.price ins, .woocommerce-page div.product p.price ins,

.woocommerce .product span.price ins, .woocommerce-page .product span.price ins,
.woocommerce div.product span.price ins, .woocommerce-page div.product span.price ins { font-size: 16px; font-weight: normal; }

.woocommerce .product-price, .woocommerce-page .product-price,
.woocommerce .product-price ins, .woocommerce-page .product-price ins { font-size: 18px; }

.woocommerce div.product .summary .variations_button,
.woocommerce div.product .summary .woocommerce-variation-price,
.woocommerce div.product .summary .woocommerce-variation-availability,
.woocommerce div.product .summary .woocommerce-variation-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary form.cart .single_variation_wrap .single_variation > p { line-height: var(--wdtLineHeight_Base); }

.woocommerce div.product .summary .woocommerce-variation-availability,
.woocommerce div.product .summary .woocommerce-variation-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description { margin: 0; font-weight: bold; font-size: 22px; letter-spacing: 2px; color: #663130; }

.woocommerce div.product .summary .variations_form .variations_button .button.alt.disabled.wc-variation-is-unavailable { opacity: 1; }
.woocommerce div.product .summary .variations_form .variations_button .button.alt.disabled.wc-variation-is-unavailable:before { content: none; }

.woocommerce div.product .summary .woocommerce-variation-description > *:last-child,
.woocommerce div.product .summary .woocommerce-product-details__short-description > *:last-child { margin-bottom: 0; }

.woocommerce div.product p.price del, .woocommerce div.product p.price ins,
.woocommerce div.product span.price del, .woocommerce div.product span.price ins { display: inline-block; }


.woocommerce div.product .summary .variations_form .stock,
.woocommerce div.product .summary .variations_form p.stock { margin: 0 0 10px; }

.woocommerce div.product form.cart p:last-child,
.woocommerce div.product .variations_form .stock:last-child, .woocommerce div.product .variations_form p.stock:last-child,
.woocommerce-product-details__short-description *:last-child, .woocommerce-variation-description *:last-child { margin-bottom: 0; }


.woocommerce div.product .summary form.cart .variations,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .compare,
.woocommerce div.product .summary .yith-wcqv-button, .woocommerce div.product .summary .wdt-wcsg-button { width: auto; }

.woocommerce div.product .summary .woocommerce-product-rating { display: inline-block; }
.woocommerce div.product .summary .woocommerce-product-rating .star-rating { margin: 0 5px 0 0; }
.woocommerce div.product .summary .woocommerce-product-rating .star-rating,
.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link { display: inline-block; float: none; vertical-align: middle; }
.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link:not(:focus) { text-decoration: none; }

.woocommerce div.product .summary .woocommerce-variation.single-variation > *:empty { display: none; }

.woocommerce div.product div.summary .stock, .woocommerce div.product.type-product > div.summary p.stock { border: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); color: rgba(var(--wdtHeadAltColorRgb),0.75); display: table; padding: 5px 10px; vertical-align: middle; width: auto; border-radius: 3px; }

.woocommerce div.product .summary .stock.out-of-stock, .woocommerce div.product.type-product > .summary p.stock.out-of-stock { border-color: currentColor; color: #9f2124; }

.woocommerce div.product.type-product > .summary p.price del, .woocommerce div.product.type-product > .summary span.price del { display: inline-block; }

.woocommerce div.product form.cart .group_table td { padding: 12px 15px; vertical-align: middle; }
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity { padding-left: 0; text-align: left; }
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price { padding-right: 0; text-align: right; }

.woocommerce .product.product-type-grouped .summary .cart .group_table { margin-bottom: 30px; }
.woocommerce .product.product-type-grouped .summary .cart .group_table td { border-width: 0; padding: 15px 0; vertical-align: middle; }

.woocommerce .product.product-type-grouped .summary .cart .group_table tr {
    border-color: rgba(var(--wdtHeadAltColorRgb),0.15);
    border-style: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table tr + tr {
    border-width: 1px 0 0;
    margin-top: 15px;
    padding-top: 15px;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table td {
    border-width: 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table td a {
    background: transparent !important;
    padding: 0 !important;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table td a:not(:focus) {
    text-decoration: none;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table td a:not(:hover) {
    color: inherit;
}

.woocommerce .product.product-type-grouped .summary .cart .group_table td a:hover {
    opacity: 0.75;
}

.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Base);
    font-size: var(--wdtFontSize_H6);
    color: var(--wdtHeadAltColor);
    flex: 1;
}

.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    position: relative;
    margin-right: 40px;
}

.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price del,
.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price ins {
    display: inline-block;
}

.woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price del+ins {
    margin-left: 4px;
}

.woocommerce .product form.cart .variations li { padding: 0; }
.woocommerce .product form.cart table.variations { display: table; }
.woocommerce .product form.cart table.variations tbody { display: inline-flex;
    flex-direction: row;
    margin: 0;
    position: relative;
    z-index: 0;
    flex-wrap: wrap; }
.woocommerce .product form.cart .variations tr { display: flex; align-items: center; padding: 0; vertical-align: middle; }
.woocommerce .product form.cart .variations tr th { display: table; padding: 0; }
.woocommerce .product form.cart .variations tr th.label { display: block; margin-bottom: 0; padding: 0; text-align: left; background-color: transparent; }
.woocommerce div.product form.cart .variations .selection-box { position: relative; z-index: 1; }
.woocommerce div.product form.cart .variations select { display: block; float: none; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { vertical-align: middle; }

.woocommerce div.product form.cart .variations .zoo-cw-group-attribute .zoo-cw-attribute-option.unavailable { cursor: not-allowed; }
.woocommerce div.product form.cart .variations .zoo-cw-group-attribute[data-attribute-display-type="text"] .selection-box:after { content: none; }

/* .woocommerce .product form.cart table.variations { margin-bottom: 20px !important; } */
.woocommerce div.product form.cart .variations .reset_variations { margin-left: 20px; }

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > div {display: inline-block; float: none; line-height: normal; position: relative; text-align: inherit; vertical-align: middle; width: auto; }
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label { margin: 0 15px 0 0; min-width: 60px; }
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label { display: inline-block; font-size: var(--wdtFontSize_Base); line-height: var(--wdtLineHeight_Base); margin: 0; }
.woocommerce .product form.cart .variations li:not(.zoo-cw-attr-row) div.label label { display: block; margin: 0 0 8px; }
.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label .zoo-cw-name { display: none; }

.woocommerce div.product .summary form.cart .variations { padding: 0; }
/* .woocommerce div.product .summary form.cart .variations li:not(:last-child) { margin: 0 0 20px; } */

/* #endregion - Product Content Summary */


/* #region - Product Summary Meta */
.woocommerce div.product .summary .product_meta { margin: 0; }
.woocommerce div.product .summary .product_meta > span { display: inline-block; margin: 0; width: 100%; }
.woocommerce div.product .summary .product_meta > span:only-child { margin: 0; }

.woocommerce div.product .summary .product_meta > span strong { margin-right: 3px; }

.woocommerce div.product .summary .product_meta a { position: relative; }
.woocommerce div.product .summary .product_meta a:not(:focus) { text-decoration: none; }

.woocommerce div.product .summary form.cart + .product_meta,
.woocommerce div.product .summary .compare + .product_meta,
.woocommerce div.product .summary .wccm_btn_wrapper a.compare + .product_meta,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a + .product_meta,
.woocommerce div.product .summary .wcqv_btn_wrapper a.button + .product_meta,
.woocommerce div.product .summary .wcsg_btn_wrapper a.button + .product_meta,
.woocommerce div.product .summary .product-buttons-wrapper + .product_meta,
.woocommerce div.product .summary .product-buttons-wrapper + .product_meta_wrapper { margin-top: 20px; }

.woocommerce div.product .summary .product_meta > span.yith-wcbr-brands { font-weight: bold; }
.woocommerce div.product .summary .product_meta > span.yith-wcbr-brands span { font-weight: normal; }
.woocommerce div.product .summary .product_meta > span.yith-wcbr-brands + .yith-wcbr-brands-logo { display: none; }
.woocommerce div.product .summary .product_meta > .yith-wcbr-brands-logo img { max-width: 120px; }

/* #endregion - Summary Meta */


/* #region - Product Summary Buttons */
.woocommerce div.product .summary .product-button.style-simple .compare,
.woocommerce div.product .summary .product-button.style-simple .yith-wcwl-add-to-wishlist a { background: none !important; border-width: 0; padding: 0; }

.woocommerce.single-product .product .single_add_to_cart_button:before { content: "\f217"; font-family: 'Sheena Icons'; font-weight: normal; margin-right: 7px; vertical-align: top; display: none; }

.woocommerce.single-product .product .add_to_wishlist:before { content: "\e805"; font-family: 'Sheena Icons'; font-weight: normal; margin-right: 5px; position: relative; top: 1px; }

.woocommerce.single-product .product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product .yith-wcwl-wishlistexistsbrowse a:before { content: "\e804"; font-family: 'Sheena Icons'; margin-right: 5px; }

.woocommerce.single-product .product .compare:before { content: "\e866"; font-family: "Sheena Icons"; margin-right: 5px; position: relative; top: 1px; }
.woocommerce.single-product .product .yith-wcqv-button:before { content: "\e802"; font-family: "Sheena Icons"; margin-right: 5px; position: relative; top: 1px; }

.woocommerce.single-product .product .wdt-wcsg-button:before { content: "\e809"; display: inline-block; font-family: 'Ext Icons'; font-weight: normal; margin-right: 10px; }

/* Variations / Swatches */
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option { border: 2px solid; display: inline-block; font-size: 14px; font-weight: 400; height: 30px; line-height: 26px; margin: 5px 10px 5px 0; text-align: center; /*width: 40px;*/ -webkit-border-radius: 0; border-radius: 0; }

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item { display: inline-block; height: 100% !important; line-height: 26px; margin: 0; overflow: hidden; padding: 0; width: 100%; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item:after { content: none; }

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item span { display: inline-block; font-size: 16px; line-height: inherit; padding: 0 10px; position: relative; width: 100%; }

.woocommerce .product form.cart .variations .zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option:hover .zoo-cw-attr-item .zoo-cw-label-text,
.woocommerce .product form.cart .variations .zoo-cw-group-attribute.zoo-cw-type-text .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item .zoo-cw-label-text { color: inherit; }

/* #endregion - Product Summary Buttons */


/* #region - Product Rating */
.woocommerce #review_form #respond p.stars { display: inline-flex; width: auto; }
.woocommerce #review_form #respond p.stars span { margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.woocommerce p.stars a:before { color: var(--wdtBorderColor); -webkit-transition: inherit; transition: inherit; }

.woocommerce p.stars a:before, .woocommerce p.stars a:hover ~ a:before, .woocommerce p.stars.selected a.active:before { content: "\e021"; font-family: "WooCommerce"; }
.woocommerce p.stars.selected a.active:before { content: "\e020"; font-family: "WooCommerce"; }

.woocommerce p.stars a:hover ~ a:before, .woocommerce p.stars.selected a.active:before { color: var(--wdtPrimaryColor); }

.woocommerce p.stars a:before, .woocommerce p.stars a:hover ~ a:before, .woocommerce p.stars.selected a.active ~ a:before { color: rgba(var(--wdtHeadAltColorRgb),0.25) !important; }

.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before, .woocommerce p.stars.selected a.active:before { color: var(--wdtPrimaryColor) !important; }

/* #endregion - Product Rating */


/* #region - Product Tabs */
.woocommerce div.product .wdt-product-tabs:empty { display: none; }
.woocommerce div.product .wdt-product-tabs { display: inline-block; margin: 50px 0 0 0; position: relative; width: 100%; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs { clear: both; display: inline-block; position: relative; width: 100%; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs:before { content: ''; height: 1px; left: 50%; position: absolute; top: 0; transform: translateX(-50%); transform: translateX(-50%); width: -webkit-calc(100vw); width: -moz-calc(100vw); width: calc(100vw); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs { clear: both; margin: 0 0 50px; overflow: visible; padding: 0; text-align: center; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs:before { border: none; content: ''; height: 1px; left: 50%; position: absolute; transform: translateX(-50%); transform: translateX(-50%); width: -webkit-calc(100vw); width: -moz-calc(100vw); width: calc(100vw); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li { background: none !important; border-radius: 0; border-width: 0; display: inline-block; list-style: none; margin: 0 20px; padding: 0; }

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:first-child { margin-left: 0; padding-left: 0; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active { z-index: auto; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active:before { content: none; }

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-family: var(--wdtFontTypo_Alt);
    font-size: var(--wdtFontSize_H4);
    font-weight: var(--wdtFontWeight_H3);
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:before, .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:after { content: ''; position: absolute; width: 0; height: 3px; bottom: 0; margin: auto; border-radius: var(--wdtRadius_Part); -webkit-border-radius: var(--wdtRadius_Part); }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:before { left: 0px; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:after { right: 0; transition: width .8s cubic-bezier(.22, .61, .36, 1); -moz-transition: width .8s cubic-bezier(.22, .61, .36, 1); -webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1); }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:hover a:before,
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active a:before { width: 100%; -webkit-transition: width .5s cubic-bezier(.22, .61, .36, 1); -moz-transition: width .5s cubic-bezier(.22, .61, .36, 1); transition: width .5s cubic-bezier(.22, .61, .36, 1); }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active a:after { background: transparent; width: 100%; }

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel { background-color: transparent; border: none; margin: 0 0 50px 0; position: relative; text-align: left; width: 100%; }
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2, .woocommerce div.product .wdt-product-tabs .woocommerce-Reviews-title { display: none; font-size: 1.6em; margin-bottom: 30px; padding-bottom: 15px; position: relative; text-align: center; text-transform:none; word-wrap: break-word; -ms-word-wrap: break-word; }

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2:before, .woocommerce div.product .wdt-product-tabs .woocommerce-Reviews-title:before { bottom: 0; content: ''; display: block; height: 1px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 40px; }

.wdt-product-tabs-wrapper.wdt-product-hide-tab-title .woocommerce-tabs .panel > h2:first-child,
.wdt-product-tabs-wrapper.wdt-product-hide-tab-title .woocommerce-Reviews-title { display: none; }

.woocommerce div.product .elementor-toggle-item .wdt-product-tabs { margin: 0; }
.woocommerce div.product .elementor-toggle-item .wdt-product-tabs.wdt-product-tabs-exploded > h2 { font-size: 1.2rem; }

.woocommerce table.shop_attributes td p { line-height: normal; padding: 0; }

.woocommerce .comment-form-rating select, .woocommerce .comment-form-rating .select2 { display: none; }

.woocommerce #reviews #comments ol.commentlist { margin: 0 0 20px; padding: 0; }
.woocommerce #reviews #comments ol.commentlist li { border: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); padding: 30px 20px 25px; }
.woocommerce #reviews #comments ol.commentlist li:last-child { margin-bottom: 0; }
.woocommerce #reviews #comments ol.commentlist li .comment_container { position: relative; }
.woocommerce #reviews #comments ol.commentlist li img.avatar { background: none; position: absolute; left: 0; top: 5px; width: 40px; -webkit-border-radius: 50%; border-radius: 50%; }

.woocommerce #reviews #comments ol.commentlist li .star-rating { display: inline-block; float: right; margin: 5px 0; }
.woocommerce #reviews #comments ol.commentlist li .star-rating:before, .woocommerce #reviews #comments ol.commentlist li .star-rating span:before { font-size: var(--wdtFontSize_Base); line-height: inherit; }

.woocommerce #reviews #comments ol.commentlist li .comment-text { border-width: 0; display: block; margin: 0 0 0 50px; padding: 0; -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }
.woocommerce #reviews #comments ol.commentlist li .meta { color: var(--wdtBodyTxtColor); }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { float: left; font-size: 14px; line-height: 30px; margin: 5px 0; min-height: 30px; vertical-align: middle; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author { color: var(--wdtHeadAltColor); font-size: var(--wdtFontSize_Base);
text-transform: capitalize; font-weight: var(--wdtFontWeight_Base); }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date { letter-spacing: 0; }

.woocommerce #reviews #comments ol.commentlist li .description { border-top: 1px solid rgba(var(--wdtHeadAltColorRgb),0.15); clear: both; display: block; margin: 0; padding: 10px 0 0; }
.woocommerce #reviews #comments ol.commentlist li .description p:last-child { margin-bottom: 0; }

.woocommerce #review_form #respond { margin-top: 20px; }
.woocommerce #review_form #respond > .comment-form:last-child,
.woocommerce #review_form #respond > .comment-form:last-child > p:last-child { margin-bottom: 0; }

.woocommerce #review_form #respond .comment-reply-title { display: inline-block; font-size: 20px; font-weight: bold; line-height: normal; margin-bottom: 20px; }
.woocommerce #review_form #respond p, .woocommerce #review_form #respond .comment-notes { margin-bottom: 20px; }

.woocommerce #review_form #respond p, .woocommerce #review_form #respond .comment-form-rating { clear: both; line-height: inherit; }
.woocommerce #review_form #respond label { display: block; line-height: 1.5em; margin-bottom: 5px; font-weight: 500; }

.woocommerce #review_form #respond .comment-form-cookies-consent label { display: inline; font-weight: 500; }

.woocommerce #review_form #respond .comment-form > .column:first-child:not(.first),
.woocommerce #review_form #respond .comment-notes + .column.wdt-three-fourth,
.woocommerce #review_form #respond form.comment-form .column.wdt-three-fourth:first-child { margin-left: 0; width: 100%; }

.woocommerce.single-product .elementor-widget-tabs .wdt-product-tabs { margin-left: 10px !important; margin-right: 10px !important; width: auto; }
.woocommerce.single-product .elementor-widget-tabs .wdt-product-tabs .elementor-tab-title,
.woocommerce.single-product .elementor-widget-tabs .wdt-product-tabs .elementor-tab-content { padding-left: 0; padding-right: 0; }

.wdt-shop-default-single-template.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2 { display: none; }


.woocommerce .page-with-sidebar div.product .wdt-product-tabs .woocommerce-tabs:before,
.woocommerce .page-with-sidebar div.product .wdt-product-tabs .woocommerce-tabs ul.tabs:before { width: 100%; }

.woocommerce .page-with-sidebar div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li { margin: 0 10px; }


/* #endregion - Product Tabs */

/* Additional Info */

.woocommerce div.product .summary > ul.product-additional-info { clear: both; display: inline-block; margin-top: 20px; padding: 0; width: 100%; }

.woocommerce div.product .summary > ul.product-additional-info li { display: inline-block; list-style: none; line-height: normal; margin: 0; padding: 0 0 0 30px; position: relative; width: 100%; }

.woocommerce div.product .summary > ul.product-additional-info li:last-child { margin-bottom: 0; }

.woocommerce div.product .summary > ul.product-additional-info li i { color: var(--wdtPrimaryColor); position: absolute; left: 0; top: 2px; }

.woocommerce div.product .summary > ul.product-additional-info li i:before {
    font-weight: normal;
    margin-right: 7px;
    vertical-align: top;
}

.woocommerce div.product .summary > ul.product-additional-info li span.offer-end-of-day,
.woocommerce div.product .summary > ul.product-additional-info li span.offer-delivery-date, 
.woocommerce div.product .summary > ul.product-additional-info li span.offer-free-shipping { color: var(--wdtPrimaryColor); }

.woocommerce div.product .summary > ul.product-additional-info li span.offer-end-of-day,
.woocommerce div.product .summary > ul.product-additional-info li span.offer-delivery-date { text-decoration: underline; text-decoration-skip-ink: none; }

.woocommerce div.product .summary > ul.product-additional-info li span.ai-visitors-count {
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    padding: 2px 7px;
    font-size: var(--wdtFontSize_Ext);
    margin: 0 3px;
    border-radius: 5px;
}

.woocommerce div.product .summary > ul.product-additional-info.single-item { display: inline-flex; margin-top: 15px; margin-bottom: 15px; }
.woocommerce div.product .summary > ul.product-additional-info.single-item li { margin: 0; }

.woocommerce div.product .summary > .wdt-single-product-separator + .product-additional-info { margin-top: 0; }

.woocommerce div.product .summary > ul.product-additional-info:not(.single-item):last-child { margin-bottom: 0; }


.woocommerce div.product .summary.aligncenter > ul.product-additional-info li { padding-left: 0; }
.woocommerce div.product .summary.aligncenter > ul.product-additional-info li i { position: relative;}



/* #endregion - Product Single */


/*--------------------------------------------------------------*/
/* #region - Custom CSS - Single Product Page */
/*--------------------------------------------------------------*/

.woocommerce div.product .summary.bg-with-shadow {
    background: var(--wdtBodyBGColor);
    padding: 35px 35px 30px 35px;
    padding-left: 20px !important; padding-right: 20px !important;
    -webkit-box-shadow: 0 0 5px rgba(var(--wdtHeadAltColorRgb),0.15);
    box-shadow: 0 0 5px rgba(var(--wdtHeadAltColorRgb),0.15);
}

.woocommerce div.product .bg-white .wdt-product-tabs .woocommerce-tabs:after {
    background: var(--wdtBodyBGColor);
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100vw);
    width: -moz-calc(100vw);
    width: calc(100vw);
    z-index: -1;
}

.wdt-content-scroll { padding-right: 6px; }
.wdt-content-scroll .elementor-section > .elementor-column-gap-default > .elementor-row,
.wdt-content-scroll .elementor-section.elementor-section-boxed:not([data-settings*="background_background"]):not([class*="ary-bg"]) > .elementor-column-gap-default > .elementor-row { margin: 0 0 0 -10px; width: auto; }


/* Custom Vertical Bordered Tabs */
.elementor-widget-tabs.elementor-tabs-view-vertical.wdt-vertical-bordered .elementor-tabs-wrapper { border-color: rgba(var(--wdtHeadAltColorRgb),0.2); border-style: solid; border-width: 1px 0 1px 1px; }
.elementor-widget-tabs.elementor-tabs-view-vertical.wdt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title { border-width: 1px 0 !important; }
.elementor-widget-tabs.elementor-tabs-view-vertical.wdt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title:first-child { border-top-width: 0 !important; }
.elementor-widget-tabs.elementor-tabs-view-vertical.wdt-vertical-bordered .elementor-tabs-wrapper .elementor-tab-title:last-child { margin-bottom: -1px; }


/* Custom Bottom-line Accordion */
.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content { border-color: var(--wdtBorderColor); border-style: solid; border-width: 0 0 1px !important; }

.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title { line-height: normal; padding: 30px 0; }
.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content { padding: 24px 0 28px; }

.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-content > *:last-child { margin-bottom: 0; }


.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item { border-width: 0; }
.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title { padding-top: 10px; }
.wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title:not(.elementor-active) { border-width: 0 !important; padding-bottom: 10px; }

/* #endregion - Custom CSS - Single Product Page */


/*--------------------------------------------------------------*/
/* #region - Default Colors */
/*--------------------------------------------------------------*/

/* Backgrounds */
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs .panel > h2:before, .woocommerce div.product .wdt-product-tabs .woocommerce-Reviews-title:before, .woocommerce div.product .woocommerce-tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before { background-color: rgba(var(--wdtHeadAltColorRgb),0.15); }

.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline button.disabled.wc-variation-is-unavailable,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline button.button.disabled.wc-variation-is-unavailable,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.alt.disabled.wc-variation-is-unavailable,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.disabled.wc-variation-is-unavailable,
.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-skin-bgfill .wc_btn_inline .button.alt.disabled.wc-variation-is-unavailable { background-color: rgba(var(--wdtHeadAltColorRgb),0.5); }


/* Borders */
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }

.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option:hover,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option.zoo-cw-active { border-color: var(--wdtHeadAltColor); }


/* Colors */
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .compare,
.woocommerce div.product .summary .yith-wcqv-button, .woocommerce div.product .summary .wdt-wcsg-button { color: var(--wdtAccentTxtColor); }

.woocommerce div.product .summary .product_meta a,
.woocommerce div.product .summary .product_meta > span strong,
.woocommerce div.product .summary .product_meta > span.yith-wcbr-brands, 
.woocommerce div.product .summary .product-button.style-simple .compare,
.woocommerce div.product .summary form.cart .group_table td label a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #review_form #respond .comment-reply-title,

.woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option:hover .zoo-cw-attr-item span:before,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option.zoo-cw-active .zoo-cw-attr-item span:before,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item span:hover:first-letter
{ color: var(--wdtHeadAltColor); }

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, .woocommerce small.note,
.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item span:first-letter { color: rgba(var(--wdtHeadAltColorRgb),0.8); }


/* #endregion - Default Colors */


/*--------------------------------------------------------------*/
/* #region - Accents */
/*--------------------------------------------------------------*/

.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:before, .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce div.product form.cart .variations .reset_variations:before { background-color: var(--wdtPrimaryColor); }

.woocommerce div.product div.images ol.flex-control-nav li img.flex-active, div[class*="thumb-container"] .swiper-wrapper .swiper-slide.swiper-slide-active img,

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:hover,

.woocommerce div.product .summary .product_meta a:hover,
.woocommerce div.product .summary form.cart .group_table td label a:hover,
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce table.cart td.product-name a:not(.button):hover { color: var(--wdtLinkHoverColor); }


.woocommerce div.product form.cart .variations .reset_variations:hover { color: var(--wdtPrimaryColor); }

.woocommerce div.product form.cart .button { margin-right: 10px; }

/* #endregion - Accents */


/*--------------------------------------------------------------
 Responsive
--------------------------------------------------------------*/

/* Note: Design for a width of 960px */
@media only screen and (min-width:1025px) and (max-width:1280px) {

    .woocommerce div.product .images .thumbnails .yith_magnifier_gallery li { width: 92px !important; }

    .woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
    .woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li { width: 67px !important; }
}

@media only screen and (max-width:1540px) {

  .elementor-379 .elementor-element.elementor-element-4071b5c>.elementor-widget-container {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width:1280px) {

  .elementor-379 .elementor-element.elementor-element-4071b5c>.elementor-widget-container {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width:1024px) {

  .elementor-379 .elementor-element.elementor-element-4071b5c>.elementor-widget-container {
    padding: 0 0 0 0;
  }
}

/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {

    .woocommerce .page-with-sidebar .product div.images, .woocommerce-page .page-with-sidebar .product div.images,
    .woocommerce .page-with-sidebar .product div.summary, .woocommerce-page .page-with-sidebar .product div.summary { float: left; width: 100%; }
    .woocommerce .page-with-sidebar .product div.summary, .woocommerce-page .page-with-sidebar .product div.summary { margin: 0; }

    .woocommerce.single-product .page-with-sidebar .product-thumb-wrapper span.onsale,
    .woocommerce.single-product .page-with-sidebar .product-thumb-wrapper span.out-of-stock { right: -25px; }

    .woocommerce div.product .images .thumbnails .yith_magnifier_gallery li { width: 71px !important; }

    .woocommerce .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
    .woocommerce-page .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li { width: 160px !important; }

    .wdt-sticky-content.elementor-widget-accordion { position: inherit !important; margin: 20px -20px 0; left: auto !important; top: auto !important; width: auto !important; }

}

/*----*****---- << Tablet >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1280px) {

    .woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label{ margin: 0 0 15px; }

    /* .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a { font-size: var(--wdtFontSize_Base); } */

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

    .woocommerce div.product div.images, .woocommerce-page div.product div.images,
    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary { float: left; width: 100%; }

    .woocommerce div.product .woocommerce-tabs ul.tabs:before,
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs:before { content: none; }

    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li { display: block; margin: 0 0 20px 0; padding: 0; text-align: center; }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li:not(:last-child) { border-style: solid; border-width: 0 0 1px; }

    .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li, .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li.active { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }

    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a { font-size: var(--wdtFontSize_H5); }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:before,
    .woocommerce div.product .wdt-product-tabs .woocommerce-tabs ul.tabs li a:after { bottom: -1px; }

    .woocommerce-tabs ul.tabs li a { font-size: 13px; }
    .woocommerce-tabs .panel h2 { font-size: 18px; }

    /* .woocommerce #review_form #respond p.form-submit { text-align: center; } */
    .woocommerce #review_form #respond p.form-submit input { display: inline-block; float: none; }
    .woocommerce #review_form #respond p.comment-form-comment { margin-bottom: 0; }

    /* .woocommerce #review_form #respond p.stars span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    } */


    .woocommerce div.product form.cart .group_table { border-width: 1px; display: block; position: relative; width: 100%; }

    .woocommerce-page div.product form.cart .group_table { border-top-width: 0 !important; }

    .woocommerce div.product form.cart .group_table thead { display: block; float: left; }

    .woocommerce div.product form.cart .group_table tbody { display: block; overflow-x: auto; position: relative; width: auto; white-space: nowrap; }

    .woocommerce div.product form.cart .group_table td { display: block; min-height: 1.25em; }


    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { font-size: 14px; }

    .woocommerce div.product form.cart .group_table td,
    .woocommerce-page div.product form.cart .group_table td { font-size: 16px; font-weight: normal; }


    .woocommerce .cart .button, .woocommerce-page .cart .button,
    .woocommerce .cart input.button, .woocommerce-page .cart input.button,
    .woocommerce div.product form.cart .button { display: inline-block; float: none; margin: 10px 0 0; }


    .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; }

    .woocommerce div.product form.cart .group_table td { font-size: 1rem; }

    .woocommerce.single-product .product-thumb-wrapper span.onsale,
    .woocommerce.single-product .product-thumb-wrapper span.out-of-stock { right: 5px; top: 5px; }

    .woocommerce.single-product .elementor-widget-tabs .elementor-tab-content .elementor-widget-accordion .elementor-accordion .elementor-tab-title { border-width: 0; }
    .woocommerce.single-product .wdt-product-tabs .elementor-section.elementor-section-boxed > .elementor-container { max-width: 100%; }


    .woocommerce table.shop_attributes td { text-align: center; }

}



/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .woocommerce div.product .images .thumbnails .yith_magnifier_gallery li,
    .woocommerce.single-product .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li { width: 133px !important; }

    .woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0 12px 0 5px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 12px; }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash { display: none; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date { display: block; }

    .woocommerce table.shop_attributes td { text-align: left; }

}



/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

    .woocommerce div.product.product-type-external .summary a,
    .woocommerce div.product.product-type-external .summary a.button,
    .woocommerce div.product.product-type-external .summary button,
    .woocommerce div.product.product-type-external .summary button.button,
    .woocommerce div.product.product-type-external .summary .button,
    .woocommerce div.product.product-type-external .summary .button.alt,
    .woocommerce div.product.product-type-external .summary .button.disabled,
    .woocommerce div.product.product-type-external .summary .button[disabled],
    .woocommerce div.product.product-type-external .summary .button.alt.disabled,
    .woocommerce div.product.product-type-external .summary .button.alt[disabled] { font-size: 13px; }


    .woocommerce div.product .woocommerce-tabs .panel { text-align: center; }
    .woocommerce #review_form #respond p { text-align: left; }

    .woocommerce .woocommerce-product-rating .star-rating { margin-top: 2px; }


    .woocommerce.single-product div.images .thumbnails.slider .caroufredsel_wrapper { width: 100% !important; }

    .woocommerce #reviews #comments ol.commentlist li img.avatar { display: block; float: none; margin: 0 auto; position: static; text-align: center; width: 60px; }
    .woocommerce #reviews #comments ol.commentlist li .description { margin: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 20px 0 0; padding: 0; text-align: center; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { display: inline-block; float: none; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash { display: none; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date { display: block; }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating { display: block; float: none; margin: 0 auto; }

    .woocommerce table.shop_attributes tr:not(:last-child) { border-color: rgba(var(--wdtHeadAltColorRgb),0.15); border-style: solid; border-width: 0 0 1px; }
    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { border-width: 0 !important; }
    .woocommerce table.shop_attributes td { text-align: center !important; }

    .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th,
    .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td { float: left; max-width: 100%; width: 100%; }

    .woocommerce-cart .cart-collaterals .cart_totals table { border-top-width: 0; }
    .woocommerce table.shop_attributes tr td { border-top-width: 1px !important; }


    .woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label { margin: 0 0 15px; }
    .woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label,
    .woocommerce .product form.cart .variations li.zoo-cw-attr-row div.label label { width: 100%; }
    .woocommerce div.product form.cart .variations .reset_variations:before { right: 0; }
    .woocommerce div.product form.cart .variations .reset_variations:after { margin-left: -5px; margin-right: -5px; }

    .woocommerce #review_form #respond p.stars span,
    .woocommerce #review_form #respond p.stars a { margin-left: 0; margin-right: 0; }

    .woocommerce .product.product-type-grouped .summary .cart .group_table tr > * {
        flex-basis: 100%;
    }

    .woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity { order: 1; padding: 0; top: auto; }
    .woocommerce div.product.product-type-grouped .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__price { order: 0; padding: 0 0 15px; }


    /* Custom CSS - Single Product Page */
    .wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title { display: table; direction: rtl; width: 100%; }
    .wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title > * { display: table-cell; float: none !important; vertical-align: middle; }
    .wdt-accordion-custom-bottomline.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon { font-size: 0.75em; }

}



/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .woocommerce.single-product .product .images .thumbnails .yith_magnifier_gallery li,
    .woocommerce.single-product .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li { width: 90px !important; }


    .woocommerce div.product form.cart .variations td.label {
        font-size: var(--wdtFontSize_Base);
    }

}


/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

    .woocommerce div.product .product_title { font-size: 20px; }
    .woocommerce #review_form #respond { margin: 30px 0 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 13px; letter-spacing: 0; }
    .woocommerce .product form.cart .variations td { font-size: 12px; text-align: center; width: 100%; }

    .woocommerce.single-product div.product .images .thumbnails .yith_magnifier_gallery li,
    .woocommerce.single-product .page-with-sidebar div.product .images .thumbnails .yith_magnifier_gallery li { width: 60px !important; }

}


/*--------------------------------------------------------------*/
    /* #region - Product Listing Style */
/*--------------------------------------------------------------*/

    .woocommerce ul.products.product-style-default:not(.product-padding-content) li.product.product-grid-view .product-details { padding-top: 40px; padding-bottom: 0; }
    .woocommerce ul.products.product-style-default li.product .product-details > div.product-title h5 { margin-top: 0; }
    .woocommerce ul.products.product-style-default li.product .product-details > div.product-title p { font-size: 12px; margin-bottom: 5px; font-family: var(--e-global-typography-text-font-family), Sans-serif; }



/* #endregion - Product Listing Style */   


/*--------------------------------------------------------------*/
    /* #region - Secondary Image Hover Effects */
/*--------------------------------------------------------------*/

    .woocommerce ul[class*="product-hover-secimage"].product-thumb-bg-image li.product.product-with-secondary-image .product-thumb .image .primary-image,
    .woocommerce ul[class*="product-hover-secimage"].product-thumb-bg-image li.product.product-with-secondary-image .product-thumb .image .secondary-image,
    .woocommerce ul[class*="product-hover-secimage"]:not(.product-thumb-bg-image) li.product.product-with-secondary-image .product-thumb .image .primary-image img,
    .woocommerce ul[class*="product-hover-secimage"]:not(.product-thumb-bg-image) li.product.product-with-secondary-image .product-thumb .image .secondary-image img { -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }


	/* Secondary Image Hover Effect - Push*
	------------------------------------- */
	.woocommerce ul[class*="product-hover-secimage-push"].product-thumb-bg-image li.product.product-with-secondary-image:hover .product-thumb .image .secondary-image,
	.woocommerce ul[class*="product-hover-secimage-push"]:not(.product-thumb-bg-image) li.product.product-with-secondary-image:hover .product-thumb .image .secondary-image img {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); 
	}

	/* Secondary Image Hover Effect - PushLeft
	---------------------------------------- */
	.woocommerce ul.products.product-hover-secimage-pushleft.product-thumb-bg-image li.product.product-with-secondary-image:not(:hover) .product-thumb .image .secondary-image,
	.woocommerce ul.products.product-hover-secimage-pushleft:not(.product-thumb-bg-image) li.product.product-with-secondary-image:not(:hover) .product-thumb .image .secondary-image img {
		-webkit-transform: translateX(100%);
		transform: translateX(100%); 
	}

	.woocommerce ul.products.product-hover-secimage-pushleft.product-thumb-bg-image li.product.product-with-secondary-image:hover .product-thumb .image .primary-image,
	.woocommerce ul.products.product-hover-secimage-pushleft:not(.product-thumb-bg-image) li.product.product-with-secondary-image:hover .product-thumb .image .primary-image img {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); 
	}

/* #endregion - Secondary Image Hover Effects */        		


/*--------------------------------------------------------------*/
    /* #region - Product Listing - IconGroup Hover Effects */
/*--------------------------------------------------------------*/

   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons .button,

   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a:before,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a.button:before,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button:before,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button.button:before,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons .button:before,

   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a:after,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons a.button:after,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button:after,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons button.button:after,
   .woocommerce ul.products[class*="product-icongroup-hover"] li.product .product-thumb .product-buttons-wrapper.product-icons .button:after { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }


   /** Flip X **/
   .woocommerce ul.products.product-icongroup-hover-flipx li.product .product-thumb .product-buttons-wrapper.product-icons a,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product .product-thumb .product-buttons-wrapper.product-icons button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product .product-thumb .product-buttons-wrapper.product-icons .button
   {
      -webkit-transform: scaleX(0);
         -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
               transform: scaleX(0); 
   }

   .woocommerce ul.products.product-icongroup-hover-flipx li.product:hover .product-thumb .product-buttons-wrapper.product-icons a,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product:hover .product-thumb .product-buttons-wrapper.product-icons a.button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product:hover .product-thumb .product-buttons-wrapper.product-icons button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product:hover .product-thumb .product-buttons-wrapper.product-icons button.button,
   .woocommerce ul.products.product-icongroup-hover-flipx li.product:hover .product-thumb .product-buttons-wrapper.product-icons .button
   {
      -webkit-transform: scaleX(1);
         -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
               transform: scaleX(1); 
   }

/* #endregion - Product Listing - IconGroup Hover Effects */   


/*--------------------------------------------------------------*/
    /* #region - Product Listing - List View */
/*--------------------------------------------------------------*/

    .woocommerce ul.products li.product.product-list-view .product-wrapper {
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb,
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { float: none; vertical-align: middle; }

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb { width: 33.33%; }
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { padding: 15px 30px; width: 66.66%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb:only-child,
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details:only-child { width: 100%; }

    .woocommerce ul.products:not(.product-content-alignment-center) li.product.product-list-view .product-wrapper .product-details { text-align: left; }


    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button { text-align: inherit !important; }

    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button a,
    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button a.button,
    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button button,
    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button button.button,
    .woocommerce ul.products li.product.product-list-view .product-buttons-wrapper.product-button .button { text-align: center !important; }


    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline,
    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline a,
    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline a.button,
    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline button,
    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline button.button,
    .woocommerce ul.products.product-content-buttonelement-stretch:not(.product-content-alignment-center) li.product.product-list-view .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline .button { width: auto; }

    .woocommerce ul.products li.product.product-list-view .product-wrapper[style*="background-color"] { border-width: 0; }


    /* Left Thumb */
    .woocommerce ul.products li.product-list-left-thumb .product-details > div:last-child { margin-bottom: 10px !important; }


    /* Right Thumb */
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .woocommerce ul.products:not(.product-content-alignment-center) li.product.product-list-view.product-list-right-thumb .product-wrapper .product-details { text-align: right; }


    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper { direction: rtl; }
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper > div { direction: ltr; }
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper > div:nth-child(1):nth-last-child(2) { text-align: right; }
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper > div:nth-child(2):nth-last-child(1) { text-align: left; }


/* #endregion - Product Listing - List View */


/*--------------------------------------------------------------*/
/* #region - Responsive */
/*--------------------------------------------------------------*/

/*----*****---- << Tablet (Landscape) >> ----*****----*/

/* Note: Design for a width of 960px */
@media only screen and (min-width:1025px) and (max-width:1280px) {

    .woocommerce .page-with-sidebar ul.products li.product.product-list-view .product-wrapper .product-thumb,
    .page-with-sidebar .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb { width: 40% }

    .woocommerce .page-with-sidebar ul.products li.product.product-list-view .product-wrapper .product-details,
    .page-with-sidebar .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { width: 60% }

}


/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb { width: 40% }
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { width: 60% }

    .woocommerce .page-with-sidebar ul.products li.product.product-list-view .product-wrapper .product-thumb,
    .page-with-sidebar .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb,

    .woocommerce .page-with-sidebar ul.products li.product.product-list-view .product-wrapper .product-details,
    .page-with-sidebar .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { display: block; width: 100% }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

    .woocommerce ul.products li.product.product-list-view .product-wrapper,
    .woocommerce ul.products li.product.product-list-view.product-list-left-thumb .product-wrapper,
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-thumb,
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { display: table; width: 100%; }
    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { padding: 10px 20px; }


    /* Right Thumb */
    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper { direction: ltr; }

    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper > div:nth-child(1):nth-last-child(2) { text-align: left; }

    .woocommerce ul.products li.product.product-list-view.product-list-right-thumb .product-details .product-element-group-wrapper > div:nth-child(2):nth-last-child(1) { text-align: right; }

}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

    .woocommerce ul.products li.product.product-list-view .product-wrapper .product-details { padding: 10px; }

}

/* #endregion - Responsive */





    
/*--------------------------------------------------------------*/
    /* #region - Product Listing Labels */
/*--------------------------------------------------------------*/    
    
    .woocommerce ul.products.product-label-boxed li.product .product-labels { left: 20px; top: 20px; }

    .woocommerce ul.products.product-label-boxed li.product .product-labels > span { display: table; height: 25px; line-height: 25px; margin: 0; min-height: 25px; min-width: auto; text-align: center; vertical-align: middle; }

    .woocommerce ul.products.product-label-boxed li.product .product-labels span span { padding: 0 10px; }

    .woocommerce ul.products.product-label-boxed li.product .product-labels > span.out-of-stock { display: block; font-size: 9px; overflow: hidden; width: 50px; }

    .woocommerce ul.products.product-label-boxed li.product .product-labels > span.out-of-stock > span { height: 100%; }

    .woocommerce ul.products.product-label-boxed li.product .product-labels .onsale, .woocommerce ul.products.product-label-boxed li.product .product-labels .out-of-stock { border-radius: calc(var(--wdtRadius_1X) - 5px); -webkit-border-radius: calc(var(--wdtRadius_1X) - 5px); }

/* #endregion - Product Listing Labels */    







/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup */
/*--------------------------------------------------------------*/

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons { position: absolute; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons { position: relative; right: 25px; top: 25px; }
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons { display: inline-block; float: none; width: auto; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline:not(:last-child) { margin-bottom: 15px !important; }

.woocommerce ul.products.vertical-position-top-right li.product .product-wrapper .product-thumb .product-thumb-content .product-icons .wc_inline_buttons .wc_btn_inline::before,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline a,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline a:hover { background: var(--e-global-color-accent); }

.woocommerce ul.products.vertical-position-top-right li.product .product-wrapper .product-thumb .product-thumb-content .product-icons .wc_inline_buttons .wc_btn_inline:after { border-left: solid 5px var(--e-global-color-accent); }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline a { -webkit-transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline { display: inline-block; vertical-align: top; }


.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button { display: block; font-size: 0; font-weight: normal; height: 40px; line-height: 40px; margin: auto; padding: 0; position: relative; bottom: 0; top: 0; text-align: center; width: 40px; z-index: 2; -webkit-border-radius: 0; border-radius: 0; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a:before,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button:before,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button:before,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button:before,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button:before { display: block; font-size: 16px; font-weight: normal; height: 100%; line-height: inherit; margin: auto; position: absolute; bottom: 0; left: 1px; right: 0; top: 0; text-align: center; width: 100%; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wcct_btn_wrapper a.add_to_cart_button.loading:before { opacity: 0.25; }
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wcct_btn_wrapper a.add_to_cart_button.loading:after { margin: auto; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }


/* for Sidebar pages */
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button,

.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button { height: 40px; line-height: 40px; width: 40px; }

.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a:before,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button:before,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button:before,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button:before,
.woocommerce .page-with-sidebar ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button:before,

.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a:before,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons a.button:before,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button:before,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons button.button:before,
.page-with-sidebar .woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .button:before { font-size: 18px; }


/* Colors */
.woocommerce ul.products li.product .product-buttons-wrapper.product-icons a,
.woocommerce ul.products li.product .product-buttons-wrapper.product-icons button,
.woocommerce ul.products li.product .product-buttons-wrapper.product-icons .button,
.woocommerce ul.products li.product .product-buttons-wrapper.product-icons a.button { color: var(--wdtAccentTxtColor); }

/* #endregion - Thumb IconsGroup */


/*--------------------------------------------------------------*/
    /* #region - Product Listing - Thumb Content Alignment */
/*--------------------------------------------------------------*/

    .woocommerce ul.products.product-thumb-alignment-top-right li.product .product-thumb-content { text-align: right; }

    .woocommerce ul.products.product-thumb-alignment-top-right li.product .product-thumb:before { padding-top: 0; padding-bottom: 0; }


    /* Hover Style - IconGroup - Bounce */
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product .product-thumb .product-buttons-wrapper.product-icons .button { bottom: auto; top: -60px; visibility: hidden; }

    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons .button { top: 0; visibility: visible; }

    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="thumb-alignment-top"]:not([class*="product-thumb-iconsgroup-position"]) li.product:hover .product-thumb .product-buttons-wrapper.product-icons .button { bottom: auto; top: 0; }

/* #endregion - Product Listing - Thumb Content Alignment */


/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup Icon */
/*--------------------------------------------------------------*/

    .woocommerce ul.products li.product .product-buttons-wrapper.product-icons a.add_to_wishlist:before { content: "\e805"; font-family: 'Sheena Icons'; }

    .woocommerce ul.products li.product .product-buttons-wrapper.product-icons .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce ul.products li.product .product-buttons-wrapper.product-icons .yith-wcwl-wishlistexistsbrowse a:before { content: "\e804"; font-family: 'Sheena Icons'; }


    .woocommerce ul.products li .yith-wcwl-add-to-wishlist, .woocommerce ul.products li .yith-wcwl-add-to-wishlist .yith-wcwl-add-button { vertical-align: top; }

    .woocommerce ul.products li.product .product-thumb .yith-wcwl-add-button.hide a, .woocommerce ul.products li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .woocommerce ul.products li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback { display: none !important; }

/* #endregion - Thumb IconsGroup Icon */


/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup Icon */
/*--------------------------------------------------------------*/

    .woocommerce ul.products li.product .wc_compare_btn_wrapper { margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; }
    .woocommerce ul.products li.product .wc_compare_btn_wrapper a { padding-top: 6px; padding-bottom: 6px; border-radius: 0; }
    .woocommerce ul.products li.product .wc_compare_btn_wrapper a.compare.added:after { vertical-align: middle; }

    .woocommerce ul.products li.product .product-buttons-wrapper.product-icons a.yith-woocompare-button:before { content: "\e805"; font-family: "wdt-custom-sheena-icons"; }

/* #endregion - Thumb IconsGroup Icon */


/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup Icon */
/*--------------------------------------------------------------*/

.woocommerce ul.products li.product .product-buttons-wrapper.product-icons a.yith-wcqv-button:before { content: "\e804"; font-family: "wdt-custom-sheena-icons"; }

/* #endregion - Thumb IconsGroup Icon */


/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup Position */
/*--------------------------------------------------------------*/

    .woocommerce ul.products[class*="product-thumb-iconsgroup-position"] li.product .product-thumb .product-buttons-wrapper.product-icons { margin: 5px; width: auto; }

    .woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline { display: block; }


    .woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-element-group-wrapper .product-buttons-wrapper.product-icons,

    .woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-details .product-element-group-wrapper .product-buttons-wrapper.product-icons { position: static; }


    .woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-thumb .product-element-group-wrapper .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline,

    .woocommerce ul.products.product-thumb-iconsgroup-position-vertical li.product .product-details .product-element-group-wrapper .product-buttons-wrapper.product-icons .wc_inline_buttons > .wc_btn_inline { display: inline-block; }


    .woocommerce ul.products[class*="position-top"] li.product .product-thumb .product-buttons-wrapper.product-icons { top: 0; }

    .woocommerce ul.products.vertical-position-top-right li.product .product-thumb .product-buttons-wrapper.product-icons { right: 0; }


    /* Hover Style - Icon Group - Bounce */
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product .product-thumb .product-buttons-wrapper.product-icons .button { right: -60px; left: auto; }

    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-position-vertical[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons .button { right: 10px; }

    /* Hover Style - Icon Group Simple - Bounce */
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-icongroup-hover-bounce.product-thumb-iconsgroup-style-simple[class*="vertical-position-top-right"] li.product:hover .product-thumb .product-buttons-wrapper.product-icons .button { left: auto; right: 0; }

 /* #endregion - Thumb IconsGroup Position */    


/*--------------------------------------------------------------*/
    /* #region - Thumb IconsGroup Style */
/*--------------------------------------------------------------*/
    
    .woocommerce ul.products[class*="product-thumb-iconsgroup-style-skinbgfill"] li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline { margin: 0; }


    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons a, 
    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons a.button, 
    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons button, 
    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons .button,

    .woocommerce ul.products.product-thumb-iconsgroup-style-skinbgfill-rounded li.product .product-thumb .product-buttons-wrapper.product-icons .blockUI.blockOverlay { -webkit-border-radius: 50%; border-radius: 50%; }

/* #endregion - Thumb IconsGroup Style */


/*--------------------------------------------------------------*/
    /* #region - Thumb Button Element */
/*--------------------------------------------------------------*/

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button.product_type_simple:after { content: "\e820"; font-family: 'Sheena Icons';  }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button.product_type_variable:after { content: "\f218"; font-family: 'Sheena Icons'; }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button.add_to_cart_button.product_type_simple:after { content: "\f217"; font-family: 'Sheena Icons'; }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.added_to_cart.wc-forward:after { content: "\e843"; font-family: 'Sheena Icons'; z-index: 1; }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button.product_type_external:after { content: "\f08e"; font-family: "Sheena Icons"; }

.woocommerce ul.products li.product .product-buttons-wrapper.product-button a.button.product_type_grouped:after { content: "\f16b"; font-family: 'Sheena Icons'; }

/* #endregion - Thumb IconsGroup Icon */


/*--------------------------------------------------------------*/
    /* #region - Thumb Button Element Style */
/*--------------------------------------------------------------*/

    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) { background-color: var(--wdtBodyBGColor); -webkit-box-shadow: 0 1px 2px rgba(var(--wdtHeadAltColorRgb),0.2); box-shadow: 0 1px 2px rgba(var(--wdtHeadAltColorRgb),0.2); }


    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) a:not(:hover),
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) a.button:not(:hover),
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) button:not(:hover),
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) button.button:not(:hover),
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:not(:hover) .button:not(:hover) { color: rgba(var(--wdtHeadAltColorRgb),0.8); }


    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline a:hover,
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline a.button:hover,
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline button:hover,
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline button.button:hover,
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline .button:hover { color: var(--wdtAccentTxtColor); }


    /* Accents - Primary */
    .woocommerce ul.products[class*="product-thumb-buttonelement-style-bgfill"] li.product .product-thumb .product-buttons-wrapper.product-button .wc_btn_inline:hover { background-color: var(--wdtPrimaryColor); }

/* #endregion - Thumb Button Element Style */


/*--------------------------------------------------------------*/
    /* #region - Product Listing - Thumb Button Stretch */
/*--------------------------------------------------------------*/

    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button,
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline,

    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline a,
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline a.button,
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline button,
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline button.button
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline .button, 

    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline .yith-wcwl-add-to-wishlist,
    .woocommerce ul.products.product-thumb-buttonelement-stretch li.product .product-thumb .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline .yith-wcwl-add-to-wishlist .yith-wcwl-add-button { max-width: 100%; width: 100%; }

/* #endregion - Product Listing - Thumb Button Stretch */




/*--------------------------------------------------------------*/
    /* #region - Product Listing - Content - Title */
/*--------------------------------------------------------------*/

    .woocommerce ul.products li.product .product-details .product-title h5 { margin: 0; }

    .woocommerce ul.products li.product .product-details > .product-title h5 { margin-top: 10px; }

    .woocommerce ul.products li.product .product-details > .product-title h5 a { display: inline-block; padding: 0; }
    .woocommerce ul.products li.product-category .product-details .product-title h5 { display: block; padding: 5px 0; }

    .woocommerce ul.products li.product .product-details h5 .count { font-style: normal; }
    .woocommerce ul.products li.product-category .product-details h5 { margin: 10px 0; }


    .woocommerce ul.products li.product .product-wrapper > h3, .woocommerce ul.products li.product .product-wrapper > a h3 { display: none !important; }

    .woocommerce ul.products li.product .product-details .product-title h5 a:not(:hover) { color: inherit; }
    .woocommerce ul.products li.product .product-details .product-title h5 a:hover { color: var(--wdtLinkHoverColor); }

/* #endregion - Product Listing - Content - Title */


/*--------------------------------------------------------------*/
    /* #region - Product Content - Price */
/*--------------------------------------------------------------*/

    .woocommerce ul.products li.product .product-details .product-price { display: flex; align-items: center; justify-content: center; }

    .woocommerce ul.products li.product .product-details .product-price .pricing_label { line-height: var(--wdtLineHeight_Alt); letter-spacing: var(--wdtLetterSpacing_1X); text-transform: uppercase; font-size: 12px; margin-right: 5px; }

    .woocommerce ul.products li.product .product-details .price { letter-spacing: 0; }
    .woocommerce ul.products li.product .product-details .price ins { font-weight: normal; }
    .woocommerce ul.products li.product .product-details .price del { opacity: 0.85; }

    .woocommerce ul.products li.product .product-details .price { letter-spacing: var(--wdtLetterSpacing_1X); margin: 0; padding: 0; width: auto; line-height: var(--wdtLineHeight_Alt); }
    .woocommerce ul.products li.product .product-details .price, .woocommerce ul.products li.product .product-details .price ins, .woocommerce ul.products li.product .product-details .price del { font-size: 12px; }
    .woocommerce ul.products li.product .product-details .price ins { font-weight: 600; }

    .woocommerce ul.products li.product .product-details .product-price { width: auto; margin-top: 24px !important; border-bottom: 1px solid currentColor; font-family: var(--e-global-typography-text-font-family), Sans-serif; }

    .woocommerce ul.products li.product .product-details .product-price, .woocommerce ul.products li.product .product-details .product-price .price, .woocommerce ul.products li.product .product-details .price del { display: inline-flex; }

    .woocommerce ul.products li.product .product-details .product-price, .woocommerce ul.products li.product .product-details .price { -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s; }

/* #endregion - Product Content - Price */


/*--------------------------------------------------------------*/
    /* #region - Product Listing - Content Alignment */
/*--------------------------------------------------------------*/

.woocommerce ul.products.product-content-alignment-center li.product .product-details { text-align: center; }

/* #endregion - Product Listing - Content Alignment */    


/*--------------------------------------------------------------*/
    /* #region - Content IconsGroup Style */
/*--------------------------------------------------------------*/

    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons a,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons a.button,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons button,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons button.button,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons .button { background: none !important; color: var(--wdtBodyTxtColor); -webkit-border-radius: 50%; border-radius: 50%; }

    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons .wc_inline_buttons { background-color: rgba(var(--wdtHeadAltColorRgb),0.015); -webkit-box-shadow: 1px 1px 1px rgba(var(--wdtHeadAltColorRgb),0.15); box-shadow: 1px 1px 1px rgba(var(--wdtHeadAltColorRgb),0.15); }

/* #endregion - Content IconsGroup Style */


/*--------------------------------------------------------------*/
    /* #region - Accents */
/*--------------------------------------------------------------*/

	/* Primary */
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons a:hover,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons a.button:hover,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons button:hover,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons button.button:hover,
    .woocommerce ul.products.product-content-iconsgroup-style-simple li.product .product-details .product-buttons-wrapper.product-icons .button:hover { color: var(--wdtPrimaryColor); }

/* #endregion - Accents */


/*--------------------------------------------------------------*/
    /* #region - Product Content Button Element Style */
/*--------------------------------------------------------------*/

    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a.button,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button.button,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline .button { background: none !important; color: var(--wdtBodyTxtColor); border-radius: 50%; }

    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_inline_buttons .wc_btn_inline { background-color: rgba(var(--wdtHeadAltColorRgb),0.015); -webkit-box-shadow: 1px 1px 1px rgba(var(--wdtHeadAltColorRgb),0.15); box-shadow: 1px 1px 1px rgba(var(--wdtHeadAltColorRgb),0.15); }

/* #endregion - Product Content Button Element Style */


/*--------------------------------------------------------------*/
    /* #region - Accents */
/*--------------------------------------------------------------*/

	/* Primary */
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline:hover,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a:hover,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a.button:hover,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button:hover,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button.button:hover,
    .woocommerce ul.products.product-content-buttonelement-style-simple li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline .button:hover { color: var(--wdtPrimaryColor); }

/* #endregion - Accents */

  @media only screen and (min-width: 480px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (min-width: 480px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1540px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (max-width: 1280px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (max-width: 1024px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 50%;
  }
  }
  
  @media only screen and (max-width: 767px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 50%;
  }
  }
  
  @media only screen and (max-width: 479px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 100%;
  }
  }
  
  @media only screen and (max-width: 1540px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1280px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1024px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 50%;
  }
  }
  
  @media only screen and (max-width: 767px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 50%;
  }
  }
  
  @media only screen and (max-width: 479px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 100%;
  }
  }
  
  
  @media only screen and (min-width: 480px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (min-width: 480px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1540px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (max-width: 1280px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 25%;
  }
  }
  
  @media only screen and (max-width: 1024px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 50%;
  }
  }
  
  @media only screen and (max-width: 767px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 50%;
  }
  }
  
  @media only screen and (max-width: 479px) {
  #wdt-team-3b0d326 .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column {
  width: 100%;
  }
  }
  
  @media only screen and (max-width: 1540px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1280px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 25%;
  }
  }
  
  @media only screen and (max-width: 1024px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 50%;
  }
  }
  
  @media only screen and (max-width: 767px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 50%;
  }
  }
  
  @media only screen and (max-width: 479px) {
  #wdt-team-3b0d326 .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
  flex: 0 0 100%;
  }
}

.wdt-interactive-showcase-container { display: flex; will-change: flex; flex-wrap: wrap; margin: -20px; width: auto; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1; padding: 0 20px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { padding: 0; margin: 0 auto 0 0; width: 100%; max-width: 900px;  }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { list-style-type: none; padding: clamp(1.125rem, 0.5625rem + 1.875vw, 2.8125rem) clamp(0.625rem, 0.5096rem + 0.5128vw, 1.125rem); position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 0px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > * { position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { 
    font-size: clamp(1.25rem, 1.0192rem + 1.0256vw, 2.25rem); font-weight: 600; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { width: 100vw; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { padding: 0; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a { display: inline-flex; align-items: center;
    text-transform: uppercase; letter-spacing: var(--wdtLetterspacing_2x); padding: clamp(1.25rem, 0.5288rem + 3.2051vw, 4.375rem) clamp(1.5rem, 0.6923rem + 3.5897vw, 5rem); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { 
    display: grid; grid-template-columns: 112px 1fr; gap: 40px; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group a.wdt-interactive-showcase-element {
    grid-column: 1/3; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img { 
    width: 110px; height: 110px; border-radius: 50%; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { position: relative; display: grid; align-items: center;}
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { 
    grid-area: 1/-1; visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; transition: transform .2s ease .25s ,visibility 03s ease; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { 
    transform: scaleX(1); visibility: visible; }


/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
   content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--wdtPrimaryColor);
   visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s,visibility 03s ease; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before {
   transform: scaleX(1); visibility: visible;  } */

/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
   content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--wdtSecondaryColor); visibility: hidden; transform: scaleY(0); 
   transform-origin: 50% 0; z-index: 1; transition: transform .2s ease, visibility .3s ease; } */

/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
   visibility: visible; transform: scaleY(1); } */

@media ( max-width: 1024px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1 1 100%; padding: 20px; }
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { position: relative; } 
}

@media (max-width: 480px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {
        display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; }
}

.elementor-bc-flex-widget .elementor-535 .elementor-element.elementor-element-7f0581de.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-535 .elementor-element.elementor-element-7f0581de.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-535 .elementor-element.elementor-element-7f0581de > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-535 .elementor-element.elementor-element-72c4b3c2{margin-top:0px;margin-bottom:40px;}.elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder, .elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;text-transform:uppercase;letter-spacing:2.8px;}.elementor-535 .elementor-element.elementor-element-41532673 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-535 .elementor-element.elementor-element-6c555ff7 img{border-radius:20px 20px 20px 20px;}.elementor-535 .elementor-element.elementor-element-c7975a8 .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-535 .elementor-element.elementor-element-c7975a8 .wdt-button-holder .wdt-button{margin:0px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-76b336ab{border-style:solid;border-width:1px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:40px;padding:30px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-76b336ab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder, .elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;text-transform:uppercase;letter-spacing:2.8px;}.elementor-535 .elementor-element.elementor-element-3cbbb664 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px/2);}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px/2);}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px/2);margin-left:calc(0px/2);}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px/2);margin-left:calc(-0px/2);}body.rtl .elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px/2);}body:not(.rtl) .elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px/2);}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-icon i{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );transition:fill 0.3s;}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-item:hover .elementor-icon-list-icon i{color:var( --e-global-color-secondary );}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-item:hover .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );}.elementor-535 .elementor-element.elementor-element-15370962{--e-icon-list-icon-size:30px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:center;--icon-vertical-offset:0px;}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-icon{padding-right:0px;}.elementor-535 .elementor-element.elementor-element-15370962 .elementor-icon-list-text{transition:color 0.3s;}.elementor-535 .elementor-element.elementor-element-33701ce0{border-style:solid;border-width:1px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-33701ce0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-535 .elementor-element.elementor-element-26b2cd65 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder, .elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;text-transform:uppercase;letter-spacing:2.8px;}.elementor-535 .elementor-element.elementor-element-2ab62416 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-535 .elementor-element.elementor-element-74ef726f{--e-icon-list-icon-size:20px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-align:center;--icon-vertical-offset:0px;width:auto;max-width:auto;}.elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-item > a{text-transform:none;}.elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-535 .elementor-element.elementor-element-74ef726f .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-secondary );}@media(max-width:1280px){.elementor-535 .elementor-element.elementor-element-33701ce0{padding:20px 0px 0px 0px;}}

/* custom-widget-icon-list.min.css */

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:24px;height:auto;}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1540px){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1280px){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:479px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center; font-size:13px; margin-top:5px !important; margin-bottom:5px !important; }.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}



.elementor-118 .elementor-element.elementor-element-831ca55{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-118 .elementor-element.elementor-element-831ca55 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-118 .elementor-element.elementor-element-a437c80 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-118 .elementor-element.elementor-element-a437c80{padding:19px 30px 10px 30px;}.elementor-118 .elementor-element.elementor-element-f15f276 div.wdt-logo-container img{max-width:95px;width:95px;}.elementor-118 .elementor-element.elementor-element-8bbc143.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-118 .elementor-element.elementor-element-5af11b0{width:auto;max-width:auto;}.elementor-118 .elementor-element.elementor-element-40c329d .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon{font-size:30px;}.elementor-118 .elementor-element.elementor-element-40c329d > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-118 .elementor-element.elementor-element-40c329d{width:auto;max-width:auto;}.elementor-118 .elementor-element.elementor-element-6099b0f > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-118 .elementor-element.elementor-element-6099b0f{width:auto;max-width:auto;}}@media(max-width:767px){.elementor-118 .elementor-element.elementor-element-a437c80{padding:15px 20px 15px 20px;}}@media(max-width:479px){.elementor-118 .elementor-element.elementor-element-908c985{width:50%;}.elementor-118 .elementor-element.elementor-element-8bbc143{width:50%;}}@media(min-width:480px){.elementor-118 .elementor-element.elementor-element-908c985{width:20%;}.elementor-118 .elementor-element.elementor-element-5bc768c{width:59.333%;}.elementor-118 .elementor-element.elementor-element-8bbc143{width:20%;}}@media(max-width:1540px) and (min-width:480px){.elementor-118 .elementor-element.elementor-element-908c985{width:18%;}.elementor-118 .elementor-element.elementor-element-5bc768c{width:64%;}.elementor-118 .elementor-element.elementor-element-8bbc143{width:18%;}}@media(max-width:1280px) and (min-width:480px){.elementor-118 .elementor-element.elementor-element-908c985{width:50%;}.elementor-118 .elementor-element.elementor-element-8bbc143{width:50%;}}

@media (max-width:767px) {
  
  #header {
    height: 75px;
  }
  #main {
    padding: 75px 0 0;
  }
  .elementor-118 .elementor-element.elementor-element-f15f276 div.wdt-logo-container img {
    width: 80px;
    max-width: 80px
  }
  .elementor-123 .elementor-element.elementor-element-208fa2a > .elementor-widget-container{padding-top:50px !important;}
}

#footer .elementor-element .elementor-widget-container p {
  margin-bottom: 0;
}

.elementor-123 .elementor-element.elementor-element-da6f309{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:150px;margin-bottom:0px;}.elementor-123 .elementor-element.elementor-element-da6f309 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-123 .elementor-element.elementor-element-8e78095{border-style:solid;border-width:0px 0px 1px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 50px 40px 50px;}.elementor-123 .elementor-element.elementor-element-8e78095 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-123 .elementor-element.elementor-element-c360896 div.wdt-logo-container img{max-width:120px;width:120px;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-item:not(:last-child):after{content:"";height:1px;border-color:var( --e-global-color-primary );}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:5px;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:5px;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-123 .elementor-element.elementor-element-a3efc6e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-a3efc6e .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-123 .elementor-element.elementor-element-1af83eb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-123 .elementor-element.elementor-element-67a70a5{font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:2.8px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(30px/2);margin-left:calc(30px/2);letter-spacing: 2px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-30px/2);margin-left:calc(-30px/2);}body.rtl .elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-30px/2);}body:not(.rtl) .elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-30px/2);}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-item:not(:last-child):after{content:"";height:15px;border-color:#c4bcb4;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-123 .elementor-element.elementor-element-acb0ce7{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-icon{padding-right:0px;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-item > a{font-family:"Lato", Sans-serif;font-weight:400;line-height:1em;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-acb0ce7 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-123 .elementor-element.elementor-element-e9f7496 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-123 .elementor-element.elementor-element-e9f7496{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 0px 20px 0px;}.elementor-123 .elementor-element.elementor-element-e9f7496 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-123 .elementor-element.elementor-element-5ca806a{font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:2.8px;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(30px/2);margin-left:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-30px/2);margin-left:calc(-30px/2);letter-spacing: 2px;}body.rtl .elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-30px/2);}body:not(.rtl) .elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-30px/2);}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-item:not(:last-child):after{content:"";height:15px;border-color:#c4bcb4;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-123 .elementor-element.elementor-element-9ee9607{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-icon{padding-right:0px;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-item > a{font-family:"Lato", Sans-serif;font-weight:400;line-height:1em;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-9ee9607 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-123 .elementor-element.elementor-element-9ee9607 > .elementor-widget-container{margin:0px 0px -15px 0px;}.elementor-123 .elementor-element.elementor-element-23252e8{padding:30px 0px 0px 0px;}.elementor-123 .elementor-element.elementor-element-bd07bae{font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:2.8px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(30px/2);}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(30px/2);margin-left:calc(30px/2);letter-spacing: 2px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-30px/2);margin-left:calc(-30px/2);}body.rtl .elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-30px/2);}body:not(.rtl) .elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-30px/2);}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-item:not(:last-child):after{content:"";height:15px;border-color:#c4bcb4;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-123 .elementor-element.elementor-element-eda3593{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-icon{padding-right:0px;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-item > a{font-family:"Lato", Sans-serif;font-weight:400;line-height:1em;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-123 .elementor-element.elementor-element-eda3593 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-123 .elementor-element.elementor-element-99e6037 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-123 .elementor-element.elementor-element-99e6037 > .elementor-element-populated{padding:0px 0px 0px 120px;}.elementor-123 .elementor-element.elementor-element-208fa2a{font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:2.8px;}.elementor-123 .elementor-element.elementor-element-273b493{font-weight:normal;text-transform:none;}.elementor-123 .elementor-element.elementor-element-d94b998{text-transform:none;}.elementor-123 .elementor-element.elementor-element-9099b8e{line-height:1em;}.elementor-123 .elementor-element.elementor-element-9099b8e > .elementor-widget-container{padding:40px 0px 0px 0px;}.elementor-123 .elementor-element.elementor-element-363054f > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-123 .elementor-element.elementor-element-363054f{padding:40px 50px 40px 50px;}.elementor-123 .elementor-element.elementor-element-efe03eb{text-align:center;letter-spacing:1px;}@media(max-width:1540px){.elementor-123 .elementor-element.elementor-element-da6f309{margin-top:100px;margin-bottom:0px;}.elementor-123 .elementor-element.elementor-element-99e6037 > .elementor-element-populated{padding:0px 0px 0px 60px;}}@media(max-width:1280px){.elementor-123 .elementor-element.elementor-element-da6f309{margin:0;}.elementor-123 .elementor-element.elementor-element-8e78095{padding:70px 30px 70px 30px;}.elementor-123 .elementor-element.elementor-element-fc81031 > .elementor-element-populated{padding:0px 20px 0px 0px;}.elementor-123 .elementor-element.elementor-element-99e6037 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-123 .elementor-element.elementor-element-363054f{padding:40px 30px 40px 30px;}.elementor-123 .elementor-element.elementor-element-efe03eb{line-height:1.3em;}}@media(max-width:1024px){.elementor-123 .elementor-element.elementor-element-fc81031 > .elementor-element-populated{padding:0px 0px 30px 0px;}.elementor-123 .elementor-element.elementor-element-16277a5{text-align:center;}.elementor-123 .elementor-element.elementor-element-99e6037 > .elementor-element-populated{padding:30px 0px 0px 0px;}.elementor-123 .elementor-element.elementor-element-208fa2a{text-align:center;}.elementor-123 .elementor-element.elementor-element-208fa2a > .elementor-widget-container{border-style:solid; border-width:1px 0 0 0; border-color:#c4bcb4; padding-top:70px;}.elementor-123 .elementor-element.elementor-element-273b493{text-align:center;}.elementor-123 .elementor-element.elementor-element-3b5ee67{text-align:center;}.elementor-123 .elementor-element.elementor-element-d94b998{text-align:center;}.elementor-123 .elementor-element.elementor-element-9099b8e{text-align:center;}.elementor-123 .elementor-element.elementor-element-9099b8e > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-123 .elementor-element.elementor-element-efe03eb{text-align:center;}}@media(max-width:767px){.elementor-123 .elementor-element.elementor-element-8e78095{padding:50px 20px 50px 20px;}.elementor-123 .elementor-element.elementor-element-efe03eb{text-align:center;}}@media(max-width:479px){.elementor-123 .elementor-element.elementor-element-521d5d5 > .elementor-element-populated{padding:0px 0px 10px 0px;}.elementor-123 .elementor-element.elementor-element-67a70a5{text-align:center;}.elementor-123 .elementor-element.elementor-element-e58d8b4 > .elementor-element-populated{padding:0px 0px 10px 0px;}.elementor-123 .elementor-element.elementor-element-5ca806a{text-align:center;}.elementor-123 .elementor-element.elementor-element-ecac78a > .elementor-element-populated{padding:0px 0px 10px 0px;}.elementor-123 .elementor-element.elementor-element-bd07bae{text-align:center;}}@media(min-width:480px){.elementor-123 .elementor-element.elementor-element-fc81031{width:25%;}.elementor-123 .elementor-element.elementor-element-e46672a{width:100%;}.elementor-123 .elementor-element.elementor-element-521d5d5{width:29.999%;}.elementor-123 .elementor-element.elementor-element-f1757f8{width:70%;}.elementor-123 .elementor-element.elementor-element-e58d8b4{width:29.999%;}.elementor-123 .elementor-element.elementor-element-fbcc648{width:70%;}.elementor-123 .elementor-element.elementor-element-ecac78a{width:29.999%;}.elementor-123 .elementor-element.elementor-element-cfdad13{width:70%;}.elementor-123 .elementor-element.elementor-element-99e6037{width:25%;}}@media(max-width:1024px) and (min-width:480px){.elementor-123 .elementor-element.elementor-element-fc81031{width:100%;}.elementor-123 .elementor-element.elementor-element-e46672a{width:100%;}.elementor-123 .elementor-element.elementor-element-99e6037{width:100%;}.elementor-123 .elementor-element.elementor-element-82ad424{width:100%;}}