/* 
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 */
/* form error styling */
.wpforms-form .wpforms-field input.wpforms-error, .wpforms-form .wpforms-field textarea.wpforms-error, .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #cc0000 !important;
}

/* CERTIFICATIONS STYLING */

/* Align the filter button inline with the input box */
.pdf-library form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pdf-library form input[type="text"] {
    flex: 1;
    margin-right: 15px;
    padding: 10px 30px;
    border:0;
    color: #1E3C71;
    border-radius: 10px;
}


.pdf-library form input[type="text"]::placeholder {
    color: #1E3C71;
}


.pdf-library form input[type="submit"], .pdf-library button {
	background-color:#00A4B1;
	color: #fff;
	border: none;
	font-family: 'Poppins';
    border: 0;
    padding: 10px 30px;
}

.pdf-library form input[type="submit"]:hover, .pdf-library button:hover {
    background-color:white;
	color: #1C3F74;
}

.pdf-library form input[type="submit"] {
	margin-right:10px;
}

/* Style the file list */
.pdf-library .file-list {
    list-style: none;
    padding: 0;
}


.pdf-library th {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight:400;
	text-transform: capitalize;
	color:#0F213E;
	background-color:rgba(0, 164, 177, 0.2);
	border: #E8E8E8 solid 5px;
    border-radius: 5px;
}

.pdf-library.dark-theme th{
	background-color:#00A4B1;
	border-color:#0F213E;
}

.pdf-library.dark-theme th:nth-child(2),
.pdf-library.dark-theme th:nth-child(3),
.pdf-library.dark-theme td:nth-child(2),
.pdf-library.dark-theme td:nth-child(3){
    display: none;
}

.pdf-library th.short-cell{
	width:70px;
}

.pdf-library th.align-center{
	text-align:center;
}

.pdf-library  table thead:first-child tr:first-child th{
    border-block-start:0;
}

.pdf-library td {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight:400;
    border: #E8E8E8 solid 5px;
    border-radius: 5px;
    color: #0F213E;
}

.pdf-library.dark-theme td{
	border-color:#0F213E;
}

.pdf-library td.align-center{
	text-align:center;
	vertical-align:middle;
}

.pdf-library td a {
	font-weight:bold;
}

.file-list tr:nth-child(even) td{
    background-color: #fff !important;
}

.file-list tr:nth-child(odd) td{
	background-color:#fff !important;
}



/* Style the pagination */
.pdf-library .pagination {
    text-align: center;
    margin-top: 20px;
}

.pdf-library .pagination ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.pdf-library .pagination ul li {
    display: inline;
    margin: 0 5px;
}

.pdf-library .pagination ul li a,
.pdf-library .pagination ul li span {
    padding: 5px 10px;
    text-decoration: none;
    color: #1C3F74;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pdf-library .pagination ul li a:hover,
.pdf-library .pagination ul li span.current {
    background-color: #1C3F74;
    color: #fff;
    border-color: #0073aa;
}

/* table responsiveness*/
@media only screen and (max-width: 1200px) {
.jet-listing-dynamic-repeater__items  {
    overflow-x: auto;
    white-space: nowrap; 
}
	
}

/* print settings */
@media print {
	footer,
	header,
	nav,
	#request-information, 
	.woocommerce-breadcrumb,
	.elementor-widget-woocommerce-notices,
	#breadcrumb-container {
		display: none;
	}
	#product-header {
		padding-top: 25px !important;
	}
/* 	.product-header h2 {
		font-size: unset !important;
	} */
	.elementor-widget-woocommerce-product-images img {
		max-height: 400px;
		object-fit: contain;
	}
}

/* header navigation and products menu */
.products-menu a,
.products-menu a > i {
	transition: 300ms;
	cursor: pointer;
}
.products-menu a:focus {
	background: transparent !important;
}
.menu-products-link i {
	margin-left: 5px;
}
.products-menu .elementor-nav-menu__container > .elementor-nav-menu > li > a {
	font-weight: 700;
	font-size: 18px !important;
}
.mobile-products-menu .elementor-nav-menu a {
	flex-direction: row !important;
	justify-content: center;
	text-align: center;
}
.mobile-products-menu .elementor-nav-menu__container > .elementor-nav-menu > li > a {
	font-weight: 600 !important;
}

/* IPD Changes Desktop */

