@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,600,900&display=swap);/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@charset "UTF-8";

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

/* line 4, resources/assets/styles/fontawesome/_core.scss */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, resources/assets/styles/fontawesome/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, resources/assets/styles/fontawesome/_larger.scss */

.fa-xs {
  font-size: .75em;
}

/* line 15, resources/assets/styles/fontawesome/_larger.scss */

.fa-sm {
  font-size: .875em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-1x {
  font-size: 1em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-2x {
  font-size: 2em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-3x {
  font-size: 3em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-4x {
  font-size: 4em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-5x {
  font-size: 5em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-6x {
  font-size: 6em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-7x {
  font-size: 7em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-8x {
  font-size: 8em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-9x {
  font-size: 9em;
}

/* line 20, resources/assets/styles/fontawesome/_larger.scss */

.fa-10x {
  font-size: 10em;
}

/* line 3, resources/assets/styles/fontawesome/_fixed-width.scss */

.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, resources/assets/styles/fontawesome/_list.scss */

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, resources/assets/styles/fontawesome/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 12, resources/assets/styles/fontawesome/_list.scss */

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, resources/assets/styles/fontawesome/_bordered-pulled.scss */

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, resources/assets/styles/fontawesome/_bordered-pulled.scss */

.fa-pull-left {
  float: left;
}

/* line 11, resources/assets/styles/fontawesome/_bordered-pulled.scss */

.fa-pull-right {
  float: right;
}

/* line 18, resources/assets/styles/fontawesome/_bordered-pulled.scss */

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, resources/assets/styles/fontawesome/_bordered-pulled.scss */

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, resources/assets/styles/fontawesome/_animated.scss */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
       -o-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

/* line 8, resources/assets/styles/fontawesome/_animated.scss */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
       -o-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 4, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 5, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 6, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* line 8, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* line 9, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 10, resources/assets/styles/fontawesome/_rotated-flipped.scss */

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* line 16, resources/assets/styles/fontawesome/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

/* line 4, resources/assets/styles/fontawesome/_stacked.scss */

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, resources/assets/styles/fontawesome/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, resources/assets/styles/fontawesome/_stacked.scss */

.fa-stack-1x {
  line-height: inherit;
}

/* line 25, resources/assets/styles/fontawesome/_stacked.scss */

.fa-stack-2x {
  font-size: 2em;
}

/* line 29, resources/assets/styles/fontawesome/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

/* line 4, resources/assets/styles/fontawesome/_icons.scss */

.fa-500px:before {
  content: "\F26E";
}

/* line 5, resources/assets/styles/fontawesome/_icons.scss */

.fa-abacus:before {
  content: "\F640";
}

/* line 6, resources/assets/styles/fontawesome/_icons.scss */

.fa-accessible-icon:before {
  content: "\F368";
}

/* line 7, resources/assets/styles/fontawesome/_icons.scss */

.fa-accusoft:before {
  content: "\F369";
}

/* line 8, resources/assets/styles/fontawesome/_icons.scss */

.fa-acorn:before {
  content: "\F6AE";
}

/* line 9, resources/assets/styles/fontawesome/_icons.scss */

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

/* line 10, resources/assets/styles/fontawesome/_icons.scss */

.fa-ad:before {
  content: "\F641";
}

/* line 11, resources/assets/styles/fontawesome/_icons.scss */

.fa-address-book:before {
  content: "\F2B9";
}

/* line 12, resources/assets/styles/fontawesome/_icons.scss */

.fa-address-card:before {
  content: "\F2BB";
}

/* line 13, resources/assets/styles/fontawesome/_icons.scss */

.fa-adjust:before {
  content: "\F042";
}

/* line 14, resources/assets/styles/fontawesome/_icons.scss */

.fa-adn:before {
  content: "\F170";
}

/* line 15, resources/assets/styles/fontawesome/_icons.scss */

.fa-adobe:before {
  content: "\F778";
}

/* line 16, resources/assets/styles/fontawesome/_icons.scss */

.fa-adversal:before {
  content: "\F36A";
}

/* line 17, resources/assets/styles/fontawesome/_icons.scss */

.fa-affiliatetheme:before {
  content: "\F36B";
}

/* line 18, resources/assets/styles/fontawesome/_icons.scss */

.fa-air-freshener:before {
  content: "\F5D0";
}

/* line 19, resources/assets/styles/fontawesome/_icons.scss */

.fa-airbnb:before {
  content: "\F834";
}

/* line 20, resources/assets/styles/fontawesome/_icons.scss */

.fa-alarm-clock:before {
  content: "\F34E";
}

/* line 21, resources/assets/styles/fontawesome/_icons.scss */

.fa-algolia:before {
  content: "\F36C";
}

/* line 22, resources/assets/styles/fontawesome/_icons.scss */

.fa-alicorn:before {
  content: "\F6B0";
}

/* line 23, resources/assets/styles/fontawesome/_icons.scss */

.fa-align-center:before {
  content: "\F037";
}

/* line 24, resources/assets/styles/fontawesome/_icons.scss */

.fa-align-justify:before {
  content: "\F039";
}

/* line 25, resources/assets/styles/fontawesome/_icons.scss */

.fa-align-left:before {
  content: "\F036";
}

/* line 26, resources/assets/styles/fontawesome/_icons.scss */

.fa-align-right:before {
  content: "\F038";
}

/* line 27, resources/assets/styles/fontawesome/_icons.scss */

.fa-alipay:before {
  content: "\F642";
}

/* line 28, resources/assets/styles/fontawesome/_icons.scss */

.fa-allergies:before {
  content: "\F461";
}

/* line 29, resources/assets/styles/fontawesome/_icons.scss */

.fa-amazon:before {
  content: "\F270";
}

/* line 30, resources/assets/styles/fontawesome/_icons.scss */

.fa-amazon-pay:before {
  content: "\F42C";
}

/* line 31, resources/assets/styles/fontawesome/_icons.scss */

.fa-ambulance:before {
  content: "\F0F9";
}

/* line 32, resources/assets/styles/fontawesome/_icons.scss */

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

/* line 33, resources/assets/styles/fontawesome/_icons.scss */

.fa-amilia:before {
  content: "\F36D";
}

/* line 34, resources/assets/styles/fontawesome/_icons.scss */

.fa-analytics:before {
  content: "\F643";
}

/* line 35, resources/assets/styles/fontawesome/_icons.scss */

.fa-anchor:before {
  content: "\F13D";
}

/* line 36, resources/assets/styles/fontawesome/_icons.scss */

.fa-android:before {
  content: "\F17B";
}

/* line 37, resources/assets/styles/fontawesome/_icons.scss */

.fa-angel:before {
  content: "\F779";
}

/* line 38, resources/assets/styles/fontawesome/_icons.scss */

.fa-angellist:before {
  content: "\F209";
}

/* line 39, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-double-down:before {
  content: "\F103";
}

/* line 40, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-double-left:before {
  content: "\F100";
}

/* line 41, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-double-right:before {
  content: "\F101";
}

/* line 42, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-double-up:before {
  content: "\F102";
}

/* line 43, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-down:before {
  content: "\F107";
}

/* line 44, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-left:before {
  content: "\F104";
}

/* line 45, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-right:before {
  content: "\F105";
}

/* line 46, resources/assets/styles/fontawesome/_icons.scss */

.fa-angle-up:before {
  content: "\F106";
}

/* line 47, resources/assets/styles/fontawesome/_icons.scss */

.fa-angry:before {
  content: "\F556";
}

/* line 48, resources/assets/styles/fontawesome/_icons.scss */

.fa-angrycreative:before {
  content: "\F36E";
}

/* line 49, resources/assets/styles/fontawesome/_icons.scss */

.fa-angular:before {
  content: "\F420";
}

/* line 50, resources/assets/styles/fontawesome/_icons.scss */

.fa-ankh:before {
  content: "\F644";
}

/* line 51, resources/assets/styles/fontawesome/_icons.scss */

.fa-app-store:before {
  content: "\F36F";
}

/* line 52, resources/assets/styles/fontawesome/_icons.scss */

.fa-app-store-ios:before {
  content: "\F370";
}

/* line 53, resources/assets/styles/fontawesome/_icons.scss */

.fa-apper:before {
  content: "\F371";
}

/* line 54, resources/assets/styles/fontawesome/_icons.scss */

.fa-apple:before {
  content: "\F179";
}

/* line 55, resources/assets/styles/fontawesome/_icons.scss */

.fa-apple-alt:before {
  content: "\F5D1";
}

/* line 56, resources/assets/styles/fontawesome/_icons.scss */

.fa-apple-crate:before {
  content: "\F6B1";
}

/* line 57, resources/assets/styles/fontawesome/_icons.scss */

.fa-apple-pay:before {
  content: "\F415";
}

/* line 58, resources/assets/styles/fontawesome/_icons.scss */

.fa-archive:before {
  content: "\F187";
}

/* line 59, resources/assets/styles/fontawesome/_icons.scss */

.fa-archway:before {
  content: "\F557";
}

/* line 60, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

/* line 61, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

/* line 62, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

/* line 63, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

/* line 64, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-down:before {
  content: "\F354";
}

/* line 65, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}

/* line 66, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-from-left:before {
  content: "\F347";
}

/* line 67, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-from-right:before {
  content: "\F348";
}

/* line 68, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-from-top:before {
  content: "\F349";
}

/* line 69, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-left:before {
  content: "\F355";
}

/* line 70, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-right:before {
  content: "\F356";
}

/* line 71, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-square-down:before {
  content: "\F350";
}

/* line 72, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-square-left:before {
  content: "\F351";
}

/* line 73, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-square-right:before {
  content: "\F352";
}

/* line 74, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-square-up:before {
  content: "\F353";
}

/* line 75, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}

/* line 76, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-to-left:before {
  content: "\F34B";
}

/* line 77, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-to-right:before {
  content: "\F34C";
}

/* line 78, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-to-top:before {
  content: "\F34D";
}

/* line 79, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-alt-up:before {
  content: "\F357";
}

/* line 80, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

/* line 81, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

/* line 82, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

/* line 83, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

/* line 84, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-down:before {
  content: "\F063";
}

/* line 85, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-from-bottom:before {
  content: "\F342";
}

/* line 86, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-from-left:before {
  content: "\F343";
}

/* line 87, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-from-right:before {
  content: "\F344";
}

/* line 88, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-from-top:before {
  content: "\F345";
}

/* line 89, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-left:before {
  content: "\F060";
}

/* line 90, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-right:before {
  content: "\F061";
}

/* line 91, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-square-down:before {
  content: "\F339";
}

/* line 92, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-square-left:before {
  content: "\F33A";
}

/* line 93, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-square-right:before {
  content: "\F33B";
}

/* line 94, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-square-up:before {
  content: "\F33C";
}

/* line 95, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-to-bottom:before {
  content: "\F33D";
}

/* line 96, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-to-left:before {
  content: "\F33E";
}

/* line 97, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-to-right:before {
  content: "\F340";
}

/* line 98, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-to-top:before {
  content: "\F341";
}

/* line 99, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrow-up:before {
  content: "\F062";
}

/* line 100, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows:before {
  content: "\F047";
}

/* line 101, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows-alt:before {
  content: "\F0B2";
}

/* line 102, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows-alt-h:before {
  content: "\F337";
}

/* line 103, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows-alt-v:before {
  content: "\F338";
}

/* line 104, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows-h:before {
  content: "\F07E";
}

/* line 105, resources/assets/styles/fontawesome/_icons.scss */

.fa-arrows-v:before {
  content: "\F07D";
}

/* line 106, resources/assets/styles/fontawesome/_icons.scss */

.fa-artstation:before {
  content: "\F77A";
}

/* line 107, resources/assets/styles/fontawesome/_icons.scss */

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

/* line 108, resources/assets/styles/fontawesome/_icons.scss */

.fa-asterisk:before {
  content: "\F069";
}

/* line 109, resources/assets/styles/fontawesome/_icons.scss */

.fa-asymmetrik:before {
  content: "\F372";
}

/* line 110, resources/assets/styles/fontawesome/_icons.scss */

.fa-at:before {
  content: "\F1FA";
}

/* line 111, resources/assets/styles/fontawesome/_icons.scss */

.fa-atlas:before {
  content: "\F558";
}

/* line 112, resources/assets/styles/fontawesome/_icons.scss */

.fa-atlassian:before {
  content: "\F77B";
}

/* line 113, resources/assets/styles/fontawesome/_icons.scss */

.fa-atom:before {
  content: "\F5D2";
}

/* line 114, resources/assets/styles/fontawesome/_icons.scss */

.fa-atom-alt:before {
  content: "\F5D3";
}

/* line 115, resources/assets/styles/fontawesome/_icons.scss */

.fa-audible:before {
  content: "\F373";
}

/* line 116, resources/assets/styles/fontawesome/_icons.scss */

.fa-audio-description:before {
  content: "\F29E";
}

/* line 117, resources/assets/styles/fontawesome/_icons.scss */

.fa-autoprefixer:before {
  content: "\F41C";
}

/* line 118, resources/assets/styles/fontawesome/_icons.scss */

.fa-avianex:before {
  content: "\F374";
}

/* line 119, resources/assets/styles/fontawesome/_icons.scss */

.fa-aviato:before {
  content: "\F421";
}

/* line 120, resources/assets/styles/fontawesome/_icons.scss */

.fa-award:before {
  content: "\F559";
}

/* line 121, resources/assets/styles/fontawesome/_icons.scss */

.fa-aws:before {
  content: "\F375";
}

/* line 122, resources/assets/styles/fontawesome/_icons.scss */

.fa-axe:before {
  content: "\F6B2";
}

/* line 123, resources/assets/styles/fontawesome/_icons.scss */

.fa-axe-battle:before {
  content: "\F6B3";
}

/* line 124, resources/assets/styles/fontawesome/_icons.scss */

.fa-baby:before {
  content: "\F77C";
}

/* line 125, resources/assets/styles/fontawesome/_icons.scss */

.fa-baby-carriage:before {
  content: "\F77D";
}

/* line 126, resources/assets/styles/fontawesome/_icons.scss */

.fa-backpack:before {
  content: "\F5D4";
}

/* line 127, resources/assets/styles/fontawesome/_icons.scss */

.fa-backspace:before {
  content: "\F55A";
}

/* line 128, resources/assets/styles/fontawesome/_icons.scss */

.fa-backward:before {
  content: "\F04A";
}

/* line 129, resources/assets/styles/fontawesome/_icons.scss */

.fa-bacon:before {
  content: "\F7E5";
}

/* line 130, resources/assets/styles/fontawesome/_icons.scss */

.fa-badge:before {
  content: "\F335";
}

/* line 131, resources/assets/styles/fontawesome/_icons.scss */

.fa-badge-check:before {
  content: "\F336";
}

/* line 132, resources/assets/styles/fontawesome/_icons.scss */

.fa-badge-dollar:before {
  content: "\F645";
}

/* line 133, resources/assets/styles/fontawesome/_icons.scss */

.fa-badge-percent:before {
  content: "\F646";
}

/* line 134, resources/assets/styles/fontawesome/_icons.scss */

.fa-badger-honey:before {
  content: "\F6B4";
}

/* line 135, resources/assets/styles/fontawesome/_icons.scss */

.fa-balance-scale:before {
  content: "\F24E";
}

/* line 136, resources/assets/styles/fontawesome/_icons.scss */

.fa-balance-scale-left:before {
  content: "\F515";
}

/* line 137, resources/assets/styles/fontawesome/_icons.scss */

.fa-balance-scale-right:before {
  content: "\F516";
}

/* line 138, resources/assets/styles/fontawesome/_icons.scss */

.fa-ball-pile:before {
  content: "\F77E";
}

/* line 139, resources/assets/styles/fontawesome/_icons.scss */

.fa-ballot:before {
  content: "\F732";
}

/* line 140, resources/assets/styles/fontawesome/_icons.scss */

.fa-ballot-check:before {
  content: "\F733";
}

/* line 141, resources/assets/styles/fontawesome/_icons.scss */

.fa-ban:before {
  content: "\F05E";
}

/* line 142, resources/assets/styles/fontawesome/_icons.scss */

.fa-band-aid:before {
  content: "\F462";
}

/* line 143, resources/assets/styles/fontawesome/_icons.scss */

.fa-bandcamp:before {
  content: "\F2D5";
}

/* line 144, resources/assets/styles/fontawesome/_icons.scss */

.fa-barcode:before {
  content: "\F02A";
}

/* line 145, resources/assets/styles/fontawesome/_icons.scss */

.fa-barcode-alt:before {
  content: "\F463";
}

/* line 146, resources/assets/styles/fontawesome/_icons.scss */

.fa-barcode-read:before {
  content: "\F464";
}

/* line 147, resources/assets/styles/fontawesome/_icons.scss */

.fa-barcode-scan:before {
  content: "\F465";
}

/* line 148, resources/assets/styles/fontawesome/_icons.scss */

.fa-bars:before {
  content: "\F0C9";
}

/* line 149, resources/assets/styles/fontawesome/_icons.scss */

.fa-baseball:before {
  content: "\F432";
}

/* line 150, resources/assets/styles/fontawesome/_icons.scss */

.fa-baseball-ball:before {
  content: "\F433";
}

/* line 151, resources/assets/styles/fontawesome/_icons.scss */

.fa-basketball-ball:before {
  content: "\F434";
}

/* line 152, resources/assets/styles/fontawesome/_icons.scss */

.fa-basketball-hoop:before {
  content: "\F435";
}

/* line 153, resources/assets/styles/fontawesome/_icons.scss */

.fa-bat:before {
  content: "\F6B5";
}

/* line 154, resources/assets/styles/fontawesome/_icons.scss */

.fa-bath:before {
  content: "\F2CD";
}

/* line 155, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-bolt:before {
  content: "\F376";
}

/* line 156, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-empty:before {
  content: "\F244";
}

/* line 157, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-full:before {
  content: "\F240";
}

/* line 158, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-half:before {
  content: "\F242";
}

/* line 159, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-quarter:before {
  content: "\F243";
}

/* line 160, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-slash:before {
  content: "\F377";
}

/* line 161, resources/assets/styles/fontawesome/_icons.scss */

.fa-battery-three-quarters:before {
  content: "\F241";
}

/* line 162, resources/assets/styles/fontawesome/_icons.scss */

.fa-battle-net:before {
  content: "\F835";
}

/* line 163, resources/assets/styles/fontawesome/_icons.scss */

.fa-bed:before {
  content: "\F236";
}

/* line 164, resources/assets/styles/fontawesome/_icons.scss */

.fa-beer:before {
  content: "\F0FC";
}

/* line 165, resources/assets/styles/fontawesome/_icons.scss */

.fa-behance:before {
  content: "\F1B4";
}

/* line 166, resources/assets/styles/fontawesome/_icons.scss */

.fa-behance-square:before {
  content: "\F1B5";
}

/* line 167, resources/assets/styles/fontawesome/_icons.scss */

.fa-bell:before {
  content: "\F0F3";
}

/* line 168, resources/assets/styles/fontawesome/_icons.scss */

.fa-bell-school:before {
  content: "\F5D5";
}

/* line 169, resources/assets/styles/fontawesome/_icons.scss */

.fa-bell-school-slash:before {
  content: "\F5D6";
}

/* line 170, resources/assets/styles/fontawesome/_icons.scss */

.fa-bell-slash:before {
  content: "\F1F6";
}

/* line 171, resources/assets/styles/fontawesome/_icons.scss */

.fa-bells:before {
  content: "\F77F";
}

/* line 172, resources/assets/styles/fontawesome/_icons.scss */

.fa-bezier-curve:before {
  content: "\F55B";
}

/* line 173, resources/assets/styles/fontawesome/_icons.scss */

.fa-bible:before {
  content: "\F647";
}

/* line 174, resources/assets/styles/fontawesome/_icons.scss */

.fa-bicycle:before {
  content: "\F206";
}

/* line 175, resources/assets/styles/fontawesome/_icons.scss */

.fa-bimobject:before {
  content: "\F378";
}

/* line 176, resources/assets/styles/fontawesome/_icons.scss */

.fa-binoculars:before {
  content: "\F1E5";
}

/* line 177, resources/assets/styles/fontawesome/_icons.scss */

.fa-biohazard:before {
  content: "\F780";
}

/* line 178, resources/assets/styles/fontawesome/_icons.scss */

.fa-birthday-cake:before {
  content: "\F1FD";
}

/* line 179, resources/assets/styles/fontawesome/_icons.scss */

.fa-bitbucket:before {
  content: "\F171";
}

/* line 180, resources/assets/styles/fontawesome/_icons.scss */

.fa-bitcoin:before {
  content: "\F379";
}

/* line 181, resources/assets/styles/fontawesome/_icons.scss */

.fa-bity:before {
  content: "\F37A";
}

/* line 182, resources/assets/styles/fontawesome/_icons.scss */

.fa-black-tie:before {
  content: "\F27E";
}

/* line 183, resources/assets/styles/fontawesome/_icons.scss */

.fa-blackberry:before {
  content: "\F37B";
}

/* line 184, resources/assets/styles/fontawesome/_icons.scss */

.fa-blanket:before {
  content: "\F498";
}

/* line 185, resources/assets/styles/fontawesome/_icons.scss */

.fa-blender:before {
  content: "\F517";
}

/* line 186, resources/assets/styles/fontawesome/_icons.scss */

.fa-blender-phone:before {
  content: "\F6B6";
}

/* line 187, resources/assets/styles/fontawesome/_icons.scss */

.fa-blind:before {
  content: "\F29D";
}

/* line 188, resources/assets/styles/fontawesome/_icons.scss */

.fa-blog:before {
  content: "\F781";
}

/* line 189, resources/assets/styles/fontawesome/_icons.scss */

.fa-blogger:before {
  content: "\F37C";
}

/* line 190, resources/assets/styles/fontawesome/_icons.scss */

.fa-blogger-b:before {
  content: "\F37D";
}

/* line 191, resources/assets/styles/fontawesome/_icons.scss */

.fa-bluetooth:before {
  content: "\F293";
}

/* line 192, resources/assets/styles/fontawesome/_icons.scss */

.fa-bluetooth-b:before {
  content: "\F294";
}

/* line 193, resources/assets/styles/fontawesome/_icons.scss */

.fa-bold:before {
  content: "\F032";
}

/* line 194, resources/assets/styles/fontawesome/_icons.scss */

.fa-bolt:before {
  content: "\F0E7";
}

/* line 195, resources/assets/styles/fontawesome/_icons.scss */

.fa-bomb:before {
  content: "\F1E2";
}

/* line 196, resources/assets/styles/fontawesome/_icons.scss */

.fa-bone:before {
  content: "\F5D7";
}

/* line 197, resources/assets/styles/fontawesome/_icons.scss */

.fa-bone-break:before {
  content: "\F5D8";
}

/* line 198, resources/assets/styles/fontawesome/_icons.scss */

.fa-bong:before {
  content: "\F55C";
}

/* line 199, resources/assets/styles/fontawesome/_icons.scss */

.fa-book:before {
  content: "\F02D";
}

/* line 200, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-alt:before {
  content: "\F5D9";
}

/* line 201, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-dead:before {
  content: "\F6B7";
}

/* line 202, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-heart:before {
  content: "\F499";
}

/* line 203, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-medical:before {
  content: "\F7E6";
}

/* line 204, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-open:before {
  content: "\F518";
}

/* line 205, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-reader:before {
  content: "\F5DA";
}

/* line 206, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-spells:before {
  content: "\F6B8";
}

/* line 207, resources/assets/styles/fontawesome/_icons.scss */

.fa-book-user:before {
  content: "\F7E7";
}

/* line 208, resources/assets/styles/fontawesome/_icons.scss */

.fa-bookmark:before {
  content: "\F02E";
}

/* line 209, resources/assets/styles/fontawesome/_icons.scss */

.fa-books:before {
  content: "\F5DB";
}

/* line 210, resources/assets/styles/fontawesome/_icons.scss */

.fa-books-medical:before {
  content: "\F7E8";
}

/* line 211, resources/assets/styles/fontawesome/_icons.scss */

.fa-boot:before {
  content: "\F782";
}

/* line 212, resources/assets/styles/fontawesome/_icons.scss */

.fa-booth-curtain:before {
  content: "\F734";
}

/* line 213, resources/assets/styles/fontawesome/_icons.scss */

.fa-bootstrap:before {
  content: "\F836";
}

/* line 214, resources/assets/styles/fontawesome/_icons.scss */

.fa-bow-arrow:before {
  content: "\F6B9";
}

/* line 215, resources/assets/styles/fontawesome/_icons.scss */

.fa-bowling-ball:before {
  content: "\F436";
}

/* line 216, resources/assets/styles/fontawesome/_icons.scss */

.fa-bowling-pins:before {
  content: "\F437";
}

/* line 217, resources/assets/styles/fontawesome/_icons.scss */

.fa-box:before {
  content: "\F466";
}

/* line 218, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-alt:before {
  content: "\F49A";
}

/* line 219, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-ballot:before {
  content: "\F735";
}

/* line 220, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-check:before {
  content: "\F467";
}

/* line 221, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-fragile:before {
  content: "\F49B";
}

/* line 222, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-full:before {
  content: "\F49C";
}

/* line 223, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-heart:before {
  content: "\F49D";
}

/* line 224, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-open:before {
  content: "\F49E";
}

/* line 225, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-up:before {
  content: "\F49F";
}

/* line 226, resources/assets/styles/fontawesome/_icons.scss */

.fa-box-usd:before {
  content: "\F4A0";
}

/* line 227, resources/assets/styles/fontawesome/_icons.scss */

.fa-boxes:before {
  content: "\F468";
}

/* line 228, resources/assets/styles/fontawesome/_icons.scss */

.fa-boxes-alt:before {
  content: "\F4A1";
}

/* line 229, resources/assets/styles/fontawesome/_icons.scss */

.fa-boxing-glove:before {
  content: "\F438";
}

/* line 230, resources/assets/styles/fontawesome/_icons.scss */

.fa-brackets:before {
  content: "\F7E9";
}

/* line 231, resources/assets/styles/fontawesome/_icons.scss */

.fa-brackets-curly:before {
  content: "\F7EA";
}

/* line 232, resources/assets/styles/fontawesome/_icons.scss */

.fa-braille:before {
  content: "\F2A1";
}

/* line 233, resources/assets/styles/fontawesome/_icons.scss */

.fa-brain:before {
  content: "\F5DC";
}

/* line 234, resources/assets/styles/fontawesome/_icons.scss */

.fa-bread-loaf:before {
  content: "\F7EB";
}

/* line 235, resources/assets/styles/fontawesome/_icons.scss */

.fa-bread-slice:before {
  content: "\F7EC";
}

/* line 236, resources/assets/styles/fontawesome/_icons.scss */

.fa-briefcase:before {
  content: "\F0B1";
}

/* line 237, resources/assets/styles/fontawesome/_icons.scss */

.fa-briefcase-medical:before {
  content: "\F469";
}

/* line 238, resources/assets/styles/fontawesome/_icons.scss */

.fa-broadcast-tower:before {
  content: "\F519";
}

/* line 239, resources/assets/styles/fontawesome/_icons.scss */

.fa-broom:before {
  content: "\F51A";
}

/* line 240, resources/assets/styles/fontawesome/_icons.scss */

.fa-browser:before {
  content: "\F37E";
}

/* line 241, resources/assets/styles/fontawesome/_icons.scss */

.fa-brush:before {
  content: "\F55D";
}

/* line 242, resources/assets/styles/fontawesome/_icons.scss */

.fa-btc:before {
  content: "\F15A";
}

/* line 243, resources/assets/styles/fontawesome/_icons.scss */

.fa-buffer:before {
  content: "\F837";
}

/* line 244, resources/assets/styles/fontawesome/_icons.scss */

.fa-bug:before {
  content: "\F188";
}

/* line 245, resources/assets/styles/fontawesome/_icons.scss */

.fa-building:before {
  content: "\F1AD";
}

/* line 246, resources/assets/styles/fontawesome/_icons.scss */

.fa-bullhorn:before {
  content: "\F0A1";
}

/* line 247, resources/assets/styles/fontawesome/_icons.scss */

.fa-bullseye:before {
  content: "\F140";
}

/* line 248, resources/assets/styles/fontawesome/_icons.scss */

.fa-bullseye-arrow:before {
  content: "\F648";
}

/* line 249, resources/assets/styles/fontawesome/_icons.scss */

.fa-bullseye-pointer:before {
  content: "\F649";
}

/* line 250, resources/assets/styles/fontawesome/_icons.scss */

.fa-burn:before {
  content: "\F46A";
}

/* line 251, resources/assets/styles/fontawesome/_icons.scss */

.fa-buromobelexperte:before {
  content: "\F37F";
}

/* line 252, resources/assets/styles/fontawesome/_icons.scss */

.fa-burrito:before {
  content: "\F7ED";
}

/* line 253, resources/assets/styles/fontawesome/_icons.scss */

.fa-bus:before {
  content: "\F207";
}

/* line 254, resources/assets/styles/fontawesome/_icons.scss */

.fa-bus-alt:before {
  content: "\F55E";
}

/* line 255, resources/assets/styles/fontawesome/_icons.scss */

.fa-bus-school:before {
  content: "\F5DD";
}

/* line 256, resources/assets/styles/fontawesome/_icons.scss */

.fa-business-time:before {
  content: "\F64A";
}

/* line 257, resources/assets/styles/fontawesome/_icons.scss */

.fa-buysellads:before {
  content: "\F20D";
}

/* line 258, resources/assets/styles/fontawesome/_icons.scss */

.fa-cabinet-filing:before {
  content: "\F64B";
}

/* line 259, resources/assets/styles/fontawesome/_icons.scss */

.fa-calculator:before {
  content: "\F1EC";
}

/* line 260, resources/assets/styles/fontawesome/_icons.scss */

.fa-calculator-alt:before {
  content: "\F64C";
}

/* line 261, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar:before {
  content: "\F133";
}

/* line 262, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-alt:before {
  content: "\F073";
}

/* line 263, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-check:before {
  content: "\F274";
}

/* line 264, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-day:before {
  content: "\F783";
}

/* line 265, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-edit:before {
  content: "\F333";
}

/* line 266, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-exclamation:before {
  content: "\F334";
}

/* line 267, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-minus:before {
  content: "\F272";
}

/* line 268, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-plus:before {
  content: "\F271";
}

/* line 269, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-star:before {
  content: "\F736";
}

/* line 270, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-times:before {
  content: "\F273";
}

/* line 271, resources/assets/styles/fontawesome/_icons.scss */

.fa-calendar-week:before {
  content: "\F784";
}

/* line 272, resources/assets/styles/fontawesome/_icons.scss */

.fa-camera:before {
  content: "\F030";
}

/* line 273, resources/assets/styles/fontawesome/_icons.scss */

.fa-camera-alt:before {
  content: "\F332";
}

/* line 274, resources/assets/styles/fontawesome/_icons.scss */

.fa-camera-retro:before {
  content: "\F083";
}

/* line 275, resources/assets/styles/fontawesome/_icons.scss */

.fa-campfire:before {
  content: "\F6BA";
}

/* line 276, resources/assets/styles/fontawesome/_icons.scss */

.fa-campground:before {
  content: "\F6BB";
}

/* line 277, resources/assets/styles/fontawesome/_icons.scss */

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

/* line 278, resources/assets/styles/fontawesome/_icons.scss */

.fa-candle-holder:before {
  content: "\F6BC";
}

/* line 279, resources/assets/styles/fontawesome/_icons.scss */

.fa-candy-cane:before {
  content: "\F786";
}

/* line 280, resources/assets/styles/fontawesome/_icons.scss */

.fa-candy-corn:before {
  content: "\F6BD";
}

/* line 281, resources/assets/styles/fontawesome/_icons.scss */

.fa-cannabis:before {
  content: "\F55F";
}

/* line 282, resources/assets/styles/fontawesome/_icons.scss */

.fa-capsules:before {
  content: "\F46B";
}

/* line 283, resources/assets/styles/fontawesome/_icons.scss */

.fa-car:before {
  content: "\F1B9";
}

/* line 284, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-alt:before {
  content: "\F5DE";
}

/* line 285, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-battery:before {
  content: "\F5DF";
}

/* line 286, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-bump:before {
  content: "\F5E0";
}

/* line 287, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-crash:before {
  content: "\F5E1";
}

/* line 288, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-garage:before {
  content: "\F5E2";
}

/* line 289, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-mechanic:before {
  content: "\F5E3";
}

/* line 290, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-side:before {
  content: "\F5E4";
}

/* line 291, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-tilt:before {
  content: "\F5E5";
}

/* line 292, resources/assets/styles/fontawesome/_icons.scss */

.fa-car-wash:before {
  content: "\F5E6";
}

/* line 293, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-circle-down:before {
  content: "\F32D";
}

/* line 294, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-circle-left:before {
  content: "\F32E";
}

/* line 295, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-circle-right:before {
  content: "\F330";
}

/* line 296, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-circle-up:before {
  content: "\F331";
}

/* line 297, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-down:before {
  content: "\F0D7";
}

/* line 298, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-left:before {
  content: "\F0D9";
}

/* line 299, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-right:before {
  content: "\F0DA";
}

/* line 300, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-square-down:before {
  content: "\F150";
}

/* line 301, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-square-left:before {
  content: "\F191";
}

/* line 302, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-square-right:before {
  content: "\F152";
}

/* line 303, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-square-up:before {
  content: "\F151";
}

/* line 304, resources/assets/styles/fontawesome/_icons.scss */

.fa-caret-up:before {
  content: "\F0D8";
}

/* line 305, resources/assets/styles/fontawesome/_icons.scss */

.fa-carrot:before {
  content: "\F787";
}

/* line 306, resources/assets/styles/fontawesome/_icons.scss */

.fa-cart-arrow-down:before {
  content: "\F218";
}

/* line 307, resources/assets/styles/fontawesome/_icons.scss */

.fa-cart-plus:before {
  content: "\F217";
}

/* line 308, resources/assets/styles/fontawesome/_icons.scss */

.fa-cash-register:before {
  content: "\F788";
}

/* line 309, resources/assets/styles/fontawesome/_icons.scss */

.fa-cat:before {
  content: "\F6BE";
}

/* line 310, resources/assets/styles/fontawesome/_icons.scss */

.fa-cauldron:before {
  content: "\F6BF";
}

/* line 311, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

/* line 312, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-amex:before {
  content: "\F1F3";
}

/* line 313, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-apple-pay:before {
  content: "\F416";
}

/* line 314, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-diners-club:before {
  content: "\F24C";
}

/* line 315, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-discover:before {
  content: "\F1F2";
}

/* line 316, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-jcb:before {
  content: "\F24B";
}

/* line 317, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-mastercard:before {
  content: "\F1F1";
}

/* line 318, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-paypal:before {
  content: "\F1F4";
}

/* line 319, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-stripe:before {
  content: "\F1F5";
}

/* line 320, resources/assets/styles/fontawesome/_icons.scss */

.fa-cc-visa:before {
  content: "\F1F0";
}

/* line 321, resources/assets/styles/fontawesome/_icons.scss */

.fa-centercode:before {
  content: "\F380";
}

/* line 322, resources/assets/styles/fontawesome/_icons.scss */

.fa-centos:before {
  content: "\F789";
}

/* line 323, resources/assets/styles/fontawesome/_icons.scss */

.fa-certificate:before {
  content: "\F0A3";
}

/* line 324, resources/assets/styles/fontawesome/_icons.scss */

.fa-chair:before {
  content: "\F6C0";
}

/* line 325, resources/assets/styles/fontawesome/_icons.scss */

.fa-chair-office:before {
  content: "\F6C1";
}

/* line 326, resources/assets/styles/fontawesome/_icons.scss */

.fa-chalkboard:before {
  content: "\F51B";
}

/* line 327, resources/assets/styles/fontawesome/_icons.scss */

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

/* line 328, resources/assets/styles/fontawesome/_icons.scss */

.fa-charging-station:before {
  content: "\F5E7";
}

/* line 329, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-area:before {
  content: "\F1FE";
}

/* line 330, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-bar:before {
  content: "\F080";
}

/* line 331, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-line:before {
  content: "\F201";
}

/* line 332, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-line-down:before {
  content: "\F64D";
}

/* line 333, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-network:before {
  content: "\F78A";
}

/* line 334, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-pie:before {
  content: "\F200";
}

/* line 335, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-pie-alt:before {
  content: "\F64E";
}

/* line 336, resources/assets/styles/fontawesome/_icons.scss */

.fa-chart-scatter:before {
  content: "\F7EE";
}

/* line 337, resources/assets/styles/fontawesome/_icons.scss */

.fa-check:before {
  content: "\F00C";
}

/* line 338, resources/assets/styles/fontawesome/_icons.scss */

.fa-check-circle:before {
  content: "\F058";
}

/* line 339, resources/assets/styles/fontawesome/_icons.scss */

.fa-check-double:before {
  content: "\F560";
}

/* line 340, resources/assets/styles/fontawesome/_icons.scss */

.fa-check-square:before {
  content: "\F14A";
}

/* line 341, resources/assets/styles/fontawesome/_icons.scss */

.fa-cheese:before {
  content: "\F7EF";
}

/* line 342, resources/assets/styles/fontawesome/_icons.scss */

.fa-cheese-swiss:before {
  content: "\F7F0";
}

/* line 343, resources/assets/styles/fontawesome/_icons.scss */

.fa-cheeseburger:before {
  content: "\F7F1";
}

/* line 344, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess:before {
  content: "\F439";
}

/* line 345, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-bishop:before {
  content: "\F43A";
}

/* line 346, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-bishop-alt:before {
  content: "\F43B";
}

/* line 347, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-board:before {
  content: "\F43C";
}

/* line 348, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-clock:before {
  content: "\F43D";
}

/* line 349, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-clock-alt:before {
  content: "\F43E";
}

/* line 350, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-king:before {
  content: "\F43F";
}

/* line 351, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-king-alt:before {
  content: "\F440";
}

/* line 352, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-knight:before {
  content: "\F441";
}

/* line 353, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-knight-alt:before {
  content: "\F442";
}

/* line 354, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-pawn:before {
  content: "\F443";
}

/* line 355, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-pawn-alt:before {
  content: "\F444";
}

/* line 356, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-queen:before {
  content: "\F445";
}

/* line 357, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-queen-alt:before {
  content: "\F446";
}

/* line 358, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-rook:before {
  content: "\F447";
}

/* line 359, resources/assets/styles/fontawesome/_icons.scss */

.fa-chess-rook-alt:before {
  content: "\F448";
}

/* line 360, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-circle-down:before {
  content: "\F13A";
}

/* line 361, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-circle-left:before {
  content: "\F137";
}

/* line 362, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-circle-right:before {
  content: "\F138";
}

/* line 363, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-circle-up:before {
  content: "\F139";
}

/* line 364, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-double-down:before {
  content: "\F322";
}

/* line 365, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-double-left:before {
  content: "\F323";
}

/* line 366, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-double-right:before {
  content: "\F324";
}

/* line 367, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-double-up:before {
  content: "\F325";
}

/* line 368, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-down:before {
  content: "\F078";
}

/* line 369, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-left:before {
  content: "\F053";
}

/* line 370, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-right:before {
  content: "\F054";
}

/* line 371, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-square-down:before {
  content: "\F329";
}

/* line 372, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-square-left:before {
  content: "\F32A";
}

/* line 373, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-square-right:before {
  content: "\F32B";
}

/* line 374, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-square-up:before {
  content: "\F32C";
}

/* line 375, resources/assets/styles/fontawesome/_icons.scss */

.fa-chevron-up:before {
  content: "\F077";
}

/* line 376, resources/assets/styles/fontawesome/_icons.scss */

.fa-child:before {
  content: "\F1AE";
}

/* line 377, resources/assets/styles/fontawesome/_icons.scss */

.fa-chimney:before {
  content: "\F78B";
}

/* line 378, resources/assets/styles/fontawesome/_icons.scss */

.fa-chrome:before {
  content: "\F268";
}

/* line 379, resources/assets/styles/fontawesome/_icons.scss */

.fa-chromecast:before {
  content: "\F838";
}

/* line 380, resources/assets/styles/fontawesome/_icons.scss */

.fa-church:before {
  content: "\F51D";
}

/* line 381, resources/assets/styles/fontawesome/_icons.scss */

.fa-circle:before {
  content: "\F111";
}

/* line 382, resources/assets/styles/fontawesome/_icons.scss */

.fa-circle-notch:before {
  content: "\F1CE";
}

/* line 383, resources/assets/styles/fontawesome/_icons.scss */

.fa-city:before {
  content: "\F64F";
}

/* line 384, resources/assets/styles/fontawesome/_icons.scss */

.fa-claw-marks:before {
  content: "\F6C2";
}

/* line 385, resources/assets/styles/fontawesome/_icons.scss */

.fa-clinic-medical:before {
  content: "\F7F2";
}

/* line 386, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard:before {
  content: "\F328";
}

/* line 387, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard-check:before {
  content: "\F46C";
}

/* line 388, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard-list:before {
  content: "\F46D";
}

/* line 389, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard-list-check:before {
  content: "\F737";
}

/* line 390, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard-prescription:before {
  content: "\F5E8";
}

/* line 391, resources/assets/styles/fontawesome/_icons.scss */

.fa-clipboard-user:before {
  content: "\F7F3";
}

/* line 392, resources/assets/styles/fontawesome/_icons.scss */

.fa-clock:before {
  content: "\F017";
}

/* line 393, resources/assets/styles/fontawesome/_icons.scss */

.fa-clone:before {
  content: "\F24D";
}

/* line 394, resources/assets/styles/fontawesome/_icons.scss */

.fa-closed-captioning:before {
  content: "\F20A";
}

/* line 395, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud:before {
  content: "\F0C2";
}

/* line 396, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-download:before {
  content: "\F0ED";
}

/* line 397, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-download-alt:before {
  content: "\F381";
}

/* line 398, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-drizzle:before {
  content: "\F738";
}

/* line 399, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-hail:before {
  content: "\F739";
}

/* line 400, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-hail-mixed:before {
  content: "\F73A";
}

/* line 401, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-meatball:before {
  content: "\F73B";
}

/* line 402, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-moon:before {
  content: "\F6C3";
}

/* line 403, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

/* line 404, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-rain:before {
  content: "\F73D";
}

/* line 405, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-rainbow:before {
  content: "\F73E";
}

/* line 406, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-showers:before {
  content: "\F73F";
}

/* line 407, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

/* line 408, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-sleet:before {
  content: "\F741";
}

/* line 409, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-snow:before {
  content: "\F742";
}

/* line 410, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-sun:before {
  content: "\F6C4";
}

/* line 411, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-sun-rain:before {
  content: "\F743";
}

/* line 412, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-upload:before {
  content: "\F0EE";
}

/* line 413, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloud-upload-alt:before {
  content: "\F382";
}

/* line 414, resources/assets/styles/fontawesome/_icons.scss */

.fa-clouds:before {
  content: "\F744";
}

/* line 415, resources/assets/styles/fontawesome/_icons.scss */

.fa-clouds-moon:before {
  content: "\F745";
}

/* line 416, resources/assets/styles/fontawesome/_icons.scss */

.fa-clouds-sun:before {
  content: "\F746";
}

/* line 417, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloudscale:before {
  content: "\F383";
}

/* line 418, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloudsmith:before {
  content: "\F384";
}

/* line 419, resources/assets/styles/fontawesome/_icons.scss */

.fa-cloudversify:before {
  content: "\F385";
}

/* line 420, resources/assets/styles/fontawesome/_icons.scss */

.fa-club:before {
  content: "\F327";
}

/* line 421, resources/assets/styles/fontawesome/_icons.scss */

.fa-cocktail:before {
  content: "\F561";
}

/* line 422, resources/assets/styles/fontawesome/_icons.scss */

.fa-code:before {
  content: "\F121";
}

/* line 423, resources/assets/styles/fontawesome/_icons.scss */

.fa-code-branch:before {
  content: "\F126";
}

/* line 424, resources/assets/styles/fontawesome/_icons.scss */

.fa-code-commit:before {
  content: "\F386";
}

/* line 425, resources/assets/styles/fontawesome/_icons.scss */

.fa-code-merge:before {
  content: "\F387";
}

/* line 426, resources/assets/styles/fontawesome/_icons.scss */

.fa-codepen:before {
  content: "\F1CB";
}

/* line 427, resources/assets/styles/fontawesome/_icons.scss */

.fa-codiepie:before {
  content: "\F284";
}

/* line 428, resources/assets/styles/fontawesome/_icons.scss */

.fa-coffee:before {
  content: "\F0F4";
}

/* line 429, resources/assets/styles/fontawesome/_icons.scss */

.fa-coffee-togo:before {
  content: "\F6C5";
}

/* line 430, resources/assets/styles/fontawesome/_icons.scss */

.fa-coffin:before {
  content: "\F6C6";
}

/* line 431, resources/assets/styles/fontawesome/_icons.scss */

.fa-cog:before {
  content: "\F013";
}

/* line 432, resources/assets/styles/fontawesome/_icons.scss */

.fa-cogs:before {
  content: "\F085";
}

/* line 433, resources/assets/styles/fontawesome/_icons.scss */

.fa-coins:before {
  content: "\F51E";
}

/* line 434, resources/assets/styles/fontawesome/_icons.scss */

.fa-columns:before {
  content: "\F0DB";
}

/* line 435, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment:before {
  content: "\F075";
}

/* line 436, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt:before {
  content: "\F27A";
}

/* line 437, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-check:before {
  content: "\F4A2";
}

/* line 438, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-dollar:before {
  content: "\F650";
}

/* line 439, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-dots:before {
  content: "\F4A3";
}

/* line 440, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-edit:before {
  content: "\F4A4";
}

/* line 441, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}

/* line 442, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-lines:before {
  content: "\F4A6";
}

/* line 443, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-medical:before {
  content: "\F7F4";
}

/* line 444, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-minus:before {
  content: "\F4A7";
}

/* line 445, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-plus:before {
  content: "\F4A8";
}

/* line 446, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-slash:before {
  content: "\F4A9";
}

/* line 447, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-smile:before {
  content: "\F4AA";
}

/* line 448, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-alt-times:before {
  content: "\F4AB";
}

/* line 449, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-check:before {
  content: "\F4AC";
}

/* line 450, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-dollar:before {
  content: "\F651";
}

/* line 451, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-dots:before {
  content: "\F4AD";
}

/* line 452, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-edit:before {
  content: "\F4AE";
}

/* line 453, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-exclamation:before {
  content: "\F4AF";
}

/* line 454, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-lines:before {
  content: "\F4B0";
}

/* line 455, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-medical:before {
  content: "\F7F5";
}

/* line 456, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-minus:before {
  content: "\F4B1";
}

/* line 457, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-plus:before {
  content: "\F4B2";
}

/* line 458, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-slash:before {
  content: "\F4B3";
}

/* line 459, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-smile:before {
  content: "\F4B4";
}

/* line 460, resources/assets/styles/fontawesome/_icons.scss */

.fa-comment-times:before {
  content: "\F4B5";
}

/* line 461, resources/assets/styles/fontawesome/_icons.scss */

.fa-comments:before {
  content: "\F086";
}

/* line 462, resources/assets/styles/fontawesome/_icons.scss */

.fa-comments-alt:before {
  content: "\F4B6";
}

/* line 463, resources/assets/styles/fontawesome/_icons.scss */

.fa-comments-alt-dollar:before {
  content: "\F652";
}

/* line 464, resources/assets/styles/fontawesome/_icons.scss */

.fa-comments-dollar:before {
  content: "\F653";
}

/* line 465, resources/assets/styles/fontawesome/_icons.scss */

.fa-compact-disc:before {
  content: "\F51F";
}

/* line 466, resources/assets/styles/fontawesome/_icons.scss */

.fa-compass:before {
  content: "\F14E";
}

/* line 467, resources/assets/styles/fontawesome/_icons.scss */

.fa-compass-slash:before {
  content: "\F5E9";
}

/* line 468, resources/assets/styles/fontawesome/_icons.scss */

.fa-compress:before {
  content: "\F066";
}

/* line 469, resources/assets/styles/fontawesome/_icons.scss */

.fa-compress-alt:before {
  content: "\F422";
}

/* line 470, resources/assets/styles/fontawesome/_icons.scss */

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

/* line 471, resources/assets/styles/fontawesome/_icons.scss */

.fa-compress-wide:before {
  content: "\F326";
}

/* line 472, resources/assets/styles/fontawesome/_icons.scss */

.fa-concierge-bell:before {
  content: "\F562";
}

/* line 473, resources/assets/styles/fontawesome/_icons.scss */

.fa-confluence:before {
  content: "\F78D";
}

/* line 474, resources/assets/styles/fontawesome/_icons.scss */

.fa-connectdevelop:before {
  content: "\F20E";
}

/* line 475, resources/assets/styles/fontawesome/_icons.scss */

.fa-container-storage:before {
  content: "\F4B7";
}

/* line 476, resources/assets/styles/fontawesome/_icons.scss */

.fa-contao:before {
  content: "\F26D";
}

/* line 477, resources/assets/styles/fontawesome/_icons.scss */

.fa-conveyor-belt:before {
  content: "\F46E";
}

/* line 478, resources/assets/styles/fontawesome/_icons.scss */

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

/* line 479, resources/assets/styles/fontawesome/_icons.scss */

.fa-cookie:before {
  content: "\F563";
}

/* line 480, resources/assets/styles/fontawesome/_icons.scss */

.fa-cookie-bite:before {
  content: "\F564";
}

/* line 481, resources/assets/styles/fontawesome/_icons.scss */

.fa-copy:before {
  content: "\F0C5";
}

/* line 482, resources/assets/styles/fontawesome/_icons.scss */

.fa-copyright:before {
  content: "\F1F9";
}

/* line 483, resources/assets/styles/fontawesome/_icons.scss */

.fa-corn:before {
  content: "\F6C7";
}

/* line 484, resources/assets/styles/fontawesome/_icons.scss */

.fa-couch:before {
  content: "\F4B8";
}

/* line 485, resources/assets/styles/fontawesome/_icons.scss */

.fa-cow:before {
  content: "\F6C8";
}

/* line 486, resources/assets/styles/fontawesome/_icons.scss */

.fa-cpanel:before {
  content: "\F388";
}

/* line 487, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons:before {
  content: "\F25E";
}

/* line 488, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-by:before {
  content: "\F4E7";
}

/* line 489, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

/* line 490, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

/* line 491, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

/* line 492, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

/* line 493, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

/* line 494, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

/* line 495, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

/* line 496, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

/* line 497, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

/* line 498, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

/* line 499, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-share:before {
  content: "\F4F2";
}

/* line 500, resources/assets/styles/fontawesome/_icons.scss */

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

/* line 501, resources/assets/styles/fontawesome/_icons.scss */

.fa-credit-card:before {
  content: "\F09D";
}

/* line 502, resources/assets/styles/fontawesome/_icons.scss */

.fa-credit-card-blank:before {
  content: "\F389";
}

/* line 503, resources/assets/styles/fontawesome/_icons.scss */

.fa-credit-card-front:before {
  content: "\F38A";
}

/* line 504, resources/assets/styles/fontawesome/_icons.scss */

.fa-cricket:before {
  content: "\F449";
}

/* line 505, resources/assets/styles/fontawesome/_icons.scss */

.fa-critical-role:before {
  content: "\F6C9";
}

/* line 506, resources/assets/styles/fontawesome/_icons.scss */

.fa-croissant:before {
  content: "\F7F6";
}

/* line 507, resources/assets/styles/fontawesome/_icons.scss */

.fa-crop:before {
  content: "\F125";
}

/* line 508, resources/assets/styles/fontawesome/_icons.scss */

.fa-crop-alt:before {
  content: "\F565";
}

/* line 509, resources/assets/styles/fontawesome/_icons.scss */

.fa-cross:before {
  content: "\F654";
}

/* line 510, resources/assets/styles/fontawesome/_icons.scss */

.fa-crosshairs:before {
  content: "\F05B";
}

/* line 511, resources/assets/styles/fontawesome/_icons.scss */

.fa-crow:before {
  content: "\F520";
}

/* line 512, resources/assets/styles/fontawesome/_icons.scss */

.fa-crown:before {
  content: "\F521";
}

/* line 513, resources/assets/styles/fontawesome/_icons.scss */

.fa-crutch:before {
  content: "\F7F7";
}

/* line 514, resources/assets/styles/fontawesome/_icons.scss */

.fa-crutches:before {
  content: "\F7F8";
}

/* line 515, resources/assets/styles/fontawesome/_icons.scss */

.fa-css3:before {
  content: "\F13C";
}

/* line 516, resources/assets/styles/fontawesome/_icons.scss */

.fa-css3-alt:before {
  content: "\F38B";
}

/* line 517, resources/assets/styles/fontawesome/_icons.scss */

.fa-cube:before {
  content: "\F1B2";
}

/* line 518, resources/assets/styles/fontawesome/_icons.scss */

.fa-cubes:before {
  content: "\F1B3";
}

/* line 519, resources/assets/styles/fontawesome/_icons.scss */

.fa-curling:before {
  content: "\F44A";
}

/* line 520, resources/assets/styles/fontawesome/_icons.scss */

.fa-cut:before {
  content: "\F0C4";
}

/* line 521, resources/assets/styles/fontawesome/_icons.scss */

.fa-cuttlefish:before {
  content: "\F38C";
}

/* line 522, resources/assets/styles/fontawesome/_icons.scss */

.fa-d-and-d:before {
  content: "\F38D";
}

/* line 523, resources/assets/styles/fontawesome/_icons.scss */

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

/* line 524, resources/assets/styles/fontawesome/_icons.scss */

.fa-dagger:before {
  content: "\F6CB";
}

/* line 525, resources/assets/styles/fontawesome/_icons.scss */

.fa-dashcube:before {
  content: "\F210";
}

/* line 526, resources/assets/styles/fontawesome/_icons.scss */

.fa-database:before {
  content: "\F1C0";
}

/* line 527, resources/assets/styles/fontawesome/_icons.scss */

.fa-deaf:before {
  content: "\F2A4";
}

/* line 528, resources/assets/styles/fontawesome/_icons.scss */

.fa-debug:before {
  content: "\F7F9";
}

/* line 529, resources/assets/styles/fontawesome/_icons.scss */

.fa-deer:before {
  content: "\F78E";
}

/* line 530, resources/assets/styles/fontawesome/_icons.scss */

.fa-deer-rudolph:before {
  content: "\F78F";
}

/* line 531, resources/assets/styles/fontawesome/_icons.scss */

.fa-delicious:before {
  content: "\F1A5";
}

/* line 532, resources/assets/styles/fontawesome/_icons.scss */

.fa-democrat:before {
  content: "\F747";
}

/* line 533, resources/assets/styles/fontawesome/_icons.scss */

.fa-deploydog:before {
  content: "\F38E";
}

/* line 534, resources/assets/styles/fontawesome/_icons.scss */

.fa-deskpro:before {
  content: "\F38F";
}

/* line 535, resources/assets/styles/fontawesome/_icons.scss */

.fa-desktop:before {
  content: "\F108";
}

/* line 536, resources/assets/styles/fontawesome/_icons.scss */

.fa-desktop-alt:before {
  content: "\F390";
}

/* line 537, resources/assets/styles/fontawesome/_icons.scss */

.fa-dev:before {
  content: "\F6CC";
}

/* line 538, resources/assets/styles/fontawesome/_icons.scss */

.fa-deviantart:before {
  content: "\F1BD";
}

/* line 539, resources/assets/styles/fontawesome/_icons.scss */

.fa-dewpoint:before {
  content: "\F748";
}

/* line 540, resources/assets/styles/fontawesome/_icons.scss */

.fa-dharmachakra:before {
  content: "\F655";
}

/* line 541, resources/assets/styles/fontawesome/_icons.scss */

.fa-dhl:before {
  content: "\F790";
}

/* line 542, resources/assets/styles/fontawesome/_icons.scss */

.fa-diagnoses:before {
  content: "\F470";
}

/* line 543, resources/assets/styles/fontawesome/_icons.scss */

.fa-diamond:before {
  content: "\F219";
}

/* line 544, resources/assets/styles/fontawesome/_icons.scss */

.fa-diaspora:before {
  content: "\F791";
}

/* line 545, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice:before {
  content: "\F522";
}

/* line 546, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d10:before {
  content: "\F6CD";
}

/* line 547, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d12:before {
  content: "\F6CE";
}

/* line 548, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d20:before {
  content: "\F6CF";
}

/* line 549, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d4:before {
  content: "\F6D0";
}

/* line 550, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d6:before {
  content: "\F6D1";
}

/* line 551, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-d8:before {
  content: "\F6D2";
}

/* line 552, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-five:before {
  content: "\F523";
}

/* line 553, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-four:before {
  content: "\F524";
}

/* line 554, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-one:before {
  content: "\F525";
}

/* line 555, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-six:before {
  content: "\F526";
}

/* line 556, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-three:before {
  content: "\F527";
}

/* line 557, resources/assets/styles/fontawesome/_icons.scss */

.fa-dice-two:before {
  content: "\F528";
}

/* line 558, resources/assets/styles/fontawesome/_icons.scss */

.fa-digg:before {
  content: "\F1A6";
}

/* line 559, resources/assets/styles/fontawesome/_icons.scss */

.fa-digital-ocean:before {
  content: "\F391";
}

/* line 560, resources/assets/styles/fontawesome/_icons.scss */

.fa-digital-tachograph:before {
  content: "\F566";
}

/* line 561, resources/assets/styles/fontawesome/_icons.scss */

.fa-diploma:before {
  content: "\F5EA";
}

/* line 562, resources/assets/styles/fontawesome/_icons.scss */

.fa-directions:before {
  content: "\F5EB";
}

/* line 563, resources/assets/styles/fontawesome/_icons.scss */

.fa-discord:before {
  content: "\F392";
}

/* line 564, resources/assets/styles/fontawesome/_icons.scss */

.fa-discourse:before {
  content: "\F393";
}

/* line 565, resources/assets/styles/fontawesome/_icons.scss */

.fa-disease:before {
  content: "\F7FA";
}

/* line 566, resources/assets/styles/fontawesome/_icons.scss */

.fa-divide:before {
  content: "\F529";
}

/* line 567, resources/assets/styles/fontawesome/_icons.scss */

.fa-dizzy:before {
  content: "\F567";
}

/* line 568, resources/assets/styles/fontawesome/_icons.scss */

.fa-dna:before {
  content: "\F471";
}

/* line 569, resources/assets/styles/fontawesome/_icons.scss */

.fa-do-not-enter:before {
  content: "\F5EC";
}

/* line 570, resources/assets/styles/fontawesome/_icons.scss */

.fa-dochub:before {
  content: "\F394";
}

/* line 571, resources/assets/styles/fontawesome/_icons.scss */

.fa-docker:before {
  content: "\F395";
}

/* line 572, resources/assets/styles/fontawesome/_icons.scss */

.fa-dog:before {
  content: "\F6D3";
}

/* line 573, resources/assets/styles/fontawesome/_icons.scss */

.fa-dog-leashed:before {
  content: "\F6D4";
}

/* line 574, resources/assets/styles/fontawesome/_icons.scss */

.fa-dollar-sign:before {
  content: "\F155";
}

/* line 575, resources/assets/styles/fontawesome/_icons.scss */

.fa-dolly:before {
  content: "\F472";
}

/* line 576, resources/assets/styles/fontawesome/_icons.scss */

.fa-dolly-empty:before {
  content: "\F473";
}

/* line 577, resources/assets/styles/fontawesome/_icons.scss */

.fa-dolly-flatbed:before {
  content: "\F474";
}

/* line 578, resources/assets/styles/fontawesome/_icons.scss */

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

/* line 579, resources/assets/styles/fontawesome/_icons.scss */

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

/* line 580, resources/assets/styles/fontawesome/_icons.scss */

.fa-donate:before {
  content: "\F4B9";
}

/* line 581, resources/assets/styles/fontawesome/_icons.scss */

.fa-door-closed:before {
  content: "\F52A";
}

/* line 582, resources/assets/styles/fontawesome/_icons.scss */

.fa-door-open:before {
  content: "\F52B";
}

/* line 583, resources/assets/styles/fontawesome/_icons.scss */

.fa-dot-circle:before {
  content: "\F192";
}

/* line 584, resources/assets/styles/fontawesome/_icons.scss */

.fa-dove:before {
  content: "\F4BA";
}

/* line 585, resources/assets/styles/fontawesome/_icons.scss */

.fa-download:before {
  content: "\F019";
}

/* line 586, resources/assets/styles/fontawesome/_icons.scss */

.fa-draft2digital:before {
  content: "\F396";
}

/* line 587, resources/assets/styles/fontawesome/_icons.scss */

.fa-drafting-compass:before {
  content: "\F568";
}

/* line 588, resources/assets/styles/fontawesome/_icons.scss */

.fa-dragon:before {
  content: "\F6D5";
}

/* line 589, resources/assets/styles/fontawesome/_icons.scss */

.fa-draw-circle:before {
  content: "\F5ED";
}

/* line 590, resources/assets/styles/fontawesome/_icons.scss */

.fa-draw-polygon:before {
  content: "\F5EE";
}

/* line 591, resources/assets/styles/fontawesome/_icons.scss */

.fa-draw-square:before {
  content: "\F5EF";
}

/* line 592, resources/assets/styles/fontawesome/_icons.scss */

.fa-dreidel:before {
  content: "\F792";
}

/* line 593, resources/assets/styles/fontawesome/_icons.scss */

.fa-dribbble:before {
  content: "\F17D";
}

/* line 594, resources/assets/styles/fontawesome/_icons.scss */

.fa-dribbble-square:before {
  content: "\F397";
}

/* line 595, resources/assets/styles/fontawesome/_icons.scss */

.fa-dropbox:before {
  content: "\F16B";
}

/* line 596, resources/assets/styles/fontawesome/_icons.scss */

.fa-drum:before {
  content: "\F569";
}

/* line 597, resources/assets/styles/fontawesome/_icons.scss */

.fa-drum-steelpan:before {
  content: "\F56A";
}

/* line 598, resources/assets/styles/fontawesome/_icons.scss */

.fa-drumstick:before {
  content: "\F6D6";
}

/* line 599, resources/assets/styles/fontawesome/_icons.scss */

.fa-drumstick-bite:before {
  content: "\F6D7";
}

/* line 600, resources/assets/styles/fontawesome/_icons.scss */

.fa-drupal:before {
  content: "\F1A9";
}

/* line 601, resources/assets/styles/fontawesome/_icons.scss */

.fa-duck:before {
  content: "\F6D8";
}

/* line 602, resources/assets/styles/fontawesome/_icons.scss */

.fa-dumbbell:before {
  content: "\F44B";
}

/* line 603, resources/assets/styles/fontawesome/_icons.scss */

.fa-dumpster:before {
  content: "\F793";
}

/* line 604, resources/assets/styles/fontawesome/_icons.scss */

.fa-dumpster-fire:before {
  content: "\F794";
}

/* line 605, resources/assets/styles/fontawesome/_icons.scss */

.fa-dungeon:before {
  content: "\F6D9";
}

/* line 606, resources/assets/styles/fontawesome/_icons.scss */

.fa-dyalog:before {
  content: "\F399";
}

/* line 607, resources/assets/styles/fontawesome/_icons.scss */

.fa-ear:before {
  content: "\F5F0";
}

/* line 608, resources/assets/styles/fontawesome/_icons.scss */

.fa-ear-muffs:before {
  content: "\F795";
}

/* line 609, resources/assets/styles/fontawesome/_icons.scss */

.fa-earlybirds:before {
  content: "\F39A";
}

/* line 610, resources/assets/styles/fontawesome/_icons.scss */

.fa-ebay:before {
  content: "\F4F4";
}

/* line 611, resources/assets/styles/fontawesome/_icons.scss */

.fa-eclipse:before {
  content: "\F749";
}

/* line 612, resources/assets/styles/fontawesome/_icons.scss */

.fa-eclipse-alt:before {
  content: "\F74A";
}

/* line 613, resources/assets/styles/fontawesome/_icons.scss */

.fa-edge:before {
  content: "\F282";
}

/* line 614, resources/assets/styles/fontawesome/_icons.scss */

.fa-edit:before {
  content: "\F044";
}

/* line 615, resources/assets/styles/fontawesome/_icons.scss */

.fa-egg:before {
  content: "\F7FB";
}

/* line 616, resources/assets/styles/fontawesome/_icons.scss */

.fa-egg-fried:before {
  content: "\F7FC";
}

/* line 617, resources/assets/styles/fontawesome/_icons.scss */

.fa-eject:before {
  content: "\F052";
}

/* line 618, resources/assets/styles/fontawesome/_icons.scss */

.fa-elementor:before {
  content: "\F430";
}

/* line 619, resources/assets/styles/fontawesome/_icons.scss */

.fa-elephant:before {
  content: "\F6DA";
}

/* line 620, resources/assets/styles/fontawesome/_icons.scss */

.fa-ellipsis-h:before {
  content: "\F141";
}

/* line 621, resources/assets/styles/fontawesome/_icons.scss */

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

/* line 622, resources/assets/styles/fontawesome/_icons.scss */

.fa-ellipsis-v:before {
  content: "\F142";
}

/* line 623, resources/assets/styles/fontawesome/_icons.scss */

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

/* line 624, resources/assets/styles/fontawesome/_icons.scss */

.fa-ello:before {
  content: "\F5F1";
}

/* line 625, resources/assets/styles/fontawesome/_icons.scss */

.fa-ember:before {
  content: "\F423";
}

/* line 626, resources/assets/styles/fontawesome/_icons.scss */

.fa-empire:before {
  content: "\F1D1";
}

/* line 627, resources/assets/styles/fontawesome/_icons.scss */

.fa-empty-set:before {
  content: "\F656";
}

/* line 628, resources/assets/styles/fontawesome/_icons.scss */

.fa-engine-warning:before {
  content: "\F5F2";
}

/* line 629, resources/assets/styles/fontawesome/_icons.scss */

.fa-envelope:before {
  content: "\F0E0";
}

/* line 630, resources/assets/styles/fontawesome/_icons.scss */

.fa-envelope-open:before {
  content: "\F2B6";
}

/* line 631, resources/assets/styles/fontawesome/_icons.scss */

.fa-envelope-open-dollar:before {
  content: "\F657";
}

/* line 632, resources/assets/styles/fontawesome/_icons.scss */

.fa-envelope-open-text:before {
  content: "\F658";
}

/* line 633, resources/assets/styles/fontawesome/_icons.scss */

.fa-envelope-square:before {
  content: "\F199";
}

/* line 634, resources/assets/styles/fontawesome/_icons.scss */

.fa-envira:before {
  content: "\F299";
}

/* line 635, resources/assets/styles/fontawesome/_icons.scss */

.fa-equals:before {
  content: "\F52C";
}

/* line 636, resources/assets/styles/fontawesome/_icons.scss */

.fa-eraser:before {
  content: "\F12D";
}

/* line 637, resources/assets/styles/fontawesome/_icons.scss */

.fa-erlang:before {
  content: "\F39D";
}

/* line 638, resources/assets/styles/fontawesome/_icons.scss */

.fa-ethereum:before {
  content: "\F42E";
}

/* line 639, resources/assets/styles/fontawesome/_icons.scss */

.fa-ethernet:before {
  content: "\F796";
}

/* line 640, resources/assets/styles/fontawesome/_icons.scss */

.fa-etsy:before {
  content: "\F2D7";
}

/* line 641, resources/assets/styles/fontawesome/_icons.scss */

.fa-euro-sign:before {
  content: "\F153";
}

/* line 642, resources/assets/styles/fontawesome/_icons.scss */

.fa-evernote:before {
  content: "\F839";
}

/* line 643, resources/assets/styles/fontawesome/_icons.scss */

.fa-exchange:before {
  content: "\F0EC";
}

/* line 644, resources/assets/styles/fontawesome/_icons.scss */

.fa-exchange-alt:before {
  content: "\F362";
}

/* line 645, resources/assets/styles/fontawesome/_icons.scss */

.fa-exclamation:before {
  content: "\F12A";
}

/* line 646, resources/assets/styles/fontawesome/_icons.scss */

.fa-exclamation-circle:before {
  content: "\F06A";
}

/* line 647, resources/assets/styles/fontawesome/_icons.scss */

.fa-exclamation-square:before {
  content: "\F321";
}

/* line 648, resources/assets/styles/fontawesome/_icons.scss */

.fa-exclamation-triangle:before {
  content: "\F071";
}

/* line 649, resources/assets/styles/fontawesome/_icons.scss */

.fa-expand:before {
  content: "\F065";
}

/* line 650, resources/assets/styles/fontawesome/_icons.scss */

.fa-expand-alt:before {
  content: "\F424";
}

/* line 651, resources/assets/styles/fontawesome/_icons.scss */

.fa-expand-arrows:before {
  content: "\F31D";
}

/* line 652, resources/assets/styles/fontawesome/_icons.scss */

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

/* line 653, resources/assets/styles/fontawesome/_icons.scss */

.fa-expand-wide:before {
  content: "\F320";
}

/* line 654, resources/assets/styles/fontawesome/_icons.scss */

.fa-expeditedssl:before {
  content: "\F23E";
}

/* line 655, resources/assets/styles/fontawesome/_icons.scss */

.fa-external-link:before {
  content: "\F08E";
}

/* line 656, resources/assets/styles/fontawesome/_icons.scss */

.fa-external-link-alt:before {
  content: "\F35D";
}

/* line 657, resources/assets/styles/fontawesome/_icons.scss */

.fa-external-link-square:before {
  content: "\F14C";
}

/* line 658, resources/assets/styles/fontawesome/_icons.scss */

.fa-external-link-square-alt:before {
  content: "\F360";
}

/* line 659, resources/assets/styles/fontawesome/_icons.scss */

.fa-eye:before {
  content: "\F06E";
}

/* line 660, resources/assets/styles/fontawesome/_icons.scss */

.fa-eye-dropper:before {
  content: "\F1FB";
}

/* line 661, resources/assets/styles/fontawesome/_icons.scss */

.fa-eye-evil:before {
  content: "\F6DB";
}

/* line 662, resources/assets/styles/fontawesome/_icons.scss */

.fa-eye-slash:before {
  content: "\F070";
}

/* line 663, resources/assets/styles/fontawesome/_icons.scss */

.fa-facebook:before {
  content: "\F09A";
}

/* line 664, resources/assets/styles/fontawesome/_icons.scss */

.fa-facebook-f:before {
  content: "\F39E";
}

/* line 665, resources/assets/styles/fontawesome/_icons.scss */

.fa-facebook-messenger:before {
  content: "\F39F";
}

/* line 666, resources/assets/styles/fontawesome/_icons.scss */

.fa-facebook-square:before {
  content: "\F082";
}

/* line 667, resources/assets/styles/fontawesome/_icons.scss */

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

/* line 668, resources/assets/styles/fontawesome/_icons.scss */

.fa-fast-backward:before {
  content: "\F049";
}

/* line 669, resources/assets/styles/fontawesome/_icons.scss */

.fa-fast-forward:before {
  content: "\F050";
}

/* line 670, resources/assets/styles/fontawesome/_icons.scss */

.fa-fax:before {
  content: "\F1AC";
}

/* line 671, resources/assets/styles/fontawesome/_icons.scss */

.fa-feather:before {
  content: "\F52D";
}

/* line 672, resources/assets/styles/fontawesome/_icons.scss */

.fa-feather-alt:before {
  content: "\F56B";
}

/* line 673, resources/assets/styles/fontawesome/_icons.scss */

.fa-fedex:before {
  content: "\F797";
}

/* line 674, resources/assets/styles/fontawesome/_icons.scss */

.fa-fedora:before {
  content: "\F798";
}

/* line 675, resources/assets/styles/fontawesome/_icons.scss */

.fa-female:before {
  content: "\F182";
}

/* line 676, resources/assets/styles/fontawesome/_icons.scss */

.fa-field-hockey:before {
  content: "\F44C";
}

/* line 677, resources/assets/styles/fontawesome/_icons.scss */

.fa-fighter-jet:before {
  content: "\F0FB";
}

/* line 678, resources/assets/styles/fontawesome/_icons.scss */

.fa-figma:before {
  content: "\F799";
}

/* line 679, resources/assets/styles/fontawesome/_icons.scss */

.fa-file:before {
  content: "\F15B";
}

/* line 680, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-alt:before {
  content: "\F15C";
}

/* line 681, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-archive:before {
  content: "\F1C6";
}

/* line 682, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-audio:before {
  content: "\F1C7";
}

/* line 683, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-certificate:before {
  content: "\F5F3";
}

/* line 684, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-chart-line:before {
  content: "\F659";
}

/* line 685, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-chart-pie:before {
  content: "\F65A";
}

/* line 686, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-check:before {
  content: "\F316";
}

/* line 687, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-code:before {
  content: "\F1C9";
}

/* line 688, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-contract:before {
  content: "\F56C";
}

/* line 689, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-csv:before {
  content: "\F6DD";
}

/* line 690, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-download:before {
  content: "\F56D";
}

/* line 691, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-edit:before {
  content: "\F31C";
}

/* line 692, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-excel:before {
  content: "\F1C3";
}

/* line 693, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-exclamation:before {
  content: "\F31A";
}

/* line 694, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-export:before {
  content: "\F56E";
}

/* line 695, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-image:before {
  content: "\F1C5";
}

/* line 696, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-import:before {
  content: "\F56F";
}

/* line 697, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-invoice:before {
  content: "\F570";
}

/* line 698, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-invoice-dollar:before {
  content: "\F571";
}

/* line 699, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-medical:before {
  content: "\F477";
}

/* line 700, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-medical-alt:before {
  content: "\F478";
}

/* line 701, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-minus:before {
  content: "\F318";
}

/* line 702, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-pdf:before {
  content: "\F1C1";
}

/* line 703, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-plus:before {
  content: "\F319";
}

/* line 704, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-powerpoint:before {
  content: "\F1C4";
}

/* line 705, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-prescription:before {
  content: "\F572";
}

/* line 706, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-signature:before {
  content: "\F573";
}

/* line 707, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-spreadsheet:before {
  content: "\F65B";
}

/* line 708, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-times:before {
  content: "\F317";
}

/* line 709, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-upload:before {
  content: "\F574";
}

/* line 710, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-user:before {
  content: "\F65C";
}

/* line 711, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-video:before {
  content: "\F1C8";
}

/* line 712, resources/assets/styles/fontawesome/_icons.scss */

.fa-file-word:before {
  content: "\F1C2";
}

/* line 713, resources/assets/styles/fontawesome/_icons.scss */

.fa-files-medical:before {
  content: "\F7FD";
}

/* line 714, resources/assets/styles/fontawesome/_icons.scss */

.fa-fill:before {
  content: "\F575";
}

/* line 715, resources/assets/styles/fontawesome/_icons.scss */

.fa-fill-drip:before {
  content: "\F576";
}

/* line 716, resources/assets/styles/fontawesome/_icons.scss */

.fa-film:before {
  content: "\F008";
}

/* line 717, resources/assets/styles/fontawesome/_icons.scss */

.fa-film-alt:before {
  content: "\F3A0";
}

/* line 718, resources/assets/styles/fontawesome/_icons.scss */

.fa-filter:before {
  content: "\F0B0";
}

/* line 719, resources/assets/styles/fontawesome/_icons.scss */

.fa-fingerprint:before {
  content: "\F577";
}

/* line 720, resources/assets/styles/fontawesome/_icons.scss */

.fa-fire:before {
  content: "\F06D";
}

/* line 721, resources/assets/styles/fontawesome/_icons.scss */

.fa-fire-alt:before {
  content: "\F7E4";
}

/* line 722, resources/assets/styles/fontawesome/_icons.scss */

.fa-fire-extinguisher:before {
  content: "\F134";
}

/* line 723, resources/assets/styles/fontawesome/_icons.scss */

.fa-fire-smoke:before {
  content: "\F74B";
}

/* line 724, resources/assets/styles/fontawesome/_icons.scss */

.fa-firefox:before {
  content: "\F269";
}

/* line 725, resources/assets/styles/fontawesome/_icons.scss */

.fa-fireplace:before {
  content: "\F79A";
}

/* line 726, resources/assets/styles/fontawesome/_icons.scss */

.fa-first-aid:before {
  content: "\F479";
}

/* line 727, resources/assets/styles/fontawesome/_icons.scss */

.fa-first-order:before {
  content: "\F2B0";
}

/* line 728, resources/assets/styles/fontawesome/_icons.scss */

.fa-first-order-alt:before {
  content: "\F50A";
}

/* line 729, resources/assets/styles/fontawesome/_icons.scss */

.fa-firstdraft:before {
  content: "\F3A1";
}

/* line 730, resources/assets/styles/fontawesome/_icons.scss */

.fa-fish:before {
  content: "\F578";
}

/* line 731, resources/assets/styles/fontawesome/_icons.scss */

.fa-fish-cooked:before {
  content: "\F7FE";
}

/* line 732, resources/assets/styles/fontawesome/_icons.scss */

.fa-fist-raised:before {
  content: "\F6DE";
}

/* line 733, resources/assets/styles/fontawesome/_icons.scss */

.fa-flag:before {
  content: "\F024";
}

/* line 734, resources/assets/styles/fontawesome/_icons.scss */

.fa-flag-alt:before {
  content: "\F74C";
}

/* line 735, resources/assets/styles/fontawesome/_icons.scss */

.fa-flag-checkered:before {
  content: "\F11E";
}

/* line 736, resources/assets/styles/fontawesome/_icons.scss */

.fa-flag-usa:before {
  content: "\F74D";
}

/* line 737, resources/assets/styles/fontawesome/_icons.scss */

.fa-flame:before {
  content: "\F6DF";
}

/* line 738, resources/assets/styles/fontawesome/_icons.scss */

.fa-flask:before {
  content: "\F0C3";
}

/* line 739, resources/assets/styles/fontawesome/_icons.scss */

.fa-flask-poison:before {
  content: "\F6E0";
}

/* line 740, resources/assets/styles/fontawesome/_icons.scss */

.fa-flask-potion:before {
  content: "\F6E1";
}

/* line 741, resources/assets/styles/fontawesome/_icons.scss */

.fa-flickr:before {
  content: "\F16E";
}

/* line 742, resources/assets/styles/fontawesome/_icons.scss */

.fa-flipboard:before {
  content: "\F44D";
}

/* line 743, resources/assets/styles/fontawesome/_icons.scss */

.fa-flower:before {
  content: "\F7FF";
}

/* line 744, resources/assets/styles/fontawesome/_icons.scss */

.fa-flower-daffodil:before {
  content: "\F800";
}

/* line 745, resources/assets/styles/fontawesome/_icons.scss */

.fa-flower-tulip:before {
  content: "\F801";
}

/* line 746, resources/assets/styles/fontawesome/_icons.scss */

.fa-flushed:before {
  content: "\F579";
}

/* line 747, resources/assets/styles/fontawesome/_icons.scss */

.fa-fly:before {
  content: "\F417";
}

/* line 748, resources/assets/styles/fontawesome/_icons.scss */

.fa-fog:before {
  content: "\F74E";
}

/* line 749, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder:before {
  content: "\F07B";
}

/* line 750, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder-minus:before {
  content: "\F65D";
}

/* line 751, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder-open:before {
  content: "\F07C";
}

/* line 752, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder-plus:before {
  content: "\F65E";
}

/* line 753, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder-times:before {
  content: "\F65F";
}

/* line 754, resources/assets/styles/fontawesome/_icons.scss */

.fa-folder-tree:before {
  content: "\F802";
}

/* line 755, resources/assets/styles/fontawesome/_icons.scss */

.fa-folders:before {
  content: "\F660";
}

/* line 756, resources/assets/styles/fontawesome/_icons.scss */

.fa-font:before {
  content: "\F031";
}

/* line 757, resources/assets/styles/fontawesome/_icons.scss */

.fa-font-awesome:before {
  content: "\F2B4";
}

/* line 758, resources/assets/styles/fontawesome/_icons.scss */

.fa-font-awesome-alt:before {
  content: "\F35C";
}

/* line 759, resources/assets/styles/fontawesome/_icons.scss */

.fa-font-awesome-flag:before {
  content: "\F425";
}

/* line 760, resources/assets/styles/fontawesome/_icons.scss */

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

/* line 761, resources/assets/styles/fontawesome/_icons.scss */

.fa-fonticons:before {
  content: "\F280";
}

/* line 762, resources/assets/styles/fontawesome/_icons.scss */

.fa-fonticons-fi:before {
  content: "\F3A2";
}

/* line 763, resources/assets/styles/fontawesome/_icons.scss */

.fa-football-ball:before {
  content: "\F44E";
}

/* line 764, resources/assets/styles/fontawesome/_icons.scss */

.fa-football-helmet:before {
  content: "\F44F";
}

/* line 765, resources/assets/styles/fontawesome/_icons.scss */

.fa-forklift:before {
  content: "\F47A";
}

/* line 766, resources/assets/styles/fontawesome/_icons.scss */

.fa-fort-awesome:before {
  content: "\F286";
}

/* line 767, resources/assets/styles/fontawesome/_icons.scss */

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

/* line 768, resources/assets/styles/fontawesome/_icons.scss */

.fa-forumbee:before {
  content: "\F211";
}

/* line 769, resources/assets/styles/fontawesome/_icons.scss */

.fa-forward:before {
  content: "\F04E";
}

/* line 770, resources/assets/styles/fontawesome/_icons.scss */

.fa-foursquare:before {
  content: "\F180";
}

/* line 771, resources/assets/styles/fontawesome/_icons.scss */

.fa-fragile:before {
  content: "\F4BB";
}

/* line 772, resources/assets/styles/fontawesome/_icons.scss */

.fa-free-code-camp:before {
  content: "\F2C5";
}

/* line 773, resources/assets/styles/fontawesome/_icons.scss */

.fa-freebsd:before {
  content: "\F3A4";
}

/* line 774, resources/assets/styles/fontawesome/_icons.scss */

.fa-french-fries:before {
  content: "\F803";
}

/* line 775, resources/assets/styles/fontawesome/_icons.scss */

.fa-frog:before {
  content: "\F52E";
}

/* line 776, resources/assets/styles/fontawesome/_icons.scss */

.fa-frosty-head:before {
  content: "\F79B";
}

/* line 777, resources/assets/styles/fontawesome/_icons.scss */

.fa-frown:before {
  content: "\F119";
}

/* line 778, resources/assets/styles/fontawesome/_icons.scss */

.fa-frown-open:before {
  content: "\F57A";
}

/* line 779, resources/assets/styles/fontawesome/_icons.scss */

.fa-fulcrum:before {
  content: "\F50B";
}

/* line 780, resources/assets/styles/fontawesome/_icons.scss */

.fa-function:before {
  content: "\F661";
}

/* line 781, resources/assets/styles/fontawesome/_icons.scss */

.fa-funnel-dollar:before {
  content: "\F662";
}

/* line 782, resources/assets/styles/fontawesome/_icons.scss */

.fa-futbol:before {
  content: "\F1E3";
}

/* line 783, resources/assets/styles/fontawesome/_icons.scss */

.fa-galactic-republic:before {
  content: "\F50C";
}

/* line 784, resources/assets/styles/fontawesome/_icons.scss */

.fa-galactic-senate:before {
  content: "\F50D";
}

/* line 785, resources/assets/styles/fontawesome/_icons.scss */

.fa-gamepad:before {
  content: "\F11B";
}

/* line 786, resources/assets/styles/fontawesome/_icons.scss */

.fa-gas-pump:before {
  content: "\F52F";
}

/* line 787, resources/assets/styles/fontawesome/_icons.scss */

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

/* line 788, resources/assets/styles/fontawesome/_icons.scss */

.fa-gavel:before {
  content: "\F0E3";
}

/* line 789, resources/assets/styles/fontawesome/_icons.scss */

.fa-gem:before {
  content: "\F3A5";
}

/* line 790, resources/assets/styles/fontawesome/_icons.scss */

.fa-genderless:before {
  content: "\F22D";
}

/* line 791, resources/assets/styles/fontawesome/_icons.scss */

.fa-get-pocket:before {
  content: "\F265";
}

/* line 792, resources/assets/styles/fontawesome/_icons.scss */

.fa-gg:before {
  content: "\F260";
}

/* line 793, resources/assets/styles/fontawesome/_icons.scss */

.fa-gg-circle:before {
  content: "\F261";
}

/* line 794, resources/assets/styles/fontawesome/_icons.scss */

.fa-ghost:before {
  content: "\F6E2";
}

/* line 795, resources/assets/styles/fontawesome/_icons.scss */

.fa-gift:before {
  content: "\F06B";
}

/* line 796, resources/assets/styles/fontawesome/_icons.scss */

.fa-gift-card:before {
  content: "\F663";
}

/* line 797, resources/assets/styles/fontawesome/_icons.scss */

.fa-gifts:before {
  content: "\F79C";
}

/* line 798, resources/assets/styles/fontawesome/_icons.scss */

.fa-gingerbread-man:before {
  content: "\F79D";
}

/* line 799, resources/assets/styles/fontawesome/_icons.scss */

.fa-git:before {
  content: "\F1D3";
}

/* line 800, resources/assets/styles/fontawesome/_icons.scss */

.fa-git-alt:before {
  content: "\F841";
}

/* line 801, resources/assets/styles/fontawesome/_icons.scss */

.fa-git-square:before {
  content: "\F1D2";
}

/* line 802, resources/assets/styles/fontawesome/_icons.scss */

.fa-github:before {
  content: "\F09B";
}

/* line 803, resources/assets/styles/fontawesome/_icons.scss */

.fa-github-alt:before {
  content: "\F113";
}

/* line 804, resources/assets/styles/fontawesome/_icons.scss */

.fa-github-square:before {
  content: "\F092";
}

/* line 805, resources/assets/styles/fontawesome/_icons.scss */

.fa-gitkraken:before {
  content: "\F3A6";
}

/* line 806, resources/assets/styles/fontawesome/_icons.scss */

.fa-gitlab:before {
  content: "\F296";
}

/* line 807, resources/assets/styles/fontawesome/_icons.scss */

.fa-gitter:before {
  content: "\F426";
}

/* line 808, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass:before {
  content: "\F804";
}

/* line 809, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-champagne:before {
  content: "\F79E";
}

/* line 810, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-cheers:before {
  content: "\F79F";
}

/* line 811, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-martini:before {
  content: "\F000";
}

/* line 812, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-martini-alt:before {
  content: "\F57B";
}

/* line 813, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-whiskey:before {
  content: "\F7A0";
}

/* line 814, resources/assets/styles/fontawesome/_icons.scss */

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

/* line 815, resources/assets/styles/fontawesome/_icons.scss */

.fa-glasses:before {
  content: "\F530";
}

/* line 816, resources/assets/styles/fontawesome/_icons.scss */

.fa-glasses-alt:before {
  content: "\F5F5";
}

/* line 817, resources/assets/styles/fontawesome/_icons.scss */

.fa-glide:before {
  content: "\F2A5";
}

/* line 818, resources/assets/styles/fontawesome/_icons.scss */

.fa-glide-g:before {
  content: "\F2A6";
}

/* line 819, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe:before {
  content: "\F0AC";
}

/* line 820, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-africa:before {
  content: "\F57C";
}

/* line 821, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-americas:before {
  content: "\F57D";
}

/* line 822, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-asia:before {
  content: "\F57E";
}

/* line 823, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-europe:before {
  content: "\F7A2";
}

/* line 824, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-snow:before {
  content: "\F7A3";
}

/* line 825, resources/assets/styles/fontawesome/_icons.scss */

.fa-globe-stand:before {
  content: "\F5F6";
}

/* line 826, resources/assets/styles/fontawesome/_icons.scss */

.fa-gofore:before {
  content: "\F3A7";
}

/* line 827, resources/assets/styles/fontawesome/_icons.scss */

.fa-golf-ball:before {
  content: "\F450";
}

/* line 828, resources/assets/styles/fontawesome/_icons.scss */

.fa-golf-club:before {
  content: "\F451";
}

/* line 829, resources/assets/styles/fontawesome/_icons.scss */

.fa-goodreads:before {
  content: "\F3A8";
}

/* line 830, resources/assets/styles/fontawesome/_icons.scss */

.fa-goodreads-g:before {
  content: "\F3A9";
}

/* line 831, resources/assets/styles/fontawesome/_icons.scss */

.fa-google:before {
  content: "\F1A0";
}

/* line 832, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-drive:before {
  content: "\F3AA";
}

/* line 833, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-play:before {
  content: "\F3AB";
}

/* line 834, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-plus:before {
  content: "\F2B3";
}

/* line 835, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-plus-g:before {
  content: "\F0D5";
}

/* line 836, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-plus-square:before {
  content: "\F0D4";
}

/* line 837, resources/assets/styles/fontawesome/_icons.scss */

.fa-google-wallet:before {
  content: "\F1EE";
}

/* line 838, resources/assets/styles/fontawesome/_icons.scss */

.fa-gopuram:before {
  content: "\F664";
}

/* line 839, resources/assets/styles/fontawesome/_icons.scss */

.fa-graduation-cap:before {
  content: "\F19D";
}

/* line 840, resources/assets/styles/fontawesome/_icons.scss */

.fa-gratipay:before {
  content: "\F184";
}

/* line 841, resources/assets/styles/fontawesome/_icons.scss */

.fa-grav:before {
  content: "\F2D6";
}

/* line 842, resources/assets/styles/fontawesome/_icons.scss */

.fa-greater-than:before {
  content: "\F531";
}

/* line 843, resources/assets/styles/fontawesome/_icons.scss */

.fa-greater-than-equal:before {
  content: "\F532";
}

/* line 844, resources/assets/styles/fontawesome/_icons.scss */

.fa-grimace:before {
  content: "\F57F";
}

/* line 845, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin:before {
  content: "\F580";
}

/* line 846, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-alt:before {
  content: "\F581";
}

/* line 847, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-beam:before {
  content: "\F582";
}

/* line 848, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-beam-sweat:before {
  content: "\F583";
}

/* line 849, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-hearts:before {
  content: "\F584";
}

/* line 850, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-squint:before {
  content: "\F585";
}

/* line 851, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-squint-tears:before {
  content: "\F586";
}

/* line 852, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-stars:before {
  content: "\F587";
}

/* line 853, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-tears:before {
  content: "\F588";
}

/* line 854, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-tongue:before {
  content: "\F589";
}

/* line 855, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

/* line 856, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

/* line 857, resources/assets/styles/fontawesome/_icons.scss */

.fa-grin-wink:before {
  content: "\F58C";
}

/* line 858, resources/assets/styles/fontawesome/_icons.scss */

.fa-grip-horizontal:before {
  content: "\F58D";
}

/* line 859, resources/assets/styles/fontawesome/_icons.scss */

.fa-grip-lines:before {
  content: "\F7A4";
}

/* line 860, resources/assets/styles/fontawesome/_icons.scss */

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

/* line 861, resources/assets/styles/fontawesome/_icons.scss */

.fa-grip-vertical:before {
  content: "\F58E";
}

/* line 862, resources/assets/styles/fontawesome/_icons.scss */

.fa-gripfire:before {
  content: "\F3AC";
}

/* line 863, resources/assets/styles/fontawesome/_icons.scss */

.fa-grunt:before {
  content: "\F3AD";
}

/* line 864, resources/assets/styles/fontawesome/_icons.scss */

.fa-guitar:before {
  content: "\F7A6";
}

/* line 865, resources/assets/styles/fontawesome/_icons.scss */

.fa-gulp:before {
  content: "\F3AE";
}

/* line 866, resources/assets/styles/fontawesome/_icons.scss */

.fa-h-square:before {
  content: "\F0FD";
}

/* line 867, resources/assets/styles/fontawesome/_icons.scss */

.fa-h1:before {
  content: "\F313";
}

/* line 868, resources/assets/styles/fontawesome/_icons.scss */

.fa-h2:before {
  content: "\F314";
}

/* line 869, resources/assets/styles/fontawesome/_icons.scss */

.fa-h3:before {
  content: "\F315";
}

/* line 870, resources/assets/styles/fontawesome/_icons.scss */

.fa-hacker-news:before {
  content: "\F1D4";
}

/* line 871, resources/assets/styles/fontawesome/_icons.scss */

.fa-hacker-news-square:before {
  content: "\F3AF";
}

/* line 872, resources/assets/styles/fontawesome/_icons.scss */

.fa-hackerrank:before {
  content: "\F5F7";
}

/* line 873, resources/assets/styles/fontawesome/_icons.scss */

.fa-hamburger:before {
  content: "\F805";
}

/* line 874, resources/assets/styles/fontawesome/_icons.scss */

.fa-hammer:before {
  content: "\F6E3";
}

/* line 875, resources/assets/styles/fontawesome/_icons.scss */

.fa-hammer-war:before {
  content: "\F6E4";
}

/* line 876, resources/assets/styles/fontawesome/_icons.scss */

.fa-hamsa:before {
  content: "\F665";
}

/* line 877, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-heart:before {
  content: "\F4BC";
}

/* line 878, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding:before {
  content: "\F4BD";
}

/* line 879, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-box:before {
  content: "\F47B";
}

/* line 880, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

/* line 881, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

/* line 882, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

/* line 883, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

/* line 884, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-holding-water:before {
  content: "\F4C1";
}

/* line 885, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-lizard:before {
  content: "\F258";
}

/* line 886, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-middle-finger:before {
  content: "\F806";
}

/* line 887, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-paper:before {
  content: "\F256";
}

/* line 888, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-peace:before {
  content: "\F25B";
}

/* line 889, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-point-down:before {
  content: "\F0A7";
}

/* line 890, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-point-left:before {
  content: "\F0A5";
}

/* line 891, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-point-right:before {
  content: "\F0A4";
}

/* line 892, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-point-up:before {
  content: "\F0A6";
}

/* line 893, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-pointer:before {
  content: "\F25A";
}

/* line 894, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-receiving:before {
  content: "\F47C";
}

/* line 895, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-rock:before {
  content: "\F255";
}

/* line 896, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-scissors:before {
  content: "\F257";
}

/* line 897, resources/assets/styles/fontawesome/_icons.scss */

.fa-hand-spock:before {
  content: "\F259";
}

/* line 898, resources/assets/styles/fontawesome/_icons.scss */

.fa-hands:before {
  content: "\F4C2";
}

/* line 899, resources/assets/styles/fontawesome/_icons.scss */

.fa-hands-heart:before {
  content: "\F4C3";
}

/* line 900, resources/assets/styles/fontawesome/_icons.scss */

.fa-hands-helping:before {
  content: "\F4C4";
}

/* line 901, resources/assets/styles/fontawesome/_icons.scss */

.fa-hands-usd:before {
  content: "\F4C5";
}

/* line 902, resources/assets/styles/fontawesome/_icons.scss */

.fa-handshake:before {
  content: "\F2B5";
}

/* line 903, resources/assets/styles/fontawesome/_icons.scss */

.fa-handshake-alt:before {
  content: "\F4C6";
}

/* line 904, resources/assets/styles/fontawesome/_icons.scss */

.fa-hanukiah:before {
  content: "\F6E6";
}

/* line 905, resources/assets/styles/fontawesome/_icons.scss */

.fa-hard-hat:before {
  content: "\F807";
}

/* line 906, resources/assets/styles/fontawesome/_icons.scss */

.fa-hashtag:before {
  content: "\F292";
}

/* line 907, resources/assets/styles/fontawesome/_icons.scss */

.fa-hat-santa:before {
  content: "\F7A7";
}

/* line 908, resources/assets/styles/fontawesome/_icons.scss */

.fa-hat-winter:before {
  content: "\F7A8";
}

/* line 909, resources/assets/styles/fontawesome/_icons.scss */

.fa-hat-witch:before {
  content: "\F6E7";
}

/* line 910, resources/assets/styles/fontawesome/_icons.scss */

.fa-hat-wizard:before {
  content: "\F6E8";
}

/* line 911, resources/assets/styles/fontawesome/_icons.scss */

.fa-haykal:before {
  content: "\F666";
}

/* line 912, resources/assets/styles/fontawesome/_icons.scss */

.fa-hdd:before {
  content: "\F0A0";
}

/* line 913, resources/assets/styles/fontawesome/_icons.scss */

.fa-head-side:before {
  content: "\F6E9";
}

/* line 914, resources/assets/styles/fontawesome/_icons.scss */

.fa-head-side-brain:before {
  content: "\F808";
}

/* line 915, resources/assets/styles/fontawesome/_icons.scss */

.fa-head-side-medical:before {
  content: "\F809";
}

/* line 916, resources/assets/styles/fontawesome/_icons.scss */

.fa-head-vr:before {
  content: "\F6EA";
}

/* line 917, resources/assets/styles/fontawesome/_icons.scss */

.fa-heading:before {
  content: "\F1DC";
}

/* line 918, resources/assets/styles/fontawesome/_icons.scss */

.fa-headphones:before {
  content: "\F025";
}

/* line 919, resources/assets/styles/fontawesome/_icons.scss */

.fa-headphones-alt:before {
  content: "\F58F";
}

/* line 920, resources/assets/styles/fontawesome/_icons.scss */

.fa-headset:before {
  content: "\F590";
}

/* line 921, resources/assets/styles/fontawesome/_icons.scss */

.fa-heart:before {
  content: "\F004";
}

/* line 922, resources/assets/styles/fontawesome/_icons.scss */

.fa-heart-broken:before {
  content: "\F7A9";
}

/* line 923, resources/assets/styles/fontawesome/_icons.scss */

.fa-heart-circle:before {
  content: "\F4C7";
}

/* line 924, resources/assets/styles/fontawesome/_icons.scss */

.fa-heart-rate:before {
  content: "\F5F8";
}

/* line 925, resources/assets/styles/fontawesome/_icons.scss */

.fa-heart-square:before {
  content: "\F4C8";
}

/* line 926, resources/assets/styles/fontawesome/_icons.scss */

.fa-heartbeat:before {
  content: "\F21E";
}

/* line 927, resources/assets/styles/fontawesome/_icons.scss */

.fa-helicopter:before {
  content: "\F533";
}

/* line 928, resources/assets/styles/fontawesome/_icons.scss */

.fa-helmet-battle:before {
  content: "\F6EB";
}

/* line 929, resources/assets/styles/fontawesome/_icons.scss */

.fa-hexagon:before {
  content: "\F312";
}

/* line 930, resources/assets/styles/fontawesome/_icons.scss */

.fa-highlighter:before {
  content: "\F591";
}

/* line 931, resources/assets/styles/fontawesome/_icons.scss */

.fa-hiking:before {
  content: "\F6EC";
}

/* line 932, resources/assets/styles/fontawesome/_icons.scss */

.fa-hippo:before {
  content: "\F6ED";
}

/* line 933, resources/assets/styles/fontawesome/_icons.scss */

.fa-hips:before {
  content: "\F452";
}

/* line 934, resources/assets/styles/fontawesome/_icons.scss */

.fa-hire-a-helper:before {
  content: "\F3B0";
}

/* line 935, resources/assets/styles/fontawesome/_icons.scss */

.fa-history:before {
  content: "\F1DA";
}

/* line 936, resources/assets/styles/fontawesome/_icons.scss */

.fa-hockey-mask:before {
  content: "\F6EE";
}

/* line 937, resources/assets/styles/fontawesome/_icons.scss */

.fa-hockey-puck:before {
  content: "\F453";
}

/* line 938, resources/assets/styles/fontawesome/_icons.scss */

.fa-hockey-sticks:before {
  content: "\F454";
}

/* line 939, resources/assets/styles/fontawesome/_icons.scss */

.fa-holly-berry:before {
  content: "\F7AA";
}

/* line 940, resources/assets/styles/fontawesome/_icons.scss */

.fa-home:before {
  content: "\F015";
}

/* line 941, resources/assets/styles/fontawesome/_icons.scss */

.fa-home-alt:before {
  content: "\F80A";
}

/* line 942, resources/assets/styles/fontawesome/_icons.scss */

.fa-home-heart:before {
  content: "\F4C9";
}

/* line 943, resources/assets/styles/fontawesome/_icons.scss */

.fa-home-lg:before {
  content: "\F80B";
}

/* line 944, resources/assets/styles/fontawesome/_icons.scss */

.fa-home-lg-alt:before {
  content: "\F80C";
}

/* line 945, resources/assets/styles/fontawesome/_icons.scss */

.fa-hood-cloak:before {
  content: "\F6EF";
}

/* line 946, resources/assets/styles/fontawesome/_icons.scss */

.fa-hooli:before {
  content: "\F427";
}

/* line 947, resources/assets/styles/fontawesome/_icons.scss */

.fa-hornbill:before {
  content: "\F592";
}

/* line 948, resources/assets/styles/fontawesome/_icons.scss */

.fa-horse:before {
  content: "\F6F0";
}

/* line 949, resources/assets/styles/fontawesome/_icons.scss */

.fa-horse-head:before {
  content: "\F7AB";
}

/* line 950, resources/assets/styles/fontawesome/_icons.scss */

.fa-hospital:before {
  content: "\F0F8";
}

/* line 951, resources/assets/styles/fontawesome/_icons.scss */

.fa-hospital-alt:before {
  content: "\F47D";
}

/* line 952, resources/assets/styles/fontawesome/_icons.scss */

.fa-hospital-symbol:before {
  content: "\F47E";
}

/* line 953, resources/assets/styles/fontawesome/_icons.scss */

.fa-hospital-user:before {
  content: "\F80D";
}

/* line 954, resources/assets/styles/fontawesome/_icons.scss */

.fa-hospitals:before {
  content: "\F80E";
}

/* line 955, resources/assets/styles/fontawesome/_icons.scss */

.fa-hot-tub:before {
  content: "\F593";
}

/* line 956, resources/assets/styles/fontawesome/_icons.scss */

.fa-hotdog:before {
  content: "\F80F";
}

/* line 957, resources/assets/styles/fontawesome/_icons.scss */

.fa-hotel:before {
  content: "\F594";
}

/* line 958, resources/assets/styles/fontawesome/_icons.scss */

.fa-hotjar:before {
  content: "\F3B1";
}

/* line 959, resources/assets/styles/fontawesome/_icons.scss */

.fa-hourglass:before {
  content: "\F254";
}

/* line 960, resources/assets/styles/fontawesome/_icons.scss */

.fa-hourglass-end:before {
  content: "\F253";
}

/* line 961, resources/assets/styles/fontawesome/_icons.scss */

.fa-hourglass-half:before {
  content: "\F252";
}

/* line 962, resources/assets/styles/fontawesome/_icons.scss */

.fa-hourglass-start:before {
  content: "\F251";
}

/* line 963, resources/assets/styles/fontawesome/_icons.scss */

.fa-house-damage:before {
  content: "\F6F1";
}

/* line 964, resources/assets/styles/fontawesome/_icons.scss */

.fa-house-flood:before {
  content: "\F74F";
}

/* line 965, resources/assets/styles/fontawesome/_icons.scss */

.fa-houzz:before {
  content: "\F27C";
}

/* line 966, resources/assets/styles/fontawesome/_icons.scss */

.fa-hryvnia:before {
  content: "\F6F2";
}

/* line 967, resources/assets/styles/fontawesome/_icons.scss */

.fa-html5:before {
  content: "\F13B";
}

/* line 968, resources/assets/styles/fontawesome/_icons.scss */

.fa-hubspot:before {
  content: "\F3B2";
}

/* line 969, resources/assets/styles/fontawesome/_icons.scss */

.fa-humidity:before {
  content: "\F750";
}

/* line 970, resources/assets/styles/fontawesome/_icons.scss */

.fa-hurricane:before {
  content: "\F751";
}

/* line 971, resources/assets/styles/fontawesome/_icons.scss */

.fa-i-cursor:before {
  content: "\F246";
}

/* line 972, resources/assets/styles/fontawesome/_icons.scss */

.fa-ice-cream:before {
  content: "\F810";
}

/* line 973, resources/assets/styles/fontawesome/_icons.scss */

.fa-ice-skate:before {
  content: "\F7AC";
}

/* line 974, resources/assets/styles/fontawesome/_icons.scss */

.fa-icicles:before {
  content: "\F7AD";
}

/* line 975, resources/assets/styles/fontawesome/_icons.scss */

.fa-id-badge:before {
  content: "\F2C1";
}

/* line 976, resources/assets/styles/fontawesome/_icons.scss */

.fa-id-card:before {
  content: "\F2C2";
}

/* line 977, resources/assets/styles/fontawesome/_icons.scss */

.fa-id-card-alt:before {
  content: "\F47F";
}

/* line 978, resources/assets/styles/fontawesome/_icons.scss */

.fa-igloo:before {
  content: "\F7AE";
}

/* line 979, resources/assets/styles/fontawesome/_icons.scss */

.fa-image:before {
  content: "\F03E";
}

/* line 980, resources/assets/styles/fontawesome/_icons.scss */

.fa-images:before {
  content: "\F302";
}

/* line 981, resources/assets/styles/fontawesome/_icons.scss */

.fa-imdb:before {
  content: "\F2D8";
}

/* line 982, resources/assets/styles/fontawesome/_icons.scss */

.fa-inbox:before {
  content: "\F01C";
}

/* line 983, resources/assets/styles/fontawesome/_icons.scss */

.fa-inbox-in:before {
  content: "\F310";
}

/* line 984, resources/assets/styles/fontawesome/_icons.scss */

.fa-inbox-out:before {
  content: "\F311";
}

/* line 985, resources/assets/styles/fontawesome/_icons.scss */

.fa-indent:before {
  content: "\F03C";
}

/* line 986, resources/assets/styles/fontawesome/_icons.scss */

.fa-industry:before {
  content: "\F275";
}

/* line 987, resources/assets/styles/fontawesome/_icons.scss */

.fa-industry-alt:before {
  content: "\F3B3";
}

/* line 988, resources/assets/styles/fontawesome/_icons.scss */

.fa-infinity:before {
  content: "\F534";
}

/* line 989, resources/assets/styles/fontawesome/_icons.scss */

.fa-info:before {
  content: "\F129";
}

/* line 990, resources/assets/styles/fontawesome/_icons.scss */

.fa-info-circle:before {
  content: "\F05A";
}

/* line 991, resources/assets/styles/fontawesome/_icons.scss */

.fa-info-square:before {
  content: "\F30F";
}

/* line 992, resources/assets/styles/fontawesome/_icons.scss */

.fa-inhaler:before {
  content: "\F5F9";
}

/* line 993, resources/assets/styles/fontawesome/_icons.scss */

.fa-instagram:before {
  content: "\F16D";
}

/* line 994, resources/assets/styles/fontawesome/_icons.scss */

.fa-integral:before {
  content: "\F667";
}

/* line 995, resources/assets/styles/fontawesome/_icons.scss */

.fa-intercom:before {
  content: "\F7AF";
}

/* line 996, resources/assets/styles/fontawesome/_icons.scss */

.fa-internet-explorer:before {
  content: "\F26B";
}

/* line 997, resources/assets/styles/fontawesome/_icons.scss */

.fa-intersection:before {
  content: "\F668";
}

/* line 998, resources/assets/styles/fontawesome/_icons.scss */

.fa-inventory:before {
  content: "\F480";
}

/* line 999, resources/assets/styles/fontawesome/_icons.scss */

.fa-invision:before {
  content: "\F7B0";
}

/* line 1000, resources/assets/styles/fontawesome/_icons.scss */

.fa-ioxhost:before {
  content: "\F208";
}

/* line 1001, resources/assets/styles/fontawesome/_icons.scss */

.fa-island-tropical:before {
  content: "\F811";
}

/* line 1002, resources/assets/styles/fontawesome/_icons.scss */

.fa-italic:before {
  content: "\F033";
}

/* line 1003, resources/assets/styles/fontawesome/_icons.scss */

.fa-itch-io:before {
  content: "\F83A";
}

/* line 1004, resources/assets/styles/fontawesome/_icons.scss */

.fa-itunes:before {
  content: "\F3B4";
}

/* line 1005, resources/assets/styles/fontawesome/_icons.scss */

.fa-itunes-note:before {
  content: "\F3B5";
}

/* line 1006, resources/assets/styles/fontawesome/_icons.scss */

.fa-jack-o-lantern:before {
  content: "\F30E";
}

/* line 1007, resources/assets/styles/fontawesome/_icons.scss */

.fa-java:before {
  content: "\F4E4";
}

/* line 1008, resources/assets/styles/fontawesome/_icons.scss */

.fa-jedi:before {
  content: "\F669";
}

/* line 1009, resources/assets/styles/fontawesome/_icons.scss */

.fa-jedi-order:before {
  content: "\F50E";
}

/* line 1010, resources/assets/styles/fontawesome/_icons.scss */

.fa-jenkins:before {
  content: "\F3B6";
}

/* line 1011, resources/assets/styles/fontawesome/_icons.scss */

.fa-jira:before {
  content: "\F7B1";
}

/* line 1012, resources/assets/styles/fontawesome/_icons.scss */

.fa-joget:before {
  content: "\F3B7";
}

/* line 1013, resources/assets/styles/fontawesome/_icons.scss */

.fa-joint:before {
  content: "\F595";
}

/* line 1014, resources/assets/styles/fontawesome/_icons.scss */

.fa-joomla:before {
  content: "\F1AA";
}

/* line 1015, resources/assets/styles/fontawesome/_icons.scss */

.fa-journal-whills:before {
  content: "\F66A";
}

/* line 1016, resources/assets/styles/fontawesome/_icons.scss */

.fa-js:before {
  content: "\F3B8";
}

/* line 1017, resources/assets/styles/fontawesome/_icons.scss */

.fa-js-square:before {
  content: "\F3B9";
}

/* line 1018, resources/assets/styles/fontawesome/_icons.scss */

.fa-jsfiddle:before {
  content: "\F1CC";
}

/* line 1019, resources/assets/styles/fontawesome/_icons.scss */

.fa-kaaba:before {
  content: "\F66B";
}

/* line 1020, resources/assets/styles/fontawesome/_icons.scss */

.fa-kaggle:before {
  content: "\F5FA";
}

/* line 1021, resources/assets/styles/fontawesome/_icons.scss */

.fa-key:before {
  content: "\F084";
}

/* line 1022, resources/assets/styles/fontawesome/_icons.scss */

.fa-key-skeleton:before {
  content: "\F6F3";
}

/* line 1023, resources/assets/styles/fontawesome/_icons.scss */

.fa-keybase:before {
  content: "\F4F5";
}

/* line 1024, resources/assets/styles/fontawesome/_icons.scss */

.fa-keyboard:before {
  content: "\F11C";
}

/* line 1025, resources/assets/styles/fontawesome/_icons.scss */

.fa-keycdn:before {
  content: "\F3BA";
}

/* line 1026, resources/assets/styles/fontawesome/_icons.scss */

.fa-keynote:before {
  content: "\F66C";
}

/* line 1027, resources/assets/styles/fontawesome/_icons.scss */

.fa-khanda:before {
  content: "\F66D";
}

/* line 1028, resources/assets/styles/fontawesome/_icons.scss */

.fa-kickstarter:before {
  content: "\F3BB";
}

/* line 1029, resources/assets/styles/fontawesome/_icons.scss */

.fa-kickstarter-k:before {
  content: "\F3BC";
}

/* line 1030, resources/assets/styles/fontawesome/_icons.scss */

.fa-kidneys:before {
  content: "\F5FB";
}

/* line 1031, resources/assets/styles/fontawesome/_icons.scss */

.fa-kiss:before {
  content: "\F596";
}

/* line 1032, resources/assets/styles/fontawesome/_icons.scss */

.fa-kiss-beam:before {
  content: "\F597";
}

/* line 1033, resources/assets/styles/fontawesome/_icons.scss */

.fa-kiss-wink-heart:before {
  content: "\F598";
}

/* line 1034, resources/assets/styles/fontawesome/_icons.scss */

.fa-kite:before {
  content: "\F6F4";
}

/* line 1035, resources/assets/styles/fontawesome/_icons.scss */

.fa-kiwi-bird:before {
  content: "\F535";
}

/* line 1036, resources/assets/styles/fontawesome/_icons.scss */

.fa-knife-kitchen:before {
  content: "\F6F5";
}

/* line 1037, resources/assets/styles/fontawesome/_icons.scss */

.fa-korvue:before {
  content: "\F42F";
}

/* line 1038, resources/assets/styles/fontawesome/_icons.scss */

.fa-lambda:before {
  content: "\F66E";
}

/* line 1039, resources/assets/styles/fontawesome/_icons.scss */

.fa-lamp:before {
  content: "\F4CA";
}

/* line 1040, resources/assets/styles/fontawesome/_icons.scss */

.fa-landmark:before {
  content: "\F66F";
}

/* line 1041, resources/assets/styles/fontawesome/_icons.scss */

.fa-landmark-alt:before {
  content: "\F752";
}

/* line 1042, resources/assets/styles/fontawesome/_icons.scss */

.fa-language:before {
  content: "\F1AB";
}

/* line 1043, resources/assets/styles/fontawesome/_icons.scss */

.fa-laptop:before {
  content: "\F109";
}

/* line 1044, resources/assets/styles/fontawesome/_icons.scss */

.fa-laptop-code:before {
  content: "\F5FC";
}

/* line 1045, resources/assets/styles/fontawesome/_icons.scss */

.fa-laptop-medical:before {
  content: "\F812";
}

/* line 1046, resources/assets/styles/fontawesome/_icons.scss */

.fa-laravel:before {
  content: "\F3BD";
}

/* line 1047, resources/assets/styles/fontawesome/_icons.scss */

.fa-lastfm:before {
  content: "\F202";
}

/* line 1048, resources/assets/styles/fontawesome/_icons.scss */

.fa-lastfm-square:before {
  content: "\F203";
}

/* line 1049, resources/assets/styles/fontawesome/_icons.scss */

.fa-laugh:before {
  content: "\F599";
}

/* line 1050, resources/assets/styles/fontawesome/_icons.scss */

.fa-laugh-beam:before {
  content: "\F59A";
}

/* line 1051, resources/assets/styles/fontawesome/_icons.scss */

.fa-laugh-squint:before {
  content: "\F59B";
}

/* line 1052, resources/assets/styles/fontawesome/_icons.scss */

.fa-laugh-wink:before {
  content: "\F59C";
}

/* line 1053, resources/assets/styles/fontawesome/_icons.scss */

.fa-layer-group:before {
  content: "\F5FD";
}

/* line 1054, resources/assets/styles/fontawesome/_icons.scss */

.fa-layer-minus:before {
  content: "\F5FE";
}

/* line 1055, resources/assets/styles/fontawesome/_icons.scss */

.fa-layer-plus:before {
  content: "\F5FF";
}

/* line 1056, resources/assets/styles/fontawesome/_icons.scss */

.fa-leaf:before {
  content: "\F06C";
}

/* line 1057, resources/assets/styles/fontawesome/_icons.scss */

.fa-leaf-heart:before {
  content: "\F4CB";
}

/* line 1058, resources/assets/styles/fontawesome/_icons.scss */

.fa-leaf-maple:before {
  content: "\F6F6";
}

/* line 1059, resources/assets/styles/fontawesome/_icons.scss */

.fa-leaf-oak:before {
  content: "\F6F7";
}

/* line 1060, resources/assets/styles/fontawesome/_icons.scss */

.fa-leanpub:before {
  content: "\F212";
}

/* line 1061, resources/assets/styles/fontawesome/_icons.scss */

.fa-lemon:before {
  content: "\F094";
}

/* line 1062, resources/assets/styles/fontawesome/_icons.scss */

.fa-less:before {
  content: "\F41D";
}

/* line 1063, resources/assets/styles/fontawesome/_icons.scss */

.fa-less-than:before {
  content: "\F536";
}

/* line 1064, resources/assets/styles/fontawesome/_icons.scss */

.fa-less-than-equal:before {
  content: "\F537";
}

/* line 1065, resources/assets/styles/fontawesome/_icons.scss */

.fa-level-down:before {
  content: "\F149";
}

/* line 1066, resources/assets/styles/fontawesome/_icons.scss */

.fa-level-down-alt:before {
  content: "\F3BE";
}

/* line 1067, resources/assets/styles/fontawesome/_icons.scss */

.fa-level-up:before {
  content: "\F148";
}

/* line 1068, resources/assets/styles/fontawesome/_icons.scss */

.fa-level-up-alt:before {
  content: "\F3BF";
}

/* line 1069, resources/assets/styles/fontawesome/_icons.scss */

.fa-life-ring:before {
  content: "\F1CD";
}

/* line 1070, resources/assets/styles/fontawesome/_icons.scss */

.fa-lightbulb:before {
  content: "\F0EB";
}

/* line 1071, resources/assets/styles/fontawesome/_icons.scss */

.fa-lightbulb-dollar:before {
  content: "\F670";
}

/* line 1072, resources/assets/styles/fontawesome/_icons.scss */

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

/* line 1073, resources/assets/styles/fontawesome/_icons.scss */

.fa-lightbulb-on:before {
  content: "\F672";
}

/* line 1074, resources/assets/styles/fontawesome/_icons.scss */

.fa-lightbulb-slash:before {
  content: "\F673";
}

/* line 1075, resources/assets/styles/fontawesome/_icons.scss */

.fa-lights-holiday:before {
  content: "\F7B2";
}

/* line 1076, resources/assets/styles/fontawesome/_icons.scss */

.fa-line:before {
  content: "\F3C0";
}

/* line 1077, resources/assets/styles/fontawesome/_icons.scss */

.fa-link:before {
  content: "\F0C1";
}

/* line 1078, resources/assets/styles/fontawesome/_icons.scss */

.fa-linkedin:before {
  content: "\F08C";
}

/* line 1079, resources/assets/styles/fontawesome/_icons.scss */

.fa-linkedin-in:before {
  content: "\F0E1";
}

/* line 1080, resources/assets/styles/fontawesome/_icons.scss */

.fa-linode:before {
  content: "\F2B8";
}

/* line 1081, resources/assets/styles/fontawesome/_icons.scss */

.fa-linux:before {
  content: "\F17C";
}

/* line 1082, resources/assets/styles/fontawesome/_icons.scss */

.fa-lips:before {
  content: "\F600";
}

/* line 1083, resources/assets/styles/fontawesome/_icons.scss */

.fa-lira-sign:before {
  content: "\F195";
}

/* line 1084, resources/assets/styles/fontawesome/_icons.scss */

.fa-list:before {
  content: "\F03A";
}

/* line 1085, resources/assets/styles/fontawesome/_icons.scss */

.fa-list-alt:before {
  content: "\F022";
}

/* line 1086, resources/assets/styles/fontawesome/_icons.scss */

.fa-list-ol:before {
  content: "\F0CB";
}

/* line 1087, resources/assets/styles/fontawesome/_icons.scss */

.fa-list-ul:before {
  content: "\F0CA";
}

/* line 1088, resources/assets/styles/fontawesome/_icons.scss */

.fa-location:before {
  content: "\F601";
}

/* line 1089, resources/assets/styles/fontawesome/_icons.scss */

.fa-location-arrow:before {
  content: "\F124";
}

/* line 1090, resources/assets/styles/fontawesome/_icons.scss */

.fa-location-circle:before {
  content: "\F602";
}

/* line 1091, resources/assets/styles/fontawesome/_icons.scss */

.fa-location-slash:before {
  content: "\F603";
}

/* line 1092, resources/assets/styles/fontawesome/_icons.scss */

.fa-lock:before {
  content: "\F023";
}

/* line 1093, resources/assets/styles/fontawesome/_icons.scss */

.fa-lock-alt:before {
  content: "\F30D";
}

/* line 1094, resources/assets/styles/fontawesome/_icons.scss */

.fa-lock-open:before {
  content: "\F3C1";
}

/* line 1095, resources/assets/styles/fontawesome/_icons.scss */

.fa-lock-open-alt:before {
  content: "\F3C2";
}

/* line 1096, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

/* line 1097, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

/* line 1098, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

/* line 1099, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

/* line 1100, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-down:before {
  content: "\F175";
}

/* line 1101, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-left:before {
  content: "\F177";
}

/* line 1102, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-right:before {
  content: "\F178";
}

/* line 1103, resources/assets/styles/fontawesome/_icons.scss */

.fa-long-arrow-up:before {
  content: "\F176";
}

/* line 1104, resources/assets/styles/fontawesome/_icons.scss */

.fa-loveseat:before {
  content: "\F4CC";
}

/* line 1105, resources/assets/styles/fontawesome/_icons.scss */

.fa-low-vision:before {
  content: "\F2A8";
}

/* line 1106, resources/assets/styles/fontawesome/_icons.scss */

.fa-luchador:before {
  content: "\F455";
}

/* line 1107, resources/assets/styles/fontawesome/_icons.scss */

.fa-luggage-cart:before {
  content: "\F59D";
}

/* line 1108, resources/assets/styles/fontawesome/_icons.scss */

.fa-lungs:before {
  content: "\F604";
}

/* line 1109, resources/assets/styles/fontawesome/_icons.scss */

.fa-lyft:before {
  content: "\F3C3";
}

/* line 1110, resources/assets/styles/fontawesome/_icons.scss */

.fa-mace:before {
  content: "\F6F8";
}

/* line 1111, resources/assets/styles/fontawesome/_icons.scss */

.fa-magento:before {
  content: "\F3C4";
}

/* line 1112, resources/assets/styles/fontawesome/_icons.scss */

.fa-magic:before {
  content: "\F0D0";
}

/* line 1113, resources/assets/styles/fontawesome/_icons.scss */

.fa-magnet:before {
  content: "\F076";
}

/* line 1114, resources/assets/styles/fontawesome/_icons.scss */

.fa-mail-bulk:before {
  content: "\F674";
}

/* line 1115, resources/assets/styles/fontawesome/_icons.scss */

.fa-mailbox:before {
  content: "\F813";
}

/* line 1116, resources/assets/styles/fontawesome/_icons.scss */

.fa-mailchimp:before {
  content: "\F59E";
}

/* line 1117, resources/assets/styles/fontawesome/_icons.scss */

.fa-male:before {
  content: "\F183";
}

/* line 1118, resources/assets/styles/fontawesome/_icons.scss */

.fa-mandalorian:before {
  content: "\F50F";
}

/* line 1119, resources/assets/styles/fontawesome/_icons.scss */

.fa-mandolin:before {
  content: "\F6F9";
}

/* line 1120, resources/assets/styles/fontawesome/_icons.scss */

.fa-map:before {
  content: "\F279";
}

/* line 1121, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marked:before {
  content: "\F59F";
}

/* line 1122, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marked-alt:before {
  content: "\F5A0";
}

/* line 1123, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker:before {
  content: "\F041";
}

/* line 1124, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-alt:before {
  content: "\F3C5";
}

/* line 1125, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

/* line 1126, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-check:before {
  content: "\F606";
}

/* line 1127, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-edit:before {
  content: "\F607";
}

/* line 1128, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-exclamation:before {
  content: "\F608";
}

/* line 1129, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-minus:before {
  content: "\F609";
}

/* line 1130, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-plus:before {
  content: "\F60A";
}

/* line 1131, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-question:before {
  content: "\F60B";
}

/* line 1132, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-slash:before {
  content: "\F60C";
}

/* line 1133, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-smile:before {
  content: "\F60D";
}

/* line 1134, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-marker-times:before {
  content: "\F60E";
}

/* line 1135, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-pin:before {
  content: "\F276";
}

/* line 1136, resources/assets/styles/fontawesome/_icons.scss */

.fa-map-signs:before {
  content: "\F277";
}

/* line 1137, resources/assets/styles/fontawesome/_icons.scss */

.fa-markdown:before {
  content: "\F60F";
}

/* line 1138, resources/assets/styles/fontawesome/_icons.scss */

.fa-marker:before {
  content: "\F5A1";
}

/* line 1139, resources/assets/styles/fontawesome/_icons.scss */

.fa-mars:before {
  content: "\F222";
}

/* line 1140, resources/assets/styles/fontawesome/_icons.scss */

.fa-mars-double:before {
  content: "\F227";
}

/* line 1141, resources/assets/styles/fontawesome/_icons.scss */

.fa-mars-stroke:before {
  content: "\F229";
}

/* line 1142, resources/assets/styles/fontawesome/_icons.scss */

.fa-mars-stroke-h:before {
  content: "\F22B";
}

/* line 1143, resources/assets/styles/fontawesome/_icons.scss */

.fa-mars-stroke-v:before {
  content: "\F22A";
}

/* line 1144, resources/assets/styles/fontawesome/_icons.scss */

.fa-mask:before {
  content: "\F6FA";
}

/* line 1145, resources/assets/styles/fontawesome/_icons.scss */

.fa-mastodon:before {
  content: "\F4F6";
}

/* line 1146, resources/assets/styles/fontawesome/_icons.scss */

.fa-maxcdn:before {
  content: "\F136";
}

/* line 1147, resources/assets/styles/fontawesome/_icons.scss */

.fa-meat:before {
  content: "\F814";
}

/* line 1148, resources/assets/styles/fontawesome/_icons.scss */

.fa-medal:before {
  content: "\F5A2";
}

/* line 1149, resources/assets/styles/fontawesome/_icons.scss */

.fa-medapps:before {
  content: "\F3C6";
}

/* line 1150, resources/assets/styles/fontawesome/_icons.scss */

.fa-medium:before {
  content: "\F23A";
}

/* line 1151, resources/assets/styles/fontawesome/_icons.scss */

.fa-medium-m:before {
  content: "\F3C7";
}

/* line 1152, resources/assets/styles/fontawesome/_icons.scss */

.fa-medkit:before {
  content: "\F0FA";
}

/* line 1153, resources/assets/styles/fontawesome/_icons.scss */

.fa-medrt:before {
  content: "\F3C8";
}

/* line 1154, resources/assets/styles/fontawesome/_icons.scss */

.fa-meetup:before {
  content: "\F2E0";
}

/* line 1155, resources/assets/styles/fontawesome/_icons.scss */

.fa-megaphone:before {
  content: "\F675";
}

/* line 1156, resources/assets/styles/fontawesome/_icons.scss */

.fa-megaport:before {
  content: "\F5A3";
}

/* line 1157, resources/assets/styles/fontawesome/_icons.scss */

.fa-meh:before {
  content: "\F11A";
}

/* line 1158, resources/assets/styles/fontawesome/_icons.scss */

.fa-meh-blank:before {
  content: "\F5A4";
}

/* line 1159, resources/assets/styles/fontawesome/_icons.scss */

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

/* line 1160, resources/assets/styles/fontawesome/_icons.scss */

.fa-memory:before {
  content: "\F538";
}

/* line 1161, resources/assets/styles/fontawesome/_icons.scss */

.fa-mendeley:before {
  content: "\F7B3";
}

/* line 1162, resources/assets/styles/fontawesome/_icons.scss */

.fa-menorah:before {
  content: "\F676";
}

/* line 1163, resources/assets/styles/fontawesome/_icons.scss */

.fa-mercury:before {
  content: "\F223";
}

/* line 1164, resources/assets/styles/fontawesome/_icons.scss */

.fa-meteor:before {
  content: "\F753";
}

/* line 1165, resources/assets/styles/fontawesome/_icons.scss */

.fa-microchip:before {
  content: "\F2DB";
}

/* line 1166, resources/assets/styles/fontawesome/_icons.scss */

.fa-microphone:before {
  content: "\F130";
}

/* line 1167, resources/assets/styles/fontawesome/_icons.scss */

.fa-microphone-alt:before {
  content: "\F3C9";
}

/* line 1168, resources/assets/styles/fontawesome/_icons.scss */

.fa-microphone-alt-slash:before {
  content: "\F539";
}

/* line 1169, resources/assets/styles/fontawesome/_icons.scss */

.fa-microphone-slash:before {
  content: "\F131";
}

/* line 1170, resources/assets/styles/fontawesome/_icons.scss */

.fa-microscope:before {
  content: "\F610";
}

/* line 1171, resources/assets/styles/fontawesome/_icons.scss */

.fa-microsoft:before {
  content: "\F3CA";
}

/* line 1172, resources/assets/styles/fontawesome/_icons.scss */

.fa-mind-share:before {
  content: "\F677";
}

/* line 1173, resources/assets/styles/fontawesome/_icons.scss */

.fa-minus:before {
  content: "\F068";
}

/* line 1174, resources/assets/styles/fontawesome/_icons.scss */

.fa-minus-circle:before {
  content: "\F056";
}

/* line 1175, resources/assets/styles/fontawesome/_icons.scss */

.fa-minus-hexagon:before {
  content: "\F307";
}

/* line 1176, resources/assets/styles/fontawesome/_icons.scss */

.fa-minus-octagon:before {
  content: "\F308";
}

/* line 1177, resources/assets/styles/fontawesome/_icons.scss */

.fa-minus-square:before {
  content: "\F146";
}

/* line 1178, resources/assets/styles/fontawesome/_icons.scss */

.fa-mistletoe:before {
  content: "\F7B4";
}

/* line 1179, resources/assets/styles/fontawesome/_icons.scss */

.fa-mitten:before {
  content: "\F7B5";
}

/* line 1180, resources/assets/styles/fontawesome/_icons.scss */

.fa-mix:before {
  content: "\F3CB";
}

/* line 1181, resources/assets/styles/fontawesome/_icons.scss */

.fa-mixcloud:before {
  content: "\F289";
}

/* line 1182, resources/assets/styles/fontawesome/_icons.scss */

.fa-mizuni:before {
  content: "\F3CC";
}

/* line 1183, resources/assets/styles/fontawesome/_icons.scss */

.fa-mobile:before {
  content: "\F10B";
}

/* line 1184, resources/assets/styles/fontawesome/_icons.scss */

.fa-mobile-alt:before {
  content: "\F3CD";
}

/* line 1185, resources/assets/styles/fontawesome/_icons.scss */

.fa-mobile-android:before {
  content: "\F3CE";
}

/* line 1186, resources/assets/styles/fontawesome/_icons.scss */

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

/* line 1187, resources/assets/styles/fontawesome/_icons.scss */

.fa-modx:before {
  content: "\F285";
}

/* line 1188, resources/assets/styles/fontawesome/_icons.scss */

.fa-monero:before {
  content: "\F3D0";
}

/* line 1189, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-bill:before {
  content: "\F0D6";
}

/* line 1190, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-bill-alt:before {
  content: "\F3D1";
}

/* line 1191, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-bill-wave:before {
  content: "\F53A";
}

/* line 1192, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

/* line 1193, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-check:before {
  content: "\F53C";
}

/* line 1194, resources/assets/styles/fontawesome/_icons.scss */

.fa-money-check-alt:before {
  content: "\F53D";
}

/* line 1195, resources/assets/styles/fontawesome/_icons.scss */

.fa-monitor-heart-rate:before {
  content: "\F611";
}

/* line 1196, resources/assets/styles/fontawesome/_icons.scss */

.fa-monkey:before {
  content: "\F6FB";
}

/* line 1197, resources/assets/styles/fontawesome/_icons.scss */

.fa-monument:before {
  content: "\F5A6";
}

/* line 1198, resources/assets/styles/fontawesome/_icons.scss */

.fa-moon:before {
  content: "\F186";
}

/* line 1199, resources/assets/styles/fontawesome/_icons.scss */

.fa-moon-cloud:before {
  content: "\F754";
}

/* line 1200, resources/assets/styles/fontawesome/_icons.scss */

.fa-moon-stars:before {
  content: "\F755";
}

/* line 1201, resources/assets/styles/fontawesome/_icons.scss */

.fa-mortar-pestle:before {
  content: "\F5A7";
}

/* line 1202, resources/assets/styles/fontawesome/_icons.scss */

.fa-mosque:before {
  content: "\F678";
}

/* line 1203, resources/assets/styles/fontawesome/_icons.scss */

.fa-motorcycle:before {
  content: "\F21C";
}

/* line 1204, resources/assets/styles/fontawesome/_icons.scss */

.fa-mountain:before {
  content: "\F6FC";
}

/* line 1205, resources/assets/styles/fontawesome/_icons.scss */

.fa-mountains:before {
  content: "\F6FD";
}

/* line 1206, resources/assets/styles/fontawesome/_icons.scss */

.fa-mouse-pointer:before {
  content: "\F245";
}

/* line 1207, resources/assets/styles/fontawesome/_icons.scss */

.fa-mug-hot:before {
  content: "\F7B6";
}

/* line 1208, resources/assets/styles/fontawesome/_icons.scss */

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

/* line 1209, resources/assets/styles/fontawesome/_icons.scss */

.fa-music:before {
  content: "\F001";
}

/* line 1210, resources/assets/styles/fontawesome/_icons.scss */

.fa-napster:before {
  content: "\F3D2";
}

/* line 1211, resources/assets/styles/fontawesome/_icons.scss */

.fa-narwhal:before {
  content: "\F6FE";
}

/* line 1212, resources/assets/styles/fontawesome/_icons.scss */

.fa-neos:before {
  content: "\F612";
}

/* line 1213, resources/assets/styles/fontawesome/_icons.scss */

.fa-network-wired:before {
  content: "\F6FF";
}

/* line 1214, resources/assets/styles/fontawesome/_icons.scss */

.fa-neuter:before {
  content: "\F22C";
}

/* line 1215, resources/assets/styles/fontawesome/_icons.scss */

.fa-newspaper:before {
  content: "\F1EA";
}

/* line 1216, resources/assets/styles/fontawesome/_icons.scss */

.fa-nimblr:before {
  content: "\F5A8";
}

/* line 1217, resources/assets/styles/fontawesome/_icons.scss */

.fa-nintendo-switch:before {
  content: "\F418";
}

/* line 1218, resources/assets/styles/fontawesome/_icons.scss */

.fa-node:before {
  content: "\F419";
}

/* line 1219, resources/assets/styles/fontawesome/_icons.scss */

.fa-node-js:before {
  content: "\F3D3";
}

/* line 1220, resources/assets/styles/fontawesome/_icons.scss */

.fa-not-equal:before {
  content: "\F53E";
}

/* line 1221, resources/assets/styles/fontawesome/_icons.scss */

.fa-notes-medical:before {
  content: "\F481";
}

/* line 1222, resources/assets/styles/fontawesome/_icons.scss */

.fa-npm:before {
  content: "\F3D4";
}

/* line 1223, resources/assets/styles/fontawesome/_icons.scss */

.fa-ns8:before {
  content: "\F3D5";
}

/* line 1224, resources/assets/styles/fontawesome/_icons.scss */

.fa-nutritionix:before {
  content: "\F3D6";
}

/* line 1225, resources/assets/styles/fontawesome/_icons.scss */

.fa-object-group:before {
  content: "\F247";
}

/* line 1226, resources/assets/styles/fontawesome/_icons.scss */

.fa-object-ungroup:before {
  content: "\F248";
}

/* line 1227, resources/assets/styles/fontawesome/_icons.scss */

.fa-octagon:before {
  content: "\F306";
}

/* line 1228, resources/assets/styles/fontawesome/_icons.scss */

.fa-odnoklassniki:before {
  content: "\F263";
}

/* line 1229, resources/assets/styles/fontawesome/_icons.scss */

.fa-odnoklassniki-square:before {
  content: "\F264";
}

/* line 1230, resources/assets/styles/fontawesome/_icons.scss */

.fa-oil-can:before {
  content: "\F613";
}

/* line 1231, resources/assets/styles/fontawesome/_icons.scss */

.fa-oil-temp:before {
  content: "\F614";
}

/* line 1232, resources/assets/styles/fontawesome/_icons.scss */

.fa-old-republic:before {
  content: "\F510";
}

/* line 1233, resources/assets/styles/fontawesome/_icons.scss */

.fa-om:before {
  content: "\F679";
}

/* line 1234, resources/assets/styles/fontawesome/_icons.scss */

.fa-omega:before {
  content: "\F67A";
}

/* line 1235, resources/assets/styles/fontawesome/_icons.scss */

.fa-opencart:before {
  content: "\F23D";
}

/* line 1236, resources/assets/styles/fontawesome/_icons.scss */

.fa-openid:before {
  content: "\F19B";
}

/* line 1237, resources/assets/styles/fontawesome/_icons.scss */

.fa-opera:before {
  content: "\F26A";
}

/* line 1238, resources/assets/styles/fontawesome/_icons.scss */

.fa-optin-monster:before {
  content: "\F23C";
}

/* line 1239, resources/assets/styles/fontawesome/_icons.scss */

.fa-ornament:before {
  content: "\F7B8";
}

/* line 1240, resources/assets/styles/fontawesome/_icons.scss */

.fa-osi:before {
  content: "\F41A";
}

/* line 1241, resources/assets/styles/fontawesome/_icons.scss */

.fa-otter:before {
  content: "\F700";
}

/* line 1242, resources/assets/styles/fontawesome/_icons.scss */

.fa-outdent:before {
  content: "\F03B";
}

/* line 1243, resources/assets/styles/fontawesome/_icons.scss */

.fa-page4:before {
  content: "\F3D7";
}

/* line 1244, resources/assets/styles/fontawesome/_icons.scss */

.fa-pagelines:before {
  content: "\F18C";
}

/* line 1245, resources/assets/styles/fontawesome/_icons.scss */

.fa-pager:before {
  content: "\F815";
}

/* line 1246, resources/assets/styles/fontawesome/_icons.scss */

.fa-paint-brush:before {
  content: "\F1FC";
}

/* line 1247, resources/assets/styles/fontawesome/_icons.scss */

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

/* line 1248, resources/assets/styles/fontawesome/_icons.scss */

.fa-paint-roller:before {
  content: "\F5AA";
}

/* line 1249, resources/assets/styles/fontawesome/_icons.scss */

.fa-palette:before {
  content: "\F53F";
}

/* line 1250, resources/assets/styles/fontawesome/_icons.scss */

.fa-palfed:before {
  content: "\F3D8";
}

/* line 1251, resources/assets/styles/fontawesome/_icons.scss */

.fa-pallet:before {
  content: "\F482";
}

/* line 1252, resources/assets/styles/fontawesome/_icons.scss */

.fa-pallet-alt:before {
  content: "\F483";
}

/* line 1253, resources/assets/styles/fontawesome/_icons.scss */

.fa-paper-plane:before {
  content: "\F1D8";
}

/* line 1254, resources/assets/styles/fontawesome/_icons.scss */

.fa-paperclip:before {
  content: "\F0C6";
}

/* line 1255, resources/assets/styles/fontawesome/_icons.scss */

.fa-parachute-box:before {
  content: "\F4CD";
}

/* line 1256, resources/assets/styles/fontawesome/_icons.scss */

.fa-paragraph:before {
  content: "\F1DD";
}

/* line 1257, resources/assets/styles/fontawesome/_icons.scss */

.fa-parking:before {
  content: "\F540";
}

/* line 1258, resources/assets/styles/fontawesome/_icons.scss */

.fa-parking-circle:before {
  content: "\F615";
}

/* line 1259, resources/assets/styles/fontawesome/_icons.scss */

.fa-parking-circle-slash:before {
  content: "\F616";
}

/* line 1260, resources/assets/styles/fontawesome/_icons.scss */

.fa-parking-slash:before {
  content: "\F617";
}

/* line 1261, resources/assets/styles/fontawesome/_icons.scss */

.fa-passport:before {
  content: "\F5AB";
}

/* line 1262, resources/assets/styles/fontawesome/_icons.scss */

.fa-pastafarianism:before {
  content: "\F67B";
}

/* line 1263, resources/assets/styles/fontawesome/_icons.scss */

.fa-paste:before {
  content: "\F0EA";
}

/* line 1264, resources/assets/styles/fontawesome/_icons.scss */

.fa-patreon:before {
  content: "\F3D9";
}

/* line 1265, resources/assets/styles/fontawesome/_icons.scss */

.fa-pause:before {
  content: "\F04C";
}

/* line 1266, resources/assets/styles/fontawesome/_icons.scss */

.fa-pause-circle:before {
  content: "\F28B";
}

/* line 1267, resources/assets/styles/fontawesome/_icons.scss */

.fa-paw:before {
  content: "\F1B0";
}

/* line 1268, resources/assets/styles/fontawesome/_icons.scss */

.fa-paw-alt:before {
  content: "\F701";
}

/* line 1269, resources/assets/styles/fontawesome/_icons.scss */

.fa-paw-claws:before {
  content: "\F702";
}

/* line 1270, resources/assets/styles/fontawesome/_icons.scss */

.fa-paypal:before {
  content: "\F1ED";
}

/* line 1271, resources/assets/styles/fontawesome/_icons.scss */

.fa-peace:before {
  content: "\F67C";
}

/* line 1272, resources/assets/styles/fontawesome/_icons.scss */

.fa-pegasus:before {
  content: "\F703";
}

/* line 1273, resources/assets/styles/fontawesome/_icons.scss */

.fa-pen:before {
  content: "\F304";
}

/* line 1274, resources/assets/styles/fontawesome/_icons.scss */

.fa-pen-alt:before {
  content: "\F305";
}

/* line 1275, resources/assets/styles/fontawesome/_icons.scss */

.fa-pen-fancy:before {
  content: "\F5AC";
}

/* line 1276, resources/assets/styles/fontawesome/_icons.scss */

.fa-pen-nib:before {
  content: "\F5AD";
}

/* line 1277, resources/assets/styles/fontawesome/_icons.scss */

.fa-pen-square:before {
  content: "\F14B";
}

/* line 1278, resources/assets/styles/fontawesome/_icons.scss */

.fa-pencil:before {
  content: "\F040";
}

/* line 1279, resources/assets/styles/fontawesome/_icons.scss */

.fa-pencil-alt:before {
  content: "\F303";
}

/* line 1280, resources/assets/styles/fontawesome/_icons.scss */

.fa-pencil-paintbrush:before {
  content: "\F618";
}

/* line 1281, resources/assets/styles/fontawesome/_icons.scss */

.fa-pencil-ruler:before {
  content: "\F5AE";
}

/* line 1282, resources/assets/styles/fontawesome/_icons.scss */

.fa-pennant:before {
  content: "\F456";
}

/* line 1283, resources/assets/styles/fontawesome/_icons.scss */

.fa-penny-arcade:before {
  content: "\F704";
}

/* line 1284, resources/assets/styles/fontawesome/_icons.scss */

.fa-people-carry:before {
  content: "\F4CE";
}

/* line 1285, resources/assets/styles/fontawesome/_icons.scss */

.fa-pepper-hot:before {
  content: "\F816";
}

/* line 1286, resources/assets/styles/fontawesome/_icons.scss */

.fa-percent:before {
  content: "\F295";
}

/* line 1287, resources/assets/styles/fontawesome/_icons.scss */

.fa-percentage:before {
  content: "\F541";
}

/* line 1288, resources/assets/styles/fontawesome/_icons.scss */

.fa-periscope:before {
  content: "\F3DA";
}

/* line 1289, resources/assets/styles/fontawesome/_icons.scss */

.fa-person-booth:before {
  content: "\F756";
}

/* line 1290, resources/assets/styles/fontawesome/_icons.scss */

.fa-person-carry:before {
  content: "\F4CF";
}

/* line 1291, resources/assets/styles/fontawesome/_icons.scss */

.fa-person-dolly:before {
  content: "\F4D0";
}

/* line 1292, resources/assets/styles/fontawesome/_icons.scss */

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

/* line 1293, resources/assets/styles/fontawesome/_icons.scss */

.fa-person-sign:before {
  content: "\F757";
}

/* line 1294, resources/assets/styles/fontawesome/_icons.scss */

.fa-phabricator:before {
  content: "\F3DB";
}

/* line 1295, resources/assets/styles/fontawesome/_icons.scss */

.fa-phoenix-framework:before {
  content: "\F3DC";
}

/* line 1296, resources/assets/styles/fontawesome/_icons.scss */

.fa-phoenix-squadron:before {
  content: "\F511";
}

/* line 1297, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone:before {
  content: "\F095";
}

/* line 1298, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone-office:before {
  content: "\F67D";
}

/* line 1299, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone-plus:before {
  content: "\F4D2";
}

/* line 1300, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone-slash:before {
  content: "\F3DD";
}

/* line 1301, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone-square:before {
  content: "\F098";
}

/* line 1302, resources/assets/styles/fontawesome/_icons.scss */

.fa-phone-volume:before {
  content: "\F2A0";
}

/* line 1303, resources/assets/styles/fontawesome/_icons.scss */

.fa-php:before {
  content: "\F457";
}

/* line 1304, resources/assets/styles/fontawesome/_icons.scss */

.fa-pi:before {
  content: "\F67E";
}

/* line 1305, resources/assets/styles/fontawesome/_icons.scss */

.fa-pie:before {
  content: "\F705";
}

/* line 1306, resources/assets/styles/fontawesome/_icons.scss */

.fa-pied-piper:before {
  content: "\F2AE";
}

/* line 1307, resources/assets/styles/fontawesome/_icons.scss */

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

/* line 1308, resources/assets/styles/fontawesome/_icons.scss */

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

/* line 1309, resources/assets/styles/fontawesome/_icons.scss */

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

/* line 1310, resources/assets/styles/fontawesome/_icons.scss */

.fa-pig:before {
  content: "\F706";
}

/* line 1311, resources/assets/styles/fontawesome/_icons.scss */

.fa-piggy-bank:before {
  content: "\F4D3";
}

/* line 1312, resources/assets/styles/fontawesome/_icons.scss */

.fa-pills:before {
  content: "\F484";
}

/* line 1313, resources/assets/styles/fontawesome/_icons.scss */

.fa-pinterest:before {
  content: "\F0D2";
}

/* line 1314, resources/assets/styles/fontawesome/_icons.scss */

.fa-pinterest-p:before {
  content: "\F231";
}

/* line 1315, resources/assets/styles/fontawesome/_icons.scss */

.fa-pinterest-square:before {
  content: "\F0D3";
}

/* line 1316, resources/assets/styles/fontawesome/_icons.scss */

.fa-pizza:before {
  content: "\F817";
}

/* line 1317, resources/assets/styles/fontawesome/_icons.scss */

.fa-pizza-slice:before {
  content: "\F818";
}

/* line 1318, resources/assets/styles/fontawesome/_icons.scss */

.fa-place-of-worship:before {
  content: "\F67F";
}

/* line 1319, resources/assets/styles/fontawesome/_icons.scss */

.fa-plane:before {
  content: "\F072";
}

/* line 1320, resources/assets/styles/fontawesome/_icons.scss */

.fa-plane-alt:before {
  content: "\F3DE";
}

/* line 1321, resources/assets/styles/fontawesome/_icons.scss */

.fa-plane-arrival:before {
  content: "\F5AF";
}

/* line 1322, resources/assets/styles/fontawesome/_icons.scss */

.fa-plane-departure:before {
  content: "\F5B0";
}

/* line 1323, resources/assets/styles/fontawesome/_icons.scss */

.fa-play:before {
  content: "\F04B";
}

/* line 1324, resources/assets/styles/fontawesome/_icons.scss */

.fa-play-circle:before {
  content: "\F144";
}

/* line 1325, resources/assets/styles/fontawesome/_icons.scss */

.fa-playstation:before {
  content: "\F3DF";
}

/* line 1326, resources/assets/styles/fontawesome/_icons.scss */

.fa-plug:before {
  content: "\F1E6";
}

/* line 1327, resources/assets/styles/fontawesome/_icons.scss */

.fa-plus:before {
  content: "\F067";
}

/* line 1328, resources/assets/styles/fontawesome/_icons.scss */

.fa-plus-circle:before {
  content: "\F055";
}

/* line 1329, resources/assets/styles/fontawesome/_icons.scss */

.fa-plus-hexagon:before {
  content: "\F300";
}

/* line 1330, resources/assets/styles/fontawesome/_icons.scss */

.fa-plus-octagon:before {
  content: "\F301";
}

/* line 1331, resources/assets/styles/fontawesome/_icons.scss */

.fa-plus-square:before {
  content: "\F0FE";
}

/* line 1332, resources/assets/styles/fontawesome/_icons.scss */

.fa-podcast:before {
  content: "\F2CE";
}

/* line 1333, resources/assets/styles/fontawesome/_icons.scss */

.fa-podium:before {
  content: "\F680";
}

/* line 1334, resources/assets/styles/fontawesome/_icons.scss */

.fa-podium-star:before {
  content: "\F758";
}

/* line 1335, resources/assets/styles/fontawesome/_icons.scss */

.fa-poll:before {
  content: "\F681";
}

/* line 1336, resources/assets/styles/fontawesome/_icons.scss */

.fa-poll-h:before {
  content: "\F682";
}

/* line 1337, resources/assets/styles/fontawesome/_icons.scss */

.fa-poll-people:before {
  content: "\F759";
}

/* line 1338, resources/assets/styles/fontawesome/_icons.scss */

.fa-poo:before {
  content: "\F2FE";
}

/* line 1339, resources/assets/styles/fontawesome/_icons.scss */

.fa-poo-storm:before {
  content: "\F75A";
}

/* line 1340, resources/assets/styles/fontawesome/_icons.scss */

.fa-poop:before {
  content: "\F619";
}

/* line 1341, resources/assets/styles/fontawesome/_icons.scss */

.fa-popcorn:before {
  content: "\F819";
}

/* line 1342, resources/assets/styles/fontawesome/_icons.scss */

.fa-portrait:before {
  content: "\F3E0";
}

/* line 1343, resources/assets/styles/fontawesome/_icons.scss */

.fa-pound-sign:before {
  content: "\F154";
}

/* line 1344, resources/assets/styles/fontawesome/_icons.scss */

.fa-power-off:before {
  content: "\F011";
}

/* line 1345, resources/assets/styles/fontawesome/_icons.scss */

.fa-pray:before {
  content: "\F683";
}

/* line 1346, resources/assets/styles/fontawesome/_icons.scss */

.fa-praying-hands:before {
  content: "\F684";
}

/* line 1347, resources/assets/styles/fontawesome/_icons.scss */

.fa-prescription:before {
  content: "\F5B1";
}

/* line 1348, resources/assets/styles/fontawesome/_icons.scss */

.fa-prescription-bottle:before {
  content: "\F485";
}

/* line 1349, resources/assets/styles/fontawesome/_icons.scss */

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

/* line 1350, resources/assets/styles/fontawesome/_icons.scss */

.fa-presentation:before {
  content: "\F685";
}

/* line 1351, resources/assets/styles/fontawesome/_icons.scss */

.fa-print:before {
  content: "\F02F";
}

/* line 1352, resources/assets/styles/fontawesome/_icons.scss */

.fa-print-search:before {
  content: "\F81A";
}

/* line 1353, resources/assets/styles/fontawesome/_icons.scss */

.fa-print-slash:before {
  content: "\F686";
}

/* line 1354, resources/assets/styles/fontawesome/_icons.scss */

.fa-procedures:before {
  content: "\F487";
}

/* line 1355, resources/assets/styles/fontawesome/_icons.scss */

.fa-product-hunt:before {
  content: "\F288";
}

/* line 1356, resources/assets/styles/fontawesome/_icons.scss */

.fa-project-diagram:before {
  content: "\F542";
}

/* line 1357, resources/assets/styles/fontawesome/_icons.scss */

.fa-pumpkin:before {
  content: "\F707";
}

/* line 1358, resources/assets/styles/fontawesome/_icons.scss */

.fa-pushed:before {
  content: "\F3E1";
}

/* line 1359, resources/assets/styles/fontawesome/_icons.scss */

.fa-puzzle-piece:before {
  content: "\F12E";
}

/* line 1360, resources/assets/styles/fontawesome/_icons.scss */

.fa-python:before {
  content: "\F3E2";
}

/* line 1361, resources/assets/styles/fontawesome/_icons.scss */

.fa-qq:before {
  content: "\F1D6";
}

/* line 1362, resources/assets/styles/fontawesome/_icons.scss */

.fa-qrcode:before {
  content: "\F029";
}

/* line 1363, resources/assets/styles/fontawesome/_icons.scss */

.fa-question:before {
  content: "\F128";
}

/* line 1364, resources/assets/styles/fontawesome/_icons.scss */

.fa-question-circle:before {
  content: "\F059";
}

/* line 1365, resources/assets/styles/fontawesome/_icons.scss */

.fa-question-square:before {
  content: "\F2FD";
}

/* line 1366, resources/assets/styles/fontawesome/_icons.scss */

.fa-quidditch:before {
  content: "\F458";
}

/* line 1367, resources/assets/styles/fontawesome/_icons.scss */

.fa-quinscape:before {
  content: "\F459";
}

/* line 1368, resources/assets/styles/fontawesome/_icons.scss */

.fa-quora:before {
  content: "\F2C4";
}

/* line 1369, resources/assets/styles/fontawesome/_icons.scss */

.fa-quote-left:before {
  content: "\F10D";
}

/* line 1370, resources/assets/styles/fontawesome/_icons.scss */

.fa-quote-right:before {
  content: "\F10E";
}

/* line 1371, resources/assets/styles/fontawesome/_icons.scss */

.fa-quran:before {
  content: "\F687";
}

/* line 1372, resources/assets/styles/fontawesome/_icons.scss */

.fa-r-project:before {
  content: "\F4F7";
}

/* line 1373, resources/assets/styles/fontawesome/_icons.scss */

.fa-rabbit:before {
  content: "\F708";
}

/* line 1374, resources/assets/styles/fontawesome/_icons.scss */

.fa-rabbit-fast:before {
  content: "\F709";
}

/* line 1375, resources/assets/styles/fontawesome/_icons.scss */

.fa-racquet:before {
  content: "\F45A";
}

/* line 1376, resources/assets/styles/fontawesome/_icons.scss */

.fa-radiation:before {
  content: "\F7B9";
}

/* line 1377, resources/assets/styles/fontawesome/_icons.scss */

.fa-radiation-alt:before {
  content: "\F7BA";
}

/* line 1378, resources/assets/styles/fontawesome/_icons.scss */

.fa-rainbow:before {
  content: "\F75B";
}

/* line 1379, resources/assets/styles/fontawesome/_icons.scss */

.fa-raindrops:before {
  content: "\F75C";
}

/* line 1380, resources/assets/styles/fontawesome/_icons.scss */

.fa-ram:before {
  content: "\F70A";
}

/* line 1381, resources/assets/styles/fontawesome/_icons.scss */

.fa-ramp-loading:before {
  content: "\F4D4";
}

/* line 1382, resources/assets/styles/fontawesome/_icons.scss */

.fa-random:before {
  content: "\F074";
}

/* line 1383, resources/assets/styles/fontawesome/_icons.scss */

.fa-raspberry-pi:before {
  content: "\F7BB";
}

/* line 1384, resources/assets/styles/fontawesome/_icons.scss */

.fa-ravelry:before {
  content: "\F2D9";
}

/* line 1385, resources/assets/styles/fontawesome/_icons.scss */

.fa-react:before {
  content: "\F41B";
}

/* line 1386, resources/assets/styles/fontawesome/_icons.scss */

.fa-reacteurope:before {
  content: "\F75D";
}

/* line 1387, resources/assets/styles/fontawesome/_icons.scss */

.fa-readme:before {
  content: "\F4D5";
}

/* line 1388, resources/assets/styles/fontawesome/_icons.scss */

.fa-rebel:before {
  content: "\F1D0";
}

/* line 1389, resources/assets/styles/fontawesome/_icons.scss */

.fa-receipt:before {
  content: "\F543";
}

/* line 1390, resources/assets/styles/fontawesome/_icons.scss */

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

/* line 1391, resources/assets/styles/fontawesome/_icons.scss */

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

/* line 1392, resources/assets/styles/fontawesome/_icons.scss */

.fa-rectangle-wide:before {
  content: "\F2FC";
}

/* line 1393, resources/assets/styles/fontawesome/_icons.scss */

.fa-recycle:before {
  content: "\F1B8";
}

/* line 1394, resources/assets/styles/fontawesome/_icons.scss */

.fa-red-river:before {
  content: "\F3E3";
}

/* line 1395, resources/assets/styles/fontawesome/_icons.scss */

.fa-reddit:before {
  content: "\F1A1";
}

/* line 1396, resources/assets/styles/fontawesome/_icons.scss */

.fa-reddit-alien:before {
  content: "\F281";
}

/* line 1397, resources/assets/styles/fontawesome/_icons.scss */

.fa-reddit-square:before {
  content: "\F1A2";
}

/* line 1398, resources/assets/styles/fontawesome/_icons.scss */

.fa-redhat:before {
  content: "\F7BC";
}

/* line 1399, resources/assets/styles/fontawesome/_icons.scss */

.fa-redo:before {
  content: "\F01E";
}

/* line 1400, resources/assets/styles/fontawesome/_icons.scss */

.fa-redo-alt:before {
  content: "\F2F9";
}

/* line 1401, resources/assets/styles/fontawesome/_icons.scss */

.fa-registered:before {
  content: "\F25D";
}

/* line 1402, resources/assets/styles/fontawesome/_icons.scss */

.fa-renren:before {
  content: "\F18B";
}

/* line 1403, resources/assets/styles/fontawesome/_icons.scss */

.fa-repeat:before {
  content: "\F363";
}

/* line 1404, resources/assets/styles/fontawesome/_icons.scss */

.fa-repeat-1:before {
  content: "\F365";
}

/* line 1405, resources/assets/styles/fontawesome/_icons.scss */

.fa-repeat-1-alt:before {
  content: "\F366";
}

/* line 1406, resources/assets/styles/fontawesome/_icons.scss */

.fa-repeat-alt:before {
  content: "\F364";
}

/* line 1407, resources/assets/styles/fontawesome/_icons.scss */

.fa-reply:before {
  content: "\F3E5";
}

/* line 1408, resources/assets/styles/fontawesome/_icons.scss */

.fa-reply-all:before {
  content: "\F122";
}

/* line 1409, resources/assets/styles/fontawesome/_icons.scss */

.fa-replyd:before {
  content: "\F3E6";
}

/* line 1410, resources/assets/styles/fontawesome/_icons.scss */

.fa-republican:before {
  content: "\F75E";
}

/* line 1411, resources/assets/styles/fontawesome/_icons.scss */

.fa-researchgate:before {
  content: "\F4F8";
}

/* line 1412, resources/assets/styles/fontawesome/_icons.scss */

.fa-resolving:before {
  content: "\F3E7";
}

/* line 1413, resources/assets/styles/fontawesome/_icons.scss */

.fa-restroom:before {
  content: "\F7BD";
}

/* line 1414, resources/assets/styles/fontawesome/_icons.scss */

.fa-retweet:before {
  content: "\F079";
}

/* line 1415, resources/assets/styles/fontawesome/_icons.scss */

.fa-retweet-alt:before {
  content: "\F361";
}

/* line 1416, resources/assets/styles/fontawesome/_icons.scss */

.fa-rev:before {
  content: "\F5B2";
}

/* line 1417, resources/assets/styles/fontawesome/_icons.scss */

.fa-ribbon:before {
  content: "\F4D6";
}

/* line 1418, resources/assets/styles/fontawesome/_icons.scss */

.fa-ring:before {
  content: "\F70B";
}

/* line 1419, resources/assets/styles/fontawesome/_icons.scss */

.fa-rings-wedding:before {
  content: "\F81B";
}

/* line 1420, resources/assets/styles/fontawesome/_icons.scss */

.fa-road:before {
  content: "\F018";
}

/* line 1421, resources/assets/styles/fontawesome/_icons.scss */

.fa-robot:before {
  content: "\F544";
}

/* line 1422, resources/assets/styles/fontawesome/_icons.scss */

.fa-rocket:before {
  content: "\F135";
}

/* line 1423, resources/assets/styles/fontawesome/_icons.scss */

.fa-rocketchat:before {
  content: "\F3E8";
}

/* line 1424, resources/assets/styles/fontawesome/_icons.scss */

.fa-rockrms:before {
  content: "\F3E9";
}

/* line 1425, resources/assets/styles/fontawesome/_icons.scss */

.fa-route:before {
  content: "\F4D7";
}

/* line 1426, resources/assets/styles/fontawesome/_icons.scss */

.fa-route-highway:before {
  content: "\F61A";
}

/* line 1427, resources/assets/styles/fontawesome/_icons.scss */

.fa-route-interstate:before {
  content: "\F61B";
}

/* line 1428, resources/assets/styles/fontawesome/_icons.scss */

.fa-rss:before {
  content: "\F09E";
}

/* line 1429, resources/assets/styles/fontawesome/_icons.scss */

.fa-rss-square:before {
  content: "\F143";
}

/* line 1430, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruble-sign:before {
  content: "\F158";
}

/* line 1431, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruler:before {
  content: "\F545";
}

/* line 1432, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruler-combined:before {
  content: "\F546";
}

/* line 1433, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruler-horizontal:before {
  content: "\F547";
}

/* line 1434, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruler-triangle:before {
  content: "\F61C";
}

/* line 1435, resources/assets/styles/fontawesome/_icons.scss */

.fa-ruler-vertical:before {
  content: "\F548";
}

/* line 1436, resources/assets/styles/fontawesome/_icons.scss */

.fa-running:before {
  content: "\F70C";
}

/* line 1437, resources/assets/styles/fontawesome/_icons.scss */

.fa-rupee-sign:before {
  content: "\F156";
}

/* line 1438, resources/assets/styles/fontawesome/_icons.scss */

.fa-rv:before {
  content: "\F7BE";
}

/* line 1439, resources/assets/styles/fontawesome/_icons.scss */

.fa-sack:before {
  content: "\F81C";
}

/* line 1440, resources/assets/styles/fontawesome/_icons.scss */

.fa-sack-dollar:before {
  content: "\F81D";
}

/* line 1441, resources/assets/styles/fontawesome/_icons.scss */

.fa-sad-cry:before {
  content: "\F5B3";
}

/* line 1442, resources/assets/styles/fontawesome/_icons.scss */

.fa-sad-tear:before {
  content: "\F5B4";
}

/* line 1443, resources/assets/styles/fontawesome/_icons.scss */

.fa-safari:before {
  content: "\F267";
}

/* line 1444, resources/assets/styles/fontawesome/_icons.scss */

.fa-salad:before {
  content: "\F81E";
}

/* line 1445, resources/assets/styles/fontawesome/_icons.scss */

.fa-salesforce:before {
  content: "\F83B";
}

/* line 1446, resources/assets/styles/fontawesome/_icons.scss */

.fa-sandwich:before {
  content: "\F81F";
}

/* line 1447, resources/assets/styles/fontawesome/_icons.scss */

.fa-sass:before {
  content: "\F41E";
}

/* line 1448, resources/assets/styles/fontawesome/_icons.scss */

.fa-satellite:before {
  content: "\F7BF";
}

/* line 1449, resources/assets/styles/fontawesome/_icons.scss */

.fa-satellite-dish:before {
  content: "\F7C0";
}

/* line 1450, resources/assets/styles/fontawesome/_icons.scss */

.fa-sausage:before {
  content: "\F820";
}

/* line 1451, resources/assets/styles/fontawesome/_icons.scss */

.fa-save:before {
  content: "\F0C7";
}

/* line 1452, resources/assets/styles/fontawesome/_icons.scss */

.fa-scalpel:before {
  content: "\F61D";
}

/* line 1453, resources/assets/styles/fontawesome/_icons.scss */

.fa-scalpel-path:before {
  content: "\F61E";
}

/* line 1454, resources/assets/styles/fontawesome/_icons.scss */

.fa-scanner:before {
  content: "\F488";
}

/* line 1455, resources/assets/styles/fontawesome/_icons.scss */

.fa-scanner-keyboard:before {
  content: "\F489";
}

/* line 1456, resources/assets/styles/fontawesome/_icons.scss */

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

/* line 1457, resources/assets/styles/fontawesome/_icons.scss */

.fa-scarecrow:before {
  content: "\F70D";
}

/* line 1458, resources/assets/styles/fontawesome/_icons.scss */

.fa-scarf:before {
  content: "\F7C1";
}

/* line 1459, resources/assets/styles/fontawesome/_icons.scss */

.fa-schlix:before {
  content: "\F3EA";
}

/* line 1460, resources/assets/styles/fontawesome/_icons.scss */

.fa-school:before {
  content: "\F549";
}

/* line 1461, resources/assets/styles/fontawesome/_icons.scss */

.fa-screwdriver:before {
  content: "\F54A";
}

/* line 1462, resources/assets/styles/fontawesome/_icons.scss */

.fa-scribd:before {
  content: "\F28A";
}

/* line 1463, resources/assets/styles/fontawesome/_icons.scss */

.fa-scroll:before {
  content: "\F70E";
}

/* line 1464, resources/assets/styles/fontawesome/_icons.scss */

.fa-scroll-old:before {
  content: "\F70F";
}

/* line 1465, resources/assets/styles/fontawesome/_icons.scss */

.fa-scrubber:before {
  content: "\F2F8";
}

/* line 1466, resources/assets/styles/fontawesome/_icons.scss */

.fa-scythe:before {
  content: "\F710";
}

/* line 1467, resources/assets/styles/fontawesome/_icons.scss */

.fa-sd-card:before {
  content: "\F7C2";
}

/* line 1468, resources/assets/styles/fontawesome/_icons.scss */

.fa-search:before {
  content: "\F002";
}

/* line 1469, resources/assets/styles/fontawesome/_icons.scss */

.fa-search-dollar:before {
  content: "\F688";
}

/* line 1470, resources/assets/styles/fontawesome/_icons.scss */

.fa-search-location:before {
  content: "\F689";
}

/* line 1471, resources/assets/styles/fontawesome/_icons.scss */

.fa-search-minus:before {
  content: "\F010";
}

/* line 1472, resources/assets/styles/fontawesome/_icons.scss */

.fa-search-plus:before {
  content: "\F00E";
}

/* line 1473, resources/assets/styles/fontawesome/_icons.scss */

.fa-searchengin:before {
  content: "\F3EB";
}

/* line 1474, resources/assets/styles/fontawesome/_icons.scss */

.fa-seedling:before {
  content: "\F4D8";
}

/* line 1475, resources/assets/styles/fontawesome/_icons.scss */

.fa-sellcast:before {
  content: "\F2DA";
}

/* line 1476, resources/assets/styles/fontawesome/_icons.scss */

.fa-sellsy:before {
  content: "\F213";
}

/* line 1477, resources/assets/styles/fontawesome/_icons.scss */

.fa-server:before {
  content: "\F233";
}

/* line 1478, resources/assets/styles/fontawesome/_icons.scss */

.fa-servicestack:before {
  content: "\F3EC";
}

/* line 1479, resources/assets/styles/fontawesome/_icons.scss */

.fa-shapes:before {
  content: "\F61F";
}

/* line 1480, resources/assets/styles/fontawesome/_icons.scss */

.fa-share:before {
  content: "\F064";
}

/* line 1481, resources/assets/styles/fontawesome/_icons.scss */

.fa-share-all:before {
  content: "\F367";
}

/* line 1482, resources/assets/styles/fontawesome/_icons.scss */

.fa-share-alt:before {
  content: "\F1E0";
}

/* line 1483, resources/assets/styles/fontawesome/_icons.scss */

.fa-share-alt-square:before {
  content: "\F1E1";
}

/* line 1484, resources/assets/styles/fontawesome/_icons.scss */

.fa-share-square:before {
  content: "\F14D";
}

/* line 1485, resources/assets/styles/fontawesome/_icons.scss */

.fa-sheep:before {
  content: "\F711";
}

/* line 1486, resources/assets/styles/fontawesome/_icons.scss */

.fa-shekel-sign:before {
  content: "\F20B";
}

/* line 1487, resources/assets/styles/fontawesome/_icons.scss */

.fa-shield:before {
  content: "\F132";
}

/* line 1488, resources/assets/styles/fontawesome/_icons.scss */

.fa-shield-alt:before {
  content: "\F3ED";
}

/* line 1489, resources/assets/styles/fontawesome/_icons.scss */

.fa-shield-check:before {
  content: "\F2F7";
}

/* line 1490, resources/assets/styles/fontawesome/_icons.scss */

.fa-shield-cross:before {
  content: "\F712";
}

/* line 1491, resources/assets/styles/fontawesome/_icons.scss */

.fa-ship:before {
  content: "\F21A";
}

/* line 1492, resources/assets/styles/fontawesome/_icons.scss */

.fa-shipping-fast:before {
  content: "\F48B";
}

/* line 1493, resources/assets/styles/fontawesome/_icons.scss */

.fa-shipping-timed:before {
  content: "\F48C";
}

/* line 1494, resources/assets/styles/fontawesome/_icons.scss */

.fa-shirtsinbulk:before {
  content: "\F214";
}

/* line 1495, resources/assets/styles/fontawesome/_icons.scss */

.fa-shish-kebab:before {
  content: "\F821";
}

/* line 1496, resources/assets/styles/fontawesome/_icons.scss */

.fa-shoe-prints:before {
  content: "\F54B";
}

/* line 1497, resources/assets/styles/fontawesome/_icons.scss */

.fa-shopping-bag:before {
  content: "\F290";
}

/* line 1498, resources/assets/styles/fontawesome/_icons.scss */

.fa-shopping-basket:before {
  content: "\F291";
}

/* line 1499, resources/assets/styles/fontawesome/_icons.scss */

.fa-shopping-cart:before {
  content: "\F07A";
}

/* line 1500, resources/assets/styles/fontawesome/_icons.scss */

.fa-shopware:before {
  content: "\F5B5";
}

/* line 1501, resources/assets/styles/fontawesome/_icons.scss */

.fa-shovel:before {
  content: "\F713";
}

/* line 1502, resources/assets/styles/fontawesome/_icons.scss */

.fa-shovel-snow:before {
  content: "\F7C3";
}

/* line 1503, resources/assets/styles/fontawesome/_icons.scss */

.fa-shower:before {
  content: "\F2CC";
}

/* line 1504, resources/assets/styles/fontawesome/_icons.scss */

.fa-shredder:before {
  content: "\F68A";
}

/* line 1505, resources/assets/styles/fontawesome/_icons.scss */

.fa-shuttle-van:before {
  content: "\F5B6";
}

/* line 1506, resources/assets/styles/fontawesome/_icons.scss */

.fa-shuttlecock:before {
  content: "\F45B";
}

/* line 1507, resources/assets/styles/fontawesome/_icons.scss */

.fa-sickle:before {
  content: "\F822";
}

/* line 1508, resources/assets/styles/fontawesome/_icons.scss */

.fa-sigma:before {
  content: "\F68B";
}

/* line 1509, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign:before {
  content: "\F4D9";
}

/* line 1510, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign-in:before {
  content: "\F090";
}

/* line 1511, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign-in-alt:before {
  content: "\F2F6";
}

/* line 1512, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign-language:before {
  content: "\F2A7";
}

/* line 1513, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign-out:before {
  content: "\F08B";
}

/* line 1514, resources/assets/styles/fontawesome/_icons.scss */

.fa-sign-out-alt:before {
  content: "\F2F5";
}

/* line 1515, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal:before {
  content: "\F012";
}

/* line 1516, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-1:before {
  content: "\F68C";
}

/* line 1517, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-2:before {
  content: "\F68D";
}

/* line 1518, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-3:before {
  content: "\F68E";
}

/* line 1519, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-4:before {
  content: "\F68F";
}

/* line 1520, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-alt:before {
  content: "\F690";
}

/* line 1521, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-alt-1:before {
  content: "\F691";
}

/* line 1522, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-alt-2:before {
  content: "\F692";
}

/* line 1523, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-alt-3:before {
  content: "\F693";
}

/* line 1524, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-alt-slash:before {
  content: "\F694";
}

/* line 1525, resources/assets/styles/fontawesome/_icons.scss */

.fa-signal-slash:before {
  content: "\F695";
}

/* line 1526, resources/assets/styles/fontawesome/_icons.scss */

.fa-signature:before {
  content: "\F5B7";
}

/* line 1527, resources/assets/styles/fontawesome/_icons.scss */

.fa-sim-card:before {
  content: "\F7C4";
}

/* line 1528, resources/assets/styles/fontawesome/_icons.scss */

.fa-simplybuilt:before {
  content: "\F215";
}

/* line 1529, resources/assets/styles/fontawesome/_icons.scss */

.fa-sistrix:before {
  content: "\F3EE";
}

/* line 1530, resources/assets/styles/fontawesome/_icons.scss */

.fa-sitemap:before {
  content: "\F0E8";
}

/* line 1531, resources/assets/styles/fontawesome/_icons.scss */

.fa-sith:before {
  content: "\F512";
}

/* line 1532, resources/assets/styles/fontawesome/_icons.scss */

.fa-skating:before {
  content: "\F7C5";
}

/* line 1533, resources/assets/styles/fontawesome/_icons.scss */

.fa-skeleton:before {
  content: "\F620";
}

/* line 1534, resources/assets/styles/fontawesome/_icons.scss */

.fa-sketch:before {
  content: "\F7C6";
}

/* line 1535, resources/assets/styles/fontawesome/_icons.scss */

.fa-ski-jump:before {
  content: "\F7C7";
}

/* line 1536, resources/assets/styles/fontawesome/_icons.scss */

.fa-ski-lift:before {
  content: "\F7C8";
}

/* line 1537, resources/assets/styles/fontawesome/_icons.scss */

.fa-skiing:before {
  content: "\F7C9";
}

/* line 1538, resources/assets/styles/fontawesome/_icons.scss */

.fa-skiing-nordic:before {
  content: "\F7CA";
}

/* line 1539, resources/assets/styles/fontawesome/_icons.scss */

.fa-skull:before {
  content: "\F54C";
}

/* line 1540, resources/assets/styles/fontawesome/_icons.scss */

.fa-skull-crossbones:before {
  content: "\F714";
}

/* line 1541, resources/assets/styles/fontawesome/_icons.scss */

.fa-skyatlas:before {
  content: "\F216";
}

/* line 1542, resources/assets/styles/fontawesome/_icons.scss */

.fa-skype:before {
  content: "\F17E";
}

/* line 1543, resources/assets/styles/fontawesome/_icons.scss */

.fa-slack:before {
  content: "\F198";
}

/* line 1544, resources/assets/styles/fontawesome/_icons.scss */

.fa-slack-hash:before {
  content: "\F3EF";
}

/* line 1545, resources/assets/styles/fontawesome/_icons.scss */

.fa-slash:before {
  content: "\F715";
}

/* line 1546, resources/assets/styles/fontawesome/_icons.scss */

.fa-sledding:before {
  content: "\F7CB";
}

/* line 1547, resources/assets/styles/fontawesome/_icons.scss */

.fa-sleigh:before {
  content: "\F7CC";
}

/* line 1548, resources/assets/styles/fontawesome/_icons.scss */

.fa-sliders-h:before {
  content: "\F1DE";
}

/* line 1549, resources/assets/styles/fontawesome/_icons.scss */

.fa-sliders-h-square:before {
  content: "\F3F0";
}

/* line 1550, resources/assets/styles/fontawesome/_icons.scss */

.fa-sliders-v:before {
  content: "\F3F1";
}

/* line 1551, resources/assets/styles/fontawesome/_icons.scss */

.fa-sliders-v-square:before {
  content: "\F3F2";
}

/* line 1552, resources/assets/styles/fontawesome/_icons.scss */

.fa-slideshare:before {
  content: "\F1E7";
}

/* line 1553, resources/assets/styles/fontawesome/_icons.scss */

.fa-smile:before {
  content: "\F118";
}

/* line 1554, resources/assets/styles/fontawesome/_icons.scss */

.fa-smile-beam:before {
  content: "\F5B8";
}

/* line 1555, resources/assets/styles/fontawesome/_icons.scss */

.fa-smile-plus:before {
  content: "\F5B9";
}

/* line 1556, resources/assets/styles/fontawesome/_icons.scss */

.fa-smile-wink:before {
  content: "\F4DA";
}

/* line 1557, resources/assets/styles/fontawesome/_icons.scss */

.fa-smog:before {
  content: "\F75F";
}

/* line 1558, resources/assets/styles/fontawesome/_icons.scss */

.fa-smoke:before {
  content: "\F760";
}

/* line 1559, resources/assets/styles/fontawesome/_icons.scss */

.fa-smoking:before {
  content: "\F48D";
}

/* line 1560, resources/assets/styles/fontawesome/_icons.scss */

.fa-smoking-ban:before {
  content: "\F54D";
}

/* line 1561, resources/assets/styles/fontawesome/_icons.scss */

.fa-sms:before {
  content: "\F7CD";
}

/* line 1562, resources/assets/styles/fontawesome/_icons.scss */

.fa-snake:before {
  content: "\F716";
}

/* line 1563, resources/assets/styles/fontawesome/_icons.scss */

.fa-snapchat:before {
  content: "\F2AB";
}

/* line 1564, resources/assets/styles/fontawesome/_icons.scss */

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

/* line 1565, resources/assets/styles/fontawesome/_icons.scss */

.fa-snapchat-square:before {
  content: "\F2AD";
}

/* line 1566, resources/assets/styles/fontawesome/_icons.scss */

.fa-snow-blowing:before {
  content: "\F761";
}

/* line 1567, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowboarding:before {
  content: "\F7CE";
}

/* line 1568, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowflake:before {
  content: "\F2DC";
}

/* line 1569, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowflakes:before {
  content: "\F7CF";
}

/* line 1570, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowman:before {
  content: "\F7D0";
}

/* line 1571, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowmobile:before {
  content: "\F7D1";
}

/* line 1572, resources/assets/styles/fontawesome/_icons.scss */

.fa-snowplow:before {
  content: "\F7D2";
}

/* line 1573, resources/assets/styles/fontawesome/_icons.scss */

.fa-socks:before {
  content: "\F696";
}

/* line 1574, resources/assets/styles/fontawesome/_icons.scss */

.fa-solar-panel:before {
  content: "\F5BA";
}

/* line 1575, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort:before {
  content: "\F0DC";
}

/* line 1576, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-alpha-down:before {
  content: "\F15D";
}

/* line 1577, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-alpha-up:before {
  content: "\F15E";
}

/* line 1578, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-amount-down:before {
  content: "\F160";
}

/* line 1579, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-amount-up:before {
  content: "\F161";
}

/* line 1580, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-down:before {
  content: "\F0DD";
}

/* line 1581, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-numeric-down:before {
  content: "\F162";
}

/* line 1582, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-numeric-up:before {
  content: "\F163";
}

/* line 1583, resources/assets/styles/fontawesome/_icons.scss */

.fa-sort-up:before {
  content: "\F0DE";
}

/* line 1584, resources/assets/styles/fontawesome/_icons.scss */

.fa-soundcloud:before {
  content: "\F1BE";
}

/* line 1585, resources/assets/styles/fontawesome/_icons.scss */

.fa-soup:before {
  content: "\F823";
}

/* line 1586, resources/assets/styles/fontawesome/_icons.scss */

.fa-sourcetree:before {
  content: "\F7D3";
}

/* line 1587, resources/assets/styles/fontawesome/_icons.scss */

.fa-spa:before {
  content: "\F5BB";
}

/* line 1588, resources/assets/styles/fontawesome/_icons.scss */

.fa-space-shuttle:before {
  content: "\F197";
}

/* line 1589, resources/assets/styles/fontawesome/_icons.scss */

.fa-spade:before {
  content: "\F2F4";
}

/* line 1590, resources/assets/styles/fontawesome/_icons.scss */

.fa-speakap:before {
  content: "\F3F3";
}

/* line 1591, resources/assets/styles/fontawesome/_icons.scss */

.fa-speaker-deck:before {
  content: "\F83C";
}

/* line 1592, resources/assets/styles/fontawesome/_icons.scss */

.fa-spider:before {
  content: "\F717";
}

/* line 1593, resources/assets/styles/fontawesome/_icons.scss */

.fa-spider-black-widow:before {
  content: "\F718";
}

/* line 1594, resources/assets/styles/fontawesome/_icons.scss */

.fa-spider-web:before {
  content: "\F719";
}

/* line 1595, resources/assets/styles/fontawesome/_icons.scss */

.fa-spinner:before {
  content: "\F110";
}

/* line 1596, resources/assets/styles/fontawesome/_icons.scss */

.fa-spinner-third:before {
  content: "\F3F4";
}

/* line 1597, resources/assets/styles/fontawesome/_icons.scss */

.fa-splotch:before {
  content: "\F5BC";
}

/* line 1598, resources/assets/styles/fontawesome/_icons.scss */

.fa-spotify:before {
  content: "\F1BC";
}

/* line 1599, resources/assets/styles/fontawesome/_icons.scss */

.fa-spray-can:before {
  content: "\F5BD";
}

/* line 1600, resources/assets/styles/fontawesome/_icons.scss */

.fa-square:before {
  content: "\F0C8";
}

/* line 1601, resources/assets/styles/fontawesome/_icons.scss */

.fa-square-full:before {
  content: "\F45C";
}

/* line 1602, resources/assets/styles/fontawesome/_icons.scss */

.fa-square-root:before {
  content: "\F697";
}

/* line 1603, resources/assets/styles/fontawesome/_icons.scss */

.fa-square-root-alt:before {
  content: "\F698";
}

/* line 1604, resources/assets/styles/fontawesome/_icons.scss */

.fa-squarespace:before {
  content: "\F5BE";
}

/* line 1605, resources/assets/styles/fontawesome/_icons.scss */

.fa-squirrel:before {
  content: "\F71A";
}

/* line 1606, resources/assets/styles/fontawesome/_icons.scss */

.fa-stack-exchange:before {
  content: "\F18D";
}

/* line 1607, resources/assets/styles/fontawesome/_icons.scss */

.fa-stack-overflow:before {
  content: "\F16C";
}

/* line 1608, resources/assets/styles/fontawesome/_icons.scss */

.fa-stackpath:before {
  content: "\F842";
}

/* line 1609, resources/assets/styles/fontawesome/_icons.scss */

.fa-staff:before {
  content: "\F71B";
}

/* line 1610, resources/assets/styles/fontawesome/_icons.scss */

.fa-stamp:before {
  content: "\F5BF";
}

/* line 1611, resources/assets/styles/fontawesome/_icons.scss */

.fa-star:before {
  content: "\F005";
}

/* line 1612, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-and-crescent:before {
  content: "\F699";
}

/* line 1613, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-christmas:before {
  content: "\F7D4";
}

/* line 1614, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-exclamation:before {
  content: "\F2F3";
}

/* line 1615, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-half:before {
  content: "\F089";
}

/* line 1616, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-half-alt:before {
  content: "\F5C0";
}

/* line 1617, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-of-david:before {
  content: "\F69A";
}

/* line 1618, resources/assets/styles/fontawesome/_icons.scss */

.fa-star-of-life:before {
  content: "\F621";
}

/* line 1619, resources/assets/styles/fontawesome/_icons.scss */

.fa-stars:before {
  content: "\F762";
}

/* line 1620, resources/assets/styles/fontawesome/_icons.scss */

.fa-staylinked:before {
  content: "\F3F5";
}

/* line 1621, resources/assets/styles/fontawesome/_icons.scss */

.fa-steak:before {
  content: "\F824";
}

/* line 1622, resources/assets/styles/fontawesome/_icons.scss */

.fa-steam:before {
  content: "\F1B6";
}

/* line 1623, resources/assets/styles/fontawesome/_icons.scss */

.fa-steam-square:before {
  content: "\F1B7";
}

/* line 1624, resources/assets/styles/fontawesome/_icons.scss */

.fa-steam-symbol:before {
  content: "\F3F6";
}

/* line 1625, resources/assets/styles/fontawesome/_icons.scss */

.fa-steering-wheel:before {
  content: "\F622";
}

/* line 1626, resources/assets/styles/fontawesome/_icons.scss */

.fa-step-backward:before {
  content: "\F048";
}

/* line 1627, resources/assets/styles/fontawesome/_icons.scss */

.fa-step-forward:before {
  content: "\F051";
}

/* line 1628, resources/assets/styles/fontawesome/_icons.scss */

.fa-stethoscope:before {
  content: "\F0F1";
}

/* line 1629, resources/assets/styles/fontawesome/_icons.scss */

.fa-sticker-mule:before {
  content: "\F3F7";
}

/* line 1630, resources/assets/styles/fontawesome/_icons.scss */

.fa-sticky-note:before {
  content: "\F249";
}

/* line 1631, resources/assets/styles/fontawesome/_icons.scss */

.fa-stocking:before {
  content: "\F7D5";
}

/* line 1632, resources/assets/styles/fontawesome/_icons.scss */

.fa-stomach:before {
  content: "\F623";
}

/* line 1633, resources/assets/styles/fontawesome/_icons.scss */

.fa-stop:before {
  content: "\F04D";
}

/* line 1634, resources/assets/styles/fontawesome/_icons.scss */

.fa-stop-circle:before {
  content: "\F28D";
}

/* line 1635, resources/assets/styles/fontawesome/_icons.scss */

.fa-stopwatch:before {
  content: "\F2F2";
}

/* line 1636, resources/assets/styles/fontawesome/_icons.scss */

.fa-store:before {
  content: "\F54E";
}

/* line 1637, resources/assets/styles/fontawesome/_icons.scss */

.fa-store-alt:before {
  content: "\F54F";
}

/* line 1638, resources/assets/styles/fontawesome/_icons.scss */

.fa-strava:before {
  content: "\F428";
}

/* line 1639, resources/assets/styles/fontawesome/_icons.scss */

.fa-stream:before {
  content: "\F550";
}

/* line 1640, resources/assets/styles/fontawesome/_icons.scss */

.fa-street-view:before {
  content: "\F21D";
}

/* line 1641, resources/assets/styles/fontawesome/_icons.scss */

.fa-stretcher:before {
  content: "\F825";
}

/* line 1642, resources/assets/styles/fontawesome/_icons.scss */

.fa-strikethrough:before {
  content: "\F0CC";
}

/* line 1643, resources/assets/styles/fontawesome/_icons.scss */

.fa-stripe:before {
  content: "\F429";
}

/* line 1644, resources/assets/styles/fontawesome/_icons.scss */

.fa-stripe-s:before {
  content: "\F42A";
}

/* line 1645, resources/assets/styles/fontawesome/_icons.scss */

.fa-stroopwafel:before {
  content: "\F551";
}

/* line 1646, resources/assets/styles/fontawesome/_icons.scss */

.fa-studiovinari:before {
  content: "\F3F8";
}

/* line 1647, resources/assets/styles/fontawesome/_icons.scss */

.fa-stumbleupon:before {
  content: "\F1A4";
}

/* line 1648, resources/assets/styles/fontawesome/_icons.scss */

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

/* line 1649, resources/assets/styles/fontawesome/_icons.scss */

.fa-subscript:before {
  content: "\F12C";
}

/* line 1650, resources/assets/styles/fontawesome/_icons.scss */

.fa-subway:before {
  content: "\F239";
}

/* line 1651, resources/assets/styles/fontawesome/_icons.scss */

.fa-suitcase:before {
  content: "\F0F2";
}

/* line 1652, resources/assets/styles/fontawesome/_icons.scss */

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

/* line 1653, resources/assets/styles/fontawesome/_icons.scss */

.fa-sun:before {
  content: "\F185";
}

/* line 1654, resources/assets/styles/fontawesome/_icons.scss */

.fa-sun-cloud:before {
  content: "\F763";
}

/* line 1655, resources/assets/styles/fontawesome/_icons.scss */

.fa-sun-dust:before {
  content: "\F764";
}

/* line 1656, resources/assets/styles/fontawesome/_icons.scss */

.fa-sun-haze:before {
  content: "\F765";
}

/* line 1657, resources/assets/styles/fontawesome/_icons.scss */

.fa-sunrise:before {
  content: "\F766";
}

/* line 1658, resources/assets/styles/fontawesome/_icons.scss */

.fa-sunset:before {
  content: "\F767";
}

/* line 1659, resources/assets/styles/fontawesome/_icons.scss */

.fa-superpowers:before {
  content: "\F2DD";
}

/* line 1660, resources/assets/styles/fontawesome/_icons.scss */

.fa-superscript:before {
  content: "\F12B";
}

/* line 1661, resources/assets/styles/fontawesome/_icons.scss */

.fa-supple:before {
  content: "\F3F9";
}

/* line 1662, resources/assets/styles/fontawesome/_icons.scss */

.fa-surprise:before {
  content: "\F5C2";
}

/* line 1663, resources/assets/styles/fontawesome/_icons.scss */

.fa-suse:before {
  content: "\F7D6";
}

/* line 1664, resources/assets/styles/fontawesome/_icons.scss */

.fa-swatchbook:before {
  content: "\F5C3";
}

/* line 1665, resources/assets/styles/fontawesome/_icons.scss */

.fa-swimmer:before {
  content: "\F5C4";
}

/* line 1666, resources/assets/styles/fontawesome/_icons.scss */

.fa-swimming-pool:before {
  content: "\F5C5";
}

/* line 1667, resources/assets/styles/fontawesome/_icons.scss */

.fa-sword:before {
  content: "\F71C";
}

/* line 1668, resources/assets/styles/fontawesome/_icons.scss */

.fa-swords:before {
  content: "\F71D";
}

/* line 1669, resources/assets/styles/fontawesome/_icons.scss */

.fa-symfony:before {
  content: "\F83D";
}

/* line 1670, resources/assets/styles/fontawesome/_icons.scss */

.fa-synagogue:before {
  content: "\F69B";
}

/* line 1671, resources/assets/styles/fontawesome/_icons.scss */

.fa-sync:before {
  content: "\F021";
}

/* line 1672, resources/assets/styles/fontawesome/_icons.scss */

.fa-sync-alt:before {
  content: "\F2F1";
}

/* line 1673, resources/assets/styles/fontawesome/_icons.scss */

.fa-syringe:before {
  content: "\F48E";
}

/* line 1674, resources/assets/styles/fontawesome/_icons.scss */

.fa-table:before {
  content: "\F0CE";
}

/* line 1675, resources/assets/styles/fontawesome/_icons.scss */

.fa-table-tennis:before {
  content: "\F45D";
}

/* line 1676, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablet:before {
  content: "\F10A";
}

/* line 1677, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablet-alt:before {
  content: "\F3FA";
}

/* line 1678, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablet-android:before {
  content: "\F3FB";
}

/* line 1679, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

/* line 1680, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablet-rugged:before {
  content: "\F48F";
}

/* line 1681, resources/assets/styles/fontawesome/_icons.scss */

.fa-tablets:before {
  content: "\F490";
}

/* line 1682, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer:before {
  content: "\F0E4";
}

/* line 1683, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt:before {
  content: "\F3FD";
}

/* line 1684, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt-average:before {
  content: "\F624";
}

/* line 1685, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

/* line 1686, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

/* line 1687, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

/* line 1688, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

/* line 1689, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-average:before {
  content: "\F629";
}

/* line 1690, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-fast:before {
  content: "\F62A";
}

/* line 1691, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-fastest:before {
  content: "\F62B";
}

/* line 1692, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-slow:before {
  content: "\F62C";
}

/* line 1693, resources/assets/styles/fontawesome/_icons.scss */

.fa-tachometer-slowest:before {
  content: "\F62D";
}

/* line 1694, resources/assets/styles/fontawesome/_icons.scss */

.fa-taco:before {
  content: "\F826";
}

/* line 1695, resources/assets/styles/fontawesome/_icons.scss */

.fa-tag:before {
  content: "\F02B";
}

/* line 1696, resources/assets/styles/fontawesome/_icons.scss */

.fa-tags:before {
  content: "\F02C";
}

/* line 1697, resources/assets/styles/fontawesome/_icons.scss */

.fa-tally:before {
  content: "\F69C";
}

/* line 1698, resources/assets/styles/fontawesome/_icons.scss */

.fa-tanakh:before {
  content: "\F827";
}

/* line 1699, resources/assets/styles/fontawesome/_icons.scss */

.fa-tape:before {
  content: "\F4DB";
}

/* line 1700, resources/assets/styles/fontawesome/_icons.scss */

.fa-tasks:before {
  content: "\F0AE";
}

/* line 1701, resources/assets/styles/fontawesome/_icons.scss */

.fa-tasks-alt:before {
  content: "\F828";
}

/* line 1702, resources/assets/styles/fontawesome/_icons.scss */

.fa-taxi:before {
  content: "\F1BA";
}

/* line 1703, resources/assets/styles/fontawesome/_icons.scss */

.fa-teamspeak:before {
  content: "\F4F9";
}

/* line 1704, resources/assets/styles/fontawesome/_icons.scss */

.fa-teeth:before {
  content: "\F62E";
}

/* line 1705, resources/assets/styles/fontawesome/_icons.scss */

.fa-teeth-open:before {
  content: "\F62F";
}

/* line 1706, resources/assets/styles/fontawesome/_icons.scss */

.fa-telegram:before {
  content: "\F2C6";
}

/* line 1707, resources/assets/styles/fontawesome/_icons.scss */

.fa-telegram-plane:before {
  content: "\F3FE";
}

/* line 1708, resources/assets/styles/fontawesome/_icons.scss */

.fa-temperature-frigid:before {
  content: "\F768";
}

/* line 1709, resources/assets/styles/fontawesome/_icons.scss */

.fa-temperature-high:before {
  content: "\F769";
}

/* line 1710, resources/assets/styles/fontawesome/_icons.scss */

.fa-temperature-hot:before {
  content: "\F76A";
}

/* line 1711, resources/assets/styles/fontawesome/_icons.scss */

.fa-temperature-low:before {
  content: "\F76B";
}

/* line 1712, resources/assets/styles/fontawesome/_icons.scss */

.fa-tencent-weibo:before {
  content: "\F1D5";
}

/* line 1713, resources/assets/styles/fontawesome/_icons.scss */

.fa-tenge:before {
  content: "\F7D7";
}

/* line 1714, resources/assets/styles/fontawesome/_icons.scss */

.fa-tennis-ball:before {
  content: "\F45E";
}

/* line 1715, resources/assets/styles/fontawesome/_icons.scss */

.fa-terminal:before {
  content: "\F120";
}

/* line 1716, resources/assets/styles/fontawesome/_icons.scss */

.fa-text-height:before {
  content: "\F034";
}

/* line 1717, resources/assets/styles/fontawesome/_icons.scss */

.fa-text-width:before {
  content: "\F035";
}

/* line 1718, resources/assets/styles/fontawesome/_icons.scss */

.fa-th:before {
  content: "\F00A";
}

/* line 1719, resources/assets/styles/fontawesome/_icons.scss */

.fa-th-large:before {
  content: "\F009";
}

/* line 1720, resources/assets/styles/fontawesome/_icons.scss */

.fa-th-list:before {
  content: "\F00B";
}

/* line 1721, resources/assets/styles/fontawesome/_icons.scss */

.fa-the-red-yeti:before {
  content: "\F69D";
}

/* line 1722, resources/assets/styles/fontawesome/_icons.scss */

.fa-theater-masks:before {
  content: "\F630";
}

/* line 1723, resources/assets/styles/fontawesome/_icons.scss */

.fa-themeco:before {
  content: "\F5C6";
}

/* line 1724, resources/assets/styles/fontawesome/_icons.scss */

.fa-themeisle:before {
  content: "\F2B2";
}

/* line 1725, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer:before {
  content: "\F491";
}

/* line 1726, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer-empty:before {
  content: "\F2CB";
}

/* line 1727, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer-full:before {
  content: "\F2C7";
}

/* line 1728, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer-half:before {
  content: "\F2C9";
}

/* line 1729, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

/* line 1730, resources/assets/styles/fontawesome/_icons.scss */

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

/* line 1731, resources/assets/styles/fontawesome/_icons.scss */

.fa-theta:before {
  content: "\F69E";
}

/* line 1732, resources/assets/styles/fontawesome/_icons.scss */

.fa-think-peaks:before {
  content: "\F731";
}

/* line 1733, resources/assets/styles/fontawesome/_icons.scss */

.fa-thumbs-down:before {
  content: "\F165";
}

/* line 1734, resources/assets/styles/fontawesome/_icons.scss */

.fa-thumbs-up:before {
  content: "\F164";
}

/* line 1735, resources/assets/styles/fontawesome/_icons.scss */

.fa-thumbtack:before {
  content: "\F08D";
}

/* line 1736, resources/assets/styles/fontawesome/_icons.scss */

.fa-thunderstorm:before {
  content: "\F76C";
}

/* line 1737, resources/assets/styles/fontawesome/_icons.scss */

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

/* line 1738, resources/assets/styles/fontawesome/_icons.scss */

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

/* line 1739, resources/assets/styles/fontawesome/_icons.scss */

.fa-ticket:before {
  content: "\F145";
}

/* line 1740, resources/assets/styles/fontawesome/_icons.scss */

.fa-ticket-alt:before {
  content: "\F3FF";
}

/* line 1741, resources/assets/styles/fontawesome/_icons.scss */

.fa-tilde:before {
  content: "\F69F";
}

/* line 1742, resources/assets/styles/fontawesome/_icons.scss */

.fa-times:before {
  content: "\F00D";
}

/* line 1743, resources/assets/styles/fontawesome/_icons.scss */

.fa-times-circle:before {
  content: "\F057";
}

/* line 1744, resources/assets/styles/fontawesome/_icons.scss */

.fa-times-hexagon:before {
  content: "\F2EE";
}

/* line 1745, resources/assets/styles/fontawesome/_icons.scss */

.fa-times-octagon:before {
  content: "\F2F0";
}

/* line 1746, resources/assets/styles/fontawesome/_icons.scss */

.fa-times-square:before {
  content: "\F2D3";
}

/* line 1747, resources/assets/styles/fontawesome/_icons.scss */

.fa-tint:before {
  content: "\F043";
}

/* line 1748, resources/assets/styles/fontawesome/_icons.scss */

.fa-tint-slash:before {
  content: "\F5C7";
}

/* line 1749, resources/assets/styles/fontawesome/_icons.scss */

.fa-tire:before {
  content: "\F631";
}

/* line 1750, resources/assets/styles/fontawesome/_icons.scss */

.fa-tire-flat:before {
  content: "\F632";
}

/* line 1751, resources/assets/styles/fontawesome/_icons.scss */

.fa-tire-pressure-warning:before {
  content: "\F633";
}

/* line 1752, resources/assets/styles/fontawesome/_icons.scss */

.fa-tire-rugged:before {
  content: "\F634";
}

/* line 1753, resources/assets/styles/fontawesome/_icons.scss */

.fa-tired:before {
  content: "\F5C8";
}

/* line 1754, resources/assets/styles/fontawesome/_icons.scss */

.fa-toggle-off:before {
  content: "\F204";
}

/* line 1755, resources/assets/styles/fontawesome/_icons.scss */

.fa-toggle-on:before {
  content: "\F205";
}

/* line 1756, resources/assets/styles/fontawesome/_icons.scss */

.fa-toilet:before {
  content: "\F7D8";
}

/* line 1757, resources/assets/styles/fontawesome/_icons.scss */

.fa-toilet-paper:before {
  content: "\F71E";
}

/* line 1758, resources/assets/styles/fontawesome/_icons.scss */

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

/* line 1759, resources/assets/styles/fontawesome/_icons.scss */

.fa-tombstone:before {
  content: "\F720";
}

/* line 1760, resources/assets/styles/fontawesome/_icons.scss */

.fa-tombstone-alt:before {
  content: "\F721";
}

/* line 1761, resources/assets/styles/fontawesome/_icons.scss */

.fa-toolbox:before {
  content: "\F552";
}

/* line 1762, resources/assets/styles/fontawesome/_icons.scss */

.fa-tools:before {
  content: "\F7D9";
}

/* line 1763, resources/assets/styles/fontawesome/_icons.scss */

.fa-tooth:before {
  content: "\F5C9";
}

/* line 1764, resources/assets/styles/fontawesome/_icons.scss */

.fa-toothbrush:before {
  content: "\F635";
}

/* line 1765, resources/assets/styles/fontawesome/_icons.scss */

.fa-torah:before {
  content: "\F6A0";
}

/* line 1766, resources/assets/styles/fontawesome/_icons.scss */

.fa-torii-gate:before {
  content: "\F6A1";
}

/* line 1767, resources/assets/styles/fontawesome/_icons.scss */

.fa-tornado:before {
  content: "\F76F";
}

/* line 1768, resources/assets/styles/fontawesome/_icons.scss */

.fa-tractor:before {
  content: "\F722";
}

/* line 1769, resources/assets/styles/fontawesome/_icons.scss */

.fa-trade-federation:before {
  content: "\F513";
}

/* line 1770, resources/assets/styles/fontawesome/_icons.scss */

.fa-trademark:before {
  content: "\F25C";
}

/* line 1771, resources/assets/styles/fontawesome/_icons.scss */

.fa-traffic-cone:before {
  content: "\F636";
}

/* line 1772, resources/assets/styles/fontawesome/_icons.scss */

.fa-traffic-light:before {
  content: "\F637";
}

/* line 1773, resources/assets/styles/fontawesome/_icons.scss */

.fa-traffic-light-go:before {
  content: "\F638";
}

/* line 1774, resources/assets/styles/fontawesome/_icons.scss */

.fa-traffic-light-slow:before {
  content: "\F639";
}

/* line 1775, resources/assets/styles/fontawesome/_icons.scss */

.fa-traffic-light-stop:before {
  content: "\F63A";
}

/* line 1776, resources/assets/styles/fontawesome/_icons.scss */

.fa-train:before {
  content: "\F238";
}

/* line 1777, resources/assets/styles/fontawesome/_icons.scss */

.fa-tram:before {
  content: "\F7DA";
}

/* line 1778, resources/assets/styles/fontawesome/_icons.scss */

.fa-transgender:before {
  content: "\F224";
}

/* line 1779, resources/assets/styles/fontawesome/_icons.scss */

.fa-transgender-alt:before {
  content: "\F225";
}

/* line 1780, resources/assets/styles/fontawesome/_icons.scss */

.fa-trash:before {
  content: "\F1F8";
}

/* line 1781, resources/assets/styles/fontawesome/_icons.scss */

.fa-trash-alt:before {
  content: "\F2ED";
}

/* line 1782, resources/assets/styles/fontawesome/_icons.scss */

.fa-trash-restore:before {
  content: "\F829";
}

/* line 1783, resources/assets/styles/fontawesome/_icons.scss */

.fa-trash-restore-alt:before {
  content: "\F82A";
}

/* line 1784, resources/assets/styles/fontawesome/_icons.scss */

.fa-treasure-chest:before {
  content: "\F723";
}

/* line 1785, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree:before {
  content: "\F1BB";
}

/* line 1786, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree-alt:before {
  content: "\F400";
}

/* line 1787, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree-christmas:before {
  content: "\F7DB";
}

/* line 1788, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree-decorated:before {
  content: "\F7DC";
}

/* line 1789, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree-large:before {
  content: "\F7DD";
}

/* line 1790, resources/assets/styles/fontawesome/_icons.scss */

.fa-tree-palm:before {
  content: "\F82B";
}

/* line 1791, resources/assets/styles/fontawesome/_icons.scss */

.fa-trees:before {
  content: "\F724";
}

/* line 1792, resources/assets/styles/fontawesome/_icons.scss */

.fa-trello:before {
  content: "\F181";
}

/* line 1793, resources/assets/styles/fontawesome/_icons.scss */

.fa-triangle:before {
  content: "\F2EC";
}

/* line 1794, resources/assets/styles/fontawesome/_icons.scss */

.fa-tripadvisor:before {
  content: "\F262";
}

/* line 1795, resources/assets/styles/fontawesome/_icons.scss */

.fa-trophy:before {
  content: "\F091";
}

/* line 1796, resources/assets/styles/fontawesome/_icons.scss */

.fa-trophy-alt:before {
  content: "\F2EB";
}

/* line 1797, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck:before {
  content: "\F0D1";
}

/* line 1798, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-container:before {
  content: "\F4DC";
}

/* line 1799, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-couch:before {
  content: "\F4DD";
}

/* line 1800, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-loading:before {
  content: "\F4DE";
}

/* line 1801, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-monster:before {
  content: "\F63B";
}

/* line 1802, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-moving:before {
  content: "\F4DF";
}

/* line 1803, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-pickup:before {
  content: "\F63C";
}

/* line 1804, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-plow:before {
  content: "\F7DE";
}

/* line 1805, resources/assets/styles/fontawesome/_icons.scss */

.fa-truck-ramp:before {
  content: "\F4E0";
}

/* line 1806, resources/assets/styles/fontawesome/_icons.scss */

.fa-tshirt:before {
  content: "\F553";
}

/* line 1807, resources/assets/styles/fontawesome/_icons.scss */

.fa-tty:before {
  content: "\F1E4";
}

/* line 1808, resources/assets/styles/fontawesome/_icons.scss */

.fa-tumblr:before {
  content: "\F173";
}

/* line 1809, resources/assets/styles/fontawesome/_icons.scss */

.fa-tumblr-square:before {
  content: "\F174";
}

/* line 1810, resources/assets/styles/fontawesome/_icons.scss */

.fa-turkey:before {
  content: "\F725";
}

/* line 1811, resources/assets/styles/fontawesome/_icons.scss */

.fa-turtle:before {
  content: "\F726";
}

/* line 1812, resources/assets/styles/fontawesome/_icons.scss */

.fa-tv:before {
  content: "\F26C";
}

/* line 1813, resources/assets/styles/fontawesome/_icons.scss */

.fa-tv-retro:before {
  content: "\F401";
}

/* line 1814, resources/assets/styles/fontawesome/_icons.scss */

.fa-twitch:before {
  content: "\F1E8";
}

/* line 1815, resources/assets/styles/fontawesome/_icons.scss */

.fa-twitter:before {
  content: "\F099";
}

/* line 1816, resources/assets/styles/fontawesome/_icons.scss */

.fa-twitter-square:before {
  content: "\F081";
}

/* line 1817, resources/assets/styles/fontawesome/_icons.scss */

.fa-typo3:before {
  content: "\F42B";
}

/* line 1818, resources/assets/styles/fontawesome/_icons.scss */

.fa-uber:before {
  content: "\F402";
}

/* line 1819, resources/assets/styles/fontawesome/_icons.scss */

.fa-ubuntu:before {
  content: "\F7DF";
}

/* line 1820, resources/assets/styles/fontawesome/_icons.scss */

.fa-uikit:before {
  content: "\F403";
}

/* line 1821, resources/assets/styles/fontawesome/_icons.scss */

.fa-umbrella:before {
  content: "\F0E9";
}

/* line 1822, resources/assets/styles/fontawesome/_icons.scss */

.fa-umbrella-beach:before {
  content: "\F5CA";
}

/* line 1823, resources/assets/styles/fontawesome/_icons.scss */

.fa-underline:before {
  content: "\F0CD";
}

/* line 1824, resources/assets/styles/fontawesome/_icons.scss */

.fa-undo:before {
  content: "\F0E2";
}

/* line 1825, resources/assets/styles/fontawesome/_icons.scss */

.fa-undo-alt:before {
  content: "\F2EA";
}

/* line 1826, resources/assets/styles/fontawesome/_icons.scss */

.fa-unicorn:before {
  content: "\F727";
}

/* line 1827, resources/assets/styles/fontawesome/_icons.scss */

.fa-union:before {
  content: "\F6A2";
}

/* line 1828, resources/assets/styles/fontawesome/_icons.scss */

.fa-uniregistry:before {
  content: "\F404";
}

/* line 1829, resources/assets/styles/fontawesome/_icons.scss */

.fa-universal-access:before {
  content: "\F29A";
}

/* line 1830, resources/assets/styles/fontawesome/_icons.scss */

.fa-university:before {
  content: "\F19C";
}

/* line 1831, resources/assets/styles/fontawesome/_icons.scss */

.fa-unlink:before {
  content: "\F127";
}

/* line 1832, resources/assets/styles/fontawesome/_icons.scss */

.fa-unlock:before {
  content: "\F09C";
}

/* line 1833, resources/assets/styles/fontawesome/_icons.scss */

.fa-unlock-alt:before {
  content: "\F13E";
}

/* line 1834, resources/assets/styles/fontawesome/_icons.scss */

.fa-untappd:before {
  content: "\F405";
}

/* line 1835, resources/assets/styles/fontawesome/_icons.scss */

.fa-upload:before {
  content: "\F093";
}

/* line 1836, resources/assets/styles/fontawesome/_icons.scss */

.fa-ups:before {
  content: "\F7E0";
}

/* line 1837, resources/assets/styles/fontawesome/_icons.scss */

.fa-usb:before {
  content: "\F287";
}

/* line 1838, resources/assets/styles/fontawesome/_icons.scss */

.fa-usd-circle:before {
  content: "\F2E8";
}

/* line 1839, resources/assets/styles/fontawesome/_icons.scss */

.fa-usd-square:before {
  content: "\F2E9";
}

/* line 1840, resources/assets/styles/fontawesome/_icons.scss */

.fa-user:before {
  content: "\F007";
}

/* line 1841, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-alt:before {
  content: "\F406";
}

/* line 1842, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-alt-slash:before {
  content: "\F4FA";
}

/* line 1843, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-astronaut:before {
  content: "\F4FB";
}

/* line 1844, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-chart:before {
  content: "\F6A3";
}

/* line 1845, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-check:before {
  content: "\F4FC";
}

/* line 1846, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-circle:before {
  content: "\F2BD";
}

/* line 1847, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-clock:before {
  content: "\F4FD";
}

/* line 1848, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-cog:before {
  content: "\F4FE";
}

/* line 1849, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-crown:before {
  content: "\F6A4";
}

/* line 1850, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-edit:before {
  content: "\F4FF";
}

/* line 1851, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-friends:before {
  content: "\F500";
}

/* line 1852, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-graduate:before {
  content: "\F501";
}

/* line 1853, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-hard-hat:before {
  content: "\F82C";
}

/* line 1854, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-headset:before {
  content: "\F82D";
}

/* line 1855, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-injured:before {
  content: "\F728";
}

/* line 1856, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-lock:before {
  content: "\F502";
}

/* line 1857, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-md:before {
  content: "\F0F0";
}

/* line 1858, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-md-chat:before {
  content: "\F82E";
}

/* line 1859, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-minus:before {
  content: "\F503";
}

/* line 1860, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-ninja:before {
  content: "\F504";
}

/* line 1861, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-nurse:before {
  content: "\F82F";
}

/* line 1862, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-plus:before {
  content: "\F234";
}

/* line 1863, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-secret:before {
  content: "\F21B";
}

/* line 1864, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-shield:before {
  content: "\F505";
}

/* line 1865, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-slash:before {
  content: "\F506";
}

/* line 1866, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-tag:before {
  content: "\F507";
}

/* line 1867, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-tie:before {
  content: "\F508";
}

/* line 1868, resources/assets/styles/fontawesome/_icons.scss */

.fa-user-times:before {
  content: "\F235";
}

/* line 1869, resources/assets/styles/fontawesome/_icons.scss */

.fa-users:before {
  content: "\F0C0";
}

/* line 1870, resources/assets/styles/fontawesome/_icons.scss */

.fa-users-class:before {
  content: "\F63D";
}

/* line 1871, resources/assets/styles/fontawesome/_icons.scss */

.fa-users-cog:before {
  content: "\F509";
}

/* line 1872, resources/assets/styles/fontawesome/_icons.scss */

.fa-users-crown:before {
  content: "\F6A5";
}

/* line 1873, resources/assets/styles/fontawesome/_icons.scss */

.fa-users-medical:before {
  content: "\F830";
}

/* line 1874, resources/assets/styles/fontawesome/_icons.scss */

.fa-usps:before {
  content: "\F7E1";
}

/* line 1875, resources/assets/styles/fontawesome/_icons.scss */

.fa-ussunnah:before {
  content: "\F407";
}

/* line 1876, resources/assets/styles/fontawesome/_icons.scss */

.fa-utensil-fork:before {
  content: "\F2E3";
}

/* line 1877, resources/assets/styles/fontawesome/_icons.scss */

.fa-utensil-knife:before {
  content: "\F2E4";
}

/* line 1878, resources/assets/styles/fontawesome/_icons.scss */

.fa-utensil-spoon:before {
  content: "\F2E5";
}

/* line 1879, resources/assets/styles/fontawesome/_icons.scss */

.fa-utensils:before {
  content: "\F2E7";
}

/* line 1880, resources/assets/styles/fontawesome/_icons.scss */

.fa-utensils-alt:before {
  content: "\F2E6";
}

/* line 1881, resources/assets/styles/fontawesome/_icons.scss */

.fa-vaadin:before {
  content: "\F408";
}

/* line 1882, resources/assets/styles/fontawesome/_icons.scss */

.fa-value-absolute:before {
  content: "\F6A6";
}

/* line 1883, resources/assets/styles/fontawesome/_icons.scss */

.fa-vector-square:before {
  content: "\F5CB";
}

/* line 1884, resources/assets/styles/fontawesome/_icons.scss */

.fa-venus:before {
  content: "\F221";
}

/* line 1885, resources/assets/styles/fontawesome/_icons.scss */

.fa-venus-double:before {
  content: "\F226";
}

/* line 1886, resources/assets/styles/fontawesome/_icons.scss */

.fa-venus-mars:before {
  content: "\F228";
}

/* line 1887, resources/assets/styles/fontawesome/_icons.scss */

.fa-viacoin:before {
  content: "\F237";
}

/* line 1888, resources/assets/styles/fontawesome/_icons.scss */

.fa-viadeo:before {
  content: "\F2A9";
}

/* line 1889, resources/assets/styles/fontawesome/_icons.scss */

.fa-viadeo-square:before {
  content: "\F2AA";
}

/* line 1890, resources/assets/styles/fontawesome/_icons.scss */

.fa-vial:before {
  content: "\F492";
}

/* line 1891, resources/assets/styles/fontawesome/_icons.scss */

.fa-vials:before {
  content: "\F493";
}

/* line 1892, resources/assets/styles/fontawesome/_icons.scss */

.fa-viber:before {
  content: "\F409";
}

/* line 1893, resources/assets/styles/fontawesome/_icons.scss */

.fa-video:before {
  content: "\F03D";
}

/* line 1894, resources/assets/styles/fontawesome/_icons.scss */

.fa-video-plus:before {
  content: "\F4E1";
}

/* line 1895, resources/assets/styles/fontawesome/_icons.scss */

.fa-video-slash:before {
  content: "\F4E2";
}

/* line 1896, resources/assets/styles/fontawesome/_icons.scss */

.fa-vihara:before {
  content: "\F6A7";
}

/* line 1897, resources/assets/styles/fontawesome/_icons.scss */

.fa-vimeo:before {
  content: "\F40A";
}

/* line 1898, resources/assets/styles/fontawesome/_icons.scss */

.fa-vimeo-square:before {
  content: "\F194";
}

/* line 1899, resources/assets/styles/fontawesome/_icons.scss */

.fa-vimeo-v:before {
  content: "\F27D";
}

/* line 1900, resources/assets/styles/fontawesome/_icons.scss */

.fa-vine:before {
  content: "\F1CA";
}

/* line 1901, resources/assets/styles/fontawesome/_icons.scss */

.fa-vk:before {
  content: "\F189";
}

/* line 1902, resources/assets/styles/fontawesome/_icons.scss */

.fa-vnv:before {
  content: "\F40B";
}

/* line 1903, resources/assets/styles/fontawesome/_icons.scss */

.fa-volcano:before {
  content: "\F770";
}

/* line 1904, resources/assets/styles/fontawesome/_icons.scss */

.fa-volleyball-ball:before {
  content: "\F45F";
}

/* line 1905, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume:before {
  content: "\F6A8";
}

/* line 1906, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume-down:before {
  content: "\F027";
}

/* line 1907, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume-mute:before {
  content: "\F6A9";
}

/* line 1908, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume-off:before {
  content: "\F026";
}

/* line 1909, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume-slash:before {
  content: "\F2E2";
}

/* line 1910, resources/assets/styles/fontawesome/_icons.scss */

.fa-volume-up:before {
  content: "\F028";
}

/* line 1911, resources/assets/styles/fontawesome/_icons.scss */

.fa-vote-nay:before {
  content: "\F771";
}

/* line 1912, resources/assets/styles/fontawesome/_icons.scss */

.fa-vote-yea:before {
  content: "\F772";
}

/* line 1913, resources/assets/styles/fontawesome/_icons.scss */

.fa-vr-cardboard:before {
  content: "\F729";
}

/* line 1914, resources/assets/styles/fontawesome/_icons.scss */

.fa-vuejs:before {
  content: "\F41F";
}

/* line 1915, resources/assets/styles/fontawesome/_icons.scss */

.fa-walker:before {
  content: "\F831";
}

/* line 1916, resources/assets/styles/fontawesome/_icons.scss */

.fa-walking:before {
  content: "\F554";
}

/* line 1917, resources/assets/styles/fontawesome/_icons.scss */

.fa-wallet:before {
  content: "\F555";
}

/* line 1918, resources/assets/styles/fontawesome/_icons.scss */

.fa-wand:before {
  content: "\F72A";
}

/* line 1919, resources/assets/styles/fontawesome/_icons.scss */

.fa-wand-magic:before {
  content: "\F72B";
}

/* line 1920, resources/assets/styles/fontawesome/_icons.scss */

.fa-warehouse:before {
  content: "\F494";
}

/* line 1921, resources/assets/styles/fontawesome/_icons.scss */

.fa-warehouse-alt:before {
  content: "\F495";
}

/* line 1922, resources/assets/styles/fontawesome/_icons.scss */

.fa-watch:before {
  content: "\F2E1";
}

/* line 1923, resources/assets/styles/fontawesome/_icons.scss */

.fa-watch-fitness:before {
  content: "\F63E";
}

/* line 1924, resources/assets/styles/fontawesome/_icons.scss */

.fa-water:before {
  content: "\F773";
}

/* line 1925, resources/assets/styles/fontawesome/_icons.scss */

.fa-water-lower:before {
  content: "\F774";
}

/* line 1926, resources/assets/styles/fontawesome/_icons.scss */

.fa-water-rise:before {
  content: "\F775";
}

/* line 1927, resources/assets/styles/fontawesome/_icons.scss */

.fa-wave-square:before {
  content: "\F83E";
}

/* line 1928, resources/assets/styles/fontawesome/_icons.scss */

.fa-waze:before {
  content: "\F83F";
}

/* line 1929, resources/assets/styles/fontawesome/_icons.scss */

.fa-webcam:before {
  content: "\F832";
}

/* line 1930, resources/assets/styles/fontawesome/_icons.scss */

.fa-webcam-slash:before {
  content: "\F833";
}

/* line 1931, resources/assets/styles/fontawesome/_icons.scss */

.fa-weebly:before {
  content: "\F5CC";
}

/* line 1932, resources/assets/styles/fontawesome/_icons.scss */

.fa-weibo:before {
  content: "\F18A";
}

/* line 1933, resources/assets/styles/fontawesome/_icons.scss */

.fa-weight:before {
  content: "\F496";
}

/* line 1934, resources/assets/styles/fontawesome/_icons.scss */

.fa-weight-hanging:before {
  content: "\F5CD";
}

/* line 1935, resources/assets/styles/fontawesome/_icons.scss */

.fa-weixin:before {
  content: "\F1D7";
}

/* line 1936, resources/assets/styles/fontawesome/_icons.scss */

.fa-whale:before {
  content: "\F72C";
}

/* line 1937, resources/assets/styles/fontawesome/_icons.scss */

.fa-whatsapp:before {
  content: "\F232";
}

/* line 1938, resources/assets/styles/fontawesome/_icons.scss */

.fa-whatsapp-square:before {
  content: "\F40C";
}

/* line 1939, resources/assets/styles/fontawesome/_icons.scss */

.fa-wheat:before {
  content: "\F72D";
}

/* line 1940, resources/assets/styles/fontawesome/_icons.scss */

.fa-wheelchair:before {
  content: "\F193";
}

/* line 1941, resources/assets/styles/fontawesome/_icons.scss */

.fa-whistle:before {
  content: "\F460";
}

/* line 1942, resources/assets/styles/fontawesome/_icons.scss */

.fa-whmcs:before {
  content: "\F40D";
}

/* line 1943, resources/assets/styles/fontawesome/_icons.scss */

.fa-wifi:before {
  content: "\F1EB";
}

/* line 1944, resources/assets/styles/fontawesome/_icons.scss */

.fa-wifi-1:before {
  content: "\F6AA";
}

/* line 1945, resources/assets/styles/fontawesome/_icons.scss */

.fa-wifi-2:before {
  content: "\F6AB";
}

/* line 1946, resources/assets/styles/fontawesome/_icons.scss */

.fa-wifi-slash:before {
  content: "\F6AC";
}

/* line 1947, resources/assets/styles/fontawesome/_icons.scss */

.fa-wikipedia-w:before {
  content: "\F266";
}

/* line 1948, resources/assets/styles/fontawesome/_icons.scss */

.fa-wind:before {
  content: "\F72E";
}

/* line 1949, resources/assets/styles/fontawesome/_icons.scss */

.fa-wind-warning:before {
  content: "\F776";
}

/* line 1950, resources/assets/styles/fontawesome/_icons.scss */

.fa-window:before {
  content: "\F40E";
}

/* line 1951, resources/assets/styles/fontawesome/_icons.scss */

.fa-window-alt:before {
  content: "\F40F";
}

/* line 1952, resources/assets/styles/fontawesome/_icons.scss */

.fa-window-close:before {
  content: "\F410";
}

/* line 1953, resources/assets/styles/fontawesome/_icons.scss */

.fa-window-maximize:before {
  content: "\F2D0";
}

/* line 1954, resources/assets/styles/fontawesome/_icons.scss */

.fa-window-minimize:before {
  content: "\F2D1";
}

/* line 1955, resources/assets/styles/fontawesome/_icons.scss */

.fa-window-restore:before {
  content: "\F2D2";
}

/* line 1956, resources/assets/styles/fontawesome/_icons.scss */

.fa-windows:before {
  content: "\F17A";
}

/* line 1957, resources/assets/styles/fontawesome/_icons.scss */

.fa-windsock:before {
  content: "\F777";
}

/* line 1958, resources/assets/styles/fontawesome/_icons.scss */

.fa-wine-bottle:before {
  content: "\F72F";
}

/* line 1959, resources/assets/styles/fontawesome/_icons.scss */

.fa-wine-glass:before {
  content: "\F4E3";
}

/* line 1960, resources/assets/styles/fontawesome/_icons.scss */

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

/* line 1961, resources/assets/styles/fontawesome/_icons.scss */

.fa-wix:before {
  content: "\F5CF";
}

/* line 1962, resources/assets/styles/fontawesome/_icons.scss */

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

/* line 1963, resources/assets/styles/fontawesome/_icons.scss */

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

/* line 1964, resources/assets/styles/fontawesome/_icons.scss */

.fa-won-sign:before {
  content: "\F159";
}

/* line 1965, resources/assets/styles/fontawesome/_icons.scss */

.fa-wordpress:before {
  content: "\F19A";
}

/* line 1966, resources/assets/styles/fontawesome/_icons.scss */

.fa-wordpress-simple:before {
  content: "\F411";
}

/* line 1967, resources/assets/styles/fontawesome/_icons.scss */

.fa-wpbeginner:before {
  content: "\F297";
}

/* line 1968, resources/assets/styles/fontawesome/_icons.scss */

.fa-wpexplorer:before {
  content: "\F2DE";
}

/* line 1969, resources/assets/styles/fontawesome/_icons.scss */

.fa-wpforms:before {
  content: "\F298";
}

/* line 1970, resources/assets/styles/fontawesome/_icons.scss */

.fa-wpressr:before {
  content: "\F3E4";
}

/* line 1971, resources/assets/styles/fontawesome/_icons.scss */

.fa-wreath:before {
  content: "\F7E2";
}

/* line 1972, resources/assets/styles/fontawesome/_icons.scss */

.fa-wrench:before {
  content: "\F0AD";
}

/* line 1973, resources/assets/styles/fontawesome/_icons.scss */

.fa-x-ray:before {
  content: "\F497";
}

/* line 1974, resources/assets/styles/fontawesome/_icons.scss */

.fa-xbox:before {
  content: "\F412";
}

/* line 1975, resources/assets/styles/fontawesome/_icons.scss */

.fa-xing:before {
  content: "\F168";
}

/* line 1976, resources/assets/styles/fontawesome/_icons.scss */

.fa-xing-square:before {
  content: "\F169";
}

/* line 1977, resources/assets/styles/fontawesome/_icons.scss */

.fa-y-combinator:before {
  content: "\F23B";
}

/* line 1978, resources/assets/styles/fontawesome/_icons.scss */

.fa-yahoo:before {
  content: "\F19E";
}

/* line 1979, resources/assets/styles/fontawesome/_icons.scss */

.fa-yammer:before {
  content: "\F840";
}

/* line 1980, resources/assets/styles/fontawesome/_icons.scss */

.fa-yandex:before {
  content: "\F413";
}

/* line 1981, resources/assets/styles/fontawesome/_icons.scss */

.fa-yandex-international:before {
  content: "\F414";
}

/* line 1982, resources/assets/styles/fontawesome/_icons.scss */

.fa-yarn:before {
  content: "\F7E3";
}

/* line 1983, resources/assets/styles/fontawesome/_icons.scss */

.fa-yelp:before {
  content: "\F1E9";
}

/* line 1984, resources/assets/styles/fontawesome/_icons.scss */

.fa-yen-sign:before {
  content: "\F157";
}

/* line 1985, resources/assets/styles/fontawesome/_icons.scss */

.fa-yin-yang:before {
  content: "\F6AD";
}

/* line 1986, resources/assets/styles/fontawesome/_icons.scss */

.fa-yoast:before {
  content: "\F2B1";
}

/* line 1987, resources/assets/styles/fontawesome/_icons.scss */

.fa-youtube:before {
  content: "\F167";
}

/* line 1988, resources/assets/styles/fontawesome/_icons.scss */

.fa-youtube-square:before {
  content: "\F431";
}

/* line 1989, resources/assets/styles/fontawesome/_icons.scss */

.fa-zhihu:before {
  content: "\F63F";
}

/* line 4, resources/assets/styles/fontawesome/_screen-reader.scss */

.sr-only,
body:not(.wp-admin) .screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, resources/assets/styles/fontawesome/_mixins.scss */

.sr-only-focusable:active,
body:not(.wp-admin) .screen-reader-text:active,
.sr-only-focusable:focus,
body:not(.wp-admin) .screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.eot);
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.eot) format("embedded-opentype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-solid-900.svg) format("svg");
}

/* line 20, resources/assets/styles/fontawesome/solid.scss */

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.eot);
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.eot) format("embedded-opentype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-brands-400.svg) format("svg");
}

/* line 20, resources/assets/styles/fontawesome/brands.scss */

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.eot);
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.eot) format("embedded-opentype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.woff2) format("woff2"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.woff) format("woff"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.ttf) format("truetype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-light-300.svg) format("svg");
}

/* line 20, resources/assets/styles/fontawesome/light.scss */

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.eot);
  src: url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.eot) format("embedded-opentype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/marketheme/dist/styles/fontawesome/webfonts/fa-regular-400.svg) format("svg");
}

/* line 20, resources/assets/styles/fontawesome/regular.scss */

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/** Import everything from autoload */

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2292d1;
  --secondary: #2ec96e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --tertiary: #f5f5f5;
  --white-transparent: rgba(255, 255, 255, 0.8);
  --facebook: #1877f2;
  --google: #ea4335;
  --twitter: #1da1f2;
  --youtube: #ff0000;
  --linkedin: #007bb5;
  --instagram: #c32aa3;
  --whatsapp: #25d366;
  --body: #444;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, node_modules/bootstrap/scss/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 27, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 45, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 57, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #444;
  text-align: left;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 153, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 162, node_modules/bootstrap/scss/_reboot.scss */

dfn {
  font-style: italic;
}

/* line 167, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 173, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 191, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 198, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #2292d1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #17648f;
  text-decoration: underline;
}

/* line 216, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 235, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 243, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 260, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 270, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 275, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 287, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 291, node_modules/bootstrap/scss/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
}

/* line 310, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 327, node_modules/bootstrap/scss/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 332, node_modules/bootstrap/scss/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 348, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 356, node_modules/bootstrap/scss/_reboot.scss */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 364, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 379, node_modules/bootstrap/scss/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 424, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 429, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, node_modules/bootstrap/scss/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product .woocommerce-Price-amount.amount,
.h3,
.h4,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.popup.vertical h4,
.h5,
.postoverview div.price,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product .woocommerce-Price-amount.amount {
  font-size: 1.6rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 1.5rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.popup.vertical h4 {
  font-size: 1.4rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5,
.postoverview div.price {
  font-size: 1.3rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

small,
.small,
.comment-list .bypostauthor .fn:after,
.comment-list .comment-meta .comment-metadata,
.widget_recent_entries .post-date {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
ul.arrowed,
section.menucontainer .menu.arrows-list ul.sub-menu,
ul.arrowed-icon,
ul.default,
section.menucontainer .menu.default-list ul.sub-menu,
ul.checkboxed,
section.menucontainer .menu.checkboxed-list ul.sub-menu,
ul.checked,
section.menucontainer .menu.checkmarks-list ul.sub-menu,
ul.crossed,
ul.list-unstyled ul.children,
.comment-list,
section.menucontainer .menu.none-list ul.sub-menu {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */

.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014   \A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid,
body:not(.wp-admin) .wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
body:not(.wp-admin) .wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
body:not(.wp-admin) .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
body:not(.wp-admin) .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container,
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .wp-block-group .wp-block-group__inner-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .wp-block-group .wp-block-group__inner-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .wp-block-group .wp-block-group__inner-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .wp-block-group .wp-block-group__inner-container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-content,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses .col-2,
section.menucontainer .menu.one_column ul.inline-nav > li,
section.menucontainer .menu.two_columns ul.inline-nav > li,
section.menucontainer .menu.three_columns ul.inline-nav > li,
.popup.vertical div.row > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses > div,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 37, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set .col-2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-content,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses .col-2,
section.menucontainer .menu.one_column ul.inline-nav > li,
section.menucontainer .menu.two_columns ul.inline-nav > li,
section.menucontainer .menu.three_columns ul.inline-nav > li,
.popup.vertical div.row > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 51, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 8.33333%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 16.66667%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
  margin-left: 25%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 33.33333%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 41.66667%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
  margin-left: 50%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 58.33333%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 66.66667%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 75%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 83.33333%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 32, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 51, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 32, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-6,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-1,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .col2-set .col-2,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-1,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 51, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 32, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation,
  section.menucontainer .menu.three_columns ul.inline-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-6,
  section.menucontainer .menu.two_columns ul.inline-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 51, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 32, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 51, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table,
table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 10, node_modules/bootstrap/scss/_tables.scss */

.table th,
table th,
.table td,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_tables.scss */

.table thead th,
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 22, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody,
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_tables.scss */

.table .table,
table .table,
.table table,
table table {
  background-color: #fff;
}

/* line 37, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 57, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 65, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 78, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd),
table.is-style-stripes tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e0f2;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #acd5ee;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #acd5ee;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c4f0d6;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #b0ebc8;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b0ebc8;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #fcfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-tertiary:hover {
  background-color: #efefef;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #efefef;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-white-transparent,
.table-white-transparent > th,
.table-white-transparent > td {
  background-color: rgba(255, 255, 255, 0.944);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-white-transparent:hover {
  background-color: rgba(242, 242, 242, 0.944);
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-white-transparent:hover > td,
.table-hover .table-white-transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.944);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #bed9fb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-facebook:hover {
  background-color: #a6cbfa;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: #a6cbfa;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-google,
.table-google > th,
.table-google > td {
  background-color: #f9cac6;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-google:hover {
  background-color: #f7b5af;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-google:hover > td,
.table-hover .table-google:hover > th {
  background-color: #f7b5af;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: #c0e5fb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-twitter:hover {
  background-color: #a8dbf9;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-twitter:hover > td,
.table-hover .table-twitter:hover > th {
  background-color: #a8dbf9;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-youtube,
.table-youtube > th,
.table-youtube > td {
  background-color: #ffb8b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-youtube:hover {
  background-color: #ff9f9f;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-youtube:hover > td,
.table-hover .table-youtube:hover > th {
  background-color: #ff9f9f;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-linkedin,
.table-linkedin > th,
.table-linkedin > td {
  background-color: #b8daea;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-linkedin:hover {
  background-color: #a4d0e4;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-linkedin:hover > td,
.table-hover .table-linkedin:hover > th {
  background-color: #a4d0e4;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-instagram,
.table-instagram > th,
.table-instagram > td {
  background-color: #eec3e5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-instagram:hover {
  background-color: #e8afdc;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-instagram:hover > td,
.table-hover .table-instagram:hover > th {
  background-color: #e8afdc;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-whatsapp,
.table-whatsapp > th,
.table-whatsapp > td {
  background-color: #c2f3d4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-whatsapp:hover {
  background-color: #adefc5;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-whatsapp:hover > td,
.table-hover .table-whatsapp:hover > th {
  background-color: #adefc5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-body,
.table-body > th,
.table-body > td {
  background-color: #cbcbcb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-body:hover {
  background-color: #bebebe;
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-body:hover > td,
.table-hover .table-body:hover > th {
  background-color: #bebebe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 116, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th,
table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 124, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th,
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 132, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 136, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 142, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 147, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd),
table.table-dark.is-style-stripes tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 181, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 181, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 181, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 172, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 181, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 172, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 181, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select,
form.search-form input.search-field,
form.wp-block-search input.wp-block-search__input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea,
  form select,
  form.search-form input.search-field,
  form.wp-block-search input.wp-block-search__input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
form input[type="text"]::-ms-expand,
form input[type="email"]::-ms-expand,
form input[type="tel"]::-ms-expand,
form textarea::-ms-expand,
form select::-ms-expand,
form.search-form input.search-field::-ms-expand,
form.wp-block-search input.wp-block-search__input::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
form input:focus[type="text"],
form input:focus[type="email"],
form input:focus[type="tel"],
form textarea:focus,
form select:focus,
form.search-form input.search-field:focus,
form.wp-block-search input.wp-block-search__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #87c7eb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 41, node_modules/bootstrap/scss/_forms.scss */

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form.search-form input.search-field::-webkit-input-placeholder,
form.wp-block-search input.wp-block-search__input::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder,
form.search-form input.search-field::-ms-input-placeholder,
form.wp-block-search input.wp-block-search__input::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form.search-form input.search-field::placeholder,
form.wp-block-search input.wp-block-search__input::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 52, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
form input:disabled[type="text"],
form input:disabled[type="email"],
form input:disabled[type="tel"],
form textarea:disabled,
form select:disabled,
form.search-form input.search-field:disabled,
form.wp-block-search input.wp-block-search__input:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
form input[readonly][type="text"],
form input[readonly][type="email"],
form input[readonly][type="tel"],
form textarea[readonly],
form select[readonly],
form.search-form input.search-field[readonly],
form.wp-block-search input.wp-block-search__input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 61, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value,
form select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 86, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 94, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 101, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 114, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #444;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 126, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 141, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 149, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 159, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
form select[size],
select.form-control[multiple],
form select[multiple] {
  height: auto;
}

/* line 165, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.comment-form textarea,
form textarea {
  height: auto;
}

/* line 175, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.comment-form p,
form.search-form label {
  margin-bottom: 1rem;
}

/* line 179, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 195, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 207, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 213, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 218, node_modules/bootstrap/scss/_forms.scss */

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 227, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 234, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated form input:valid[type="text"],
form .was-validated input:valid[type="text"],
.was-validated form input:valid[type="email"],
form .was-validated input:valid[type="email"],
.was-validated form input:valid[type="tel"],
form .was-validated input:valid[type="tel"],
.was-validated form textarea:valid,
form .was-validated textarea:valid,
.was-validated form select:valid,
form .was-validated select:valid,
.was-validated form.search-form input.search-field:valid,
form.search-form .was-validated input.search-field:valid,
.was-validated form.wp-block-search input.wp-block-search__input:valid,
form.wp-block-search .was-validated input.wp-block-search__input:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
form input.is-valid[type="text"],
form input.is-valid[type="email"],
form input.is-valid[type="tel"],
form textarea.is-valid,
form select.is-valid,
form.search-form input.is-valid.search-field,
form.wp-block-search input.is-valid.wp-block-search__input,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 59, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated form input:valid:focus[type="text"],
form .was-validated input:valid:focus[type="text"],
.was-validated form input:valid:focus[type="email"],
form .was-validated input:valid:focus[type="email"],
.was-validated form input:valid:focus[type="tel"],
form .was-validated input:valid:focus[type="tel"],
.was-validated form textarea:valid:focus,
form .was-validated textarea:valid:focus,
.was-validated form select:valid:focus,
form .was-validated select:valid:focus,
.was-validated form.search-form input.search-field:valid:focus,
form.search-form .was-validated input.search-field:valid:focus,
.was-validated form.wp-block-search input.wp-block-search__input:valid:focus,
form.wp-block-search .was-validated input.wp-block-search__input:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
form input.is-valid:focus[type="text"],
form input.is-valid:focus[type="email"],
form input.is-valid:focus[type="tel"],
form textarea.is-valid:focus,
form select.is-valid:focus,
form.search-form input.is-valid.search-field:focus,
form.wp-block-search input.is-valid.wp-block-search__input:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 64, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated form input:valid[type="text"] ~ .valid-feedback,
form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated form input:valid[type="email"] ~ .valid-feedback,
form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated form input:valid[type="tel"] ~ .valid-feedback,
form .was-validated input:valid[type="tel"] ~ .valid-feedback,
.was-validated form textarea:valid ~ .valid-feedback,
form .was-validated textarea:valid ~ .valid-feedback,
.was-validated form select:valid ~ .valid-feedback,
form .was-validated select:valid ~ .valid-feedback,
.was-validated form.search-form input.search-field:valid ~ .valid-feedback,
form.search-form .was-validated input.search-field:valid ~ .valid-feedback,
.was-validated form.wp-block-search input.wp-block-search__input:valid ~ .valid-feedback,
form.wp-block-search .was-validated input.wp-block-search__input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated form input:valid[type="text"] ~ .valid-tooltip,
form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated form input:valid[type="email"] ~ .valid-tooltip,
form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated form input:valid[type="tel"] ~ .valid-tooltip,
form .was-validated input:valid[type="tel"] ~ .valid-tooltip,
.was-validated form textarea:valid ~ .valid-tooltip,
form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated form select:valid ~ .valid-tooltip,
form .was-validated select:valid ~ .valid-tooltip,
.was-validated form.search-form input.search-field:valid ~ .valid-tooltip,
form.search-form .was-validated input.search-field:valid ~ .valid-tooltip,
.was-validated form.wp-block-search input.wp-block-search__input:valid ~ .valid-tooltip,
form.wp-block-search .was-validated input.wp-block-search__input:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
form input.is-valid[type="text"] ~ .valid-feedback,
form input.is-valid[type="email"] ~ .valid-feedback,
form input.is-valid[type="tel"] ~ .valid-feedback,
form textarea.is-valid ~ .valid-feedback,
form select.is-valid ~ .valid-feedback,
form.search-form input.is-valid.search-field ~ .valid-feedback,
form.wp-block-search input.is-valid.wp-block-search__input ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
form input.is-valid[type="text"] ~ .valid-tooltip,
form input.is-valid[type="email"] ~ .valid-tooltip,
form input.is-valid[type="tel"] ~ .valid-tooltip,
form textarea.is-valid ~ .valid-tooltip,
form select.is-valid ~ .valid-tooltip,
form.search-form input.is-valid.search-field ~ .valid-tooltip,
form.wp-block-search input.is-valid.wp-block-search__input ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 84, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 88, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 98, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 101, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 106, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 118, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 141, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated form input:invalid[type="text"],
form .was-validated input:invalid[type="text"],
.was-validated form input:invalid[type="email"],
form .was-validated input:invalid[type="email"],
.was-validated form input:invalid[type="tel"],
form .was-validated input:invalid[type="tel"],
.was-validated form textarea:invalid,
form .was-validated textarea:invalid,
.was-validated form select:invalid,
form .was-validated select:invalid,
.was-validated form.search-form input.search-field:invalid,
form.search-form .was-validated input.search-field:invalid,
.was-validated form.wp-block-search input.wp-block-search__input:invalid,
form.wp-block-search .was-validated input.wp-block-search__input:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
form input.is-invalid[type="text"],
form input.is-invalid[type="email"],
form input.is-invalid[type="tel"],
form textarea.is-invalid,
form select.is-invalid,
form.search-form input.is-invalid.search-field,
form.wp-block-search input.is-invalid.wp-block-search__input,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 59, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated form input:invalid:focus[type="text"],
form .was-validated input:invalid:focus[type="text"],
.was-validated form input:invalid:focus[type="email"],
form .was-validated input:invalid:focus[type="email"],
.was-validated form input:invalid:focus[type="tel"],
form .was-validated input:invalid:focus[type="tel"],
.was-validated form textarea:invalid:focus,
form .was-validated textarea:invalid:focus,
.was-validated form select:invalid:focus,
form .was-validated select:invalid:focus,
.was-validated form.search-form input.search-field:invalid:focus,
form.search-form .was-validated input.search-field:invalid:focus,
.was-validated form.wp-block-search input.wp-block-search__input:invalid:focus,
form.wp-block-search .was-validated input.wp-block-search__input:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
form input.is-invalid:focus[type="text"],
form input.is-invalid:focus[type="email"],
form input.is-invalid:focus[type="tel"],
form textarea.is-invalid:focus,
form select.is-invalid:focus,
form.search-form input.is-invalid.search-field:focus,
form.wp-block-search input.is-invalid.wp-block-search__input:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 64, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated form input:invalid[type="text"] ~ .invalid-feedback,
form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated form input:invalid[type="email"] ~ .invalid-feedback,
form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated form input:invalid[type="tel"] ~ .invalid-feedback,
form .was-validated input:invalid[type="tel"] ~ .invalid-feedback,
.was-validated form textarea:invalid ~ .invalid-feedback,
form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated form select:invalid ~ .invalid-feedback,
form .was-validated select:invalid ~ .invalid-feedback,
.was-validated form.search-form input.search-field:invalid ~ .invalid-feedback,
form.search-form .was-validated input.search-field:invalid ~ .invalid-feedback,
.was-validated form.wp-block-search input.wp-block-search__input:invalid ~ .invalid-feedback,
form.wp-block-search .was-validated input.wp-block-search__input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated form input:invalid[type="text"] ~ .invalid-tooltip,
form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated form input:invalid[type="email"] ~ .invalid-tooltip,
form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated form input:invalid[type="tel"] ~ .invalid-tooltip,
form .was-validated input:invalid[type="tel"] ~ .invalid-tooltip,
.was-validated form textarea:invalid ~ .invalid-tooltip,
form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated form select:invalid ~ .invalid-tooltip,
form .was-validated select:invalid ~ .invalid-tooltip,
.was-validated form.search-form input.search-field:invalid ~ .invalid-tooltip,
form.search-form .was-validated input.search-field:invalid ~ .invalid-tooltip,
.was-validated form.wp-block-search input.wp-block-search__input:invalid ~ .invalid-tooltip,
form.wp-block-search .was-validated input.wp-block-search__input:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
form input.is-invalid[type="text"] ~ .invalid-feedback,
form input.is-invalid[type="email"] ~ .invalid-feedback,
form input.is-invalid[type="tel"] ~ .invalid-feedback,
form textarea.is-invalid ~ .invalid-feedback,
form select.is-invalid ~ .invalid-feedback,
form.search-form input.is-invalid.search-field ~ .invalid-feedback,
form.wp-block-search input.is-invalid.wp-block-search__input ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
form input.is-invalid[type="text"] ~ .invalid-tooltip,
form input.is-invalid[type="email"] ~ .invalid-tooltip,
form input.is-invalid[type="tel"] ~ .invalid-tooltip,
form textarea.is-invalid ~ .invalid-tooltip,
form select.is-invalid ~ .invalid-tooltip,
form.search-form input.is-invalid.search-field ~ .invalid-tooltip,
form.wp-block-search input.is-invalid.wp-block-search__input ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 84, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 88, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 98, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 101, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 106, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 118, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 141, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 262, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
form.search-form,
form.wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 270, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check,
form.search-form .form-check,
form.wp-block-search .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 276, node_modules/bootstrap/scss/_forms.scss */

  .form-inline label,
  form.search-form label,
  form.wp-block-search label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  /* line 284, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-group,
  form.search-form .form-group,
  form.wp-block-search .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  form.search-form .comment-form p,
  .comment-form form.search-form p,
  form.wp-block-search .comment-form p,
  .comment-form form.wp-block-search p,
  .form-inline form.search-form label,
  form.search-form .form-inline label,
  form.search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  /* line 293, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control,
  form.search-form .form-control,
  form.wp-block-search .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  form.search-form .comment-form input[type="url"],
  .comment-form form.search-form input[type="url"],
  form.wp-block-search .comment-form input[type="url"],
  .comment-form form.wp-block-search input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .form-inline form input[type="text"],
  form .form-inline input[type="text"],
  form.search-form input[type="text"],
  form.wp-block-search input[type="text"],
  .form-inline form input[type="email"],
  form .form-inline input[type="email"],
  form.search-form input[type="email"],
  form.wp-block-search input[type="email"],
  .form-inline form input[type="tel"],
  form .form-inline input[type="tel"],
  form.search-form input[type="tel"],
  form.wp-block-search input[type="tel"],
  .form-inline form textarea,
  form .form-inline textarea,
  form.search-form textarea,
  form.wp-block-search textarea,
  .form-inline form select,
  form .form-inline select,
  form.search-form select,
  form.wp-block-search select,
  form.search-form input.search-field,
  form.wp-block-search input.wp-block-search__input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 300, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext,
  form.search-form .form-control-plaintext,
  form.wp-block-search .form-control-plaintext {
    display: inline-block;
  }

  /* line 304, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  form.search-form .input-group,
  form.wp-block-search .input-group,
  .form-inline .custom-select,
  form.search-form .custom-select,
  form.wp-block-search .custom-select {
    width: auto;
  }

  /* line 311, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check,
  form.search-form .form-check,
  form.wp-block-search .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 318, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input,
  form.search-form .form-check-input,
  form.wp-block-search .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 325, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control,
  form.search-form .custom-control,
  form.wp-block-search .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 329, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label,
  form.search-form .custom-control-label,
  form.wp-block-search .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.comment-list .reply a,
.comment-form input[type="submit"],
form input[type="submit"],
form.search-form input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
._form button,
form.wp-block-search button.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.cta {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .comment-list .reply a,
  .comment-form input[type="submit"],
  form input[type="submit"],
  form.search-form input[type="submit"],
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
  ._form button,
  form.wp-block-search button.wp-block-search__button,
  nav.nav-primary ul.navbar-nav > li.cta {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.comment-list .reply a:hover,
.comment-form input:hover[type="submit"],
form input:hover[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:hover,
._form button:hover,
form.wp-block-search button.wp-block-search__button:hover,
nav.nav-primary ul.navbar-nav > li.cta:hover,
.btn:focus,
.comment-list .reply a:focus,
.comment-form input:focus[type="submit"],
form input:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:focus,
._form button:focus,
form.wp-block-search button.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav > li.cta:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.comment-list .reply a:focus,
.comment-form input:focus[type="submit"],
form input:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:focus,
._form button:focus,
form.wp-block-search button.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav > li.cta:focus,
.btn.focus,
.comment-list .reply a.focus,
.comment-form input.focus[type="submit"],
form input.focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.focus.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.focus.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .focus.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .focus#place_order,
._form button.focus,
form.wp-block-search button.focus.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.focus.cta {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 30, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.comment-list .reply a.disabled,
.comment-form input.disabled[type="submit"],
form input.disabled[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.disabled.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .disabled#place_order,
._form button.disabled,
form.wp-block-search button.disabled.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.disabled.cta,
.btn:disabled,
.comment-list .reply a:disabled,
.comment-form input:disabled[type="submit"],
form input:disabled[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:disabled,
._form button:disabled,
form.wp-block-search button.wp-block-search__button:disabled,
nav.nav-primary ul.navbar-nav > li.cta:disabled {
  opacity: 0.65;
}

/* line 37, node_modules/bootstrap/scss/_buttons.scss */

.btn:not(:disabled):not(.disabled),
.comment-list .reply a:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
form input:not(:disabled):not(.disabled)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled),
._form button:not(:disabled):not(.disabled),
form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled),
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 52, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.comment-list .reply a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.disabled.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a.disabled#place_order,
fieldset:disabled a.btn,
fieldset:disabled .comment-list .reply a,
.comment-list .reply fieldset:disabled a,
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) fieldset:disabled a.add_to_cart_button,
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) fieldset:disabled a.single_add_to_cart_button,
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) fieldset:disabled a.button,
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart fieldset:disabled a.button:not(.checkout-button),
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart fieldset:disabled a.checkout-button,
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout fieldset:disabled a.button:not(.checkout-button),
fieldset:disabled .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a#place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment fieldset:disabled a#place_order {
  pointer-events: none;
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary,
.btn.cta,
.comment-list .reply a.cta,
.comment-form input.cta[type="submit"],
form input.cta[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order,
._form button.cta,
form.wp-block-search button.cta.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.cta,
.c-enormail-webform .btn,
.c-enormail-webform .comment-list .reply a,
.comment-list .reply .c-enormail-webform a,
.c-enormail-webform .comment-form input[type="submit"],
.comment-form .c-enormail-webform input[type="submit"],
.c-enormail-webform form input[type="submit"],
form .c-enormail-webform input[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order,
.c-enormail-webform ._form button,
._form .c-enormail-webform button,
.c-enormail-webform form.wp-block-search button.wp-block-search__button,
form.wp-block-search .c-enormail-webform button.wp-block-search__button,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta,
._form button,
.mailinglistform.bg-secondary ._form button,
.mailinglistform.has-mt-secondary-background-color ._form button,
.popup.bg-secondary ._form button,
.popup.has-mt-secondary-background-color ._form button {
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover,
.btn.cta:hover,
.comment-list .reply a.cta:hover,
.comment-form input.cta:hover[type="submit"],
form input.cta:hover[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:hover,
form.wp-block-search button.cta.wp-block-search__button:hover,
nav.nav-primary ul.navbar-nav > li.cta:hover,
.c-enormail-webform .btn:hover,
.c-enormail-webform .comment-list .reply a:hover,
.comment-list .reply .c-enormail-webform a:hover,
.c-enormail-webform .comment-form input:hover[type="submit"],
.comment-form .c-enormail-webform input:hover[type="submit"],
.c-enormail-webform form input:hover[type="submit"],
form .c-enormail-webform input:hover[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:hover,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:hover,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:hover,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:hover,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:hover:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:hover,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:hover:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:hover,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:hover,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:hover,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:hover,
._form button:hover,
.mailinglistform.bg-secondary ._form button:hover,
.mailinglistform.has-mt-secondary-background-color ._form button:hover,
.popup.bg-secondary ._form button:hover,
.popup.has-mt-secondary-background-color ._form button:hover {
  color: #fff;
  background-color: #1d7bb0;
  border-color: #1b73a5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.btn.cta:focus,
.comment-list .reply a.cta:focus,
.comment-form input.cta:focus[type="submit"],
form input.cta:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:focus,
form.wp-block-search button.cta.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav > li.cta:focus,
.c-enormail-webform .btn:focus,
.c-enormail-webform .comment-list .reply a:focus,
.comment-list .reply .c-enormail-webform a:focus,
.c-enormail-webform .comment-form input:focus[type="submit"],
.comment-form .c-enormail-webform input:focus[type="submit"],
.c-enormail-webform form input:focus[type="submit"],
form .c-enormail-webform input:focus[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:focus,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:focus,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:focus,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:focus,
._form button:focus,
.mailinglistform.bg-secondary ._form button:focus,
.mailinglistform.has-mt-secondary-background-color ._form button:focus,
.popup.bg-secondary ._form button:focus,
.popup.has-mt-secondary-background-color ._form button:focus,
.btn-primary.focus,
.focus.btn.cta,
.comment-list .reply a.focus.cta,
.comment-form input.focus.cta[type="submit"],
form input.focus.cta[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.cta.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.cta.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.focus.cta.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.focus.cta.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.cta.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .focus.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .focus.cta#place_order,
form.wp-block-search button.focus.cta.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.focus.cta,
.c-enormail-webform .focus.btn,
.c-enormail-webform .comment-list .reply a.focus,
.comment-list .reply .c-enormail-webform a.focus,
.c-enormail-webform .comment-form input.focus[type="submit"],
.comment-form .c-enormail-webform input.focus[type="submit"],
.c-enormail-webform form input.focus[type="submit"],
form .c-enormail-webform input.focus[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .focus.add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .focus.single_add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.focus.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.focus.button.alt,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.focus.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.focus.button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .focus.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .focus.checkout-button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .focus.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .focus.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .focus#place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform .focus#place_order,
.c-enormail-webform form.wp-block-search button.focus.wp-block-search__button,
form.wp-block-search .c-enormail-webform button.focus.wp-block-search__button,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.focus.cta,
._form button.focus,
.mailinglistform.bg-secondary ._form button.focus,
.mailinglistform.has-mt-secondary-background-color ._form button.focus,
.popup.bg-secondary ._form button.focus,
.popup.has-mt-secondary-background-color ._form button.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.disabled.btn.cta,
.comment-list .reply a.disabled.cta,
.comment-form input.disabled.cta[type="submit"],
form input.disabled.cta[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.cta.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.cta.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.disabled.cta.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.cta.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.cta.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .disabled.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .disabled.cta#place_order,
form.wp-block-search button.disabled.cta.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.disabled.cta,
.c-enormail-webform .disabled.btn,
.c-enormail-webform .comment-list .reply a.disabled,
.comment-list .reply .c-enormail-webform a.disabled,
.c-enormail-webform .comment-form input.disabled[type="submit"],
.comment-form .c-enormail-webform input.disabled[type="submit"],
.c-enormail-webform form input.disabled[type="submit"],
form .c-enormail-webform input.disabled[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .disabled.add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .disabled.single_add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.disabled.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.disabled.button.alt,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.disabled.button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .disabled.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .disabled.checkout-button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .disabled.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .disabled#place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform .disabled#place_order,
.c-enormail-webform form.wp-block-search button.disabled.wp-block-search__button,
form.wp-block-search .c-enormail-webform button.disabled.wp-block-search__button,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.disabled.cta,
._form button.disabled,
.mailinglistform.bg-secondary ._form button.disabled,
.mailinglistform.has-mt-secondary-background-color ._form button.disabled,
.popup.bg-secondary ._form button.disabled,
.popup.has-mt-secondary-background-color ._form button.disabled,
.btn-primary:disabled,
.btn.cta:disabled,
.comment-list .reply a.cta:disabled,
.comment-form input.cta:disabled[type="submit"],
form input.cta:disabled[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:disabled,
form.wp-block-search button.cta.wp-block-search__button:disabled,
nav.nav-primary ul.navbar-nav > li.cta:disabled,
.c-enormail-webform .btn:disabled,
.c-enormail-webform .comment-list .reply a:disabled,
.comment-list .reply .c-enormail-webform a:disabled,
.c-enormail-webform .comment-form input:disabled[type="submit"],
.comment-form .c-enormail-webform input:disabled[type="submit"],
.c-enormail-webform form input:disabled[type="submit"],
form .c-enormail-webform input:disabled[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:disabled,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:disabled,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:disabled,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:disabled,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:disabled:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:disabled,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:disabled:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:disabled,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:disabled,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:disabled,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:disabled,
._form button:disabled,
.mailinglistform.bg-secondary ._form button:disabled,
.mailinglistform.has-mt-secondary-background-color ._form button:disabled,
.popup.bg-secondary ._form button:disabled,
.popup.has-mt-secondary-background-color ._form button:disabled {
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.btn.cta:not(:disabled):not(.disabled):active,
.comment-list .reply a.cta:not(:disabled):not(.disabled):active,
.comment-form input.cta:not(:disabled):not(.disabled):active[type="submit"],
form input.cta:not(:disabled):not(.disabled):active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:not(:disabled):not(.disabled):active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:not(:disabled):not(.disabled):active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:not(:disabled):not(.disabled):active,
form.wp-block-search button.cta.wp-block-search__button:not(:disabled):not(.disabled):active,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active,
.c-enormail-webform .btn:not(:disabled):not(.disabled):active,
.c-enormail-webform .comment-list .reply a:not(:disabled):not(.disabled):active,
.comment-list .reply .c-enormail-webform a:not(:disabled):not(.disabled):active,
.c-enormail-webform .comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.comment-form .c-enormail-webform input:not(:disabled):not(.disabled):active[type="submit"],
.c-enormail-webform form input:not(:disabled):not(.disabled):active[type="submit"],
form .c-enormail-webform input:not(:disabled):not(.disabled):active[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:not(:disabled):not(.disabled):active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:not(:disabled):not(.disabled):active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:not(:disabled):not(.disabled):active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:not(:disabled):not(.disabled):active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:not(:disabled):not(.disabled):active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:not(:disabled):not(.disabled):active,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled):active,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:not(:disabled):not(.disabled):active,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active,
._form button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn.cta:not(:disabled):not(.disabled).active,
.comment-list .reply a.cta:not(:disabled):not(.disabled).active,
.comment-form input.cta:not(:disabled):not(.disabled).active[type="submit"],
form input.cta:not(:disabled):not(.disabled).active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:not(:disabled):not(.disabled).active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:not(:disabled):not(.disabled).active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:not(:disabled):not(.disabled).active,
form.wp-block-search button.cta.wp-block-search__button:not(:disabled):not(.disabled).active,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active,
.c-enormail-webform .btn:not(:disabled):not(.disabled).active,
.c-enormail-webform .comment-list .reply a:not(:disabled):not(.disabled).active,
.comment-list .reply .c-enormail-webform a:not(:disabled):not(.disabled).active,
.c-enormail-webform .comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.comment-form .c-enormail-webform input:not(:disabled):not(.disabled).active[type="submit"],
.c-enormail-webform form input:not(:disabled):not(.disabled).active[type="submit"],
form .c-enormail-webform input:not(:disabled):not(.disabled).active[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:not(:disabled):not(.disabled).active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:not(:disabled):not(.disabled).active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:not(:disabled):not(.disabled).active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:not(:disabled):not(.disabled).active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:not(:disabled):not(.disabled).active,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:not(:disabled):not(.disabled).active,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled).active,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:not(:disabled):not(.disabled).active,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active,
._form button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.btn.cta,
.comment-list .reply .show > a.dropdown-toggle.cta,
.comment-form .show > input.dropdown-toggle.cta[type="submit"],
form .show > input.dropdown-toggle.cta[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.cta.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.cta.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.cta.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.cta.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.cta.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.cta.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle.cta#place_order,
form.wp-block-search .show > button.dropdown-toggle.cta.wp-block-search__button,
nav.nav-primary ul.navbar-nav.show > li.dropdown-toggle.cta,
.c-enormail-webform .show > .dropdown-toggle.btn,
.c-enormail-webform .comment-list .reply .show > a.dropdown-toggle,
.comment-list .reply .c-enormail-webform .show > a.dropdown-toggle,
.c-enormail-webform .comment-form .show > input.dropdown-toggle[type="submit"],
.comment-form .c-enormail-webform .show > input.dropdown-toggle[type="submit"],
.c-enormail-webform form .show > input.dropdown-toggle[type="submit"],
form .c-enormail-webform .show > input.dropdown-toggle[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > .dropdown-toggle.add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > .dropdown-toggle.single_add_to_cart_button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > button.dropdown-toggle.button.alt,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > a.dropdown-toggle.button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .show > .dropdown-toggle.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .show > .dropdown-toggle.checkout-button,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .show > .dropdown-toggle.button:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle#place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform .show > .dropdown-toggle#place_order,
._form .c-enormail-webform .show > button.dropdown-toggle,
.c-enormail-webform form.wp-block-search .show > button.dropdown-toggle.wp-block-search__button,
form.wp-block-search .c-enormail-webform .show > button.dropdown-toggle.wp-block-search__button,
nav.nav-primary .c-enormail-webform ul.navbar-nav.show > li.dropdown-toggle.cta,
._form .show > button.dropdown-toggle {
  color: #fff;
  background-color: #1b73a5;
  border-color: #196c9a;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.cta:not(:disabled):not(.disabled):active:focus,
.comment-list .reply a.cta:not(:disabled):not(.disabled):active:focus,
.comment-form input.cta:not(:disabled):not(.disabled):active:focus[type="submit"],
form input.cta:not(:disabled):not(.disabled):active:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:not(:disabled):not(.disabled):active:focus,
form.wp-block-search button.cta.wp-block-search__button:not(:disabled):not(.disabled):active:focus,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .btn:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .comment-list .reply a:not(:disabled):not(.disabled):active:focus,
.comment-list .reply .c-enormail-webform a:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.comment-form .c-enormail-webform input:not(:disabled):not(.disabled):active:focus[type="submit"],
.c-enormail-webform form input:not(:disabled):not(.disabled):active:focus[type="submit"],
form .c-enormail-webform input:not(:disabled):not(.disabled):active:focus[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:not(:disabled):not(.disabled):active:focus,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled):active:focus,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:not(:disabled):not(.disabled):active:focus,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active:focus,
._form button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn.cta:not(:disabled):not(.disabled).active:focus,
.comment-list .reply a.cta:not(:disabled):not(.disabled).active:focus,
.comment-form input.cta:not(:disabled):not(.disabled).active:focus[type="submit"],
form input.cta:not(:disabled):not(.disabled).active:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cta.single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.cta.button.alt:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.cta.button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cta.checkout-button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .cta.button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .cta#place_order:not(:disabled):not(.disabled).active:focus,
form.wp-block-search button.cta.wp-block-search__button:not(:disabled):not(.disabled).active:focus,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .btn:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .comment-list .reply a:not(:disabled):not(.disabled).active:focus,
.comment-list .reply .c-enormail-webform a:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.comment-form .c-enormail-webform input:not(:disabled):not(.disabled).active:focus[type="submit"],
.c-enormail-webform form input:not(:disabled):not(.disabled).active:focus[type="submit"],
form .c-enormail-webform input:not(:disabled):not(.disabled).active:focus[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform button.button.alt:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform a.button:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .checkout-button:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform #place_order:not(:disabled):not(.disabled).active:focus,
.c-enormail-webform form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled).active:focus,
form.wp-block-search .c-enormail-webform button.wp-block-search__button:not(:disabled):not(.disabled).active:focus,
nav.nav-primary .c-enormail-webform ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active:focus,
._form button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.btn.cta:focus,
.comment-list .reply .show > a.dropdown-toggle.cta:focus,
.comment-form .show > input.dropdown-toggle.cta:focus[type="submit"],
form .show > input.dropdown-toggle.cta:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.cta.add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.cta.single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.cta.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.cta.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.cta.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.cta.checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.cta.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle.cta#place_order:focus,
form.wp-block-search .show > button.dropdown-toggle.cta.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav.show > li.dropdown-toggle.cta:focus,
.c-enormail-webform .show > .dropdown-toggle.btn:focus,
.c-enormail-webform .comment-list .reply .show > a.dropdown-toggle:focus,
.comment-list .reply .c-enormail-webform .show > a.dropdown-toggle:focus,
.c-enormail-webform .comment-form .show > input.dropdown-toggle:focus[type="submit"],
.comment-form .c-enormail-webform .show > input.dropdown-toggle:focus[type="submit"],
.c-enormail-webform form .show > input.dropdown-toggle:focus[type="submit"],
form .c-enormail-webform .show > input.dropdown-toggle:focus[type="submit"],
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > .dropdown-toggle.add_to_cart_button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > .dropdown-toggle.single_add_to_cart_button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > button.dropdown-toggle.button.alt:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .c-enormail-webform .show > a.dropdown-toggle.button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .show > .dropdown-toggle.button:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .c-enormail-webform .show > .dropdown-toggle.checkout-button:focus,
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .c-enormail-webform .show > .dropdown-toggle.button:focus:not(.checkout-button),
.c-enormail-webform .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle#place_order:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .c-enormail-webform .show > .dropdown-toggle#place_order:focus,
._form .c-enormail-webform .show > button.dropdown-toggle:focus,
.c-enormail-webform form.wp-block-search .show > button.dropdown-toggle.wp-block-search__button:focus,
form.wp-block-search .c-enormail-webform .show > button.dropdown-toggle.wp-block-search__button:focus,
nav.nav-primary .c-enormail-webform ul.navbar-nav.show > li.dropdown-toggle.cta:focus,
._form .show > button.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
form input[type="submit"],
form.search-form input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button,
form.wp-block-search button.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.cta {
  color: #fff;
  background-color: #2ec96e;
  border-color: #2ec96e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
form input:hover[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:hover,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:hover,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:hover,
form.wp-block-search button.wp-block-search__button:hover,
nav.nav-primary ul.navbar-nav > li.cta:hover {
  color: #fff;
  background-color: #27aa5d;
  border-color: #259f57;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
form input:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:focus,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:focus,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:focus,
form.wp-block-search button.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav > li.cta:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
form input.focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .focus.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.focus.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.focus.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .focus.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .focus#place_order,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button.focus,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button.focus,
form.wp-block-search button.focus.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.focus.cta {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
form input.disabled[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .disabled.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.disabled.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.disabled.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .disabled.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .disabled#place_order,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button.disabled,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button.disabled,
form.wp-block-search button.disabled.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.disabled.cta,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
form input:disabled[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:disabled:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:disabled,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:disabled,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:disabled,
form.wp-block-search button.wp-block-search__button:disabled,
nav.nav-primary ul.navbar-nav > li.cta:disabled {
  color: #fff;
  background-color: #2ec96e;
  border-color: #2ec96e;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
form input:not(:disabled):not(.disabled):active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled):active,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled):active,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled):active,
form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled):active,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
form input:not(:disabled):not(.disabled).active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled).active,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled).active,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled).active,
form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled).active,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
form .show > input.dropdown-toggle[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle#place_order,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content .show > button.dropdown-toggle,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content .show > button.dropdown-toggle,
form.wp-block-search .show > button.dropdown-toggle.wp-block-search__button,
nav.nav-primary ul.navbar-nav.show > li.dropdown-toggle.cta {
  color: #fff;
  background-color: #259f57;
  border-color: #229552;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled):active:focus,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled):active:focus,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled):active:focus,
form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled):active:focus,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order:not(:disabled):not(.disabled).active:focus,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled).active:focus,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content button:not(:disabled):not(.disabled).active:focus,
form.wp-block-search button.wp-block-search__button:not(:disabled):not(.disabled).active:focus,
nav.nav-primary ul.navbar-nav > li.cta:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
form .show > input.dropdown-toggle:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > .dropdown-toggle.single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > button.dropdown-toggle.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .show > a.dropdown-toggle.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .show > .dropdown-toggle.button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .show > .dropdown-toggle#place_order:focus,
.mailinglistform:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content .show > button.dropdown-toggle:focus,
.popup:not(.bg-secondary):not(.has-mt-secondary-background-color) ._form-content .show > button.dropdown-toggle:focus,
form.wp-block-search .show > button.dropdown-toggle.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav.show > li.dropdown-toggle.cta:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning,
.btn-calltoaction {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover,
.btn-calltoaction:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-calltoaction:focus,
.btn-warning.focus,
.focus.btn-calltoaction {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.disabled.btn-calltoaction,
.btn-warning:disabled,
.btn-calltoaction:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-calltoaction:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-calltoaction:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle,
.show > .dropdown-toggle.btn-calltoaction {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-calltoaction:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-calltoaction:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-calltoaction:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-light,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:hover:not(.checkout-button) {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:focus:not(.checkout-button),
.btn-light.focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .focus.button:not(.checkout-button) {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .disabled.button:not(.checkout-button),
.btn-light:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:disabled:not(.checkout-button) {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled):active:not(.checkout-button),
.btn-light:not(:disabled):not(.disabled).active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled).active:not(.checkout-button),
.show > .btn-light.dropdown-toggle,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.button:not(.checkout-button) {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled):active:focus:not(.checkout-button),
.btn-light:not(:disabled):not(.disabled).active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(:disabled):not(.disabled).active:focus:not(.checkout-button),
.show > .btn-light.dropdown-toggle:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .show > .dropdown-toggle.button:focus:not(.checkout-button) {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-tertiary {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-tertiary:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-tertiary:focus,
.btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-white-transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-white-transparent:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.8);
  border-color: rgba(230, 230, 230, 0.8);
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-white-transparent:focus,
.btn-white-transparent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-white-transparent.disabled,
.btn-white-transparent:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-white-transparent:not(:disabled):not(.disabled):active,
.btn-white-transparent:not(:disabled):not(.disabled).active,
.show > .btn-white-transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.8);
  border-color: rgba(223, 223, 223, 0.8);
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-white-transparent:not(:disabled):not(.disabled):active:focus,
.btn-white-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-facebook {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-facebook:hover {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-facebook:focus,
.btn-facebook.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #0b5fcc;
  border-color: #0b5abf;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-google:focus,
.btn-google.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-google.disabled,
.btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #ca2315;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-twitter:focus,
.btn-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-youtube {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-youtube:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-youtube:focus,
.btn-youtube.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-linkedin {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-linkedin:hover {
  color: #fff;
  background-color: #00618f;
  border-color: #005882;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-linkedin:focus,
.btn-linkedin.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005882;
  border-color: #005075;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-instagram {
  color: #fff;
  background-color: #c32aa3;
  border-color: #c32aa3;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-instagram:hover {
  color: #fff;
  background-color: #a42389;
  border-color: #992180;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-instagram:focus,
.btn-instagram.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #c32aa3;
  border-color: #c32aa3;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #992180;
  border-color: #8f1f77;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-whatsapp:hover {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-whatsapp:focus,
.btn-whatsapp.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-whatsapp:not(:disabled):not(.disabled):active,
.btn-whatsapp:not(:disabled):not(.disabled).active,
.show > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #1b9d4c;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show > .btn-whatsapp.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

/* line 63, node_modules/bootstrap/scss/_buttons.scss */

.btn-body {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-body:hover {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-body:focus,
.btn-body.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-body.disabled,
.btn-body:disabled {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/* line 36, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-body:not(:disabled):not(.disabled):active,
.btn-body:not(:disabled):not(.disabled).active,
.show > .btn-body.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #242424;
}

/* line 46, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-body:not(:disabled):not(.disabled):active:focus,
.btn-body:not(:disabled):not(.disabled).active:focus,
.show > .btn-body.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #2292d1;
  background-color: transparent;
  background-image: none;
  border-color: #2292d1;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2292d1;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #2ec96e;
  background-color: transparent;
  background-image: none;
  border-color: #2ec96e;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2ec96e;
  border-color: #2ec96e;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #2ec96e;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2ec96e;
  border-color: #2ec96e;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46, 201, 110, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-tertiary {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-tertiary:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #f5f5f5;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-white-transparent {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-white-transparent:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-white-transparent:focus,
.btn-outline-white-transparent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-white-transparent.disabled,
.btn-outline-white-transparent:disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-white-transparent:not(:disabled):not(.disabled):active,
.btn-outline-white-transparent:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-white-transparent:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-facebook {
  color: #1877f2;
  background-color: transparent;
  background-image: none;
  border-color: #1877f2;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-facebook:hover {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-facebook:focus,
.btn-outline-facebook.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
  color: #1877f2;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-facebook:not(:disabled):not(.disabled):active,
.btn-outline-facebook:not(:disabled):not(.disabled).active,
.show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-facebook.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-google {
  color: #ea4335;
  background-color: transparent;
  background-image: none;
  border-color: #ea4335;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-google:hover {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-google:focus,
.btn-outline-google.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-google.disabled,
.btn-outline-google:disabled {
  color: #ea4335;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-google:not(:disabled):not(.disabled):active,
.btn-outline-google:not(:disabled):not(.disabled).active,
.show > .btn-outline-google.dropdown-toggle {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-google:not(:disabled):not(.disabled):active:focus,
.btn-outline-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-google.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-twitter {
  color: #1da1f2;
  background-color: transparent;
  background-image: none;
  border-color: #1da1f2;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-youtube {
  color: #ff0000;
  background-color: transparent;
  background-image: none;
  border-color: #ff0000;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-youtube:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-youtube:focus,
.btn-outline-youtube.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-youtube.disabled,
.btn-outline-youtube:disabled {
  color: #ff0000;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-youtube:not(:disabled):not(.disabled):active,
.btn-outline-youtube:not(:disabled):not(.disabled).active,
.show > .btn-outline-youtube.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-youtube:not(:disabled):not(.disabled):active:focus,
.btn-outline-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-youtube.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-linkedin {
  color: #007bb5;
  background-color: transparent;
  background-image: none;
  border-color: #007bb5;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-linkedin:hover {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-linkedin:focus,
.btn-outline-linkedin.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-linkedin.disabled,
.btn-outline-linkedin:disabled {
  color: #007bb5;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-linkedin:not(:disabled):not(.disabled):active,
.btn-outline-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-outline-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 181, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-instagram {
  color: #c32aa3;
  background-color: transparent;
  background-image: none;
  border-color: #c32aa3;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-instagram:hover {
  color: #fff;
  background-color: #c32aa3;
  border-color: #c32aa3;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-instagram:focus,
.btn-outline-instagram.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
  color: #c32aa3;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-instagram:not(:disabled):not(.disabled):active,
.btn-outline-instagram:not(:disabled):not(.disabled).active,
.show > .btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #c32aa3;
  border-color: #c32aa3;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
.btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-instagram.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(195, 42, 163, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-whatsapp {
  color: #25d366;
  background-color: transparent;
  background-image: none;
  border-color: #25d366;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-whatsapp:hover {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-whatsapp:focus,
.btn-outline-whatsapp.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-whatsapp.disabled,
.btn-outline-whatsapp:disabled {
  color: #25d366;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-whatsapp:not(:disabled):not(.disabled):active,
.btn-outline-whatsapp:not(:disabled):not(.disabled).active,
.show > .btn-outline-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn-outline-whatsapp:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-whatsapp.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

/* line 69, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-body {
  color: #444;
  background-color: transparent;
  background-image: none;
  border-color: #444;
}

/* line 63, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-body:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/* line 69, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-body:focus,
.btn-outline-body.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-body.disabled,
.btn-outline-body:disabled {
  color: #444;
  background-color: transparent;
}

/* line 80, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-body:not(:disabled):not(.disabled):active,
.btn-outline-body:not(:disabled):not(.disabled).active,
.show > .btn-outline-body.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/* line 87, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-body:not(:disabled):not(.disabled):active:focus,
.btn-outline-body:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-body.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

/* line 80, node_modules/bootstrap/scss/_buttons.scss */

.btn-link,
.comment-list .reply a {
  font-weight: 400;
  color: #2292d1;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover,
.comment-list .reply a:hover {
  color: #17648f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 92, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.comment-list .reply a:focus,
.btn-link.focus,
.comment-list .reply a.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 99, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.comment-list .reply a:disabled,
.btn-link.disabled,
.comment-list .reply a.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 113, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.comment-list .reply .btn-group-lg > a,
.comment-form .btn-group-lg > input[type="submit"],
form .btn-group-lg > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-lg > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-lg > .button:not(.checkout-button),
._form .btn-group-lg > button,
form.wp-block-search .btn-group-lg > button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-lg > li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
form .btn-group-sm > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-sm > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-sm > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-sm > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-sm > #place_order,
._form .btn-group-sm > button,
form.wp-block-search .btn-group-sm > button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-sm > li.cta,
.comment-list .reply a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 131, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 12, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 17, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 62, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #444;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 36, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 62, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 62, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 67, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 47, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 51, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 62, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 84, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 111, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 129, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2292d1;
}

/* line 136, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 152, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.comment-list .reply .btn-group > a,
.comment-form .btn-group > input[type="submit"],
form .btn-group > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order,
._form .btn-group > button,
form.wp-block-search .btn-group > button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group > li.cta,
.btn-group-vertical > .btn,
.comment-list .reply .btn-group-vertical > a,
.comment-form .btn-group-vertical > input[type="submit"],
form .btn-group-vertical > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order,
._form .btn-group-vertical > button,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.comment-list .reply .btn-group > a:hover,
.comment-form .btn-group > input:hover[type="submit"],
form .btn-group > input:hover[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:hover,
._form .btn-group > button:hover,
form.wp-block-search .btn-group > button.wp-block-search__button:hover,
nav.nav-primary ul.navbar-nav.btn-group > li.cta:hover,
.btn-group-vertical > .btn:hover,
.comment-list .reply .btn-group-vertical > a:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
form .btn-group-vertical > input:hover[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:hover:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order:hover,
._form .btn-group-vertical > button:hover,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button:hover,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.comment-list .reply .btn-group > a:focus,
.comment-form .btn-group > input:focus[type="submit"],
form .btn-group > input:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:focus,
._form .btn-group > button:focus,
form.wp-block-search .btn-group > button.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav.btn-group > li.cta:focus,
.btn-group > .btn:active,
.comment-list .reply .btn-group > a:active,
.comment-form .btn-group > input:active[type="submit"],
form .btn-group > input:active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:active,
._form .btn-group > button:active,
form.wp-block-search .btn-group > button.wp-block-search__button:active,
nav.nav-primary ul.navbar-nav.btn-group > li.cta:active,
.btn-group > .btn.active,
.comment-list .reply .btn-group > a.active,
.comment-form .btn-group > input.active[type="submit"],
form .btn-group > input.active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .active.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .active.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.active.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.active.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .active.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .active.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .active.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > .active#place_order,
._form .btn-group > button.active,
form.wp-block-search .btn-group > button.active.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group > li.active.cta,
.btn-group-vertical > .btn:focus,
.comment-list .reply .btn-group-vertical > a:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
form .btn-group-vertical > input:focus[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:focus:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order:focus,
._form .btn-group-vertical > button:focus,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button:focus,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta:focus,
.btn-group-vertical > .btn:active,
.comment-list .reply .btn-group-vertical > a:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
form .btn-group-vertical > input:active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:active:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order:active,
._form .btn-group-vertical > button:active,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button:active,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta:active,
.btn-group-vertical > .btn.active,
.comment-list .reply .btn-group-vertical > a.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
form .btn-group-vertical > input.active[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .active.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .active.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.active.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.active.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .active.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .active.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .active.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .active#place_order,
._form .btn-group-vertical > button.active,
form.wp-block-search .btn-group-vertical > button.active.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.active.cta {
  z-index: 1;
}

/* line 27, node_modules/bootstrap/scss/_button-group.scss */

.btn-group .btn + .btn,
.btn-group .comment-list .reply a + .btn,
.comment-list .reply .btn-group a + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group form input[type="submit"] + .btn,
form .btn-group input[type="submit"] + .btn,
.btn-group form.search-form input[type="submit"] + .btn,
form.search-form .btn-group input[type="submit"] + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .btn,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .btn,
.btn-group ._form button + .btn,
._form .btn-group button + .btn,
.btn-group form.wp-block-search button.wp-block-search__button + .btn,
form.wp-block-search .btn-group button.wp-block-search__button + .btn,
.btn-group nav.nav-primary ul.navbar-nav > li.cta + .btn,
nav.nav-primary .btn-group ul.navbar-nav > li.cta + .btn,
.btn-group .comment-list .reply .btn + a,
.comment-list .reply .btn-group .btn + a,
.btn-group .comment-list .reply a + a,
.comment-list .reply .btn-group a + a,
.btn-group .comment-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group .comment-form input[type="submit"] + a,
.comment-form .btn-group .comment-list .reply input[type="submit"] + a,
.comment-list .reply .comment-form .btn-group input[type="submit"] + a,
.btn-group form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group form input[type="submit"] + a,
form .btn-group .comment-list .reply input[type="submit"] + a,
.comment-list .reply form .btn-group input[type="submit"] + a,
.btn-group form.search-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group form.search-form input[type="submit"] + a,
form.search-form .btn-group .comment-list .reply input[type="submit"] + a,
.comment-list .reply form.search-form .btn-group input[type="submit"] + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply button.button.alt + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply button.button.alt + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply a.button + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply a.button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .checkout-button + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-list .reply .checkout-button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + a,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply #place_order + a,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .comment-list .reply #place_order + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + a,
.btn-group ._form .comment-list .reply button + a,
.comment-list .reply .btn-group ._form button + a,
._form .btn-group .comment-list .reply button + a,
.comment-list .reply ._form .btn-group button + a,
.btn-group form.wp-block-search .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply .btn-group form.wp-block-search button.wp-block-search__button + a,
form.wp-block-search .btn-group .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply form.wp-block-search .btn-group button.wp-block-search__button + a,
.btn-group nav.nav-primary .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply .btn-group nav.nav-primary ul.navbar-nav > li.cta + a,
nav.nav-primary .btn-group .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply nav.nav-primary .btn-group ul.navbar-nav > li.cta + a,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-list .reply .comment-form a + input[type="submit"],
.comment-form .btn-group .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group .comment-form a + input[type="submit"],
.comment-form .comment-list .reply .btn-group a + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group form input[type="submit"] + input[type="submit"],
form .btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form.search-form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form form.search-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form button.button.alt + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form button.button.alt + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form a.button + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form a.button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .checkout-button + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-form .checkout-button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form #place_order + input[type="submit"],
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .comment-form #place_order + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + input[type="submit"],
.btn-group ._form .comment-form button + input[type="submit"],
.comment-form .btn-group ._form button + input[type="submit"],
._form .btn-group .comment-form button + input[type="submit"],
.comment-form ._form .btn-group button + input[type="submit"],
.btn-group form.wp-block-search .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form .btn-group form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form form.wp-block-search .btn-group button.wp-block-search__button + input[type="submit"],
.btn-group nav.nav-primary .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form .btn-group nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form nav.nav-primary .btn-group ul.navbar-nav > li.cta + input[type="submit"],
.btn-group form .btn + input[type="submit"],
form .btn-group .btn + input[type="submit"],
.btn-group .comment-list .reply form a + input[type="submit"],
form .btn-group .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group form a + input[type="submit"],
form .comment-list .reply .btn-group a + input[type="submit"],
.btn-group .comment-form form input[type="submit"] + input[type="submit"],
form .btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group form input[type="submit"] + input[type="submit"],
form .comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form input[type="submit"] + input[type="submit"],
form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .add_to_cart_button + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form .add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .single_add_to_cart_button + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form .single_add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form button.button.alt + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form button.button.alt + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form a.button + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form a.button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .button:not(.checkout-button) + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .checkout-button + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form .checkout-button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .button:not(.checkout-button) + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form #place_order + input[type="submit"],
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form #place_order + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + input[type="submit"],
.btn-group ._form form button + input[type="submit"],
form .btn-group ._form button + input[type="submit"],
._form .btn-group form button + input[type="submit"],
form ._form .btn-group button + input[type="submit"],
.btn-group form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group button.wp-block-search__button + input[type="submit"],
.btn-group nav.nav-primary form ul.navbar-nav > li.cta + input[type="submit"],
form .btn-group nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group form ul.navbar-nav > li.cta + input[type="submit"],
form nav.nav-primary .btn-group ul.navbar-nav > li.cta + input[type="submit"],
.btn-group form.search-form .btn + input[type="submit"],
form.search-form .btn-group .btn + input[type="submit"],
.btn-group .comment-list .reply form.search-form a + input[type="submit"],
form.search-form .btn-group .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group form.search-form a + input[type="submit"],
form.search-form .comment-list .reply .btn-group a + input[type="submit"],
.btn-group .comment-form form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group form.search-form input[type="submit"] + input[type="submit"],
form.search-form .comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form button.button.alt + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form button.button.alt + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form a.button + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form a.button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .checkout-button + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.search-form .checkout-button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form #place_order + input[type="submit"],
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form.search-form #place_order + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + input[type="submit"],
.btn-group ._form form.search-form button + input[type="submit"],
form.search-form .btn-group ._form button + input[type="submit"],
._form .btn-group form.search-form button + input[type="submit"],
form.search-form ._form .btn-group button + input[type="submit"],
.btn-group form.wp-block-search form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form .btn-group form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form form.wp-block-search .btn-group button.wp-block-search__button + input[type="submit"],
.btn-group nav.nav-primary form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form .btn-group nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form nav.nav-primary .btn-group ul.navbar-nav > li.cta + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn + .add_to_cart_button,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply a + .add_to_cart_button,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group a + .add_to_cart_button,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form input[type="submit"] + .add_to_cart_button,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group input[type="submit"] + .add_to_cart_button,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form input[type="submit"] + .add_to_cart_button,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group input[type="submit"] + .add_to_cart_button,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form input[type="submit"] + .add_to_cart_button,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group input[type="submit"] + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .add_to_cart_button,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form button + .add_to_cart_button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group button + .add_to_cart_button,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search button.wp-block-search__button + .add_to_cart_button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group button.wp-block-search__button + .add_to_cart_button,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > li.cta + .add_to_cart_button,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group ul.navbar-nav > li.cta + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn + .single_add_to_cart_button,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply a + .single_add_to_cart_button,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group a + .single_add_to_cart_button,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form input[type="submit"] + .single_add_to_cart_button,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group input[type="submit"] + .single_add_to_cart_button,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form input[type="submit"] + .single_add_to_cart_button,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group input[type="submit"] + .single_add_to_cart_button,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form input[type="submit"] + .single_add_to_cart_button,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group input[type="submit"] + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .single_add_to_cart_button,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form button + .single_add_to_cart_button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group button + .single_add_to_cart_button,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search button.wp-block-search__button + .single_add_to_cart_button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group button.wp-block-search__button + .single_add_to_cart_button,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > li.cta + .single_add_to_cart_button,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group ul.navbar-nav > li.cta + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn + button.button.alt,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply a + button.button.alt,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group a + button.button.alt,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form input[type="submit"] + button.button.alt,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group input[type="submit"] + button.button.alt,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form input[type="submit"] + button.button.alt,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group input[type="submit"] + button.button.alt,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form input[type="submit"] + button.button.alt,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group input[type="submit"] + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + button.button.alt,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form button + button.button.alt,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group button + button.button.alt,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search button.wp-block-search__button + button.button.alt,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group button.wp-block-search__button + button.button.alt,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > li.cta + button.button.alt,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group ul.navbar-nav > li.cta + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn + a.button,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-list .reply a + a.button,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group a + a.button,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .comment-form input[type="submit"] + a.button,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group input[type="submit"] + a.button,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form input[type="submit"] + a.button,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group input[type="submit"] + a.button,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.search-form input[type="submit"] + a.button,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group input[type="submit"] + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + a.button,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form button + a.button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group button + a.button,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search button.wp-block-search__button + a.button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group button.wp-block-search__button + a.button,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > li.cta + a.button,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group ul.navbar-nav > li.cta + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .btn + .button:not(.checkout-button),
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group a + .button:not(.checkout-button),
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form input[type="submit"] + .button:not(.checkout-button),
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .add_to_cart_button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .single_add_to_cart_button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group button.button.alt + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group a.button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .button:not(.checkout-button),
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ._form button + .button:not(.checkout-button),
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group button + .button:not(.checkout-button),
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group button.wp-block-search__button + .button:not(.checkout-button),
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .btn-group ul.navbar-nav > li.cta + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .btn + .checkout-button,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-list .reply a + .checkout-button,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group a + .checkout-button,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .comment-form input[type="submit"] + .checkout-button,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group input[type="submit"] + .checkout-button,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form input[type="submit"] + .checkout-button,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group input[type="submit"] + .checkout-button,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.search-form input[type="submit"] + .checkout-button,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group input[type="submit"] + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .add_to_cart_button + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .single_add_to_cart_button + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group button.button.alt + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group a.button + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .checkout-button,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ._form button + .checkout-button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group button + .checkout-button,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.wp-block-search button.wp-block-search__button + .checkout-button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group button.wp-block-search__button + .checkout-button,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group nav.nav-primary ul.navbar-nav > li.cta + .checkout-button,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .btn-group ul.navbar-nav > li.cta + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .btn + .button:not(.checkout-button),
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .btn-group a + .button:not(.checkout-button),
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form input[type="submit"] + .button:not(.checkout-button),
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .btn-group input[type="submit"] + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .add_to_cart_button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .single_add_to_cart_button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group button.button.alt + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group a.button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .button:not(.checkout-button),
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group ._form button + .button:not(.checkout-button),
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .btn-group button + .button:not(.checkout-button),
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .btn-group button.wp-block-search__button + .button:not(.checkout-button),
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary .btn-group ul.navbar-nav > li.cta + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .btn + #place_order,
.btn-group .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .comment-list .reply a + #place_order,
.comment-list .reply .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .btn-group a + #place_order,
.btn-group .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .comment-form input[type="submit"] + #place_order,
.comment-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .btn-group input[type="submit"] + #place_order,
.btn-group form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form input[type="submit"] + #place_order,
form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .btn-group input[type="submit"] + #place_order,
.btn-group form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form.search-form input[type="submit"] + #place_order,
form.search-form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .btn-group input[type="submit"] + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .add_to_cart_button + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .single_add_to_cart_button + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group button.button.alt + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group a.button + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .button:not(.checkout-button) + #place_order,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + #place_order,
.btn-group ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group ._form button + #place_order,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .btn-group button + #place_order,
.btn-group form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form.wp-block-search button.wp-block-search__button + #place_order,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .btn-group button.wp-block-search__button + #place_order,
.btn-group nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group nav.nav-primary ul.navbar-nav > li.cta + #place_order,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary .btn-group ul.navbar-nav > li.cta + #place_order,
.btn-group ._form .btn + button,
._form .btn-group .btn + button,
.btn-group .comment-list .reply ._form a + button,
._form .btn-group .comment-list .reply a + button,
.comment-list .reply .btn-group ._form a + button,
._form .comment-list .reply .btn-group a + button,
.btn-group .comment-form ._form input[type="submit"] + button,
._form .btn-group .comment-form input[type="submit"] + button,
.comment-form .btn-group ._form input[type="submit"] + button,
._form .comment-form .btn-group input[type="submit"] + button,
.btn-group form ._form input[type="submit"] + button,
._form .btn-group form input[type="submit"] + button,
form .btn-group ._form input[type="submit"] + button,
._form form .btn-group input[type="submit"] + button,
.btn-group form.search-form ._form input[type="submit"] + button,
._form .btn-group form.search-form input[type="submit"] + button,
form.search-form .btn-group ._form input[type="submit"] + button,
._form form.search-form .btn-group input[type="submit"] + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .add_to_cart_button + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form .add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .single_add_to_cart_button + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form .single_add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form button.button.alt + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form button.button.alt + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form a.button + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ._form a.button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .button:not(.checkout-button) + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .checkout-button + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ._form .checkout-button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .button:not(.checkout-button) + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form #place_order + button,
._form .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group ._form #place_order + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + button,
.btn-group ._form button + button,
._form .btn-group button + button,
.btn-group form.wp-block-search ._form button.wp-block-search__button + button,
._form .btn-group form.wp-block-search button.wp-block-search__button + button,
form.wp-block-search .btn-group ._form button.wp-block-search__button + button,
._form form.wp-block-search .btn-group button.wp-block-search__button + button,
.btn-group nav.nav-primary ._form ul.navbar-nav > li.cta + button,
._form .btn-group nav.nav-primary ul.navbar-nav > li.cta + button,
nav.nav-primary .btn-group ._form ul.navbar-nav > li.cta + button,
._form nav.nav-primary .btn-group ul.navbar-nav > li.cta + button,
.btn-group form.wp-block-search .btn + button.wp-block-search__button,
form.wp-block-search .btn-group .btn + button.wp-block-search__button,
.btn-group .comment-list .reply form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .btn-group .comment-list .reply a + button.wp-block-search__button,
.comment-list .reply .btn-group form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .comment-list .reply .btn-group a + button.wp-block-search__button,
.btn-group .comment-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group .comment-form input[type="submit"] + button.wp-block-search__button,
.comment-form .btn-group form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .comment-form .btn-group input[type="submit"] + button.wp-block-search__button,
.btn-group form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group input[type="submit"] + button.wp-block-search__button,
.btn-group form.search-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group form.search-form input[type="submit"] + button.wp-block-search__button,
form.search-form .btn-group form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search form.search-form .btn-group input[type="submit"] + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + button.wp-block-search__button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + button.wp-block-search__button,
.btn-group ._form form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search .btn-group ._form button + button.wp-block-search__button,
._form .btn-group form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search ._form .btn-group button + button.wp-block-search__button,
.btn-group form.wp-block-search button.wp-block-search__button + button.wp-block-search__button,
form.wp-block-search .btn-group button.wp-block-search__button + button.wp-block-search__button,
.btn-group nav.nav-primary form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search .btn-group nav.nav-primary ul.navbar-nav > li.cta + button.wp-block-search__button,
nav.nav-primary .btn-group form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search nav.nav-primary .btn-group ul.navbar-nav > li.cta + button.wp-block-search__button,
.btn-group nav.nav-primary ul.navbar-nav > .btn + li.cta,
nav.nav-primary .btn-group ul.navbar-nav > .btn + li.cta,
.btn-group .comment-list .reply nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .btn-group .comment-list .reply ul.navbar-nav > a + li.cta,
.comment-list .reply .btn-group nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .comment-list .reply .btn-group ul.navbar-nav > a + li.cta,
.btn-group .comment-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group .comment-form ul.navbar-nav > input[type="submit"] + li.cta,
.comment-form .btn-group nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .comment-form .btn-group ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group form ul.navbar-nav > input[type="submit"] + li.cta,
form .btn-group nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form .btn-group ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group form.search-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group form.search-form ul.navbar-nav > input[type="submit"] + li.cta,
form.search-form .btn-group nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form.search-form .btn-group ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ul.navbar-nav > .add_to_cart_button + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .single_add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ul.navbar-nav > .single_add_to_cart_button + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > button.button.alt + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ul.navbar-nav > button.button.alt + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > a.button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group ul.navbar-nav > a.button + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .checkout-button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group ul.navbar-nav > .checkout-button + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > #place_order + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group ul.navbar-nav > #place_order + li.cta,
.btn-group ._form nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary .btn-group ._form ul.navbar-nav > button + li.cta,
._form .btn-group nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary ._form .btn-group ul.navbar-nav > button + li.cta,
.btn-group form.wp-block-search nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary .btn-group form.wp-block-search ul.navbar-nav > button.wp-block-search__button + li.cta,
form.wp-block-search .btn-group nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary form.wp-block-search .btn-group ul.navbar-nav > button.wp-block-search__button + li.cta,
.btn-group nav.nav-primary ul.navbar-nav > li.cta + li.cta,
nav.nav-primary .btn-group ul.navbar-nav > li.cta + li.cta,
.btn-group .btn + .btn-group,
.btn-group .comment-list .reply a + .btn-group,
.comment-list .reply .btn-group a + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .btn-group,
.btn-group form input[type="submit"] + .btn-group,
form .btn-group input[type="submit"] + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .add_to_cart_button + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .single_add_to_cart_button + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group button.button.alt + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group a.button + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .button:not(.checkout-button) + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .checkout-button + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .button:not(.checkout-button) + .btn-group,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group #place_order + .btn-group,
.btn-group ._form button + .btn-group,
._form .btn-group button + .btn-group,
.btn-group form.wp-block-search button.wp-block-search__button + .btn-group,
form.wp-block-search .btn-group button.wp-block-search__button + .btn-group,
.btn-group nav.nav-primary ul.navbar-nav > li.cta + .btn-group,
nav.nav-primary .btn-group ul.navbar-nav > li.cta + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-list .reply .btn-group + a,
.comment-list .reply .btn-group .btn-group + a,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.btn-group form .btn-group + input[type="submit"],
form .btn-group .btn-group + input[type="submit"],
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn-group + .add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn-group + .single_add_to_cart_button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn-group + button.button.alt,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group .btn-group + a.button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .btn-group + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group .btn-group + .checkout-button,
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group .btn-group + .button:not(.checkout-button),
.btn-group .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group .btn-group + #place_order,
.btn-group ._form .btn-group + button,
._form .btn-group .btn-group + button,
.btn-group form.wp-block-search .btn-group + button.wp-block-search__button,
form.wp-block-search .btn-group .btn-group + button.wp-block-search__button,
.btn-group nav.nav-primary ul.navbar-nav > .btn-group + li.cta,
nav.nav-primary .btn-group ul.navbar-nav > .btn-group + li.cta,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-list .reply a + .btn,
.comment-list .reply .btn-group-vertical a + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical form input[type="submit"] + .btn,
form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical form.search-form input[type="submit"] + .btn,
form.search-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .btn,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .btn,
.btn-group-vertical ._form button + .btn,
._form .btn-group-vertical button + .btn,
.btn-group-vertical form.wp-block-search button.wp-block-search__button + .btn,
form.wp-block-search .btn-group-vertical button.wp-block-search__button + .btn,
.btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .btn,
nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .btn,
.btn-group-vertical .comment-list .reply .btn + a,
.comment-list .reply .btn-group-vertical .btn + a,
.btn-group-vertical .comment-list .reply a + a,
.comment-list .reply .btn-group-vertical a + a,
.btn-group-vertical .comment-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group-vertical .comment-form input[type="submit"] + a,
.comment-form .btn-group-vertical .comment-list .reply input[type="submit"] + a,
.comment-list .reply .comment-form .btn-group-vertical input[type="submit"] + a,
.btn-group-vertical form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group-vertical form input[type="submit"] + a,
form .btn-group-vertical .comment-list .reply input[type="submit"] + a,
.comment-list .reply form .btn-group-vertical input[type="submit"] + a,
.btn-group-vertical form.search-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .btn-group-vertical form.search-form input[type="submit"] + a,
form.search-form .btn-group-vertical .comment-list .reply input[type="submit"] + a,
.comment-list .reply form.search-form .btn-group-vertical input[type="submit"] + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply button.button.alt + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply button.button.alt + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply a.button + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply a.button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .checkout-button + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-list .reply .checkout-button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + a,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply #place_order + a,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .comment-list .reply #place_order + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + a,
.btn-group-vertical ._form .comment-list .reply button + a,
.comment-list .reply .btn-group-vertical ._form button + a,
._form .btn-group-vertical .comment-list .reply button + a,
.comment-list .reply ._form .btn-group-vertical button + a,
.btn-group-vertical form.wp-block-search .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply .btn-group-vertical form.wp-block-search button.wp-block-search__button + a,
form.wp-block-search .btn-group-vertical .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply form.wp-block-search .btn-group-vertical button.wp-block-search__button + a,
.btn-group-vertical nav.nav-primary .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + a,
nav.nav-primary .btn-group-vertical .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + a,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-list .reply .comment-form a + input[type="submit"],
.comment-form .btn-group-vertical .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group-vertical .comment-form a + input[type="submit"],
.comment-form .comment-list .reply .btn-group-vertical a + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical form input[type="submit"] + input[type="submit"],
form .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form.search-form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form form.search-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form button.button.alt + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form button.button.alt + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form a.button + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form a.button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .checkout-button + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-form .checkout-button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form #place_order + input[type="submit"],
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .comment-form #place_order + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + input[type="submit"],
.btn-group-vertical ._form .comment-form button + input[type="submit"],
.comment-form .btn-group-vertical ._form button + input[type="submit"],
._form .btn-group-vertical .comment-form button + input[type="submit"],
.comment-form ._form .btn-group-vertical button + input[type="submit"],
.btn-group-vertical form.wp-block-search .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form .btn-group-vertical form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group-vertical .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form form.wp-block-search .btn-group-vertical button.wp-block-search__button + input[type="submit"],
.btn-group-vertical nav.nav-primary .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group-vertical .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + input[type="submit"],
.btn-group-vertical form .btn + input[type="submit"],
form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-list .reply form a + input[type="submit"],
form .btn-group-vertical .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group-vertical form a + input[type="submit"],
form .comment-list .reply .btn-group-vertical a + input[type="submit"],
.btn-group-vertical .comment-form form input[type="submit"] + input[type="submit"],
form .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical form input[type="submit"] + input[type="submit"],
form .comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form input[type="submit"] + input[type="submit"],
form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .add_to_cart_button + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form .add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .single_add_to_cart_button + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form .single_add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form button.button.alt + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form button.button.alt + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form a.button + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form a.button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .button:not(.checkout-button) + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .checkout-button + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form .checkout-button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .button:not(.checkout-button) + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form #place_order + input[type="submit"],
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form #place_order + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + input[type="submit"],
.btn-group-vertical ._form form button + input[type="submit"],
form .btn-group-vertical ._form button + input[type="submit"],
._form .btn-group-vertical form button + input[type="submit"],
form ._form .btn-group-vertical button + input[type="submit"],
.btn-group-vertical form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group-vertical button.wp-block-search__button + input[type="submit"],
.btn-group-vertical nav.nav-primary form ul.navbar-nav > li.cta + input[type="submit"],
form .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group-vertical form ul.navbar-nav > li.cta + input[type="submit"],
form nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + input[type="submit"],
.btn-group-vertical form.search-form .btn + input[type="submit"],
form.search-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-list .reply form.search-form a + input[type="submit"],
form.search-form .btn-group-vertical .comment-list .reply a + input[type="submit"],
.comment-list .reply .btn-group-vertical form.search-form a + input[type="submit"],
form.search-form .comment-list .reply .btn-group-vertical a + input[type="submit"],
.btn-group-vertical .comment-form form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical form.search-form input[type="submit"] + input[type="submit"],
form.search-form .comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical form.search-form input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form button.button.alt + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form button.button.alt + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form a.button + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form a.button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .checkout-button + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.search-form .checkout-button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form #place_order + input[type="submit"],
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form.search-form #place_order + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + input[type="submit"],
.btn-group-vertical ._form form.search-form button + input[type="submit"],
form.search-form .btn-group-vertical ._form button + input[type="submit"],
._form .btn-group-vertical form.search-form button + input[type="submit"],
form.search-form ._form .btn-group-vertical button + input[type="submit"],
.btn-group-vertical form.wp-block-search form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form .btn-group-vertical form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .btn-group-vertical form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form form.wp-block-search .btn-group-vertical button.wp-block-search__button + input[type="submit"],
.btn-group-vertical nav.nav-primary form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .btn-group-vertical form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn + .add_to_cart_button,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply a + .add_to_cart_button,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical a + .add_to_cart_button,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form input[type="submit"] + .add_to_cart_button,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical input[type="submit"] + .add_to_cart_button,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form input[type="submit"] + .add_to_cart_button,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical input[type="submit"] + .add_to_cart_button,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form input[type="submit"] + .add_to_cart_button,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical input[type="submit"] + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .add_to_cart_button,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form button + .add_to_cart_button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical button + .add_to_cart_button,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search button.wp-block-search__button + .add_to_cart_button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical button.wp-block-search__button + .add_to_cart_button,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .add_to_cart_button,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn + .single_add_to_cart_button,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply a + .single_add_to_cart_button,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical a + .single_add_to_cart_button,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form input[type="submit"] + .single_add_to_cart_button,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical input[type="submit"] + .single_add_to_cart_button,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form input[type="submit"] + .single_add_to_cart_button,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical input[type="submit"] + .single_add_to_cart_button,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form input[type="submit"] + .single_add_to_cart_button,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical input[type="submit"] + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .single_add_to_cart_button,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form button + .single_add_to_cart_button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical button + .single_add_to_cart_button,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search button.wp-block-search__button + .single_add_to_cart_button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical button.wp-block-search__button + .single_add_to_cart_button,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .single_add_to_cart_button,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn + button.button.alt,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply a + button.button.alt,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical a + button.button.alt,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form input[type="submit"] + button.button.alt,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical input[type="submit"] + button.button.alt,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form input[type="submit"] + button.button.alt,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical input[type="submit"] + button.button.alt,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form input[type="submit"] + button.button.alt,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical input[type="submit"] + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + button.button.alt,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form button + button.button.alt,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical button + button.button.alt,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search button.wp-block-search__button + button.button.alt,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical button.wp-block-search__button + button.button.alt,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + button.button.alt,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn + a.button,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-list .reply a + a.button,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical a + a.button,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .comment-form input[type="submit"] + a.button,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical input[type="submit"] + a.button,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form input[type="submit"] + a.button,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical input[type="submit"] + a.button,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.search-form input[type="submit"] + a.button,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical input[type="submit"] + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + a.button,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form button + a.button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical button + a.button,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search button.wp-block-search__button + a.button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical button.wp-block-search__button + a.button,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + a.button,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .btn + .button:not(.checkout-button),
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical a + .button:not(.checkout-button),
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form input[type="submit"] + .button:not(.checkout-button),
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .add_to_cart_button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .single_add_to_cart_button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical button.button.alt + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical a.button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .button:not(.checkout-button),
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ._form button + .button:not(.checkout-button),
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical button + .button:not(.checkout-button),
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical button.wp-block-search__button + .button:not(.checkout-button),
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .btn + .checkout-button,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-list .reply a + .checkout-button,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical a + .checkout-button,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .comment-form input[type="submit"] + .checkout-button,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical input[type="submit"] + .checkout-button,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form input[type="submit"] + .checkout-button,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical input[type="submit"] + .checkout-button,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.search-form input[type="submit"] + .checkout-button,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical input[type="submit"] + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .add_to_cart_button + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .single_add_to_cart_button + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical button.button.alt + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical a.button + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .checkout-button,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ._form button + .checkout-button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical button + .checkout-button,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.wp-block-search button.wp-block-search__button + .checkout-button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical button.wp-block-search__button + .checkout-button,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .checkout-button,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .btn + .button:not(.checkout-button),
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .btn-group-vertical a + .button:not(.checkout-button),
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form input[type="submit"] + .button:not(.checkout-button),
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .btn-group-vertical input[type="submit"] + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .add_to_cart_button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .single_add_to_cart_button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical button.button.alt + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical a.button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .button:not(.checkout-button),
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical ._form button + .button:not(.checkout-button),
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .btn-group-vertical button + .button:not(.checkout-button),
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .btn-group-vertical button.wp-block-search__button + .button:not(.checkout-button),
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .btn + #place_order,
.btn-group-vertical .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .comment-list .reply a + #place_order,
.comment-list .reply .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .btn-group-vertical a + #place_order,
.btn-group-vertical .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .comment-form input[type="submit"] + #place_order,
.comment-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .btn-group-vertical input[type="submit"] + #place_order,
.btn-group-vertical form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form input[type="submit"] + #place_order,
form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .btn-group-vertical input[type="submit"] + #place_order,
.btn-group-vertical form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form.search-form input[type="submit"] + #place_order,
form.search-form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .btn-group-vertical input[type="submit"] + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .add_to_cart_button + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .single_add_to_cart_button + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical button.button.alt + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical a.button + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .button:not(.checkout-button) + #place_order,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + #place_order,
.btn-group-vertical ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical ._form button + #place_order,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .btn-group-vertical button + #place_order,
.btn-group-vertical form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form.wp-block-search button.wp-block-search__button + #place_order,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .btn-group-vertical button.wp-block-search__button + #place_order,
.btn-group-vertical nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + #place_order,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + #place_order,
.btn-group-vertical ._form .btn + button,
._form .btn-group-vertical .btn + button,
.btn-group-vertical .comment-list .reply ._form a + button,
._form .btn-group-vertical .comment-list .reply a + button,
.comment-list .reply .btn-group-vertical ._form a + button,
._form .comment-list .reply .btn-group-vertical a + button,
.btn-group-vertical .comment-form ._form input[type="submit"] + button,
._form .btn-group-vertical .comment-form input[type="submit"] + button,
.comment-form .btn-group-vertical ._form input[type="submit"] + button,
._form .comment-form .btn-group-vertical input[type="submit"] + button,
.btn-group-vertical form ._form input[type="submit"] + button,
._form .btn-group-vertical form input[type="submit"] + button,
form .btn-group-vertical ._form input[type="submit"] + button,
._form form .btn-group-vertical input[type="submit"] + button,
.btn-group-vertical form.search-form ._form input[type="submit"] + button,
._form .btn-group-vertical form.search-form input[type="submit"] + button,
form.search-form .btn-group-vertical ._form input[type="submit"] + button,
._form form.search-form .btn-group-vertical input[type="submit"] + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .add_to_cart_button + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form .add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .single_add_to_cart_button + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form .single_add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form button.button.alt + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form button.button.alt + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form a.button + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ._form a.button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .button:not(.checkout-button) + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .checkout-button + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ._form .checkout-button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .button:not(.checkout-button) + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form #place_order + button,
._form .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical ._form #place_order + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + button,
.btn-group-vertical ._form button + button,
._form .btn-group-vertical button + button,
.btn-group-vertical form.wp-block-search ._form button.wp-block-search__button + button,
._form .btn-group-vertical form.wp-block-search button.wp-block-search__button + button,
form.wp-block-search .btn-group-vertical ._form button.wp-block-search__button + button,
._form form.wp-block-search .btn-group-vertical button.wp-block-search__button + button,
.btn-group-vertical nav.nav-primary ._form ul.navbar-nav > li.cta + button,
._form .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + button,
nav.nav-primary .btn-group-vertical ._form ul.navbar-nav > li.cta + button,
._form nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + button,
.btn-group-vertical form.wp-block-search .btn + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .btn + button.wp-block-search__button,
.btn-group-vertical .comment-list .reply form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .comment-list .reply a + button.wp-block-search__button,
.comment-list .reply .btn-group-vertical form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .comment-list .reply .btn-group-vertical a + button.wp-block-search__button,
.btn-group-vertical .comment-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .comment-form input[type="submit"] + button.wp-block-search__button,
.comment-form .btn-group-vertical form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .comment-form .btn-group-vertical input[type="submit"] + button.wp-block-search__button,
.btn-group-vertical form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical input[type="submit"] + button.wp-block-search__button,
.btn-group-vertical form.search-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical form.search-form input[type="submit"] + button.wp-block-search__button,
form.search-form .btn-group-vertical form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search form.search-form .btn-group-vertical input[type="submit"] + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + button.wp-block-search__button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + button.wp-block-search__button,
.btn-group-vertical ._form form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical ._form button + button.wp-block-search__button,
._form .btn-group-vertical form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search ._form .btn-group-vertical button + button.wp-block-search__button,
.btn-group-vertical form.wp-block-search button.wp-block-search__button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical button.wp-block-search__button + button.wp-block-search__button,
.btn-group-vertical nav.nav-primary form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + button.wp-block-search__button,
nav.nav-primary .btn-group-vertical form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + button.wp-block-search__button,
.btn-group-vertical nav.nav-primary ul.navbar-nav > .btn + li.cta,
nav.nav-primary .btn-group-vertical ul.navbar-nav > .btn + li.cta,
.btn-group-vertical .comment-list .reply nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .btn-group-vertical .comment-list .reply ul.navbar-nav > a + li.cta,
.comment-list .reply .btn-group-vertical nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .comment-list .reply .btn-group-vertical ul.navbar-nav > a + li.cta,
.btn-group-vertical .comment-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group-vertical .comment-form ul.navbar-nav > input[type="submit"] + li.cta,
.comment-form .btn-group-vertical nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .comment-form .btn-group-vertical ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group-vertical form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group-vertical form ul.navbar-nav > input[type="submit"] + li.cta,
form .btn-group-vertical nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form .btn-group-vertical ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group-vertical form.search-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .btn-group-vertical form.search-form ul.navbar-nav > input[type="submit"] + li.cta,
form.search-form .btn-group-vertical nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form.search-form .btn-group-vertical ul.navbar-nav > input[type="submit"] + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ul.navbar-nav > .add_to_cart_button + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .single_add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ul.navbar-nav > .single_add_to_cart_button + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > button.button.alt + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ul.navbar-nav > button.button.alt + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > a.button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical ul.navbar-nav > a.button + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .checkout-button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical ul.navbar-nav > .checkout-button + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > #place_order + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical ul.navbar-nav > #place_order + li.cta,
.btn-group-vertical ._form nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary .btn-group-vertical ._form ul.navbar-nav > button + li.cta,
._form .btn-group-vertical nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary ._form .btn-group-vertical ul.navbar-nav > button + li.cta,
.btn-group-vertical form.wp-block-search nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary .btn-group-vertical form.wp-block-search ul.navbar-nav > button.wp-block-search__button + li.cta,
form.wp-block-search .btn-group-vertical nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary form.wp-block-search .btn-group-vertical ul.navbar-nav > button.wp-block-search__button + li.cta,
.btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + li.cta,
nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + li.cta,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-list .reply a + .btn-group,
.comment-list .reply .btn-group-vertical a + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical form input[type="submit"] + .btn-group,
form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button) + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button) + .btn-group,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order + .btn-group,
.btn-group-vertical ._form button + .btn-group,
._form .btn-group-vertical button + .btn-group,
.btn-group-vertical form.wp-block-search button.wp-block-search__button + .btn-group,
form.wp-block-search .btn-group-vertical button.wp-block-search__button + .btn-group,
.btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta + .btn-group,
nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-list .reply .btn-group + a,
.comment-list .reply .btn-group-vertical .btn-group + a,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical form .btn-group + input[type="submit"],
form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn-group + .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn-group + .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn-group + button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .btn-group + a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .btn-group + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .btn-group + .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .btn-group + .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical .btn-group + #place_order,
.btn-group-vertical ._form .btn-group + button,
._form .btn-group-vertical .btn-group + button,
.btn-group-vertical form.wp-block-search .btn-group + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical .btn-group + button.wp-block-search__button,
.btn-group-vertical nav.nav-primary ul.navbar-nav > .btn-group + li.cta,
nav.nav-primary .btn-group-vertical ul.navbar-nav > .btn-group + li.cta,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 41, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 47, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:first-child,
.comment-list .reply .btn-group > a:first-child,
.comment-form .btn-group > input:first-child[type="submit"],
form .btn-group > input:first-child[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:first-child,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:first-child,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:first-child,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:first-child,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:first-child:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:first-child,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:first-child:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:first-child,
._form .btn-group > button:first-child,
form.wp-block-search .btn-group > button.wp-block-search__button:first-child,
nav.nav-primary ul.navbar-nav.btn-group > li.cta:first-child {
  margin-left: 0;
}

/* line 52, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-list .reply .btn-group > a:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:not(:last-child):not(.dropdown-toggle),
._form .btn-group > button:not(:last-child):not(.dropdown-toggle),
form.wp-block-search .btn-group > button.wp-block-search__button:not(:last-child):not(.dropdown-toggle),
nav.nav-primary ul.navbar-nav.btn-group > li.cta:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-list .reply .btn-group > .btn-group:not(:last-child) > a,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:last-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:last-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:last-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .btn-group:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .btn-group:not(:last-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .btn-group:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > .btn-group:not(:last-child) > #place_order,
._form .btn-group > .btn-group:not(:last-child) > button,
form.wp-block-search .btn-group > .btn-group:not(:last-child) > button.wp-block-search__button,
nav.nav-primary .btn-group > ul.navbar-nav.btn-group:not(:last-child) > li.cta {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-list .reply .btn-group > a:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
form .btn-group > input:not(:first-child)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .single_add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > button.button.alt:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > a.button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .checkout-button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > #place_order:not(:first-child),
._form .btn-group > button:not(:first-child),
form.wp-block-search .btn-group > button.wp-block-search__button:not(:first-child),
nav.nav-primary ul.navbar-nav.btn-group > li.cta:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-list .reply .btn-group > .btn-group:not(:first-child) > a,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:first-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:first-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:first-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .btn-group:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group > .btn-group:not(:first-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group > .btn-group:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group > .btn-group:not(:first-child) > #place_order,
._form .btn-group > .btn-group:not(:first-child) > button,
form.wp-block-search .btn-group > .btn-group:not(:first-child) > button.wp-block-search__button,
nav.nav-primary .btn-group > ul.navbar-nav.btn-group:not(:first-child) > li.cta {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-list .reply .btn-group-sm > a + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > .add_to_cart_button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > .single_add_to_cart_button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > button.button.alt + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-sm > a.button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-sm > .button:not(.checkout-button) + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-sm > .checkout-button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-sm > .button:not(.checkout-button) + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-sm > #place_order + .dropdown-toggle-split,
._form .btn-group-sm > button + .dropdown-toggle-split,
form.wp-block-search .btn-group-sm > button.wp-block-search__button + .dropdown-toggle-split,
nav.nav-primary ul.navbar-nav.btn-group-sm > li.cta + .dropdown-toggle-split,
.comment-list .reply a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-list .reply .btn-group-lg > a + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > .add_to_cart_button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > .single_add_to_cart_button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > button.button.alt + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-lg > a.button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-lg > .button:not(.checkout-button) + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-lg > .checkout-button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-lg > .button:not(.checkout-button) + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-lg > #place_order + .dropdown-toggle-split,
._form .btn-group-lg > button + .dropdown-toggle-split,
form.wp-block-search .btn-group-lg > button.wp-block-search__button + .dropdown-toggle-split,
nav.nav-primary ul.navbar-nav.btn-group-lg > li.cta + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .dropdown-toggle-split,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 122, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical .btn,
.btn-group-vertical .comment-list .reply a,
.comment-list .reply .btn-group-vertical a,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical form input[type="submit"],
form .btn-group-vertical input[type="submit"],
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical .single_add_to_cart_button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical button.button.alt,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical a.button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical .checkout-button,
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical .button:not(.checkout-button),
.btn-group-vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical #place_order,
.btn-group-vertical ._form button,
._form .btn-group-vertical button,
.btn-group-vertical form.wp-block-search button.wp-block-search__button,
form.wp-block-search .btn-group-vertical button.wp-block-search__button,
.btn-group-vertical nav.nav-primary ul.navbar-nav > li.cta,
nav.nav-primary .btn-group-vertical ul.navbar-nav > li.cta,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn + .btn,
.comment-list .reply .btn-group-vertical > a + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
form .btn-group-vertical > input[type="submit"] + .btn,
form.search-form .btn-group-vertical > input[type="submit"] + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .btn,
._form .btn-group-vertical > button + .btn,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .btn,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .btn,
.comment-list .reply .btn-group-vertical > .btn + a,
.comment-list .reply .btn-group-vertical > a + a,
.comment-form .comment-list .reply .btn-group-vertical > input[type="submit"] + a,
.comment-list .reply .comment-form .btn-group-vertical > input[type="submit"] + a,
form .comment-list .reply .btn-group-vertical > input[type="submit"] + a,
.comment-list .reply form .btn-group-vertical > input[type="submit"] + a,
form.search-form .comment-list .reply .btn-group-vertical > input[type="submit"] + a,
.comment-list .reply form.search-form .btn-group-vertical > input[type="submit"] + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > .add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > .single_add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > button.button.alt + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > a.button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical > .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical > .checkout-button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .btn-group-vertical > .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .btn-group-vertical > #place_order + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + a,
._form .comment-list .reply .btn-group-vertical > button + a,
.comment-list .reply ._form .btn-group-vertical > button + a,
form.wp-block-search .comment-list .reply .btn-group-vertical > button.wp-block-search__button + a,
.comment-list .reply form.wp-block-search .btn-group-vertical > button.wp-block-search__button + a,
nav.nav-primary .comment-list .reply ul.navbar-nav.btn-group-vertical > li.cta + a,
.comment-list .reply nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + a,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-list .reply .comment-form .btn-group-vertical > a + input[type="submit"],
.comment-form .comment-list .reply .btn-group-vertical > a + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.comment-form form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form.search-form .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.comment-form form.search-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > .add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > button.button.alt + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > a.button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical > .checkout-button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .btn-group-vertical > #place_order + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + input[type="submit"],
._form .comment-form .btn-group-vertical > button + input[type="submit"],
.comment-form ._form .btn-group-vertical > button + input[type="submit"],
form.wp-block-search .comment-form .btn-group-vertical > button.wp-block-search__button + input[type="submit"],
.comment-form form.wp-block-search .btn-group-vertical > button.wp-block-search__button + input[type="submit"],
nav.nav-primary .comment-form ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
.comment-form nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
form .btn-group-vertical > .btn + input[type="submit"],
.comment-list .reply form .btn-group-vertical > a + input[type="submit"],
form .comment-list .reply .btn-group-vertical > a + input[type="submit"],
.comment-form form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > .add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > button.button.alt + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > a.button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical > .checkout-button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .btn-group-vertical > #place_order + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + input[type="submit"],
._form form .btn-group-vertical > button + input[type="submit"],
form ._form .btn-group-vertical > button + input[type="submit"],
form.wp-block-search .btn-group-vertical > button.wp-block-search__button + input[type="submit"],
nav.nav-primary form ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
form nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
form.search-form .btn-group-vertical > .btn + input[type="submit"],
.comment-list .reply form.search-form .btn-group-vertical > a + input[type="submit"],
form.search-form .comment-list .reply .btn-group-vertical > a + input[type="submit"],
.comment-form form.search-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form.search-form .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
form.search-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > .add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > button.button.alt + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > a.button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical > .checkout-button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .btn-group-vertical > #place_order + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + input[type="submit"],
._form form.search-form .btn-group-vertical > button + input[type="submit"],
form.search-form ._form .btn-group-vertical > button + input[type="submit"],
form.wp-block-search form.search-form .btn-group-vertical > button.wp-block-search__button + input[type="submit"],
form.search-form form.wp-block-search .btn-group-vertical > button.wp-block-search__button + input[type="submit"],
nav.nav-primary form.search-form ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
form.search-form nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn + .add_to_cart_button,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > a + .add_to_cart_button,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .add_to_cart_button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > button + .add_to_cart_button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .add_to_cart_button,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn + .single_add_to_cart_button,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > a + .single_add_to_cart_button,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .single_add_to_cart_button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > button + .single_add_to_cart_button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .single_add_to_cart_button,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn + button.button.alt,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > a + button.button.alt,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > input[type="submit"] + button.button.alt,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > input[type="submit"] + button.button.alt,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + button.button.alt,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > button + button.button.alt,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > button.wp-block-search__button + button.button.alt,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn + a.button,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .btn-group-vertical > a + a.button,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .btn-group-vertical > input[type="submit"] + a.button,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .btn-group-vertical > input[type="submit"] + a.button,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .btn-group-vertical > input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + a.button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > button + a.button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > button.wp-block-search__button + a.button,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn + .button:not(.checkout-button),
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical > a + .button:not(.checkout-button),
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .button:not(.checkout-button),
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical > button + .button:not(.checkout-button),
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .button:not(.checkout-button),
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav.btn-group-vertical > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn + .checkout-button,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .btn-group-vertical > a + .checkout-button,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .btn-group-vertical > input[type="submit"] + .checkout-button,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .btn-group-vertical > input[type="submit"] + .checkout-button,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .btn-group-vertical > input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .single_add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button.button.alt + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > a.button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .checkout-button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical > button + .checkout-button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .checkout-button,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav.btn-group-vertical > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .btn + .button:not(.checkout-button),
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .btn-group-vertical > a + .button:not(.checkout-button),
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .btn-group-vertical > input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .button:not(.checkout-button),
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .btn-group-vertical > button + .button:not(.checkout-button),
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .button:not(.checkout-button),
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav.btn-group-vertical > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .btn + #place_order,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .btn-group-vertical > a + #place_order,
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .btn-group-vertical > input[type="submit"] + #place_order,
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .btn-group-vertical > input[type="submit"] + #place_order,
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .btn-group-vertical > input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + #place_order,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .btn-group-vertical > button + #place_order,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .btn-group-vertical > button.wp-block-search__button + #place_order,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav.btn-group-vertical > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + #place_order,
._form .btn-group-vertical > .btn + button,
.comment-list .reply ._form .btn-group-vertical > a + button,
._form .comment-list .reply .btn-group-vertical > a + button,
.comment-form ._form .btn-group-vertical > input[type="submit"] + button,
._form .comment-form .btn-group-vertical > input[type="submit"] + button,
form ._form .btn-group-vertical > input[type="submit"] + button,
._form form .btn-group-vertical > input[type="submit"] + button,
form.search-form ._form .btn-group-vertical > input[type="submit"] + button,
._form form.search-form .btn-group-vertical > input[type="submit"] + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > .add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > .single_add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > button.button.alt + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .btn-group-vertical > a.button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical > .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .btn-group-vertical > .checkout-button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .btn-group-vertical > .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .btn-group-vertical > #place_order + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + button,
._form .btn-group-vertical > button + button,
form.wp-block-search ._form .btn-group-vertical > button.wp-block-search__button + button,
._form form.wp-block-search .btn-group-vertical > button.wp-block-search__button + button,
nav.nav-primary ._form ul.navbar-nav.btn-group-vertical > li.cta + button,
._form nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + button,
form.wp-block-search .btn-group-vertical > .btn + button.wp-block-search__button,
.comment-list .reply form.wp-block-search .btn-group-vertical > a + button.wp-block-search__button,
form.wp-block-search .comment-list .reply .btn-group-vertical > a + button.wp-block-search__button,
.comment-form form.wp-block-search .btn-group-vertical > input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .comment-form .btn-group-vertical > input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical > input[type="submit"] + button.wp-block-search__button,
form.search-form form.wp-block-search .btn-group-vertical > input[type="submit"] + button.wp-block-search__button,
form.wp-block-search form.search-form .btn-group-vertical > input[type="submit"] + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > button.button.alt + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .btn-group-vertical > a.button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical > .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .btn-group-vertical > .checkout-button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .btn-group-vertical > .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .btn-group-vertical > #place_order + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + button.wp-block-search__button,
._form form.wp-block-search .btn-group-vertical > button + button.wp-block-search__button,
form.wp-block-search ._form .btn-group-vertical > button + button.wp-block-search__button,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button + button.wp-block-search__button,
nav.nav-primary form.wp-block-search ul.navbar-nav.btn-group-vertical > li.cta + button.wp-block-search__button,
form.wp-block-search nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-vertical > .btn + li.cta,
.comment-list .reply nav.nav-primary ul.navbar-nav.btn-group-vertical > a + li.cta,
nav.nav-primary .comment-list .reply ul.navbar-nav.btn-group-vertical > a + li.cta,
.comment-form nav.nav-primary ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
nav.nav-primary .comment-form ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
form nav.nav-primary ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
nav.nav-primary form ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
form.search-form nav.nav-primary ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
nav.nav-primary form.search-form ul.navbar-nav.btn-group-vertical > input[type="submit"] + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > .add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > .add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > .single_add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > .single_add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > button.button.alt + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > button.button.alt + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav.btn-group-vertical > a.button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav.btn-group-vertical > a.button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav.btn-group-vertical > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav.btn-group-vertical > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav.btn-group-vertical > .checkout-button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav.btn-group-vertical > .checkout-button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav.btn-group-vertical > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav.btn-group-vertical > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav.btn-group-vertical > #place_order + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav.btn-group-vertical > #place_order + li.cta,
._form nav.nav-primary ul.navbar-nav.btn-group-vertical > button + li.cta,
nav.nav-primary ._form ul.navbar-nav.btn-group-vertical > button + li.cta,
form.wp-block-search nav.nav-primary ul.navbar-nav.btn-group-vertical > button.wp-block-search__button + li.cta,
nav.nav-primary form.wp-block-search ul.navbar-nav.btn-group-vertical > button.wp-block-search__button + li.cta,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + li.cta,
.btn-group-vertical > .btn + .btn-group,
.comment-list .reply .btn-group-vertical > a + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
form .btn-group-vertical > input[type="submit"] + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(.checkout-button) + .btn-group,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order + .btn-group,
._form .btn-group-vertical > button + .btn-group,
form.wp-block-search .btn-group-vertical > button.wp-block-search__button + .btn-group,
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-list .reply .btn-group-vertical > .btn-group + a,
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
form .btn-group-vertical > .btn-group + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .btn-group + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .btn-group + #place_order,
._form .btn-group-vertical > .btn-group + button,
form.wp-block-search .btn-group-vertical > .btn-group + button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-vertical > .btn-group + li.cta,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 136, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-list .reply .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order:not(:last-child):not(.dropdown-toggle),
._form .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
form.wp-block-search .btn-group-vertical > button.wp-block-search__button:not(:last-child):not(.dropdown-toggle),
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-list .reply .btn-group-vertical > .btn-group:not(:last-child) > a,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:last-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:last-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:last-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group:not(:last-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .btn-group:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .btn-group:not(:last-child) > #place_order,
._form .btn-group-vertical > .btn-group:not(:last-child) > button,
form.wp-block-search .btn-group-vertical > .btn-group:not(:last-child) > button.wp-block-search__button,
nav.nav-primary .btn-group-vertical > ul.navbar-nav.btn-group:not(:last-child) > li.cta {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 141, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-list .reply .btn-group-vertical > a:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
form .btn-group-vertical > input:not(:first-child)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .single_add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > button.button.alt:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > a.button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .checkout-button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > #place_order:not(:first-child),
._form .btn-group-vertical > button:not(:first-child),
form.wp-block-search .btn-group-vertical > button.wp-block-search__button:not(:first-child),
nav.nav-primary ul.navbar-nav.btn-group-vertical > li.cta:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-list .reply .btn-group-vertical > .btn-group:not(:first-child) > a,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:first-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:first-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:first-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-vertical > .btn-group:not(:first-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-vertical > .btn-group:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-vertical > .btn-group:not(:first-child) > #place_order,
._form .btn-group-vertical > .btn-group:not(:first-child) > button,
form.wp-block-search .btn-group-vertical > .btn-group:not(:first-child) > button.wp-block-search__button,
nav.nav-primary .btn-group-vertical > ul.navbar-nav.btn-group:not(:first-child) > li.cta {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.comment-list .reply .btn-group-toggle > a,
.comment-form .btn-group-toggle > input[type="submit"],
form .btn-group-toggle > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > #place_order,
._form .btn-group-toggle > button,
form.wp-block-search .btn-group-toggle > button.wp-block-search__button,
nav.nav-primary ul.navbar-nav.btn-group-toggle > li.cta,
.btn-group-toggle > .btn-group > .btn,
.comment-list .reply .btn-group-toggle > .btn-group > a,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
form .btn-group-toggle > .btn-group > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .btn-group > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > .btn-group > #place_order,
._form .btn-group-toggle > .btn-group > button,
form.wp-block-search .btn-group-toggle > .btn-group > button.wp-block-search__button,
nav.nav-primary .btn-group-toggle > ul.navbar-nav.btn-group > li.cta {
  margin-bottom: 0;
}

/* line 165, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.comment-list .reply .btn-group-toggle > a input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
form .btn-group-toggle > input[type="submit"] input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .add_to_cart_button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .single_add_to_cart_button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > button.button.alt input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > a.button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .button:not(.checkout-button) input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .checkout-button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .button:not(.checkout-button) input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > #place_order input[type="radio"],
._form .btn-group-toggle > button input[type="radio"],
form.wp-block-search .btn-group-toggle > button.wp-block-search__button input[type="radio"],
nav.nav-primary ul.navbar-nav.btn-group-toggle > li.cta input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-list .reply .btn-group-toggle > a input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .add_to_cart_button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .single_add_to_cart_button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > button.button.alt input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > a.button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .button:not(.checkout-button) input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .checkout-button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .button:not(.checkout-button) input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > #place_order input[type="checkbox"],
._form .btn-group-toggle > button input[type="checkbox"],
form.wp-block-search .btn-group-toggle > button.wp-block-search__button input[type="checkbox"],
nav.nav-primary ul.navbar-nav.btn-group-toggle > li.cta input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-list .reply .btn-group-toggle > .btn-group > a input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .add_to_cart_button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .single_add_to_cart_button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > button.button.alt input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > a.button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .button:not(.checkout-button) input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .checkout-button input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .btn-group > .button:not(.checkout-button) input[type="radio"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > .btn-group > #place_order input[type="radio"],
._form .btn-group-toggle > .btn-group > button input[type="radio"],
form.wp-block-search .btn-group-toggle > .btn-group > button.wp-block-search__button input[type="radio"],
nav.nav-primary .btn-group-toggle > ul.navbar-nav.btn-group > li.cta input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-list .reply .btn-group-toggle > .btn-group > a input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .add_to_cart_button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > .single_add_to_cart_button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > button.button.alt input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn-group-toggle > .btn-group > a.button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .button:not(.checkout-button) input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn-group-toggle > .btn-group > .checkout-button input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn-group-toggle > .btn-group > .button:not(.checkout-button) input[type="checkbox"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn-group-toggle > .btn-group > #place_order input[type="checkbox"],
._form .btn-group-toggle > .btn-group > button input[type="checkbox"],
form.wp-block-search .btn-group-toggle > .btn-group > button.wp-block-search__button input[type="checkbox"],
nav.nav-primary .btn-group-toggle > ul.navbar-nav.btn-group > li.cta input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
form .input-group > input[type="text"],
form .input-group > input[type="email"],
form .input-group > input[type="tel"],
form .input-group > textarea,
form .input-group > select,
form.search-form .input-group > input.search-field,
form.wp-block-search .input-group > input.wp-block-search__input,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
form .input-group > input[type="text"] + .form-control,
form .input-group > input[type="email"] + .form-control,
form .input-group > input[type="tel"] + .form-control,
form .input-group > textarea + .form-control,
form .input-group > select + .form-control,
form.search-form .input-group > input.search-field + .form-control,
form.wp-block-search .input-group > input.wp-block-search__input + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
form .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form form .input-group > input[type="text"] + input[type="text"],
form .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form form .input-group > input[type="email"] + input[type="text"],
form .comment-form .input-group > input[type="tel"] + input[type="text"],
.comment-form form .input-group > input[type="tel"] + input[type="text"],
form .comment-form .input-group > textarea + input[type="text"],
.comment-form form .input-group > textarea + input[type="text"],
form .comment-form .input-group > select + input[type="text"],
.comment-form form .input-group > select + input[type="text"],
form.search-form .comment-form .input-group > input.search-field + input[type="text"],
.comment-form form.search-form .input-group > input.search-field + input[type="text"],
form.wp-block-search .comment-form .input-group > input.wp-block-search__input + input[type="text"],
.comment-form form.wp-block-search .input-group > input.wp-block-search__input + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
form .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form form .input-group > input[type="text"] + input[type="email"],
form .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form form .input-group > input[type="email"] + input[type="email"],
form .comment-form .input-group > input[type="tel"] + input[type="email"],
.comment-form form .input-group > input[type="tel"] + input[type="email"],
form .comment-form .input-group > textarea + input[type="email"],
.comment-form form .input-group > textarea + input[type="email"],
form .comment-form .input-group > select + input[type="email"],
.comment-form form .input-group > select + input[type="email"],
form.search-form .comment-form .input-group > input.search-field + input[type="email"],
.comment-form form.search-form .input-group > input.search-field + input[type="email"],
form.wp-block-search .comment-form .input-group > input.wp-block-search__input + input[type="email"],
.comment-form form.wp-block-search .input-group > input.wp-block-search__input + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
form .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form form .input-group > input[type="text"] + input[type="url"],
form .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form form .input-group > input[type="email"] + input[type="url"],
form .comment-form .input-group > input[type="tel"] + input[type="url"],
.comment-form form .input-group > input[type="tel"] + input[type="url"],
form .comment-form .input-group > textarea + input[type="url"],
.comment-form form .input-group > textarea + input[type="url"],
form .comment-form .input-group > select + input[type="url"],
.comment-form form .input-group > select + input[type="url"],
form.search-form .comment-form .input-group > input.search-field + input[type="url"],
.comment-form form.search-form .input-group > input.search-field + input[type="url"],
form.wp-block-search .comment-form .input-group > input.wp-block-search__input + input[type="url"],
.comment-form form.wp-block-search .input-group > input.wp-block-search__input + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
form .comment-form .input-group > input[type="text"] + textarea,
.comment-form form .input-group > input[type="text"] + textarea,
form .comment-form .input-group > input[type="email"] + textarea,
.comment-form form .input-group > input[type="email"] + textarea,
form .comment-form .input-group > input[type="tel"] + textarea,
.comment-form form .input-group > input[type="tel"] + textarea,
form .comment-form .input-group > textarea + textarea,
.comment-form form .input-group > textarea + textarea,
form .comment-form .input-group > select + textarea,
.comment-form form .input-group > select + textarea,
form.search-form .comment-form .input-group > input.search-field + textarea,
.comment-form form.search-form .input-group > input.search-field + textarea,
form.wp-block-search .comment-form .input-group > input.wp-block-search__input + textarea,
.comment-form form.wp-block-search .input-group > input.wp-block-search__input + textarea,
form .input-group > .form-control + input[type="text"],
.comment-form form .input-group > input[type="text"] + input[type="text"],
form .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form form .input-group > input[type="email"] + input[type="text"],
form .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form form .input-group > input[type="url"] + input[type="text"],
form .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form form .input-group > textarea + input[type="text"],
form .comment-form .input-group > textarea + input[type="text"],
form .input-group > input[type="text"] + input[type="text"],
form .input-group > input[type="email"] + input[type="text"],
form .input-group > input[type="tel"] + input[type="text"],
form .input-group > textarea + input[type="text"],
form .input-group > select + input[type="text"],
form.search-form .input-group > input.search-field + input[type="text"],
form.wp-block-search .input-group > input.wp-block-search__input + input[type="text"],
form .input-group > .form-control + input[type="email"],
.comment-form form .input-group > input[type="text"] + input[type="email"],
form .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form form .input-group > input[type="email"] + input[type="email"],
form .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form form .input-group > input[type="url"] + input[type="email"],
form .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form form .input-group > textarea + input[type="email"],
form .comment-form .input-group > textarea + input[type="email"],
form .input-group > input[type="text"] + input[type="email"],
form .input-group > input[type="email"] + input[type="email"],
form .input-group > input[type="tel"] + input[type="email"],
form .input-group > textarea + input[type="email"],
form .input-group > select + input[type="email"],
form.search-form .input-group > input.search-field + input[type="email"],
form.wp-block-search .input-group > input.wp-block-search__input + input[type="email"],
form .input-group > .form-control + input[type="tel"],
.comment-form form .input-group > input[type="text"] + input[type="tel"],
form .comment-form .input-group > input[type="text"] + input[type="tel"],
.comment-form form .input-group > input[type="email"] + input[type="tel"],
form .comment-form .input-group > input[type="email"] + input[type="tel"],
.comment-form form .input-group > input[type="url"] + input[type="tel"],
form .comment-form .input-group > input[type="url"] + input[type="tel"],
.comment-form form .input-group > textarea + input[type="tel"],
form .comment-form .input-group > textarea + input[type="tel"],
form .input-group > input[type="text"] + input[type="tel"],
form .input-group > input[type="email"] + input[type="tel"],
form .input-group > input[type="tel"] + input[type="tel"],
form .input-group > textarea + input[type="tel"],
form .input-group > select + input[type="tel"],
form.search-form .input-group > input.search-field + input[type="tel"],
form.wp-block-search .input-group > input.wp-block-search__input + input[type="tel"],
form .input-group > .form-control + textarea,
.comment-form form .input-group > input[type="text"] + textarea,
form .comment-form .input-group > input[type="text"] + textarea,
.comment-form form .input-group > input[type="email"] + textarea,
form .comment-form .input-group > input[type="email"] + textarea,
.comment-form form .input-group > input[type="url"] + textarea,
form .comment-form .input-group > input[type="url"] + textarea,
.comment-form form .input-group > textarea + textarea,
form .comment-form .input-group > textarea + textarea,
form .input-group > input[type="text"] + textarea,
form .input-group > input[type="email"] + textarea,
form .input-group > input[type="tel"] + textarea,
form .input-group > textarea + textarea,
form .input-group > select + textarea,
form.search-form .input-group > input.search-field + textarea,
form.wp-block-search .input-group > input.wp-block-search__input + textarea,
form .input-group > .form-control + select,
.comment-form form .input-group > input[type="text"] + select,
form .comment-form .input-group > input[type="text"] + select,
.comment-form form .input-group > input[type="email"] + select,
form .comment-form .input-group > input[type="email"] + select,
.comment-form form .input-group > input[type="url"] + select,
form .comment-form .input-group > input[type="url"] + select,
.comment-form form .input-group > textarea + select,
form .comment-form .input-group > textarea + select,
form .input-group > input[type="text"] + select,
form .input-group > input[type="email"] + select,
form .input-group > input[type="tel"] + select,
form .input-group > textarea + select,
form .input-group > select + select,
form.search-form .input-group > input.search-field + select,
form.wp-block-search .input-group > input.wp-block-search__input + select,
form.search-form .input-group > .form-control + input.search-field,
.comment-form form.search-form .input-group > input[type="text"] + input.search-field,
form.search-form .comment-form .input-group > input[type="text"] + input.search-field,
.comment-form form.search-form .input-group > input[type="email"] + input.search-field,
form.search-form .comment-form .input-group > input[type="email"] + input.search-field,
.comment-form form.search-form .input-group > input[type="url"] + input.search-field,
form.search-form .comment-form .input-group > input[type="url"] + input.search-field,
.comment-form form.search-form .input-group > textarea + input.search-field,
form.search-form .comment-form .input-group > textarea + input.search-field,
form.search-form .input-group > input[type="text"] + input.search-field,
form.search-form .input-group > input[type="email"] + input.search-field,
form.search-form .input-group > input[type="tel"] + input.search-field,
form.search-form .input-group > textarea + input.search-field,
form.search-form .input-group > select + input.search-field,
form.search-form .input-group > input.search-field + input.search-field,
form.wp-block-search form.search-form .input-group > input.wp-block-search__input + input.search-field,
form.search-form form.wp-block-search .input-group > input.wp-block-search__input + input.search-field,
form.wp-block-search .input-group > .form-control + input.wp-block-search__input,
.comment-form form.wp-block-search .input-group > input[type="text"] + input.wp-block-search__input,
form.wp-block-search .comment-form .input-group > input[type="text"] + input.wp-block-search__input,
.comment-form form.wp-block-search .input-group > input[type="email"] + input.wp-block-search__input,
form.wp-block-search .comment-form .input-group > input[type="email"] + input.wp-block-search__input,
.comment-form form.wp-block-search .input-group > input[type="url"] + input.wp-block-search__input,
form.wp-block-search .comment-form .input-group > input[type="url"] + input.wp-block-search__input,
.comment-form form.wp-block-search .input-group > textarea + input.wp-block-search__input,
form.wp-block-search .comment-form .input-group > textarea + input.wp-block-search__input,
form.wp-block-search .input-group > input[type="text"] + input.wp-block-search__input,
form.wp-block-search .input-group > input[type="email"] + input.wp-block-search__input,
form.wp-block-search .input-group > input[type="tel"] + input.wp-block-search__input,
form.wp-block-search .input-group > textarea + input.wp-block-search__input,
form.wp-block-search .input-group > select + input.wp-block-search__input,
form.search-form form.wp-block-search .input-group > input.search-field + input.wp-block-search__input,
form.wp-block-search form.search-form .input-group > input.search-field + input.wp-block-search__input,
form.wp-block-search .input-group > input.wp-block-search__input + input.wp-block-search__input,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
form .input-group > input[type="text"] + .custom-select,
form .input-group > input[type="email"] + .custom-select,
form .input-group > input[type="tel"] + .custom-select,
form .input-group > textarea + .custom-select,
form .input-group > select + .custom-select,
form.search-form .input-group > input.search-field + .custom-select,
form.wp-block-search .input-group > input.wp-block-search__input + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
form .input-group > input[type="text"] + .custom-file,
form .input-group > input[type="email"] + .custom-file,
form .input-group > input[type="tel"] + .custom-file,
form .input-group > textarea + .custom-file,
form .input-group > select + .custom-file,
form.search-form .input-group > input.search-field + .custom-file,
form.wp-block-search .input-group > input.wp-block-search__input + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
form .input-group > .custom-select + input[type="text"],
form .input-group > .custom-select + input[type="email"],
form .input-group > .custom-select + input[type="tel"],
form .input-group > .custom-select + textarea,
form .input-group > .custom-select + select,
form.search-form .input-group > .custom-select + input.search-field,
form.wp-block-search .input-group > .custom-select + input.wp-block-search__input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
form .input-group > .custom-file + input[type="text"],
form .input-group > .custom-file + input[type="email"],
form .input-group > .custom-file + input[type="tel"],
form .input-group > .custom-file + textarea,
form .input-group > .custom-file + select,
form.search-form .input-group > .custom-file + input.search-field,
form.wp-block-search .input-group > .custom-file + input.wp-block-search__input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
form .input-group > input:focus[type="text"],
form .input-group > input:focus[type="email"],
form .input-group > input:focus[type="tel"],
form .input-group > textarea:focus,
form .input-group > select:focus,
form.search-form .input-group > input.search-field:focus,
form.wp-block-search .input-group > input.wp-block-search__input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
form .input-group > input:not(:last-child)[type="text"],
form .input-group > input:not(:last-child)[type="email"],
form .input-group > input:not(:last-child)[type="tel"],
form .input-group > textarea:not(:last-child),
form .input-group > select:not(:last-child),
form.search-form .input-group > input.search-field:not(:last-child),
form.wp-block-search .input-group > input.wp-block-search__input:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
form .input-group > input:not(:first-child)[type="text"],
form .input-group > input:not(:first-child)[type="email"],
form .input-group > input:not(:first-child)[type="tel"],
form .input-group > textarea:not(:first-child),
form .input-group > select:not(:first-child),
form.search-form .input-group > input.search-field:not(:first-child),
form.wp-block-search .input-group > input.wp-block-search__input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 55, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 75, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .comment-list .reply a,
.comment-list .reply .input-group-prepend a,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend form input[type="submit"],
form .input-group-prepend input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order,
.input-group-prepend ._form button,
._form .input-group-prepend button,
.input-group-prepend form.wp-block-search button.wp-block-search__button,
form.wp-block-search .input-group-prepend button.wp-block-search__button,
.input-group-prepend nav.nav-primary ul.navbar-nav > li.cta,
nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta,
.input-group-append .btn,
.input-group-append .comment-list .reply a,
.comment-list .reply .input-group-append a,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append form input[type="submit"],
form .input-group-append input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order,
.input-group-append ._form button,
._form .input-group-append button,
.input-group-append form.wp-block-search button.wp-block-search__button,
form.wp-block-search .input-group-append button.wp-block-search__button,
.input-group-append nav.nav-primary ul.navbar-nav > li.cta,
nav.nav-primary .input-group-append ul.navbar-nav > li.cta {
  position: relative;
  z-index: 2;
}

/* line 80, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-list .reply a + .btn,
.comment-list .reply .input-group-prepend a + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend form input[type="submit"] + .btn,
form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend form.search-form input[type="submit"] + .btn,
form.search-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .btn,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .btn,
.input-group-prepend ._form button + .btn,
._form .input-group-prepend button + .btn,
.input-group-prepend form.wp-block-search button.wp-block-search__button + .btn,
form.wp-block-search .input-group-prepend button.wp-block-search__button + .btn,
.input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .btn,
nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .btn,
.input-group-prepend .comment-list .reply .btn + a,
.comment-list .reply .input-group-prepend .btn + a,
.input-group-prepend .comment-list .reply a + a,
.comment-list .reply .input-group-prepend a + a,
.input-group-prepend .comment-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-prepend .comment-form input[type="submit"] + a,
.comment-form .input-group-prepend .comment-list .reply input[type="submit"] + a,
.comment-list .reply .comment-form .input-group-prepend input[type="submit"] + a,
.input-group-prepend form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-prepend form input[type="submit"] + a,
form .input-group-prepend .comment-list .reply input[type="submit"] + a,
.comment-list .reply form .input-group-prepend input[type="submit"] + a,
.input-group-prepend form.search-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-prepend form.search-form input[type="submit"] + a,
form.search-form .input-group-prepend .comment-list .reply input[type="submit"] + a,
.comment-list .reply form.search-form .input-group-prepend input[type="submit"] + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply button.button.alt + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply button.button.alt + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply a.button + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply a.button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .checkout-button + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-list .reply .checkout-button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + a,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply #place_order + a,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .comment-list .reply #place_order + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + a,
.input-group-prepend ._form .comment-list .reply button + a,
.comment-list .reply .input-group-prepend ._form button + a,
._form .input-group-prepend .comment-list .reply button + a,
.comment-list .reply ._form .input-group-prepend button + a,
.input-group-prepend form.wp-block-search .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply .input-group-prepend form.wp-block-search button.wp-block-search__button + a,
form.wp-block-search .input-group-prepend .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply form.wp-block-search .input-group-prepend button.wp-block-search__button + a,
.input-group-prepend nav.nav-primary .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + a,
nav.nav-primary .input-group-prepend .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + a,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-list .reply .comment-form a + input[type="submit"],
.comment-form .input-group-prepend .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-prepend .comment-form a + input[type="submit"],
.comment-form .comment-list .reply .input-group-prepend a + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend form input[type="submit"] + input[type="submit"],
form .input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form.search-form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form form.search-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form button.button.alt + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form button.button.alt + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form a.button + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form a.button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .checkout-button + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-form .checkout-button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form #place_order + input[type="submit"],
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .comment-form #place_order + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + input[type="submit"],
.input-group-prepend ._form .comment-form button + input[type="submit"],
.comment-form .input-group-prepend ._form button + input[type="submit"],
._form .input-group-prepend .comment-form button + input[type="submit"],
.comment-form ._form .input-group-prepend button + input[type="submit"],
.input-group-prepend form.wp-block-search .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form .input-group-prepend form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-prepend .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form form.wp-block-search .input-group-prepend button.wp-block-search__button + input[type="submit"],
.input-group-prepend nav.nav-primary .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-prepend .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + input[type="submit"],
.input-group-prepend form .btn + input[type="submit"],
form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-list .reply form a + input[type="submit"],
form .input-group-prepend .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-prepend form a + input[type="submit"],
form .comment-list .reply .input-group-prepend a + input[type="submit"],
.input-group-prepend .comment-form form input[type="submit"] + input[type="submit"],
form .input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend form input[type="submit"] + input[type="submit"],
form .comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form input[type="submit"] + input[type="submit"],
form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .add_to_cart_button + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form .add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .single_add_to_cart_button + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form .single_add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form button.button.alt + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form button.button.alt + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form a.button + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form a.button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .button:not(.checkout-button) + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .checkout-button + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form .checkout-button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .button:not(.checkout-button) + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form #place_order + input[type="submit"],
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form #place_order + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + input[type="submit"],
.input-group-prepend ._form form button + input[type="submit"],
form .input-group-prepend ._form button + input[type="submit"],
._form .input-group-prepend form button + input[type="submit"],
form ._form .input-group-prepend button + input[type="submit"],
.input-group-prepend form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-prepend button.wp-block-search__button + input[type="submit"],
.input-group-prepend nav.nav-primary form ul.navbar-nav > li.cta + input[type="submit"],
form .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-prepend form ul.navbar-nav > li.cta + input[type="submit"],
form nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + input[type="submit"],
.input-group-prepend form.search-form .btn + input[type="submit"],
form.search-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-list .reply form.search-form a + input[type="submit"],
form.search-form .input-group-prepend .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-prepend form.search-form a + input[type="submit"],
form.search-form .comment-list .reply .input-group-prepend a + input[type="submit"],
.input-group-prepend .comment-form form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend form.search-form input[type="submit"] + input[type="submit"],
form.search-form .comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form button.button.alt + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form button.button.alt + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form a.button + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form a.button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .checkout-button + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.search-form .checkout-button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form #place_order + input[type="submit"],
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form.search-form #place_order + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + input[type="submit"],
.input-group-prepend ._form form.search-form button + input[type="submit"],
form.search-form .input-group-prepend ._form button + input[type="submit"],
._form .input-group-prepend form.search-form button + input[type="submit"],
form.search-form ._form .input-group-prepend button + input[type="submit"],
.input-group-prepend form.wp-block-search form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form .input-group-prepend form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-prepend form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form form.wp-block-search .input-group-prepend button.wp-block-search__button + input[type="submit"],
.input-group-prepend nav.nav-primary form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-prepend form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .btn + .add_to_cart_button,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply a + .add_to_cart_button,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-prepend a + .add_to_cart_button,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form input[type="submit"] + .add_to_cart_button,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-prepend input[type="submit"] + .add_to_cart_button,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form input[type="submit"] + .add_to_cart_button,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-prepend input[type="submit"] + .add_to_cart_button,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form input[type="submit"] + .add_to_cart_button,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-prepend input[type="submit"] + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .add_to_cart_button,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form button + .add_to_cart_button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-prepend button + .add_to_cart_button,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search button.wp-block-search__button + .add_to_cart_button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-prepend button.wp-block-search__button + .add_to_cart_button,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .add_to_cart_button,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .btn + .single_add_to_cart_button,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply a + .single_add_to_cart_button,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-prepend a + .single_add_to_cart_button,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form input[type="submit"] + .single_add_to_cart_button,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-prepend input[type="submit"] + .single_add_to_cart_button,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form input[type="submit"] + .single_add_to_cart_button,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-prepend input[type="submit"] + .single_add_to_cart_button,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form input[type="submit"] + .single_add_to_cart_button,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-prepend input[type="submit"] + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .single_add_to_cart_button,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form button + .single_add_to_cart_button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-prepend button + .single_add_to_cart_button,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search button.wp-block-search__button + .single_add_to_cart_button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-prepend button.wp-block-search__button + .single_add_to_cart_button,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .single_add_to_cart_button,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .btn + button.button.alt,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply a + button.button.alt,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-prepend a + button.button.alt,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form input[type="submit"] + button.button.alt,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-prepend input[type="submit"] + button.button.alt,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form input[type="submit"] + button.button.alt,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-prepend input[type="submit"] + button.button.alt,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form input[type="submit"] + button.button.alt,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-prepend input[type="submit"] + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + button.button.alt,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form button + button.button.alt,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-prepend button + button.button.alt,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search button.wp-block-search__button + button.button.alt,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-prepend button.wp-block-search__button + button.button.alt,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + button.button.alt,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .btn + a.button,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-list .reply a + a.button,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-prepend a + a.button,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .comment-form input[type="submit"] + a.button,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-prepend input[type="submit"] + a.button,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form input[type="submit"] + a.button,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-prepend input[type="submit"] + a.button,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.search-form input[type="submit"] + a.button,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-prepend input[type="submit"] + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + a.button,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form button + a.button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-prepend button + a.button,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search button.wp-block-search__button + a.button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-prepend button.wp-block-search__button + a.button,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + a.button,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .btn + .button:not(.checkout-button),
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .input-group-prepend a + .button:not(.checkout-button),
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form input[type="submit"] + .button:not(.checkout-button),
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .add_to_cart_button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .single_add_to_cart_button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend button.button.alt + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend a.button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .button:not(.checkout-button),
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ._form button + .button:not(.checkout-button),
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .input-group-prepend button + .button:not(.checkout-button),
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .input-group-prepend button.wp-block-search__button + .button:not(.checkout-button),
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .btn + .checkout-button,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-list .reply a + .checkout-button,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .input-group-prepend a + .checkout-button,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .comment-form input[type="submit"] + .checkout-button,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .input-group-prepend input[type="submit"] + .checkout-button,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form input[type="submit"] + .checkout-button,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .input-group-prepend input[type="submit"] + .checkout-button,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.search-form input[type="submit"] + .checkout-button,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .input-group-prepend input[type="submit"] + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .add_to_cart_button + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .single_add_to_cart_button + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend button.button.alt + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend a.button + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .checkout-button,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ._form button + .checkout-button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .input-group-prepend button + .checkout-button,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.wp-block-search button.wp-block-search__button + .checkout-button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .input-group-prepend button.wp-block-search__button + .checkout-button,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .checkout-button,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .btn + .button:not(.checkout-button),
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .input-group-prepend a + .button:not(.checkout-button),
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form input[type="submit"] + .button:not(.checkout-button),
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .input-group-prepend input[type="submit"] + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .add_to_cart_button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .single_add_to_cart_button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend button.button.alt + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend a.button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .button:not(.checkout-button),
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend ._form button + .button:not(.checkout-button),
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .input-group-prepend button + .button:not(.checkout-button),
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .input-group-prepend button.wp-block-search__button + .button:not(.checkout-button),
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .btn + #place_order,
.input-group-prepend .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .comment-list .reply a + #place_order,
.comment-list .reply .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .input-group-prepend a + #place_order,
.input-group-prepend .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .comment-form input[type="submit"] + #place_order,
.comment-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .input-group-prepend input[type="submit"] + #place_order,
.input-group-prepend form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form input[type="submit"] + #place_order,
form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .input-group-prepend input[type="submit"] + #place_order,
.input-group-prepend form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form.search-form input[type="submit"] + #place_order,
form.search-form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .input-group-prepend input[type="submit"] + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .add_to_cart_button + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .single_add_to_cart_button + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend button.button.alt + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend a.button + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .button:not(.checkout-button) + #place_order,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + #place_order,
.input-group-prepend ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend ._form button + #place_order,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .input-group-prepend button + #place_order,
.input-group-prepend form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form.wp-block-search button.wp-block-search__button + #place_order,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .input-group-prepend button.wp-block-search__button + #place_order,
.input-group-prepend nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + #place_order,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + #place_order,
.input-group-prepend ._form .btn + button,
._form .input-group-prepend .btn + button,
.input-group-prepend .comment-list .reply ._form a + button,
._form .input-group-prepend .comment-list .reply a + button,
.comment-list .reply .input-group-prepend ._form a + button,
._form .comment-list .reply .input-group-prepend a + button,
.input-group-prepend .comment-form ._form input[type="submit"] + button,
._form .input-group-prepend .comment-form input[type="submit"] + button,
.comment-form .input-group-prepend ._form input[type="submit"] + button,
._form .comment-form .input-group-prepend input[type="submit"] + button,
.input-group-prepend form ._form input[type="submit"] + button,
._form .input-group-prepend form input[type="submit"] + button,
form .input-group-prepend ._form input[type="submit"] + button,
._form form .input-group-prepend input[type="submit"] + button,
.input-group-prepend form.search-form ._form input[type="submit"] + button,
._form .input-group-prepend form.search-form input[type="submit"] + button,
form.search-form .input-group-prepend ._form input[type="submit"] + button,
._form form.search-form .input-group-prepend input[type="submit"] + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .add_to_cart_button + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form .add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .single_add_to_cart_button + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form .single_add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form button.button.alt + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form button.button.alt + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form a.button + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ._form a.button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .button:not(.checkout-button) + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .checkout-button + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ._form .checkout-button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .button:not(.checkout-button) + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form #place_order + button,
._form .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend ._form #place_order + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + button,
.input-group-prepend ._form button + button,
._form .input-group-prepend button + button,
.input-group-prepend form.wp-block-search ._form button.wp-block-search__button + button,
._form .input-group-prepend form.wp-block-search button.wp-block-search__button + button,
form.wp-block-search .input-group-prepend ._form button.wp-block-search__button + button,
._form form.wp-block-search .input-group-prepend button.wp-block-search__button + button,
.input-group-prepend nav.nav-primary ._form ul.navbar-nav > li.cta + button,
._form .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + button,
nav.nav-primary .input-group-prepend ._form ul.navbar-nav > li.cta + button,
._form nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + button,
.input-group-prepend form.wp-block-search .btn + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .btn + button.wp-block-search__button,
.input-group-prepend .comment-list .reply form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .comment-list .reply a + button.wp-block-search__button,
.comment-list .reply .input-group-prepend form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .comment-list .reply .input-group-prepend a + button.wp-block-search__button,
.input-group-prepend .comment-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .comment-form input[type="submit"] + button.wp-block-search__button,
.comment-form .input-group-prepend form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .comment-form .input-group-prepend input[type="submit"] + button.wp-block-search__button,
.input-group-prepend form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-prepend input[type="submit"] + button.wp-block-search__button,
.input-group-prepend form.search-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-prepend form.search-form input[type="submit"] + button.wp-block-search__button,
form.search-form .input-group-prepend form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search form.search-form .input-group-prepend input[type="submit"] + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + button.wp-block-search__button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + button.wp-block-search__button,
.input-group-prepend ._form form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend ._form button + button.wp-block-search__button,
._form .input-group-prepend form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search ._form .input-group-prepend button + button.wp-block-search__button,
.input-group-prepend form.wp-block-search button.wp-block-search__button + button.wp-block-search__button,
form.wp-block-search .input-group-prepend button.wp-block-search__button + button.wp-block-search__button,
.input-group-prepend nav.nav-primary form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search .input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + button.wp-block-search__button,
nav.nav-primary .input-group-prepend form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + button.wp-block-search__button,
.input-group-prepend nav.nav-primary ul.navbar-nav > .btn + li.cta,
nav.nav-primary .input-group-prepend ul.navbar-nav > .btn + li.cta,
.input-group-prepend .comment-list .reply nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .input-group-prepend .comment-list .reply ul.navbar-nav > a + li.cta,
.comment-list .reply .input-group-prepend nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .comment-list .reply .input-group-prepend ul.navbar-nav > a + li.cta,
.input-group-prepend .comment-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-prepend .comment-form ul.navbar-nav > input[type="submit"] + li.cta,
.comment-form .input-group-prepend nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .comment-form .input-group-prepend ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-prepend form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-prepend form ul.navbar-nav > input[type="submit"] + li.cta,
form .input-group-prepend nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form .input-group-prepend ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-prepend form.search-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-prepend form.search-form ul.navbar-nav > input[type="submit"] + li.cta,
form.search-form .input-group-prepend nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form.search-form .input-group-prepend ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ul.navbar-nav > .add_to_cart_button + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .single_add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ul.navbar-nav > .single_add_to_cart_button + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > button.button.alt + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ul.navbar-nav > button.button.alt + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > a.button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend ul.navbar-nav > a.button + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .checkout-button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend ul.navbar-nav > .checkout-button + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > #place_order + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend ul.navbar-nav > #place_order + li.cta,
.input-group-prepend ._form nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary .input-group-prepend ._form ul.navbar-nav > button + li.cta,
._form .input-group-prepend nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary ._form .input-group-prepend ul.navbar-nav > button + li.cta,
.input-group-prepend form.wp-block-search nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary .input-group-prepend form.wp-block-search ul.navbar-nav > button.wp-block-search__button + li.cta,
form.wp-block-search .input-group-prepend nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary form.wp-block-search .input-group-prepend ul.navbar-nav > button.wp-block-search__button + li.cta,
.input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + li.cta,
nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + li.cta,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-list .reply a + .input-group-text,
.comment-list .reply .input-group-prepend a + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend form input[type="submit"] + .input-group-text,
form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .add_to_cart_button + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .single_add_to_cart_button + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend button.button.alt + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend a.button + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .button:not(.checkout-button) + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .checkout-button + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .button:not(.checkout-button) + .input-group-text,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend #place_order + .input-group-text,
.input-group-prepend ._form button + .input-group-text,
._form .input-group-prepend button + .input-group-text,
.input-group-prepend form.wp-block-search button.wp-block-search__button + .input-group-text,
form.wp-block-search .input-group-prepend button.wp-block-search__button + .input-group-text,
.input-group-prepend nav.nav-primary ul.navbar-nav > li.cta + .input-group-text,
nav.nav-primary .input-group-prepend ul.navbar-nav > li.cta + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-list .reply .input-group-text + a,
.comment-list .reply .input-group-prepend .input-group-text + a,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend form .input-group-text + input[type="submit"],
form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .input-group-text + .add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .input-group-text + .single_add_to_cart_button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .input-group-text + button.button.alt,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-prepend .input-group-text + a.button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-text + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .input-group-text + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-text + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-prepend .input-group-text + .checkout-button,
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-text + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-prepend .input-group-text + .button:not(.checkout-button),
.input-group-prepend .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-text + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-prepend .input-group-text + #place_order,
.input-group-prepend ._form .input-group-text + button,
._form .input-group-prepend .input-group-text + button,
.input-group-prepend form.wp-block-search .input-group-text + button.wp-block-search__button,
form.wp-block-search .input-group-prepend .input-group-text + button.wp-block-search__button,
.input-group-prepend nav.nav-primary ul.navbar-nav > .input-group-text + li.cta,
nav.nav-primary .input-group-prepend ul.navbar-nav > .input-group-text + li.cta,
.input-group-append .btn + .btn,
.input-group-append .comment-list .reply a + .btn,
.comment-list .reply .input-group-append a + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append form input[type="submit"] + .btn,
form .input-group-append input[type="submit"] + .btn,
.input-group-append form.search-form input[type="submit"] + .btn,
form.search-form .input-group-append input[type="submit"] + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .btn,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .btn,
.input-group-append ._form button + .btn,
._form .input-group-append button + .btn,
.input-group-append form.wp-block-search button.wp-block-search__button + .btn,
form.wp-block-search .input-group-append button.wp-block-search__button + .btn,
.input-group-append nav.nav-primary ul.navbar-nav > li.cta + .btn,
nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .btn,
.input-group-append .comment-list .reply .btn + a,
.comment-list .reply .input-group-append .btn + a,
.input-group-append .comment-list .reply a + a,
.comment-list .reply .input-group-append a + a,
.input-group-append .comment-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-append .comment-form input[type="submit"] + a,
.comment-form .input-group-append .comment-list .reply input[type="submit"] + a,
.comment-list .reply .comment-form .input-group-append input[type="submit"] + a,
.input-group-append form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-append form input[type="submit"] + a,
form .input-group-append .comment-list .reply input[type="submit"] + a,
.comment-list .reply form .input-group-append input[type="submit"] + a,
.input-group-append form.search-form .comment-list .reply input[type="submit"] + a,
.comment-list .reply .input-group-append form.search-form input[type="submit"] + a,
form.search-form .input-group-append .comment-list .reply input[type="submit"] + a,
.comment-list .reply form.search-form .input-group-append input[type="submit"] + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply .add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply .single_add_to_cart_button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply button.button.alt + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply button.button.alt + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply a.button + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply a.button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .checkout-button + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-list .reply .checkout-button + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .comment-list .reply .button:not(.checkout-button) + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + a,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply #place_order + a,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .comment-list .reply #place_order + a,
.comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + a,
.input-group-append ._form .comment-list .reply button + a,
.comment-list .reply .input-group-append ._form button + a,
._form .input-group-append .comment-list .reply button + a,
.comment-list .reply ._form .input-group-append button + a,
.input-group-append form.wp-block-search .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply .input-group-append form.wp-block-search button.wp-block-search__button + a,
form.wp-block-search .input-group-append .comment-list .reply button.wp-block-search__button + a,
.comment-list .reply form.wp-block-search .input-group-append button.wp-block-search__button + a,
.input-group-append nav.nav-primary .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply .input-group-append nav.nav-primary ul.navbar-nav > li.cta + a,
nav.nav-primary .input-group-append .comment-list .reply ul.navbar-nav > li.cta + a,
.comment-list .reply nav.nav-primary .input-group-append ul.navbar-nav > li.cta + a,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-list .reply .comment-form a + input[type="submit"],
.comment-form .input-group-append .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-append .comment-form a + input[type="submit"],
.comment-form .comment-list .reply .input-group-append a + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append form input[type="submit"] + input[type="submit"],
form .input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form.search-form .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form form.search-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form .add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form .single_add_to_cart_button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form button.button.alt + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form button.button.alt + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form a.button + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form a.button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .checkout-button + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-form .checkout-button + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .comment-form .button:not(.checkout-button) + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form #place_order + input[type="submit"],
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .comment-form #place_order + input[type="submit"],
.comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + input[type="submit"],
.input-group-append ._form .comment-form button + input[type="submit"],
.comment-form .input-group-append ._form button + input[type="submit"],
._form .input-group-append .comment-form button + input[type="submit"],
.comment-form ._form .input-group-append button + input[type="submit"],
.input-group-append form.wp-block-search .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form .input-group-append form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-append .comment-form button.wp-block-search__button + input[type="submit"],
.comment-form form.wp-block-search .input-group-append button.wp-block-search__button + input[type="submit"],
.input-group-append nav.nav-primary .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form .input-group-append nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-append .comment-form ul.navbar-nav > li.cta + input[type="submit"],
.comment-form nav.nav-primary .input-group-append ul.navbar-nav > li.cta + input[type="submit"],
.input-group-append form .btn + input[type="submit"],
form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-list .reply form a + input[type="submit"],
form .input-group-append .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-append form a + input[type="submit"],
form .comment-list .reply .input-group-append a + input[type="submit"],
.input-group-append .comment-form form input[type="submit"] + input[type="submit"],
form .input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append form input[type="submit"] + input[type="submit"],
form .comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form input[type="submit"] + input[type="submit"],
form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .add_to_cart_button + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form .add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .single_add_to_cart_button + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form .single_add_to_cart_button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form button.button.alt + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form button.button.alt + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form a.button + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form a.button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .button:not(.checkout-button) + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .checkout-button + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form .checkout-button + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .button:not(.checkout-button) + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form .button:not(.checkout-button) + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form #place_order + input[type="submit"],
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form #place_order + input[type="submit"],
form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + input[type="submit"],
.input-group-append ._form form button + input[type="submit"],
form .input-group-append ._form button + input[type="submit"],
._form .input-group-append form button + input[type="submit"],
form ._form .input-group-append button + input[type="submit"],
.input-group-append form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-append button.wp-block-search__button + input[type="submit"],
.input-group-append nav.nav-primary form ul.navbar-nav > li.cta + input[type="submit"],
form .input-group-append nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-append form ul.navbar-nav > li.cta + input[type="submit"],
form nav.nav-primary .input-group-append ul.navbar-nav > li.cta + input[type="submit"],
.input-group-append form.search-form .btn + input[type="submit"],
form.search-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-list .reply form.search-form a + input[type="submit"],
form.search-form .input-group-append .comment-list .reply a + input[type="submit"],
.comment-list .reply .input-group-append form.search-form a + input[type="submit"],
form.search-form .comment-list .reply .input-group-append a + input[type="submit"],
.input-group-append .comment-form form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append form.search-form input[type="submit"] + input[type="submit"],
form.search-form .comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append form.search-form input[type="submit"] + input[type="submit"],
form.search-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form .add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form .single_add_to_cart_button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form button.button.alt + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form button.button.alt + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form a.button + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form a.button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .checkout-button + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.search-form .checkout-button + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form.search-form .button:not(.checkout-button) + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form #place_order + input[type="submit"],
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form.search-form #place_order + input[type="submit"],
form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + input[type="submit"],
.input-group-append ._form form.search-form button + input[type="submit"],
form.search-form .input-group-append ._form button + input[type="submit"],
._form .input-group-append form.search-form button + input[type="submit"],
form.search-form ._form .input-group-append button + input[type="submit"],
.input-group-append form.wp-block-search form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form .input-group-append form.wp-block-search button.wp-block-search__button + input[type="submit"],
form.wp-block-search .input-group-append form.search-form button.wp-block-search__button + input[type="submit"],
form.search-form form.wp-block-search .input-group-append button.wp-block-search__button + input[type="submit"],
.input-group-append nav.nav-primary form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form .input-group-append nav.nav-primary ul.navbar-nav > li.cta + input[type="submit"],
nav.nav-primary .input-group-append form.search-form ul.navbar-nav > li.cta + input[type="submit"],
form.search-form nav.nav-primary .input-group-append ul.navbar-nav > li.cta + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .btn + .add_to_cart_button,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply a + .add_to_cart_button,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-append a + .add_to_cart_button,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form input[type="submit"] + .add_to_cart_button,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-append input[type="submit"] + .add_to_cart_button,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form input[type="submit"] + .add_to_cart_button,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-append input[type="submit"] + .add_to_cart_button,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form input[type="submit"] + .add_to_cart_button,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-append input[type="submit"] + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .add_to_cart_button,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form button + .add_to_cart_button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-append button + .add_to_cart_button,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search button.wp-block-search__button + .add_to_cart_button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-append button.wp-block-search__button + .add_to_cart_button,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > li.cta + .add_to_cart_button,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .btn + .single_add_to_cart_button,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply a + .single_add_to_cart_button,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-append a + .single_add_to_cart_button,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form input[type="submit"] + .single_add_to_cart_button,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-append input[type="submit"] + .single_add_to_cart_button,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form input[type="submit"] + .single_add_to_cart_button,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-append input[type="submit"] + .single_add_to_cart_button,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form input[type="submit"] + .single_add_to_cart_button,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-append input[type="submit"] + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .single_add_to_cart_button,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form button + .single_add_to_cart_button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-append button + .single_add_to_cart_button,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search button.wp-block-search__button + .single_add_to_cart_button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-append button.wp-block-search__button + .single_add_to_cart_button,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > li.cta + .single_add_to_cart_button,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .btn + button.button.alt,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply a + button.button.alt,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-append a + button.button.alt,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form input[type="submit"] + button.button.alt,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-append input[type="submit"] + button.button.alt,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form input[type="submit"] + button.button.alt,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-append input[type="submit"] + button.button.alt,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form input[type="submit"] + button.button.alt,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-append input[type="submit"] + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + button.button.alt,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form button + button.button.alt,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-append button + button.button.alt,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search button.wp-block-search__button + button.button.alt,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-append button.wp-block-search__button + button.button.alt,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > li.cta + button.button.alt,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-append ul.navbar-nav > li.cta + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .btn + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .btn + a.button,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-list .reply a + a.button,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-list .reply .input-group-append a + a.button,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .comment-form input[type="submit"] + a.button,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-form .input-group-append input[type="submit"] + a.button,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form input[type="submit"] + a.button,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form .input-group-append input[type="submit"] + a.button,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.search-form input[type="submit"] + a.button,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input[type="submit"] + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.search-form .input-group-append input[type="submit"] + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + a.button,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form button + a.button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .input-group-append button + a.button,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search button.wp-block-search__button + a.button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.wp-block-search__button + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .input-group-append button.wp-block-search__button + a.button,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > li.cta + a.button,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > li.cta + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary .input-group-append ul.navbar-nav > li.cta + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .btn + .button:not(.checkout-button),
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .input-group-append a + .button:not(.checkout-button),
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form input[type="submit"] + .button:not(.checkout-button),
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .add_to_cart_button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .single_add_to_cart_button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append button.button.alt + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append a.button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .button:not(.checkout-button),
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ._form button + .button:not(.checkout-button),
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .input-group-append button + .button:not(.checkout-button),
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .input-group-append button.wp-block-search__button + .button:not(.checkout-button),
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .btn + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .btn + .checkout-button,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-list .reply a + .checkout-button,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-list .reply .input-group-append a + .checkout-button,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .comment-form input[type="submit"] + .checkout-button,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .comment-form .input-group-append input[type="submit"] + .checkout-button,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form input[type="submit"] + .checkout-button,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form .input-group-append input[type="submit"] + .checkout-button,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.search-form input[type="submit"] + .checkout-button,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[type="submit"] + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.search-form .input-group-append input[type="submit"] + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .add_to_cart_button + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .single_add_to_cart_button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .single_add_to_cart_button + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.button.alt + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append button.button.alt + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart a.button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append a.button + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart #place_order + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .checkout-button,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ._form button + .checkout-button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .input-group-append button + .checkout-button,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.wp-block-search button.wp-block-search__button + .checkout-button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart button.wp-block-search__button + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .input-group-append button.wp-block-search__button + .checkout-button,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append nav.nav-primary ul.navbar-nav > li.cta + .checkout-button,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > li.cta + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .btn + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .btn + .button:not(.checkout-button),
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .comment-list .reply a + .button:not(.checkout-button),
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-list .reply .input-group-append a + .button:not(.checkout-button),
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .comment-form input[type="submit"] + .button:not(.checkout-button),
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .comment-form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form input[type="submit"] + .button:not(.checkout-button),
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form.search-form input[type="submit"] + .button:not(.checkout-button),
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout input[type="submit"] + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.search-form .input-group-append input[type="submit"] + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .add_to_cart_button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .single_add_to_cart_button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .single_add_to_cart_button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.button.alt + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append button.button.alt + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append a.button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .checkout-button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .button:not(.checkout-button),
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append ._form button + .button:not(.checkout-button),
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .input-group-append button + .button:not(.checkout-button),
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form.wp-block-search button.wp-block-search__button + .button:not(.checkout-button),
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.wp-block-search__button + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .input-group-append button.wp-block-search__button + .button:not(.checkout-button),
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append nav.nav-primary ul.navbar-nav > li.cta + .button:not(.checkout-button),
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > li.cta + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .btn + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .btn + #place_order,
.input-group-append .comment-list .reply .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .comment-list .reply a + #place_order,
.comment-list .reply .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-list .reply .input-group-append a + #place_order,
.input-group-append .comment-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .comment-form input[type="submit"] + #place_order,
.comment-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .comment-form .input-group-append input[type="submit"] + #place_order,
.input-group-append form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form input[type="submit"] + #place_order,
form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form .input-group-append input[type="submit"] + #place_order,
.input-group-append form.search-form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form.search-form input[type="submit"] + #place_order,
form.search-form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment input[type="submit"] + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.search-form .input-group-append input[type="submit"] + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append #payment .add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .add_to_cart_button + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append #payment .single_add_to_cart_button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .single_add_to_cart_button + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append #payment button.button.alt + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append button.button.alt + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append #payment a.button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append a.button + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .checkout-button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append #payment .button:not(.checkout-button) + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .button:not(.checkout-button) + #place_order,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + #place_order,
.input-group-append ._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append ._form button + #place_order,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form .input-group-append button + #place_order,
.input-group-append form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form.wp-block-search button.wp-block-search__button + #place_order,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment button.wp-block-search__button + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search .input-group-append button.wp-block-search__button + #place_order,
.input-group-append nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append nav.nav-primary ul.navbar-nav > li.cta + #place_order,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > li.cta + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary .input-group-append ul.navbar-nav > li.cta + #place_order,
.input-group-append ._form .btn + button,
._form .input-group-append .btn + button,
.input-group-append .comment-list .reply ._form a + button,
._form .input-group-append .comment-list .reply a + button,
.comment-list .reply .input-group-append ._form a + button,
._form .comment-list .reply .input-group-append a + button,
.input-group-append .comment-form ._form input[type="submit"] + button,
._form .input-group-append .comment-form input[type="submit"] + button,
.comment-form .input-group-append ._form input[type="submit"] + button,
._form .comment-form .input-group-append input[type="submit"] + button,
.input-group-append form ._form input[type="submit"] + button,
._form .input-group-append form input[type="submit"] + button,
form .input-group-append ._form input[type="submit"] + button,
._form form .input-group-append input[type="submit"] + button,
.input-group-append form.search-form ._form input[type="submit"] + button,
._form .input-group-append form.search-form input[type="submit"] + button,
form.search-form .input-group-append ._form input[type="submit"] + button,
._form form.search-form .input-group-append input[type="submit"] + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .add_to_cart_button + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form .add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form .single_add_to_cart_button + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form .single_add_to_cart_button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form button.button.alt + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form button.button.alt + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ._form a.button + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ._form a.button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .button:not(.checkout-button) + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ._form .checkout-button + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ._form .checkout-button + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ._form .button:not(.checkout-button) + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append ._form .button:not(.checkout-button) + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ._form #place_order + button,
._form .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append ._form #place_order + button,
._form .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + button,
.input-group-append ._form button + button,
._form .input-group-append button + button,
.input-group-append form.wp-block-search ._form button.wp-block-search__button + button,
._form .input-group-append form.wp-block-search button.wp-block-search__button + button,
form.wp-block-search .input-group-append ._form button.wp-block-search__button + button,
._form form.wp-block-search .input-group-append button.wp-block-search__button + button,
.input-group-append nav.nav-primary ._form ul.navbar-nav > li.cta + button,
._form .input-group-append nav.nav-primary ul.navbar-nav > li.cta + button,
nav.nav-primary .input-group-append ._form ul.navbar-nav > li.cta + button,
._form nav.nav-primary .input-group-append ul.navbar-nav > li.cta + button,
.input-group-append form.wp-block-search .btn + button.wp-block-search__button,
form.wp-block-search .input-group-append .btn + button.wp-block-search__button,
.input-group-append .comment-list .reply form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .input-group-append .comment-list .reply a + button.wp-block-search__button,
.comment-list .reply .input-group-append form.wp-block-search a + button.wp-block-search__button,
form.wp-block-search .comment-list .reply .input-group-append a + button.wp-block-search__button,
.input-group-append .comment-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-append .comment-form input[type="submit"] + button.wp-block-search__button,
.comment-form .input-group-append form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .comment-form .input-group-append input[type="submit"] + button.wp-block-search__button,
.input-group-append form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-append input[type="submit"] + button.wp-block-search__button,
.input-group-append form.search-form form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search .input-group-append form.search-form input[type="submit"] + button.wp-block-search__button,
form.search-form .input-group-append form.wp-block-search input[type="submit"] + button.wp-block-search__button,
form.wp-block-search form.search-form .input-group-append input[type="submit"] + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search .add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search .single_add_to_cart_button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search button.button.alt + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append form.wp-block-search a.button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append form.wp-block-search .checkout-button + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append form.wp-block-search .button:not(.checkout-button) + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + button.wp-block-search__button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + button.wp-block-search__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append form.wp-block-search #place_order + button.wp-block-search__button,
form.wp-block-search .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + button.wp-block-search__button,
.input-group-append ._form form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search .input-group-append ._form button + button.wp-block-search__button,
._form .input-group-append form.wp-block-search button + button.wp-block-search__button,
form.wp-block-search ._form .input-group-append button + button.wp-block-search__button,
.input-group-append form.wp-block-search button.wp-block-search__button + button.wp-block-search__button,
form.wp-block-search .input-group-append button.wp-block-search__button + button.wp-block-search__button,
.input-group-append nav.nav-primary form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search .input-group-append nav.nav-primary ul.navbar-nav > li.cta + button.wp-block-search__button,
nav.nav-primary .input-group-append form.wp-block-search ul.navbar-nav > li.cta + button.wp-block-search__button,
form.wp-block-search nav.nav-primary .input-group-append ul.navbar-nav > li.cta + button.wp-block-search__button,
.input-group-append nav.nav-primary ul.navbar-nav > .btn + li.cta,
nav.nav-primary .input-group-append ul.navbar-nav > .btn + li.cta,
.input-group-append .comment-list .reply nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .input-group-append .comment-list .reply ul.navbar-nav > a + li.cta,
.comment-list .reply .input-group-append nav.nav-primary ul.navbar-nav > a + li.cta,
nav.nav-primary .comment-list .reply .input-group-append ul.navbar-nav > a + li.cta,
.input-group-append .comment-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-append .comment-form ul.navbar-nav > input[type="submit"] + li.cta,
.comment-form .input-group-append nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .comment-form .input-group-append ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-append form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-append form ul.navbar-nav > input[type="submit"] + li.cta,
form .input-group-append nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form .input-group-append ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-append form.search-form nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary .input-group-append form.search-form ul.navbar-nav > input[type="submit"] + li.cta,
form.search-form .input-group-append nav.nav-primary ul.navbar-nav > input[type="submit"] + li.cta,
nav.nav-primary form.search-form .input-group-append ul.navbar-nav > input[type="submit"] + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > .add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ul.navbar-nav > .add_to_cart_button + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > .single_add_to_cart_button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > .single_add_to_cart_button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ul.navbar-nav > .single_add_to_cart_button + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > button.button.alt + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > button.button.alt + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ul.navbar-nav > button.button.alt + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) ul.navbar-nav > a.button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append nav.nav-primary ul.navbar-nav > a.button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append ul.navbar-nav > a.button + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart ul.navbar-nav > .checkout-button + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append nav.nav-primary ul.navbar-nav > .checkout-button + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append ul.navbar-nav > .checkout-button + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append nav.nav-primary ul.navbar-nav > .button:not(.checkout-button) + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append ul.navbar-nav > .button:not(.checkout-button) + li.cta,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment ul.navbar-nav > #place_order + li.cta,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append nav.nav-primary ul.navbar-nav > #place_order + li.cta,
nav.nav-primary .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append ul.navbar-nav > #place_order + li.cta,
.input-group-append ._form nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary .input-group-append ._form ul.navbar-nav > button + li.cta,
._form .input-group-append nav.nav-primary ul.navbar-nav > button + li.cta,
nav.nav-primary ._form .input-group-append ul.navbar-nav > button + li.cta,
.input-group-append form.wp-block-search nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary .input-group-append form.wp-block-search ul.navbar-nav > button.wp-block-search__button + li.cta,
form.wp-block-search .input-group-append nav.nav-primary ul.navbar-nav > button.wp-block-search__button + li.cta,
nav.nav-primary form.wp-block-search .input-group-append ul.navbar-nav > button.wp-block-search__button + li.cta,
.input-group-append nav.nav-primary ul.navbar-nav > li.cta + li.cta,
nav.nav-primary .input-group-append ul.navbar-nav > li.cta + li.cta,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-list .reply a + .input-group-text,
.comment-list .reply .input-group-append a + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append form input[type="submit"] + .input-group-text,
form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .add_to_cart_button + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .single_add_to_cart_button + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append button.button.alt + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append a.button + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .button:not(.checkout-button) + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .checkout-button + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .button:not(.checkout-button) + .input-group-text,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order + .input-group-text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append #place_order + .input-group-text,
.input-group-append ._form button + .input-group-text,
._form .input-group-append button + .input-group-text,
.input-group-append form.wp-block-search button.wp-block-search__button + .input-group-text,
form.wp-block-search .input-group-append button.wp-block-search__button + .input-group-text,
.input-group-append nav.nav-primary ul.navbar-nav > li.cta + .input-group-text,
nav.nav-primary .input-group-append ul.navbar-nav > li.cta + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-list .reply .input-group-text + a,
.comment-list .reply .input-group-append .input-group-text + a,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append form .input-group-text + input[type="submit"],
form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .input-group-text + .add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .input-group-text + .single_add_to_cart_button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .input-group-text + button.button.alt,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-text + a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-append .input-group-text + a.button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-text + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .input-group-text + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-text + .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-append .input-group-text + .checkout-button,
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-text + .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-append .input-group-text + .button:not(.checkout-button),
.input-group-append .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-text + #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-append .input-group-text + #place_order,
.input-group-append ._form .input-group-text + button,
._form .input-group-append .input-group-text + button,
.input-group-append form.wp-block-search .input-group-text + button.wp-block-search__button,
form.wp-block-search .input-group-append .input-group-text + button.wp-block-search__button,
.input-group-append nav.nav-primary ul.navbar-nav > .input-group-text + li.cta,
nav.nav-primary .input-group-append ul.navbar-nav > .input-group-text + li.cta {
  margin-left: -1px;
}

/* line 88, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -1px;
}

/* line 89, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -1px;
}

/* line 97, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 113, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 125, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
form .input-group-lg > input[type="text"],
form .input-group-lg > input[type="email"],
form .input-group-lg > input[type="tel"],
form .input-group-lg > textarea,
form .input-group-lg > select,
form.search-form .input-group-lg > input.search-field,
form.wp-block-search .input-group-lg > input.wp-block-search__input,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-list .reply .input-group-lg > .input-group-prepend > a,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
form .input-group-lg > .input-group-prepend > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-prepend > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-prepend > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-prepend > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-prepend > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-lg > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-lg > .input-group-prepend > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-lg > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-lg > .input-group-prepend > #place_order,
._form .input-group-lg > .input-group-prepend > button,
form.wp-block-search .input-group-lg > .input-group-prepend > button.wp-block-search__button,
nav.nav-primary .input-group-lg > ul.navbar-nav.input-group-prepend > li.cta,
.input-group-lg > .input-group-append > .btn,
.comment-list .reply .input-group-lg > .input-group-append > a,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
form .input-group-lg > .input-group-append > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-append > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-append > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-append > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-lg > .input-group-append > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-lg > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-lg > .input-group-append > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-lg > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-lg > .input-group-append > #place_order,
._form .input-group-lg > .input-group-append > button,
form.wp-block-search .input-group-lg > .input-group-append > button.wp-block-search__button,
nav.nav-primary .input-group-lg > ul.navbar-nav.input-group-append > li.cta {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 137, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
form .input-group-sm > input[type="text"],
form .input-group-sm > input[type="email"],
form .input-group-sm > input[type="tel"],
form .input-group-sm > textarea,
form .input-group-sm > select,
form.search-form .input-group-sm > input.search-field,
form.wp-block-search .input-group-sm > input.wp-block-search__input,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-list .reply .input-group-sm > .input-group-prepend > a,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
form .input-group-sm > .input-group-prepend > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-prepend > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-prepend > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-prepend > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-prepend > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-sm > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-sm > .input-group-prepend > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-sm > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-sm > .input-group-prepend > #place_order,
._form .input-group-sm > .input-group-prepend > button,
form.wp-block-search .input-group-sm > .input-group-prepend > button.wp-block-search__button,
nav.nav-primary .input-group-sm > ul.navbar-nav.input-group-prepend > li.cta,
.input-group-sm > .input-group-append > .btn,
.comment-list .reply .input-group-sm > .input-group-append > a,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
form .input-group-sm > .input-group-append > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-append > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-append > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-append > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group-sm > .input-group-append > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-sm > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group-sm > .input-group-append > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group-sm > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group-sm > .input-group-append > #place_order,
._form .input-group-sm > .input-group-append > button,
form.wp-block-search .input-group-sm > .input-group-append > button.wp-block-search__button,
nav.nav-primary .input-group-sm > ul.navbar-nav.input-group-append > li.cta {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 157, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.comment-list .reply .input-group > .input-group-prepend > a,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
form .input-group > .input-group-prepend > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-prepend > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-prepend > #place_order,
._form .input-group > .input-group-prepend > button,
form.wp-block-search .input-group > .input-group-prepend > button.wp-block-search__button,
nav.nav-primary .input-group > ul.navbar-nav.input-group-prepend > li.cta,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-list .reply .input-group > .input-group-append:not(:last-child) > a,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:not(:last-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:not(:last-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:not(:last-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:not(:last-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append:not(:last-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-append:not(:last-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-append:not(:last-child) > #place_order,
._form .input-group > .input-group-append:not(:last-child) > button,
form.wp-block-search .input-group > .input-group-append:not(:last-child) > button.wp-block-search__button,
nav.nav-primary .input-group > ul.navbar-nav.input-group-append:not(:last-child) > li.cta,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-list .reply .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:last-child > .add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:last-child > .single_add_to_cart_button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:last-child > button.button.alt:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append:last-child > .checkout-button:not(:last-child):not(.dropdown-toggle),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-append:last-child > #place_order:not(:last-child):not(.dropdown-toggle),
._form .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
form.wp-block-search .input-group > .input-group-append:last-child > button.wp-block-search__button:not(:last-child):not(.dropdown-toggle),
nav.nav-primary .input-group > ul.navbar-nav.input-group-append:last-child > li.cta:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 166, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.comment-list .reply .input-group > .input-group-append > a,
.comment-form .input-group > .input-group-append > input[type="submit"],
form .input-group > .input-group-append > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-append > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-append > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-append > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-append > #place_order,
._form .input-group > .input-group-append > button,
form.wp-block-search .input-group > .input-group-append > button.wp-block-search__button,
nav.nav-primary .input-group > ul.navbar-nav.input-group-append > li.cta,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-list .reply .input-group > .input-group-prepend:not(:first-child) > a,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:not(:first-child) > .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:not(:first-child) > .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:not(:first-child) > button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:not(:first-child) > a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend:not(:first-child) > .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-prepend:not(:first-child) > .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-prepend:not(:first-child) > #place_order,
._form .input-group > .input-group-prepend:not(:first-child) > button,
form.wp-block-search .input-group > .input-group-prepend:not(:first-child) > button.wp-block-search__button,
nav.nav-primary .input-group > ul.navbar-nav.input-group-prepend:not(:first-child) > li.cta,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-list .reply .input-group > .input-group-prepend:first-child > a:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:first-child > .add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:first-child > .single_add_to_cart_button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:first-child > button.button.alt:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .input-group > .input-group-prepend:first-child > a.button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend:first-child > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .input-group > .input-group-prepend:first-child > .checkout-button:not(:first-child),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .input-group > .input-group-prepend:first-child > .button:not(:first-child):not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .input-group > .input-group-prepend:first-child > #place_order:not(:first-child),
._form .input-group > .input-group-prepend:first-child > button:not(:first-child),
form.wp-block-search .input-group > .input-group-prepend:first-child > button.wp-block-search__button:not(:first-child),
nav.nav-primary .input-group > ul.navbar-nav.input-group-prepend:first-child > li.cta:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #2292d1;
}

/* line 33, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 38, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3dcf3;
}

/* line 45, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 64, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

/* line 79, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 104, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2292d1;
}

/* line 107, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 113, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2292d1;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 123, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(34, 146, 209, 0.5);
}

/* line 126, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(34, 146, 209, 0.5);
}

/* line 137, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2292d1;
}

/* line 145, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 151, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(34, 146, 209, 0.5);
}

/* line 164, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 183, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #87c7eb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 199, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 199, 235, 0.5);
}

/* line 192, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 203, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 210, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 216, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  opacity: 0;
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 228, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 240, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 256, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #87c7eb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 260, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #87c7eb;
}

/* line 265, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 270, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 276, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 315, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: none;
}

/* line 326, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 328, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 331, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 335, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2292d1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 335, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 346, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3dcf3;
}

/* line 351, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 362, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2292d1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 362, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 372, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #b3dcf3;
}

/* line 377, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 388, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2292d1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 388, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 401, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #b3dcf3;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 429, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 429, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link,
section.main-header .nav li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
section.main-header .nav li a:hover,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:hover,
.nav-link:focus,
section.main-header .nav li a:focus,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled,
section.main-header .nav li a.disabled,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.disabled {
  color: #6c757d;
}

/* line 32, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-item,
.nav-tabs section.main-header .nav li,
section.main-header .nav .nav-tabs li,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation .nav-tabs li,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation .nav-tabs li,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul .nav-tabs li {
  margin-bottom: -1px;
}

/* line 39, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link,
.nav-tabs section.main-header .nav li a,
section.main-header .nav li .nav-tabs a,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs a,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs a,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs section.main-header .nav li a:hover,
section.main-header .nav li .nav-tabs a:hover,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs a:hover,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs a:hover,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs section.main-header .nav li a:focus,
section.main-header .nav li .nav-tabs a:focus,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs a:focus,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs a:focus,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled,
.nav-tabs section.main-header .nav li a.disabled,
section.main-header .nav li .nav-tabs a.disabled,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.disabled,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs a.disabled,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs a.disabled,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs section.main-header .nav li a.active,
section.main-header .nav li .nav-tabs a.active,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.active,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs a.active,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs a.active,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs section.main-header .nav li.show .nav-link,
section.main-header .nav .nav-tabs li.show .nav-link,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li.show .nav-link,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation .nav-tabs li.show .nav-link,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li.show .nav-link,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation .nav-tabs li.show .nav-link,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li.show .nav-link,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show section.main-header .nav li a,
section.main-header .nav li .nav-tabs .nav-item.show a,
.nav-tabs section.main-header .nav li.show a,
section.main-header .nav .nav-tabs li.show a,
.nav-tabs .nav-item.show section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-tabs .nav-item.show a,
.nav-tabs section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li.show a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation .nav-tabs li.show a,
.nav-tabs .nav-item.show .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-tabs .nav-item.show a,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li.show a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation .nav-tabs li.show a,
.nav-tabs .nav-item.show .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-tabs .nav-item.show a,
.nav-tabs .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li.show a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link,
.nav-pills section.main-header .nav li a,
section.main-header .nav li .nav-pills a,
.nav-pills section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-pills a,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-pills a,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-pills a {
  border-radius: 0.25rem;
}

/* line 79, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills section.main-header .nav li a.active,
section.main-header .nav li .nav-pills a.active,
.nav-pills section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.active,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-pills a.active,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-pills a.active,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills section.main-header .nav li .show > a,
section.main-header .nav li .nav-pills .show > a,
.nav-pills section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .show > a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .nav-pills .show > a,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .nav-pills .show > a,
.nav-pills .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .nav-pills .show > a {
  color: #fff;
  background-color: #2292d1;
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */

.nav-fill .nav-item,
.nav-fill section.main-header .nav li,
section.main-header .nav .nav-fill li,
.nav-fill section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation .nav-fill li,
.nav-fill .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation .nav-fill li,
.nav-fill .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 99, node_modules/bootstrap/scss/_nav.scss */

.nav-justified .nav-item,
.nav-justified section.main-header .nav li,
section.main-header .nav .nav-justified li,
.nav-justified section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation .nav-justified li,
.nav-justified .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation .nav-justified li,
.nav-justified .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 115, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar > .container,
.wp-block-group .navbar > .wp-block-group__inner-container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 61, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link,
.navbar-nav section.main-header .nav li a,
section.main-header .nav li .navbar-nav a,
.navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-nav a,
.navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-nav a,
.navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_navbar.scss */

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .wp-block-group .navbar-expand-sm > .wp-block-group__inner-container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 158, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 161, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 165, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav section.main-header .nav li a,
  section.main-header .nav li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
  section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-expand-sm .navbar-nav a,
  .navbar-expand-sm .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .wp-block-group .navbar-expand-sm > .wp-block-group__inner-container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .wp-block-group .navbar-expand-md > .wp-block-group__inner-container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 158, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 161, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 165, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav section.main-header .nav li a,
  section.main-header .nav li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
  section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .wp-block-group .navbar-expand-md > .wp-block-group__inner-container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .wp-block-group .navbar-expand-lg > .wp-block-group__inner-container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 158, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 161, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 165, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav section.main-header .nav li a,
  section.main-header .nav li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
  section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .wp-block-group .navbar-expand-lg > .wp-block-group__inner-container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .wp-block-group .navbar-expand-xl > .wp-block-group__inner-container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 158, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 161, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 165, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav section.main-header .nav li a,
  section.main-header .nav li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
  section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-expand-xl .navbar-nav a,
  .navbar-expand-xl .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .wp-block-group .navbar-expand-xl > .wp-block-group__inner-container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 145, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 147, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.wp-block-group .navbar-expand > .wp-block-group__inner-container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 161, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav section.main-header .nav li a,
section.main-header .nav li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 172, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.wp-block-group .navbar-expand > .wp-block-group__inner-container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 208, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav section.main-header .nav li a,
section.main-header .nav li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav section.main-header .nav li a:hover,
section.main-header .nav li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav section.main-header .nav li a:focus,
section.main-header .nav li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 215, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav section.main-header .nav li a.disabled,
section.main-header .nav li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.disabled,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 220, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav section.main-header .nav li .show > a,
section.main-header .nav li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .show > a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav section.main-header .nav li .active > a,
section.main-header .nav li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .active > a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .active > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .active > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav section.main-header .nav li a.show,
section.main-header .nav li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.show,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.show,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.show,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav section.main-header .nav li a.active,
section.main-header .nav li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.active,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 228, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 233, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

/* line 237, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 239, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 260, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav section.main-header .nav li a,
section.main-header .nav li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav section.main-header .nav li a:hover,
section.main-header .nav li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav section.main-header .nav li a:focus,
section.main-header .nav li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav section.main-header .nav li a.disabled,
section.main-header .nav li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.disabled,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav section.main-header .nav li .show > a,
section.main-header .nav li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .show > a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .show > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav section.main-header .nav li .active > a,
section.main-header .nav li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .active > a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .active > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .active > a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav section.main-header .nav li a.show,
section.main-header .nav li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.show,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.show,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.show,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav section.main-header .nav li a.active,
section.main-header .nav li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a.active,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li .navbar-dark .navbar-nav a.active {
  color: #fff;
}

/* line 280, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

/* line 289, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 291, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 59, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, node_modules/bootstrap/scss/_card.scss */

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, node_modules/bootstrap/scss/_card.scss */

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, node_modules/bootstrap/scss/_card.scss */

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, node_modules/bootstrap/scss/_card.scss */

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, node_modules/bootstrap/scss/_card.scss */

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 145, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 141, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 154, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, node_modules/bootstrap/scss/_card.scss */

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 177, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 185, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 190, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 197, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 200, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  /* line 204, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 210, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 213, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  /* line 217, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  /* line 223, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 226, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 230, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 236, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 239, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 256, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 267, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 280, node_modules/bootstrap/scss/_card.scss */

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 286, node_modules/bootstrap/scss/_card.scss */

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 291, node_modules/bootstrap/scss/_card.scss */

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 297, node_modules/bootstrap/scss/_card.scss */

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link,
section.pagination a.page-numbers:not(.prev),
section.pagination a.page-numbers:not(.next),
section.pagination span.current,
section.pagination span.dots {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2292d1;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover,
section.pagination a.page-numbers:hover:not(.prev),
section.pagination a.page-numbers:hover:not(.next),
section.pagination span.current:hover,
section.pagination span.dots:hover {
  z-index: 2;
  color: #17648f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus,
section.pagination a.page-numbers:focus:not(.prev),
section.pagination a.page-numbers:focus:not(.next),
section.pagination span.current:focus,
section.pagination span.dots:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(34, 146, 209, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_pagination.scss */

.page-link:not(:disabled):not(.disabled),
section.pagination a.page-numbers:not(:disabled):not(.disabled):not(.prev),
section.pagination a.page-numbers:not(:disabled):not(.disabled):not(.next),
section.pagination span.current:not(:disabled):not(.disabled),
section.pagination span.dots:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link,
.page-item:first-child section.pagination a.page-numbers:not(.prev),
section.pagination .page-item:first-child a.page-numbers:not(.prev),
.page-item:first-child section.pagination a.page-numbers:not(.next),
section.pagination .page-item:first-child a.page-numbers:not(.next),
.page-item:first-child section.pagination span.current,
section.pagination .page-item:first-child span.current,
.page-item:first-child section.pagination span.dots,
section.pagination .page-item:first-child span.dots {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 45, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link,
.page-item:last-child section.pagination a.page-numbers:not(.prev),
section.pagination .page-item:last-child a.page-numbers:not(.prev),
.page-item:last-child section.pagination a.page-numbers:not(.next),
section.pagination .page-item:last-child a.page-numbers:not(.next),
.page-item:last-child section.pagination span.current,
section.pagination .page-item:last-child span.current,
.page-item:last-child section.pagination span.dots,
section.pagination .page-item:last-child span.dots {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 50, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link,
.page-item.active section.pagination a.page-numbers:not(.prev),
section.pagination .page-item.active a.page-numbers:not(.prev),
.page-item.active section.pagination a.page-numbers:not(.next),
section.pagination .page-item.active a.page-numbers:not(.next),
.page-item.active section.pagination span.current,
section.pagination .page-item.active span.current,
.page-item.active section.pagination span.dots,
section.pagination .page-item.active span.dots {
  z-index: 1;
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 57, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link,
.page-item.disabled section.pagination a.page-numbers:not(.prev),
section.pagination .page-item.disabled a.page-numbers:not(.prev),
.page-item.disabled section.pagination a.page-numbers:not(.next),
section.pagination .page-item.disabled a.page-numbers:not(.next),
.page-item.disabled section.pagination span.current,
section.pagination .page-item.disabled span.current,
.page-item.disabled section.pagination span.dots,
section.pagination .page-item.disabled span.dots {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link,
.pagination-lg section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-lg a.page-numbers:not(.prev),
.pagination-lg section.pagination a.page-numbers:not(.next),
section.pagination .pagination-lg a.page-numbers:not(.next),
.pagination-lg section.pagination span.current,
section.pagination .pagination-lg span.current,
.pagination-lg section.pagination span.dots,
section.pagination .pagination-lg span.dots {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-item:first-child section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-lg .page-item:first-child a.page-numbers:not(.prev),
.pagination-lg .page-item:first-child section.pagination a.page-numbers:not(.next),
section.pagination .pagination-lg .page-item:first-child a.page-numbers:not(.next),
.pagination-lg .page-item:first-child section.pagination span.current,
section.pagination .pagination-lg .page-item:first-child span.current,
.pagination-lg .page-item:first-child section.pagination span.dots,
section.pagination .pagination-lg .page-item:first-child span.dots {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:last-child section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-lg .page-item:last-child a.page-numbers:not(.prev),
.pagination-lg .page-item:last-child section.pagination a.page-numbers:not(.next),
section.pagination .pagination-lg .page-item:last-child a.page-numbers:not(.next),
.pagination-lg .page-item:last-child section.pagination span.current,
section.pagination .pagination-lg .page-item:last-child span.current,
.pagination-lg .page-item:last-child section.pagination span.dots,
section.pagination .pagination-lg .page-item:last-child span.dots {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link,
.pagination-sm section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-sm a.page-numbers:not(.prev),
.pagination-sm section.pagination a.page-numbers:not(.next),
section.pagination .pagination-sm a.page-numbers:not(.next),
.pagination-sm section.pagination span.current,
section.pagination .pagination-sm span.current,
.pagination-sm section.pagination span.dots,
section.pagination .pagination-sm span.dots {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:first-child section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-sm .page-item:first-child a.page-numbers:not(.prev),
.pagination-sm .page-item:first-child section.pagination a.page-numbers:not(.next),
section.pagination .pagination-sm .page-item:first-child a.page-numbers:not(.next),
.pagination-sm .page-item:first-child section.pagination span.current,
section.pagination .pagination-sm .page-item:first-child span.current,
.pagination-sm .page-item:first-child section.pagination span.dots,
section.pagination .pagination-sm .page-item:first-child span.dots {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link,
.pagination-sm .page-item:last-child section.pagination a.page-numbers:not(.prev),
section.pagination .pagination-sm .page-item:last-child a.page-numbers:not(.prev),
.pagination-sm .page-item:last-child section.pagination a.page-numbers:not(.next),
section.pagination .pagination-sm .page-item:last-child a.page-numbers:not(.next),
.pagination-sm .page-item:last-child section.pagination span.current,
section.pagination .pagination-sm .page-item:last-child span.current,
.pagination-sm .page-item:last-child section.pagination span.dots,
section.pagination .pagination-sm .page-item:last-child span.dots {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge,
nav li.new > a:after,
.menucontainer li.new > a:after,
nav li.nieuw > a:after,
.menucontainer li.nieuw > a:after,
nav li.tip > a:after,
.menucontainer li.tip > a:after {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, node_modules/bootstrap/scss/_badge.scss */

.badge:empty,
nav li.new > a:empty:after,
.menucontainer li.new > a:empty:after,
nav li.nieuw > a:empty:after,
.menucontainer li.nieuw > a:empty:after,
nav li.tip > a:empty:after,
.menucontainer li.tip > a:empty:after {
  display: none;
}

/* line 24, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.comment-list .reply a .badge,
.comment-form input[type="submit"] .badge,
form input[type="submit"] .badge,
form.search-form input[type="submit"] .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) .badge,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order .badge,
._form button .badge,
form.wp-block-search button.wp-block-search__button .badge,
nav.nav-primary ul.navbar-nav > li.cta .badge,
.btn nav li.new > a:after,
nav .btn li.new > a:after,
.comment-list .reply a nav li.new > a:after,
nav .comment-list .reply a li.new > a:after,
.comment-form input[type="submit"] nav li.new > a:after,
nav .comment-form input[type="submit"] li.new > a:after,
form input[type="submit"] nav li.new > a:after,
nav form input[type="submit"] li.new > a:after,
form.search-form input[type="submit"] nav li.new > a:after,
nav form.search-form input[type="submit"] li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order nav li.new > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.new > a:after,
._form button nav li.new > a:after,
nav ._form button li.new > a:after,
form.wp-block-search button.wp-block-search__button nav li.new > a:after,
nav form.wp-block-search button.wp-block-search__button li.new > a:after,
nav.nav-primary ul.navbar-nav > li.cta li.new > a:after,
.btn .menucontainer li.new > a:after,
.menucontainer .btn li.new > a:after,
.comment-list .reply a .menucontainer li.new > a:after,
.menucontainer .comment-list .reply a li.new > a:after,
.comment-form input[type="submit"] .menucontainer li.new > a:after,
.menucontainer .comment-form input[type="submit"] li.new > a:after,
form input[type="submit"] .menucontainer li.new > a:after,
.menucontainer form input[type="submit"] li.new > a:after,
form.search-form input[type="submit"] .menucontainer li.new > a:after,
.menucontainer form.search-form input[type="submit"] li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.new > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order .menucontainer li.new > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.new > a:after,
._form button .menucontainer li.new > a:after,
.menucontainer ._form button li.new > a:after,
form.wp-block-search button.wp-block-search__button .menucontainer li.new > a:after,
.menucontainer form.wp-block-search button.wp-block-search__button li.new > a:after,
nav.nav-primary ul.navbar-nav > li.cta .menucontainer li.new > a:after,
.menucontainer nav.nav-primary ul.navbar-nav > li.cta li.new > a:after,
.btn nav li.nieuw > a:after,
nav .btn li.nieuw > a:after,
.comment-list .reply a nav li.nieuw > a:after,
nav .comment-list .reply a li.nieuw > a:after,
.comment-form input[type="submit"] nav li.nieuw > a:after,
nav .comment-form input[type="submit"] li.nieuw > a:after,
form input[type="submit"] nav li.nieuw > a:after,
nav form input[type="submit"] li.nieuw > a:after,
form.search-form input[type="submit"] nav li.nieuw > a:after,
nav form.search-form input[type="submit"] li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order nav li.nieuw > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.nieuw > a:after,
._form button nav li.nieuw > a:after,
nav ._form button li.nieuw > a:after,
form.wp-block-search button.wp-block-search__button nav li.nieuw > a:after,
nav form.wp-block-search button.wp-block-search__button li.nieuw > a:after,
nav.nav-primary ul.navbar-nav > li.cta li.nieuw > a:after,
.btn .menucontainer li.nieuw > a:after,
.menucontainer .btn li.nieuw > a:after,
.comment-list .reply a .menucontainer li.nieuw > a:after,
.menucontainer .comment-list .reply a li.nieuw > a:after,
.comment-form input[type="submit"] .menucontainer li.nieuw > a:after,
.menucontainer .comment-form input[type="submit"] li.nieuw > a:after,
form input[type="submit"] .menucontainer li.nieuw > a:after,
.menucontainer form input[type="submit"] li.nieuw > a:after,
form.search-form input[type="submit"] .menucontainer li.nieuw > a:after,
.menucontainer form.search-form input[type="submit"] li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.nieuw > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order .menucontainer li.nieuw > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.nieuw > a:after,
._form button .menucontainer li.nieuw > a:after,
.menucontainer ._form button li.nieuw > a:after,
form.wp-block-search button.wp-block-search__button .menucontainer li.nieuw > a:after,
.menucontainer form.wp-block-search button.wp-block-search__button li.nieuw > a:after,
nav.nav-primary ul.navbar-nav > li.cta .menucontainer li.nieuw > a:after,
.menucontainer nav.nav-primary ul.navbar-nav > li.cta li.nieuw > a:after,
.btn nav li.tip > a:after,
nav .btn li.tip > a:after,
.comment-list .reply a nav li.tip > a:after,
nav .comment-list .reply a li.tip > a:after,
.comment-form input[type="submit"] nav li.tip > a:after,
nav .comment-form input[type="submit"] li.tip > a:after,
form input[type="submit"] nav li.tip > a:after,
nav form input[type="submit"] li.tip > a:after,
form.search-form input[type="submit"] nav li.tip > a:after,
nav form.search-form input[type="submit"] li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order nav li.tip > a:after,
nav .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.tip > a:after,
._form button nav li.tip > a:after,
nav ._form button li.tip > a:after,
form.wp-block-search button.wp-block-search__button nav li.tip > a:after,
nav form.wp-block-search button.wp-block-search__button li.tip > a:after,
nav.nav-primary ul.navbar-nav > li.cta li.tip > a:after,
.btn .menucontainer li.tip > a:after,
.menucontainer .btn li.tip > a:after,
.comment-list .reply a .menucontainer li.tip > a:after,
.menucontainer .comment-list .reply a li.tip > a:after,
.comment-form input[type="submit"] .menucontainer li.tip > a:after,
.menucontainer .comment-form input[type="submit"] li.tip > a:after,
form input[type="submit"] .menucontainer li.tip > a:after,
.menucontainer form input[type="submit"] li.tip > a:after,
form.search-form input[type="submit"] .menucontainer li.tip > a:after,
.menucontainer form.search-form input[type="submit"] li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button) li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button) li.tip > a:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order .menucontainer li.tip > a:after,
.menucontainer .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order li.tip > a:after,
._form button .menucontainer li.tip > a:after,
.menucontainer ._form button li.tip > a:after,
form.wp-block-search button.wp-block-search__button .menucontainer li.tip > a:after,
.menucontainer form.wp-block-search button.wp-block-search__button li.tip > a:after,
nav.nav-primary ul.navbar-nav > li.cta .menucontainer li.tip > a:after,
.menucontainer nav.nav-primary ul.navbar-nav > li.cta li.tip > a:after {
  position: relative;
  top: -1px;
}

/* line 33, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #2292d1;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1b73a5;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #fff;
  background-color: #2ec96e;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #259f57;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-success,
nav li.new > a:after,
.menucontainer li.new > a:after,
nav li.nieuw > a:after,
.menucontainer li.nieuw > a:after {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-success[href]:hover,
nav li.new > a[href]:hover:after,
.menucontainer li.new > a[href]:hover:after,
nav li.nieuw > a[href]:hover:after,
.menucontainer li.nieuw > a[href]:hover:after,
.badge-success[href]:focus,
nav li.new > a[href]:focus:after,
.menucontainer li.new > a[href]:focus:after,
nav li.nieuw > a[href]:focus:after,
.menucontainer li.nieuw > a[href]:focus:after {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-danger,
nav li.tip > a:after,
.menucontainer li.tip > a:after {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-danger[href]:hover,
nav li.tip > a[href]:hover:after,
.menucontainer li.tip > a[href]:hover:after,
.badge-danger[href]:focus,
nav li.tip > a[href]:focus:after,
.menucontainer li.tip > a[href]:focus:after {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-tertiary {
  color: #212529;
  background-color: #f5f5f5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-tertiary[href]:hover,
.badge-tertiary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: gainsboro;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-white-transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-white-transparent[href]:hover,
.badge-white-transparent[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0.8);
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-facebook {
  color: #fff;
  background-color: #1877f2;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-facebook[href]:hover,
.badge-facebook[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0b5fcc;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-google {
  color: #fff;
  background-color: #ea4335;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-google[href]:hover,
.badge-google[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d62516;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-twitter {
  color: #fff;
  background-color: #1da1f2;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-twitter[href]:hover,
.badge-twitter[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0c85d0;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-youtube {
  color: #fff;
  background-color: #ff0000;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-youtube[href]:hover,
.badge-youtube[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cc0000;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-linkedin {
  color: #fff;
  background-color: #007bb5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-linkedin[href]:hover,
.badge-linkedin[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005882;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-instagram {
  color: #fff;
  background-color: #c32aa3;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-instagram[href]:hover,
.badge-instagram[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #992180;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-whatsapp {
  color: #fff;
  background-color: #25d366;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-whatsapp[href]:hover,
.badge-whatsapp[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1da851;
}

/* line 44, node_modules/bootstrap/scss/_badge.scss */

.badge-body {
  color: #fff;
  background-color: #444;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.badge-body[href]:hover,
.badge-body[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2b2b2b;
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert,
body.wp-signup .mu_register .mu_alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #124c6d;
  background-color: #d3e9f6;
  border-color: #c1e0f2;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #acd5ee;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #0b2d41;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #186939;
  background-color: #d5f4e2;
  border-color: #c4f0d6;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #b0ebc8;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #0f3f22;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #062c33;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-warning,
body.wp-signup .mu_register .mu_alert {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr,
body.wp-signup .mu_register .mu_alert hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link,
body.wp-signup .mu_register .mu_alert .alert-link {
  color: #533f03;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #491217;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #686868;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: #040505;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-tertiary {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-tertiary hr {
  border-top-color: #efefef;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-tertiary .alert-link {
  color: #666666;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-white-transparent {
  color: rgba(107, 107, 107, 0.896);
  background-color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.944);
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-white-transparent hr {
  border-top-color: rgba(242, 242, 242, 0.944);
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-white-transparent .alert-link {
  color: rgba(82, 82, 82, 0.896);
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-facebook {
  color: #0c3e7e;
  background-color: #d1e4fc;
  border-color: #bed9fb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-facebook hr {
  border-top-color: #a6cbfa;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-facebook .alert-link {
  color: #08274f;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-google {
  color: #7a231c;
  background-color: #fbd9d7;
  border-color: #f9cac6;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-google hr {
  border-top-color: #f7b5af;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-google .alert-link {
  color: #511712;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-twitter {
  color: #0f547e;
  background-color: #d2ecfc;
  border-color: #c0e5fb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-twitter hr {
  border-top-color: #a8dbf9;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-twitter .alert-link {
  color: #0a3650;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-youtube {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-youtube hr {
  border-top-color: #ff9f9f;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-youtube .alert-link {
  color: #520000;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-linkedin {
  color: #00405e;
  background-color: #cce5f0;
  border-color: #b8daea;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-linkedin hr {
  border-top-color: #a4d0e4;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-linkedin .alert-link {
  color: #001d2b;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-instagram {
  color: #651655;
  background-color: #f3d4ed;
  border-color: #eec3e5;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-instagram hr {
  border-top-color: #e8afdc;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-instagram .alert-link {
  color: #3b0d32;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-whatsapp {
  color: #136e35;
  background-color: #d3f6e0;
  border-color: #c2f3d4;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-whatsapp hr {
  border-top-color: #adefc5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-whatsapp .alert-link {
  color: #0b4320;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-body {
  color: #232323;
  background-color: #dadada;
  border-color: #cbcbcb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-body hr {
  border-top-color: #bebebe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-body .alert-link {
  color: #0a0a0a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 6, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2292d1;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 27, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #444;
  background-color: #e9ecef;
}

/* line 43, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2292d1;
  border-color: #2292d1;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #124c6d;
  background-color: #c1e0f2;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #124c6d;
  background-color: #acd5ee;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #124c6d;
  border-color: #124c6d;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #186939;
  background-color: #c4f0d6;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #186939;
  background-color: #b0ebc8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #186939;
  border-color: #186939;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-tertiary {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-white-transparent {
  color: rgba(107, 107, 107, 0.896);
  background-color: rgba(255, 255, 255, 0.944);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-white-transparent.list-group-item-action:hover,
.list-group-item-white-transparent.list-group-item-action:focus {
  color: rgba(107, 107, 107, 0.896);
  background-color: rgba(242, 242, 242, 0.944);
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-white-transparent.list-group-item-action.active {
  color: #fff;
  background-color: rgba(107, 107, 107, 0.896);
  border-color: rgba(107, 107, 107, 0.896);
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-facebook {
  color: #0c3e7e;
  background-color: #bed9fb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-facebook.list-group-item-action:hover,
.list-group-item-facebook.list-group-item-action:focus {
  color: #0c3e7e;
  background-color: #a6cbfa;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #0c3e7e;
  border-color: #0c3e7e;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-google {
  color: #7a231c;
  background-color: #f9cac6;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-google.list-group-item-action:hover,
.list-group-item-google.list-group-item-action:focus {
  color: #7a231c;
  background-color: #f7b5af;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-google.list-group-item-action.active {
  color: #fff;
  background-color: #7a231c;
  border-color: #7a231c;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-twitter {
  color: #0f547e;
  background-color: #c0e5fb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-twitter.list-group-item-action:hover,
.list-group-item-twitter.list-group-item-action:focus {
  color: #0f547e;
  background-color: #a8dbf9;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-twitter.list-group-item-action.active {
  color: #fff;
  background-color: #0f547e;
  border-color: #0f547e;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-youtube {
  color: #850000;
  background-color: #ffb8b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-youtube.list-group-item-action:hover,
.list-group-item-youtube.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-youtube.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-linkedin {
  color: #00405e;
  background-color: #b8daea;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-linkedin.list-group-item-action:hover,
.list-group-item-linkedin.list-group-item-action:focus {
  color: #00405e;
  background-color: #a4d0e4;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-linkedin.list-group-item-action.active {
  color: #fff;
  background-color: #00405e;
  border-color: #00405e;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-instagram {
  color: #651655;
  background-color: #eec3e5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-instagram.list-group-item-action:hover,
.list-group-item-instagram.list-group-item-action:focus {
  color: #651655;
  background-color: #e8afdc;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-instagram.list-group-item-action.active {
  color: #fff;
  background-color: #651655;
  border-color: #651655;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-whatsapp {
  color: #136e35;
  background-color: #c2f3d4;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-whatsapp.list-group-item-action:hover,
.list-group-item-whatsapp.list-group-item-action:focus {
  color: #136e35;
  background-color: #adefc5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-whatsapp.list-group-item-action.active {
  color: #fff;
  background-color: #136e35;
  border-color: #136e35;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-body {
  color: #232323;
  background-color: #cbcbcb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-body.list-group-item-action:hover,
.list-group-item-body.list-group-item-action:focus {
  color: #232323;
  background-color: #bebebe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-body.list-group-item-action.active {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 10, node_modules/bootstrap/scss/_close.scss */

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 59, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 84, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 108, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 140, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 145, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 156, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 161, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 164, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  /* line 174, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 179, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 55, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 94, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 104, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 142, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 175, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 180, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #444;
}

/* line 11, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 15, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 30, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 30, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 37, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 43, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 52, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 52, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 61, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 82, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 88, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 93, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 93, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 141, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 149, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 160, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 170, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 184, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 196, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 205, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 216, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  background-color: #fff;
}

/* line 226, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary,
.has-mt-primary-background-color,
.comment-list .bypostauthor .fn:after,
section.main-header.whiteheader .topbar,
body.wp-signup {
  background-color: #2292d1 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.has-mt-primary-background-color:hover,
.comment-list .bypostauthor a.fn:hover:after,
section.main-header.whiteheader a.topbar:hover,
a.bg-primary:focus,
a.has-mt-primary-background-color:focus,
.comment-list .bypostauthor a.fn:focus:after,
section.main-header.whiteheader a.topbar:focus,
button.bg-primary:hover,
button.has-mt-primary-background-color:hover,
.comment-list .bypostauthor button.fn:hover:after,
section.main-header.whiteheader button.topbar:hover,
button.bg-primary:focus,
button.has-mt-primary-background-color:focus,
.comment-list .bypostauthor button.fn:focus:after,
section.main-header.whiteheader button.topbar:focus {
  background-color: #1b73a5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary,
.has-mt-secondary-background-color {
  background-color: #2ec96e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.has-mt-secondary-background-color:hover,
a.bg-secondary:focus,
a.has-mt-secondary-background-color:focus,
button.bg-secondary:hover,
button.has-mt-secondary-background-color:hover,
button.bg-secondary:focus,
button.has-mt-secondary-background-color:focus {
  background-color: #259f57 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a#payment:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account a.woocommerce-MyAccount-navigation:hover,
a.bg-light:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a#payment:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account a.woocommerce-MyAccount-navigation:focus,
button.bg-light:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button#payment:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account button.woocommerce-MyAccount-navigation:hover,
button.bg-light:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button#payment:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account button.woocommerce-MyAccount-navigation:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark,
#logo.grayscale {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a#logo.grayscale:hover,
a.bg-dark:focus,
a#logo.grayscale:focus,
button.bg-dark:hover,
button#logo.grayscale:hover,
button.bg-dark:focus,
button#logo.grayscale:focus {
  background-color: #1d2124 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-tertiary,
.comment-list .comment-body,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
section.bookblockcontainer .boekenkast .boekenplank .plank:before,
section.menucontainer .menu ul.inline-nav > li a {
  background-color: #f5f5f5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-tertiary:hover,
.comment-list a.comment-body:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.woocommerce-billing-fields__field-wrapper:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.shipping_address:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.woocommerce-additional-fields__field-wrapper:hover,
section.bookblockcontainer .boekenkast .boekenplank a.plank:hover:before,
section.menucontainer .menu ul.inline-nav > li a:hover,
a.bg-tertiary:focus,
.comment-list a.comment-body:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.woocommerce-billing-fields__field-wrapper:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.shipping_address:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout a.woocommerce-additional-fields__field-wrapper:focus,
section.bookblockcontainer .boekenkast .boekenplank a.plank:focus:before,
section.menucontainer .menu ul.inline-nav > li a:focus,
button.bg-tertiary:hover,
.comment-list button.comment-body:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.woocommerce-billing-fields__field-wrapper:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.shipping_address:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.woocommerce-additional-fields__field-wrapper:hover,
section.bookblockcontainer .boekenkast .boekenplank button.plank:hover:before,
button.bg-tertiary:focus,
.comment-list button.comment-body:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.woocommerce-billing-fields__field-wrapper:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.shipping_address:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout button.woocommerce-additional-fields__field-wrapper:focus,
section.bookblockcontainer .boekenkast .boekenplank button.plank:focus:before {
  background-color: gainsboro !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-white-transparent:hover,
a.bg-white-transparent:focus,
button.bg-white-transparent:hover,
button.bg-white-transparent:focus {
  background-color: rgba(230, 230, 230, 0.8) !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-facebook {
  background-color: #1877f2 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-facebook:hover,
a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #0b5fcc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-google {
  background-color: #ea4335 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-google:hover,
a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #d62516 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-twitter {
  background-color: #1da1f2 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-twitter:hover,
a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0c85d0 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-youtube {
  background-color: #ff0000 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-youtube:hover,
a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #cc0000 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-linkedin {
  background-color: #007bb5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-linkedin:hover,
a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #005882 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-instagram {
  background-color: #c32aa3 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-instagram:hover,
a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #992180 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-whatsapp {
  background-color: #25d366 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-whatsapp:hover,
a.bg-whatsapp:focus,
button.bg-whatsapp:hover,
button.bg-whatsapp:focus {
  background-color: #1da851 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-body {
  background-color: #444 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-body:hover,
a.bg-body:focus,
button.bg-body:hover,
button.bg-body:focus {
  background-color: #2b2b2b !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white,
section.main-header.whiteheader header.navigation,
body.wp-signup #signup-content {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent,
section.menucontainer .menu ul.inline-nav ul.sub-menu a {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #2292d1 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #2ec96e !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #343a40 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-tertiary {
  border-color: #f5f5f5 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white-transparent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-facebook {
  border-color: #1877f2 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-google {
  border-color: #ea4335 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-twitter {
  border-color: #1da1f2 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-youtube {
  border-color: #ff0000 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-linkedin {
  border-color: #007bb5 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-instagram {
  border-color: #c32aa3 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-whatsapp {
  border-color: #25d366 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-body {
  border-color: #444 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded,
.comment-list .bypostauthor .fn:after,
.comment-list .comment-body {
  border-radius: 0.25rem !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle,
.comment-list .comment-meta img {
  border-radius: 50% !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none,
.leaflet-control-attribution,
form.wp-block-search label,
body.wp-signup div#header #headerimg,
body.wp-signup hr,
body.wp-signup div#footer p,
body.page-template-template-order .main-header .topbar,
body.page-template-template-order .main-header section.titles {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
  display: inline !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .added_to_cart,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-form-row label,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .form-row label,
body.wp-signup .mu_register form p,
body.wp-signup .mu_register form h2,
body.wp-signup .mu_register form ul {
  display: block !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
  display: table !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex,
body:not(.wp-admin) .buttoncontainer,
body:not(.wp-admin) .wp-block-media-text__media,
body:not(.wp-admin) .wp-block-column,
section.bookblockcontainer .boekenkast .boekenplank .frontcover,
section.menucontainer .menu ul.inline-nav > li,
section.menucontainer .menu ul.inline-nav > li a,
.mailinglistform.clean-fat form,
.mailinglistform.horizontal form,
.popup form button,
.popup.clean-fat form,
.popup.horizontal form,
ul.procons li,
section.main-header.bigheader,
section.main-header.bigheader .titles {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex,
section.menucontainer .menu ul.inline-nav ul.sub-menu li,
section.menucontainer .menu ul.inline-nav ul.sub-menu a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 30, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset .embed-responsive-item,
.embed-responsive iframe,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset iframe,
.embed-responsive embed,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset embed,
.embed-responsive object,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset object,
.embed-responsive video,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before,
.wp-block-embed:not(.is-provider-youtube) :not(.is-provider-instagram) :not(.is-provider-facebook) .entry-content-asset::before {
  padding-top: 56.25%;
}

/* line 43, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row,
section.menucontainer .menu ul.inline-nav ul.sub-menu li,
.mailinglistform.horizontal form,
.popup.horizontal form {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column,
body:not(.wp-admin) .wp-block-column,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul,
section.menucontainer .menu ul.inline-nav > li,
.mailinglistform.clean-fat form,
.popup.clean-fat form,
.popup.vertical div.row,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses,
section.main-header.bigheader {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1,
section.main-header.bigheader .titles {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start,
ul.procons li {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center,
.popup.vertical div.row,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses,
.popup.vertical div.row > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses > div,
ul.procons.aligncenter li,
section.main-header.bigheader .titles {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start,
.wp-block-columns.equal-height .wp-block-column .cardblock {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center,
body:not(.wp-admin) .wp-block-media-text__media,
section.menucontainer .menu ul.inline-nav > li a,
.mailinglistform.horizontal form,
.popup.horizontal form,
ul.procons li,
section.main-header.bigheader .titles {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 31, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
body:not(.wp-admin) .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
body:not(.wp-admin) .screen-reader-text:active,
.sr-only-focusable:focus,
body:not(.wp-admin) .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
body.wp-signup #signup-content,
.addtomt form {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100,
form.search-form label,
form.search-form input.search-field,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-form-row label,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .form-row label,
.wp-block-columns.equal-height .wp-block-column .cardblock,
section.menucontainer .menu ul.inline-nav ul.sub-menu li,
section.menucontainer .menu ul.inline-nav a,
form.wp-block-search input.wp-block-search__input,
.menucontainer > li.new,
.menucontainer > li.nieuw,
.menucontainer > li.tip,
.menucontainer > li.new a,
.menucontainer > li.nieuw a,
.menucontainer > li.tip a {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100,
.wp-block-columns.equal-height .wp-block-column .cardblock,
.wp-block-columns.equal-height .wp-block-column .cardblock .container,
.wp-block-columns.equal-height .wp-block-column .cardblock .wp-block-group .wp-block-group__inner-container,
.wp-block-group .wp-block-columns.equal-height .wp-block-column .cardblock .wp-block-group__inner-container,
.wp-block-columns.equal-height .wp-block-column .cardblock .row,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .col2-set,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .wp-block-columns.equal-height .wp-block-column .cardblock .col2-set,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce-Addresses,
.wp-block-columns.equal-height .wp-block-column .cardblock .titles {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.wp-block-group .wp-block-group__inner-container .blockcontainer:first-of-type,
.wc-block-grid__product.wc-block-layout h2:not(.mt-0),
.wp-block-columns.equal-height .wp-block-column .cardblock,
.wp-block-columns.equal-height .wp-block-column .cardblock .btn,
.wp-block-columns.equal-height .wp-block-column .cardblock .comment-list .reply a,
.comment-list .reply .wp-block-columns.equal-height .wp-block-column .cardblock a,
.wp-block-columns.equal-height .wp-block-column .cardblock .comment-form input[type="submit"],
.comment-form .wp-block-columns.equal-height .wp-block-column .cardblock input[type="submit"],
.wp-block-columns.equal-height .wp-block-column .cardblock form input[type="submit"],
form .wp-block-columns.equal-height .wp-block-column .cardblock input[type="submit"],
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wp-block-columns.equal-height .wp-block-column .cardblock .add_to_cart_button,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wp-block-columns.equal-height .wp-block-column .cardblock .single_add_to_cart_button,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wp-block-columns.equal-height .wp-block-column .cardblock button.button.alt,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wp-block-columns.equal-height .wp-block-column .cardblock a.button,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .wp-block-columns.equal-height .wp-block-column .cardblock .button:not(.checkout-button),
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .wp-block-columns.equal-height .wp-block-column .cardblock .checkout-button,
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .wp-block-columns.equal-height .wp-block-column .cardblock .button:not(.checkout-button),
.wp-block-columns.equal-height .wp-block-column .cardblock .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .wp-block-columns.equal-height .wp-block-column .cardblock #place_order,
.wp-block-columns.equal-height .wp-block-column .cardblock ._form button,
._form .wp-block-columns.equal-height .wp-block-column .cardblock button,
.wp-block-columns.equal-height .wp-block-column .cardblock form.wp-block-search button.wp-block-search__button,
form.wp-block-search .wp-block-columns.equal-height .wp-block-column .cardblock button.wp-block-search__button,
.wp-block-columns.equal-height .wp-block-column .cardblock nav.nav-primary ul.navbar-nav > li.cta,
nav.nav-primary .wp-block-columns.equal-height .wp-block-column .cardblock ul.navbar-nav > li.cta,
.wrap .blockcontainer h1,
.wrap .blockcontainer h2,
.wrap .blockcontainer h3,
.my-0,
.wp-block-group .wp-block-group__inner-container .wp-block-column .blockcontainer,
body:not(.wp-admin) .blockcontainer.smaller,
body:not(.wp-admin) .wp-block-media-text.smaller,
body:not(.wp-admin) .wp-block-cover.smaller,
body:not(.wp-admin) .wp-block-column .blockcontainer.smaller,
body:not(.wp-admin) .wp-block-column .wp-block-cover.smaller,
body:not(.wp-admin) .alignfull.map {
  margin-top: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0,
body:not(.wp-admin) .wp-block-media-text__content,
body:not(.wp-admin) .wp-block-media-text.alignwide {
  margin-right: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.wp-block-group .wp-block-group__inner-container .blockcontainer:last-of-type,
.wp-block-columns.equal-height .wp-block-column .cardblockcontainer,
blockquote .alert p,
blockquote body.wp-signup .mu_register .mu_alert p,
body.wp-signup .mu_register blockquote .mu_alert p,
body:not(.wp-admin) .blockcontainer.countdown.fixed,
.mailinglistform.horizontal form .input-group,
.mailinglistform.horizontal form ._form_element,
.popupcontainer.corner .popup,
.popup.horizontal form .input-group,
.popup.horizontal form ._form_element,
ul.procons p,
body.single.single-post section.main-header,
body.page-template-template-order .main-header,
.my-0,
.wp-block-group .wp-block-group__inner-container .wp-block-column .blockcontainer,
body:not(.wp-admin) .blockcontainer.smaller,
body:not(.wp-admin) .wp-block-media-text.smaller,
body:not(.wp-admin) .wp-block-cover.smaller,
body:not(.wp-admin) .wp-block-column .blockcontainer.smaller,
body:not(.wp-admin) .wp-block-column .wp-block-cover.smaller,
body:not(.wp-admin) .alignfull.map {
  margin-bottom: 0 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0,
body:not(.wp-admin) .wp-block-media-text__content,
body:not(.wp-admin) .wp-block-media-text.alignwide {
  margin-left: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
footer.copyright ul.nav li,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account ul.woocommerce-MyAccount-navigation li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account footer.copyright ul.woocommerce-MyAccount-navigation li,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation footer.copyright ul li,
.mx-1,
.comment-list .bypostauthor .fn:after {
  margin-right: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.widget_tag_cloud a,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
footer.copyright ul.nav li:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account ul.woocommerce-MyAccount-navigation li:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account footer.copyright ul.woocommerce-MyAccount-navigation li:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation footer.copyright ul li:after,
.mx-1,
.comment-list .bypostauthor .fn:after {
  margin-left: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2,
body:not(.wp-admin) .buttoncontainer,
body:not(.wp-admin) .blockcontainer,
body:not(.wp-admin) .wp-block-media-text,
body:not(.wp-admin) .wp-block-cover,
body:not(.wp-admin) .wp-block-column .blockcontainer,
body:not(.wp-admin) .wp-block-column .wp-block-cover {
  margin-top: 0.5rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
ul.arrowed-icon li:before,
ul.checkboxed li:before,
section.menucontainer .menu.checkboxed-list ul.sub-menu li:before,
ul.checked li:before,
section.menucontainer .menu.checkmarks-list ul.sub-menu li:before,
ul.crossed li:before,
.comment-list .comment-meta img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .button:before,
.mailinglistform.horizontal form .input-group,
.mailinglistform.horizontal form ._form_element,
.popup.horizontal form .input-group,
.popup.horizontal form ._form_element,
footer.main ul:not(.wp-block-social-links) li a:before,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.comment-list .comment-body,
.comment-list .comment-meta,
section.menucontainer .menu ul.inline-nav > li.menu-item-has-children > a,
section.menucontainer .menu ul.inline-nav ul.sub-menu a,
._form ._form_element,
footer.main ul:not(.wp-block-social-links) li,
.my-2,
body:not(.wp-admin) .buttoncontainer,
body:not(.wp-admin) .blockcontainer,
body:not(.wp-admin) .wp-block-media-text,
body:not(.wp-admin) .wp-block-cover,
body:not(.wp-admin) .wp-block-column .blockcontainer,
body:not(.wp-admin) .wp-block-column .wp-block-cover {
  margin-bottom: 0.5rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.tableofcontent li ul li a,
nav.nav-primary ul.navbar-nav > li.menu-item-has-children svg,
nav li.new > a:after,
nav li.nieuw > a:after,
nav li.tip > a:after,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 1rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
body.page-template-template-order .alert,
body.page-template-template-order body.wp-signup .mu_register .mu_alert,
body.wp-signup .mu_register body.page-template-template-order .mu_alert,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .comment-respond,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-breadcrumb,
body.wp-signup p.submit,
.my-4,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #ship-to-different-address,
.c-enormail-webform,
.wp-block-code,
.wp-block-group {
  margin-top: 1.5rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
body:not(.wp-admin) .wp-block-column,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
section.menucontainer .menu ul.inline-nav > li,
.popup.vertical div.row > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses > div,
footer.main section.widget,
.my-4,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #ship-to-different-address,
.c-enormail-webform,
.wp-block-code,
.wp-block-group {
  margin-bottom: 1.5rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 3rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.popup form button,
.wrap h1:not(.mt-0):not(.mt-1):not(.mt-2):not(.mt-3):not(.mt-4):not(.entry-title),
.wrap h2:not(.mt-0):not(.mt-1):not(.mt-2):not(.mt-3):not(.mt-4):not(.entry-title),
.wrap h3:not(.mt-0):not(.mt-1):not(.mt-2):not(.mt-3):not(.mt-4):not(.entry-title),
.my-5,
body.wp-signup #signup-content {
  margin-top: 3rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5,
body.wp-signup #signup-content {
  margin-bottom: 3rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0,
section.menucontainer .menu ul.inline-nav ul.sub-menu a {
  padding: 0 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
main.main .inleiding,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.popup.vertical,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product span.price,
.woocommerce-page ul.products li.product span.price,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table th,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details th {
  padding: 0.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
main.main .inleiding,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
section.menucontainer .menu ul.inline-nav ul.sub-menu a,
.tableofcontent li ul,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3,
body.wp-signup #signup-content {
  padding: 1rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4,
.comment-list .comment-body,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation,
section.menucontainer .menu ul.inline-nav > li a {
  padding: 1.5rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
section.main-header.whiteheader section.titles,
body.home.blog .wrap,
.py-4,
.paypro-form-container form.order-marketheme input[type="text"],
.paypro-form-container form.order-marketheme input[type="email"],
.paypro-form-container form.order-marketheme input[type="tel"],
.paypro-form-container form.order-marketheme textarea,
.paypro-form-container form.order-marketheme select,
body:not(.wp-admin) .wp-block-media-text__content,
.wp-block-group {
  padding-top: 1.5rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4,
.popup.vertical {
  padding-right: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
section.main-header.has-author-img .titles .container,
section.main-header.has-author-img .titles .wp-block-group .wp-block-group__inner-container,
.wp-block-group section.main-header.has-author-img .titles .wp-block-group__inner-container,
.py-4,
.paypro-form-container form.order-marketheme input[type="text"],
.paypro-form-container form.order-marketheme input[type="email"],
.paypro-form-container form.order-marketheme input[type="tel"],
.paypro-form-container form.order-marketheme textarea,
.paypro-form-container form.order-marketheme select,
body:not(.wp-admin) .wp-block-media-text__content,
.wp-block-group {
  padding-bottom: 1.5rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
ul.list-unstyled ul.children,
.px-4,
.popup.vertical {
  padding-left: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5,
.addtomt form {
  padding: 3rem !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.wp-block-group,
.py-5,
body.page-template-template-order .order-form {
  padding-top: 3rem !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.wp-block-group,
.py-5,
body.page-template-template-order .order-form {
  padding-bottom: 3rem !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.popup form button,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5,
  body:not(.wp-admin) .blockcontainer,
  body:not(.wp-admin) .wp-block-media-text,
  body:not(.wp-admin) .wp-block-cover,
  body:not(.wp-admin) .wp-block-column .blockcontainer,
  body:not(.wp-admin) .wp-block-column .wp-block-cover {
    margin-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5,
  body:not(.wp-admin) .blockcontainer,
  body:not(.wp-admin) .wp-block-media-text,
  body:not(.wp-admin) .wp-block-cover,
  body:not(.wp-admin) .wp-block-column .blockcontainer,
  body:not(.wp-admin) .wp-block-column .wp-block-cover {
    margin-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0,
  body:not(.wp-admin) .wp-block-media-text__content {
    padding-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .popup.vertical,
  .py-md-0,
  body:not(.wp-admin) .wp-block-media-text__content {
    padding-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4,
  .popup.vertical {
    padding-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4,
  .popup.vertical {
    padding-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto,
  body:not(.wp-admin) .wp-block-media-text__content,
  body:not(.wp-admin) .wp-block-media-text.alignwide {
    margin-right: auto !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto,
  body:not(.wp-admin) .wp-block-media-text__content,
  body:not(.wp-admin) .wp-block-media-text.alignwide {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3,
  nav.nav-primary ul.navbar-nav > li {
    padding-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3,
  nav.nav-primary ul.navbar-nav > li {
    padding-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cart_totals,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .cart_totals .shop_table {
  text-align: right !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white,
section.main-header.bigheader .titles *,
section.main-header.has-bg .titles * {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary,
.has-mt-primary-color {
  color: #2292d1 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.has-mt-primary-color:hover,
a.text-primary:focus,
a.has-mt-primary-color:focus {
  color: #1b73a5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary,
.has-mt-secondary-color {
  color: #2ec96e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.has-mt-secondary-color:hover,
a.text-secondary:focus,
a.has-mt-secondary-color:focus {
  color: #259f57 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart table thead,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout table thead,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table thead,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details thead {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li a,
section.main-header.whiteheader a,
section.main-header.whiteheader nav.nav-primary button,
nav.nav-primary.minimal #navbar-collapse:not(.show) li a {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
section.main-header.whiteheader a:hover,
nav.nav-primary.minimal #navbar-collapse:not(.show) li a:hover,
a.text-dark:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
section.main-header.whiteheader a:focus,
nav.nav-primary.minimal #navbar-collapse:not(.show) li a:focus {
  color: #1d2124 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-tertiary {
  color: #f5f5f5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: gainsboro !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-white-transparent {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-white-transparent:hover,
a.text-white-transparent:focus {
  color: rgba(230, 230, 230, 0.8) !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-facebook {
  color: #1877f2 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-facebook:hover,
a.text-facebook:focus {
  color: #0b5fcc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-google {
  color: #ea4335 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-google:hover,
a.text-google:focus {
  color: #d62516 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-twitter {
  color: #1da1f2 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-twitter:hover,
a.text-twitter:focus {
  color: #0c85d0 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-youtube {
  color: #ff0000 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-youtube:hover,
a.text-youtube:focus {
  color: #cc0000 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-linkedin {
  color: #007bb5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-linkedin:hover,
a.text-linkedin:focus {
  color: #005882 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-instagram {
  color: #c32aa3 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-instagram:hover,
a.text-instagram:focus {
  color: #992180 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-whatsapp {
  color: #25d366 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-whatsapp:hover,
a.text-whatsapp:focus {
  color: #1da851 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-body,
section.menucontainer .menu ul.inline-nav a[href="#"] {
  color: #444 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-body:hover,
section.menucontainer .menu ul.inline-nav a:hover[href="#"],
a.text-body:focus,
section.menucontainer .menu ul.inline-nav a:focus[href="#"] {
  color: #2b2b2b !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body,
section.menucontainer .menu ul.inline-nav a[href="#"] {
  color: #444 !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 67, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 92, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 992px !important;
  }

  /* line 95, node_modules/bootstrap/scss/_print.scss */

  .container,
  .wp-block-group .wp-block-group__inner-container {
    min-width: 992px !important;
  }

  /* line 100, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 103, node_modules/bootstrap/scss/_print.scss */

  .badge,
  nav li.new > a:after,
  .menucontainer li.new > a:after,
  nav li.nieuw > a:after,
  .menucontainer li.nieuw > a:after,
  nav li.tip > a:after,
  .menucontainer li.tip > a:after {
    border: 1px solid #000;
  }

  /* line 107, node_modules/bootstrap/scss/_print.scss */

  .table,
  table {
    border-collapse: collapse !important;
  }

  /* line 110, node_modules/bootstrap/scss/_print.scss */

  .table td,
  table td,
  .table th,
  table th {
    background-color: #fff !important;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 126, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 134, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th,
  table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 29, node_modules/simplelightbox/src/simple-lightbox.scss */

body.hidden-scroll {
  overflow: hidden;
}

/* line 33, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

/* line 44, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

/* line 52, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 55, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

/* line 61, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper button:hover {
  opacity: 0.7;
}

/* line 66, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

/* line 86, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

/* line 96, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

/* line 106, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-download a {
  color: #fff;
}

/* line 111, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

/* line 114, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

/* line 126, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

/* line 131, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  /* line 114, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  /* line 143, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  /* line 148, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  /* line 114, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  /* line 156, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  /* line 161, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

/* line 170, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

/* line 175, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

/* line 182, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  /* line 182, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 182, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

/* line 197, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 197, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 197, node_modules/simplelightbox/src/simple-lightbox.scss */

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

/* line 207, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 218, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

/* line 223, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

/* line 230, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 251, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 259, node_modules/simplelightbox/src/simple-lightbox.scss */

.sl-transition {
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: -o-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms, -o-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
         -o-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    -o-transform: scale(0.1);
       transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
    opacity: 0;
  }
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* line 22, resources/assets/styles/common/_global.scss */

.cursor-pointer {
  cursor: pointer !important;
}

/* line 26, resources/assets/styles/common/_global.scss */

svg#marketheme {
  width: 250px;
}

/* line 30, resources/assets/styles/common/_global.scss */

.btn,
.comment-list .reply a,
.comment-form input[type="submit"],
form input[type="submit"],
form.search-form input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
._form button,
form.wp-block-search button.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.cta {
  white-space: normal !important;
}

/* line 39, resources/assets/styles/common/_global.scss */

a.brand:hover {
  text-decoration: none;
}

/* line 44, resources/assets/styles/common/_global.scss */

.last-block {
  margin-bottom: -50px;
}

@media (min-width: 768px) {
  /* line 48, resources/assets/styles/common/_global.scss */

  .vh-25 {
    height: 25vh;
  }
}

@media (min-width: 768px) {
  /* line 54, resources/assets/styles/common/_global.scss */

  .vh-50 {
    height: 50vh;
  }
}

/* line 60, resources/assets/styles/common/_global.scss */

.vh-100 {
  min-height: 100vh !important;
  height: auto !important;
}

@media (min-width: 768px) {
  /* line 65, resources/assets/styles/common/_global.scss */

  .vw-25 {
    width: 25vw;
  }
}

@media (min-width: 768px) {
  /* line 71, resources/assets/styles/common/_global.scss */

  .vw-50 {
    width: 50vw;
  }
}

/* line 77, resources/assets/styles/common/_global.scss */

iframe {
  max-width: 100%;
}

/* line 81, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  height: auto;
}

/* line 84, resources/assets/styles/common/_global.scss */

img.grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* line 90, resources/assets/styles/common/_global.scss */

div.first-block,
section.first-block,
body:not(.wp-admin) .blockcontainer.first-block {
  margin-top: -1.5rem !important;
}

/* line 96, resources/assets/styles/common/_global.scss */

main.main {
  font-size: 1.1em;
  line-height: 1.7;
}

/* line 99, resources/assets/styles/common/_global.scss */

main.main .inleiding {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

/* line 108, resources/assets/styles/common/_global.scss */

main.main > div.alignfull:nth-child(1),
main.main > section.alignfull:nth-child(1) {
  margin-top: -1.5rem;
}

/* line 114, resources/assets/styles/common/_global.scss */

#logo {
  width: 80px;
  height: 80px;
}

/* line 117, resources/assets/styles/common/_global.scss */

#logo i {
  font-size: 35px;
}

/* line 125, resources/assets/styles/common/_global.scss */

.wp-block-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 2, resources/assets/styles/components/_footerglue.scss */

body {
  width: 100%;
  height: 100%;
}

/* line 7, resources/assets/styles/components/_footerglue.scss */

body:not(.wp-admin) {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 13, resources/assets/styles/components/_footerglue.scss */

body:not(.wp-admin) .wrap.container,
body:not(.wp-admin) .wp-block-group .wrap.wp-block-group__inner-container,
.wp-block-group body:not(.wp-admin) .wrap.wp-block-group__inner-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 17, resources/assets/styles/components/_footerglue.scss */

body:not(.wp-admin) footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 21, resources/assets/styles/components/_footerglue.scss */

body:not(.wp-admin).admin-bar {
  height: calc(100% - 46px);
  min-height: calc(100vh - 46px);
}

@media (min-width: 768px) {
  /* line 21, resources/assets/styles/components/_footerglue.scss */

  body:not(.wp-admin).admin-bar {
    height: calc(100% - 32px);
    min-height: calc(100vh - 32px);
  }
}

/* line 4, resources/assets/styles/components/_lists.scss */

ul.arrowed li,
section.menucontainer .menu.arrows-list ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6, resources/assets/styles/components/_lists.scss */

ul.arrowed li:before,
section.menucontainer .menu.arrows-list ul.sub-menu li:before {
  content: "\2192   ";
}

/* line 13, resources/assets/styles/components/_lists.scss */

ul.arrowed-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 15, resources/assets/styles/components/_lists.scss */

ul.arrowed-icon li:before {
  content: '\F14A';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 25, resources/assets/styles/components/_lists.scss */

ul.default li,
section.menucontainer .menu.default-list ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 27, resources/assets/styles/components/_lists.scss */

ul.default li:before,
section.menucontainer .menu.default-list ul.sub-menu li:before {
  content: "\25CF   ";
}

/* line 34, resources/assets/styles/components/_lists.scss */

ul.checkboxed li,
section.menucontainer .menu.checkboxed-list ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 36, resources/assets/styles/components/_lists.scss */

ul.checkboxed li:before,
section.menucontainer .menu.checkboxed-list ul.sub-menu li:before {
  content: '\F14A';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 46, resources/assets/styles/components/_lists.scss */

ul.checked li,
section.menucontainer .menu.checkmarks-list ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, resources/assets/styles/components/_lists.scss */

ul.checked li:before,
section.menucontainer .menu.checkmarks-list ul.sub-menu li:before {
  content: '\F00C';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 58, resources/assets/styles/components/_lists.scss */

ul.crossed li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 60, resources/assets/styles/components/_lists.scss */

ul.crossed li:before {
  content: '\F00D';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 5, resources/assets/styles/components/_buttons.scss */

.btn.backtotop,
.comment-list .reply a.backtotop,
.comment-form input.backtotop[type="submit"],
form input.backtotop[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .backtotop.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .backtotop.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.backtotop.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.backtotop.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .backtotop.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .backtotop.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .backtotop.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .backtotop#place_order,
._form button.backtotop,
form.wp-block-search button.backtotop.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.backtotop.cta {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 50px;
  height: 50px;
  position: fixed;
  right: -60px;
  bottom: 20px;
  z-index: 999;
  border-radius: 100%;
  opacity: .9;
}

/* line 15, resources/assets/styles/components/_buttons.scss */

.btn.backtotop.show,
.comment-list .reply a.backtotop.show,
.comment-form input.backtotop.show[type="submit"],
form input.backtotop.show[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .backtotop.show.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .backtotop.show.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.backtotop.show.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.backtotop.show.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .backtotop.show.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .backtotop.show.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .backtotop.show.button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment .backtotop.show#place_order,
._form button.backtotop.show,
form.wp-block-search button.backtotop.show.wp-block-search__button,
nav.nav-primary ul.navbar-nav > li.backtotop.show.cta {
  right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 4, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/* line 7, resources/assets/styles/components/_comments.scss */

.comment-list ol.children .comment-body {
  background-color: #ededed !important;
}

/* line 15, resources/assets/styles/components/_comments.scss */

.comment-list .bypostauthor .fn:after {
  content: "auteur";
  padding: 0 5px;
  color: #fff;
}

/* line 27, resources/assets/styles/components/_comments.scss */

.comment-list .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30, resources/assets/styles/components/_comments.scss */

.comment-list .reply a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}

/* line 47, resources/assets/styles/components/_comments.scss */

.comment-list .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 52, resources/assets/styles/components/_comments.scss */

.comment-list .comment-meta .comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  margin-left: auto;
}

/* line 59, resources/assets/styles/components/_comments.scss */

.comment-list .comment-meta img {
  width: 32px;
}

/* line 83, resources/assets/styles/components/_comments.scss */

#comments {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
}

/* line 87, resources/assets/styles/components/_comments.scss */

#comments:before {
  content: "";
  position: absolute;
  border-top: 1px solid #f0f0f0;
  background-color: #fcfcfc;
  z-index: -1;
  left: -100vw;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200vw;
  padding-top: 10px;
  padding-bottom: 40px;
}

/** Search form */

/* line 17, resources/assets/styles/components/_forms.scss */

form.search-form {
  position: relative;
}

/* line 21, resources/assets/styles/components/_forms.scss */

form.search-form label {
  font-weight: normal;
}

/* line 30, resources/assets/styles/components/_forms.scss */

form.search-form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 42, resources/assets/styles/components/_forms.scss */

.paypro-form-container {
  border-radius: 11.5px;
  background-color: #f8f8f8;
}

/* line 46, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme {
  font-family: "Open Sans", sans-serif !important;
  color: #353d42 !important;
}

/* line 50, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme input[type="text"],
.paypro-form-container form.order-marketheme input[type="email"],
.paypro-form-container form.order-marketheme input[type="tel"],
.paypro-form-container form.order-marketheme textarea,
.paypro-form-container form.order-marketheme select {
  border-radius: 6px !important;
}

/* line 59, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme label,
.paypro-form-container form.order-marketheme h2,
.paypro-form-container form.order-marketheme h6 {
  font-weight: 600;
}

/* line 63, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme section.product,
.paypro-form-container form.order-marketheme section.total {
  background-color: #e9f4fa;
}

/* line 67, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme section.product {
  border-top-left-radius: 11.5px;
  border-top-right-radius: 11.5px;
}

/* line 72, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme section.total {
  border-bottom-left-radius: 11.5px;
  border-bottom-right-radius: 11.5px;
}

/* line 77, resources/assets/styles/components/_forms.scss */

.paypro-form-container form.order-marketheme small {
  font-weight: 300;
}

/**
* WordPress Generated Classes
* @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/

/* line 6, resources/assets/styles/components/_wp-classes.scss */

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: none !important;
}

/** Media alignment */

/* line 16, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) {
  /** Captions */
  /** Text meant only for screen readers */
}

/* line 22, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .wp-block-media-text > figure > img,
body:not(.wp-admin) .wp-block-media-text > figure > video {
  width: auto;
  max-width: 100%;
}

/* line 39, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .wp-block-cover.alignwide {
  width: auto;
}

/* line 68, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .wp-block-column .buttoncontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 74, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

/* line 78, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignwide img {
  margin: 0 auto;
  text-align: center;
}

/* line 84, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

/* line 89, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignfull img {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 99, resources/assets/styles/components/_wp-classes.scss */

  body:not(.wp-admin) .wp-block-image .alignright,
  body:not(.wp-admin) .wp-block-image .alignleft {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}

/* line 109, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .wp-block-image img {
  position: relative;
  z-index: 2;
}

/* line 122, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 129, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
  text-align: center;
}

/* line 136, resources/assets/styles/components/_wp-classes.scss */

body:not(.wp-admin) .alignleft,
body:not(.wp-admin) .alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 143, resources/assets/styles/components/_wp-classes.scss */

  body:not(.wp-admin) .alignleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 149, resources/assets/styles/components/_wp-classes.scss */

  body:not(.wp-admin) .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* line 2, resources/assets/styles/components/_readingindicator.scss */

section.reading-indicator progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #2ec96e;
  border: none;
}

/* line 16, resources/assets/styles/components/_readingindicator.scss */

section.reading-indicator progress::-webkit-progress-bar {
  background-color: transparent;
}

/* line 20, resources/assets/styles/components/_readingindicator.scss */

section.reading-indicator progress::-webkit-progress-value {
  background-color: #2ec96e;
}

/* line 24, resources/assets/styles/components/_readingindicator.scss */

section.reading-indicator progress::-moz-progress-bar {
  background-color: #2ec96e;
}

/* line 1, resources/assets/styles/components/_flickity.scss */

.flickity-prev-next-button.next {
  right: 15px;
  z-index: 2;
}

/* line 6, resources/assets/styles/components/_flickity.scss */

.flickity-prev-next-button.previous {
  left: 15px;
  z-index: 2;
}

/* line 8, resources/assets/styles/components/_pagination.scss */

section.pagination span.current,
section.pagination span.dots {
  cursor: default !important;
  color: #444;
}

/* line 1, resources/assets/styles/components/_stickycta.scss */

section.stickycta {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 998;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 8, resources/assets/styles/components/_stickycta.scss */

section.stickycta.direct {
  bottom: 0 !important;
}

/* line 12, resources/assets/styles/components/_stickycta.scss */

section.stickycta.on-scroll {
  bottom: -400px;
}

/* line 14, resources/assets/styles/components/_stickycta.scss */

section.stickycta.on-scroll.visible-scroll {
  bottom: 0 !important;
}

/* line 19, resources/assets/styles/components/_stickycta.scss */

section.stickycta .close {
  position: absolute;
  right: 1em;
}

/* line 62, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .button {
  float: none;
  display: block;
}

/* line 67, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .button:before {
  content: "\F07A";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 80, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .minus {
  height: 44px;
  width: 44px;
  font-weight: 600;
  font-size: 20px;
  background: transparent;
}

/* line 88, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart .plus {
  height: 44px;
  width: 44px;
  font-weight: 600;
  font-size: 20px;
  background: transparent;
}

/* line 96, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart div.quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

/* line 101, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart div.quantity .qty::-webkit-outer-spin-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/* line 107, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) div.product form.cart div.quantity .qty {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 156, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}

/* line 165, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart input[name=coupon_code] {
  width: 220px !important;
}

/* line 182, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart table {
  border: none !important;
}

/* line 186, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart table thead {
  background-color: #444 !important;
}

/* line 228, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address label,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper label {
  display: block;
  width: 100%;
}

/* line 235, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address .form-row .woocommerce-input-wrapper,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* line 240, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address .form-row.form-row-first,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .shipping_address .form-row.form-row-last,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: auto !important;
}

/* line 248, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout table {
  border: none !important;
}

/* line 252, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout table thead {
  background-color: #444 !important;
}

/* line 286, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment div.payment_box {
  background-color: #dae0e5;
}

/* line 289, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment div.payment_box:before {
  border-bottom: 1em solid #dae0e5;
}

/* line 306, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details {
  border: 0 !important;
}

/* line 310, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table thead,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details thead {
  background-color: #444 !important;
  border: 0 !important;
}

/* line 320, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table tr,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-orders-table th,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details tr,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-table--order-details th {
  border: 0 !important;
}

/* line 330, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: auto !important;
}

/* line 355, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

/* line 372, resources/assets/styles/components/_woocommerce.scss */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-Addresses a.edit {
  margin-top: 3rem !important;
}

/* line 393, resources/assets/styles/components/_woocommerce.scss */

body.aanbieding-actief button.offer-bubble {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  right: 0;
  top: 0;
  margin-top: -31px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 403, resources/assets/styles/components/_woocommerce.scss */

body.aanbieding-actief section.offer {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  bottom: -400px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 414, resources/assets/styles/components/_woocommerce.scss */

.spicy-score {
  top: 0;
  right: 0;
}

/* line 418, resources/assets/styles/components/_woocommerce.scss */

.spicy-score img {
  height: 75px !important;
  width: 75px !important;
}

/* line 424, resources/assets/styles/components/_woocommerce.scss */

.product-logos {
  bottom: 0;
  right: 0;
}

/* line 428, resources/assets/styles/components/_woocommerce.scss */

.product-logos img.product-logo {
  height: 75px !important;
  width: 75px !important;
}

/* line 434, resources/assets/styles/components/_woocommerce.scss */

.woocommerce form.login {
  display: block;
  width: 100%;
}

/* line 1, resources/assets/styles/modules/_wiki.scss */

.wiki-tooltip {
  width: 20em;
  margin-top: 15px;
}

/* line 5, resources/assets/styles/modules/_wiki.scss */

.wiki-tooltip .arrow {
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid white;
  position: absolute;
  margin-top: -15px !important;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
  }

  60% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/* line 13, resources/assets/styles/animations/_bounce.scss */

.bounce {
  -webkit-animation: bounce 2s infinite;
       -o-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

/* line 3, resources/assets/styles/blocks/card/_frontend.scss */

.wp-block-columns.equal-height .wp-block-column .cardblockcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, resources/assets/styles/blocks/card/_frontend.scss */

.wp-block-columns.equal-height .wp-block-column .cardblock .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 4, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .plank {
  bottom: 40px;
}

/* line 11, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .plank:before {
  content: "";
  height: 70px;
  position: absolute;
  bottom: -20px;
  right: 60px;
  left: 60px;
}

/* line 21, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .plank:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.06)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.06) 100%);
  left: 0;
  right: 0;
  bottom: -30px;
  height: 10px;
}

/* line 37, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .plank .plankborder:before {
  content: "";
  height: 70px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  border-width: 0 0 70px 60px;
  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
}

/* line 50, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .plank .plankborder:after {
  content: "";
  height: 70px;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 50px;
  border-width: 0 60px 70px 0;
  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
}

@media (max-width: 991.98px) {
  /* line 64, resources/assets/styles/blocks/books/_frontend.scss */

  section.bookblockcontainer .boekenkast .boekenplank .plank .plankborder:before {
    border-width: 0 0 70px 10px;
    width: 60px;
  }

  /* line 68, resources/assets/styles/blocks/books/_frontend.scss */

  section.bookblockcontainer .boekenkast .boekenplank .plank .plankborder:after {
    border-width: 0 10px 70px 0;
    width: 60px;
  }
}

/* line 78, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .book:hover .title {
  opacity: 1;
}

/* line 82, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .book .title {
  color: #fff;
  background-color: rgba(34, 146, 209, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 93, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .frontcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2292d1;
  width: 160px;
  height: 200px;
  z-index: 1;
  position: relative;
}

/* line 103, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .frontcover:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.06);
}

/* line 112, resources/assets/styles/blocks/books/_frontend.scss */

section.bookblockcontainer .boekenkast .boekenplank .frontcover:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 12px;
  top: 11px;
  z-index: -5;
  border-width: 6px;
  border-color: #e3e3e3;
  border-style: solid;
  -webkit-transform: perspective(50px) rotateY(-465deg);
          transform: perspective(50px) rotateY(-465deg);
}

/* line 102, resources/assets/styles/blocks/menu/_frontend.scss */

section.menucontainer .menu ul.inline-nav a:hover {
  text-decoration: none;
}

/* line 107, resources/assets/styles/blocks/menu/_frontend.scss */

section.menucontainer .menu ul.inline-nav a[href="#"] {
  pointer-events: none;
  cursor: pointer;
}

/* line 3, resources/assets/styles/blocks/bmicalculator/_frontend.scss */

.bmicalculator .text-white a,
.bmicalculator section.main-header.bigheader .titles * a,
section.main-header.bigheader .titles .bmicalculator * a,
.bmicalculator section.main-header.has-bg .titles * a,
section.main-header.has-bg .titles .bmicalculator * a {
  color: #fff;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten {
  background-color: #fcf8e3;
  overflow: hidden;
  max-width: 800px;
}

/* line 6, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten ul {
  list-style-type: none;
  position: relative;
}

/* line 9, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -100vh;
  width: 100vw;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: pink;
  height: 200vh;
  opacity: 0.5;
}

/* line 22, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten ul:after {
  content: "";
}

/* line 27, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten li {
  position: relative;
}

/* line 29, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten li:before {
  content: "";
  border-bottom: 1px solid gainsboro;
  width: 200vw;
  position: absolute;
  bottom: 0;
  left: -100vw;
}

/* line 37, resources/assets/styles/blocks/ingredients/_frontend.scss */

.ingredienten li:before {
  content: "";
  border-bottom: 1px solid gainsboro;
  width: 200vw;
  position: absolute;
  bottom: 0;
  left: -100vw;
}

/* line 1, resources/assets/styles/blocks/pullquote/_frontend.scss */

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/* line 6, resources/assets/styles/blocks/pullquote/_frontend.scss */

.wp-block-pullquote p {
  margin-bottom: 0;
}

/* line 11, resources/assets/styles/blocks/pullquote/_frontend.scss */

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
}

/* line 1, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote {
  border-left: 4px solid #000;
  margin: 20px 0;
  padding-left: 1em;
}

/* line 6, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote p {
  margin-bottom: 0;
}

/* line 11, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}

/* line 21, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-left: none;
  border-right: 4px solid #000;
  padding-left: 0;
  padding-right: 1em;
}

/* line 29, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
  border: none;
  padding-left: 0;
}

/* line 35, resources/assets/styles/blocks/blockquote/_frontend.scss */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
}

/* line 2, resources/assets/styles/blocks/image/_frontend.scss */

.wp-block-image figure.aligncenter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, resources/assets/styles/blocks/image/_frontend.scss */

.wp-block-image figure.alignright,
.wp-block-image figure.alignleft {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 4, resources/assets/styles/blocks/slider/_frontend.scss */

.sliderblock .slider {
  min-height: 400px;
}

/* line 6, resources/assets/styles/blocks/slider/_frontend.scss */

.sliderblock .slider .slide {
  min-height: 400px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 6, resources/assets/styles/blocks/slider/_frontend.scss */

  .sliderblock .slider .slide {
    width: 100% !important;
  }
}

/* line 12, resources/assets/styles/blocks/slider/_frontend.scss */

.sliderblock .slider .slide .titles {
  position: relative;
  z-index: 2;
}

/* line 16, resources/assets/styles/blocks/slider/_frontend.scss */

.sliderblock .slider .slide .background,
.sliderblock .slider .slide .filter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 28, resources/assets/styles/blocks/slider/_frontend.scss */

.sliderblock .slider .slide .filter {
  background-color: rgba(34, 146, 209, 0.8);
  margin: 0;
  float: none;
}

/* line 1, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fcf8e3;
}

/* line 6, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent ul {
  list-style-type: decimal;
}

/* line 11, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent h4.h2.collapsed:after,
.tableofcontent .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product h4.collapsed.woocommerce-Price-amount.amount:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product .tableofcontent h4.collapsed.woocommerce-Price-amount.amount:after {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 15, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent h4.h2:after,
.tableofcontent .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product h4.woocommerce-Price-amount.amount:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).single-product .tableofcontent h4.woocommerce-Price-amount.amount:after {
  content: "\F078";
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  float: right;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 30, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li ul {
  list-style-type: none;
}

/* line 33, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li ul li:before {
  content: "\F054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 50, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li ul li svg {
  font-size: 12px;
}

/* line 55, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li a {
  color: #444;
  border-bottom: 1px dotted #444;
  text-decoration: none;
}

/* line 59, resources/assets/styles/blocks/tableofcontent/_frontend.scss */

.tableofcontent li a:hover {
  color: #000;
}

/* line 3, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share:hover {
  text-decoration: none;
}

/* line 6, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.twitter {
  background: #1da1f2;
}

/* line 8, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.twitter:hover {
  background: #0c85d0;
}

/* line 12, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.facebook {
  background: #3b5998;
}

/* line 14, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.facebook:hover {
  background: #2d4373;
}

/* line 18, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.google {
  background: #dd4b39;
}

/* line 20, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.google:hover {
  background: #c23321;
}

/* line 24, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.pinterest {
  background: #bd081c;
}

/* line 26, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.pinterest:hover {
  background: #8c0615;
}

/* line 30, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.whatsapp {
  background: #36B945;
}

/* line 32, resources/assets/styles/blocks/socialshare/_frontend.scss */

section.socials .share.whatsapp:hover {
  background: #2a9236;
}

@media (max-width: 991.98px) {
  /* line 3, resources/assets/styles/blocks/columns/_frontend.scss */

  body:not(.wp-admin) .wp-block-columns.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* line 21, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour .cborder svg {
  fill: currentColor;
}

/* line 24, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour .cborder.top {
  margin-top: -2px;
}

/* line 28, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour .cborder.bottom svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-bottom: -2px;
}

/* line 34, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour .cborder.rotated-borders svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 38, resources/assets/styles/blocks/contour/_frontend.scss */

section.contour .cborder.rotated-borders.bottom svg {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

/* line 1, resources/assets/styles/blocks/countdown/_frontend.scss */

section.countdown.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* line 1, resources/assets/styles/blocks/starrating/_frontend.scss */

section.starrating {
  background-color: #fcf8e3;
}

/* line 3, resources/assets/styles/blocks/mailinglistform/_frontend.scss */

.c-enormail-webform .c-enormail-webform__brand {
  display: none !important;
}

/* line 11, resources/assets/styles/blocks/mailinglistform/_frontend.scss */

.mailinglistform {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

/* line 18, resources/assets/styles/blocks/mailinglistform/_frontend.scss */

.mailinglistform .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 49, resources/assets/styles/blocks/mailinglistform/_frontend.scss */

._form ._form-label,
._form ._form-branding {
  display: none !important;
}

/* line 1, resources/assets/styles/blocks/popup/_frontend.scss */

.popupcontainer {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 12, resources/assets/styles/blocks/popup/_frontend.scss */

.popupcontainer.active {
  visibility: visible;
  opacity: 1;
}

/* line 15, resources/assets/styles/blocks/popup/_frontend.scss */

.popupcontainer.active .popup {
  visibility: visible;
  opacity: 1;
}

/* line 20, resources/assets/styles/blocks/popup/_frontend.scss */

.popupcontainer.corner {
  background: none;
  left: auto;
  top: auto;
  right: -300px;
  bottom: 10px;
}

/* line 26, resources/assets/styles/blocks/popup/_frontend.scss */

.popupcontainer.corner.active {
  right: 10px;
}

/* line 34, resources/assets/styles/blocks/popup/_frontend.scss */

.popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-top: 4px solid #2292d1;
}

/* line 44, resources/assets/styles/blocks/popup/_frontend.scss */

.popup form button {
  position: relative;
  max-width: 184px;
  white-space: normal;
}

/* line 51, resources/assets/styles/blocks/popup/_frontend.scss */

.popup form button:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIENyZWF0ZWQgd2l0aCBJbmtzY2FwZSAoaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvKSAtLT4NCg0KPHN2Zw0KICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIg0KICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyINCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyINCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiDQogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSINCiAgIHdpZHRoPSIxMDMuNjY1NDRtbSINCiAgIGhlaWdodD0iNjIuMDc4NDk1bW0iDQogICB2aWV3Qm94PSIwIDAgMTAzLjY2NTQ0IDYyLjA3ODQ5NSINCiAgIHZlcnNpb249IjEuMSINCiAgIGlkPSJzdmcxNzAiDQogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjIgKDVjM2U4MGQsIDIwMTctMDgtMDYpIg0KICAgc29kaXBvZGk6ZG9jbmFtZT0iSGFuZCBkcmF3biBhcnJvdy5zdmciPg0KICA8ZGVmcw0KICAgICBpZD0iZGVmczE2NCI+DQogICAgPHBhdHRlcm4NCiAgICAgICB5PSIwIg0KICAgICAgIHg9IjAiDQogICAgICAgaGVpZ2h0PSI2Ig0KICAgICAgIHdpZHRoPSI2Ig0KICAgICAgIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiDQogICAgICAgaWQ9IkVNRmhiYXNlcGF0dGVybiIgLz4NCiAgPC9kZWZzPg0KICA8c29kaXBvZGk6bmFtZWR2aWV3DQogICAgIGlkPSJiYXNlIg0KICAgICBwYWdlY29sb3I9IiNmZmZmZmYiDQogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2Ig0KICAgICBib3JkZXJvcGFjaXR5PSIxLjAiDQogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiDQogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiDQogICAgIGlua3NjYXBlOnpvb209IjAuMzUiDQogICAgIGlua3NjYXBlOmN4PSIyMzguNzYwMzUiDQogICAgIGlua3NjYXBlOmN5PSItMTI4LjQwMDU5Ig0KICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iDQogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSINCiAgICAgc2hvd2dyaWQ9ImZhbHNlIg0KICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiDQogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciDQogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCINCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjQwOSINCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSINCiAgICAgZml0LW1hcmdpbi10b3A9IjAiDQogICAgIGZpdC1tYXJnaW4tbGVmdD0iMCINCiAgICAgZml0LW1hcmdpbi1yaWdodD0iMCINCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiIC8+DQogIDxtZXRhZGF0YQ0KICAgICBpZD0ibWV0YWRhdGExNjciPg0KICAgIDxyZGY6UkRGPg0KICAgICAgPGNjOldvcmsNCiAgICAgICAgIHJkZjphYm91dD0iIj4NCiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+DQogICAgICAgIDxkYzp0eXBlDQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+DQogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPg0KICAgICAgPC9jYzpXb3JrPg0KICAgIDwvcmRmOlJERj4NCiAgPC9tZXRhZGF0YT4NCiAgPGcNCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiDQogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiDQogICAgIGlkPSJsYXllcjEiDQogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Mi42NjEzMjUsLTUyLjc4MjE4MykiPg0KICAgIDxwYXRoDQogICAgICAgaWQ9InBhdGgxNzUiDQogICAgICAgZD0ibSA0NC40NTk1MDMsMTE0LjQ2Nzc5IGMgLTAuMzM5ODU4LDAuNDQwMzMgLTAuOTU5NTk4LDAuNTIwMzkgLTEuMzk5NDEzLDAuMTkwMTQgLTAuNDM5ODE2LC0wLjMzMDI0IC0wLjUyOTc3OCwtMC45NjA3MSAtMC4xOTk5MTYsLTEuNDAxMDQgMTUuMTQzNjQ3LC0xOS45OTQ5MTQgMzAuMDc3MzgyLC0zMy44NzUyNjYgNDQuODExMjAyLC00MS42NDEwNTYgMTQuODQzNzc0LC03LjgyNTgzNiAyOS40Njc2NDQsLTkuNDU3MDUyIDQzLjg4MTU5NCwtNC44ODM2NDIgMC41Mjk3OCwwLjE2MDEyIDAuODE5NjYsMC43MzA1NDUgMC42NDk3MywxLjI1MDkzMyAtMC4xNTk5MywwLjUzMDM5NiAtMC43MTk3LDAuODIwNjEyIC0xLjI0OTQ4LDAuNjUwNDg1IEMgMTE3LjA2OTA1LDY0LjI0MDMzNCAxMDIuOTQ0OTcsNjUuODIxNTEzIDg4LjYwMDk4Nyw3My4zODcxNTUgNzQuMTI3MDU5LDgxLjAxMjg0MiA1OS40MTMyMyw5NC43MDMwNSA0NC40NTk1MDMsMTE0LjQ2Nzc5IFoiDQogICAgICAgc3R5bGU9ImZpbGw6IzAwNDc3NztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNjQ1ODMzMiINCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPg0KICAgIDxwYXRoDQogICAgICAgaWQ9InBhdGgxNzciDQogICAgICAgZD0ibSAxMjguMTY0MzksNTMuNDcyMzA0IGMgMC4xNjk5MywtMC41MzAzOTUgMC43Mzk2OSwtMC44MTA2MDQgMS4yNTk0NywtMC42NDA0NzcgMC41MTk3OSwwLjE3MDEyNiAwLjgwOTY2LDAuNzQwNTUyIDAuNjM5NzQsMS4yNjA5NCAtMC40NDk4MiwxLjM2MTAxNSA0LjEyODI2LDUuMjkzOTQ4IDguNDQ2NDUsOC45OTY3MDkgNC4wMDgzMiwzLjQ0MjU2NyA3LjgxNjcyLDYuNzA1IDcuODE2NzIsOC42ODY0NzggMCwxLjI0MDkyNSAtMC44ODk2MiwxLjk2MTQ2MiAtMi45ODg3NCwxLjk2MTQ2MiAtMS4wMTk1NywwIC0yLjE3OTA5LC0wLjA2MDA0IC0zLjM4ODU4LC0wLjEzMDA5NyAtNC41NzgwOCwtMC4yNDAxNzkgLTkuOTM1ODMsLTAuNTMwMzk1IC0xMy41NTQzMiwyLjc1MjA1MiAtMC40MDk4MiwwLjM3MDI3NyAtMS4wMzk1NiwwLjM0MDI1NCAtMS40MDk0LC0wLjA3MDA1IC0wLjM3OTg1LC0wLjQwMDI5OCAtMC4zNDk4NiwtMS4wNDA3NzYgMC4wNiwtMS40MTEwNTIgNC4yMzgyMiwtMy44NDI4NjYgMTAuMDQ1NzgsLTMuNTMyNjM0IDE1LjAwMzcsLTMuMjYyNDMzIDEuMTM5NTIsMC4wNjAwNCAyLjIyOTA3LDAuMTIwMDkgMy4yODg2MiwwLjEyMDA5IDAuNjk5NywwIDAuOTg5NTgsMC4wNjAwNCAwLjk4OTU4LDAuMDQwMDMgMCwtMS4wNjA3OTIgLTMuNDU4NTQsLTQuMDMzMDA4IC03LjExNzAxLC03LjE2NTM0NCAtNC44MDc5OSwtNC4xMjMwNzYgLTkuOTE1ODQsLTguNTA2MzQ1IC05LjA0NjIxLC0xMS4xMzgzMDggeiINCiAgICAgICBzdHlsZT0iZmlsbDojMDA0Nzc3O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI2NDU4MzMyIg0KICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiIC8+DQogIDwvZz4NCjwvc3ZnPg0K);
  width: 130px;
  height: 120px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -150px;
  top: -58px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) rotateY(180deg);
          transform: rotate(180deg) rotateY(180deg);
}

/* line 66, resources/assets/styles/blocks/popup/_frontend.scss */

.popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

/* line 72, resources/assets/styles/blocks/popup/_frontend.scss */

.popup .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* line 78, resources/assets/styles/blocks/popup/_frontend.scss */

.popup.clean {
  background-color: #fff;
}

/* line 82, resources/assets/styles/blocks/popup/_frontend.scss */

.popup.clean-fat {
  background-color: #fff;
}

/* line 102, resources/assets/styles/blocks/popup/_frontend.scss */

.popup.vertical {
  max-width: 370px;
}

/* line 111, resources/assets/styles/blocks/popup/_frontend.scss */

.popup.vertical img {
  max-width: 160px;
}

/* line 117, resources/assets/styles/blocks/popup/_frontend.scss */

.popup.vertical div.row > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] div.col2-set > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout form[name=checkout] .popup.vertical div.col2-set > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce > div,
.popup.vertical .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account div.woocommerce-Addresses > div,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .popup.vertical div.woocommerce-Addresses > div {
  text-align: center;
}

/* line 2, resources/assets/styles/blocks/maps/_frontend.scss */

.mapblock .openmap {
  width: 100%;
  height: 400px;
}

/* line 2, resources/assets/styles/blocks/price/_frontend.scss */

.blockcontainer .priceblock {
  position: relative;
  overflow: hidden;
}

/* line 5, resources/assets/styles/blocks/price/_frontend.scss */

.blockcontainer .priceblock .label {
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  left: auto;
  right: -45px;
  top: 40px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 200px;
}

/* line 20, resources/assets/styles/blocks/price/_frontend.scss */

.blockcontainer .priceblock .price .amount .new-price .price-now {
  font-size: 90px;
  line-height: 1;
}

/* line 24, resources/assets/styles/blocks/price/_frontend.scss */

.blockcontainer .priceblock .price .amount .old-price .price-before {
  font-size: 60px;
  line-height: 1;
}

/* line 35, resources/assets/styles/blocks/price/_frontend.scss */

.wp-block-column .blockcontainer .priceblock .label {
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  width: auto;
}

/* line 2, resources/assets/styles/blocks/postoverview/_frontend.scss */

.postoverview section.post-meta {
  background-color: transparent !important;
}

/* line 5, resources/assets/styles/blocks/postoverview/_frontend.scss */

.postoverview div.price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  color: #b3af54;
}

/* line 1, resources/assets/styles/blocks/search/_frontend.scss */

form.wp-block-search {
  position: relative;
}

/* line 15, resources/assets/styles/blocks/search/_frontend.scss */

form.wp-block-search button.wp-block-search__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1, resources/assets/styles/blocks/procons/_frontend.scss */

ul.procons {
  list-style-type: none;
}

/* line 3, resources/assets/styles/blocks/progressbar/_frontend.scss */

section.progressbarcontainer .progress.tiny {
  height: 1px;
}

/* line 6, resources/assets/styles/blocks/progressbar/_frontend.scss */

section.progressbarcontainer .progress.tall {
  height: 50px;
}

/* line 2, resources/assets/styles/blocks/accordion/_frontend.scss */

section.accordioncontainer .card-header {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 4, resources/assets/styles/blocks/accordion/_frontend.scss */

section.accordioncontainer .card-header .title {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 7, resources/assets/styles/blocks/accordion/_frontend.scss */

section.accordioncontainer .card-header .title:after {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  content: "\F054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
}

/* line 19, resources/assets/styles/blocks/accordion/_frontend.scss */

section.accordioncontainer .card-header:not(.collapsed) .title:after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 1, resources/assets/styles/blocks/product/_frontend.scss */

.rating-box {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 8, resources/assets/styles/blocks/product/_frontend.scss */

.rating-box:before {
  color: #ffccff;
  content: "\F005   \F005   \F005   \F005   \F005";
}

/* line 13, resources/assets/styles/blocks/product/_frontend.scss */

.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #F68127;
}

/* line 20, resources/assets/styles/blocks/product/_frontend.scss */

.rating-box .rating:before {
  content: "\F005   \F005   \F005   \F005   \F005";
}

/* line 3, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter .converter {
  position: relative;
}

/* line 7, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.convert-section {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}

/* line 11, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.from,
section.crypto-converter section.to {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 15, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.from:hover,
section.crypto-converter section.to:hover {
  background-color: #f5f6fa !important;
}

/* line 20, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.switch-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 26, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.switch-button button {
  background-color: #fff !important;
  color: #7f8c8d !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 100%;
}

/* line 36, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter section.switch-button button:hover {
  background-color: #f8f9fa !important;
  -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* line 43, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter .btn-success {
  border-radius: 3px !important;
}

/* line 47, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

section.crypto-converter input.currency {
  background-color: transparent !important;
  border: none !important;
}

/* line 56, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body #currencyTo {
  cursor: default;
}

/* line 60, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body #assetTo,
body #assetFrom {
  background-color: transparent;
  border: 0;
}

/* line 66, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default {
  width: 100px !important;
  border: 0 !important;
}

/* line 70, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default input[type="search"] {
  background-color: transparent !important;
}

/* line 74, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default .select2-search--dropdown {
  padding: 0;
}

/* line 77, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0 !important;
}

/* line 82, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0 !important;
}

/* line 86, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

/* line 99, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-dropdown {
  background: #fefefe !important;
}

/* line 104, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-container--open .select2-dropdown--below {
  border: 0 !important;
}

/* line 109, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-results {
  min-width: 300px;
  background-color: #fff;
  border: var(--bs-border-color);
}

/* line 115, resources/assets/styles/blocks/cryptoconverter/_frontend.scss */

body .select2-results li .name {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.45em;
  text-decoration: none !important;
}

/* line 6, resources/assets/styles/layouts/_adminbar.scss */

body.admin-bar nav.nav-primary #navbar-collapse.show {
  top: 46px;
}

@media (min-width: 768px) {
  /* line 6, resources/assets/styles/layouts/_adminbar.scss */

  body.admin-bar nav.nav-primary #navbar-collapse.show {
    top: 32px;
  }
}

/* line 1, resources/assets/styles/layouts/_headings.scss */

h1 {
  font-weight: 600;
}

/* line 2, resources/assets/styles/layouts/_header.scss */

header.topbar * {
  color: #fff;
}

/* line 7, resources/assets/styles/layouts/_header.scss */

section.titles {
  text-align: center;
}

/* line 11, resources/assets/styles/layouts/_header.scss */

header.navigation,
header.topbar,
section.titles {
  z-index: 3;
  position: relative;
}

/* line 18, resources/assets/styles/layouts/_header.scss */

section.titles {
  z-index: 2;
  position: relative;
}

/* line 23, resources/assets/styles/layouts/_header.scss */

section.main-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

section.main-header .filter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #2292d1;
  opacity: 0.6;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 41, resources/assets/styles/layouts/_header.scss */

  section.main-header .scrolldown.no-video {
    position: absolute;
    bottom: 50px;
  }
}

/* line 78, resources/assets/styles/layouts/_header.scss */

section.main-header .logo a.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 83, resources/assets/styles/layouts/_header.scss */

section.main-header .logo a.brand img {
  max-height: 80px;
  width: auto;
  max-width: 260px;
}

/* line 94, resources/assets/styles/layouts/_header.scss */

section.main-header .nav li a,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a {
  color: #fff;
  font-weight: 400;
}

/* line 99, resources/assets/styles/layouts/_header.scss */

section.main-header .nav li a:hover,
section.main-header .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account section.main-header .woocommerce-MyAccount-navigation li a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation section.main-header ul li a:hover {
  color: #fff;
}

/* line 104, resources/assets/styles/layouts/_header.scss */

section.main-header.bigheader {
  background-position: top center;
  min-height: 470px;
}

/* line 155, resources/assets/styles/layouts/_header.scss */

nav.nav-primary button {
  background-color: transparent;
  color: #fff;
  padding: 0;
}

/* line 161, resources/assets/styles/layouts/_header.scss */

nav.nav-primary ul.navbar-nav {
  position: relative;
}

/* line 164, resources/assets/styles/layouts/_header.scss */

nav.nav-primary ul.navbar-nav > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 171, resources/assets/styles/layouts/_header.scss */

nav.nav-primary ul.navbar-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

nav.nav-primary ul.navbar-nav > li.cta {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 182, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li:hover,
  nav.nav-primary ul.navbar-nav > li.active {
    background-color: #45a9e1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* line 190, resources/assets/styles/layouts/_header.scss */

nav.nav-primary ul.navbar-nav > li.menu-item-has-children > a:after {
  margin-left: 10px;
  content: "\F078";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@media (min-width: 992px) {
  /* line 209, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children:hover {
    background-color: #fff;
  }

  /* line 212, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children:hover > a {
    color: #2292d1;
  }

  /* line 216, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    background-color: #fff;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    -webkit-box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* line 229, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children ul.sub-menu li {
    list-style-type: none;
  }

  /* line 231, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children ul.sub-menu li:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #45a9e1;
  }

  /* line 237, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children ul.sub-menu li:hover a {
    color: #fff;
  }

  /* line 241, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children ul.sub-menu li a {
    color: #2292d1;
  }

  /* line 247, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary ul.navbar-nav > li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  /* line 258, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary button {
    font-size: 30px;
  }

  /* line 260, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  /* line 264, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary button:not(.collapsed) .closebtn {
    display: block !important;
  }

  /* line 267, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary button:not(.collapsed) .openbtn {
    display: none !important;
  }

  /* line 273, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 80vw;
    background-color: #1b73a5;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* line 284, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse * {
    color: #fff;
  }

  /* line 288, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul {
    width: 100%;
  }

  /* line 290, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul > li {
    display: block;
    width: 100%;
  }

  /* line 297, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul > li:not(.cta):hover > a,
  nav.nav-primary #navbar-collapse ul > li:not(.cta).active > a {
    background-color: #145579;
  }

  /* line 304, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul li.cta {
    width: calc(100% - 30px);
    margin: 15px;
  }

  /* line 311, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul.sub-menu {
    background-color: #45a9e1;
    padding-left: 0px;
  }

  /* line 315, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse ul.sub-menu li a {
    padding-left: 10px;
  }

  /* line 321, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse.show,
  nav.nav-primary #navbar-collapse.collapsing {
    left: 0;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  /* line 321, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse.show,
  nav.nav-primary #navbar-collapse.collapsing {
    overflow-y: scroll;
  }
}

@media (max-width: 991.98px) {
  /* line 328, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse.collapse:not(.show) {
    display: block;
  }

  /* line 331, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary #navbar-collapse.collapsing {
    overflow: visible;
  }
}

/* line 337, resources/assets/styles/layouts/_header.scss */

nav.nav-primary.minimal button {
  color: #2292d1;
}

@media (max-width: 991.98px) {
  /* line 340, resources/assets/styles/layouts/_header.scss */

  nav.nav-primary.minimal #navbar-collapse {
    width: 70vw;
  }
}

/* line 347, resources/assets/styles/layouts/_header.scss */

nav.nav-primary.minimal #navbar-collapse:not(.show) li:hover {
  background: transparent !important;
}

/* line 349, resources/assets/styles/layouts/_header.scss */

nav.nav-primary.minimal #navbar-collapse:not(.show) li:hover a {
  text-decoration: underline;
}

/* line 366, resources/assets/styles/layouts/_header.scss */

nav li.new > a:after,
.menucontainer li.new > a:after {
  content: "new";
  margin-right: 5px;
  margin-left: auto;
}

/* line 377, resources/assets/styles/layouts/_header.scss */

nav li.nieuw > a:after,
.menucontainer li.nieuw > a:after {
  content: "nieuw";
  margin-right: 5px;
  margin-left: auto;
}

/* line 388, resources/assets/styles/layouts/_header.scss */

nav li.tip > a:after,
.menucontainer li.tip > a:after {
  content: "tip";
  margin-right: 5px;
  margin-left: auto;
}

/* line 3, resources/assets/styles/layouts/_footer.scss */

footer.main li,
footer.main a,
footer.main p,
footer.main span,
footer.main small,
footer.main ul,
footer.main h1,
footer.main h2,
footer.main h3,
footer.main h4,
footer.main h5,
footer.main h6,
footer.main caption,
footer.copyright li,
footer.copyright a,
footer.copyright p,
footer.copyright span,
footer.copyright small,
footer.copyright ul,
footer.copyright h1,
footer.copyright h2,
footer.copyright h3,
footer.copyright h4,
footer.copyright h5,
footer.copyright h6,
footer.copyright caption {
  color: #fff;
}

/* line 9, resources/assets/styles/layouts/_footer.scss */

footer.main ul:not(.wp-block-social-links) {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 14, resources/assets/styles/layouts/_footer.scss */

footer.main ul:not(.wp-block-social-links) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

footer.main ul:not(.wp-block-social-links) li a:before {
  content: "\F054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 39, resources/assets/styles/layouts/_footer.scss */

footer.copyright {
  background-color: #1b73a5;
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

footer.copyright ul.nav li:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account ul.woocommerce-MyAccount-navigation li:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account footer.copyright ul.woocommerce-MyAccount-navigation li:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation footer.copyright ul li:after {
  content: "|";
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

footer.copyright ul.nav li:last-of-type:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account ul.woocommerce-MyAccount-navigation li:last-of-type:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account footer.copyright ul.woocommerce-MyAccount-navigation li:last-of-type:after,
footer.copyright .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce-MyAccount-navigation footer.copyright ul li:last-of-type:after {
  display: none;
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

.widget_recent_entries .post-date {
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  border-radius: 5px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  min-width: 120px;
}

@media (min-width: 768px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  .widget_recent_entries .post-date {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  .widget_recent_entries .post-date {
    display: block;
  }
}

/* line 83, resources/assets/styles/layouts/_footer.scss */

.widget_tag_cloud a {
  font-size: 70% !important;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

.widget_nav_menu li.menu-item-has-children,
.widget_nav_menu li.page_item_has_children,
.widget_pages li.menu-item-has-children,
.widget_pages li.page_item_has_children {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 101, resources/assets/styles/layouts/_footer.scss */

.widget_nav_menu li.menu-item-has-children > a,
.widget_nav_menu li.page_item_has_children > a,
.widget_pages li.menu-item-has-children > a,
.widget_pages li.page_item_has_children > a {
  margin-bottom: 10px;
}

/* line 104, resources/assets/styles/layouts/_footer.scss */

.widget_nav_menu li.menu-item-has-children ul,
.widget_nav_menu li.page_item_has_children ul,
.widget_pages li.menu-item-has-children ul,
.widget_pages li.page_item_has_children ul {
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 115, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 210px;
}

/* line 119, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar #today {
  position: relative;
}

/* line 121, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar #today:after {
  content: "";
  background-color: rgba(34, 146, 209, 0.4);
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 132, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar caption {
  background-color: #1b73a5;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
}

/* line 141, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tfoot {
  display: none;
}

/* line 144, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tbody {
  background-color: #fff;
}

/* line 146, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tbody tr {
  border-bottom: 1px solid #ccc;
}

/* line 149, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tbody td {
  border-left: 1px solid #ccc;
}

/* line 151, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tbody td a {
  color: #000;
  font-weight: 600;
}

/* line 157, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar thead tr {
  background-color: #2ec96e;
  color: #fff;
}

/* line 161, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 164, resources/assets/styles/layouts/_footer.scss */

.widget_calendar table#wp-calendar th,
.widget_calendar table#wp-calendar td {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 10, resources/assets/styles/pages/_home.blog.scss */

body.wp-signup #page {
  width: 100%;
  height: 100vh;
}

/* line 21, resources/assets/styles/pages/_home.blog.scss */

body.wp-signup #signup-content {
  max-width: 700px;
  margin: 0 auto;
}

/* line 30, resources/assets/styles/pages/_home.blog.scss */

body.wp-signup .mu_register {
  width: 100% !important;
}

/* line 5, resources/assets/styles/pages/_single.single-post.scss */

body.single.single-post section.post-meta {
  position: relative;
  height: 40px;
  background-color: #f5f5f5;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  color: #777777;
}

/* line 13, resources/assets/styles/pages/_single.single-post.scss */

body.single.single-post section.post-meta a {
  color: #777777;
}

/* line 15, resources/assets/styles/pages/_single.single-post.scss */

body.single.single-post section.post-meta a:hover {
  text-decoration: none;
}

/* line 20, resources/assets/styles/pages/_single.single-post.scss */

body.single.single-post section.post-meta .author-image {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 110px;
}

/* line 25, resources/assets/styles/pages/_single.single-post.scss */

body.single.single-post section.post-meta.has-img {
  margin-bottom: 70px !important;
}

/* line 16, resources/assets/styles/pages/_page-template-order.scss */

body.page-template-template-order .order-form h2,
body.page-template-template-order .order-form label,
body.page-template-template-order .order-form a {
  color: #fff;
}

/* line 19, resources/assets/styles/pages/_page-template-order.scss */

body.page-template-template-order .order-form a {
  text-decoration: underline;
}

/* line 22, resources/assets/styles/pages/_page-template-order.scss */

body.page-template-template-order .order-form .form {
  max-width: 800px;
  margin: 0 auto;
}

/* line 26, resources/assets/styles/pages/_page-template-order.scss */

body.page-template-template-order .order-form .price {
  width: 100px;
  height: 100px;
}

/* line 3, resources/assets/styles/partials/_article.scss */

article.post main a:not(.btn) {
  color: #444;
}

/* line 5, resources/assets/styles/partials/_article.scss */

article.post main a:not(.btn):hover {
  text-decoration: none;
}

/* line 17, resources/assets/styles/partials/_article.scss */

article.post main p {
  margin-bottom: 0;
}

/* line 29, resources/assets/styles/partials/_article.scss */

.card-columns {
  -webkit-column-count: 1;
          column-count: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 29, resources/assets/styles/partials/_article.scss */

  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }

  /* line 35, resources/assets/styles/partials/_article.scss */

  .card-columns.columns-1 {
    -webkit-column-count: 1;
            column-count: 1;
  }

  /* line 38, resources/assets/styles/partials/_article.scss */

  .card-columns.columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }

  /* line 41, resources/assets/styles/partials/_article.scss */

  .card-columns.columns-3 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  /* line 46, resources/assets/styles/partials/_article.scss */

  .card-columns.columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

/* line 1, resources/assets/styles/partials/_showcase.scss */

.addtomt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 15, resources/assets/styles/partials/_showcase.scss */

.addtomt.visible {
  opacity: 1;
  visibility: visible;
}

/* line 20, resources/assets/styles/partials/_showcase.scss */

.addtomt form {
  max-width: 600px;
  background-color: #fff;
  position: relative;
}

/* line 26, resources/assets/styles/partials/_showcase.scss */

.addtomt form .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 33, resources/assets/styles/partials/_showcase.scss */

.addtomt .bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 42, resources/assets/styles/partials/_showcase.scss */

.addtomtbutton {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: -380px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 48, resources/assets/styles/partials/_showcase.scss */

.addtomtbutton:hover {
  right: 0;
}

/* line 55, resources/assets/styles/partials/_showcase.scss */

section.showcase iframe {
  max-width: none;
}

/* line 59, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page {
  position: relative;
}

/* line 61, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page a {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 70, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page .btn,
section.showcase .showcase-page .comment-list .reply a,
.comment-list .reply section.showcase .showcase-page a,
section.showcase .showcase-page .comment-form input[type="submit"],
.comment-form section.showcase .showcase-page input[type="submit"],
section.showcase .showcase-page form input[type="submit"],
form section.showcase .showcase-page input[type="submit"],
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) section.showcase .showcase-page .add_to_cart_button,
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) section.showcase .showcase-page .single_add_to_cart_button,
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) section.showcase .showcase-page button.button.alt,
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) section.showcase .showcase-page a.button,
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart section.showcase .showcase-page .button:not(.checkout-button),
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart .checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-cart section.showcase .showcase-page .checkout-button,
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout .button:not(.checkout-button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout section.showcase .showcase-page .button:not(.checkout-button),
section.showcase .showcase-page .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment #place_order,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-checkout #payment section.showcase .showcase-page #place_order,
section.showcase .showcase-page ._form button,
._form section.showcase .showcase-page button,
section.showcase .showcase-page form.wp-block-search button.wp-block-search__button,
form.wp-block-search section.showcase .showcase-page button.wp-block-search__button,
section.showcase .showcase-page nav.nav-primary ul.navbar-nav > li.cta,
nav.nav-primary section.showcase .showcase-page ul.navbar-nav > li.cta {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 74, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page .thumbnail-container {
  border: 5px solid white;
  width: calc(1440px * 0.25);
  height: calc(900px * 0.25);
  display: inline-block;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
}

/* line 83, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

/* line 90, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page .thumbnail {
  position: relative;
  z-index: 2;
  -ms-zoom: 0.25;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}

/* line 100, resources/assets/styles/partials/_showcase.scss */

section.showcase .showcase-page .thumbnail iframe {
  width: 1440px;
  height: 900px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


/*# sourceMappingURL=main.css.map*/