/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

::selection {
  background-color: #f1471d;
  background-color: #4f4c4d;
  background-color: #f1f1f1;
  color: #fff;
  color: #f1471d;
}


 /* ANIMATIONS - Improved Animations, works for the 'fade' animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}
 /* ENDOF ANIMATIONS */

/* PRODUCT */

select.tmcp-field {
  background: #ffb300;
    background: linear-gradient(321deg, rgba(246,149,38,1) 0%, rgba(253,187,45,1) 100%);
    border: none;
    overflow: auto;
    border-radius: 10px;
}

select.tmcp-field option {
  padding: 5px 10px;
}

select.tmcp-field option:checked {
  background-color: rgba(255,255,255,0.25);
  border-radius: 5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #1c9b96;
}

/* ENDOF PRODUCT */



/* TEMP */

.elementor-118 .elementor-element.elementor-element-3e2f07f2 > .elementor-background-overlay {
  mix-blend-mode: overlay !important;
}

.elementor-118 .elementor-element.elementor-element-3e2f07f2:not(.elementor-motion-effects-element-type-background), .elementor-118 .elementor-element.elementor-element-3e2f07f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: linear-gradient(321deg, rgba(246,149,38,1) 0%, rgba(253,187,45,1) 100%) !important;
}

.noui-horizontal div.noui-tooltip {
  background: #f15921;
  bottom: 120%;
  color: #fff;
 
}

div.noui-horizontal div.noui-tooltip {
  border: 1px solid #fff;
/*   width: 2.6rem; */
  width: 1.8rem;
/*   height: 2.6rem; */
  height: 1.8rem;
  border-radius: 100px;
/*   font-size: 1.8rem; */
  font-size: 1rem;
  line-height: 1;
/*   color: var(--e-global-color-primary); */
  color: var(--e-global-color-text);
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.18);
  bottom: 160%;
  transition: bottom .1s ease;
}

div.noui-horizontal .noui-handle:hover div.noui-tooltip {
  bottom: 200%;
  transition: bottom .1s ease;
}

label.tm-epo-field-label.tm-show-picker-value {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    border-radius: 5px;
    font-weight: 900;
}


.ns4u-product-menu .elementor-icon-list-icon i {
  color: var(--e-global-color-secondary);
}

.ns4u-product-menu.elementor-sticky {
  box-shadow: 0 0 20px rgba(0,0,0,0);
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  background: linear-gradient(321deg, #ef5632 0%, rgb(233 126 38) 100%);
  color: var(--e-global-color-secondary);
}

.ns4u-product-menu.elementor-sticky a {
  color: var(--e-global-color-secondary);
}

.ns4u-product-menu.elementor-sticky.elementor-sticky--active {
  background-color: var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  box-shadow: 0px 10px 40px rgba(0,0,0,.10);
  border-radius: 0 0 10px 10px;
}

.ns4u-product-menu.elementor-sticky.elementor-sticky--active a {
  color: var(--e-global-color-text);
}

.ns4u-product-menu.elementor-sticky--active .elementor-icon-list-icon i {
  color: var(--e-global-color-primary);
}

.woocommerce-product-details__short-description ul {
  padding-left: 1rem;
}

.woocommerce-product-details__short-description li::marker {
  content: "\f058";
  color: var(--e-global-color-primary);
  font-family: 'Font Awesome 5 Free';
  
}

.woocommerce-product-details__short-description li {
  padding-left: 5px;
}

.tm-extra-product-options h3.tc-epo-label,
.tm-extra-product-options h4.tc-epo-label {
  color: #000;
  font-size: 1rem;
  margin-bottom: 8px;
}

.tm-extra-product-options .ns4u-epo-div {
  margin-bottom: 2rem;
}


div.noui-handle {
  background: var(--e-global-color-primary);
}

div.noui-handle::before {
  background-color: rgba(253, 108, 10, .2);
}


@media (max-width: 768px) {
  ul.elementor-icon-list-items.elementor-inline-items {
    /* flex-direction: column; */
    margin: 0 !important;
  }
  
  ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-text {
    font-size: 13.6px !important;
/* 	font-size: 7px !important; */
  }
  
  .elementor-44 .elementor-element.elementor-element-44f7d3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: calc(10px/2);
    margin-right: calc(10px/2);
  }
  
  ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-icon {
    display: none;
  }
  
  body:not(.rtl) .elementor-44 .elementor-element.elementor-element-44f7d3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: -8px;
  }
  
  .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: auto;
  }
}

.tm-epo-totals {
  display: flex;
  justify-content: center;
}