/* .cmi-mega-menu-level-2 .e-n-menu-heading {
    display: flex;
    flex-direction: column;
    height: 150px;
    background-color: transparent;}

.cmi-mega-menu-level-2 .e-n-menu-title {
    width:150px;
    
}

.cmi-mega-menu-level-2 .e-con-inner {
    margin-top: -150px;
    max-width: 482px;
    
}

.cmi-mega-menu-level-3 .e-n-menu-heading {
    display: flex;
    flex-direction: row;
    height: auto;
    background-color: transparent;
	margin-top: -25px;
}

 */

.wpforms-form input[type=submit], .wpforms-form button[type=submit]:before {
	content: unset !important;
}

.mobile-menu-pop-up {
    z-index: 999999999;
}

.page-content a, .comments-area a {
	text-decoration: unset;
}

.carousel-home.vertical-pagination .swiper-pagination {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-right: 2%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #FFF;
    opacity: 1;
}

.homepage-banner-carousel.vertical-pagination .swiper-pagination {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.homepage-carousel .elementor-post__text {
    padding: 10px 20px 60px;
}

.homepage-banner-carousel.vertical-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #FFF !important;
	opacity: 1;
}

.homepage-carousel h3.elementor-post__title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.homepage-carousel .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: 350px;
    top: -3px;
    left: 0;
    transform: unset;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

body.elementor-page header.elementor-location-header {
    z-index: 99999999;
    position: relative;
}

/* body.elementor-page header.elementor-location-header {
    z-index: 99999;
    position: relative;
} */

.font-color_aqua {
	color: #00A4B1;
}

.position-absolute_vertical {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	margin: 0;
}

.position-absolute_horizontal {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0;
}

.position-absolute_both {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.company-profile-carousel .swiper-slide {
	width: 40vw !important;
	/* flex-basis: 30%; */
}

.company-profile-carousel .swiper-slide-active {
	width: 70vw !important;
	/* flex-basis: 70%; */
}

.company-profile-carousel .swiper-slide-prev {
	width: 45.2vw !important;
}

.calculator-wrapper .calculator-description h4 {
	font-size: 16px;
	color: #00A4B1;
	font-weight: 500;
	margin-bottom: unset;
}

.company-profile-carousel .swiper-slide-active .e-con-inner {
	display: flex;
	flex-direction: row !important;
}

.company-profile-carousel .swiper-slide .e-con-inner{
	justify-content: end;
}

.company-profile-carousel .swiper-slide img {
	width: 100%;
}

#company-profile-post-content {
	display: none;
}

@media (max-width: 768px) {
/* 	.e-con-boxed .e-con-inner {
		width: 85%;
	} */
	
	.homepage-carousel .elementor-post__text {
    	padding: 0px 20px 20px;
	}
	
	.pdf-library .table-wrapper{
        width: 100%;
        overflow: auto;
    }
    
    .pdf-library .form-wrapper form{
        display: block;
    }
    
    .pdf-library .form-wrapper form input{
        margin: 0 0 10px;
    }
    
    .pdf-library .form-wrapper form input[type="submit"]{
        width: calc(50% - 10px);
        margin-right: 10px;
    }
	.pdf-library .form-wrapper form a{
        width: 50%;
        display: inline-block;
    }
    
    .pdf-library .form-wrapper form a button{
        width: 100%;
    }
}

/* Tharindu */
/* Product pages */
body.archive .woocommerce ul.products li.product .button{
	outline:none;
	transition:all 0.3s ease;
}

body.archive .woocommerce ul.products li.product .button:hover{
	background:#00A4B1 !important;
	color:#fff !important;
}

body.archive .woocommerce ul.products li.product .count {
	display: none;
}

body.archive .woocommerce-ordering{
	display:none;
}

/* side bar nav */

.products-submenu {
    list-style: none;
    padding:0 30px 0 0;
}

.products-submenu ul{
    padding: 0;
}

.products-submenu li {
    margin: 0;
    list-style: none;
}

ul.products-submenu > .has-children > .menu-item-wrapper a{
    color: #00A4B1;
    font-size: 1.3em;
    font-weight: 600;
}

ul.products-submenu > .has-children{
    margin-bottom: 30px;
}

.products-submenu li a{
    color: #000;
}

.products-submenu li.active > a,
.products-submenu li.active > .menu-item-wrapper a{
    font-weight: 500;
}

.products-submenu ul li ul{
    padding-left: 15px;
}

.products-submenu .menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}

.products-submenu a {
    text-decoration: none;
    color: #333;
    flex: 1;
}

