/* Minify_CSS_UriRewriter::$debugText

*/

/* frontend.css */

/* 1   */ /* Admin Bar */
/* 2   */ #wpadminbar .wcf-admin_bar-edit_flow--menu .ab-item {
/* 3   */ 	-js-display: flex;
/* 4   */ 	display: flex;
/* 5   */ 	align-items: center;
/* 6   */ }
/* 7   */
/* 8   */ /* Addition
/* 9   *|      ========================================================================== */
/* 10  */
/* 11  */ @font-face {
/* 12  */ 	font-family: cartflows-icon;
/* 13  */ 	src: url( "../fonts/cartflows-icon.eot?rwcwgb" );
/* 14  */ 	src: url( "../fonts/cartflows-icon.eot?rwcwgb#iefix" ) format( "embedded-opentype" ), url( "../fonts/cartflows-icon.ttf?rwcwgb" ) format( "truetype" ), url( "../fonts/cartflows-icon.woff?rwcwgb" ) format( "woff" ), url( "../fonts/cartflows-icon.svg?rwcwgb#cartflows-icon" ) format( "svg" );
/* 15  */ 	font-weight: 400;
/* 16  */ 	font-style: normal;
/* 17  */ }
/* 18  */
/* 19  */ .cartflows-icon {
/* 20  */ 	/* use !important to prevent issues with browser extensions that change fonts */
/* 21  */ 	font-family: cartflows-icon !important;
/* 22  */ 	speak: none;
/* 23  */ 	font-style: normal;
/* 24  */ 	font-weight: 400;
/* 25  */ 	font-variant: normal;
/* 26  */ 	text-transform: none;
/* 27  */ 	line-height: 1;
/* 28  */
/* 29  */ 	/* Better Font Rendering =========== */
/* 30  */ 	-webkit-font-smoothing: antialiased;
/* 31  */ 	-moz-osx-font-smoothing: grayscale;
/* 32  */ }
/* 33  */
/* 34  */ .cartflows-circle-cross::before {
/* 35  */ 	content: "\e903";
/* 36  */ }
/* 37  */ .cartflows-cheveron-up::before {
/* 38  */ 	content: "\e905";
/* 39  */ }
/* 40  */ .cartflows-cheveron-down::before {
/* 41  */ 	content: "\e904";
/* 42  */ }
/* 43  */
/* 44  */ /*--------------------------------------------------------------
/* 45  *| # Alignments
/* 46  *| --------------------------------------------------------------*/
/* 47  */ .alignleft {
/* 48  */ 	display: inline;
/* 49  */ 	float: left;
/* 50  */ 	margin-right: 1.5em;

/* frontend.css */

/* 51  */ }
/* 52  */
/* 53  */ .alignright {
/* 54  */ 	display: inline;
/* 55  */ 	float: right;
/* 56  */ 	margin-left: 1.5em;
/* 57  */ }
/* 58  */
/* 59  */ .aligncenter {
/* 60  */ 	clear: both;
/* 61  */ 	display: block;
/* 62  */ 	margin-left: auto;
/* 63  */ 	margin-right: auto;
/* 64  */ }
/* 65  */
/* 66  */ /*--------------------------------------------------------------
/* 67  *| # Clearings
/* 68  *| --------------------------------------------------------------*/
/* 69  */ .clear::before,
/* 70  */ .clear::after {
/* 71  */ 	content: "";
/* 72  */ 	display: table;
/* 73  */ 	table-layout: fixed;
/* 74  */ }
/* 75  */
/* 76  */ .clear::after {
/* 77  */ 	clear: both;
/* 78  */ }
/* 79  */
/* 80  */ /*--------------------------------------------------------------
/* 81  *| # Content
/* 82  *| --------------------------------------------------------------*/
/* 83  */
/* 84  */ /* Common Button */
/* 85  */ .wcf-button {
/* 86  */ 	display: inline-block;
/* 87  */ 	padding: 12px 24px;
/* 88  */ 	background: #ccc;
/* 89  */ 	text-decoration: none;
/* 90  */ 	margin: 5px;
/* 91  */ }
/* 92  */
/* 93  */ /*--------------------------------------------------------------
/* 94  *| # Template CSS
/* 95  *| ---------------------------------------------------------------*/
/* 96  */ body.cartflows-default {
/* 97  */ 	background-color: #f5f5f5;
/* 98  */ }
/* 99  */
/* 100 */ .cartflows-default .cartflows-container {

/* frontend.css */

/* 101 */ 	max-width: 1200px;
/* 102 */ 	width: 100%;
/* 103 */ 	padding: 0 20px;
/* 104 */ 	margin: 60px auto;
/* 105 */ }
/* 106 */ .cartflows-default .cartflows-primary {
/* 107 */ 	background-color: #fff;
/* 108 */ 	padding: 70px;
/* 109 */ 	/* overflow: hidden; */
/* 110 */ 	max-width: 100%;
/* 111 */ }
/* 112 */
/* 113 */ @media ( max-width: 768px ) {
/* 114 */ 	.cartflows-default .cartflows-container {
/* 115 */ 		padding: 0;
/* 116 */ 		margin: 0;
/* 117 */ 	}
/* 118 */ 	.cartflows-default .cartflows-primary {
/* 119 */ 		padding: 20px 30px;
/* 120 */ 	}
/* 121 */ }
/* 122 */
/* 123 */ @media ( max-width: 544px ) {
/* 124 */ 	.cartflows-default .cartflows-primary {
/* 125 */ 		padding: 20px 15px;
/* 126 */ 	}
/* 127 */ }
/* 128 */
/* 129 */ /*--------------------------------------------------------------
/* 130 *| # Preview Mode
/* 131 *| ---------------------------------------------------------------*/
/* 132 */ .wcf-preview-mode {
/* 133 */ 	background: #f16334;
/* 134 */ 	position: fixed;
/* 135 */ 	bottom: 0;
/* 136 */ 	left: 0;
/* 137 */ 	width: 100%;
/* 138 */ 	height: 2.6em;
/* 139 */ 	color: #fff;
/* 140 */ 	text-align: center;
/* 141 */ 	font-size: 14px;
/* 142 */ 	line-height: 2.6em;
/* 143 */ 	pointer-events: all;
/* 144 */ 	z-index: 9999999;
/* 145 */ }
/* 146 */ .wcf-preview-mode a {
/* 147 */ 	color: #fff;
/* 148 */ 	font-weight: 700;
/* 149 */ }
/* 150 */

