/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


:root {
    --wd-container-w: 1280px !important;
}
.lexend .title {
    font-family: 'Lexend';
}
.elementor-widget-wd_button .btn:hover {
    color: #333;
    border-color: rgba(195, 147, 91, 1);
    background-color: rgba(195, 147, 91, 1);
}

legend, h1, h2, h3, h4, h5, h6, .title {
    font-style: normal!important;
	    color: #3e3e42;
		letter-spacing: 2px;
}
.wd-page-title .title  {
    color: #fff !important;
}

.wd-post-entry-meta {
    display: none !important;
}
.blog .wd-post .wd-post-title {
    max-height: 30px;
    overflow: hidden;
}

.banner-mask .wrapper-content-banner {
    /*background-color: rgba(0, 0, 0, 0) !important;*/
    transition: background-color 0.5s cubic-bezier(0, 0, 0, 1.18) !important;
}
.promo-banner .banner-title {
    text-transform: uppercase;
}

.whb-header-bottom {
    border-bottom-width: 0 !important;
}
.wd-content-layout {
    padding-block: 20px;
}

.social-icons .elementor-icon svg {
    height: 20px;
    width: auto;
}
.social-icons .elementor-icon svg path {
    fill: #3e3e42;
}
.social-icons .elementor-icon svg:hover path {
    fill: #000;
}

.cinzel .title {
    font-style: normal;
}

footer {
    border-top: 1px solid rgba(232, 232, 232, 1);
}
#copy {
    border-top: 1px solid rgba(232, 232, 232, 1);
	padding-top: 20px;
	font-size: 14px;
}
#copy .love {
    color: #f01b00;
}
.newsletter {
    padding-top: 60px;
	padding-bottom: 60px;
}
.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
    height: 350px;
	object-fit: contain;
}

.wd-more-desc-inner {
    font-size: 12px;
}
.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
    background: #3e3e42 !important;
    border-radius: 18px !important;
}

.blog .title-after_title {
    max-width: 600px;
	margin-bottom: 40px;
}
.blog  .wd-post-img img {
   /* max-height: 260px;*/
	width: 100%;
	object-fit: cover;
}

#ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder > form {
    min-height: unset !important;
	height: unset !important;
}

.newsletter input[type="email"].ec-v-forms-form-control,
.newsletter input.ec-v-forms-form-control  {
    border: 0;
    padding: 0 5px;
    box-shadow: none;
}
input.ec-v-forms-form-control::placeholder {
    color: #3e3e42;
	font-weight: 600;
}
.ec-v-form-step.ec-v-form-step-send {
    height: unset !important;
}
.newsletter .ec-v-form-step  {
    height: unset !important;
    border-bottom: 1px solid #3e3e42;
	position: relative;
}
.ec-v-form-submit {
    padding: 0 !important;
	position: absolute !important;
    right: 0 !important;
    top: 4px !important;
}
.ec-v-form-input {
    padding: 0 !important;
}
.ec-v-form-submit button {
	 padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    color: #3e3e42 !important;
    font-family: var(--wd-text-font) !important;
}


.single-post #main-content {
    max-width: 800px;
    margin: 60px auto;
}


.woocommerce-product-gallery .wd-carousel-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.woocommerce-product-gallery .wd-carousel-item:first-child img {
    height: auto;
}
.tabs-layout-tabs a.wd-nav-link {
    color: #3e3e42;
	font-style: unset !important;
}

.wd-swatch.wd-text.wd-enabled {
    min-width: 40px !important;
    min-height: 40px !important;
    border: 1px solid #e4e4e4;
}
.wd-swatch.wd-text .wd-swatch-text {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.elementor-widget-wd_portfolio a.portfolio-thumbnail img {
    height: 340px;
	object-fit: cover;
}


.product_meta .sku_wrapper {
    display: none !important;
}






/*Z původního webu*/

.payment_method_gopay-inline input {
    position: relative;
    left: unset;
}
label[for=payment_method_gopay-inline]::after,
label[for="payment_method_stripe"]::after {
    color: #000;
    position: absolute;
    left: 0;
    min-width: 380px;
    font-size: 14px;
    font-weight: bold;
    /* margin-top: 50px; */
}


label[for=payment_method_gopay-inline]::after {
  content: "Gooogle Pay, Apple Pay, Payment card and PayPal";
}
label[for=payment_method_gopay-inline], .payment_method_gopay-inline>p {
    display: inline-block;
	color: transparent !important;
	position: relative;
}

label[for="payment_method_stripe"]::after {
  content: "STRIPE (American express cards)";
}


.payment_box.payment_method_stripe {
    padding-left: 10px !important;
}


label[for="payment_method_stripe"]::after {
  content: "STRIPE (American express cards)";
}

label[for="payment_method_stripe"] {
  color: transparent !important;
  position: relative;
}
.woocommerce-form-login-toggle {
  display: none;
}