.products-submenu .submenu-toggle {
    cursor: pointer;
    user-select: none;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.products-submenu li.active > .menu-item-wrapper > .submenu-toggle,
.products-submenu li.active-ancestor > .menu-item-wrapper > .submenu-toggle {
  transform: rotate(180deg);
}
/* 
.products-submenu ul {
    padding-left: 20px;
} */




.product-table-accordion.elementor-widget-n-accordion .e-n-accordion-item{
  margin-bottom: 20px;
  margin-block-end: 20px;
}

.product-table-accordion.elementor-widget-n-accordion .e-n-accordion-item.no-data{
    display: none;
}

.product-table-accordion .e-n-accordion-item .e-n-accordion-item-title{
  background: #00A4B1;
  width: 100%;
  padding:20px;
  border-radius:5px;
  position: relative;
}

.product-table-accordion .e-n-accordion-item .e-n-accordion-item-title h2{
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.product-table-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
  position: absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  pointer-events:none;
}

.product-table-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span > i{
  color: #fff;
  font-weight: lighter;
  font-size: 18px;
}

.product-table-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > i{
    color: #fff;
}

.product-table-accordion .e-n-accordion-item .e-con{
  border:0;
  padding: 10px 0 0;
}

.product-table-accordion .e-n-accordion-item table th{
  background: transparent;
  border:0;
  text-align: left;
  color: #1E3C71;
  font-size: 16px;
  border-bottom: #000000 solid 1px;
	min-width:120px;
}

.product-table-accordion .e-n-accordion-item table td{
	border:0;
  border-bottom: #000000 solid 1px !important;
}

.product-table-accordion .e-n-accordion-item table tbody > tr:nth-child(2n+1) > td, 
.product-table-accordion .e-n-accordion-item table tbody > tr:nth-child(2n+1) > th{
  background: transparent;
}

.product-table-accordion .e-n-accordion-item .elementor-widget-text-editor .elementor-widget-container{
	border-left:0 !important;
	border-right:0 !important;
}


.product-table-accordion .jet-listing-dynamic-repeater__items{
	overflow-x:auto;
}


.product-detail-table table thead th{
  border:0!important;
}

.product-detail-table table tbody tr:nth-of-type(2n+1) .premium-table-cell{
  background: #fff !important;
}

.product-detail-table .premium-table .premium-table-row td.premium-table-cell .premium-table-text{
  padding: 5px 10px 5px 10px !important;
}

.cable-design-wrp{
	margin-bottom:20px !important;
	margin-block-end:20px !important;
}

.cable-design-wrp .elementor-widget-text-editor{
  margin-bottom: 15px !important;
  color: #000 !important;
}

.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container{
  display: flex;
  background: transparent !important;
  padding: 0 !important;
  align-items: flex-start;
}

.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container strong{
  font-weight: 700;
  width:150px;
  line-height: 1.3;
  flex-shrink: 0;
  white-space: wrap;
	margin-right:20px;
}

/* .cable-design-wrp .elementor-widget-text-editor .elementor-widget-container p,
.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container ul,
.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container div{
  width: calc(100% - 150px);
  margin: 0;
  line-height: 1.3;
} */

.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container ul{
    padding: 0;
    list-style: none;
}

.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container p{
	margin:0;	
}

.woocommerce-product-gallery__image {
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery__image img{
	width:100% !important;
	height:380px !important;
	object-fit:contain;
	object-position:center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index:9;
}


.product-left-side-bg .elementor-widget-text-editor .elementor-widget-container{
  padding: 0 !important;
  background: transparent !important;
  color:#000
}

.product-left-side-bg .elementor-widget-text-editor .elementor-widget-container strong{
  font-weight: 700;
}

.elementor-location-single.product .premium-table .premium-table-cell{
  vertical-align: top;
}

body.archive.tax-product_cat .elementor-location-footer > .elementor-element{
	margin-top:0 !important;
}

.woocommerce ul.products li.product-category a{
	display:block !important;
}

.woocommerce ul.products li.product-category a img {
    width: auto;
    height: 280px;
    display: inline-block;
    margin: 0 0 1em;
    box-shadow: none;
}


.product-left-side-bg ol{
  padding: 0;
  list-style-type: none;
  
}

.product-left-side-bg ol li{
  margin-bottom: 10px;
 display: flex;
  align-items: flex-start;
 
}

.product-left-side-bg ol li strong{
 width: 150px;
  flex-shrink: 0;
  margin-right: 20px;
  white-space: wrap;
	line-height:1.3;
}


@media(max-width:1279px){
  .elementor-location-archive.product{
    margin-top: 150px;
  }

  .elementor-location-single.product{
    margin-top:100px;
  }

  .elementor-location-archive.product .product-side-bar {
    display: none;
  }

}

@media(max-width:767px){
/* 	.woocommerce-product-gallery__image {
	  height: 280px;
	} */
	
  .elementor-location-archive.product{
    margin-top: 100px;
  }
  .elementor-location-single.product{
    margin-top:80px;
  }
	
	.archive .woocommerce ul.products li.product .button {
		padding: 5px 10px !important;
	}
	
	.woocommerce ul.products li.product-category a img{
		height:150px;
	}
	
	.cable-design-wrp .elementor-widget-text-editor .elementor-widget-container strong{
		width:100px;
	}
}

/* Support pages */
.form-wrapper > .elementor-element,
.form-wrapper > .elementor-element .elementor-widget-image,
.form-wrapper > .elementor-element .elementor-widget-image .elementor-widget-container{
    height: 100%;
}

.form-wrapper .elementor-widget-image img{
  min-height: calc(100vh - 200px) !important;
  object-position: 28% center !important;
	border-radius: 5px;
	height:100% !important;
}

.form-wrapper form input,
.form-wrapper form select{
    font-size: 16px !important;
    font-weight: 400!important;
	max-width:100% !important;
	
}

.form-wrapper form input::placeholder{
    opacity: 1 !important;;
}

.form-wrapper .wpforms-container{
    margin-bottom: 0px !important;
}

.form-wrapper .register-button{
    margin-top: 15px;
}
.form-wrapper .register-form .wpforms-submit{
	width:auto !important;
	padding:10px 30px !important;
}

.form-wrapper .register-form input:focus,
.form-wrapper .register-form select:focus{
	outline:0 !important;
	border:0 !important;
	box-shadow: none !important;
}


@media(max-width:1279px){
	.form-wrapper .elementor-widget-image img{
	  min-height: 500px !important;
	}
}

@media(max-width:767px){
	.form-wrapper > .elementor-element,
	.form-wrapper > .elementor-element .elementor-widget-image,
	.form-wrapper > .elementor-element .elementor-widget-image .elementor-widget-container{
		height: auto;
	}
	
	.form-wrapper .elementor-widget-image img{
	  min-height: 280px !important;
	}
	
	.form-wrapper .register-form .wpforms-field .wpforms-field-row .wpforms-one-half{
		width:100%;
		padding: 0;
	}
    
    .form-wrapper .register-form .wpforms-field .wpforms-field-row .wpforms-one-half:first-child{
        margin-bottom: 15px;
    }
}


/* calculator */
body.page-calculator .elementor-location-footer > .elementor-element{
	margin-top:0;
}

.calculator-wrapper #calculator-left{
  width: 100%;
}

/* .calculator-wrapper #calculator-right{
  display: none;
} */

.calculator-wrapper #cable-size-calculator{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*! align-items:flex-start; */
  margin-left: -20px;
  margin-right:-20px;
  justify-content: flex-start;
}