/* frontend.css */

/* 151 */ @media only screen and ( max-width: 768px ) {
/* 152 */ 	.wcf-preview-mode {
/* 153 */ 		font-size: 13px;
/* 154 */ 		line-height: 18px;
/* 155 */ 		padding: 4px 10px;
/* 156 */ 		height: auto;
/* 157 */ 	}
/* 158 */ }
/* 159 */
/* 160 */ /**
/* 161 *| * *****************
/* 162 *| * Cartflows Footer
/* 163 *| * *****************
/* 164 *| */
/* 165 */
/* 166 */ .wcf-footer-primary .wcf-footer-content p {
/* 167 */ 	margin: 1.5em 0;
/* 168 */ 	text-align: center;
/* 169 */ }
/* 170 */
/* 171 */ /**
/* 172 *| * ****************
/* 173 *| * Thank You page
/* 174 *| * ****************
/* 175 *| */
/* 176 */
/* 177 */ .wcf-thankyou-wrap {
/* 178 */ 	padding: 0;
/* 179 */ 	margin: 0 auto;
/* 180 */ 	width: 100%;
/* 181 */ 	max-width: 55em;
/* 182 */ 	font-size: 13px;
/* 183 */ }
/* 184 */
/* 185 */ /* Order Details - ThankYou page */
/* 186 */ .woocommerce-order ul.order_details::before,
/* 187 */ .woocommerce-order ul.order_details::after,
/* 188 */ .woocommerce-order-details.mollie-instructions::before,
/* 189 */ .woocommerce-order-details.mollie-instructions::after {
/* 190 */ 	content: " ";
/* 191 */ 	display: table;
/* 192 */ }
/* 193 */ .woocommerce-order ul.order_details::after {
/* 194 */ 	clear: both;
/* 195 */ }
/* 196 */
/* 197 */ .woocommerce-order ul.order_details,
/* 198 */ .woocommerce-order ul.order_details li {
/* 199 */ 	list-style: none;
/* 200 */ 	line-height: 1;

/* frontend.css */

/* 201 */ }
/* 202 */
/* 203 */ .woocommerce-order ul.order_details li {
/* 204 */ 	display: inline-block;
/* 205 */ 	border-right: 1px dashed #ccc;
/* 206 */ 	padding: 0.5em 1em 0.5em 0;
/* 207 */ 	margin: 0.5em 0.5em 0.5em 0;
/* 208 */ 	list-style-type: none;
/* 209 */ }
/* 210 */
/* 211 */ .woocommerce-order ul.order_details li:first-child {
/* 212 */ 	padding-left: 0;
/* 213 */ }
/* 214 */
/* 215 */ .woocommerce-order ul.order_details li:last-child {
/* 216 */ 	border-right: 0;
/* 217 */ 	padding-right: 0;
/* 218 */ }
/* 219 */
/* 220 */ .woocommerce-order ul.order_details li strong {
/* 221 */ 	display: block;
/* 222 */ 	margin-top: 0.7em;
/* 223 */ }
/* 224 */
/* 225 */ .woocommerce-order ul.order_details,
/* 226 */ .woocommerce-order .woocommerce-customer-details,
/* 227 */ .woocommerce-order .woocommerce-order-details,
/* 228 */ .woocommerce-order .woocommerce-order-downloads,
/* 229 */ .woocommerce-order .woocommerce-bacs-bank-details,
/* 230 */ .woocommerce-order-details.mollie-instructions {
/* 231 */ 	margin: 0 0 2em;
/* 232 */ 	border-radius: 3px;
/* 233 */ 	border: none;
/* 234 */ 	width: 100%;
/* 235 */ 	display: block;
/* 236 */ }
/* 237 */
/* 238 */ .woocommerce-order .woocommerce-bacs-bank-details ul.bacs_details {
/* 239 */ 	padding: 0;
/* 240 */ }
/* 241 */
/* 242 */ /* Section Background & Padding */
/* 243 */ .woocommerce-order:not( .wcf-modern-tq-layout ) ul.order_details,
/* 244 */ .woocommerce-order .woocommerce-customer-details,
/* 245 */ .woocommerce-order .woocommerce-order-details,
/* 246 */ .woocommerce-order .woocommerce-order-downloads,
/* 247 */ .woocommerce-order .woocommerce-bacs-bank-details {
/* 248 */ 	background: #f1f1f1;
/* 249 */ 	padding: 1.5em 2.5em;
/* 250 */ }

