/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


@font-face {
    font-family: "Nothing You Could Do Regular";
    src: url('/wp-content/themes/dt-the7-child/fonts/NothingYouCouldDo-Regular.ttf');
	font-weight:normal;
}
@font-face {
    font-family: "Syne Wght Regular";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-VariableFont_wght.ttf');
}
@font-face {
    font-family: "Syne Regular";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-Regular.ttf');
}
@font-face {
    font-family: "Syne Semi Bold";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-SemiBold.ttf');
}
@font-face {
    font-family: "Syne Bold";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-Bold.ttf');
}
@font-face {
    font-family: "Syne Extra Bold";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-ExtraBold.ttf');
}
@font-face {
    font-family: "Syne Medium";
    src: url('/wp-content/themes/dt-the7-child/fonts/Syne-Medium.ttf');
}



form.woocommerce-shipping-calculator *:is(span, input),
form#paycometPaymentForm :is(span, input, select) {
    color: black !important;
    border-color: black !important;
}


a.shipping-calculator-button:hover {
    color: black !important;
    text-decoration: underline;
}

a.shipping-calculator-button {
	float: right;
}

input#coupon_code::placeholder {
    color: black !important;
}


.shop_table tr {
	align-items: stretch !important;
}

tr.woocommerce-shipping-totals.shipping td {
    text-align: right;
}

#form_paytpv a.button.cancel:not(:hover) {
	color: black !important;
}

.woocommerce-order .wc-complete-wrap .wc-side-column {
    min-width: fit-content;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > *:last-child {
    text-align: right;
}

table.shop_table.customer_details th {
    color: black !important;
}

table.shop_table.customer_details tr > *:last-child {
    text-align: right;
    justify-content: flex-end;
}


.form-inline:has(#paycomet_card_year) {
    display: flex;
    gap: 15px;
}

.form-group:has(#paycomet_card_year, #paycomet-pan, #paycomet-cvc2) {
    padding: 15px 0;
}