/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
.homepagevideo video {
    -o-object-fit: none !important;
    object-fit: none !important;
    height: 600px !important;
}
/* =========================
   PHONE ORDER CUSTOMIZE
========================= */
div#phoneme-order-woocommerce-form input[type="tel"] {
	width: 60%!important;
	height: 45px!important;
}
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.wp-site-blocks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*.entry-title {
    display: none !important;
}
*/
/* =========================
   MOBILE HEADER PHONE
========================= */

.radis-mobile-phone {
    display: none !important;
}

@media (max-width: 992px) {
    .radis-mobile-phone {
        position: absolute !important;
        left: 60px;
        top: 22px;
        z-index: 99;

        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        width: 25px;
        height: 25px;
        color: #ffffff !important;
        text-decoration: none;
    }

    .radis-mobile-phone svg {
        width: 25px;
        height: 25px;
        display: block;
    }
}

/* =========================
   DESKTOP HEADER ICONS
========================= */

@media (min-width: 993px) {
    .desktop-header-social-icons {
        display: inline-flex !important;
        align-items: center;
        gap: 12px;
        margin-left: 14px;
        margin-right: 12px;
    }

    .desktop-header-social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff !important;
        text-decoration: none;
        line-height: 1;
    }

    .desktop-header-social-icons svg {
        width: 22px;
        height: 22px;
        display: block;
        color: currentColor;
        transition: all 0.25s ease;
    }

    .desktop-header-social-icons a:hover {
        color: #c2185b !important;
    }

    .desktop-header-social-icons a:hover svg {
        transform: translateY(-2px);
    }
}

/* Hide desktop social icons on mobile */
@media (max-width: 992px) {
    .desktop-header-social-icons {
        display: none !important;
    }
}
/* =========================
   NAVIGATION / HEADER
========================= */

.col-full-nav .main-navigation {
    flex: 0 0 auto;
    margin: 0 auto;
}


/* =========================
   PRODUCT BUTTON FIX
========================= */

.eael-product-wrap .add_to_cart_button {
    position: relative !important;
    display: block;
    margin-top: 10px;
}

.eael-product-price {
    margin-bottom: 10px;
}

/* =========================
   TESTIMONIAL CENTER
========================= */

#eael-testimonial-eeb462f {
    text-align: center;
}

#eael-testimonial-eeb462f .testimonial-star-rating {
    justify-content: center;
    display: flex;
}

#eael-testimonial-eeb462f .eael-testimonial-content {
    text-align: center;
}

/* =========================
   FOOTER CONTACT LAYOUT (FINAL)
========================= */

.footer-contact-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

/* PHONE + EMAIL */
.footer-phone-section,
.footer-email-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ICONS */
.footer-phone-section svg,
.footer-email-section svg {
    width: 18px;
    height: 18px;
    display: block;
    color: #ffffff;
}

/* EMAIL TEXT */
.footer-email-section a:last-child {
    color: #ffffff;
    text-decoration: none;
}

/* SOCIAL ICONS CENTERED */
.footer-social-icons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin-top: 10px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff !important;
    transition: all 0.25s ease;
}

.footer-social-icons svg {
    width: 18px;
    height: 18px;
}

.footer-social-icons a:hover {
    color: #c2185b !important;
    border-color: #c2185b !important;
    transform: translateY(-2px);
}

/* =========================
   FOOTER
========================= */

.site-footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 30px;
    padding-bottom: 30px;
}

body footer.site-footer {
    border-top: 1px solid #000000 !important;
    border-bottom: none;
}

body footer.copyright {
    padding-bottom: 10px;
    text-align: center;
}

body footer.copyright p.copyright1 {
    margin-top: 15px;
    text-align: center;
}

/* =========================
   SEARCH BORDER (DESKTOP)
========================= */

@media (min-width: 1024px) {
    .site-search {
        border: 3px solid #c2185b;
        border-radius: 10px;
    }
}

/* =========================
   PRICE FILTER
========================= */

.price_slider .ui-slider-range {
    background-color: #c2185b !important;
}

.price_slider .ui-slider-handle {
    background-color: #c2185b !important;
    border-color: #c2185b !important;
}

