/*
Theme Name: Veddiki
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Veddiki brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 4.0
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Veddiki
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Poppins:wght@400;600;700&display=swap");
body:not(.elementor-editor-wp-page),
body:not(.elementor-editor-wp-page) div,
body:not(.elementor-editor-wp-page) span,
body:not(.elementor-editor-wp-page) button,
body:not(.elementor-editor-wp-page) p,
body:not(.elementor-editor-wp-page) a,
body:not(.elementor-editor-wp-page) h1,
body:not(.elementor-editor-wp-page) h2,
body:not(.elementor-editor-wp-page) h3,
body:not(.elementor-editor-wp-page) h4,
body *:not(i) {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
h1.entry-title {
  display: none;
}
.entry-title ,.edit-link {
  display: none;
}
:root {
  --rose: #c8a296;
  --light-rose: #f3eae3;
  --black: #000000;
  --white: #ffffff;
}
.c-r {
  color: var(--rose);
}
.c-lr {
  color: var(--light-rose);
}
.c-b {
  color: var(--black);
}
.c-w , .c-w *{
  color: var(--white)!important;
}
/* container */
.container {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}
p {
  margin: 0 !important;
}
body {
	margin:0 !important;
}
/* uppercase */
.uppercase {
  text-transform: uppercase;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
/* font weight */
.light,
.light * {
  font-weight: 300 !important;
}
.regular,
.regular * {
  font-weight: 400 !important;
}
.medium,
.medium * {
  font-weight: 500 !important;
}
.semibold,
.semibold * {
  font-weight: 600 !important;
}
.bold,
.bold * {
  font-weight: 700 !important;
}
/* font size */
.fs-14,
.fs-14 * {
  font-size: 14px;
  line-height: normal;
}
.fs-16,
.fs-16 * {
  font-size: 16px;
  line-height: normal;
}
.fs-18,
.fs-18 * {
  font-size: 18px;
  line-height: normal;
}
.fs-20,
.fs-20 * {
  font-size: 20px;
  line-height: normal;
}
.fs-22,
.fs-22 * {
  font-size: 22px;
  line-height: normal;
}
.fs-24,
.fs-24 * {
  font-size: 24px;
  line-height: 30px;
}
.fs-28,
.fs-28 * {
  font-size: 28px;
  line-height: 38px;
}

.fs-32,
.fs-32 * {
  font-size: 30px;
  line-height: 36px;
}

.fs-35,
.fs-35 * {
  font-size: 32px;
  line-height: 38px;
}
.fs-38,
.fs-38 * {
  font-size: 38px;
  line-height: 42px;
}
.fs-42,
.fs-42 * {
  font-size: 40px !important;
  line-height: 48px;
}
.fs-45,
.fs-45 * {
  font-size: 46px !important;
  line-height: 52px;
}
.fs-52,
.fs-52 * {
  font-size: 52px !important;
}

@media (max-width: 1440px) {
  .fs-28,
  .fs-28 * {
    font-size: 24px;
    line-height: 30px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 28px;
    line-height: 34px;
  }
  .fs-35,
  .fs-35 * {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 34px;
    line-height: 40px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 38px !important;
    line-height: 42px;
  }
  .fs-49,
  .fs-49 * {
    font-size: 40px !important;
    line-height: 46px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 48px !important;
  }
}
@media (max-width: 1024px) {
  .fs-22,
  .fs-22 * {
    font-size: 16px;
    line-height: normal;
  }
  .fs-24,
  .fs-24 * {
    font-size: 18px;
    line-height: 22px;
  }
  .fs-28,
  .fs-28 * {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 26px;
    line-height: 32px;
  }
  .fs-35,
  .fs-35 * {
    font-size: 24px;
    line-height: 30px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 26px;
    line-height: 32px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 28px !important;
    line-height: 34px;
  }
  .fs-49,
  .fs-49 * {
    font-size: 30px !important;
    line-height: 36 px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 32px !important;
  }
}

@media (max-width: 500px) {
  .fs-35,
  .fs-35 * {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 21px;
    line-height: 27px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 22px !important;
    line-height: 28px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 26px !important;
  }
}
/* margin */
.mt-20 {
  margin-top: 20px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
.mt-60 {
  margin-top: 30px;
}
.mb-60 {
  margin-bottom: 30px;
}
}
/* header */
.custom-linear-cart a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}
.cart-img {
  width: 20px;
  height: auto;
}
.cart-text-count {
  font-size: 16px;
  color: var(--white);
}
.wishlist_products_counter_number {
  color: var(--white);
}