/* frontend.css */

/* 251 */
/* 252 */ .woocommerce-order.wcf-modern-tq-layout ul.order_details {
/* 253 */ 	background: transparent !important;
/* 254 */ }
/* 255 */
/* 256 */ .woocommerce-order h2.woocommerce-column__title,
/* 257 */ .woocommerce-order h2.woocommerce-order-details__title,
/* 258 */ .woocommerce-order.wcf-modern-tq-layout h2.woocommerce-customer-details__title,
/* 259 */ .woocommerce-order .woocommerce-thankyou-order-received,
/* 260 */ .woocommerce-order .woocommerce-order-downloads__title,
/* 261 */ .woocommerce-order h2.wc-bacs-bank-details-heading {
/* 262 */ 	padding: 0.8em 0;
/* 263 */ 	margin: 0 0 0.5em;
/* 264 */ 	font-size: 1.5em;
/* 265 */ 	font-weight: 600;
/* 266 */ 	color: #404040;
/* 267 */ }
/* 268 */
/* 269 */ .woocommerce-order .woocommerce-thankyou-order-received {
/* 270 */ 	margin: 0 0 1.5em;
/* 271 */ 	padding: 0 0.5em;
/* 272 */ 	text-align: center;
/* 273 */ }
/* 274 */
/* 275 */ /* Order Details Form */
/* 276 */ .woocommerce-order-details table.shop_table,
/* 277 */ .woocommerce-order-downloads table.shop_table {
/* 278 */ 	border: none;
/* 279 */ 	border-bottom: 0;
/* 280 */ 	background-color: inherit;
/* 281 */ 	border-radius: 0;
/* 282 */ 	font-family: inherit;
/* 283 */ 	font-weight: inherit;
/* 284 */ 	font-size: 0.95em;
/* 285 */ 	margin: 0 0 0 0 !important;
/* 286 */ 	border-collapse: collapse;
/* 287 */ 	text-align: left;
/* 288 */ }
/* 289 */
/* 290 */ .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details table.shop_table,
/* 291 */ .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads table.shop_table {
/* 292 */ 	font-size: 13px;
/* 293 */ }
/* 294 */
/* 295 */ .woocommerce-order-details table.shop_table #shipping_method {
/* 296 */ 	margin: 0;
/* 297 */ 	padding: 0;
/* 298 */ 	list-style: none;
/* 299 */ }
/* 300 */ .woocommerce-order-details table.shop_table th,

