/*
Theme Name: GUARD INDUSTRY ESTONIA 2023
Theme URI: https://guardindustry.ee
Description: Custom theme for GUARD INDUSTRY ESTONIA 2023 website.
Author: Dreamo digiagentuur
Author URI: https://dreamo.ee
Version: 1.0
Text Domain: guard
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Light.woff2') format('woff2'),
      url('./fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
      url('./fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('./fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
::selection {
  background: #ffd41c;
	color: #002a5d;
	text-shadow: none;
}
::-moz-selection {
  background: #ffd41c;
	color: #002a5d;
	text-shadow: none;
}
input:focus,
button:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
::-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-ms-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
body{
	font-family: 'Montserrat';
	font-size: 100%;
	margin: 0;
}
.no-scroll {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: 600;
	margin: 0 0 20px;
  color: #002a5d;
}
p {
	margin: 0 0 20px;
  line-height: 1.5;
}
p:last-of-type {
	margin: 0;
}
.has-text-align-center {
  text-align: center;
}
.content {
  min-height: calc(100vh - 469px);
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content ul {
  margin: 20px 0;
}
.content li {
  line-height: 1.5;
}
.content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.wrap{
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}
.page-header {
	background-color: #002a5d;
	color: #ffffff;
	padding: 10px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: 0.4s;
  z-index: 99;
}
.page-header.sticky {
  position: fixed;
	z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
.page-header .wrap {
  max-width: 1500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.site-logo img {
  height: 60px;
  width: auto;
	transition: 0.4s;
}
.menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-wrap ul li {
  display: inline-block;
	padding: 15px;
	position: relative;
}
.menu-wrap ul li.menu-item-has-children {
	padding: 15px 30px 15px 15px;
}
.menu-wrap ul li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}
.menu-wrap ul li:hover::after {
	border: solid #ffd41c;
	border-width: 0 3px 3px 0;
}
.menu-wrap ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
}
.menu-wrap ul li.current-menu-item > a,
.menu-wrap ul li.current-page-parent a,
.menu-wrap ul li.current_page_parent a,
.menu-wrap ul li.current_page_ancestor a {
	color: #ffd41c;
}
.menu-wrap ul li.current-menu-item.menu-item-has-children::before,
.menu-wrap ul li.current-page-parent.menu-item-has-children::before,
.menu-wrap ul li.menu-item-has-children:hover::before,
.menu-wrap ul li.current_page_parent::before,
.menu-wrap ul li.current_page_ancestor::before {
	border: solid #ffd41c;
  border-width: 0 3px 3px 0;
}
.menu-wrap ul li:hover > a {
	color: #ffd41c;
}
.menu-wrap ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 250px;
	background-color: #ffd41c;
	padding: 30px 20px;
	border-radius: 4px;
	text-align: center;
}
.menu-wrap ul.sub-menu::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffd41c transparent;
}
.menu-wrap ul.sub-menu li {
	padding: 0 0 15px;
	display: block;
}
.menu-wrap ul.sub-menu li a {
	color: #002a5d;
	display: inline-block;
	font-size: 1rem;
}
.menu-wrap ul.sub-menu li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #002a5d;
  transition: width .4s;
}
.menu-wrap ul.sub-menu li.current-menu-item a::after,
.menu-wrap ul.sub-menu li a:hover::after {
  width: 100%;
}
.menu-wrap ul.sub-menu li:last-child {
	padding: 0;
}
.site-controls {
  display: flex;
	align-items: center;
  justify-content: space-between;
}
.site-controls > a {
	height: 24px;
}
.site-controls img {
	display: block;
	height: 24px;
}
/* Woocommerce */
.wc-content {
  padding: 50px 0;
}
.wc-content .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
}
.shop-sidebar {
  width: 250px;
}
.shop-content {
  width: calc(100% - 310px);
}
.cart-icon {
  position: relative;
	padding: 15px 0 15px 20px;
}
.mini-cart-content {
	display: none;
  position: absolute;
	z-index: 9;
  top: 100%;
  right: -40px;
	width: 300px;
	padding: 20px 10px;
  background: #ffd41c;
	color: #002a5d;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cart-icon:hover .mini-cart-content {
	display: block;
}
.mini-cart-content::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 45px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffd41c transparent;
}
.mini-cart-content ul {
	margin: 0 0 20px !important;
}
.mini-cart-content ul li {
	position: relative;
}
.mini-cart-content ul.cart_list li {
  padding: 0 0 10px 30px;
}
.mini-cart-content ul li a.remove {
	position: absolute;
	left: 0;
}
.mini-cart-content ul li img {
	display: none;
}
.mini-cart-content a {
	color: #002a5d;
	text-decoration: none;
}
.woocommerce a.remove {
	color: #002a5d !important;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: #002a5d;
}
.mini-cart-content .buttons {
	text-align: center;
}
.mini-cart-content .buttons a.checkout {
	display: none;
}
.mini-cart-content h2 {
  text-align: center;
  font-weight: bold;
}
a.added_to_cart.wc-forward {
  display: block;
  text-align: center;
}
.woocommerce ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
	border-radius: 4px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #002a5d;
}
.button,
.woocommerce .button{
  background-color: #002a5d !important;
	color: #ffffff !important;
	border-radius: 4px !important;
	border: 2px solid #002a5d !important;
	transition: background-color 0.4s;
	padding: 10px 30px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
  text-decoration: none !important;
  display: inline-block;
}
.button:hover,
.woocommerce .button:hover {
  background-color: #fff !important;
	color: #002a5d !important;
}
.sidebar-widget {
  padding: 20px;
  border: 1px solid #efefef;
  background-color: #fbfbfb;
  margin: 0 0 20px;
  border-radius: 4px;
}
.sidebar-widget ul.product-categories {
  margin: 0;
  padding: 0;
}
.sidebar-widget ul.product-categories li {
  list-style: none;
}
.sidebar-widget ul.product-categories li.current-cat a {
  color: #002a5d;
  font-weight: bold;
}
.sidebar-widget a {
  text-decoration: none;
}
.sidebar-widget a:hover {
  font-weight: 600;
}
h2.sidebar-widget-title {
  font-size: 1em;
  margin: 0 0 10px;
}
.woocommerce-widget-layered-nav-list__item {
  padding: 0 0 6px !important;
}
.woocommerce-widget-layered-nav-list__item--chosen a {
  font-weight: bold;
  color: #002a5d;
}
.woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-size: 0.8rem;
  color: #002a5d !important;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  height: 50px;
  width: 50px;
	padding: 0;
  line-height: 50px;
  background-color: #ffd41c;
  color: #002a5d;
  font-size: .857em;
}
.woocommerce ul.products li.product .price {
  color: #002a5d;
  font-size: 1em;
  font-weight: bold;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color: #002a5d;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 20px;
}
.woocommerce-product-details__short-description {
  margin: 0 0 20px;
}
.shop-sidebar input.search-field {
  height: 25px;
  line-height: 25px;
  width: calc(100% - 45px);
  border-radius: 4px;
  border: 1px solid #666666;
}
.shop-sidebar button[type=submit] {
  background-color: #002a5d;
	color: #ffffff ;
	border-radius: 4px;
	border: 0;
  padding: 0;
  width: 40px;
  height: 25px;
  line-height: 25px;
}
.single-product .shop-sidebar {
  display: none;
}
.single-product .wc-content .wrap {
  max-width: 1200px;
}
.single-product .wc-content .shop-content {
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  height: 25px;
  line-height: 25px;
  border: 1px solid #666666;
  border-radius: 4px;
  background: #ffffff;
}
.woocommerce .woocommerce-ordering select {
  height: 25px;
  line-height: 25px;
  border: 1px solid #666666;
  border-radius: 4px;
  background: #ffffff;
}
.woocommerce table.shop_attributes th {
  text-align: left;
}
.product_meta > span {
  display: block;
}
.woocommerce .quantity .qty {
  width: 50px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 4px;
  height: 40px;
}
.woocommerce-variation-price {
  margin: 0 0 32px;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #002a5d;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: #002a5d;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid #666666;
  height: 40px;
  border-radius: 4px;
  width: 200px;
}
.woocommerce-cart-form a {
  text-decoration: none;
  transition: 0.4s;
}
.woocommerce-cart-form a:hover {
  text-decoration: underline;
}
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=email],
.woocommerce-checkout textarea {
  border: 1px solid #666666;
  height: 40px;
  border-radius: 4px;
  padding: 5px 10px;
}
.woocommerce-checkout textarea {
  padding: 10px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin: 0 0 50px;
}
.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #ffd41c);
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0 10px;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  padding: 20px 20px;
  color: #002a5d;
}
.product-files {
  line-height: 20px;
  margin: 20px 0;
}
.product-files p {
  margin: 0 0 8px;
}
.product-files a {
  display: flex;
  align-items: center;
}
.product-files a[href$=".pdf"]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('./img/pdf-blue.svg');
  background-size: cover;
  margin-right: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 16.66%;
  float: none;
  display: inline-block;
}
.woocommerce ul.products li.product a img {
  margin: 0 auto 1em;
  max-width: 200px;
}
.woocommerce-MyAccount-navigation ul {
  background-color: #f8f8f8;
  padding: 30px;
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 5px 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #002a5d;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 12px;
}
.woocommerce fieldset {
  margin: 20px 0 40px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: auto;
}
/* Woocommerce end */
.mobile-menu-toggle {
	display: none;
}
.mobile-menu-close {
	display: none;
}
.show-mobile {
	display: none !important;
}
.page-footer {
	background-color: #002a5d;
	color: #ffffff;
	padding: 50px 0;
  line-height: 1.5;
}
.page-footer .wrap {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.page-footer h2 {
  color: #ffffff;
}
.page-footer a {
  color: #ffffff;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer ul {
  margin: 0;
  padding: 0;
}
.page-footer ul li {
  list-style: none;
  padding: 0 0 5px;
}
a.footer-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffd41c;
  border-radius: 4px;
  color: #002a5d;
  border: 2px solid #ffd41c;
  transition: 0.4s;
}
a.footer-button:hover {
  background-color: #002a5d;
  color: #ffd41c;
  border: 2px solid #ffd41c;
  text-decoration: none;
}
.page-footer-col {
  flex: 1;
}
.page-footer-col-last {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
a.uptodate {
  display: block;
  font-size: 8px;
  font-family: arial;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none
}
a.uptodate:hover {
  text-decoration: none;
  color: #ffffff;
}
.toggle-shop-sidebar.button {
  display: none;
}
.narrow-content .wrap {
  max-width: 800px;
}
/* Blog */
.blog-content {
	padding: 96px 0;
}
.blog-content .wrap {
  display: flex;
  flex-wrap: wrap;
	gap: 60px 30px;
}
.blog-item {
  width: calc(33.33% - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.post-excerpt {
  margin: 0 0 15px;
}
.blog-item-image {
	height: 200px;
  width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
  margin: 0 0 15px;
}
.blog-item-image a {
	display: block;
	height: 100%;
	width: 100%;
}
.blog-item-content a {
  color: #14161f;
  text-decoration: none;
	transition: 0.4s;
}
.blog-item-content a.button {
	display: block;
  margin: 32px 0 0;
  margin-top: auto;
  text-align: center;
  font-weight: 700;
}
.single-post-content {
	padding: 48px 0;
	color: #14161f;
	line-height: 1.5;
}
.single-post-content .wrap {
	max-width: 1200px;
}
.post-title {
	margin: 0 0 48px;
	text-align: center;
}
.post-featured-image {
  height: 500px;
  max-width: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 32px;
  border-radius: 4px;
}
/* Blog end */

.errorpage-content {
  padding: 100px 0;
  text-align: center;
}

figure {
  margin: 24px 0;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .footer-facebook {
    flex-basis: 100%;
  }
}
@media (max-width: 1000px) {
  .post-featured-image {
    height: 300px;
  }
	.page-logo a,
	.page-logo img {
		display: block;
		height: 40px;
	}
	.back-to-top {
		position: fixed;
    bottom: 20px;
    right: 20px;
		display: flex;
		flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #002a5d;
		border-radius: 4px;
	}
	.back-to-top img {
		display: block;
		height: 30px;
	}
	.mobile-menu-toggle {
		display: block;
	}
	.mobile-menu-close {
		display: block;
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 999;
	}
	.cart-icon {
    padding: 0 20px;
	}
	.site-navigation {
		display: none;
	}
	.site-navigation.open {
		display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002a5d;
    z-index: 99;
	}
	.menu-wrap {
		width: 100%;
		height: 100%;
		padding: 60px 20px;
		overflow: auto;
		display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	.menu-wrap ul li {
		display: block !important;
		padding: 0 0 20px;
	}
	.menu-wrap ul li:last-child {
		padding: 0;
	}
	.menu-wrap ul li.menu-item-has-children {
		padding: 0 0 20px;
	}
	.menu-wrap ul li.menu-item-has-children::before {
		display: none;
	}
	.menu-wrap ul.sub-menu {
	  display: none;
	  position: relative;
	  top: auto;
	  left: auto;
	  transform: none;
	  -moz-transform: none;
	  -webkit-transform: none;
	  width: 100%;
	  border-radius: 0;
	  text-align: left;
	  background-color: transparent;
		padding: 20px 20px 10px;
	}
	.menu-wrap ul li.current-menu-item ul.sub-menu,
	.menu-wrap ul li.current-page-ancestor ul.sub-menu,
  .menu-wrap ul li.current_page_ancestor ul.sub-menu {
		display: block;
	}
	.menu-wrap ul.sub-menu::before {
		display: none;
	}
	.menu-wrap ul.sub-menu li a,
	.menu-wrap ul li:hover > a {
		color: #ffffff;
	}
	.menu-wrap ul.sub-menu li.current-menu-item > a,
  .menu-wrap ul.sub-menu li a[aria-current]  {
		color: #ffd41c
	}
	.menu-wrap ul.sub-menu li a::before {
    content: '- ';
	}
	.menu-wrap ul li.current-page-parent a {
		color: #ffffff;
	}
	.site-logo {
    position: relative;
    z-index: 9999;
	}
	.show-mobile {
		display: block;
	}
	.mini-cart-content {
		display: none !important;
	}
	.mini-cart-content.show-mini-cart {
		display: block !important;
		position: fixed;
		top: 60px;
    left: 0;
    right: 0;
    width: 100%;
		border-radius: 0;
	}
	.mini-cart-content.show-mini-cart::before {
		right: 68px;
	}
	.page-header {
		padding: 0;
	}
	.page-header .wrap {
		height: 60px;
	}
	.site-logo img {
	  height: 40px;
	}
	.back-to-top img {
	  height: 30px;
	}
}
@media (max-width: 800px) {
  .blog-item {
    width: calc(50% - 15px);
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
  .shop-content {
    width: 100%;
    padding: 30px 0 0;
  }
  .wc-content {
    padding: 20px 0;
  }
  .toggle-shop-sidebar {
    display: block;
    width: 100%;
    text-align: center;
  }
  .single-product .toggle-shop-sidebar {
    display: none !important;
  }
  .single-product .shop-content {
    padding: 0;
  }
  .toggle-shop-sidebar.button:hover {
    background-color: #002a5d !important;
    color: #ffffff !important;
  }
  .shop-sidebar {
    display: none;
    width: 100%;
    margin: 20px 0 0 ;
  }
  .shop-content h1 {
    text-align: center;
  }
  .woocommerce .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
  .shop-sidebar.open {
    display: block;
  }
  .page-footer {
    padding: 50px 0 20px;
  }
  .page-footer .wrap {
    gap: 30px;
  }
  .page-footer-col {
    flex-basis: 100%;
  }
  .page-footer-col-last {
    display: block;
  }
  .footer-bottom-left {
    text-align: center;
  }
  .footer-bottom-right {
    text-align: right;
    margin: 20px 0 0;
  }
  a.uptodate {
    display: inline-block;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    padding: 12px 0;
  }
}
@media (max-width: 600px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .blog-item {
    width: 100%;
  }
  .post-featured-image {
    height: 200px;
  }
  .woocommerce-notices-wrapper .woocommerce-message::before {
    display: none;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    justify-content: center;
  }
  .woocommerce-notices-wrapper .woocommerce-message .button {
    width: 100%;
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
}
