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

body .container {
    max-width: 1440px;
}

em {
    color: #a291f9;
    font-weight: 700;
    font-style: inherit;
}

.wd-page-wrapper {
    background-color: #000000;
}

/* THANK YOU PAGE */
/* Decrease space on extra content from Thank You page */
		.wd-order-extra-content {
			margin: 0px !important;
		}
/* END - Decrease space on extra content from Thank You page */

		/* Hide default thank you message */
			p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
				display: none;
			}
		/* END - Hide default thank you message */

		/* Bank acount details */
			section.woocommerce-bacs-bank-details {
				text-align: center;
				border: solid 2px #f44646;
				border-radius: 10px;
				padding: 15px 0px;
			}
		/* END - Bank acount details */

		/* Payment instructions text */
			p.instructiuni-plata {
				text-align: center;
				border: solid 1px #e4e4e4;
				border-radius: 10px;
				padding: 20px 20px;
			}
		/* END - Payment instructions text */
/* END - THANK YOU PAGE */

/* My Account page */
		/* Edit Address button */
		.woocommerce-Address-title .edit {
			color: rgb(162 145 249);
			background-color: #171522;
			padding: 10px 20px;
			border-radius: 20px;
			border: solid 1px #312f3c;
		}
		/* END - Edit Address button */
		/* Address field */
		address {
			background-color: #171522;
			padding: 20px;
			border-radius: 20px;
			width: fit-content;
			border: solid 1px #312f3c;
		}
		/* END - Address field */
		/* Others */
		mark {
			display: inline-block;
			padding: 5px 8px;
			background-color: #171522;
			color: #a291f9;
			font-weight: 600;
			border-radius: 20px;
			border: solid 1px #2f2d3a;
			padding: 5px 16px;
			line-height: 1;
		}
		/* END - Others */
/* END - My Account page */

/* Paid Membership Pro Plugin */
			@media only screen and (max-width: 768px) {
				.pmpro_font-large {
				font-size: 22px !important;
				line-height: 1.3 !important;
				}
			}
			a.pmpro_btn {
			display: none !important;
			}

			.pmpro_card_actions.pmpro_font-medium {
			display: none;
			}
			.pmpro_card_content {
			padding-bottom: 20px !important;
			}
/* END - Paid Membership Pro Plugin */

/* WPDiscuz Plugin for commenting */
			.wpd-form-head {
				display: none !important;
			}

			#comments {
				max-width: 100% !important;
				margin: 0px !important;
				color: #333333 !important;
				background-color: #171522 !important;
				font-style: normal !important;
				border-radius: 20px !important;
				padding-top: 20px !important;
			}

			#wpdcom.wpd-dark {
				background: #171522 !important;
				color: #CCCCCC;
			}

			#wpdcom .ql-container {
				border-radius: 10px;
			}
/* END - WPDiscuz Plugin for commenting */

/* CookieYes Plugin */
.cky-notice-des p {
    font-size: 11px !important;
    line-height: 19px;
}

.cky-notice-des {
    margin-bottom: 10px;
}

@media (max-width: 425px) {
    .cky-notice-btn-wrapper {
        flex-direction: row-reverse !important;
        align-items: end !important;
    }
	button.cky-btn {
		width: 40%;
	}
}

@media (max-width: 768px) {
    .cky-notice-btn-wrapper {
        margin-top: 0px !important;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-notice-content-wrapper {
        padding: 5px 0 12px 0 !important;
    }
}

.cky-btn {
    padding: 3px !important;
}

/* END - CookieYes Plugin */