/*
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
*/

:root {
  --flex: calc(1vw + 1vh);
  --red: 
}

/* .compare.button,
.compare.button-in {
  display: none !important;
} */

.ts-product-video-button {
  color: #fff;
  background-color: #d00015;
}
.ts-product-video-button, .ts-product-360-button {
  top: 60px !important;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
  margin-bottom: 25px;
	height: 0;
  clear:both;
}

.videoWrapper.ratio-16-9{
    padding-bottom: 56.25%; /* 16:9 */
}

.videoWrapper.ratio-4-3{
    padding-bottom: 75%; /* 4:3 */
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.woocommerce-product-gallery__wrapper .wp-post-image,
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  max-height: 600px;
  object-fit: contain;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
  max-height: 450px !important;
  min-height: 450px !important;
  object-fit: contain;
}


.woocommerce-billing-fields h3 {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  font-size: 1.2em;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.woocommerce-shipping-fields,
.woocommerce-privacy-policy-text {
  display: none !important;
}

.ts-tiny-account-wrapper .dropdown-container .form-content > form {
  flex-direction: column;
}
.my-account-wrapper .dropdown-container .form-content .login-remember {
  margin-left: 0;
}

@media (max-width:767px) {
  .woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
    max-height: 300px !important;
    min-height: 300px !important;
  }
  #group-icon-header .logo-wrapper {
    background-color: #000;
  }
}

/* HOME */
.ej-home {
  background-color: #000;
} 
.homeNews .shortcode-title{
  color: #fff;
}
.homeNews .entry-meta-top{
  color: #fff;
}
.homeNews .entry-title{
  color: #fff;
}

.homeInsta h5{
  color: #fff;
}
.footer-container {
  background-color: #000 !important;
}
/* HERO */
.ej-hero {
  padding: 30px 0;
}
.ej-hero__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
} 
.ej-hero__item {
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  height: calc(var(--flex) * 22);
  max-height: 600px;
  transition: all 0.3s ease;
}
.ej-hero__item:nth-child(1) .bg {
  background: url("https://kekshop.com.ua/wp-content/uploads/2024/07/for-two.jpg");
}
.ej-hero__item:nth-child(2) .bg {
  background: url("https://kekshop.com.ua/wp-content/uploads/2024/07/for-her.jpg");
}
.ej-hero__item:nth-child(3) .bg {
  background: url("https://kekshop.com.ua/wp-content/uploads/2024/07/for-him.jpg");
}
.ej-hero__item:nth-child(4) .bg {
  background: url("https://kekshop.com.ua/wp-content/uploads/2024/07/all-prod.jpg");
}
.ej-hero__item:hover .bg {
  filter: blur(1.8px);
  transition: all 0.3s ease;
}
.ej-hero__item:hover .elementor-button {
  color: var(--nooni-button-hover-color);
  background-color: var(--nooni-button-hover-bg);
  border-color: var(--nooni-button-hover-border);
}
.ej-hero__item .bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ej-hero__item-container {
  height: 100%;
  margin: -50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transform: translateZ(100px);
}

.ts-header .header-right {
    flex-wrap: nowrap;
}

.work-hours-wrapper {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}

.work-hours {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.3;
}

.work-hours-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.work-hours-time, .work-hours-day {
    white-space: nowrap;
}

.work_hours-mobile, .store_addresses-mobile {
    padding: 0 20px;
    margin-bottom: 30px;
}
.work_hours-mobile .work-hours {
    font-size: 16px;
}

.contact-container {
    background-color: #fff;
    width: max-content;
  }
  
  .contact-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    padding-right: 15px;
  }
  
  .contact-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .contact-icon {
    margin-right: 20px;
    min-width: 45px;
    height: 45px;
    background-color: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
  }
  
  .contact-info {
    flex: 1;
  }
  
  .contact-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .contact-detail {
    margin-bottom: 5px;
    color: #666;
    line-height: 1.6;
  }
  
  .contact-detail:last-child {
    margin-bottom: 0;
  }
  
  .contact-detail a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .contact-detail a:hover {
    color: var(--nooni-footer-link-color);
  }
  
@media (max-width: 1199.98px) {
  .ej-hero__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .ej-hero__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .work_hours-desktop {
    display: none !important;
  }
}