/* frontend.css */

/* 301 */ .woocommerce-order-downloads table.shop_table th {
/* 302 */ 	border: none;
/* 303 */ 	font-weight: 600;
/* 304 */ 	padding: 9px 0;
/* 305 */ 	line-height: 1.2em;
/* 306 */ }
/* 307 */ .woocommerce-order-details table.shop_table tfoot tr:last-child .woocommerce-Price-amount {
/* 308 */ 	font-size: 1em;
/* 309 */ }
/* 310 */ .woocommerce-order-details table.shop_table td,
/* 311 */ .woocommerce-order-details table.shop_table th {
/* 312 */ 	padding: 0.6em 0;
/* 313 */ 	line-height: 1.4em;
/* 314 */ 	border: none;
/* 315 */ }
/* 316 */
/* 317 */ .woocommerce-order-details table.shop_table tbody th,
/* 318 */ .woocommerce-order-details table.shop_table tfoot td,
/* 319 */ .woocommerce-order-details table.shop_table tfoot th {
/* 320 */ 	font-weight: 400;
/* 321 */ 	border: none;
/* 322 */ }
/* 323 */ .woocommerce-order-details table.shop_table tbody {
/* 324 */ 	border-top: 1px dashed #ccc;
/* 325 */ 	border-bottom: 1px dashed #ccc;
/* 326 */ }
/* 327 */ .woocommerce-order-details table.shop_table th.product-name,
/* 328 */ .woocommerce-order-details table.shop_table th.product-total {
/* 329 */ 	font-weight: 600;
/* 330 */ }
/* 331 */ .woocommerce-order-details table.shop_table tfoot tr.order-total:not( .recurring-total ) th,
/* 332 */ .woocommerce-order-details table.shop_table tfoot tr.order-total:not( .recurring-total ) td {
/* 333 */ 	font-weight: 600;
/* 334 */ 	border-top: 1px dashed #ccc;
/* 335 */ }
/* 336 */ .woocommerce-order-details table.shop_table tfoot tr.recurring-totals th {
/* 337 */ 	padding-top: 1.8em;
/* 338 */ 	font-weight: 600;
/* 339 */ }
/* 340 */ .woocommerce-order-details table.shop_table tfoot tr.recurring-totals th,
/* 341 */ .woocommerce-order-details table.shop_table tfoot tr.recurring-total th,
/* 342 */ .woocommerce-order-details table.shop_table tfoot tr.recurring-total td {
/* 343 */ 	vertical-align: top;
/* 344 */ }
/* 345 */
/* 346 */ .woocommerce-order .wcf-col2-set {
/* 347 */ 	-js-display: flex;
/* 348 */ 	display: flex;
/* 349 */ }
/* 350 */

/* frontend.css */

