:root {
    --wd-container-w: 1570px;
}

.container, .container-fluid {
    max-width: 1570px;
}

.content-layout-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}

.single-breadcrumbs-wrapper .wd-breadcrumbs.woocommerce-breadcrumb {
    background: #f5f5f5;
    position: relative;
    border-radius: 20px;
    padding: 15px 22px;
}

header .wd-search-form form {
    text-align: right;
}

header .wd-search-form form input {
    border-radius: 25px;
    max-width: 400px;
}

.single-product-content .summary-inner {
    border-radius: 45px;
    background-color: white;
    border: 1px solid #e7e1d5;
    padding: 40px;
}

.single-product-content p {
    color: #7d7a76;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 17px;
    text-align: justify;
}

.woocommerce-product-rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.woocommerce-product-rating .woocommerce-review-link {
    display: inline-flex;
    margin-left: 12px;
    color: #7d7a76;
    font-size: 15px;
}
.woocommerce-product-rating .woocommerce-review-link:before {
    content: '';
    position: relative;
    width: 20px;
    height: 21px;
    left: 0;
    top: 0;
    margin-right: 5px;
    background-image: url(/wp-content/themes/littleamy/assets/images/write.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.woocommerce-product-rating .woocommerce-review-count-link {
    color: #7d7a76;
    font-size: 15px;
}

.woocommerce-product-rating .rating-count {
    display: inline-flex;
    margin-left: 12px;
    color: #7d7a76;
    font-size: 15px;
}

.woocommerce-product-rating .rating-count:before {
    content: '';
    position: relative;
    width: 20px;
    height: 21px;
    left: 0;
    top: 0;
    margin-right: 5px;
    background-image: url(/wp-content/themes/littleamy/assets/images/Messages.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.woocommerce-product-rating  .wd-wishlist-btn a {
    color: #7d7a76;
    font-size: 15px;
    font-weight: 100;
}

.woocommerce-product-rating .wd-wishlist-btn a:hover {
    color: #6e6b68;
}

.single-product-page .summary .single_variation_wrap {
    border: 1px solid #ddd;
    padding: 0 10px 0 10px;
    border-radius: 5px;
}

.single-product-page.product-type-simple .summary .cart {
    border: 1px solid #ddd;
    padding: 0 10px 0 10px;
    border-radius: 10px;
}

.single-product-page.product-type-simple .summary .cart .price {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

.single-product-page .woocommerce-variation-price {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}

.single-product-page .woocommerce-variation-price .summary .single_variation_wrap .price {
    margin: 0;
    display: flex;
}

.single-product-page.product-type-variable .summary .summary-inner > p.price {
    display: none;
}

.single-product-page .woocommerce-variation>div {
    margin-bottom: 10px;
}

.single-product-page .summary .price .woocommerce-Price-amount {
    color: #16A34AFF;
    font-size: 24px;
}

.single-product-page .summary .price del .woocommerce-Price-amount {
    color: var(--color-gray-300);
    font-size: 16px;
    margin-right: 10px;
}

.single-product-page .summary .quantity {
    display: none !important;
}

.single-product-page .single_add_to_cart_button {
    width: 100%;
    border-radius: 30px;
    background-color: #181818;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 0;
    text-transform: none;
    font-family: 'Poppins';
}

.single-product-page .single_add_to_cart_button:hover {
    opacity: .82;
}

.single-product-page .wd-product-info.wd-est-del {
    margin-top: 5px;
}

.single-product-page .wd-product-info.wd-est-del .wd-info-msg {
    color: #16A34AFF;
    font-weight: 600;
}

.single-product-page .summary .instalments-payment-info {
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 5px;
}

.single-product-page .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    position: relative;
}

.single-product-page .wd-sizeguide-btn {
	margin: 0;
	display: flex;
    justify-content: right;
}

.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--weight, .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--dimensions {
    display: none;
}

.product-manufactured-romania-badge {
    position: absolute;
    border: 20px;
    display: flex;
    gap: 7px;
    background-color: #f5f5f5e6;
    padding: 3px 8px;
    border-radius: 4px !important;
    align-items: center;
}

.product-manufactured-romania-badge svg {
    width: 22px;
    height: 22px;
}

.product-manufactured-romania-badge .product-image-badge-text {
    font-weight: 600;
    font-size: 14px;
}

.single-product-page .product-manufactured-romania-badge {
    top: 20px;
    left: 20px;
    z-index: 1;
}

.single-product-page .custom-info-product {
    display: flex;
    background: #fafafa;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    border-radius: 0 0 45px 45px;
    margin-top: 50px;
    padding: 25px 20px 10px 20px;
    justify-content: center;
}

.single-product-page .custom-info-product .item {
    width: 25%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
}

.single-product-page .custom-info-product .item svg {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-top: 0;
    color: #c3aa9a;
}

.single-product-page .custom-info-product .item p {
    color: #7D7A76;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.single-product-page .woocommerce-product-details__short-description-mobile {
    display: none;
}

sup.decimals {
    top: -.5em;
    font-size: 70%;
}

.single-product-page .summary .price .sale-price-percentage-discount, .wd-sticky-btn-cart .price .sale-price-percentage-discount, .autocomplete-suggestion .price .sale-price-percentage-discount, .products .product .price .sale-price-percentage-discount {
    display: inline;
    background-color: #c1e3d7;
    border-radius: 5px;
    padding: 1px 3px;
    font-weight: 600;
    color: #444444;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
    margin-left: 5px;
}

.wd-sticky-btn-cart .price .sale-price-percentage-discount, .autocomplete-suggestion .price .sale-price-percentage-discount {
    font-size: 14px;
}

.single-product-page .tc-extra-product-options {
    margin: 0 0 10px;
}

.tm-extra-product-options .tm-extra-product-options-fields .tc-epo-label {
    width: 93px;
    font-size: 14px;
    font-weight: 600;
}

.tm-extra-product-options .tm-extra-product-options-fields .cpf-type-textfield .tmcp-field-wrap label.fullwidth .tm-epo-field, .tm-extra-product-options .tm-extra-product-options-fields .cpf-type-date .tmcp-field-wrap label.fullwidth .tm-epo-field, .tm-extra-product-options .tm-extra-product-options-fields .cpf-type-time .tmcp-field-wrap label.fullwidth .tm-epo-field {
    width: 100%;
    max-width: 260px;
    font-size: 14px;
    padding: 2px 10px;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container .cpf-upload-wrap {
	border-radius: 21px;
}

.tm-extra-product-options .tm-extra-product-options-fields .tm-extra-product-options-date .ui-tm-datepicker-trigger::before {
    padding: calc(0.75em - 3px);
}


.tm-extra-product-options .tm-extra-product-options-fields .tm-extra-product-options-time .ui-tm-datepicker-trigger::before {
    padding: calc(0.75em - 6px);
}

.tm-extra-product-options .tm-extra-product-options-fields .tc-cell.tm-error {
    margin: 0 !important;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}

.products .product .product_after_shop_loop_price {
    display: block;
}

.products .product .price {
    letter-spacing: 1px;
    display: block;
}

.products .product .price del {
    display: block;
}

.products .product .price ins {
    display: inline;
}

.products .product .price .woocommerce-Price-amount {
    font-size: 18px;
    letter-spacing: 0;
}

.products .wd-product.wd-hover-fw-button .wd-add-btn>a {
    background-color: var(--wd-primary-color);
}

.products .wd-product.wd-hover-fw-button .wd-add-btn>a:hover {
    background-color: var(--wd-primary-color);
}

.cart-widget-side .wd-empty-mini-cart .btn {
	 background-color: var(--wd-primary-color);
}

.cart-widget-side .wd-empty-mini-cart .btn:hover {
	background-color: var(--wd-primary-color);
	opacity: 0.8;
}

.archive .wd-page-title {
    display: none;
}

.products .wd-product .product-wrapper  {
    border-radius: 30px;
}

.products .wd-hover-with-fade .content-product-imagin  {
    border-radius: 30px;
}

.products .wd-product .product-wrapper .product-element-top {
    border-radius: 20px;
}

.archive .wd-breadcrumbs.woocommerce-breadcrumb {
    background: #f5f5f5;
    position: relative;
    border-radius: 20px;
    padding: 10px 22px;
}

.products .badge.product-manufactured-romania-badge {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    background-color: rgb(241 241 241 / 90%);
}

a:hover .badge.product-manufactured-romania-badge{
    color: #000000;
}

.wd-sticky-btn .wd-sticky-btn-content {
    width: 40%;
    margin-right: auto;
    max-width: 500px;
}

.wd-sticky-btn .wd-sticky-btn-cart {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.wd-sticky-btn .wd-sticky-btn-cart .price {
    font-size: 18px;
}

.wd-sticky-btn .wd-sticky-btn-cart .price del {
    margin-right: 10px;
    font-size: 16px;
}

.wd-sticky-btn .wd-sticky-btn-cart form.cart .price, .wd-sticky-btn .wd-sticky-btn-cart form.cart .wd-product-info, .wd-sticky-btn .wd-sticky-btn-cart form.cart .quantity, .wd-sticky-btn .wd-sticky-btn-cart form.cart .instalments-payment-info {
    display: none;
}

.wd-sticky-btn .wd-sticky-btn-cart .custom-info-product {
    display: none;
}

.wd-sticky-btn .wd-sticky-btn-cart .wd-wishlist-btn {
    display: none;
}

.wd-sticky-btn .wd-sticky-btn-cart .single_add_to_cart_button {
    background-color: var(--wd-primary-color);
}
.wd-sticky-btn .wd-sticky-btn-cart .wd-sticky-add-to-cart {
    background-color: var(--wd-primary-color);
}

#review_form .comment-form .submit {
    background-color: var(--wd-primary-color);
}

.wd-footer {
    border-top: 1px solid rgb(0 0 0 / .1);
}

.wd-footer .footer-column-4 .footer-widget {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.wd-footer .footer-column-1 .footer-widget {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.wd-footer .footer-column-4 .footer-widget li {
    list-style: none;
    margin-bottom: 10px
}

.wd-footer .widget {
    border-bottom: 0;
}
.widget_shopping_cart .cart-info dl.tc-epo-metadata.variation, .wd-checkout-prod dl.tc-epo-metadata.variation {
    display: block;
    float: left;
}

.widget_shopping_cart .cart-info dl.tc-epo-metadata.variation dt, .woocommerce-cart-form dl.tc-epo-metadata.variation dt, .wd-checkout-prod dl.tc-epo-metadata.variation dt {
    display: inline-block;
    float: left;
    margin-right: 5px;
    clear: both;
}

.widget_shopping_cart .cart-info dl.tc-epo-metadata.variation dd, .woocommerce-cart-form dl.tc-epo-metadata.variation dd, .wd-checkout-prod dl.tc-epo-metadata.variation dd {
    margin: 0;
    display: inline-block;
    float: left;
}
.widget_shopping_cart .cart-info dl.tc-epo-metadata.variation dd p, .woocommerce-cart-form dl.tc-epo-metadata.variation dd p, .wd-checkout-prod dl.tc-epo-metadata.variation dd p {
    margin: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
    background-color: var(--wd-primary-color);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout:hover {
    background-color: var(--wd-primary-color);
    opacity: 0.9;
}

.cart-content-wrapper .cart-totals-inner .checkout-button {
    background-color: var(--wd-primary-color);
}

.cart-content-wrapper .cart-totals-inner .checkout-button:hover {
    opacity: 0.9;
}

.cart-actions .wd-coupon-form .button {
    background-color: var(--wd-primary-color);
}

.cart-actions .wd-coupon-form .button:hover {
    background-color: var(--wd-primary-color);
    opacity: 0.9;
}

.woocommerce-checkout-review-order #place_order {
    background-color: #000000;
}
.woocommerce-checkout-review-order #place_order:hover{
    opacity: 0.9;
}

.payment_box.payment_method_netopiapayments #netopia-methods {
    display: none;
}

.payment_box.payment_method_netopiapayments p {
    margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon .button {
    background-color: var(--wd-primary-color);
}

.form-order-tracking button[name="track"] {
    background-color: var(--wd-primary-color);
}

.narrow-table table td {
    padding: 4px;
}

.wpcf7-form .hidden-fields-container {
	display: none;
}

.single-product-page p {
	text-align: justify;
}

@media only screen and (max-width: 1024px) {
    .single-product .wd-builder-off {
        --wd-single-spacing: 10px;
        padding-block: 0;
        padding: 10px 0;
    }

    .woodmart-archive-shop .wd-builder-off {
        padding-block: 10px;
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .product-image-summary .summary-inner {
        padding: 20px;
        border-radius: 30px;
    }

    .product-image-summary .summary-inner .wd-wishlist-btn a span {
        display: none;
    }

    .product-image-summary .summary-inner .woocommerce-review-link {
        display: none;
    }

    .product-image-summary .summary-inner .woocommerce-product-rating {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .single-product-page .custom-info-product {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0 0 30px 30px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .single-product-page .custom-info-product .item {
        width: 33.33%;
        flex-basis: 33.33%;
    }

    .single-product-page .custom-info-product .item p {
        font-size: 11px;
    }

    .single-product-page .custom-info-product .item.hidden-mobile {
        display: none;
    }

    .single-product-page .summary .woocommerce-product-details__short-description {
        display: none;
    }

    .single-product-page .woocommerce-product-details__short-description-mobile {
        display: block;
    }

    .products .product .price .woocommerce-Price-amount {
        font-size: 14px;
    }

    .products .wd-product.wd-hover-fw-button .wd-add-btn>a span {
        font-size: 12px;
        padding: 8px;
        line-height: 20px;
    }

    .products .wd-product .product-wrapper
    {
        padding: 0;
        border-radius: 20px;
    }

    .products .wd-product .product-wrapper .product-element-top {
        border-radius: 20px 20px 0 0;
    }

    .products.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
        padding: 0 10px 10px;
    }

    .wd-sidebar-hidden-sm.wd-builder-off .wd-shop-tools .woocommerce-result-count {
        display: none;
    }

    .wd-sidebar-hidden-sm.wd-builder-off .wd-shop-tools:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .products .product-manufactured-romania-badge .product-image-badge-text {
        font-size: 11px;
    }
	
	.cky-revisit-bottom-left {
		bottom: 63px !important;
	}
}

@media only screen and (max-width: 478px) {

}