.tc-totals-form dl.tm-extra-product-options-totals {
  background-color: #fff;
  /* background: linear-gradient(321deg, #ef5632 0%, rgb(233 126 38) 100%); */
  /* border: 1px solid var(--e-global-color-primary); */
  border-color: #e9e9e9;
  /* display: inline-block; */
  text-align: center;
  /* padding: 10px 20px; */
  /* border-radius: 10px; */
/*   overflow: hidden; */
}

.tm-epo-totals dt {
  padding: 5px 15px;
}

.tmperiod {
  color: var(--e-global-color-primary);
}

.tm-epo-totals dd {
/*   background: var(--e-global-color-primary); */
/*   background: #e9e9e9; */
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.13);
  padding: 15px;
  line-height: 1.5;
}

div.product .tm-epo-totals dd  span.price {
  color: var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  font-size: 2rem;
}

.single_add_to_cart_button {
  margin: 0 auto !important;
  min-width: 214px;
}

@media (min-width: 768px) {
  .product-short-col {
    box-shadow: 0 0 40px rgba(0,0,0,.12);
    border-radius: 10px;
  }
}

/* ENDOF TEMP */

@media (min-width: 768px) {
  .ns4u-epo-div {
    flex: 0 0 50 !important;
    max-width: 50% !important;
  }
}

div.noui-connect {
  background: #ef5632;
  background: linear-gradient(321deg, #ef5632 0%, rgba(253,187,45,1) 100%) !important;
}


/* PULSATING CIRCLE ANIMATION */

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 100%;
  background-color: var( --e-global-color-primary );
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: var( --e-global-color-primary );
  border-radius: 100%;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); */
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

/* ENDOF PULSATING CIRCLE ANIMATION */