/* 351 */ .woocommerce-order .wcf-col2-set .wcf-col-1 {
/* 352 */ 	margin-right: 2%;
/* 353 */ }
/* 354 */
/* 355 */ .woocommerce-order .wcf-col2-set .wcf-col-1,
/* 356 */ .woocommerce-order .wcf-col2-set .wcf-col-2 {
/* 357 */ 	width: 49%;
/* 358 */ 	display: inline-block;
/* 359 */ }
/* 360 */
/* 361 */ .woocommerce-order .woocommerce-customer-details address {
/* 362 */ 	border-right-width: 1px;
/* 363 */ 	border-bottom-width: 1px;
/* 364 */ 	border-radius: 0;
/* 365 */ 	font-style: normal;
/* 366 */ }
/* 367 */
/* 368 */ .woocommerce-order .woocommerce-customer-details address p {
/* 369 */ 	margin: 0;
/* 370 */ }
/* 371 */
/* 372 */ .woocommerce-order-details.mollie-instructions p {
/* 373 */ 	margin: 0.5em 0;
/* 374 */ }
/* 375 */
/* 376 */ @media only screen and ( max-width: 768px ) {
/* 377 */ 	.woocommerce-order .woocommerce-thankyou-order-received {
/* 378 */ 		margin: 0 0 1em;
/* 379 */ 	}
/* 380 */
/* 381 */ 	.woocommerce-order h2.woocommerce-column__title,
/* 382 */ 	.woocommerce-order h2.woocommerce-order-details__title,
/* 383 */ 	.woocommerce-order .woocommerce-thankyou-order-received {
/* 384 */ 		padding: 0.5em 0;
/* 385 */ 		font-size: 1.5em;
/* 386 */ 	}
/* 387 */
/* 388 */ 	.woocommerce-order ul.order_details,
/* 389 */ 	.woocommerce-order .woocommerce-customer-details,
/* 390 */ 	.woocommerce-order .woocommerce-order-details {
/* 391 */ 		padding: 1.5em 2em;
/* 392 */ 	}
/* 393 */
/* 394 */ 	.woocommerce-order .woocommerce-order-downloads {
/* 395 */ 		overflow-x: auto;
/* 396 */ 	}
/* 397 */
/* 398 */ 	.woocommerce-order-downloads table.shop_table td,
/* 399 */ 	.woocommerce-order-downloads table.shop_table th {
/* 400 */ 		padding: 0.5em 0.8em;

/* frontend.css */

/* 401 */ 	}
/* 402 */
/* 403 */ 	.woocommerce-order ul.order_details li {
/* 404 */ 		display: block;
/* 405 */ 		width: 100%;
/* 406 */ 		border-right: none;
/* 407 */ 		padding: 0.5em 1em 1em 0;
/* 408 */ 		border-bottom: 1px dashed #ccc;
/* 409 */ 	}
/* 410 */
/* 411 */ 	.woocommerce-order ul.order_details li:last-child {
/* 412 */ 		border: none;
/* 413 */ 	}
/* 414 */
/* 415 */ 	.woocommerce-order .wcf-col2-set {
/* 416 */ 		display: block;
/* 417 */ 	}
/* 418 */
/* 419 */ 	.woocommerce-order .wcf-col2-set .wcf-col-1,
/* 420 */ 	.woocommerce-order .wcf-col2-set .wcf-col-2 {
/* 421 */ 		width: 100%;
/* 422 */ 		display: block;
/* 423 */ 	}
/* 424 */ }
/* 425 */
/* 426 */ /* CartFlows single add to cart shortcode*/
/* 427 */ .wcf-product-atc form.cart div.quantity {
/* 428 */ 	float: left;
/* 429 */ 	margin: 0 4px 0 0;
/* 430 */ }
/* 431 */
/* 432 */ .wcf-product-atc form.cart {
/* 433 */ 	margin-bottom: 15px;
/* 434 */ }
/* 435 */
/* 436 */ .wcf-pinterest-consent-wrapper {
/* 437 */ 	position: fixed;
/* 438 */ 	z-index: 999;
/* 439 */ 	right: 1rem;
/* 440 */ 	left: 1rem;
/* 441 */ 	bottom: 1rem;
/* 442 */ 	max-width: 40rem;
/* 443 */ 	padding: 1rem;
/* 444 */ 	margin: 0 auto;
/* 445 */ 	background-color: #fff;
/* 446 */ 	border: 1px solid #bbb;
/* 447 */ 	border-radius: 10px;
/* 448 */ 	-js-display: flex;
/* 449 */ 	display: flex;
/* 450 */ 	flex-direction: column;

/* frontend.css */

/* 451 */ 	align-items: center;
/* 452 */ 	gap: 1rem;
/* 453 */ }
/* 454 */
/* 455 */ .wcf-pinterest-consent-wrapper p {
/* 456 */ 	margin: 0;
/* 457 */ 	font-size: 0.875rem;
/* 458 */ 	color: #424b4d;
/* 459 */ }
/* 460 */
/* 461 */ .wcf-pinterest-consent-buttons {
/* 462 */ 	-js-display: flex;
/* 463 */ 	display: flex;
/* 464 */ 	gap: 1rem;
/* 465 */ 	width: 100%;
/* 466 */ 	justify-content: flex-start;
/* 467 */ }
/* 468 */
/* 469 */ .wcf-pinterest-consent-buttons #cartflows-pinterest-consent-accept {
/* 470 */ 	background-color: #1f2937;
/* 471 */ 	color: #fff;
/* 472 */ 	border: none;
/* 473 */ }
/* 474 */ .wcf-pinterest-consent-buttons #cartflows-pinterest-consent-decline {
/* 475 */ 	border: 1px solid #1f2937;
/* 476 */ 	background-color: #fff;
/* 477 */ 	color: #424b4d;
/* 478 */ }
/* 479 */ .wcf-pinterest-consent-buttons button {
/* 480 */ 	border-radius: 6px;
/* 481 */ 	cursor: pointer;
/* 482 */ 	width: 50%;
/* 483 */ 	transition: background-color 0.3s;
/* 484 */ 	font-size: 0.75rem;
/* 485 */ 	padding: 0.625rem 1.25rem;
/* 486 */ }
/* 487 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
/* 488 */ 	padding-left: 0;
/* 489 */ 	margin-bottom: 20px;
/* 490 */ }
/* 491 */
/* 492 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li p {
/* 493 */ 	margin-top: 10px;
/* 494 */ 	margin-bottom: 0 !important;
/* 495 */ 	color: #1f2937;
/* 496 */ 	font-weight: 500;
/* 497 */ }
/* 498 */
/* 499 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout ul.order_details li {
/* 500 */ 	padding: 0 34px 0 0;

