@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//babyshower.bg/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(215,236,220);
	--wd-alternative-color: rgb(169,186,176);
	--btn-default-bgcolor: rgb(215,236,220);
	--btn-default-bgcolor-hover: rgb(89,89,89);
	--btn-accented-bgcolor: rgb(215,236,220);
	--btn-accented-bgcolor-hover: rgb(89,89,89);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(215,236,220);
	--notices-success-color: rgb(89,89,89);
	--notices-warning-bg: rgb(226,164,83);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(215,236,220);
	background-image: none;
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(140,140,140);
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount, html .product.wd-product del, html .product.wd-product del .amount, html .product-image-summary-wrap .summary-inner > .price, html .product-image-summary-wrap .summary-inner > .price > .amount, html .product-image-summary-wrap .summary-inner > .price > .price > .amount, html .product-image-summary-wrap .summary-inner > .price ins .amount, html .wd-single-price .price, html .wd-single-price .price > .amount, html .wd-single-price .price > ins .amount, html .product-image-summary-wrap .summary-inner > .price del, html .product-image-summary-wrap .summary-inner > .price del .amount, html .wd-single-price .price del .amount, html .wd-product-nav-desc .price > .amount, html .wd-product-nav-desc .price > ins .amount, html .wd-product-nav-desc .price > ins .amount, html .product-quick-view  .summary-inner > .price > .amount, html .product-quick-view .summary-inner > .price > ins .amount, html .widget-area .widget .price > .amount, html .widget-area .widget .price > ins .amount, html .widget-area .widget .price > ins .amount {
	font-weight: 600;
	font-size: 17px;
	color: rgb(210,82,110);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #fff;
--btn-accented-color: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

.amount {
	color: rgb(210, 82, 110);
/**
 * BabyShower.bg — Checkout CSS v3
 * Добави в: WoodMart → Theme settings → Styles and colors → Custom CSS
 * ЗАМЕНИ предишния CSS изцяло с този
 */

/* ══════════════════════════════════════════
   ШИРИНА НА СТРАНИЦАТА
   ══════════════════════════════════════════ */

.woocommerce-checkout .wd-page-content,
.woocommerce-checkout #page-content,
.woocommerce-checkout .container,
body.woocommerce-checkout .page-content-wrap,
body.woocommerce-checkout .wd-content-area {
    max-width: 1100px !important;
    width: 92% !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
}

/* ══════════════════════════════════════════
   ДВУКОЛОНЕН LAYOUT
   ══════════════════════════════════════════ */

.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
    width: 56% !important;
    float: left !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: 42% !important;
    float: right !important;
    box-sizing: border-box !important;
}

/* Бележките — вляво под billing полетата */
.woocommerce-checkout .woocommerce-additional-fields {
    clear: none !important;
    float: left !important;
    width: 56% !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* Изчиства float след колоните */
.woocommerce-checkout #order_review::after,
.woocommerce-checkout form.checkout::after {
    content: '' !important;
    display: table !important;
    clear: both !important;
}

/* ══════════════════════════════════════════
   КАРТИ
   ══════════════════════════════════════════ */

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #bgshop-invoice-section {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    margin-bottom: 14px !important;
    box-sizing: border-box !important;
}

/* ══════════════════════════════════════════
   ЗАГЛАВИЯ
   ══════════════════════════════════════════ */

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #bgshop-invoice-section h3,
.woocommerce-checkout #order_review_heading {
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #9ca3af !important;
    margin: 0 0 14px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background: none !important;
    border-radius: 0 !important;
}

/* ══════════════════════════════════════════
   ПОЛЕТА
   ══════════════════════════════════════════ */

.woocommerce-checkout .form-row {
    padding: 0 !important;
    margin: 0 0 10px !important;
}

.woocommerce-checkout .form-row label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    margin-bottom: 4px !important;
    display: block !important;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    font-size: 13px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    height: auto !important;
    line-height: 1.5 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    transition: border-color 0.15s !important;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #185FA5 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(24,95,165,0.1) !important;
}

/* Две полета на ред */
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.woocommerce-checkout .form-row-first {
    margin-right: 4% !important;
}

.woocommerce-checkout .form-row-wide {
    width: 100% !important;
    display: block !important;
}

/* Textarea бележки */
.woocommerce-checkout textarea#order_comments {
    min-height: 85px !important;
    resize: vertical !important;
}

/* ══════════════════════════════════════════
   ФАКТУРА
   ══════════════════════════════════════════ */

#bgshop-invoice-section {
    margin-top: 0 !important;
}

.woocommerce-checkout #billing_invoice_needed {
    width: 16px !important;
    height: 16px !important;
    accent-color: #185FA5 !important;
}

.woocommerce-checkout label[for="billing_invoice_needed"] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    background: #f9fafb !important;
    font-size: 13px !important;
    color: #111827 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.woocommerce-checkout label[for="billing_invoice_needed"]:hover {
    border-color: #185FA5 !important;
    background: #eff6ff !important;
}

#bgshop-invoice-fields {
    border: 1px solid #93c5fd !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    padding: 16px !important;
    background: #eff6ff !important;
    margin-top: -1px !important;
}

/* ══════════════════════════════════════════
   ORDER REVIEW — дясна колона
   ══════════════════════════════════════════ */

.woocommerce-checkout #order_review_heading {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 18px 20px 14px !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    padding: 0 20px 20px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #9ca3af !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 8px 0 !important;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px solid #f9fafb !important;
}

.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-shipping-totals td {
    font-size: 13px !important;
    color: #6b7280 !important;
    padding: 5px 0 !important;
    border: none !important;
}

.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    padding-top: 12px !important;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: none !important;
}

/* ══════════════════════════════════════════
   БУТОН ПОРЪЧАЙ
   ══════════════════════════════════════════ */

#place_order,
.woocommerce-checkout #place_order {
    background: #185FA5 !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 13px 20px !important;
    width: 100% !important;
    color: #ffffff !important;
    cursor: pointer !important;
    margin-top: 14px !important;
    transition: background 0.15s !important;
}

#place_order:hover {
    background: #0C447C !important;
}

/* ══════════════════════════════════════════
   ПРОМО КОД
   ══════════════════════════════════════════ */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-bottom: 14px !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 14px !important;
    margin-bottom: 14px !important;
}

/* ══════════════════════════════════════════
   МОБИЛНИ
   ══════════════════════════════════════════ */

@media (max-width: 768px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .woocommerce-additional-fields,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
        display: block !important;
        margin-right: 0 !important;
    }
}