.calculator-wrapper #cable-size-calculator .form-item{
  width: 50%;
  margin-bottom: 25px;
  padding: 0 20px;
}

/* .calculator-wrapper #cable-size-calculator .form-item:nth-child(7){
  width: 0;
  padding: 0;
} */

.calculator-wrapper #cable-size-calculator .form-item.form-item-25{
  width: 25%
}

.calculator-wrapper #cable-size-calculator .form-item input,
.calculator-wrapper #cable-size-calculator .form-item select{
  background: #EEEDED;
  border:0;
  border-radius:10px;
  padding: 15px 25px;
  color: #00A4B1;
}

.calculator-wrapper #cable-size-calculator .form-item select{
	-webkit-appearance: auto;
  	-moz-appearance: auto;
 	 appearance: auto;
}

.calculator-wrapper #cable-size-calculator .form-item label{
  color: #1E3C71;
  margin-bottom: 10px;
}

.calculator-wrapper #cable-size-calculator .form-item label .fa{
  color: #00A4B1;
}

.calculator-wrapper #cable-size-calculator hr{
  width: 100%;
  height: 5px;
  margin: 20px 0 40px;
  background: #00A4B1;
  border: 0;
}

/* .calculator-wrapper #cable-size-calculator .form-item.form-item-50{
  display: none;
} */

.calculator-wrapper #calculator-right{
  width: 100%;
}

.calculator-wrapper .calculator-instructions{
  background: #1E3C71;
  padding: 35px 50px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: 10px 0 30px;
  width: 100%;
}

.calculator-wrapper .calculator-instructions .fa{
  display: none;
}

.calculator-wrapper .calculator-instructions p{
  margin: 0;
}

.calculator-wrapper .calculator-description b{
  font-weight: 500;
  color: #00A4B1;
}

.calculator-wrapper .calculator-description p{
  margin-bottom: 30px;
}