/* frontend.css */

/* 501 */ 	margin: 0 30px 0 0;
/* 502 */ }
/* 503 */
/* 504 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details {
/* 505 */ 	padding: 0;
/* 506 */ 	border: 1px solid #d1d5db;
/* 507 */ 	border-radius: 6px;
/* 508 */ 	padding-bottom: 4px;
/* 509 */ 	margin-bottom: 20px;
/* 510 */ }
/* 511 */
/* 512 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout h2.woocommerce-order-details__title {
/* 513 */ 	padding: 14px !important;
/* 514 */ 	border-bottom: 1px solid #d1d5db;
/* 515 */ 	margin-bottom: 0 !important;
/* 516 */ }
/* 517 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details table.shop_table tbody {
/* 518 */ 	border: unset !important;
/* 519 */ }
/* 520 */
/* 521 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table tr > * {
/* 522 */ 	padding-top: 0;
/* 523 */ }
/* 524 */
/* 525 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table tr:not( :last-child ) > * {
/* 526 */ 	padding-bottom: 10px !important;
/* 527 */ }
/* 528 */
/* 529 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table tr:last-child > * {
/* 530 */ 	padding-bottom: 0 !important;
/* 531 */ }
/* 532 */
/* 533 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table * {
/* 534 */ 	font-weight: 400;
/* 535 */ }
/* 536 */
/* 537 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table td,
/* 538 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-customer-details .woocommerce-table td {
/* 539 */ 	width: 50%;
/* 540 */ 	display: table-cell !important;
/* 541 */ 	vertical-align: top;
/* 542 */ }
/* 543 */
/* 544 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details {
/* 545 */ 	overflow: hidden;
/* 546 */ 	padding-bottom: 0 !important;
/* 547 */ }
/* 548 */
/* 549 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout table.customer-details-table td {
/* 550 */ 	padding: 0;

/* frontend.css */