.posted_in {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--black);
  margin-bottom: 5px;
  font-weight: bold;
}
.woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--black) !important;
  margin-top: 5px 0 !important;
}
.price {
  font-size: 14px !important;
  color: var(--black) !important;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 5px !important;
}
.tinvwl_add_to_wishlist_button {
  position: absolute !important;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: var(--white) !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 1;
  transform: translateY(-5px);
  color:var(--black)!important;
  transition: all 0.3s ease-in-out !important;
}
.tinvwl_add_to_wishlist_button::before{
    color:var(--black)!important;

}
.tinvwl_add_to_wishlist_button{
margin-top: 0!important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 54%!important;
    left: 55%!important;
  }
.products .product:hover .tinvwl_add_to_wishlist_button {
  opacity: 1;
  transform: translateY(0);
}

.tinvwl_add_to_wishlist_button:hover {
  background: var(--rose) !important;
}

.tinvwl-icon-heart:before {
  color: var(--rose); 
  font-size: 16px !important;
  transition: color 0.3s ease;
}

.tinvwl_add_to_wishlist_button:hover .tinvwl-icon-heart:before {
  color: var(--white) !important;
}

.products .product .button ,.button.wc-backward  {
  display: inline-block;
  padding: 14px 30px;
  background-color: var(--rose)!important;
  color: var(--black)!important;
  text-decoration: none;
  border-radius: 50px!important;;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid var(--rose)!important;
}
.products .product .button:hover, .button.wc-backward:hover {
  background-color: transparent!important;
  color: var(--black)!important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--black)!important;
}
.woocommerce span.onsale {
  display: none !important;
}
.type-product a {
  color: var(--black) !important;
  text-decoration: none;
  font-weight: bold;
}
.woof_tooltip_header {
  display: none!important;
}
.woof_front_toggle.woof_front_toggle_closed {
  display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: url(../../uploads/2026/05/arrow-top.svg) no-repeat center center;
    background-size: contain;
}
.woof_front_toggle.woof_front_toggle_opened {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: url(../../uploads/2026/05/arrow-bottom.svg) no-repeat center center;
    background-size: contain;
}
.irs--round .irs-line ,.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,.irs--round .irs-grid-pol ,.irs--round .irs-bar {
  background-color: var(--rose)!important;
}
.irs--round .irs-handle {
  border-color: var(--rose)!important;
}
.irs--round .irs-from:before ,.irs--round .irs-to:before {
  border-top-color:var(--rose)!important;
}

/* Target the select box specifically */
.woocommerce-ordering select.orderby {
appearance: none;
    background-image: url(../../uploads/2026/05/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px;
    padding-right: 30px !important;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 12px;
	color:black!important;
}
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: var(--rose);
    outline: none;
}

.custom-contact-form textarea {
    height: 150px;
    resize: vertical;
}

.custom-contact-form input[type="submit"] {
    display: inline-block;
    padding: 14px 30px;
    background-color: var(--rose);
    color: var(--black);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--rose);
    cursor: pointer;
}
.custom-contact-form input[type="submit"]:hover {
    background-color: transparent;
    color: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--black);
}
.star-rating {
  display: none!important;
}
.related.products {clear: both;}
.woocommerce-message ,.woocommerce-info {
    border-top-color: var(--rose)!important;
}
.woocommerce-info::before {
    color: var(--rose)!important;
}
.wp-block-woocommerce-checkout {
    max-width: 1440px !important;
    margin:60px auto !important;
    width: 100% !important;
}

.woocommerce-order {
    max-width: 1440px !important;
    margin: 60px auto !important;
    width: 100% !important;
}
.woocommerce-table__product-name.product-name a {
  color: var(--rose) !important;
}
.entry-content .woocommerce {
 max-width: 1440px !important;
    margin: 60px auto !important;
    width: 100% !important;
}

.hidden {
  overflow: hidden;
}
a {
  color:var(--black);
}

.elementor-element-c74efd0.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
@media (min-width: 1025px) {
    li#menu-item-376 {
        display: none !important;
    }
}
.woocommerce-MyAccount-navigation ul {
    list-style: none!important;
    padding-left: 0!important;
}

.woocommerce-MyAccount-navigation li a {
    text-decoration: underline!important;
}