.calculator-wrapper .calculator-description p:last-child{
	margin-bottom: 0px;
}

@media(max-width:767px){
	.calculator-wrapper #cable-size-calculator .form-item{
	  width: 100%;
	  margin-bottom: 25px;
	  padding: 0 10px;
	}
	
	.calculator-wrapper #cable-size-calculator .form-item.form-item-25{
	  width: 100%
	}
}

/* certification */

body.page-certifications .elementor-location-footer > .elementor-element{
	margin-top:0;
}

.certification-list{
  padding: 0 50px;
  margin-top: 30px;
  position: relative;
}

.certification-list:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height:160px;
  background: #00A4B1;
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
}

.certification-list .elementor-icon-list-item{
    padding: 0 !important;
}

.certification-list .elementor-icon-list-item a{
  background: #fff;
  padding:15px 60px 15px 30px !important;
  border-radius:10px;
  margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.certification-list .elementor-icon-list-item a:hover{
    background: #00A4B1;
    color: #fff;
}

.certification-list .elementor-icon-list-item a:after{
    content: '';
    position: absolute;
    right: 30px;
    top:50%;
    transform: translateY(-50%);
    width:26px;
    height: 26px;
    background: url(/wp-content/uploads/2025/06/arrow-right.svg) center no-repeat;
    left: auto !important;
    background-size: contain;
}

.certification-list .elementor-icon-list-item a span{
  color: #000;
  text-decoration: underline;
}

.certification-list .elementor-icon-list-item a:hover span{
    color: #fff !important;;
}

@media(max-width:767px){
    .certification-list{
      padding: 0px;
      position: relative;
    }

    .certification-list:before{
      display: none
    }
	
	body.page-certifications .xlpe-cables-wrapper-inner .certification-list{
		height:auto;
	}
	.certification-list .elementor-icon-list-item a{
		font-size:14px;
	}
}

/* contact-us */

.contac-us-bg:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background:  url(/wp-content/uploads/2025/06/contact-us-bg.jpg) top center no-repeat;
  z-index: 0;
	background-size: cover;
}

.contact-locations h5{
  font-size: 14px;
  font-weight: 700;
  color: #1E3C71;
}

.contact-locations p{
  font-size: 12px;
  line-height: 1.6;
}

body.page-contact .elementor-66 .elementor-element.elementor-element-f8f7602 .uael-wpf-style .wpforms-form button[type="submit"]{
	margin-top:20px;
}
@media(max-width:767px){
	body.page-contact .elementor-66 .elementor-element.elementor-element-f8f7602 .uael-wpf-style .wpforms-form button[type="submit"], 
	body.page-contact .elementor-66 .elementor-element.elementor-element-f8f7602 .uael-wpf-style .wpforms-form .wpforms-page-button {
		padding: 10px 50px 10px 50px;
	}
	
	body.page-contact .wpforms-layout-column-50:first-child{
		margin-bottom:15px;
	}
}


/* forms general */
div.wpforms-container-full input[type="date"]::placeholder, div.wpforms-container-full input[type="datetime"]::placeholder, div.wpforms-container-full input[type="datetime-local"]::placeholder, div.wpforms-container-full input[type="email"]::placeholder, div.wpforms-container-full input[type="month"]::placeholder, div.wpforms-container-full input[type="number"]::placeholder, div.wpforms-container-full input[type="password"]::placeholder, div.wpforms-container-full input[type="range"]::placeholder, div.wpforms-container-full input[type="search"]::placeholder, div.wpforms-container-full input[type="tel"]::placeholder, div.wpforms-container-full input[type="text"]::placeholder, div.wpforms-container-full input[type="time"]::placeholder, div.wpforms-container-full input[type="url"]::placeholder, div.wpforms-container-full input[type="week"]::placeholder, div.wpforms-container-full select::placeholder, div.wpforms-container-full textarea::placeholder, .wp-core-ui div.wpforms-container-full input[type="date"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="datetime"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="datetime-local"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="email"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="month"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="number"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="password"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="range"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="search"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="tel"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="text"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="time"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="url"]::placeholder, .wp-core-ui div.wpforms-container-full input[type="week"]::placeholder, .wp-core-ui div.wpforms-container-full select::placeholder, .wp-core-ui div.wpforms-container-full textarea::placeholder {
	opacity: 1;
}

.wpforms-form .wpforms-field .wpforms-field{
	margin-bottom:0 !important;
}


.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width:120px;
	height:120px;
	padding:10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	width:100px;
	height:100px;
	object-fit: contain;
  	object-position: center;
}