.widget_price_filter .button {
    background-color: #c2185b !important;
    color: #fff !important;
    border-color: #c2185b !important;
}

.widget_price_filter .button:hover {
    background-color: #a01648 !important;
    border-color: #a01648 !important;
}

/* =========================
   FOOTER MOBILE ALIGNMENT
========================= */

@media (max-width: 1024px) {

    .site-footer .col-full {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-footer .widget_custom_html,
    .site-footer .widget_nav_menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer .menu {
        padding: 0;
        list-style: none;
    }

    .site-footer .menu li {
        text-align: center;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/* =========================
   CONTACT FORM 7
========================= */

.wpcf7-form {
    margin-top: 20px;
}

.wpcf7-form p {
    text-align: center;
}

.wpcf7-form label {
    color: white;
    display: block;
    margin-top: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 60%;
    max-width: 100%;
    display: block;
    margin: 5px auto 0 auto;
}

.wpcf7-form input[type="submit"] {
    background-color: white;
    color: black;
    margin-left: 9%;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: black;
    color: white;
}

@media (max-width: 768px) {

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea {
        width: 90%;
    }

    .wpcf7-form input[type="submit"] {
        margin-left: 22%;
    }

    #billing_address_1_field,
    #billing_address_2_field {
        display: none !important;
    }
}

/* =========================
   HEADER CART ICON
========================= */

.shoptimizer-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    top: 4px;
}

/* Hide original Shoptimizer cart SVG */
.shoptimizer-cart-icon svg {
    display: none !important;
}

/* Custom cart icon without JS delay */
.shoptimizer-cart-icon::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("https://radis.bg/wp-content/uploads/2026/03/bagicon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}

.shoptimizer-cart-icon .mini-count {
    color: #c2185b !important;
}

.site-header-cart .amount {
    display: none !important;
}

.site-header-cart .cart-contents {
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .shoptimizer-cart-icon {
        top: 2px;
    }
}


.cky-btn-accept {
    background-color: #c2185b !important;
    border-color: #c2185b !important;
    color: #ffffff !important;
}

.cky-btn-reject {
    background-color: transparent !important;
    border-color: #c2185b !important;
    color: #c2185b !important;
}

.cky-btn-customize {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}



.product-harakteristiki img.sizeimg {
    float: left;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product-harakteristiki {
    overflow: hidden;
    margin-left: 20px !important;
}

.product-harakteristiki .pr-harakteristiki {
    margin-top: 10px;
}

@media (max-width: 768px) {

    .product-harakteristiki img.sizeimg {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
        width: 100%;
        max-width: 180px;
    }

    .product-harakteristiki {
        overflow: visible;
    }
}

.e-con.e-parent {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.woocommerce .woocommerce-message {
    background-color: #c2185b !important;
}


.widget .widget-title, .widget .widgettitle, .widget.widget_block h2 {
	font-size: 20px!important;
}

.woocommerce-shipping-fields {
    display: none !important;
}

.woocommerce-card__header .product__categories {
    display: none !important;
}


#mc4wp-form-1 input[type="submit"] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  margin-top: 10px !important;
  width: 60% !important;
	border-radius:10px;
}

#mc4wp-form-1 input[type="email"] {
  margin-right: 5px;
}
@media (max-width: 768px) {
  
  #text-7 .textwidget a:first-child img {
    display: inline-block;
    float: none !important;
  }
	#mc4wp-form-1 input[type="submit"] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  margin-top: 10px !important;
  width: 100% !important;
}

}



.newsletter-popup{
    display:flex;
    max-width:900px;
    min-height:520px;
}

.newsletter-image{
    width:45%;
}

.newsletter-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.newsletter-content{
    width:55%;
    padding:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.newsletter-content h2{
    font-size:32px;
    margin-bottom:18px;
}

.newsletter-content p{
    margin-bottom:30px;
    line-height:1.6;
}

@media (max-width:768px){

    .newsletter-popup{
        flex-direction:column;
    }

    .newsletter-image{
        width:100%;
        height:220px;
    }

    .newsletter-content{
        width:100%;
        padding:30px;
    }

}
@media (max-width:768px){
    .newsletter-image{
        display:none;
    }

    .newsletter-content{
        width:100%;
    }
}