/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
   
    color: #072540;


}

.wpc-filter-header .widget-title.wpc-filter-title {
    font-weight: 700!important;
    color: #072540;
}



/* Kontaktų formos kodas */

.wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"] {
box-sizing: border-box;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 10px;
/*width: 267px;*/
height: 51px;
padding: 15px;
}


.wpcf7 textarea {

/*width: 558px;*/
height: 165px;
background-color: transparent;
border: 1px solid #FFFFFF;
border-radius: 10px;
padding-left:25px;
padding-top:15px

	
}



/* Submit mygtuko stiliai */
.wpcf7 input[type="submit"] {
    width: 116px;
    height: 60px;
    background: #27323C;
    box-shadow: 0px 4px 20px rgba(63, 31, 0, 0.2);
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 18.2px;
    font-size: 14px;
    border: 0px;
	font-family: Playfair Display, sans-serif;
	text-transform: uppercase;
  
}

input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}


.wpcf7 input[type="submit"]:hover {
	
    background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	
	
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #FFFFFF; /* Replace with your desired color code */
    opacity: 0.7; /* Remove if you want default opacity */
	 font-family: Playfair Display, sans-serif;
}




/* Kontaktų puslapio kontaktų formos stilis */
.custom-contact-form {
    max-width: 600px;
    margin: 0 auto;


}


.custom-contact-form input[type="email"], .custom-contact-form input[type="text"], .custom-contact-form input[type="tel"], .custom-contact-form input[type="date"] {
	box-sizing: border-box;
	/*background: #FFFFFF;*/
	border: 1px solid #27323C;
	border-radius: 5px;
	/*width: 267px;*/
	height: 51px;
	padding: 10px;
    margin-bottom: 10px;
	padding-left:25px;
    padding-top:15px
}



.custom-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #27323C;
    border-radius: 5px;
	padding-left:25px;
    padding-top:15px
}

.custom-contact-form input[type="submit"] {
    background-color: #27323C;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 3px;
	width: 116px;
	height: 60px;
	text-transform: uppercase;
}

.custom-contact-form input[type="submit"]:hover {
    background-color: #FFFFFF;
	border: 1px solid #27323C;
	color: #27323C;
	font-family: Playfair Display, sans-serif;
	
	
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #27323C; /* Replace with your desired color code */
	 font-family: Playfair Display, sans-serif;
    opacity: 0.7; /* Remove if you want default opacity */
}


/* Checkout product name width */
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-right: 40px !important; /* Reguliuoja tarpus iš dešinės */
    max-width: 200px !important; /* Pakeiskite plotį pagal savo poreikius */
    word-wrap: break-word !important; /* Užtikrina, kad tekstas nesusikirstų */
}



.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    padding-left: 20px!important;
}

/* Search laukelio stilius */
.dgwt-wcas-sf-wrapp {
    zoom: 1;
    width: 570px!important;
    max-width: 100vw;
    margin: 0;
    position: relative;
    background: 0 0;
}

mark {
    background-color: transparent;
}


/* Checkout komentarai*/


.elementor-widget-woocommerce-checkout-page 
.woocommerce #customer_details .form-row textarea {
    height: 250px;
}



/* Sub kategorijos kiekio paslepimas*/


.woocommerce-loop-category__title .count {
    display: none!important;
}


/* Lentelė standartiniai ratukai */



<style>
  .wheel-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .wheel-card {
    flex: 1 1 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f9f9f9;
  }

  .wheel-card img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 10px auto;
  }

  .wheel-card h4 {
    margin-top: 0;
  }

  @media (min-width: 768px) {
    .wheel-card {
      flex: 1 1 calc(50% - 10px);
      max-width: calc(50% - 10px);
    }
  }
</style>
