/*
Theme Name: Gilliard Base WP Theme
Author: tokiwi
Author URI: https://tokiwi.ch
Description: A personal custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa_base
*/
.qty-booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qty-booking input {
  height: 42px;
  border: 0;
  font-weight: bold;
  background: #8e784c;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
}

#select2-billing_state-container, #select2-shipping_state-container {
  text-fill-color: black !important;
  -webkit-text-fill-color: black !important;
}

.nl-subscription-form {
  margin-top: 30px;
}

.nl-subscription-form input {
  width: 100%;
  color: #8e784c;
  padding: 10px 15px;
  border: 1px solid #8e784c;
  margin: 10px 0px;
}
/* @import "bootstrap"; */
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

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

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

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

.fa-pulse {
  -webkit-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);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

: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;
}

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

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

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

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

.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 */
.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

.fa-clipboard-list:before {
  content: "\f46d";
}

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

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

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

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

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

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

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

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

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

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

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

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

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

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

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

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

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

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

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

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

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

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

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

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

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

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.loader-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.loader-wrap .loader {
  width: 60px;
  height: 60px;
  background: #bf425c;
  background: linear-gradient(135deg, #bf425c 0%, #bf425c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f68933", endColorstr="#ef4d23",GradientType=1 );
  margin: auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 -16px !important;
  position: relative !important;
  vertical-align: middle;
  left: 20px !important;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* @import "typography";
@import "hero";*/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgb(255, 255, 255);
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .site-header .container {
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .site-header {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  .site-header {
    padding: 15px 10px;
  }
}
.site-header .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .row > .cart, .site-header .row > .account {
  display: block;
}
@media (min-width: 992px) {
  .site-header .row > .cart, .site-header .row > .account {
    display: none;
  }
}
.site-header .site-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1800px) {
  .site-header .site-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .site-header .site-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.site-header .site-logo img {
  height: 35px;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
@media (min-width: 380px) {
  .site-header .site-logo img {
    height: 55px;
  }
}
@media (min-width: 560px) {
  .site-header .site-logo img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .site-header .site-logo img {
    height: 65px;
  }
}
@media (min-width: 1400px) {
  .site-header .site-logo img {
    height: 80px;
  }
}
.site-header .site-logo a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .row {
  position: relative;
}
.site-header .cart, .site-header .account {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .site-header .cart, .site-header .account {
    width: 35px;
    margin-left: 0;
    float: right;
  }
}
@media (min-width: 768px) {
  .site-header .cart, .site-header .account {
    width: 35px;
  }
}
.site-header .cart span.cart-icon-count, .site-header .account span.cart-icon-count {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #b59971;
  color: white;
  text-align: center;
  font-size: 0.65em;
  line-height: 16px;
  right: -5px;
  bottom: 10px;
}
.site-header .cart.shake-it, .site-header .account.shake-it {
  -webkit-animation: shake 0.75s;
  animation: shake 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.site-header .account {
  margin-right: 5px;
}

.account:hover ~ .account-links,
.account-btn:hover ~ .account-links,
.account-links:hover ~ .account-links {
  display: block !important;
}

.account-links {
  display: none;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  10% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  20% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  70% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  80% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  90% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  10% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  20% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  70% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  80% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }
  90% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
}
.main-navigation {
  display: none;
}
@media (min-width: 1181px) {
  .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.main-navigation ul.menu {
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
.main-navigation ul.menu li {
  margin-bottom: 3px;
}
.main-navigation ul.menu li a {
  color: #8E784C;
}
.main-navigation ul.menu li:last-child {
  margin-right: 0;
}
.main-navigation ul.menu li, .main-navigation ul.menu a {
  position: relative;
  display: inline-block;
}
.main-navigation ul.menu li a {
  padding: 7px;
}
@media (min-width: 1181px) and (max-width: 1199px) {
  .main-navigation ul.menu li a {
    padding: 7px 5px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul.menu li a {
    padding: 15px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .main-navigation ul.menu li a {
    padding: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .main-navigation ul.menu li a {
    font-size: 11px;
  }
}
.main-navigation ul.menu li .sub-menu a {
  padding: 6px 15px;
  font-weight: 400;
}
.main-navigation ul.menu li .sub-menu li .sub-menu a {
  font-weight: 300;
}
.main-navigation ul.menu li .sub-menu li, .main-navigation ul.menu li .sub-menu a {
  display: block;
}

.main-navigation > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-navigation > div > ul > li {
  margin: 0 5px;
}

.main-navigation > div > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-navigation > div > ul > li > a {
    letter-spacing: 0.05em;
    font-size: 0.75em;
  }
}
.main-navigation > div > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #8E784C;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1025px) {
  .main-navigation > div > ul > li:hover > a:after {
    width: 50%;
  }
  .main-navigation > div > ul > li .sub-menu li a:hover {
    color: #b5b5b5;
  }
}
@media (min-width: 1200px) {
  .main-navigation > div > ul > li > .sub-menu {
    top: 40px;
  }
}
.main-navigation > div > ul > li > .sub-menu {
  position: absolute;
  left: 0;
  margin: 10px 0px;
  width: 250px;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.main-navigation > div > ul > li > .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(142, 120, 76, 0.3);
}
@media screen and (min-width: 1400px) {
  .main-navigation > div > ul > li > .sub-menu a {
    font-size: 15px;
  }
}

/*Mobile only*/
@media screen and (max-width: 1180px) {
  #site-mobile-navigation > div > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
  .arrow-down {
    height: 6px;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.5% !important;
  }
  .sub-menu {
    -webkit-transition: none !important;
    transition: none !important;
  }
  #site-mobile-navigation > div > ul > li:has(.arrow-down):hover .arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #site-mobile-navigation > div > ul > li:has(.sub-menu):hover .sub-menu {
    visibility: visible;
    max-height: 100%;
  }
}
/*Desktop only*/
@media screen and (min-width: 1180px) {
  /*Hide see all vines*/
  .main-navigation > div > ul > li:first-child > .sub-menu > li:first-child {
    display: none !important;
  }
  .main-navigation > div > ul > li:has(.arrow-down):hover .arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .arrow-down {
    height: 6px;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2%;
  }
  .main-navigation > div > ul > li > .sub-menu {
    top: 25px;
  }
  .main-navigation > div > ul > li > .sub-menu li, .main-navigation > div > ul > li > .sub-menu li a {
    background: white;
    z-index: 50;
  }
  .main-navigation > div > ul > li > .sub-menu li {
    margin-bottom: 0;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation > div > ul > li > .sub-menu {
    top: 40px;
  }
}
.main-navigation > div > ul > li:hover .sub-menu {
  visibility: visible;
  max-height: 25em;
}

.mobile-active #mobMenuBtn:before {
  -webkit-animation: mob_move_first_handle_active 0.5s ease-out forwards;
  animation: mob_move_first_handle_active 0.5s ease-out forwards;
  top: 0px;
}
.mobile-active #mobMenuBtn div {
  -webkit-transform: translateX(-30vw);
  -ms-transform: translateX(-30vw);
  transform: translateX(-30vw);
  opacity: 0;
}
.mobile-active #mobMenuBtn:after {
  -webkit-animation: mob_move_last_handle_active 0.5s ease-out forwards;
  animation: mob_move_last_handle_active 0.5s ease-out forwards;
  top: 0px;
}

.mobile-not-active .btn-mob:before {
  -webkit-animation: mob_move_first_handle 0.5s ease-out forwards;
  animation: mob_move_first_handle 0.5s ease-out forwards;
}
.mobile-not-active .btn-mob div {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  transform: translateX(0vw);
  opacity: 1;
}
.mobile-not-active .btn-mob:after {
  -webkit-animation: mob_move_last_handle 0.5s ease-out forwards;
  animation: mob_move_last_handle 0.5s ease-out forwards;
}

@-webkit-keyframes mob_move_first_handle {
  0% {
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(7px);
    transform: rotate(-45deg) translateX(-5px) translateY(7px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes mob_move_first_handle {
  0% {
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(7px);
    transform: rotate(-45deg) translateX(-5px) translateY(7px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes mob_move_first_handle_active {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(7px);
    transform: rotate(-45deg) translateX(-5px) translateY(7px);
  }
}
@keyframes mob_move_first_handle_active {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(9px);
    transform: translateX(0px) translateY(9px);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(7px);
    transform: rotate(-45deg) translateX(-5px) translateY(7px);
  }
}
@-webkit-keyframes mob_move_last_handle {
  0% {
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(-8px);
    transform: rotate(45deg) translateX(-5px) translateY(-8px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes mob_move_last_handle {
  0% {
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(-8px);
    transform: rotate(45deg) translateX(-5px) translateY(-8px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes mob_move_last_handle_active {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(-8px);
    transform: rotate(45deg) translateX(-5px) translateY(-8px);
  }
}
@keyframes mob_move_last_handle_active {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-9px);
    transform: translateX(0px) translateY(-9px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(-8px);
    transform: rotate(45deg) translateX(-5px) translateY(-8px);
  }
}
#mob-menu {
  z-index: 9000;
  position: fixed;
  top: 73px;
  left: 0;
  width: 100%;
  height: calc(100vh - 73px);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: perspective(600px) translateX(-120%);
  transform: perspective(600px) translateX(-120%);
  background: #fafafa;
  padding: 15px 0px;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (min-width: 580px) {
  #mob-menu {
    padding: 25px;
  }
}
#mob-menu .top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px;
}
#mob-menu .top-line .cart {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  #mob-menu .top-line .cart {
    width: 35px;
  }
}
@media (min-width: 768px) {
  #mob-menu .top-line .cart {
    width: 44px;
  }
}
#mob-menu .top-line .cart span.cart-icon-count {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #b59971;
  color: white;
  text-align: center;
  font-size: 0.65em;
  line-height: 16px;
  right: -5px;
  bottom: 10px;
}
#mob-menu .top-line .lang-bar {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#mob-menu .top-line .lang-bar li, #mob-menu .top-line .lang-bar a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8em;
}
#mob-menu .top-line .lang-bar li, #mob-menu .top-line .lang-bar li:visited, #mob-menu .top-line .lang-bar li:active, #mob-menu .top-line .lang-bar a, #mob-menu .top-line .lang-bar a:visited, #mob-menu .top-line .lang-bar a:active {
  color: #8E784C;
}
#mob-menu .top-line .lang-bar li.current-lang a {
  color: white;
  border: thin solid rgba(142, 120, 76, 0);
}
@media (min-width: 0px) and (max-width: 1024px) {
  #mob-menu .top-line .lang-bar a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#mob-menu .main-navigation {
  display: block;
}
@media (min-width: 1181px) {
  #mob-menu .main-navigation {
    display: none;
  }
}
#mob-menu .main-navigation > div > ul > li.current-menu-ancestor:before,
#mob-menu .main-navigation > div > ul > li.current-menu-parent:before {
  content: "";
  width: 4px;
  height: 40px;
  background: #8E784C;
  top: 0;
  margin: 0;
}
#mob-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mob-menu ul li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}
#mob-menu ul li a {
  display: block;
  padding: 13px 0px;
  text-decoration: none;
  padding-left: 20px;
  font-size: 20px;
}
#mob-menu ul li a:after {
  display: none;
}
#mob-menu ul li .btn-mob-sub {
  display: none;
  width: 32px;
  height: 32px;
  top: 0;
  right: 10px;
  position: absolute;
  border-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  border: 1px solid #ececec;
  border-radius: 100%;
}
#mob-menu ul li .btn-mob-sub:after {
  content: "";
  background: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -3px;
  border-color: #8E784C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mob-menu ul li.opened .btn-mob-sub {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mob-menu ul li .sub-menu {
  position: relative;
  width: 100%;
  top: 0;
  background: none;
  overflow: hidden;
  max-height: 0em;
  padding: 0px 20px;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
#mob-menu ul li .sub-menu a {
  padding-left: 0;
}
#mob-menu ul li .sub-menu .btn-mob-sub {
  display: none;
}
#mob-menu ul li.opened .sub-menu {
  top: 0;
  max-height: 75em;
}
#mob-menu ul li.opened .sub-menu a {
  padding-left: 0;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overflow-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-active #mob-menu {
  overflow-y: scroll;
  -webkit-transform: perspective(600px) translateX(0%);
  transform: perspective(600px) translateX(0%);
}
@media (min-width: 1181px) {
  .mobile-active #mob-menu {
    -webkit-transform: perspective(600px) translateX(-100%);
    transform: perspective(600px) translateX(-100%);
  }
}

#mobMenuBtn {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  left: 0px;
}
@media (min-width: 1181px) {
  #mobMenuBtn {
    display: none;
  }
}
#mobMenuBtn div, #mobMenuBtn:after, #mobMenuBtn:before {
  content: "";
  display: block;
  height: 1px;
  width: 70%;
  margin: 8px 0;
  background: #8E784C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
}