/* 551 */ 	font-weight: 600;
/* 552 */ }
/* 553 */
/* 554 */ /* Thank ypu page Customer details section */
/* 555 */
/* 556 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .customer-details-box {
/* 557 */ 	border-radius: 6px;
/* 558 */ 	border: 1px solid #d1d5db;
/* 559 */ 	/* margin-top: 20px; */
/* 560 */ }
/* 561 */
/* 562 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-customer-details__title {
/* 563 */ 	margin-bottom: 0 !important;
/* 564 */ 	padding: 14px !important;
/* 565 */ 	margin-top: 0;
/* 566 */ 	border-bottom: 1px solid #d1d5db;
/* 567 */ }
/* 568 */
/* 569 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads {
/* 570 */ 	border-radius: 6px;
/* 571 */ 	border: 1px solid #d1d5db;
/* 572 */ 	margin-top: 20px;
/* 573 */ 	padding: 0;
/* 574 */ }
/* 575 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads > * {
/* 576 */ 	padding-left: 14px;
/* 577 */ 	padding-right: 14px;
/* 578 */ }
/* 579 */
/* 580 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads tr > *:first-child {
/* 581 */ 	padding-left: 14px;
/* 582 */ }
/* 583 */
/* 584 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads tr > *:last-child {
/* 585 */ 	padding-right: 14px;
/* 586 */ }
/* 587 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads {
/* 588 */ 	padding-bottom: 14px;
/* 589 */ }
/* 590 */
/* 591 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-downloads__title {
/* 592 */ 	margin-bottom: 14 !important;
/* 593 */ 	padding: 14px !important;
/* 594 */ 	margin-top: 0;
/* 595 */ 	border-bottom: 1px solid #d1d5db;
/* 596 */ }
/* 597 */
/* 598 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout section.woocommerce-customer-details {
/* 599 */ 	padding: 0 !important;
/* 600 */ }

/* frontend.css */

/* 601 */
/* 602 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout table.customer-details-table td p {
/* 603 */ 	margin-top: 8px;
/* 604 */ 	margin-bottom: 0;
/* 605 */ 	font-weight: 400;
/* 606 */ 	color: #1f2937;
/* 607 */ }
/* 608 */
/* 609 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout table.customer-details-table tr:not( :first-child ) td {
/* 610 */ 	padding-top: 20px;
/* 611 */ }
/* 612 */
/* 613 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout table.customer-details-table {
/* 614 */ 	padding: 14px;
/* 615 */ 	margin-bottom: 0;
/* 616 */ }
/* 617 */
/* 618 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details > p {
/* 619 */ 	padding: 0 14px;
/* 620 */ }
/* 621 */
/* 622 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-overview__order,
/* 623 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-overview__email,
/* 624 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-overview__total {
/* 625 */ 	display: none !important;
/* 626 */ }
/* 627 */
/* 628 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout table.woocommerce-table--order-details {
/* 629 */ 	border-collapse: separate !important;
/* 630 */ 	padding: 14px !important;
/* 631 */ }
/* 632 */
/* 633 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-customer-details {
/* 634 */ 	margin-bottom: 0 !important;
/* 635 */ }
/* 636 */
/* 637 */ .wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout .woocommerce-order-details .woocommerce-table .woocommerce-table__product-name {
/* 638 */ 	padding-right: 20px;
/* 639 */ }
/* 640 */
/* 641 */ .wcf-thankyou-wrap .woocommerce-order .woocommerce-order-details .woocommerce-table ul.wc-item-meta {
/* 642 */ 	display: none;
/* 643 */ }
/* 644 */
/* 645 */ @media ( min-width: 768px ) {
/* 646 */ 	.wcf-pinterest-consent-wrapper {
/* 647 */ 		flex-direction: row;
/* 648 */ 		align-items: center;
/* 649 */ 		justify-content: space-between;
/* 650 */ 		left: unset;

/* frontend.css */

/* 651 */ 	}
/* 652 */
/* 653 */ 	.wcf-pinterest-consent-buttons {
/* 654 */ 		width: auto;
/* 655 */ 		flex-shrink: 0;
/* 656 */ 		margin-left: auto;
/* 657 */ 	}
/* 658 */
/* 659 */ 	.wcf-pinterest-consent-buttons button {
/* 660 */ 		width: auto;
/* 661 */ 	}
/* 662 */ }
/* 663 */
/* 664 */ @media ( max-width: 768px ) {
/* 665 */ 	.wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
/* 666 */ 		padding: 10px 0 !important;
/* 667 */ 	}
/* 668 */
/* 669 */ 	.wcf-thankyou-wrap .woocommerce-order.wcf-modern-tq-layout ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
/* 670 */ 		padding: 10px 0;
/* 671 */ 	}
/* 672 */ }
/* 673 */