/* UP-DOWN ANIMATION */
.animation-up-down {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.scroll-down-icon svg path:not(:first-child) {
    -webkit-animation: mover-two 1s infinite  alternate;
    animation: mover-two 1s infinite  alternate;
}
@-webkit-keyframes mover-two {
    0% {
      transform: translateY(-2px);
    }
    100% {
      transform: translateY(5px);
    }
}
@keyframes mover-two {
    0% {
      transform: translateY(-2px);
    }
    100% {
      transform: translateY(5px);
    }
}


/* ENDOF UP-DOWN ANIMATION */




/* MAP */

.ns4u-map .elementor-widget-html {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

footer .pulsating-circle {
  width: 10px;
  height: 10px;
}

footer .pulsating-circle.circle-1 {
  left: 34%;
  top: 51%;
}

footer .pulsating-circle.circle-2 {
  left: 34%;
  top: 42.5%;
  width: 13px;
  height: 13px;
}

footer .pulsating-circle.circle-3 {
  left: 36%;
  top: 56%;
}

footer .pulsating-circle.circle-4 {
  left: 30.5%;
  top: 44%;
  width: 16px;
  height: 16px;
}

footer .pulsating-circle.circle-5 {
  left: 41%;
  top: 61.7%;
  width: 17px;
  height: 17px;
}

footer .pulsating-circle.circle-6 {
  left: 32%;
  top: 72%;
}

footer .pulsating-circle.circle-7 {
  left: 49%;
  top: 96%;
  width: 13px;
  height: 13px;
}
/* ENDOF MAP */

/* CHECKOUT ORDER OVERVIEW */
.tc-price-in-cart {
  display: none;
}

dl.tc-epo-metadata {
  width: 100%;
  display: grid;
  grid-template-columns: max-content auto;
}

.ns4u-product-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout dd,
.woocommerce-checkout dt {
  line-height: 1;
}

.ns4u-product-item dd p,
.ns4u-product-item dt p {
  margin-bottom: 0.9rem;
}

.ns4u-product-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-items: stretch; */
  margin: 40px 0;
}

.ns4u-product-item .product-thumbnail{
    padding: 10px;
    background: #fff;
    margin: 0 0 -10px 0;
    border-radius: 10px;
    box-shadow: 0 0 40px #00000021;
    z-index: 1;
    position: relative;
  display: flex;
  align-items: center;
}

.ns4u-product-item .product-thumbnail div {
  padding: 10px;
  margin: 0px;
  display: flex;
  align-items: center;
}



.ns4u-product-item .product_title {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}

.ns4u-product-item .product-details {
    background: linear-gradient(321deg, #f1471d 0%, rgb(235 92 20) 100%);
    background: #dcf5eb;
    background: #f15921;
    color: #ffffff;
    padding: 40px 60px;
    /* padding-left: 60px; */ 
    margin: 0;
    font-weight: 400;
    box-shadow: 0 0 40px #0000003b;
    border-radius: 0px;
	width: 100%;
}

.ns4u-product-item .overview {
  font-size: 0.8rem;
  letter-spacing: 1.8px;
}

.ns4u-product-item .product-price {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-top: -1rem;
    box-shadow: 0 0 40px #00000029;
  display: flex;
  flex-direction: column;
}

.ns4u-product-item .product-price .amount {
  color: #cd4f20;
  font-size: 2rem;
}

.ns4u-product-item .description ul {
  list-style: none;
  padding-left: 0;
}

.ns4u-product-item .description ul li {
  line-height: 1;
  margin-bottom: 0.9rem;
}


@media (min-width: 768px) {
  .ns4u-product-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* align-items: stretch; */
/*     background: linear-gradient(321deg, #c8e2f5 0%, #99ddd8 50%, rgb(255 226 204) 100%); */
/*     background: linear-gradient(321deg, #eb9e7a 0%, #fdebd8 50%, rgb(239 162 132) 100%); */
/*   background: linear-gradient(321deg, #efecec 0%, #f9f9f9 50%, rgb(231 231 231) 100%); */
/*   border-bottom: 1px solid #e7e7e7; */
  margin: 40px 0;
  }  
  
  .ns4u-product-item .product-thumbnail {
    margin: 40px;
  }

  .ns4u-product-item .product-thumbnail div {
    margin: 40px;
  }
  
  .ns4u-product-item .product-details {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -60px;
	padding: 20px 60px;
	border-radius: 10px;
	width: auto;
  }
  
  .ns4u-product-item .product-price {
    position: relative;
    transform: translateX(100%);
  transform: translateX(-30%);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
   
}
/* ENDOF CHECKOUT ORDER OVERVIEW */


.dark-prefooter img {
  filter: contrast(100%) brightness(100) saturate(0);
}

.scroll-down-icon svg path {
  stroke: #919191;
}

.header-social-icons {
  margin-left: auto;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .col-1 .form-row {
    width: 48% !important;
    min-height: 118px;
    clear: unset !important;
  }
  .col-1 .form-row:nth-child(2n+1) {
    float: left !important;
  }
  .col-1 .form-row:nth-child(2n+2) {
    float: right !important;
  }
}










.wc-delivery-time-response {
  text-align: left;
}




.first.next {
  display: none;
}

.pinok .first.next {
  display: inline-block;
}







.tm-extra-product-options .tm-extra-product-options-fields {
  display: flex;
  justify-content: space-around;
}

.tm-extra-product-options .tm-extra-product-options-fields li {
  width: 22%;
}

.tm-extra-product-options .tc-cell,
.tc-extra-product-options .tmcp-field-wrap label.tc-cell,
.tc-cell {
  padding: 1px !important;
}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap label {
  font-size: 13px;
}

.tm-extra-product-options .tc-label-wrap {
/*   padding: 10px !important; */
/*   border-radius: 5px; */
	justify-content: center;
	text-align: center;
	box-shadow: none;
	border: none;
}

.tm-extra-product-options .tc-row {
  display: flex;
  margin: 0 !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap {
  padding: 0;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
  transition: box-shadow .2s ease;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap.tc-active {
  box-shadow: 0 0 20px 0 rgba(0,0,0,.10);
  transition: box-shadow .2s ease;
}

.tc-row.tc-quantity-bottom .tm-quantity {
  /* flex: 0 0 auto !important; */
  width: auto !important;
  max-width: 100% !important;
  align-items: center;
  padding: 0;
  display: flex;
}

.tc-row.tc-quantity-bottom .tc-field-display {
  	flex: 0 0 auto !important;
/*   width: auto !important; */
	width: 100%;
  	max-width: 100% !important;
  	align-items: center;
  	padding: 0;
  	margin: 0;
  /* margin-bottom: 20px; */
}

.tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tmhexcolorimage.checkbox-image {
  /**/
}

.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-epo-text-wrapper,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio-image,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.checkbox-image,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.radio-image,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tmhexcolorimage.checkbox-image {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
  border: none;
}

.tc-row.tc-quantity-bottom .tm-quantity {
	justify-content: center;
}

.woocommerce .tc-active .tm-quantity .tm-qty,
button.minus,
button.plus {
/*   border-style: solid; */
/*   border-width: 1px; */
/* 	border-color: #ddd; */
  	border-radius: 0px 0px 0px 0px;
  	color: #000;
  	background-color: #fff;
  	transition: none;
  	margin-top: 20px;
}

.woocommerce .tc-active .tm-quantity .tm-qty {
	width: 100%;
}

.tc-row .tm-quantity input.tm-qty,
.tc-row .tm-quantity input.tm-qty:focus {
  border-color: transparent !important;
}

button.minus:hover,
button.plus:hover,
button.minus:focus,
button.plus:focus {
/*   border-style: solid; */
/*   border-width: 1px; */
/*   border-radius: 0px 0px 0px 0px; */
/*   border-color: #ddd; */
/*   background-color: #eee; */
}


.tm-extra-product-options .tc-label-wrap {
/*   background: #f9f9f9 !important; */
/*   border: 1px solid transparent; */
/*   box-shadow: 0px 0 0px rgba(0,0,0,.15); */
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-label-wrap {
	flex-direction: column;
	align-content: center;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .checkbox-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .checkbox-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .radio-image,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .radio-image {
	align-self: center;
}

.tm-extra-product-options .tc-label-wrap img {
/*   filter: contrast(0.90); */
  border: 0px solid transparent;
}

.tm-extra-product-options .tc-label-wrap {
  padding: 0;
}

.tc-container.cpf-element.tc-cell.tcwidth-100.cpf-type-checkbox {
  min-height: 160px;
}


.tm-extra-product-options .tc-active .tc-label-wrap {
/*   background: #fff !important; */
  /* background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(243,243,243,1) 40%) !important; */
  /* border: 1px solid var(--e-global-color-primary); */
/*   border: 1px solid #ddd; */
/*   border-color: transparent; */
/*   box-shadow: 0px 0px 20px rgba(0,0,0,.15); */
/*   font-weight: 500; */
	justify-content: center;
	text-align: center;
	box-shadow: none;
	border: none;
}

.tm-extra-product-options .tc-active .tc-label-wrap img {
  filter: contrast(0.90);
}


.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tm-epo-field-label,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tm-epo-field-label > span {
  width: 100%;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-field-display {
  padding: 10px !important;
}


.contrast-f3f3f3 {
	filter: contrast(0.91);
}


.ns4u-steps {
/* 	background-color: #f3f3f3; */
}


.ns4u-steps > .e-con-inner {
  position: relative;
  min-height: 70vh;
}


.ns4u-steps .ns4u-step {
	/* background: #f9f9f9; */
	border: 0 none;
	border-radius: 3px;
	/* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
	padding: 20px 30px;
	
	box-sizing: border-box;
	/* width: 80%; */
	/* margin: 0 10%; */
	
  text-align: center;
}
/*Hide all except first fieldset*/
.ns4u-steps .ns4u-step:not(:first-of-type) {
	display: none;
}


form#product_email button.elementor-button {
  padding: 12px 24px;
}

.ns4u-steps .elementor-button {
  min-width: 180px !important;
	margin-bottom: 10px;
}


.action-button {
  display: inline-block;
}








/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	/* overflow: hidden; */
  width: 720px;
}
#progressbar ul {
  width: 100%;
  counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	/* color: white; */
	/* text-transform: uppercase; */
	font-size: 9px;
	width: calc(20%);
	float: left;
	position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#progressbar li a {
  justify-content: center;
  padding: 0 5px;
  width: 100%;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
  text-align: center;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: calc(100%);
	height: 2px;
	background: white;
	position: absolute;
	left: calc(-50%);
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
  right: 0;
}
#progressbar li:first-child:after {
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li:first-child:before,
#progressbar li:first-child:after,
#progressbar li.active:before,  #progressbar li.active:after{
	background: var( --e-global-color-primary );
	color: white;
	z-index: 9;
}



div.ns4u-progressbar.e-con {
	width: 100%;
}





@media (max-width: 768px) {
	
	#progressbar ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-text {
		font-size: 7px !important;
		line-height: 1em;
		text-align: center;
  	}
	
	.ns4u-steps .ns4u-step {
		padding: 0;
	}
	
	div.wpc_delivery-info-wrap {
		padding: 10px;
	}
	
	div.wc-delivery-time-response p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	div.wpc-delivery-info h4 {
		font-size: 18px;
	}
	
	.tm-extra-product-options .tm-extra-product-options-fields {
		flex-wrap: wrap;
	}
	
	.tm-extra-product-options .tm-extra-product-options-fields li {
		flex-basis: calc(50% - 12px);
	}
	
	#progressbar {
		margin-bottom: 0;
	}
	
	.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-field-display {
		padding: 0 !important;
	}
	
	.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap {
		box-shadow: 0 0 0px 0 rgba(0,0,0,0);
	}
	
	.tc-container.cpf-element.tc-cell.tcwidth-100.cpf-type-checkbox {
	  min-height: 175px;
	}
	
	.tm-extra-product-options .tc-cell {
		margin-bottom: 0px;
	}
	
	.cpf-section.tc-cell {
		margin: 0;
	}
	
	span.tc-label.checkbox-image-label-inline {
		min-height: 52px;
	}
	
	.action-button {
		display: block;
	}
	
}



