/*
Theme Name: Nooni Child
Theme URI: https://demo.theme-sky.com/nooni/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: nooni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: nooni-child
*/
/*carrer-form*/
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group-half {
  flex: 1 1 48%;
}

.center {
  justify-content: center;
}

.btn-red {
  background-color: #ef4444;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.btn-red:hover {
  background-color: #dc2626;
}
/*carrer-form*/
.ts-social-sharing {
    display: none;
}
.entry-summary span.sub-title {
    font-size: 20px;
}

.product-content,.custom-tab-content {
    border: 1px solid #efefef;
}
.woocommerce-product-details__short-description pre {
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.woocommerce div.product .summary > .woocommerce-product-details__short-description {
    font-weight: 500;
    color:#000;
}
.elementor-7204 .elementor-element.elementor-element-35f46ec .jeg-elementor-kit.jkit-postlist article a .jkit-postlist-title {
    line-height: normal;
}
    .header-middle {
    background: #f5f5f5 !important;
}
.flex-viewport:before {
    content: "";
    width: 450px;
    height: 450px;
    background: #f1f1f1;
    position: absolute;
    border-radius: 50%;
}
figure.has-back-image {
    border:1px solid #dadada
}
.thumbnail-wrapper figure {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    border: 1px solid #c3c3c3;
    transition: 300ms ease;
    background: #fff;
}
.woocommerce div.product div.images{
	width: 450px!important;
	position: relative;
}
/*single-products*/
.breadcrumb-title-wrapper.breadcrumb-v1 {
    background: #e9e9e9;
    text-align: center;
    margin: 30px 0;
}
.product-images-summary {
    display:flex!important;
}
.meta-wrapper a{
    font-size:18px;
}
.woocommerce .single-product-buttons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
    .woocommerce div.product .summary > .product_title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px !important;
}
.ts-product-ratings-stock {
    display:none;
}
.woocommerce-product-gallery__image {
    height: auto !important;
}

/*single-products*/

.shopping-brocher {
    padding-right: 20px;
    position: absolute;
    right: 15%;
}
a.button.get_brochure {
    color: #fff;
    padding: 10px!important;
    font-size: 12px;
}


li.brochure a{
    background: #000;
    color: #fff!important;
    padding: 10px 15px !important;
}

li.brochure a:hover {
    background: #d10202;
}

a.button.get_brochure {
    color: #fff;
}
.shopping-brocher:hover a {
    color: #fff;
}
.single-product-buttons > .ts-social-sharing {
    top: 2px;
    position: relative;
    margin-left: 0 !important;
}
.joinchat__button {
    bottom: 40px;
    right: 0;
 }
/*Pop up Css*/
.popup{
  position: fixed;
  top: 100%;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.78); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  max-width: 450px;
}
.wpcf7 input[type=text]{}
.popup.active .popup-content{
  margin-top: 0px;
  background: #fff;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 100;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form#send input, form#send textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
form#send label{
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
form.wpcf7-form label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 25px;
}
.wpcf7 input[type=text]{
    padding-top: 10px;
    padding-bottom: 10px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
.ts-header .header-top .header-left {
    flex: none;
}
.header-v3 .header-middle > .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.joinchat__button__open,.joinchat__button__send  {
    width: 50px;
    height: 50px;
    
}
.joinchat--chatbox .joinchat__button__sendtext{
    line-height:50px;
}
.joinchat__button {
    min-width: 50px;
    height: 50px;
}
.joinchat__button {
    right: -15px!important;
}
span.wpcf7-form-control-wrap {
    margin-top: 8px;
}
.bubbles {
    position: relative;
    z-index:-9;
}
.bubbles span {
    position: absolute;
    right: 50px;
    top: 370px;
    width: 30px;
    height: 30px;
    background-image: url(https://demo.goyalinfotech.com/cellotwo/wp-content/uploads/2025/04/Ellipse-1-copy-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
    z-index: 1;
}
.bubbles:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 70px;
    width: 60px;
    height: 60px;
    background-image: url("https://demo.goyalinfotech.com/cellotwo/wp-content/uploads/2025/04/Ellipse-1-copy.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
    z-index: 1;
}
.bubbles:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 320px;
    width: 120px;
    height: 120px;
    background-image: url("https://demo.goyalinfotech.com/cellotwo/wp-content/uploads/2025/04/Ellipse-1-copy-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
    z-index: 1;
}
.single-product .wrapper {
    position: relative;
}
.single-product div#main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100vh;
    background: url(https://demo.goyalinfotech.com/cellotwo/wp-content/uploads/2025/04/minimal-background-with-grey-flowing-lines-design1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    background-size: 100% 100%;
}
/*.post-type-archive-product #main > .page-container, .tax-product_cat #main > .page-container {*/
/*    height: 100%;*/
/*    background: url(https://demo.goyalinfotech.com/cellotwo/wp-content/uploads/2025/04/minimal-background-with-grey-flowing-lines-design1.png);*/
/*    background-position: bottom center;*/
/*    background-repeat: no-repeat;*/
/*    overflow: hidden;*/
/*    background-size: 100% 100%;*/
/*}*/
.post-type-archive-product #main > .page-container div#primary{
    background:#fff;
}
.woocommerce-page #left-sidebar .widget-container .widget-title-wrapper ~ * {
    background: #fff;
    box-shadow: 0 5px 10px #00000026;
}
/*.woocommerce .products .product:not(.product-category) .product-wrapper > .meta-wrapper {*/
/*    margin-top: 0;*/
/*    background: #ffdbdb;*/
/*    padding: 10px;*/
/*    padding-bottom: 2px;*/
/*}*/
.woocommerce .products .product:not(.product-category) .product-wrapper > .meta-wrapper {
    margin-top: 0;
    padding: 10px;
    padding-bottom: 2px;
}

