/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 2.5
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */


#page {
    background: white !important;
}

.menu-item ul{
	margin-left: 0px !important;
}

.elementor-section,
.elementor-container,
.elementor-column {
  overflow-x: hidden;
}
/* Prevent horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Ensure all containers respect boundaries */
* {
  box-sizing: border-box;
}


div#content {
    margin-left: 4%;
    margin-right: 4%;
}

.newsletter {
    background-image: url('https://e-shop.advonpitenis.eu/wp-content/uploads/2025/06/bg-red-full.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem;
    color: white;
}

.newsletter .newsletter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.newsletter .description {
    flex: 1 1 300px;
}

.newsletter form {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter form p {
    margin: 0;
}

.newsletter input[type="email"] {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    font-size: 1rem;
}

.newsletter input[type="submit"] {
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    border: 2px solid white;
    border-radius: 1.875rem;
    background: transparent;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.newsletter input[type="submit"]:hover {
    background: white;
    color: red;
}

.newsletter input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 0.5rem;
}


input#dgwt-wcas-search-input-2 {
    border-color: black !important;
}

/* Mobile (up to 767px) */
@media only screen and (max-width: 767px) {
  .rey-siteHeader {
    z-index: 20;
  }
}

.rey-overlay.rey-overlay--header {
    z-index: 10;
}

.otgs-development-site-front-end {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}








.orderby-label-text {
    color: #000 !important;
    background-color: #fff !important;
}


.rey-headerIcon-btnText {
  color: #000 !important; /* or any high-contrast color */
}

/* Fix low contrast text inside labels and required spans */
.woocommerce-form label,
.woocommerce-form .required,
.woocommerce-form .screen-reader-text {
    color: #000 !important;
    background: transparent !important;
    font-weight: 600;
}

/* Ensure required asterisk is visible */
.woocommerce-form .required[aria-hidden="true"] {
    color: #d00 !important;
    font-size: 16px;
    margin-left: 4px;
}



span.variable-item-span.variable-item-span-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 50px !important;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
li.variable-item.button-variable-item {
    border: none !important;
    box-shadow: none !important;
}
td.value.woo-variation-items-wrapper {
    margin-top: 20px;
}
.rey-cartBtnQty div.quantity {
    color: #ffffff !important;
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 25px !important;
}

.rey-checkoutBar-wrapper.--icon {
    display: none !important;
}

.wc-proceed-to-checkout a {
    background: red;
    color: white;
    font-weight: bold;
    text-align: center;
}



/*__________________________________________________________________*/
.e-con-top.elementor-element.elementor-element-0816f3b.rey-section-stretched.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
    .elementor-11544 .elementor-element.elementor-element-0816f3b {
        --width: 100%;
    }
}
.elementor-element.elementor-element-e424921.e-con-full.e-flex.e-con.e-child {
	padding: 0px !important;
}
.elementor-element.elementor-element-e35a914.e-con-full.e-flex.e-con.e-child {
	padding-left: 0px !important;
}

/*____________________________________________*/
.custom-pagination-wrapper {
    margin-top: 2rem;
    text-align: center;
}

.pagination-list {
    list-style: none;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.pagination-item {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
    color: #333;
    transition: all 0.2s ease;
}

.pagination-item a {
    text-decoration: none;
    color: inherit;
}

.pagination-item.active {
    background: #333;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}

/*___________________________________________________________________________________*/

.show-mobile {
  display: block;
}

@media (min-width: 1025px) {
  .show-mobile {
    display: none !important;
  }
}