.col-cart,
.col-mob-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.5rem;
}
@media (min-width: 1181px) {
  .col-cart,
  .col-mob-btn {
    display: none;
  }
}

.col-cart .cart, .col-cart .account {
  float: right;
}
@media (min-width: 1181px) {
  .col-cart .cart, .col-cart .account {
    float: none;
  }
}

body:not(.home):not(.single-team) .site-header {
  background: rgb(255, 255, 255);
}
body:not(.home):not(.single-team) .main-navigation > div > ul > li > .sub-menu {
  background: rgb(255, 255, 255);
}

#cookie-notice .cn-button {
  margin-left: 10px;
  padding: 3px 25px;
  font-size: 0.65em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 25px;
  background: #8E784C;
  border-radius: 35px;
  text-transform: uppercase;
}
#cookie-notice .cn-button .cookie-notice-container {
  background: white;
  color: black;
}

.lang-bar {
  list-style: none;
  display: none;
}
@media (min-width: 992px) {
  .lang-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding-left: 20px;
  }
}
.lang-bar li {
  margin: 5px 0px;
  margin-top: 0;
}
.lang-bar li a {
  display: block;
  padding: 5px 5px;
  text-transform: uppercase;
  min-width: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang-bar li a, .lang-bar li a:visited, .lang-bar li a:active {
  color: #8E784C;
  border: thin solid rgba(142, 120, 76, 0);
}
.lang-bar li a.active {
  background: #8E784C;
  color: white;
}
@media (min-width: 1025px) {
  .lang-bar li a:hover {
    background: #8E784C;
    color: white;
  }
}
.lang-bar li.current-lang a {
  background: #8E784C;
  color: white;
}
@media (min-width: 1025px) {
  .lang-bar li.current-lang a:hover {
    background: rgba(255, 255, 255, 0);
    color: #8E784C;
    border: thin solid #8E784C;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .nav-bottom .site-header {
    padding: 5px 15px;
  }
}
@media (min-width: 1025px) {
  .nav-bottom .site-header {
    padding: 5px 10px;
  }
}
.nav-bottom .site-header .site-logo img {
  height: 35px;
}

@media only screen and (min-width: 1181px) {
  .main-navigation > div > ul > li:hover .sub-menu {
    max-height: 30em !important;
  }
}

.menu-promo.menu-item a {
  color: #912825 !important;
  font-weight: 500 !important;
}

.site-footer {
  position: relative;
  background: #e4e4e4;
}
.site-footer .footer-wrap {
  position: relative;
  padding: 35px 16px;
  padding-bottom: 32px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .site-footer .footer-wrap, .site-footer .footer-wrap * {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-footer .footer-wrap {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-wrap {
    padding: 45px 0px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .site-footer .footer-wrap .footer-info {
    padding-bottom: 15px;
  }
}
.site-footer h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #8E784C;
}
.site-footer a, .site-footer a:visited, .site-footer a:active {
  color: #8E784C;
}
.site-footer .footer-menu {
  margin-top: 21px;
}
.site-footer .footer-menu ul {
  padding: 0;
  list-style: none;
}
.site-footer .footer-menu a {
  display: block;
  color: #8E784C;
  text-transform: uppercase;
}
.site-footer .footer-menu a:hover {
  color: #b5b5b5;
}
.site-footer h4, .site-footer .footer-menu a {
  font-weight: 500;
}
.site-footer .footer-newsletter {
  width: 100%;
}
.site-footer .footer-newsletter input[type=email] {
  border-radius: 0;
  -webkit-appearance: none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .site-footer .footer-newsletter {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-newsletter {
    width: 90%;
  }
}
.site-footer .footer-newsletter div.wpcf7-validation-errors, .site-footer .footer-newsletter div.wpcf7-acceptance-missing {
  display: none;
}
.site-footer .footer-newsletter div.wpcf7-response-output {
  margin: 0;
  margin-right: 19px;
}
.site-footer .newsletter-line {
  position: relative;
  max-width: 280px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .site-footer .newsletter-line {
    margin: 0 auto;
  }
}
.site-footer .newsletter-line .span.wpcf7-not-valid-tip {
  top: 43px;
}
.site-footer .newsletter-line span {
  width: 100%;
}
.site-footer br {
  display: none;
}
.site-footer input[type=email] {
  padding: 12px 15px;
  color: #8E784C;
  border: 1px solid #8E784C;
  width: 100%;
  background-color: transparent;
  text-align: left;
  margin: 0;
}
.site-footer span.wpcf7-not-valid-tip {
  top: 50px;
  display: none;
}
.site-footer div.wpcf7-validation-errors, .site-footer div.wpcf7-acceptance-missing {
  bottom: -65px;
  left: -7px;
}
.site-footer span.wpcf7-form-control-wrap.acceptance-6 {
  display: inline-block;
}
.site-footer input[type=submit] {
  position: absolute;
  padding: 11px 17px;
  padding-top: 15px;
  border: 0;
  border-left: 1px solid #8E784C;
  background-color: transparent;
  cursor: pointer;
  color: #8E784C;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.site-footer input[type=submit]:hover {
  color: white;
  background-color: #8E784C;
}
.site-footer span.wpcf7-list-item {
  margin-left: 0;
  color: #9b9b9b;
}
.site-footer div.wpcf7 .ajax-loader {
  width: 33px;
  height: 33px;
  border-radius: 0;
  background: none;
  position: absolute !important;
  top: 9px;
  right: -40px;
  left: auto !important;
}
.site-footer div.wpcf7 .ajax-loader:before {
  background-color: #8E784C;
}
.site-footer .footer-info-list,
.site-footer .footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-info-list li,
.site-footer .footer-social li {
  margin-bottom: 10px;
}
.site-footer .footer-info-list li a,
.site-footer .footer-social li a {
  line-height: 30px;
}
.site-footer .footer-info-list li a img,
.site-footer .footer-social li a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.footer-menu > div > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 25px;
  padding-left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer-menu > div > .menu {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .footer-menu > div > .menu {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer-menu > div > .menu > li {
    padding-right: 15px;
  }
}

.container-fluid {
  padding: 0;
}

.copyright-wrap {
  background-color: #8E784C;
}
.copyright-wrap .copyright {
  color: white;
  font-size: 0.75em;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  .copyright-wrap .copyright {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.copyright-wrap .copyright .cp-text {
  display: inline-block;
  opacity: 0.75;
}
.copyright-wrap .copyright .cp-menu {
  display: inline-block;
  opacity: 0.75;
}
.copyright-wrap .copyright .cp-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .copyright-wrap .copyright .cp-menu .menu {
    text-align: left;
  }
}
.copyright-wrap .copyright .cp-menu .menu li {
  display: inline-block;
  margin: 5px;
}
@media (min-width: 1024px) {
  .copyright-wrap .copyright .cp-menu .menu li {
    margin: 0px;
    border-right: 1px solid white;
    padding-left: 12px;
    padding-right: 12px;
  }
  .copyright-wrap .copyright .cp-menu .menu li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .copyright-wrap .copyright .cp-menu .menu li:last-child {
    border-right: 0;
  }
}
.copyright-wrap .copyright .cp-menu .menu li a {
  color: white;
}
.copyright-wrap .copyright.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .copyright-wrap .copyright.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.copyright-wrap .copyright.right .footer-badge {
  margin-left: 25px;
}
.copyright-wrap .footer-badge {
  text-align: right;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .copyright-wrap .footer-badge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .copyright-wrap .footer-badge {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.copyright-wrap .footer-badge span {
  margin-right: 10px;
  font-size: 0.75em;
}
.copyright-wrap .footer-badge img {
  height: 12px;
  width: auto;
}

#cookie-law-info-again {
  display: none !important;
}

/* #cookie-law-info-bar{
    position: relative !important;
}
 */
body {
  font-family: "GothamPro", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 2;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 0px) and (max-width: 379px) {
  body {
    padding-top: 73px;
  }
}
@media (min-width: 380px) {
  body {
    padding-top: 86px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    padding-top: 79px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 95px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 114px;
  }
}

.single-success_stories {
  padding-top: 64px;
}

@media (min-width: 768px) {
  .site {
    position: relative;
    z-index: 2;
  }
}

.site-content {
  background: #fff;
}

a {
  color: #323232;
  text-decoration: none;
}
a:focus {
  outline: none;
}

a:active,
a:visited {
  color: #323232;
}

p {
  line-height: 125%;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.post,
.page {
  margin: 0;
}

#cookie-notice .cn-button {
  margin-left: 10px;
  padding: 5px 25px;
  font-size: 0.65em;
  vertical-align: middle;
  margin-left: 25px;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

.bg-full {
  background-size: cover;
  background-position: 50%;
}

ul, ol {
  padding-left: 15px;
}
@media (min-width: 768px) {
  ul, ol {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }
}
ul li, ol li {
  margin-bottom: 15px;
}

.section-title {
  font-weight: 400;
  text-align: center;
}
.section-title.page-title {
  text-align: left;
}

.button a,
.btn,
input[type=submit],
form button {
  cursor: pointer;
  font-family: "GothamPro", sans-serif;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  background: rgba(255, 255, 255, 0);
  border: thin solid #8E784C;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  letter-spacing: 1px;
  backface-visibility: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 20px;
}
.button a span,
.btn span,
input[type=submit] span,
form button span {
  position: relative;
  z-index: 2;
}
.button a, .button a:active, .button a:visited,
.btn,
.btn:active,
.btn:visited,
input[type=submit],
input[type=submit]:active,
input[type=submit]:visited,
form button,
form button:active,
form button:visited {
  color: #8E784C;
}
@media (min-width: 1025px) {
  .button a:hover,
  .btn:hover,
  input[type=submit]:hover,
  form button:hover {
    background-color: #8E784C;
    color: white;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select,
.select2-container .select2-selection--single {
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #8e784c !important;
}

.btn-dark {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .btn-dark:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.btn-light {
  background: #fff;
  color: #bf425c;
}

.btn-fill {
  background: #8E784C;
}
.btn-fill, .btn-fill:visited, .btn-fill:active {
  color: white;
}
@media (min-width: 1025px) {
  .btn-fill:hover {
    color: #8E784C;
    background: rgba(255, 255, 255, 0);
  }
}

.btn-cp-view-pr {
  font-size: 0.5em;
  letter-spacing: 0.05em;
  padding: 5px 10px 5px 5px;
}
.btn-cp-view-pr span {
  position: relative;
  font-size: 8px;
}
.btn-cp-view-pr img {
  width: 20px;
  vertical-align: middle;
}
.btn-cp-view-pr .btn-ico {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-cp-view-pr .btn-ico img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-cp-view-pr .btn-ico img.hovered, .btn-cp-view-pr .btn-ico img.added {
  opacity: 0;
}
@media (min-width: 1025px) {
  .btn-cp-view-pr:hover .btn-ico img.unhovered {
    opacity: 0;
  }
  .btn-cp-view-pr:hover .btn-ico img.hovered {
    opacity: 1;
  }
}
.btn-cp-view-pr.added-to-cart .unhovered,
.btn-cp-view-pr.added-to-cart .hovered {
  opacity: 0;
}
.btn-cp-view-pr.added-to-cart .added {
  opacity: 1 !important;
}

.woocommerce button.button.added-to-cart, .woocommerce button.button.added-to-cart:hover,
.woocommerce button.button.alt.added-to-cart,
.woocommerce button.button.alt.added-to-cart:hover {
  background: #4c8e51 !important;
  border-color: #4c8e51 !important;
  opacity: 1 !important;
}
.woocommerce button.button.added-to-cart.added-to-cart .hovered,
.woocommerce button.button.alt.added-to-cart.added-to-cart .hovered {
  opacity: 0 !important;
}

.select2-results__option {
  margin-bottom: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8E784C;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #8E784C !important;
  color: white !important;
  border: 1px solid #8E784C !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  font-size: 1em !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    padding: 16px 10px !important;
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    padding: 18px 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 0 !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    border: 1px solid #8E784C !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #8E784C !important;
  }
}

.swiper-lazy,
.b-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.swiper-lazy.swiper-lazy-loaded, .swiper-lazy.b-loaded,
.b-lazy.swiper-lazy-loaded,
.b-lazy.b-loaded {
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body:not(.home) .rev-slider-wrap .btn-arrow {
  padding-right: 35px;
}
body:not(.home) .rev-slider-wrap .btn-arrow:after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  color: #8E784C;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body:not(.home) .rev-slider-wrap .n2-ss-slide {
  height: 100vh !important;
  min-height: 100vh !important;
}
@media (min-width: 1200px) {
  body:not(.home) .rev-slider-wrap .n2-ss-slide {
    height: 565px !important;
    min-height: 565px !important;
  }
}
@supports (-webkit-touch-callout: none) {
  body:not(.home) .rev-slider-wrap .n2-ss-slide {
    /* The hack for Safari */
    min-height: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .mob-show {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .mob-show {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .grid-box.mob-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .grid-box.mob-show {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce #content table.cart td.actions .coupon.mob-hide,
  .woocommerce table.cart td.actions .coupon.mob-hide,
  .woocommerce-page #content table.cart td.actions .coupon.mob-hide,
  .woocommerce-page table.cart td.actions .coupon.mob-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce #content table.cart td.actions .coupon.mob-hide,
  .woocommerce table.cart td.actions .coupon.mob-hide,
  .woocommerce-page #content table.cart td.actions .coupon.mob-hide,
  .woocommerce-page table.cart td.actions .coupon.mob-hide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .mob-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .mob-hide {
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .grid-box.mob-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .grid-box.mob-hide {
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce #content table.cart td.actions .coupon.mob-show,
  .woocommerce table.cart td.actions .coupon.mob-show,
  .woocommerce-page #content table.cart td.actions .coupon.mob-show,
  .woocommerce-page table.cart td.actions .coupon.mob-show {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce #content table.cart td.actions .coupon.mob-show,
  .woocommerce table.cart td.actions .coupon.mob-show,
  .woocommerce-page #content table.cart td.actions .coupon.mob-show,
  .woocommerce-page table.cart td.actions .coupon.mob-show {
    display: none !important;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (min-width: 1200px) {
  .alignleft {
    margin-right: 50px;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
@media (min-width: 1400px) {
  .wp-caption img {
    max-width: 120%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin: 0;
  }
}

.wp-caption .wp-caption-text {
  font-size: 0.65em;
  line-height: 17px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: left;
  margin-bottom: 30px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

blockquote {
  background: #fafafa;
  margin: 0;
  padding: 15px 45px;
  border-left: 4px solid #bf425c;
}

.page-404 {
  text-align: center;
  padding: 8vw 0;
}
.page-404 .number-404 {
  font-size: 4.5em;
  font-weight: bolder;
  color: #8E784C;
  margin-bottom: 35px;
}
.page-404 .section-subtitle {
  font-weight: 300;
  color: rgb(61, 61, 61);
}
.page-404 .box-404 {
  margin: 35px 0px;
  padding: 65px;
  background: white;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  outline: none;
  font-weight: 300;
}

.select2-results__option {
  padding: 10px 6px;
}

span.selection {
  outline: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  font-weight: 300;
  padding: 15px 10px;
  height: 55px;
  outline: none;
}
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #323232;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
}

.rev-slider-wrap * {
  font-family: "GothamPro", sans-serif !important;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .mob-only {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .mob-only {
    display: none !important;
  }
}

.hero-page-banner,
.woocommerce-products-header,
.sp-pr-hero-banner {
  height: 50vh;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hero-page-banner,
  .woocommerce-products-header,
  .sp-pr-hero-banner {
    max-height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-page-banner,
  .woocommerce-products-header,
  .sp-pr-hero-banner {
    max-height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-page-banner,
  .woocommerce-products-header,
  .sp-pr-hero-banner {
    height: 45vh;
    max-height: 400px;
  }
}

.no-posts {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .no-posts {
    padding: 50px 0px;
  }
}
@media (min-width: 1025px) {
  .no-posts {
    padding: 100px 0px;
  }
}
@media (min-width: 1200px) {
  .no-posts {
    padding: 150px 0px;
  }
}

.intro-block {
  margin-top: 15px;
  margin-bottom: 100px;
}
@media (min-width: 1025px) {
  .intro-block {
    margin-top: 40px;
    margin-bottom: 150px;
  }
}
.intro-block .title-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-events.no-events .hero-custom-banner {
  margin-top: 0;
}

.section-main-info {
  text-align: center;
}
.section-main-info img {
  width: 64px;
  height: 64px;
}
.section-main-info .section-pretitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E784C;
  margin-top: 15px;
  font-size: 1.125em;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-main-info .section-pretitle {
    font-size: 10px;
  }
}
.section-main-info .section-title {
  margin-top: 15px;
  color: black;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-main-info .section-title {
    font-size: 26px;
  }
}

.page-template-page-promo section.products-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.section-title-underline {
  width: 100%;
  text-align: center;
  margin: 60px 0;
  position: relative;
}
.section-title-underline::after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #8E784C;
  bottom: -30px;
  left: calc(50% - 50px);
}

.text-box {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  max-width: 670px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .text-box {
    padding: 50px 15px;
  }
}
@media (min-width: 768px) {
  .text-box {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .text-box {
    padding: 50px;
  }
}
.text-box .logo {
  margin: 20px auto;
  margin-top: 0;
}
.text-box .logo img {
  width: 100%;
  max-width: 40px;
}
.text-box .title {
  color: #8E784C;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1800px) {
  .text-box .title {
    margin-bottom: 60px;
  }
}
.text-box .title::after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #8E784C;
  left: calc(50% - 50px);
  bottom: -25px;
}
@media (min-width: 768px) {
  .text-box .title::after {
    bottom: -30px;
  }
}
.text-box .text {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  padding: 0 15px;
}
.text-box .text p:first-child {
  margin-top: 0;
}
.text-box .text a, .text-box .text a:active, .text-box .text a:visited {
  color: #8E784C;
}
.text-box .btn {
  margin-top: 20px;
}

.swiper-container {
  height: 100%;
}

.section-hero .swiper-slide {
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.section-hero .swiper-slide::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-hero .swiper-slide .box-left {
  max-width: 450px;
  text-align: center;
  z-index: 10;
}
.section-hero .swiper-slide .box-left .title {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .section-hero .swiper-slide .box-left .title {
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .section-hero .swiper-slide .box-left .title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  }
}
.section-hero .swiper-slide .box-left .title::after {
  display: block;
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  bottom: -20px;
  left: 30%;
  background-color: #8E784C;
}
.section-hero .swiper-slide .box-mid {
  width: auto;
  margin: 0 140px;
  z-index: 10;
}
.section-hero .swiper-slide .box-right {
  max-width: 450px;
  z-index: 10;
}
.section-hero .swiper-slide .box-right .price {
  color: #8E784C;
  font-size: 1.55em;
  text-transform: uppercase;
}
.section-hero .swiper-slide .btn {
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
  color: white;
  background-color: #8E784C;
}

.section-products .swiper-slide .box-right .price {
  margin-top: 30px;
  margin-bottom: 0;
}
.section-products .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-products .swiper-button-next, .section-products .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
}
.section-products .swiper-button-next {
  margin-left: 15px;
}

.section-welcome-info {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .section-welcome-info {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section-welcome-info {
    margin-top: 70px;
    margin-bottom: 110px;
    min-height: 74vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.section-welcome-info .welcome-logo {
  padding: 25px 0px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .section-welcome-info .welcome-logo {
    margin-bottom: 10px;
  }
}
.section-welcome-info .welcome-logo img {
  width: 270px;
}
.section-welcome-info .welcome-text {
  max-width: 910px;
  margin: auto;
}
@media (min-width: 1800px) {
  .section-welcome-info .welcome-text {
    max-width: 1050px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .section-welcome-boxes {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-welcome-boxes {
    margin-bottom: 50px;
    margin-top: -2em;
  }
}
@media (min-width: 1200px) {
  .section-welcome-boxes {
    margin-bottom: 83px;
  }
}

.icon-box {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .icon-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .icon-box {
    margin: 3em 0;
  }
}
@media (min-width: 1025px) {
  .icon-box {
    margin-bottom: 25px;
  }
}
.icon-box .logo img {
  width: 40px;
}
.icon-box .title {
  text-transform: uppercase;
  color: #8E784C;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-bottom: 30px;
  position: relative;
}
.icon-box .title:after {
  display: block;
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background: #8E784C;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.icon-box .text {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .icon-box .text {
    min-height: 120px;
  }
}
@media (min-width: 1024px) {
  .icon-box .text {
    min-height: 125px;
  }
}
@media (min-width: 1800px) {
  .icon-box .text {
    min-height: 98px;
    margin-bottom: 50px;
  }
}
.icon-box .btn {
  color: #8E784C;
}
@media (min-width: 1025px) {
  .icon-box .btn:hover {
    color: white;
  }
}

.section-wine-selection {
  padding-top: 60px;
  padding-bottom: 115px;
}
.section-wine-selection .wine-selection-box {
  padding: 50px 5px;
  text-align: center;
}
.section-wine-selection .wine-selection-box .wine-img {
  margin-bottom: 15px;
  min-height: 300px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-wine-selection .wine-selection-box .wine-img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .section-wine-selection .wine-selection-box .wine-img {
    min-height: 419px;
  }
}
@media (min-width: 1800px) {
  .section-wine-selection .wine-selection-box .wine-img {
    min-height: 456px;
  }
}
.section-wine-selection .wine-selection-box .wine-img img {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 992px) {
  .section-wine-selection .wine-selection-box .wine-img img {
    width: 92%;
  }
  .section-wine-selection .wine-selection-box .wine-img img:hover {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .section-wine-selection .wine-selection-box .wine-img img {
    max-width: 80%;
  }
}
.section-wine-selection .wine-selection-box .wine-name {
  text-transform: uppercase;
  color: #8E784C;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection .wine-selection-box .wine-name {
    margin-top: 25px;
    font-size: 18px;
  }
}
.section-wine-selection .text {
  text-align: center;
}
@media (min-width: 1200px) {
  .section-wine-selection .text {
    margin-top: 55px;
  }
}
.section-wine-selection .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .section-wine-selection .col-xl-3 {
    margin: 0px 40px;
  }
}

section.newsletter {
  text-align: center;
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
  padding: 100px 0;
}
@media (min-width: 1200px) {
  section.newsletter {
    padding: 190px 0;
  }
}
@media (min-width: 1800px) {
  section.newsletter {
    padding: 230px 0;
  }
}
section.newsletter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
section.newsletter .newsletter-form {
  position: relative;
  z-index: 5;
  color: white;
}
@media (min-width: 0px) and (max-width: 767px) {
  section.newsletter .newsletter-form {
    padding: 0 25px;
  }
}
section.newsletter .newsletter-form .form {
  max-width: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
section.newsletter .newsletter-form .title {
  margin-bottom: 35px;
}
section.newsletter .newsletter-form input[type=email] {
  border: 1px solid #8E784C;
  padding: 16px 30px;
  color: #fff;
  background: none;
  font-weight: 300;
  width: 100%;
}
section.newsletter .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: white;
}
section.newsletter .newsletter-form input[type=email]::-moz-placeholder {
  color: white;
}
section.newsletter .newsletter-form input[type=email]:-ms-input-placeholder {
  color: white;
}
section.newsletter .newsletter-form input[type=email]::-ms-input-placeholder {
  color: white;
}
section.newsletter .newsletter-form input[type=email]::placeholder {
  color: white;
}
section.newsletter .newsletter-form .btn {
  background: #8E784C;
  position: absolute;
  width: 55px;
  height: 58px;
  right: 0;
  color: #fff;
  padding: 0;
  text-align: center;
  padding-left: 5px;
  border: 1px solid #8E784C;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  section.newsletter .newsletter-form .btn {
    top: 2px;
  }
}
@media (min-width: 992px) {
  section.newsletter .newsletter-form .btn:hover {
    background: none;
  }
}
section.newsletter .newsletter-form .form p {
  margin-bottom: 0;
}
section.newsletter .newsletter-form .form .wpcf7-form-control-wrap span[role=alert] {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .experiences {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .experiences {
    padding-top: 130px;
    padding-bottom: 145px;
  }
}
.experiences .grid-box {
  padding: 15px;
}
.experiences .grid-box a {
  display: block;
  position: relative;
  height: 100%;
}
.experiences .grid-box a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.experiences .grid-box a:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .experiences .grid-box a:hover::before {
    opacity: 0.6;
  }
}
.experiences .grid-box img {
  float: left;
  width: 100%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .experiences .grid-box {
    padding-bottom: 0px;
  }
  .experiences .grid-box:not(.grid-box-4) {
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 469px) {
  .experiences .grid-box:not(.grid-box-4) {
    height: 225px;
  }
}
@media (min-width: 470px) and (max-width: 767px) {
  .experiences .grid-box:not(.grid-box-4) {
    height: 290px;
  }
}
.experiences .grid-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.experiences .grid-row,
.experiences .grid-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.experiences .grid-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .experiences .grid-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3334%;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
  }
}
.experiences .grid-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .experiences .grid-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6667%;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
  }
}
.experiences .grid-col-2 .grid-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .experiences .grid-col-2 .grid-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.experiences .grid-col {
  max-width: 630px;
}
.experiences .grid-last-row .grid-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .experiences .grid-last-row .grid-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .experiences .grid-last-row .grid-col:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-height: 420px;
    overflow: hidden;
  }
}
.experiences .grid-box {
  position: relative;
}
.experiences .grid-box .title {
  max-width: 440px;
  position: absolute;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  margin: 15px;
}
.experiences .grid-box-1 .title,
.experiences .grid-box-3 .title,
.experiences .grid-box-6 .title {
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .experiences .grid-box-1 .title,
  .experiences .grid-box-3 .title,
  .experiences .grid-box-6 .title {
    top: 0;
  }
}
.experiences .grid-box-2 .title,
.experiences .grid-box-4 .title,
.experiences .grid-box-5 .title,
.experiences .grid-box-7 .title {
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .experiences .grid-box-4 img {
    max-width: 500px;
  }
}

.grid-col-2 .grid-box-row:first-child {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.miss-swiss {
  background-position: 50%;
  background-size: cover;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .miss-swiss {
    max-height: 800px;
  }
}
@media (min-width: 768px) {
  .miss-swiss {
    height: 100vh;
  }
}
@media (orientation: landscape) and (min-height: 0px) and (max-height: 799px) {
  .miss-swiss {
    min-height: 820px;
  }
}
@media (orientation: landscape) and (min-height: 800px) {
  .miss-swiss {
    min-height: 700px;
  }
}
.miss-swiss .section-title {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss .section-title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media (min-width: 1200px) {
  .miss-swiss .section-title {
    margin: 15px 0px 25px 0px;
  }
}
@media (min-width: 1800px) {
  .miss-swiss {
    height: 960px;
  }
}
.miss-swiss:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.miss-swiss .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.miss-swiss .container > .row {
  height: 100%;
}
.miss-swiss .ms-box {
  padding-bottom: 0;
  background: white;
  max-width: 790px;
  margin-left: auto;
  padding: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss .ms-box {
    margin: 50px 15px;
    padding: 25px 10px;
  }
}
@media (min-width: 1800px) {
  .miss-swiss .ms-box {
    padding: 50px 25px;
  }
}
.miss-swiss .ms-box .pretitle {
  text-align: center;
  color: #8E784C;
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .miss-swiss .ms-box .pretitle {
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss .ms-box .section-title {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .miss-swiss .ms-box .section-title {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.miss-swiss .swiper-slide {
  padding: 0px 15px;
}
@media (min-width: 1400px) {
  .miss-swiss .swiper-slide {
    padding: 0px 50px;
  }
}
.miss-swiss .swiper-slide img {
  margin-right: 0px;
  width: auto;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss .swiper-slide img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .miss-swiss .swiper-slide img {
    margin-right: 35px;
    max-height: 300px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .miss-swiss .swiper-slide img {
    margin-right: 40px;
    max-height: 450px;
    width: auto;
  }
}
@media (min-width: 1800px) {
  .miss-swiss .swiper-slide img {
    width: auto;
    height: 560px;
  }
}
.miss-swiss .swiper-slide .row {
  position: relative;
  z-index: 5;
}
.miss-swiss .swiper-slide .col-wine-img {
  text-align: center;
}
@media (min-width: 1024px) {
  .miss-swiss .swiper-slide .col-wine-img {
    text-align: right;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .miss-swiss .swiper-slide .col-wine-img {
    margin-top: 15px;
  }
}
.miss-swiss .swiper-slide .title {
  text-align: left;
  margin: 10px 0px;
}
.miss-swiss .swiper-slide .wine-text {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .miss-swiss .swiper-slide .wine-text {
    text-align: center;
  }
}
.miss-swiss .swiper-slide:after {
  background-color: rgb(255, 255, 255);
}
.miss-swiss .swiper-slide .btn {
  color: #8E784C;
  margin-bottom: 0;
  background-color: white;
}
@media (min-width: 992px) {
  .miss-swiss .swiper-slide .btn:hover {
    color: white;
    background-color: #8E784C;
  }
}
.miss-swiss .swiper-slide .btn-wrap a {
  border: 1px solid #8E784C;
}
@media (min-width: 992px) {
  .miss-swiss .swiper-slide .btn-wrap a:hover {
    background-color: #8E784C;
  }
}
.miss-swiss .swiper-slide .miss-swiss-inner-box {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .miss-swiss .swiper-slide .miss-swiss-inner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
}
.miss-swiss .swiper-slide .miss-swiss-inner-box .btn-wrap {
  margin-top: 25px;
}
.miss-swiss .wine-price {
  margin-top: 25px;
}
.miss-swiss .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}
.miss-swiss .buttons .swiper-button-next,
.miss-swiss .buttons .swiper-button-prev {
  position: relative;
  color: #8E784C;
  margin: 0 20px;
  outline: none;
  width: auto;
}
.miss-swiss .buttons .swiper-button-next::after,
.miss-swiss .buttons .swiper-button-prev::after {
  font-size: 1.1em;
}

.hero-slide .text {
  color: white;
}

.hero-page-banner {
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero-page-banner::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.hero-page-banner .hero-title {
  z-index: 10;
}

.page .page-content-box {
  margin-top: 120px;
  margin-bottom: 120px;
}

.single-vacancies section.page-content {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .single-vacancies section.page-content {
    padding-bottom: 100px;
  }
}

.hero-page-banner h1,
.woocommerce-products-header h1 {
  color: white;
  text-align: center;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .hero-page-banner h1,
  .woocommerce-products-header h1 {
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .hero-page-banner h1,
  .woocommerce-products-header h1 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  }
}

.page-template-page-contact .contact-info-box {
  text-align: center;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .page-template-page-contact .contact-info-box {
    margin: 100px 0;
  }
}
.page-template-page-contact .contact-info-box .icon {
  text-align: center;
}
.page-template-page-contact .contact-info-box .icon img {
  width: 40px;
}
.page-template-page-contact .contact-info-box .title {
  position: relative;
}
.page-template-page-contact .contact-info-box .title::after {
  display: block;
  position: absolute;
  content: "";
  width: 25%;
  height: 1px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8f784c;
}
.page-template-page-contact .contact-info-box .text {
  margin-top: 80px;
}
.page-template-page-contact .contact-info-box .text a {
  position: relative;
  vertical-align: top;
}
.page-template-page-contact .contact-info-box .text img {
  margin: 0;
  margin-right: 10px;
  vertical-align: top;
}
.page-template-page-contact .contact-form {
  margin-bottom: 75px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-page-contact .contact-form {
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .page-template-page-contact .contact-form {
    margin-bottom: 100px;
  }
}
.page-template-page-contact .contact-form .title {
  text-align: center;
}
.page-template-page-contact .contact-form p {
  margin: 0;
}
.page-template-page-contact .contact-form br {
  display: none;
}
.page-template-page-contact .contact-form input,
.page-template-page-contact .contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8E784C;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .page-template-page-contact .contact-form input,
  .page-template-page-contact .contact-form textarea {
    margin: 15px 0px;
  }
}
.page-template-page-contact .contact-form input::-webkit-input-placeholder, .page-template-page-contact .contact-form textarea::-webkit-input-placeholder {
  color: #8E784C;
}
.page-template-page-contact .contact-form input::-moz-placeholder, .page-template-page-contact .contact-form textarea::-moz-placeholder {
  color: #8E784C;
}
.page-template-page-contact .contact-form input:-ms-input-placeholder, .page-template-page-contact .contact-form textarea:-ms-input-placeholder {
  color: #8E784C;
}
.page-template-page-contact .contact-form input::-ms-input-placeholder, .page-template-page-contact .contact-form textarea::-ms-input-placeholder {
  color: #8E784C;
}
.page-template-page-contact .contact-form input::placeholder,
.page-template-page-contact .contact-form textarea::placeholder {
  color: #8E784C;
}
.page-template-page-contact .contact-form input[type=submit] {
  background-color: transparent;
  border-color: #8E784C;
  color: #8E784C;
  cursor: pointer;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .page-template-page-contact .contact-form input[type=submit]:hover {
    background-color: #8E784C;
    color: white;
  }
}
.page-template-page-contact .contact-form input[type=checkbox] {
  width: auto;
}

.page-gammes .section-left-right .col-lg-6 {
  padding: 0;
}
.page-gammes .section-left-right .img-wrap img {
  float: none;
  height: auto;
}

@media (min-width: 768px) {
  .single-experience .hero-page-banner {
    margin-bottom: 100px;
  }
}
.single-experience .single-experience-row .col-xl-6 {
  padding: 0;
}
.single-experience .single-experience-row .text-box .text {
  max-width: 700px;
  margin: 0 auto;
}
.single-experience .single-experience-row .row-img img {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .single-experience .single-experience-row:last-child {
    margin-bottom: 150px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-experience .section-agenda {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .single-experience .section-agenda {
    margin-bottom: 65px;
  }
}
.single-experience .section-agenda .title {
  text-align: center;
  margin-bottom: 45px;
}
.single-experience .section-agenda .agenda-box {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.single-experience .section-agenda .agenda-box .agenda-box-img {
  width: 40px;
  margin: auto;
  margin-bottom: 20px;
}
.single-experience .section-agenda .agenda-box .agenda-box-text {
  color: #8E784C;
}

@media (min-width: 768px) {
  .single-product .single-experience-row:last-child {
    margin-bottom: 100px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .single-experience .section-form,
  .single-event .section-form,
  .page-team .section-form {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .single-experience .section-form,
  .single-event .section-form,
  .page-team .section-form {
    margin-top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-experience .section-form .form-heading,
  .single-event .section-form .form-heading,
  .page-team .section-form .form-heading {
    margin-bottom: 15px;
  }
}
.single-experience .section-form br,
.single-event .section-form br,
.page-team .section-form br {
  display: none;
}
.single-experience .section-form input[type=radio],
.single-experience .section-form input[type=checkbox],
.single-event .section-form input[type=radio],
.single-event .section-form input[type=checkbox],
.page-team .section-form input[type=radio],
.page-team .section-form input[type=checkbox] {
  margin-right: 5px;
}
.single-experience .section-form .text,
.single-event .section-form .text,
.page-team .section-form .text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .single-experience .section-form .text,
  .single-event .section-form .text,
  .page-team .section-form .text {
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-experience .section-form div.wpcf7,
  .single-event .section-form div.wpcf7,
  .page-team .section-form div.wpcf7 {
    padding: 0 12px;
    text-align: center;
  }
}
.single-experience .section-form form .row,
.single-event .section-form form .row,
.page-team .section-form form .row {
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .single-experience .section-form form .row,
  .single-event .section-form form .row,
  .page-team .section-form form .row {
    margin-bottom: 50px;
  }
}
.single-experience .section-form form .last-row input,
.single-experience .section-form form .last-row textarea,
.single-event .section-form form .last-row input,
.single-event .section-form form .last-row textarea,
.page-team .section-form form .last-row input,
.page-team .section-form form .last-row textarea {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .single-experience .section-form form .last-row input,
  .single-experience .section-form form .last-row textarea,
  .single-event .section-form form .last-row input,
  .single-event .section-form form .last-row textarea,
  .page-team .section-form form .last-row input,
  .page-team .section-form form .last-row textarea {
    margin: 15px 0;
  }
}
.single-experience .section-form form .last-row input[type=submit],
.single-event .section-form form .last-row input[type=submit],
.page-team .section-form form .last-row input[type=submit] {
  background-color: transparent;
  width: 100%;
}
@media (min-width: 1025px) {
  .single-experience .section-form form .last-row input[type=submit],
  .single-event .section-form form .last-row input[type=submit],
  .page-team .section-form form .last-row input[type=submit] {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .single-experience .section-form form .last-row input[type=submit]:hover,
  .single-event .section-form form .last-row input[type=submit]:hover,
  .page-team .section-form form .last-row input[type=submit]:hover {
    background-color: #8E784C;
  }
}
.single-experience .section-form form .last-row .blue-label,
.single-event .section-form form .last-row .blue-label,
.page-team .section-form form .last-row .blue-label {
  position: relative;
}
.single-experience .section-form form .last-row label,
.single-event .section-form form .last-row label,
.page-team .section-form form .last-row label {
  position: absolute;
  font-size: 0.75em;
  color: rgb(167, 167, 167);
  bottom: -4px;
  left: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .single-experience .section-form form .last-row label,
  .single-event .section-form form .last-row label,
  .page-team .section-form form .last-row label {
    bottom: -7px;
  }
}
@media (min-width: 992px) {
  .single-experience .section-form form .last-row label,
  .single-event .section-form form .last-row label,
  .page-team .section-form form .last-row label {
    bottom: -5px;
    left: 10px;
  }
}
.single-experience .section-form form .form-heading-col p,
.single-event .section-form form .form-heading-col p,
.page-team .section-form form .form-heading-col p {
  display: none;
}
.single-experience .section-form form .form-heading,
.single-event .section-form form .form-heading,
.page-team .section-form form .form-heading {
  text-transform: uppercase;
  color: #8E784C;
}
.single-experience .section-form form input,
.single-experience .section-form form textarea,
.single-event .section-form form input,
.single-event .section-form form textarea,
.page-team .section-form form input,
.page-team .section-form form textarea {
  border: 1px solid #8E784C;
  margin: 10px 0;
  padding: 10px 15px;
  position: relative;
}
.single-experience .section-form form input[type=submit],
.single-event .section-form form input[type=submit],
.page-team .section-form form input[type=submit] {
  cursor: pointer;
  color: #8E784C;
}
@media (min-width: 992px) {
  .single-experience .section-form form input[type=submit]:hover,
  .single-event .section-form form input[type=submit]:hover,
  .page-team .section-form form input[type=submit]:hover {
    color: white;
  }
}
.single-experience .section-form form ::-webkit-input-placeholder, .single-event .section-form form ::-webkit-input-placeholder, .page-team .section-form form ::-webkit-input-placeholder {
  color: #8E784C;
}
.single-experience .section-form form ::-moz-placeholder, .single-event .section-form form ::-moz-placeholder, .page-team .section-form form ::-moz-placeholder {
  color: #8E784C;
}
.single-experience .section-form form :-ms-input-placeholder, .single-event .section-form form :-ms-input-placeholder, .page-team .section-form form :-ms-input-placeholder {
  color: #8E784C;
}
.single-experience .section-form form ::-ms-input-placeholder, .single-event .section-form form ::-ms-input-placeholder, .page-team .section-form form ::-ms-input-placeholder {
  color: #8E784C;
}
.single-experience .section-form form ::placeholder,
.single-event .section-form form ::placeholder,
.page-team .section-form form ::placeholder {
  color: #8E784C;
}
.single-experience .section-form form label,
.single-event .section-form form label,
.page-team .section-form form label {
  color: #8E784C;
}
.single-experience .section-form form .top-right,
.single-event .section-form form .top-right,
.page-team .section-form form .top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .single-experience .section-form form .top-right,
  .single-event .section-form form .top-right,
  .page-team .section-form form .top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-experience .section-form form .order-xl-3,
.single-event .section-form form .order-xl-3,
.page-team .section-form form .order-xl-3 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-experience .section-form form .order-xl-3,
  .single-event .section-form form .order-xl-3,
  .page-team .section-form form .order-xl-3 {
    margin-top: 0;
  }
}
.single-experience .section-form div.wpcf7-validation-errors, .single-experience .section-form div.wpcf7-acceptance-missing,
.single-event .section-form div.wpcf7-validation-errors,
.single-event .section-form div.wpcf7-acceptance-missing,
.page-team .section-form div.wpcf7-validation-errors,
.page-team .section-form div.wpcf7-acceptance-missing {
  margin-top: -30px;
}

.page-events .events-row {
  margin-bottom: 75px;
}
.page-events .events-row img {
  width: auto;
  height: 100%;
  max-height: 250px;
}
@media (min-width: 768px) {
  .page-events .events-row {
    margin-bottom: 50px;
  }
  .page-events .events-row .img-left {
    text-align: right;
    padding-right: 50px;
  }
  .page-events .events-row .img-right {
    text-align: left;
    padding-left: 50px;
  }
}
.page-events .events-row .title {
  color: #8E784C;
  margin-bottom: 10px;
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-events .events-row .title {
    margin-top: 0;
  }
  .page-events .events-row .title::after {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #8E784C;
    border-radius: 50%;
    top: 200%;
  }
}
@media (min-width: 768px) {
  .page-events .events-row .text-left {
    text-align: right;
    padding-right: 50px;
  }
  .page-events .events-row .text-left .title::after {
    right: -60px;
  }
  .page-events .events-row .text-right {
    padding-left: 50px;
  }
  .page-events .events-row .text-right .title::after {
    left: -60px;
  }
}
.page-events .events-row .date {
  margin-bottom: 30px;
  color: #9b9b9b;
}
.page-events .events-row .text {
  margin-bottom: 10px;
}
.page-events .hero-custom-banner {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .page-events .hero-custom-banner {
    margin-top: 150px;
  }
}

.hero-custom-banner {
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hero-custom-banner {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .hero-custom-banner {
    min-height: 60vh;
  }
}
@media (min-width: 1800px) {
  .hero-custom-banner {
    min-height: 65vh;
  }
}
.hero-custom-banner::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-custom-banner .content-box {
  padding: 0 15px;
}
.hero-custom-banner .subtitle,
.hero-custom-banner .title {
  z-index: 10;
  color: white;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-custom-banner .text {
  position: relative;
  z-index: 10;
  color: white;
  margin-bottom: 20px;
}
.hero-custom-banner .title {
  z-index: 10;
  color: white;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .hero-custom-banner .title {
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .hero-custom-banner .title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  }
}
.hero-custom-banner .title::after {
  display: block;
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #8f784c;
}
.hero-custom-banner .btn-wrap {
  margin-top: 50px;
}
.hero-custom-banner .btn-wrap .btn {
  position: relative;
  z-index: 10;
  color: white;
}
.hero-custom-banner .btn-wrap .btn i {
  margin-left: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hero-custom-banner.home-custom-banner {
    min-height: 60vh;
  }
}
@media (min-width: 768px) {
  .hero-custom-banner.home-custom-banner {
    min-height: 90vh;
  }
}
@media (min-width: 1800px) {
  .hero-custom-banner.home-custom-banner {
    min-height: 95vh;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}
.center .title::after {
  left: calc(50% - 60px);
}

.right {
  text-align: right;
}
.right .title::after {
  right: 0;
  left: auto;
}

.page-template-page-events .events-timeline, .page-template-page-events-temp .events-timeline {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-page-events .events-timeline .btn-wrap, .page-template-page-events-temp .events-timeline .btn-wrap {
    text-align: center;
  }
}
.page-template-page-events .events-row, .page-template-page-events-temp .events-row {
  padding: 20px 12px;
  margin: 0 20px;
  margin-bottom: 34px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-template-page-events .events-row, .page-template-page-events-temp .events-row {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.page-template-page-events .events-line, .page-template-page-events-temp .events-line {
  margin: 50px 0;
  text-align: center;
}
.page-template-page-events .events-line::before, .page-template-page-events-temp .events-line::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8E784C;
  top: 100px;
  left: 50%;
}
@media (min-width: 768px) {
  .page-template-page-events .events-line, .page-template-page-events-temp .events-line {
    margin: 50px 0;
  }
}
.page-template-page-events .events-line .text, .page-template-page-events-temp .events-line .text {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8E784C;
  border-radius: 50%;
  text-align: center;
  color: #8E784C;
  margin: auto;
  background-color: white;
  position: relative;
  z-index: 10;
}
.page-template-page-events .hero-custom-banner .title, .page-template-page-events-temp .hero-custom-banner .title {
  text-transform: none;
}

.page-team .section-title-underline {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-team .section-title-underline {
    margin-top: 100px;
  }
}
.page-team .hero-page-banner {
  background-position: 0% 10%;
}
.page-team .title-text {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-team .title-text {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 150px;
  }
}
.page-team .team-info-row .col-xl-6 {
  padding: 0;
}
.page-team .team-info-row .row-img img {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .page-team .team-info-row:last-child {
    margin-bottom: 50px;
  }
}
.page-team .team-row {
  margin-bottom: 80px;
}
.page-team .person-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  max-width: 300px;
}
.page-team .person-box img {
  margin-bottom: 30px;
}
.page-team .person-box .name {
  text-transform: uppercase;
  color: #8E784C;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-team .section-company-info {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-team .section-company-info {
    margin-bottom: 3em;
  }
}
@media (min-width: 1025px) {
  .page-team .section-company-info {
    margin-bottom: 5em;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .acf-map {
    margin-bottom: 100px;
  }
}
@media (min-width: 1800px) {
  .acf-map {
    height: 800px;
  }
}

.single-event .event-content {
  margin: 50px 0;
  color: #9b9b9b;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .single-event .event-content {
    margin: 100px 0;
  }
}
.single-event .event-row .col-xl-6 {
  padding: 0;
}
@media (min-width: 768px) {
  .single-event .event-row .text-box {
    padding: 40px;
  }
}
.single-event .event-row .text-box .btn-wrap {
  margin-top: 20px;
}
.single-event .event-row .row-img img {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .single-event .event-row:last-child {
    margin-bottom: 150px;
  }
}
.single-event .back-btn-wrap.btn-wrap {
  text-align: center;
  padding: 25px 0px 50px 0px;
}
@media (min-width: 1200px) {
  .single-event .back-btn-wrap.btn-wrap {
    padding: 75px 0px 100px 0px;
  }
}

@media (min-width: 768px) {
  .page-experience .experience-row:first-child {
    margin-top: 130px;
  }
}
.page-experience .experience-row .col-xl-6 {
  padding: 0;
}
.page-experience .experience-row .col-xl-6 img {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .page-experience .experience-row:last-child {
    margin-bottom: 150px;
  }
}
.page-experience .hero-custom-banner {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-experience .hero-custom-banner {
    margin-top: 100px;
  }
}

p,
.text,
.title-text {
  color: #9b9b9b;
}

.secondary-title,
.wine-name,
.text-box .title h3,
.text-right .title,
.text-left .title {
  margin: 0;
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 0.25em;
}

@media (min-width: 768px) {
  .section-left-right:first-child {
    margin-top: 100px;
  }
}
.section-left-right .img-wrap {
  width: auto;
  text-align: center;
}
.section-left-right .img-wrap img {
  max-height: 355px;
}
@media (min-width: 1600px) {
  .section-left-right .img-wrap img {
    max-height: 487px;
  }
}
@media (min-width: 768px) {
  .section-left-right:last-child {
    margin-bottom: 150px;
  }
}

.section-vacancies {
  margin-bottom: 100px;
}
.section-vacancies .section-title-underline {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .section-vacancies {
    margin-bottom: 100px;
  }
}
.section-vacancies .text {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-vacancies .text {
    margin-bottom: 100px;
  }
}
.section-vacancies .positions-box {
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  margin-top: 15px;
}
.section-vacancies .positions-box .position a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgb(228, 228, 228);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .section-vacancies .positions-box .position a:hover {
    background-color: rgb(230, 230, 230);
  }
}
.section-vacancies .positions-box .position a i {
  position: relative;
  top: 5px;
}
.section-vacancies .positions-box .position a,
.section-vacancies .positions-box .position a:visited,
.section-vacancies .positions-box .position a:active {
  color: #8E784C;
}

.single-vacancies .single-title {
  color: #8E784C;
}

.wpcf7-list-item .first .last {
  margin-left: 0;
  color: #8E784C;
}

span.wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  color: #8E784C;
}

.first-input span input {
  width: 100%;
}
@media (min-width: 1200px) {
  .first-input span input {
    max-width: 180px;
  }
}
@media (min-width: 1500px) {
  .first-input span input {
    max-width: 210px;
  }
}

.textarea-col {
  position: relative;
}
.textarea-col span.wpcf7-not-valid-tip {
  position: absolute;
  top: 3px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 33px;
  font-size: 0.75em !important;
  color: #bf425c !important;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
  color: white;
  border: none !important;
  text-align: center;
  display: block;
  margin: 0;
  margin-bottom: 50px;
  left: 0;
  right: 0;
  background-color: rgb(191, 66, 92);
  padding: 10px 25px !important;
}

@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .section-wine-selection-2 {
    padding-top: 100px;
    padding-bottom: 115px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 .container.swiper-container {
    padding-left: 0;
  }
  .section-wine-selection-2 .swiper-wrapper {
    padding-left: 10px;
    margin-bottom: 35px;
  }
  .section-wine-selection-2 .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-wine-selection-2 .swiper-wrapper > .swiper-slide:last-child {
    max-width: 75px !important;
  }
}
@media (min-width: 992px) {
  .section-wine-selection-2 .swiper-wrapper > .swiper-slide:last-child {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 .col-wine-bottle {
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
@media (min-width: 1200px) {
  .section-wine-selection-2 .col-wine-bottle {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
  }
}
.section-wine-selection-2 .wine-selection-box {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 .wine-selection-box {
    padding: 20px 5px;
  }
}
@media (min-width: 768px) {
  .section-wine-selection-2 .wine-selection-box {
    padding: 50px 5px;
  }
}
.section-wine-selection-2 .wine-selection-box .wine-img {
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 .wine-selection-box .wine-img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section-wine-selection-2 .wine-selection-box .wine-img {
    min-height: 300px;
  }
}
.section-wine-selection-2 .wine-selection-box .wine-img img {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 92%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media (min-width: 992px) {
  .section-wine-selection-2 .wine-selection-box .wine-img img:hover {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .section-wine-selection-2 .wine-selection-box .wine-img img {
    max-width: 80%;
  }
}
.section-wine-selection-2 .wine-selection-box .wine-name {
  text-transform: uppercase;
  color: #8E784C;
}
@media (min-width: 0px) and (max-width: 991px) {
  .section-wine-selection-2 .wine-selection-box .wine-name {
    margin-top: 0px;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 18px;
  }
}
.section-wine-selection-2 .text {
  text-align: center;
}
@media (min-width: 1200px) {
  .section-wine-selection-2 .text {
    margin-top: 55px;
  }
}
.section-wine-selection-2 .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .section-wine-selection-2 .col-xl-3 {
    margin: 0px 40px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .experiences-2 {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .experiences-2 {
    padding-top: 60px;
    padding-bottom: 115px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .experiences-2 .container.swiper-container {
    padding-left: 0;
  }
  .experiences-2 .section-main-info .section-title {
    margin-bottom: 30px;
  }
  .experiences-2 .swiper-wrapper {
    padding-left: 35px;
    margin-bottom: 35px;
  }
  .experiences-2 .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .experiences-2 .swiper-wrapper > .swiper-slide:first-child {
    max-width: 40px !important;
    min-width: 40px !important;
    height: 100px;
  }
  .experiences-2 .swiper-wrapper > .swiper-slide:last-child {
    max-width: 75px !important;
    min-width: 75px !important;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 991px) and (min-width: 0px) and (max-width: 991px) {
  .experiences-2 .swiper-slide {
    width: 66.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.5%;
    -ms-flex: 0 0 66.5%;
    flex: 0 0 66.5%;
  }
}
@media (min-width: 0px) and (max-width: 991px) and (min-width: 1200px) {
  .experiences-2 .swiper-slide {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
  }
}
@media (min-width: 992px) {
  .experiences-2 .swiper-wrapper > .swiper-slide:first-child,
  .experiences-2 .swiper-wrapper > .swiper-slide:last-child {
    display: none !important;
  }
  .experiences-2 .swiper-container {
    margin-top: 50px;
    margin-bottom: 150px;
  }
}
.experiences-2 .experience-box {
  position: relative;
  background-size: cover;
  height: 0;
  margin-top: 15px;
  padding-top: 100%;
}
.experiences-2 .experience-box .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .experiences-2 .experience-box .title-wrap {
    padding: 20px;
  }
}
.experiences-2 .experience-box .title-wrap .title {
  position: relative;
  color: white;
  margin: 0;
  z-index: 5;
}
@media (min-width: 0px) and (max-width: 991px) {
  .experiences-2 .experience-box .title-wrap .title {
    font-size: 13px;
  }
}
.experiences-2 .experience-box.even .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.experiences-2 .experience-box:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024px) {
  .experiences-2 .experience-box:hover:after {
    opacity: 0.15;
  }
}
.experiences-2 .xl-only {
  display: none;
}
@media (min-width: 1200px) {
  .experiences-2 .xl-only {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .welcome-boxes-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .welcome-boxes-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.welcome-boxes-2 .row-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .welcome-boxes-2 .row-img img {
    min-height: 580px;
  }
}
.welcome-boxes-2 .logo-big img {
  max-width: 160px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes {
    padding-top: 0;
    margin-bottom: 0px;
  }
}
.hero-boxes .swiper-wrapper {
  padding-left: 35px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes .swiper-wrapper {
    padding-top: 35px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .hero-boxes .swiper-wrapper {
    max-width: 960px;
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .hero-boxes .swiper-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1512px) {
  .hero-boxes .swiper-wrapper {
    max-width: 1474px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes .swiper-wrapper > .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 991px) and (min-width: 0px) and (max-width: 450px) {
  .hero-boxes .swiper-wrapper > .swiper-slide {
    min-width: 190px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes .swiper-wrapper > .swiper-slide:first-child, .hero-boxes .swiper-wrapper > .swiper-slide:last-child {
    width: 50px !important;
    min-width: 50px !important;
  }
}
@media (min-width: 992px) {
  .hero-boxes .swiper-wrapper > .swiper-slide {
    width: 33.3334%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3334%;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    -webkit-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    padding-right: 12px;
    padding-left: 12px;
  }
  .hero-boxes .swiper-wrapper > .swiper-slide:first-child, .hero-boxes .swiper-wrapper > .swiper-slide:last-child {
    display: none;
  }
}
.hero-boxes .box {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1607843137);
}
.hero-boxes .box .image-wrap {
  background-size: cover;
  background-position: 50%;
  height: 135px;
}
@media (min-width: 1200px) {
  .hero-boxes .box .image-wrap {
    height: 185px;
  }
}
.hero-boxes .box .image-wrap .label {
  position: relative;
  top: 15px;
  background: black;
  color: white;
  display: inline-block;
  padding: 7px 10px;
  font-size: 24px;
  line-height: 15px;
  padding-top: 9px;
}
.hero-boxes .box .title-wrap {
  position: relative;
  padding-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes .box .title-wrap {
    min-height: 130px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .hero-boxes .box .title-wrap {
    padding: 10px 20px;
    min-height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  .hero-boxes .box .title-wrap {
    min-height: 90px;
  }
}
.hero-boxes .box .title-wrap h3 {
  letter-spacing: 0;
  padding-right: 35px;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 991px) {
  .hero-boxes .box .title-wrap h3 {
    font-weight: 300;
    padding-right: 0;
    font-size: 1.2em;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  .hero-boxes .box .title-wrap h3 {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .hero-boxes .box .title-wrap h3 {
    font-size: 1em;
  }
}
@media (min-width: 1520px) {
  .hero-boxes .box .title-wrap h3 {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .hero-boxes .box .title-wrap:after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    color: #8E784C;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 992px) {
  .hero-boxes .box:hover {
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  }
  .hero-boxes .box:hover .title-wrap:after {
    right: 35px;
  }
}

.woocommerce .woocommerce-info {
  border-top-color: #8E784C;
}
.woocommerce .woocommerce-info:before {
  color: #8E784C;
}

.woocommerce table.shop_table {
  border-radius: 0px !important;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce table.cart .cart-item-mob-info,
  .woocommerce table.cart .cart-item-mob-rest-info {
    padding: 0px 15px;
  }
  .woocommerce table.cart .cart-item-mob-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .woocommerce table.cart .cart-item-mob-info .product-thumbnail,
  .woocommerce table.cart .cart-item-mob-info .product-name {
    border: 0;
    text-align: right;
  }
  .woocommerce table.cart .cart-item-mob-info .product-thumbnail {
    margin-top: 5px;
    margin-left: 27px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: center !important;
  }
  .woocommerce table.cart .cart-item-mob-info .product-thumbnail a {
    display: block;
    width: 100px;
    height: 100px;
  }
  .woocommerce table.cart .cart-item-mob-info .product-thumbnail a img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .woocommerce table.cart .cart-item-mob-info .product-remove {
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 0;
  }
  .woocommerce table.cart .cart-item-mob-info .product-name {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce table.cart .cart-item-mob-rest-info td {
    background: none !important;
    border: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.cart .cart-item-mob-rest-info td div.quantity,
  .woocommerce table.cart .cart-item-mob-rest-info td .qty {
    margin: 0;
  }
  .woocommerce table.cart .cart-item-mob-rest-info td div.quantity {
    margin-right: 0px;
  }
  .woocommerce table.cart .cart-item-mob-rest-info .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.cart .cart-item-mob-rest-info .quantity input {
    width: 60px;
    height: 48px;
    border: 0 !important;
    background: #f0f0f0;
    text-align: center;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.cart .cart-item-mob-rest-info .quantity #plus,
  .woocommerce table.cart .cart-item-mob-rest-info .quantity #minus {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    text-indent: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    background: #ccbfa6;
    color: #8E784C;
  }
  .woocommerce table.cart .cart-item-mob-rest-info .quantity #plus:before,
  .woocommerce table.cart .cart-item-mob-rest-info .quantity #minus:before {
    display: none;
  }
  .woocommerce table.cart .cart-item-mob-rest-info .product-subtotal {
    font-size: 18px;
    color: #8e784c;
  }
}
.woocommerce table.cart .left-qty-msg {
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce table.cart .left-qty-msg td {
    border-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce table.cart .product-name a {
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    display: block;
    color: #8E784C;
  }
}
.woocommerce table.cart .qty {
  height: 54px;
  width: 75px;
  padding: 0px 5px;
  border: 1px solid #8E784C;
}
.woocommerce table.cart .product-remove {
  background-color: transparent !important;
  border: none !important;
}
@media (min-width: 1025px) {
  .woocommerce table.cart .product-remove {
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .woocommerce table.cart .product-remove {
    width: 60px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
.woocommerce table.cart .product-remove a.remove {
  display: inline-block;
  color: #8E784C !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce table.cart .product-remove a.remove:hover {
  background: #8E784C !important;
  color: white !important;
}
.woocommerce table.cart thead tr .product-remove {
  border-top: 0 !important;
}

#coupon_code {
  height: 54px;
  padding-left: 15px;
  border: 1px solid #8E784C;
}
@media (min-width: 1025px) {
  #coupon_code {
    margin-right: 15px;
  }
}

.coupon.mob-only {
  margin-bottom: 25px;
}
.coupon.mob-only label {
  display: none;
}
.coupon.mob-only input, .coupon.mob-only .button {
  width: 100%;
  margin: 10px 0px;
}

.cp-qty #plus, .cp-qty #minus {
  cursor: pointer;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  border-radius: 0px;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 5px;
}

.woocommerce .cart-collaterals .shop_table {
  border: 0 !important;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce .cart-collaterals th, .woocommerce .cart-collaterals td {
    display: block !important;
    border: 0 !important;
  }
  .woocommerce .cart-collaterals tr {
    padding: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.woocommerce .cart-collaterals td {
  text-align: right;
}
.woocommerce .cart-collaterals .order-total th, .woocommerce .cart-collaterals .order-total td {
  border-bottom: 1px solid #dddddd;
}
.woocommerce .cart-collaterals .order-total td {
  font-size: 2em;
}
.woocommerce .cart-collaterals .order-total td strong {
  font-weight: 400;
}

.shop_table {
  color: #8E784C;
}
.shop_table, .shop_table a, .shop_table a:visited, .shop_table a:active {
  color: #8E784C;
}
.shop_table thead,
.shop_table th,
.shop_table tr th {
  font-weight: 400 !important;
  color: #9b9b9b;
}
.shop_table thead tr {
  display: table-row;
}
.shop_table tbody tr {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .shop_table tbody tr {
    display: table-row !important;
  }
  .shop_table tbody tr.mob-only {
    display: none !important;
  }
}
.shop_table tbody tr td.product-remove {
  position: absolute;
}
@media (min-width: 1025px) {
  .shop_table tbody tr td.product-remove {
    position: relative;
  }
}

table.shop_table_responsive thead {
  display: none !important;
}
@media (min-width: 1025px) {
  table.shop_table_responsive thead {
    display: table-header-group !important;
  }
}
table.shop_table_responsive thead tr {
  display: table-row !important;
}

table.shop_table_responsive tr td {
  display: block !important;
  text-align: left !important;
}
@media (min-width: 1025px) {
  table.shop_table_responsive tr td {
    display: table-cell !important;
  }
}
table.shop_table_responsive tr td.mob-hide {
  display: none !important;
}
@media (min-width: 1025px) {
  table.shop_table_responsive tr td.mob-hide {
    display: table-cell !important;
  }
}

table.shop_table_responsive tr td[data-title]::before {
  display: table;
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  table.shop_table_responsive tr td[data-title]::before {
    display: none;
  }
}

.woocommerce-checkout #main {
  width: 100%;
}
.woocommerce-checkout #main .shop_table tbody tr {
  display: table-row;
}
.woocommerce-checkout #main .shop_table tfoot tr td {
  text-align: right;
}

.page-template-default .site-main {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .site-main .entry-header h1 {
  text-align: center;
}

@media (max-width: 1025px) {
  table.cart td.actions {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media (max-width: 1025px) and (min-width: 1025px) {
  table.cart td.actions .coupon {
    display: block !important;
  }
}
@media (max-width: 1025px) and (min-width: 400px) {
  table.cart td.actions .coupon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 1025px) {
  table.cart td.actions .coupon input {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 1025px) and (min-width: 400px) {
  table.cart td.actions .coupon input {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 150px;
  }
}
@media (max-width: 1025px) and (min-width: 1025px) {
  table.cart td.actions .coupon input {
    width: 200px !important;
  }
}
@media (max-width: 1025px) {
  table.cart td.actions .coupon button {
    padding: 15px 25px !important;
    display: block;
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 1025px) and (min-width: 400px) {
  table.cart td.actions .coupon button {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto;
    height: 54px;
  }
}
@media (max-width: 1025px) and (min-width: 1025px) {
  table.cart td.actions .coupon button {
    margin: 20px 0;
  }
}
.woocommerce-orders-table--subscriptions tbody tr td {
  text-align: left !important;
}

.woocommerce-MyAccount-navigation {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
@media (min-width: 1025px) {
  .woocommerce-MyAccount-navigation {
    width: 25% !important;
    float: left !important;
  }
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}
.woocommerce-MyAccount-content .shop_table tbody tr {
  display: table-row !important;
}
.woocommerce-MyAccount-content tbody tr td {
  text-align: left !important;
}
@media (min-width: 1025px) {
  .woocommerce-MyAccount-content {
    width: 72% !important;
    float: right !important;
  }
}

.woocommerce-NoticeGroup .woocommerce-error li {
  color: white;
}
.woocommerce-NoticeGroup .woocommerce-error li strong {
  color: white;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    margin-top: 0;
  }
}

.woocommerce-cart-form input[type=text] {
  width: 150px;
}
.woocommerce-cart-form input[type=text]#coupon_code {
  width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 10px 20px !important;
  margin: 1em 0 !important;
  border-radius: 0 !important;
}

.single-product .woocommerce-notices-wrapper {
  margin-top: -40px;
}
@media (min-width: 1025px) {
  .single-product .woocommerce-notices-wrapper {
    margin-top: -75px;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border: 0;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #8E784C;
}
@media (min-width: 1025px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    line-height: 48px;
    display: block;
  }
}
.woocommerce-notices-wrapper .woocommerce-message a {
  border-left: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item {
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce-notices-wrapper .woocommerce-message a {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: block;
    float: none;
    max-width: 200px;
    text-align: center;
    margin-top: 15px !important;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.restore-item {
    text-align: left !important;
    margin-top: 0 !important;
    display: block;
  }
}

span.select2-selection.select2-selection--single.error {
  border: 1px solid red;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

@media (max-width: 1200px) {
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px !important;
  }
}
.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
  height: 54px;
}

.page .page-content-box {
  margin: 0;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .page .page-content-box {
    margin: 120px 0;
  }
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  text-align: center;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  max-height: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: rgba(255, 255, 255, 0) !important;
}

.product-name {
  text-align: left !important;
}
.product-name dl.variation dt, .product-name dl.variation dd {
  margin: 0;
}
.product-name dl.variation dt p, .product-name dl.variation dd p {
  margin: 0;
}

@media (min-width: 1025px) {
  #add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce #content table.cart td.actions [name=update_cart], .woocommerce table.cart td.actions [name=update_cart], .woocommerce-page #content table.cart td.actions [name=update_cart], .woocommerce-page table.cart td.actions [name=update_cart] {
    float: right !important;
    width: 340px !important;
  }
  .woocommerce #content table.cart td.actions [name=apply_coupon], .woocommerce table.cart td.actions [name=apply_coupon], .woocommerce-page #content table.cart td.actions [name=apply_coupon], .woocommerce-page table.cart td.actions [name=apply_coupon] {
    width: 400px !important;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
  }
  .woocommerce #content table.cart td.actions .coupon.mob-hide, .woocommerce table.cart td.actions .coupon.mob-hide, .woocommerce-page #content table.cart td.actions .coupon.mob-hide, .woocommerce-page table.cart td.actions .coupon.mob-hide {
    float: left;
    width: 60%;
  }
  .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    width: 70%;
  }
  .woocommerce .cart-collaterals .order-total th, .woocommerce .cart-collaterals .order-total td {
    border-bottom: 1px solid #dddddd;
    min-height: 70px;
  }
  #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: auto;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
}
.free-shipping-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 60px;
}
.free-shipping-notice img {
  width: 25px;
}
.free-shipping-notice strong {
  color: #8E784C;
}

.featured-products-cart {
  padding-top: 60px;
}

form.checkout.woocommerce-checkout {
  margin-bottom: 150px;
}
form.checkout.woocommerce-checkout .chk-your-order {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}
form.checkout.woocommerce-checkout .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #d4d4d4;
}
form.checkout.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 15px;
  height: 42px;
  font-weight: 400;
  line-height: 30px;
}
form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
  width: 30px;
  right: 10px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 42px;
}

.woocommerce form .form-row textarea {
  min-height: 150px;
  padding: 15px;
}

.woocommerce form .form-row input.input-text {
  padding: 5px 15px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row {
    width: 100% !important;
  }
}

.woocommerce-info a {
  color: #8E784C;
}

.woocommerce .woocommerce-NoticeGroup-checkout li {
  margin-bottom: 3px;
}

.woocommerce ul#shipping_method *,
.woocommerce ul#shipping_method .amount,
.woocommerce .cstm-lang-content,
.woocommerce table.shop_table tfoot td {
  font-weight: 400 !important;
}

#order_review table {
  table-layout: fixed;
}
#order_review table td {
  min-width: 260px;
}

#order_review .product-total {
  text-align: right;
}

.woocommerce .products-row .product-col {
  margin-bottom: 50px;
}
.woocommerce .products-row .product-col .woocommerce-variation-availability {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.woocommerce .products-row .product-col .stock.out-of-stock {
  color: #bf425c;
  font-size: 12px;
  margin: 0;
}
.woocommerce .products-row .product-col .pr-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  border: 1px solid rgba(232, 232, 232, 0.4235294118);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .products-row .product-col .pr-box-row {
    padding: 20px 25px 30px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .woocommerce .products-row .product-col .pr-box-row {
    padding: 20px 25px 15px 15px;
  }
}
@media (min-width: 1800px) {
  .woocommerce .products-row .product-col .pr-box-row {
    padding: 20px 20px 15px 15px;
  }
}
.woocommerce .products-row .product-col .pr-box-row:hover {
  border: 1px solid #e8e8e8;
}
.woocommerce .products-row .product-col .pr-box-row .pr-box-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .products-row .product-col .pr-box-row .pr-box-thumb {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.woocommerce .products-row .product-col .pr-box-row .pr-box-thumb img {
  margin-bottom: 0;
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce .products-row .product-col .pr-box-row {
    max-width: 100%;
  }
  .woocommerce .products-row .product-col .pr-box-row .pr-box-thumb {
    max-width: 122px;
  }
}
.woocommerce .products-row .product-col .pr-box-row span.onsale {
  line-height: 2.836;
  right: initial;
  left: 5%;
  top: 20%;
  background: #8E784C;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.65em;
  padding: 6px 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .products-row .product-col .pr-box-heading {
    min-height: 70px;
  }
}
@media (min-width: 768px) {
  .woocommerce .products-row .product-col .pr-box-heading {
    min-height: 92px;
  }
}
.woocommerce .products-row .product-col .single_variation_wrap {
  position: relative;
}
.woocommerce .products-row .product-col .pr-box-info {
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .woocommerce .products-row .product-col .pr-box-info {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 35px;
  /* .cp-qty{
      display: flex;
      flex-wrap: wrap;
      button{
          background: $lbrown;
          cursor: pointer;
          &:hover{
              background: $mc;
              color: white;
          }
      }
      button,
      input[type=number]{
          width: 24px;
          height: 24px;
          border: 0;
          color: $mc;
      }
      input[type=number]{
          font-size: 0.65em;
          text-align: center;
          color: $mc;
          background: #e4e4e4;
          &::-webkit-inner-spin-button, 
          &::-webkit-outer-spin-button { 
              -webkit-appearance: none;
              margin: 0; 
          }
      }

  } */
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .products-row .product-col .pr-box-info .cp-meta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .variations {
  width: 100%;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-add-to-cart {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  font-size: 0.65em !important;
  background: #8E784C;
  color: #e4e4e4;
  margin: 0;
  border-radius: 0;
  padding: 0px !important;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart {
    margin-top: 8px;
  }
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart .added_to_cart {
  position: absolute;
  bottom: -22px;
  font-size: 0.65em;
  right: 0;
  color: #8E784C;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button {
  position: relative;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button i {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button.loading i {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button.loading:after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button.added::after {
  position: absolute;
  left: 25px;
  color: #8E784C;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-qt-cart a.button img {
  padding: 2px;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .amount {
  font-size: 24px;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .woocommerce-Price-currencySymbol,
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-price-size {
  font-size: 12px;
  line-height: 15px;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-price-size {
  margin-left: 10px;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-price {
  color: #8E784C;
  font-size: 0.75em;
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-box-flex: 2.2;
  -webkit-flex: 2.2;
  -ms-flex: 2.2;
  flex: 2.2;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-price .woocommerce-Price-currencySymbol {
  font-size: 0.5em;
  text-transform: uppercase;
}
.woocommerce .products-row .product-col .pr-box-info .cp-meta-box .cp-price .cp-pr-cl {
  margin: 10px 0px;
}
.woocommerce .products-row .product-col .pr-box-info .variations .label, .woocommerce .products-row .product-col .pr-box-info .variations .reset_variations {
  display: none !important;
}
.woocommerce .products-row .product-col .pr-box-info .variations .value {
  position: relative;
}
.woocommerce .products-row .product-col .pr-box-info .variations .value:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 15px;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #8E784C;
  pointer-events: none;
}
.woocommerce .products-row .product-col .pr-box-info .variations .value select {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  font-weight: 300;
  padding: 10px 10px;
  height: 48px;
  outline: none;
  border: 1px solid #8e784c;
  -webkit-appearance: none;
  border-radius: 0;
  padding-right: 30px;
  width: 100%;
  font-size: 12px;
  margin-left: -1px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #8E784C;
  font-weight: 400;
  max-width: 180px;
  cursor: pointer;
}
.woocommerce .products-row .product-col .pr-box-info .woocommerce-loop-product__title {
  margin-top: 0;
  margin-bottom: 0px;
}
.woocommerce .products-row .product-col .pr-box-info .cp-size {
  color: #8E784C;
  margin-top: 5px;
  opacity: 0.7;
  margin-bottom: 15px;
}
.woocommerce .products-row .product-col .pr-box-info .button {
  padding: 5px !important;
  width: 50px;
  height: 48px;
}
.woocommerce .products-row .product-col .pr-box-info .button .btn-ico {
  width: 28px;
  height: 28px;
}
.woocommerce .products-row .product-col .pr-box-info .button .btn-ico img {
  width: 100%;
}
.woocommerce .products-row .product-col .pr-box-info #plus:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #8E784C;
}
.woocommerce .products-row .product-col .pr-box-info #minus {
  top: 22px;
}
.woocommerce .products-row .product-col .pr-box-info #minus:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #8E784C;
}
.woocommerce .products-row .product-col .pr-box-info .cp-qty.quantity {
  margin-right: 0;
}
.woocommerce .products-row .product-col .pr-box-info .cp-qty.quantity .qty {
  width: 122px;
  height: 48px;
}
.woocommerce .products-row .product-col .pr-box-info .woocommerce-variation-price {
  position: absolute;
  bottom: 110px;
  font-size: 1.125em;
  color: #8e784c;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.woocommerce .products-row .product-col .pr-box-info .woocommerce-variation-price.wc-var-default-price {
  display: none;
}
.woocommerce .products-row .product-col .pr-box-info .woocommerce-variation-price ins {
  text-decoration: none;
}
.woocommerce .products-row .product-col .pr-box-info .woocommerce-variation-price .price {
  /* display: flex;
  align-items: flex-end;
  flex: 1; */
  max-width: 90px;
}
.woocommerce .products-row .product-col.simple-product .pr-box-info .cp-meta-box {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.woocommerce .products-row .product-col.simple-product .pr-box-info .cp-meta-box .cp-qt-cart {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.woocommerce .products-row .product-col.simple-product .pr-box-info .cp-qty.quantity {
  margin-right: 0 !important;
}
.woocommerce .products-row .product-col.simple-product .pr-box-info .cp-qty.quantity .qty {
  width: 78px;
  margin-right: 0;
}
.woocommerce .products-row .product-col.simple-product .pr-box-info .cp-qty.quantity #minus, .woocommerce .products-row .product-col.simple-product .pr-box-info .cp-qty.quantity #plus {
  right: 8px !important;
}

.cp-cat-link {
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}
.cp-cat-link, .cp-cat-link:active, .cp-cat-link:visited {
  opacity: 0.7;
  color: #8E784C;
}
.cp-cat-link:hover {
  opacity: 1;
}
.cp-cat-link.cp-category {
  margin-bottom: 15px;
  display: block;
}

.price {
  margin: 0;
  font-size: 1.5em;
}
.price del {
  text-decoration: none;
  position: relative;
}
.price del:after {
  content: "";
  height: 1px;
  width: calc(100% - 25px);
  background: #8E784C;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
}
.price ins {
  text-decoration: none;
  font-weight: 400;
  display: block;
}

.woocommerce .woocommerce-info {
  border: 0;
  border-bottom: 1px solid #8E784C;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #8E784C;
}

.archive.woocommerce .woocommerce-info {
  border-top-color: #8E784C;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: static;
  padding-bottom: 50px;
  padding-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
.archive.woocommerce .woocommerce-info:before {
  display: block;
  position: static;
  font-size: 3em;
  line-height: 120%;
  margin-bottom: 25px;
}

.cart-empty.woocommerce-info {
  padding-left: 25px;
}
.cart-empty.woocommerce-info:before {
  display: none;
}

.left-qty-msg .notification {
  padding: 5px 10px;
  text-align: center;
  color: #bf425c;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #8e784c transparent transparent transparent;
  border-width: 11px 10px 0px 10px;
  margin-left: -9px;
  margin-top: -4px;
}

.woocommerce nav.woocommerce-pagination ul {
  margin-bottom: 35px !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 32px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #8f784c !important;
  color: #ffffff !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  height: 100px !important;
  width: auto !important;
}

.woocommerce-error {
  border-top: 0 !important;
  border-bottom: 1px solid #8E784C;
}

.woocommerce-NoticeGroup .woocommerce-error li, .woocommerce-NoticeGroup .woocommerce-error li strong {
  color: #8E784C;
}

.woocommerce .woocommerce-customer-details * :first-child,
.woocommerce .woocommerce-order-details * :first-child,
.woocommerce .woocommerce-order-downloads * :first-child {
  text-align: left;
}

.woocommerce .woocommerce-customer-details * :last-child,
.woocommerce .woocommerce-order-details * :last-child,
.woocommerce .woocommerce-order-downloads * :last-child {
  text-align: right;
}

.woocommerce ul.order_details {
  padding-left: 0 !important;
  padding-top: 25px !important;
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce .woocommerce-customer-details .woocommerce-column * {
  text-align: left;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .woocommerce ul.order_details li {
    float: none;
    border-bottom: 1px dashed #d3ced2;
  }
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  animation: none;
  background-image: url("/wp-content/themes/aa-base-theme/assets/images/gilliard-logo-shape.svg") !important;
  background-position: center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  line-height: 14px;
}

.woocommerce div.product.product-type-simple#sp-wrap .summary .single-price-wrap {
  margin-top: 75px;
}

.woocommerce div.product-type-simple.product#sp-wrap form.cart {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.woocommerce div.product.product-type-simple#sp-wrap .summary p.price span.woocommerce-Price-currencySymbol, .woocommerce div.product.product-type-simple#sp-wrap .summary span.price span.woocommerce-Price-currencySymbol {
  margin-left: 0;
}

/* Login */
@media (min-width: 1025px) {
  .page .page-content-box:has(#customer_login) {
    margin: 100px 0;
  }
}

#customer_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1180px) {
  #customer_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
  #customer_login .col {
    min-height: auto;
  }
}

#customer_login::before, #customer_login::after {
  display: none;
}

/* My Account */
.page-template-default .site-main:has(.my-account-container) {
  margin-top: 0 !important;
}

.my-account-container:has(.woocommerce-MyAccount-navigation) {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .my-account-container:has(.woocommerce-MyAccount-navigation) {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .my-account-container:has(.woocommerce-MyAccount-navigation) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-MyAccount-navigation {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  border-bottom: 1px solid #b0a082;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #8E784C;
  padding: 1rem;
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 0.5rem;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #7E6533;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #7E6533;
}

.woocommerce-MyAccount-content {
  padding: 3rem;
  background: #F5F4F2;
  /* Orders list */
  /* View Order */
  /* My Address */
  /* Booking */
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 1rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-info {
  border: 1px solid #8E784C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75em 2em 0.75em 3.5em;
  }
}
.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 1024px) {
  .woocommerce-MyAccount-content a.woocommerce-button {
    padding: 0.5em 1.5em !important;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content a.woocommerce-button {
    padding: 0.4em 1.2em !important;
  }
}
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell:has(a.woocommerce-button) {
  padding: 10px !important;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce-MyAccount-content .woocommerce-columns--addresses h2 {
    font-size: 25px;
  }
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column {
  min-height: auto;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses::before, .woocommerce-MyAccount-content ::after {
  display: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #8E784C;
  padding: 1rem;
  min-height: auto;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::after, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header::before {
  display: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h3 {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  color: #fff;
  background: #8E784C;
  padding: 0.8rem 1.2rem;
  border: 1px solid #8e784c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover {
  background: #fff;
  color: #8E784C;
}
.woocommerce-MyAccount-content .woocommerce-Addresses::after, .woocommerce-MyAccount-content .woocommerce-Addresses::before {
  display: none !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields input, .woocommerce-MyAccount-content .woocommerce-address-fields span.select2-selection, .woocommerce-MyAccount-content .woocommerce-EditAccountForm input, .woocommerce-MyAccount-content .woocommerce-EditAccountForm span.select2-selection {
  background: transparent !important;
}
@media only screen and (max-width: 1080px) {
  .woocommerce-MyAccount-content .my_account_bookings .booking-cancel {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce-MyAccount-content h2 {
    font-size: 25px;
  }
}

.id-check-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F4F2;
  gap: 2rem;
  padding: 0.8rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.id-check-notice img {
  height: 100%;
  width: 2.9rem;
}
.id-check-notice p {
  color: #806D46;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .id-check-notice {
    gap: 1.5rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 30px;
  }
  .id-check-notice img {
    width: 2.5rem;
  }
  .id-check-notice p {
    font-size: 1.1rem;
  }
}

#accountModal {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#accountModal .container {
  background: white;
  height: 100%;
  position: absolute;
  right: 0;
  width: 40%;
  padding: 2rem 4rem;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  #accountModal .container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); /* Start off-screen */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* Smooth animation */
  }
}
@media screen and (max-width: 1024px) {
  #accountModal .container {
    width: 100%;
    right: unset;
  }
}
@media screen and (max-width: 750px) {
  #accountModal .container {
    padding: 1rem 2rem;
  }
}
#accountModal .container img {
  cursor: pointer;
  height: auto;
  width: 1.5rem;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #accountModal .container img {
    margin-top: 1rem;
    margin-bottom: 35px;
  }
}
#accountModal .container h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #accountModal .container h3 {
    font-size: 1.2rem;
  }
}
#accountModal .container .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
#accountModal .container .btns .invert-button {
  background-color: transparent !important;
  color: #8E784C !important;
  border: 1px solid #8E784C !important;
}
#accountModal .container .btns .invert-button:hover {
  background-color: #8E784C !important;
  color: white !important;
}
@media screen and (min-width: 1025px) {
  #accountModal.active .container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  height: 24px;
}

table.woocommerce-MyAccount-orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-status,
table.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-status {
  display: none !important;
}

.woocommerce div.product .bookable-summary form.cart .button {
  vertical-align: middle;
  float: right;
  max-width: 180px;
  margin-left: auto;
}

.bookable-summary .posted_in {
  display: none;
}
.bookable-summary ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}
.bookable-summary ul li {
  padding: 15px;
  border-bottom: 1px solid black;
}
.bookable-summary form.cart {
  float: none;
  background: white;
  border-radius: 0;
  margin: 0;
  margin-bottom: 50px;
  border: 1px solid #eee;
}
@media (min-width: 0px) and (max-width: 767px) {
  .bookable-summary form.cart {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .bookable-summary form.cart {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .bookable-summary form.cart {
    padding: 25px 50px;
  }
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker-header {
  background: none;
  border: 0;
  color: #000;
  border-radius: 0;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #00843D !important;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.bookable-summary .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  background: #8E784C;
  top: 0px;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  left: -1px;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  right: -1px;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker td.fully_booked {
  opacity: 1 !important;
}
.bookable-summary .wc-bookings-date-picker .ui-datepicker td.fully_booked span,
.bookable-summary .wc-bookings-date-picker .ui-datepicker td.fully_booked a {
  background-color: #76232F !important;
}
.bookable-summary .wc-bookings-booking-form, .bookable-summary .wc-bookings-booking-form fieldset {
  border: 0;
  padding: 0;
}
.bookable-summary .wc-bookings-booking-form .block-picker li a.selected,
.bookable-summary .wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, .bookable-summary .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus,
.bookable-summary .wc-bookings-booking-form .block-picker li:nth-child(even) a:hover, .bookable-summary .wc-bookings-booking-form .wc-bookings-booking-form .block-picker li:nth-child(even) a:focus,
.bookable-summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: #81d180 !important;
}
.bookable-summary .wc-bookings-booking-form .form-field {
  padding: 0px 17px;
}
.bookable-summary button.wc-bookings-booking-form-button.single_add_to_cart_button.button {
  margin-left: auto;
  display: block;
  background: #8E784C;
  border-radius: 0;
  padding: 15px 45px;
}
.bookable-summary button.wc-bookings-booking-form-button.single_add_to_cart_button.button:hover {
  background: black;
}
.bookable-summary button.wc-bookings-booking-form-button.single_add_to_cart_button.button.alt.disabled {
  opacity: 0.2;
}
.bookable-summary .wc-bookings-booking-cost {
  color: black;
}
.bookable-summary form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bookable-summary .wc_bookings_field_persons, .bookable-summary .wc_bookings_field_persons_15093 {
  color: gray;
  padding: 0 !important;
}
.bookable-summary .wc_bookings_field_persons input, .bookable-summary .wc_bookings_field_persons_15093 input {
  height: 42px;
  border: 0;
  font-weight: bold;
  background: #8E784C;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
}
.bookable-summary .wc_bookings_field_persons input:hover, .bookable-summary .wc_bookings_field_persons_15093 input:hover {
  background: #5a4a2a;
}
.bookable-summary .wc_bookings_field_persons .qty-booking, .bookable-summary .wc_bookings_field_persons_15093 .qty-booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookable-summary .wc_bookings_field_persons #wc_bookings_field_persons, .bookable-summary .wc_bookings_field_persons_15093 #wc_bookings_field_persons {
  width: 50px;
}
.bookable-summary .wc-bookings-booking-form .wc-bookings-booking-cost {
  margin: 0 !important;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .single-product .btn-wrap {
    margin: 50px 0px;
  }
}
@media (min-width: 1200px) {
  .single-product .btn-wrap {
    margin: 100px 0px;
  }
}

.qty-booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.qty-booking input {
  height: 42px;
  border: 0;
  font-weight: bold;
  background: #8E784C;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
}
.qty-booking input:hover {
  background: #5a4a2a;
}

.single-post .experiences-2 {
  padding-bottom: 20px !important;
}
.single-post .section-insta-feed {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .single-post .section-insta-feed {
    padding-top: 50px;
  }
}
.single-post .other-articles {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-post .other-articles {
    padding-top: 20px;
  }
}

.hero-category {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.page-single-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page-single-box {
    padding-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .page-single-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.other-articles {
  padding-bottom: 80px;
}
.other-articles .read-more-article {
  color: #8E784C;
  position: relative;
}
.other-articles img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-articles .hero-boxes {
  padding-top: 30px;
}
.other-articles .read-more-article:after {
  content: ">";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  color: #8E784C;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.other-articles .hero-boxes .box .title-wrap:after {
  display: none !important;
}
.other-articles .other-articles-title {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 991px) {
  .other-articles .other-articles-title {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }
}
@media screen and (max-width: 991px) {
  .other-articles .other-articles-title a.btn.btn-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.other-articles .content-title-wrap {
  width: 100%;
}
.other-articles .hero-boxes a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-list {
  padding-bottom: 80px;
}
.blog-list .read-more-article {
  color: #8E784C;
  position: relative;
}
.blog-list img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-list .hero-boxes {
  padding-top: 30px;
}
.blog-list .read-more-article:after {
  content: ">";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  color: #8E784C;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-list .hero-boxes .box .title-wrap:after {
  display: none !important;
}
.blog-list .blog-filter {
  margin-bottom: 50px;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog-list .blog-filter {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.blog-list .blog-filter .filter-item {
  border: 1px solid #8E784C;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  color: #8E784C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-list .blog-filter .filter-item.active {
  background: #8E784C;
  color: white;
}
.blog-list .blog-filter .filter-item:hover {
  background: #8E784C;
  color: white;
}

.page-template-page-experience-oenotouristique .other-articles {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .page-template-page-experience-oenotouristique .other-articles {
    padding-top: 30px;
  }
}
.page-template-page-experience-oenotouristique .post-type-archive-product {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .page-template-page-experience-oenotouristique .post-type-archive-product {
    padding-top: 30px;
  }
}

.section-insta-feed {
  padding-bottom: 100px;
}
.section-insta-feed .section-pretitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8E784C;
  margin-top: 15px;
  font-size: 1.125em;
  text-align: center;
}
.section-insta-feed h2.section-title {
  margin-top: 20px;
  color: black;
}
@media screen and (max-width: 576px) {
  .section-insta-feed h2.section-title {
    font-size: 21px !important;
  }
}
@media screen and (max-width: 767px) {
  .section-insta-feed {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 576px) {
  .section-insta-feed {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
    width: 49% !important;
  }
}
@media screen and (max-width: 345px) {
  .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
    width: 48% !important;
  }
}

a.instagram-gallery-item, .instagram-gallery-item__wrap {
  border-radius: 0px !important;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}

/* Navigation arrows */
.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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.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;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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;
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 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, 0.1);
  background-position: center center;
  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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*# sourceMappingURL=style.min.css.map */