.meta-wrapper .product-categories a {
    font-size: 16px !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    z-index: 11;
}
.woocommerce div.product div.summary {
    position: relative;
    height: inherit;
    padding: 50px;
    display: block !important;
    z-index: 1;
}
.woocommerce .product .summary:before {
    content: "";
    position: absolute;
    height: inherit;
    width: 145% !important;
    height: 100%;
    padding: 50px;
    border-radius: 0px 160px 0px 160px;
    background: #ffc7c7;
    left: -100px;
    z-index: -1;
    top: -20px;
}



@media (min-width: 992px) and (max-width: 1260px) {
    .get_brochure { 
        display: none; /* Hide the "Explore Brochure" button */
    }
    .download_brochure { 
        display: inline-block; /* Show the icon */
    }
}

@media (max-width: 991px), (min-width: 1261px) {
    .get_brochure { 
        display: inline-block; /* Show the "Explore Brochure" button */
    }
    .download_brochure { 
        display: none; /* Hide the icon */
    }
}

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

    .joinchat__button {
    right: -6px !important;
}
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
}
.popup-content .wpcf7 p input[type=email], .popup-content .wpcf7 p input[type=password], .popup-content .wpcf7 p input[type=tel], .popup-content .wpcf7 p input[type=text], .popup-content .wpcf7 p select, 
.popup-content .wpcf7 p textarea {
    height: 50px;
}
.popup-content .wpcf7 form textarea {
    height: 80px;
}
span.fade-out.main-btn-circle {
    width:50px;
    height: 50px;
    background: #d10202;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}
/*end*/
@media (min-width: 992px) {
  .shopping-brocher {
    right: 7%;
}
}
@media (max-width: 1440px) {
.header-v3 .header-middle > .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}
section#ts_product_filter_by_price-1 {
    display: none;
}
.awsm-job-form-inner h2 {
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%!important;
        padding:0 25px;
    }
    
}
@media only screen and (max-width: 991px){
.shopping-brocher {
    display:block;
}
.woocommerce .product .summary:before {
    width: 100% !important;
    height: 100%;
    padding: 30px;
    left: 20px;
    top: -20px;
}
}
@media only screen and (max-width: 767px){
  sr7-bg {
    display: none !important;
  }
 .product-images-summary {
    display: flex !important;
    flex-direction: column;
}
 .woocommerce div.product div.images {
    width: 100% !important;
    position: relative;
}
.bubbles span {
    right: 0;
    top: 400px;
    width: 30px;
    height: 30px;
}
.bubbles:before {
    left: -10px;
    top: 370px;
    width: 70px;
    height: 70px;
}
.woocommerce .product .summary:before {
    width: 100% !important;
    height: 100%;
    padding: 50px;
    border-radius: 0px 50px 0px 50px;
    left: 0;
    top: 0;
}
.woocommerce div.product div.summary {
    padding: 20px !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
     justify-content: center;
}
.popup-btn {
    padding: 7px 10px;
    font-size: 12px;
}
.flex-viewport:before {
    content: "";
    width: 300px;
    height: 300px;
    background: #f1f1f1;
    position: absolute;
    border-radius: 50%;
    top: 15%;
}
}
@media (max-width: 575px) {
    .meta-wrapper a {
    font-size: 16px;
}
.meta-wrapper .product-categories a {
    font-size: 14px !important;
}
    .shopping-brocher {
    right: 20%;
}
    .header-v3 .header-middle > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .woocommerce .single-product-buttons {
    justify-content: center;
}
}

.ts-header .header-center {
    max-width: max-content;
}
.ts-header .header-right > .search-button.search-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
    line-height: 22px;
    font-size: 14px;
}

.woocommerce-product-gallery__image img.wp-post-image, .woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    height: 450px !important;
    width: auto;
    object-fit: cover;
    border-radius: 25px;
    position: relative;
    left: 35px;
}
.woocommerce .product figure {
    text-align: center;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
    width: 85% !important;
}
.sa-team-member .sa-img-area img {
    object-position: top center;
}
li.cat-item ul li.current{
    color: #e8232a;
}
.ts-product-categories-widget-wrapper ul.product-categories
 {
    padding-bottom: 30px;
}
.woocommerce-product-details__short-description img {
    max-width: 80%;
}
.wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type^=submit], .wpcf7 select, .wpcf7 textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.pdf-list li.elementor-icon-list-item {
    list-style: decimal !important;
    display: list-item !important;
}
.pdf-list .elementor-icon-list-icon{
    display:none !important;
}
.jeg-elementor-kit.jkit-postlist article a.active{
    color: #ed1b24;
}
.woocommerce .product figure {
    padding: 15px;
}
/*h3.sa-title.sa--title.sa--text-title {*/
/*    height: 45px;*/
/*    overflow: hidden;*/
/*}*/
/*Table*/

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  text-align: center;
  border: 1px solid #fff  !important;
}

th, td {
   padding: 15px 5px 15px 20px !important;
  border: 1px solid #fff !important;
}
@media (max-width: 1200px) {
    .table-container {
  overflow-x: auto;
}
}
.elementor-widget-container p a
{
    color: #e8232a;
}